]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
c1ad6d27cb3a57d4d5983dd8d6d025abb6a501a9
[lyx.git] / src / ChangeLog
1
2 2004-03-08  André Pönitz  <poenitz@gmx.net>
3
4         * undo.[Ch]: use 'StableDocumentIterator' as base for
5         the Undo struct.
6
7 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
8
9         * LaTeXFeatures.C:
10         * bufferparams.[Ch]: add jurabib support and param.
11
12         * LaTeX.C: add FIXME/comment.
13
14 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15
16         * buffer.C: increment file format to 230.
17
18 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
19
20         * cursor.C (dispatch): avoid infinite loops
21
22 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
23
24         * rowpainter.C (paintSelection): fix x coordinates
25
26 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
27
28         * text.C (rowBreakPoint): fix breaking before displayed insets
29
30 2004-03-01  André Pönitz  <poenitz@gmx.net>
31
32         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
33
34         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
35
36         * Makefile.am:
37         * BufferView.C:
38         * BufferView_pimpl.C:
39         * buffer.C:
40         * lyxfind.C:
41         * lyxfunc.C:
42         * text.C:
43         * text2.C:
44         * text3.C: adjust
45
46 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
47
48         * lyxtext.h:
49         * text.C:
50         * text2.C:
51         * rowpainter.C:
52         * BufferView_pimpl.C: rename textwidth -> maxwidth, 
53         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
54
55 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
56
57         * Bidi.[Ch] (computeTables): const correctness
58         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
59         fill_hfill, fill_label_hfill and x from Row
60         * lyxtext.h: prepareToPrint returns a RowMetrics
61         * rowPainter.C: adjust
62         * text.C (prepareToPrint): use width, not textWidth. adjust
63         (redoParagraphInternal, cursorX): adjust
64         * text2.C (getColumnNearX): adjust
65         (init): put a default value to the top LyXText::width
66
67 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
68
69         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here 
70
71 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
72
73         * lyxtext.h: add FontIterator class 
74
75         * text.C (FontIterator, operator*, operator->, operator++): add
76         (rowBreakPoint, setRowWidth): adjust (fixing a
77         rebreaking bug)
78
79 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
80
81         * BufferView_pimpl.C (workAreaDispatch): allow also
82         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
83
84 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
85
86         * text.C (rowBreakPoint): fix a bug showing with very large insets
87
88 2004-02-25  André Pönitz  <poenitz@gmx.net>
89
90         * text3.C:
91         * cursor.[Ch]: move some mathed specific code to mathed
92
93 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
94
95         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
96         use_tempdir in preferences
97         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
98         tempfile creation
99         * lyx_main.C: ensure that tempdir is valid
100         * lyxlex.h: correct typo
101         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
102         * paragraph.[Ch] (isMultiLingual): make const
103         * cursor.[Ch] (openable): make const
104
105 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
106
107         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
108
109 2004-02-20  André Pönitz  <poenitz@gmx.net>
110
111         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
112
113         * cursor.[Ch]: prepare for localized getStatus()
114
115         * lyxtext.h:
116         * tabular.C:
117         * text.C:
118         * text2.C:
119         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
120
121 2004-02-20  André Pönitz  <poenitz@gmx.net>
122
123         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
124
125 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
126
127         * text2.C (setCursorFromCoordinates): switch to absolute coords
128         (cursorUp): adjust
129         (cursorDown): adjust
130         * text3.C (dispatch): adjust
131
132 2004-02-16  André Pönitz  <poenitz@gmx.net>
133
134         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
135           insets/ChangeLog)
136
137         * cursor_slice.[Ch]: remove unneeded acessor function
138
139         * lyxtext.h: rename rtl() to isRTL()
140
141         * rowpainter.C:
142         * tabular.C:
143         * text.C:
144         * text2.C:
145         * text3.C: adjust
146
147 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
148
149         * rowpainter.C (paintSelection): coord fix
150
151 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
152
153         * Spacing.C: compile fix
154
155 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
156
157         * cursor.C (dispatch): restore current_ before returning
158
159 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
160
161         * text2.C (cursorUp, cursorDown): fix coords
162         (moveUp): fix crash
163
164 2004-02-12  André Pönitz  <poenitz@gmx.net>
165
166         * lyxtext.h:
167         * text.C:
168         * text2.C:
169         * text3.C: add LCursor & parameter to most cursor movement functions
170           remove usage of LyXText::cursorRow() and cursorPar()
171
172         * cursor.[Ch]: add textRow() needed members
173
174         * BufferView.C:
175         * BufferView_pimpl.C:
176         * paragraph.[Ch]:
177         * BufferView.C:
178         * BufferView_pimpl.C: adjust
179
180 2004-02-11  André Pönitz  <poenitz@gmx.net>
181
182         * lyxfunc.C:
183         * BufferView.[Ch]:
184         * BufferView_pimpl.C: shift undo/redo handling
185
186         * cursor.[Ch]: fix mathed crash
187
188         * lyxfind.C:
189         * lyxtext.h: move selectionAsText to LCursor
190
191         * output_latex.C:
192         * paragraph.C:
193         * text.C:
194         * text2.C:
195         * text3.C: adjust
196
197         * rowpainter.C: fix excessive drawing
198
199 2004-02-06  André Pönitz  <poenitz@gmx.net>
200
201         * BufferView.[Ch]:
202         * BufferView_pimpl.[Ch]:
203         * text3.C: move some text specific LFUN handling
204
205 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
206
207         * text3.C (checkInsetHit): adjust coords
208         * text2.C (getColumnNearX): adjust coords
209         (edit): adjust coords
210         * text.C (getRowNearY): add two asserts
211
212 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
213
214         * converter.C:
215         * format.C: add using std::distance to compile on gcc 2.95/stlport
216
217 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
218
219         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
220
221 2004-02-04  André Pönitz  <poenitz@gmx.net>
222
223         * BufferView.[Ch] (insertInset):
224         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value 
225
226         * text2.C:
227         * text3.C: adjust
228
229 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
230
231         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch 
232         on the default clause of the switch
233         * lyxfunc.C (dispatch): call BufferView::dispatch if the event 
234         wasn't catched by LCursor::dispatch
235
236 2004-02-03  André Pönitz  <poenitz@gmx.net>
237
238         * BufferView.C:
239         * cursor.[Ch]: some additional asserts
240
241         * undo.[Ch]: remove LyXText dependency in interface
242
243         * lyxfunc.C: adjust
244
245         * lyxtext.h (firstPar, lastPar): remove dead functions 
246
247         * text.C:
248         * text2.C:
249         * text3.C:
250         * paragraph.[Ch]: adjust
251
252 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
253
254         * lyxfind.C (find): fix argument order in call to ::find
255
256 2004-02-02  André Pönitz  <poenitz@gmx.net>
257
258         * cursor.[Ch]: remove direct access to anchor
259
260         * text.C: remove findText() hack
261
262 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
263
264         * iterators.[Ch] (lockPath): remove in favour of...
265         * BufferView.[Ch] (setCursor): this addition
266         * BufferView.C (putSelectionAt): adjust
267         * undo.C (performUndoOrRedo): adjust
268         * lyxfunc.C (dispatch): adjust
269
270 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
271
272         * iterators.C (lockPath): add a missing slice
273         * undo.C (performUndoOrRedo): remove redundant positioning code
274
275 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
276
277         * vc-backend.C (scanMaster): ";" -> ';'
278
279 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
280
281         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
282         std::binary_function
283
284         * lyxtextclass.C (compare_name): rename to...
285         (LayoutNamesEqual): ...this
286
287         * lyxlex_pimpl.C (compare_tags): inherit from
288         std::binary_function, put back into anon namespace
289
290         * lyxfind.C (MatchString): inherig from std::binary_function
291         (findChange): use empty() istead of !size()
292
293         * format.C (FormatNamesEqual): new functor
294         (getFormat): use it
295         (getNumber): use it
296         (add): use it
297         (erase): use it
298         (setViewer): use it
299
300         * converter.C (compare_Converter): rename to...
301         (ConverterEqual): ...this, and fixup a bit.
302         (getConverter): use it, and make function const
303         (getNumber): use it, and make function const
304         (add): use it
305         (erase): use it:
306
307         * bufferlist.C: add using boost::bind
308
309         * MenuBackend.C (MenuNamesEqual): new functor
310         (hasMenu): use it, and make function const
311         (hasSubmenu): use nested bind to get rid of compare_memfun.
312
313 2004-01-30  André Pönitz  <poenitz@gmx.net>
314
315         * BufferView_pimpl.C:
316         * cursor.C:
317         * cursor.h:
318         * cursor_slice.[Ch]:
319         * lyxfunc.C:
320         * lyxtext.h:
321         * paragraph_funcs.C:
322         * paragraph_funcs.h:
323         * rowpainter.C:
324         * text.C:
325         * text2.C:
326         * text3.C: move some of the edit(x,y) handling to the insets
327         some coordinate changes.
328
329 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
330
331         * text.C: add using statements for std::advance and std::distance
332
333         * paragraph.C: add using statement for std::distance
334
335         * lyxfind.C: add using statement for std::advance
336
337         * cursor.C (region): remove std:: from swap
338         (openable): use nucleus in stead of operator->
339
340         * BufferView.C: add using statements for std::distance and std::swap
341
342 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
343
344         * iterators.C: Remove the pimple, move the needed structures to
345         the header file. Create accessor for the positions stack.
346         (asPosIterator): remove function
347
348         * PosIterator.C (PosIterator): move constructors to top of file
349         (PosIterator): reimplement the constructor taking a ParIterator in
350         terms of setFrom.
351         (setFrom): new function
352         (operator!=): inline it
353
354 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
355
356         * lyxfind.C (replaceAll): use std::advance
357
358         * iterators.h: inherit from std::iterator.
359
360         * PosIterator.C (advance, distance): remove
361         * PosIterator.h: interit from std::iterator.
362
363 2004-01-26  André Pönitz  <poenitz@gmx.net>
364
365         * BufferView.[Ch]:
366         * BufferView_pimpl.[Ch]:
367         * InsetList.[Ch]:
368         * PosIterator.[Ch]:
369         * buffer.h:
370         * bufferview_funcs.C:
371         * cursor.[Ch]:
372         * cursor_slice.h:
373         * factory.[Ch]:
374         * iterators.[Ch]:
375         * lyxfind.C:
376         * lyxfunc.C:
377         * lyxtext.h:
378         * output_docbook.C:
379         * output_latex.C:
380         * output_linuxdoc.C:
381         * output_plaintext.C:
382         * paragraph.[Ch]:
383         * paragraph_funcs.[Ch]:
384         * paragraph_pimpl.[Ch]:
385         * rowpainter.C:
386         * tabular.C:
387         * tabular.h:
388         * text.C:
389         * text2.C:
390         * text3.C: more IU:  dumps most of the rest of the mathcursor
391     implementation into cursor.[Ch]; "globalize" a bit of it.
392
393 2004-01-25  Angus Leeming  <leeming@lyx.org>
394
395         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
396
397 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
398
399         * LaTeXFeatures.h: add nice_ and nice() const
400         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
401
402 2004-01-20  André Pönitz  <poenitz@gmx.net>
403
404         * BufferView.[Ch]:
405         * BufferView_pimpl.C:
406         * PosIterator.C:
407         * bufferview_funcs.C:
408         * cursor.[Ch]:
409         * cursor_slice.[Ch]:
410         * factory.C:
411         * iterators.C:
412         * lyx_cb.C:
413         * lyxfind.C:
414         * lyxfunc.C:
415         * lyxtext.h:
416         * rowpainter.C:
417         * text.C:
418         * text2.C:
419         * text3.C:
420         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
421           LCursor and mathcursor parts to LCursor and InsetBase.
422
423 2004-01-15  André Pönitz  <poenitz@gmx.net>
424
425         * cursor_slice.[Ch]: add a few covienience functions
426
427         * funcrequest.[Ch]: remove BufferView * member
428
429         * BufferView_pimpl.C:
430         * cursor.C:
431         * factory.[Ch]:
432         * lyxfind.[Ch]:
433         * lyxfunc.C:
434         * lyxtext.h:
435         * text3.C:
436         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
437
438 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
439
440         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
441         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
442
443 2004-01-13  André Pönitz  <poenitz@gmx.net>
444
445         * textcursor.[Ch]:
446         * lyxtext.h: hide cursor and selection anchor behind accessor function
447
448         * BufferView.C:
449         * BufferView_pimpl.[Ch]:
450         * PosIterator.C:
451         * bufferview_funcs.C:
452         * cursor.h:
453         * lyxfind.C:
454         * lyxfunc.C:
455         * text.C:
456         * text2.C:
457         * text3.C:
458         * undo.C: adjust
459
460         * cursor.h:
461         * cursor_slice.[Ch]: some integer type changes for inset unification
462
463         * lyxcursor.[hC]: remove, it's CursorSlice now.
464
465         * Makefile.am:
466         * BufferView_pimpl.[Ch]:
467         * bufferview_funcs.C:
468         * cursor_slice.C:
469         * lyxtext.h:
470         * text.C:
471         * text2.C:
472         * text3.C:
473         * textcursor.[Ch]: adjust
474
475 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
476
477         * text2.C (undoSpan): add and use
478         * text.C (breakParagraph): use undoSpan (fix bug 578)
479         * lyxtext.h: adjust
480
481 2004-01-08  Angus Leeming  <leeming@lyx.org>
482
483         * BufferView_pimpl.C (MenuInsertLyXFile):
484         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
485         * lyxfunc.C (menuNew, open, doImport):
486         FileFilterList change to the FileDialog open and save functions.
487
488 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
489
490         * ShareContainer.h: make isEqual and isUnique adaptable
491
492         * CutAndPaste.C: make resetOwnerAndChanges adaptable
493
494 2004-01-07  Angus Leeming  <leeming@lyx.org>
495
496         * LyXAction.C:
497         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
498
499         * BufferView_pimpl.C (dispatch): act on these LFUNs.
500
501         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
502         functions replacing find, replace and replaceAll.
503
504         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
505         LFUN_WORDFIND(FORWARD|BACKWARD).
506
507 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
508
509         * text.C (breakParagraph): remove an outdated #warning
510
511 2004-01-07  André Pönitz  <poenitz@gmx.net>
512
513         * lyxfind.C: somewhat clearer logic
514
515         * text.C: prevent crash in cursorX on unitialized row cache
516
517 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
518
519         * lyxcursor.[Ch] (operator>): add
520         * textcursor.C (selStart, selEnd): use std::min and std::max
521
522 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
523
524         * Chktex.C: include boost/format.hpp
525
526 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
527
528         * InsetList.C: replace functor MathcIt with adaptable functor
529         InsetTablePosLess
530         (insetIterator): modify accordingly
531
532         * BranchList.h: move the BranchNamesEqual functor here from...
533         * BranchList.C: ... to here
534
535         * BranchList.C: new BranchListEqual fuctor, use it. Remove
536         SameName and match.
537         (add): replace a finding loop with std::find_if.
538
539 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
540
541         * output_docbook.C: moving LatexParam functionality into
542         .layout files
543
544 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
545
546         * buffer.C: increment format to 229.
547
548 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
549
550         * LaTeXFeatures.C:
551         * lyx_sty.[Ch]: remove minipageindent_def
552
553         * LyXAction.C:
554         * factory.C:
555         * lfuns.h:
556         * lyxfunc.C:
557         * text3.C: remove LFUN_INSET_MINIPAGE
558
559 2003-12-28  Angus Leeming  <leeming@lyx.org>
560
561         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
562
563 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
564
565         * text2.C (setParagraph): fix off-by-one crash
566
567 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
568
569         * output_docbook.C: header stuff for AGU
570
571 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
572
573         * text2.C (redoCursor): remove
574         * text.C:
575         * text3.C:
576         * BufferView_pimpl.C: remove calls to redoCursor and
577         setCursor(cursor.par(), cursor.pos()) all around
578
579 2003-12-15  Angus Leeming  <leeming@lyx.org>
580
581         * buffer.C: up the format to 228.
582
583 2003-12-15  André Pönitz  <poenitz@gmx.net>
584
585         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
586         slices
587
588         * Makefile.am:
589
590         * BufferView_pimpl.C:
591         * cursor.[Ch]:
592         * lyxcursor.[Ch]:
593         * rowpainter.[Ch]:
594         * lyxtext.h:
595         * text.C:
596         * text2.C:
597         * text3.C: adjust
598
599 2003-12-15  Angus Leeming  <leeming@lyx.org>
600
601         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
602         than getFromGUIName to manipulate the color.
603
604 2003-12-14  Angus Leeming  <leeming@lyx.org>
605
606         * BranchList.[Ch]: minimize the API.
607         (Branch::getBranch, getColor): now return a 'const &'.
608         (Branch::setSelected) now returns a bool set to true if the
609         selection status changes.
610         (BranchList::clear, size, getColor, setColor, setSelected,
611         allBranches, allSelected, separator): removed.
612         (BranchList::find): new functions, returning the Branch with
613         the given name.
614         (BranchList::add, remove): return a bool indicating that
615         the operation was successful.
616
617         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
618         new InsetBranch::isBranchSlected member function.
619
620         * LColor.[Ch]: mimimize the API.
621         (fill): renamed as addColor and made private.
622         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
623         versions of these functions taking a string arg have been removed.
624
625         * bufferparams.C (readToken):
626         * lyxfunc.C (dispatch):
627         * lyxrc.C (read): changes due to the altered BranchList and
628         LColor APIs.
629
630         * factory.C (createInset, readInset): changes due to altered
631         InsetBranch c-tor.
632
633 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
634
635         * factory.C:
636         * lyxfunc.C: remove insetminipage. "minipage-insert"
637         now produces a frameless minipage box inset.
638
639 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
640
641         * textcursor.[Ch] (selStart,selEnd): add new methods
642         remove selection::start, end, use LyXCursor::operator<
643         * lyxcursor.[Ch] (operator<): add
644         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
645         * BufferView.[Ch] (unsetXSel): add
646         * text2.C (clearSelection): use unsetXSel,adjust
647         * text.C: adjust
648         * text3.C: adjust
649         * rowpainter.C: adjust
650         * bufferview_funcs.C (put_selection_at): adjust
651
652 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
653
654         * BufferView_pimpl.C: small coord. correction
655
656 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
657
658         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
659         dragging over the splash screen.
660
661 2003-12-11  Angus Leeming  <leeming@lyx.org>
662
663         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
664         as it is now handled in LyXText::dispatch.
665
666         * text3.C (doInsertInset): remove a level of nesting.
667
668 2003-12-11  Angus Leeming  <leeming@lyx.org>
669
670         * factory.C (createInset): changes due to the changed interface to
671         InsetCommandMailer::string2params.
672
673 2003-12-10  Angus Leeming  <leeming@lyx.org>
674
675         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
676         'dialog-show-new-inset <inset name>'
677
678 2003-12-10  Angus Leeming  <leeming@lyx.org>
679
680         * buffer.C: up the format to 227.
681
682         * factory.C: the box inset is now identified simply by 'Box'.
683
684 2003-12-10  Angus Leeming  <leeming@lyx.org>
685
686         * buffer.C: up the format to 226.
687
688         * factory.C: the note inset is now identified simply by 'Note'.
689
690 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
691
692         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
693         when a pit is enough. Standarize a couple of loops.
694
695 2003-12-05  Angus Leeming  <leeming@lyx.org>
696
697         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
698         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
699         data to the re-worked "log" dialog.
700
701 2003-12-03  André Pönitz  <poenitz@gmx.net>
702
703         * PosIterator.C:
704         * iterators.C:
705         * lyxtext.h:
706         * output_latex.C:
707         * paragraph_funcs.C:
708         * text.C:
709         * text2.C: use Inset::getText instead of Inset::getParagraph
710
711 2003-12-03  André Pönitz  <poenitz@gmx.net>
712
713         * buffer.[Ch]:
714         * lyxtext.h:
715         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
716         InsetText::read() as LyXText::read()
717
718 2003-12-02  Angus Leeming  <leeming@lyx.org>
719
720         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
721         type. Add a comment in the implementation that the function uses
722         the stream's bad() function rather than fail() as the std::streams
723         would do.
724
725 2003-12-02  André Pönitz  <poenitz@gmx.net>
726
727         * lyxlex.[Ch]: make interface more similar to std::stream
728
729         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
730
731 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
732
733         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
734
735 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
736
737         * vspace.[Ch]: remove VSpace::NONE
738
739 2003-12-01  André Pönitz  <poenitz@gmx.net>
740
741         * buffer.[Ch]:
742         * lyxtext.h: move ParagraphList member to LyXText
743         rename LyXText::ownerParagraphs to LyXText::paragraph
744
745         * CutAndPaste.C:
746         * bufferview_funcs.C:
747         * iterators.[Ch]:
748         * lyx_cb.C:
749         * paragraph.C:
750         * rowpainter.C:
751         * tabular.C:
752         * text.C:
753         * text2.C:
754         * text3.C: adjust
755
756         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
757
758         * undo.C: fix cursor positioning
759
760 2003-12-01  John Levon  <levon@movementarian.org>
761
762         * BufferView_pimpl.C: fix a crash on exit with
763         a buffer open
764
765 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
766
767         * BranchList.C: fix setSelected() method.
768
769 2003-11-28  André Pönitz  <poenitz@gmx.net>
770
771         * ParagraphParameters.[Ch]:
772         * ParameterStruct.h: remove space above/below from Paragraph to
773          InsetVSpace
774
775         * BufferView_pimpl.C:
776         * factory.C:
777         * lyxfunc.C:
778         * lyxtext.h:
779         * output_latex.C:
780         * paragraph.C:
781         * paragraph_funcs.C:
782         * rowpainter.[Ch]:
783         * text.C:
784         * text2.C:
785         * text3.C: adjust
786
787 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
788
789         * factory.C: Syntax change for CharStyles
790
791 2003-11-28  André Pönitz  <poenitz@gmx.net>
792
793         * BufferView.[Ch]:
794         * BufferView.[Ch]:
795         * buffer.[Ch]:
796         * buffer.[Ch]: move LyXText member
797
798 2003-11-28  André Pönitz  <poenitz@gmx.net>
799
800         * BufferView.[Ch]: make LyXText * text a private member
801
802         * BufferView_pimpl.C:
803         * cursor.C:
804         * iterators.C:
805         * lyx_cb.C:
806         * lyxfind.C:
807         * lyxtext.h:
808         * rowpainter.[Ch]:
809         * text.C:
810         * text2.C:
811         * undo.C: adjust
812
813         * output_plaintext.C: cleanup
814
815 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
816
817         * buffer.C:
818         * lyxtextclass.[Ch]: parametrize SGML document header
819
820 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
821
822         * converter.[Ch]:
823         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
824         getFlavor().
825
826 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
827
828         * text2.C (setFont): rework using PosIterator (no more recursive)
829         (setCharFont): no more needed
830         (setLayout): no more selection cursors fiddling (done by redoCursor)
831         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
832         destroy remaining ones)
833
834 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
835
836         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
837         * lyxtext.h: ditto
838         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
839         selection cursors
840         * lyxfunc.C: adjust
841         * text3.C: adjust + re-allow multi par depth changes
842         * textcursor.C: simplify a bit
843
844 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
845
846         * src/buffer.C:
847         * src/lyxlayout.C:
848         * src/lyxlayout.h:
849         * src/lyxtext.h:
850         * src/output_docbook.C:
851         * src/output_latex.C:
852         * src/paragraph.C:
853         * src/paragraph.h:
854         * src/sgml.C:
855         * src/sgml.h:
856         * src/text2.C: Introducing a number of tags parametrizing various
857         XML formats that we may want to support
858
859 2003-11-25  André Pönitz  <poenitz@gmx.net>
860
861         * InsetList.[Ch] (begein, end): inline as suggested by profiler
862
863         * lyxtext.h (leftMargin/rightMargin): simplify interface
864
865         * rowpainter.C:
866         * text.C:
867         * text2.C:
868         * text3.C: adjust
869
870 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
871
872         * lyxfunc.C (dispatch): propogate the bibtex databases from the
873         master file to any child files. Fixes bug 546.
874
875 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
876
877         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
878
879 2003-11-24  André Pönitz  <poenitz@gmx.net>
880
881         * rowpainter.C: simplification
882
883         * text2.C (updateCounters): remove call to redoParagraph on
884         changed labels as this is far too expensive.
885
886 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
887
888         * converter.C (convert): fix a crash: this function gets
889         called with buffer == 0 from importer code.
890
891 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
892
893         * text3.C (cursorPrevious): make sure that we do not compare
894         iterators form different containers.
895         (cursorNext): ditto
896
897         * rowpainter.C (paintSelection): make sure that we do not compare
898         iterators from different containers.
899
900         * text3.C (dispatch): [PRIOR] make sure that we do not compare
901         iterators from different ParagraphList containers.
902         [NEXT] ditto
903
904         * text2.C (LyXText): change order of initialization slightly
905         (operator=): new function. copy all variables except cache_par_
906         (moveUp): make sure that we do not compare iterators from
907         different ParagraphList constainers.
908         (moveDown): ditto
909
910         * text.C (firstPar): new function
911         (lastPar): new function
912         (endPar): new function
913
914         * lyxtext.h: move things around and group public functions, public
915         variables, private functions, private variables
916
917 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
918
919         * factory.C: change call to InsetERT constructor to avoid
920         additional invocation of method status
921         * text2.C (toggleInset): remove redundant update() call
922         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
923         instead of a Bufferview pointer
924
925 2003-11-21  André Pönitz  <poenitz@gmx.net>
926
927         * rowpainter.C: simplification
928
929 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
930
931         * text3.C (dispatch): make possible to extend a word/row selection
932         with the mouse
933
934 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
935
936         * lyxtext.h: x0_,y0_ -> xo_,yo_
937         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
938         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
939         * rowpainter.C (paintRows): paint full paragraphs
940
941 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
942
943         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
944         screen coordinates)
945
946 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
947
948         * lyxtext.h: add x0_, y0_
949         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
950         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
951
952 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
953
954         * text2.C (setCursorIntern): move the x_target update here *
955         * text3.C: change some bv() to true/false in calls to
956         cursorUp/Down/Right/Left
957         * cursor.C: use helper function.
958
959 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
960
961         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
962         * paragraph_funcs.[Ch]: correct comment
963         * rowpainter.C: do not paint selections away from bv->cursor()
964         Fix a long standing selection painting bug.
965         * text3.C: generalize mouse-selection code to LyXTexts other that
966         top one
967         * textcursor.C: do not use y coords if we can use par offsets
968
969 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
970
971         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
972         cursor position after e.g. inset insert)
973
974 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
975
976         * lyxfind.C (replace): adjust to locking removal + some
977         code simplification
978
979 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
980
981         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
982         of the path
983
984 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
985
986         * lyxlayout.[Ch]:
987         * output_docbook.C: XML sanitation: new layout
988         parameters InnerTag and CommandDepth
989
990 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
991
992         * BufferView_pimpl.C:
993         * factory.C:
994         * text3.C: Fix the insertion and modification of button-style
995         insets
996
997 2003-11-13  André Pönitz  <poenitz@gmx.net>
998
999         * InsetList.[Ch]: remove deleteLyXText
1000
1001         * paragraph.[Ch]: cache beginOfBody position
1002
1003         * Bidi.C:
1004         * text.C:
1005         * text2.C:
1006         * text3.C: remove superfluous update() calls
1007
1008         * vspace.C: cleanup
1009
1010 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1011
1012         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1013         * BufferView.C (fitLockedInsetCursor): remove
1014         * cursor.[Ch] (getDim): add
1015         * text.C (getRowNearY): add faster version
1016         * text3.C: remove some update calls
1017
1018 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1019
1020         * LaTeXFeatures.C:
1021         * LyXAction.C:
1022         * MenuBackend.C:
1023         * MenuBackend.h:
1024         * dispatchresult.h:
1025         * factory.C:
1026         * lfuns.h:
1027         * lyxfunc.C:
1028         * lyxtextclass.C:
1029         * lyxtextclass.h:
1030         * text3.C: The Character Style /XML short element patch.
1031
1032 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1033
1034         * text3.C:
1035         * factory.C: Small step to solving 'unable to insert some insets'
1036         problem
1037
1038 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1039
1040         * cursor.[Ch] (updatePos): new function for updating the y
1041         position of the tip inset
1042         * bufferview_funcs.C (put_selection_at):
1043         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1044
1045 2003-11-11  André Pönitz  <poenitz@gmx.net>
1046
1047         * text.C: remove big comment on invalid Paragraph pointers as it is
1048         not valid anymore
1049
1050 2003-11-11  André Pönitz  <poenitz@gmx.net>
1051
1052         * text_funcs.[Ch]: merge with ...
1053
1054         * text.C: ... this
1055
1056         * lyxtext.h:
1057         * text2.C:
1058         * text3.C: adjust
1059
1060         * Makefile.am: remove text_funcs.[Ch]
1061
1062 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1063
1064         * cursor.C (getPos): return absolute cached y coord
1065
1066         * BufferView_pimpl.C (fitCursor): new simplistic code
1067         (workAreaDispatch): add a fitCursor call
1068
1069 2003-11-10  André Pönitz  <poenitz@gmx.net>
1070
1071         * BufferView.[Ch]:
1072         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1073
1074 2003-11-10  André Pönitz  <poenitz@gmx.net>
1075
1076         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1077         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1078         indicate that the cursor needs to leave an inset
1079
1080         * lyxtext.h: remove inset locking
1081
1082         * cursor.[Ch]: re-implement functionality provided by inset locking
1083
1084         * BufferView.[Ch]:
1085         * BufferView_pimpl.[Ch]:
1086         * LyXAction.C:
1087         * bufferview_funcs.[Ch]:
1088         * factory.C:
1089         * funcrequest.[Ch]:
1090         * iterators.C:
1091         * lyx_cb.C:
1092         * lyxfind.C:
1093         * lyxfunc.C:
1094         * text.C:
1095         * text2.C:
1096         * text3.C:
1097         * undo.C: adjust
1098
1099 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1100
1101         * PosIterator.[Ch]: replace the stack with a vector, add inset
1102         accesor
1103         * iterators.[C]: adjust
1104
1105 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1106
1107         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1108         replaced
1109         * paragraph_funcs.C (readParToken): put the correct id in the
1110         error item, not the id of the top paragraph
1111
1112 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1113
1114         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1115         * bufferview_funcs.C (put_selection_at): use the above
1116
1117 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1118
1119         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1120
1121 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1122
1123         * output_linuxdoc.h:
1124         * output_plaintext.h:
1125         * output.h:
1126         * output_docbook.h: add #include statements
1127
1128 2003-11-05  José Matos  <jamatos@lyx.org>
1129
1130         * output_docbook.[Ch]:
1131         * output_latex.[Ch]:
1132         * output_linuxdoc.[Ch]:
1133         * output_plaintext.[Ch]: New files for output formats.
1134         * output.[Ch]: New file for helper functions.
1135
1136         * buffer.[Ch]:
1137         * paragraph_funcs.[Ch]: output functions moved to new files.
1138
1139         * outputparams.h: rename of latexrunparams.h
1140
1141         * LaTeX.[Ch]:
1142         * buffer.[Ch]:
1143         * bufferlist.[Ch]:
1144         * converter.[Ch]:
1145         * exporter.C:
1146         * paragraph.[Ch]:
1147         * paragraph_funcs.[Ch]:
1148         * paragraph_pimpl.[Ch]:
1149         * tabular.[Ch]: rename ascii to plaintext
1150         and LatexRunParams to OutputParams.
1151
1152 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1153
1154         * iterators.[Ch] (text): require bv argument
1155         * undo.C (recordUndo):
1156         * lyxfunc.C (dispatch):
1157         * bufferview_funcs.C (put_selection_at): adjust
1158
1159 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1160
1161         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1162
1163 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1164
1165         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1166         nestings
1167
1168 2003-11-04  André Pönitz  <poenitz@gmx.net>
1169
1170         * cursor.[Ch]: restructure
1171
1172         * BufferView.[Ch]:
1173         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1174
1175         * iterators.[Ch] (asCursor): remove
1176
1177         * lfuns.h: remove LFUN_INSET_EDIT
1178
1179         * lyxfunc.C:
1180         * tabular.C:
1181         * text.C:
1182         * text2.C:
1183         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1184
1185 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1186
1187         * lyxfind.[Ch]: complete overhaul
1188         * BufferView_pimpl.C:
1189         * lyxfunc.C: adjust
1190         * paragraph.[Ch] (insert): add
1191
1192 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1193
1194         * BufferView.[Ch]:
1195         * lyxtext.h:
1196         * text.C: remove dead spellcheck code
1197
1198 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1199
1200         * dispatchresult.h: add a val setter
1201
1202         * cursor.C (dispatch): use a tempvar for data_[i]
1203
1204 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1205
1206         * PosIterator.[Ch]: compile fix
1207
1208 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1209
1210         * text.C (cursorPar): deactivate the cursor cache
1211
1212 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1213
1214         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1215
1216 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1217
1218         * text3.C (dispatch): adjust for new DisptchResult semantics.
1219
1220         * lyxfunc.C (dispatch): handle update when return from
1221         Cursor::dispatch, adjust for new DispatchResult semantics.
1222
1223         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1224         DispatchResult(true) mean to not update. Add class functions for
1225         setting dispatched and update, as well as reading.
1226
1227         * cursor.C (dispatch): don't handle update here
1228
1229 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1230
1231         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1232         * trans_mgr.C: adjust
1233
1234         * paragraph_funcs.C (readParToken): exception safety
1235
1236         * lyxvc.h: store the vcs pointer in a scoped_ptr
1237         * lyxvc.C: adjust
1238
1239         * lyxsocket.C (serverCallback): exception safety
1240
1241         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1242
1243         * ispell.C (clone): make it return a auto_ptr
1244
1245         * factory.C (createInset): exception safety
1246         (readInset): exception safety
1247
1248         * bufferlist.C (newBuffer): exception safety
1249
1250         * Thesaurus.C (Thesaurus): use initialization for aik_
1251
1252         * MenuBackend.C (expandToc): exception safety.
1253
1254 2003-11-03  André Pönitz  <poenitz@gmx.net>
1255
1256         * buffer.C:
1257         * buffer.h:
1258         * bufferview_funcs.C: remove getInsetFromId()
1259
1260         * lyxcursor.[Ch]:
1261         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1262
1263         * lyxfunc.C:
1264         * text2.C:
1265         * text3.C: adjust
1266
1267 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1268
1269         * PosIterator.C (distance, advance): new
1270         * bufferview_funcs.[Ch] (put_selection_at): new
1271         * iterators.[Ch] (lockPath): new
1272
1273 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1274
1275         * iterators.[Ch] (asPosIterator): added
1276         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1277         * PosIterator.[Ch]: added
1278
1279 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1280
1281         * text3.C:
1282         * lyxfunc.C:
1283         * cursor.C (dispatch):
1284         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1285
1286         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1287         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1288         contructor, add a class function dispatched. Remove operator>=
1289
1290 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1291
1292         * debug.C: only use the default constructor for debugstream
1293         (lyxerr) here.
1294
1295         * main.C (main): include debug.h and setup the lyxerr streambuf
1296         here.
1297
1298 2003-10-31  José Matos  <jamatos@lyx.org>
1299
1300         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1301
1302         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1303         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1304         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1305         * paragraph_pimpl.C (simpleTeXSpecialC):
1306         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1307         add LatexRunParams argument.
1308
1309         * exporter.C (Export): change call accordingly.
1310
1311         * latexrunparams.h: add new member to take care of the other backends.
1312 2003-10-30  José Matos  <jamatos@lyx.org>
1313
1314         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1315         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1316         factorise code for paragraph output.
1317         * buffer.[Ch]:
1318         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1319         move functions.
1320
1321 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1322
1323         * text3.C (dispatch):
1324         * lyxfunc.C (dispatch):
1325         * cursor.C (dispatch):
1326         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1327
1328         * dispatchresult.h: make the dispatch_result_t ctor explicit
1329
1330 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1331
1332         * sgml.[Ch]:
1333         * buffer.C: small refactoring of docbook stuff
1334
1335 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1336
1337         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1338         meaning.
1339
1340 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1341
1342         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1343         operator dispatch_result_t, and operators for == != and >=
1344
1345         * cursor.C (dispatch): adjust for operator dispatch_result_t
1346         removal. comment out call to update
1347
1348         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1349
1350 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1351
1352         * text3.C:
1353         * text2.C:
1354         * text.C:
1355         * lyxtext.h:
1356         * lyxfunc.C:
1357         * cursor.C:
1358         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1359         (dispatch):
1360
1361         * dispatchresult.h: new file, DispatchResult broken out of
1362         insets/insetbase.h
1363
1364         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1365
1366 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1367
1368         * text.C (rowBreakPoint): put a hack inside #if 0
1369
1370 2003-10-28  André Pönitz  <poenitz@gmx.net>
1371
1372         * lyxtext.h:
1373         * metricsinfo.C:
1374         * paragraph_funcs.C:
1375         * rowpainter.C:
1376         * text.C:
1377         * text2.C: general cleanup (lots of small stuff)
1378
1379 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1380
1381         * text2.C (cursorEnd): simple fix to the "end key goes to one
1382         before the end on last row" bug
1383
1384 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1385
1386         * text.C (backspace): fix the "zombie characters"
1387
1388 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1389
1390         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1391
1392 2003-10-27  André Pönitz  <poenitz@gmx.net>
1393
1394         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1395
1396         * factory.C: handle new InsetPagebreak, InsetLine
1397
1398         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1399         and move handling into new InsetPagebreak, InsetLine
1400
1401         * BufferView_pimpl.C:
1402         * LyXAction.C:
1403         * ParagraphParameters.C:
1404         * ParameterStruct.h:
1405         * lyxfunc.C:
1406         * lyxtext.h:
1407         * paragraph.C:
1408         * paragraph.h:
1409         * paragraph_funcs.C:
1410         * paragraph_pimpl.C:
1411         * rowpainter.C:
1412         * text.C:
1413         * text2.C:
1414         * text3.C: adjust
1415
1416 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1417
1418         * text.C:
1419         * lyxrow_funcs.[Ch]:
1420         * Bidi.C:
1421         * paragraph.C:
1422         * lyxtext.h:
1423         * rowpainter.C:
1424         * text2.C:
1425         * text3.C: remove lastPos uses in favour of Row::endpos
1426
1427 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1428
1429         * undo.C (performUndoOrRedo): fix two crashes by setting a
1430         cursor by hand and reordering some calls. Use bv->lockInset instead
1431         of inset->edit because the latter loses cursor information
1432
1433 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1434
1435         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1436         by Martin
1437         (rowBreakPoint): fix width. change point to point + 1.
1438         Add a missing check.
1439
1440 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1441
1442         * MenuBackend.C:
1443         * lyxfunc.C: fix (at least partly) the problems
1444         with the Nav menu and headers inside branch insets
1445         reported by Kayvan
1446
1447 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1448
1449         * paragraph.C (getChar): add strong asserts
1450
1451         * lyxrow_funcs.C (lastPos): remove hideous hack
1452
1453         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1454         (fill): adjust to that (avoid an infinite loop)
1455
1456 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1457
1458         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1459
1460 2003-10-23  André Pönitz  <poenitz@gmx.net>
1461
1462         * RowList_fwd.h: change list<> to vector<> to gain speed
1463         after suggestion from Alfredo
1464
1465 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1466
1467         * lyxtext.h: move the bidi stuff from here...
1468         * text.C: and here
1469         * text2.C: and here
1470         * Bidi.[Ch]: ... to here
1471
1472 2003-10-23  André Pönitz  <poenitz@gmx.net>
1473
1474         * lyxtext.h:
1475         * text.C (isLastRow, isFirstRow): new functions
1476
1477         * paragraph.h: new width cache member
1478
1479         * rowpainter.C: replace RowList::iterator with Row & where possible
1480
1481         * lyxfunc.C: replace several view()->text with a single call
1482
1483         * toc.C: fix 'unused' warning
1484
1485 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1486
1487         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1488         when woring with stream::pos_type
1489         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1490
1491 2003-10-22  André Pönitz  <poenitz@gmx.net>
1492
1493         * lyxtext.h:
1494         * text.C: use Row & instead of RowList::iterator
1495
1496         * lyxrow.h: rename end() to endpos()
1497
1498         * rowpainter.C:
1499         * text.C:
1500         * text2.C: adjust
1501
1502 2003-10-22  Angus Leeming  <leeming@lyx.org>
1503
1504         * buffer.[Ch] (fully_loaded): new member function, returning true
1505         only when the file has been loaded fully.
1506         Used to prevent the premature generation of previews and by the
1507         citation inset to prevent computation of the natbib-style label.
1508
1509         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1510         templates are all set up.
1511
1512         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1513
1514 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1515
1516         * text.C: fixed an "oops" in the "is a bit silly"
1517         bug fix
1518
1519 2003-10-21  André Pönitz  <poenitz@gmx.net>
1520
1521         * FuncStatus.[Ch]: small stuff, whitespace
1522
1523         * lyxfont.[Ch]: operator<<() for debug reasons
1524
1525         * lyxfunc.C:
1526         * lyxrow_funcs.C:
1527         * lyxtext.h: whitespace, spelling
1528
1529         * paragraph.C: naming of variables
1530
1531         * text.C:
1532         * text2.C: small stuff
1533
1534
1535 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1536
1537         * text.C: (1) finish off the inset display() work;
1538         (2) fix the "is a bit silly" bug (accessing char
1539         past end of par).
1540
1541 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1542
1543         * text.C: re-introduce display() for insets, fixing the
1544         various bugs (stretch of line above, math inset
1545         positioning, ...)
1546
1547 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1548
1549         * text.C (rightMargin): remove spurious semicolon
1550
1551         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
1552         1415)
1553
1554 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
1555
1556         * text3.C: fix one crash due to wrong cursor def
1557
1558 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1559
1560         * vc-backend.C (scanMaster): make the regex static
1561
1562         * LaTeX.C (scanAuxFile): make the regexs static
1563
1564         * text3.C (doInsertInset, dispatch, dispatch):
1565         * text2.C (cursorUp, cursorDown):
1566         * text.C (selectNextWordToSpellcheck):
1567         * BufferView_pimpl.C (dispatch):
1568         * lyxfunc.C (dispatch):  localDispatch -> dispatch
1569
1570 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1571
1572         * lyxsocket.C: include <cerrno>
1573
1574 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1575
1576         * lyxfunc.C (dispatch): remove textcache stuff
1577
1578         * bufferlist.C (release): remove textcache stuff
1579         (closeAll): ditto
1580
1581         * TextCache.C: delete file
1582         * TextCache.h: delete file
1583
1584         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
1585
1586         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
1587         delete of the bv_->text.
1588         (resizeCurrentBuffer): remove texcache stuff
1589         (workAreaResize): ditto
1590
1591 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1592
1593         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
1594         action.
1595
1596 2003-10-16  André Pönitz  <poenitz@gmx.net>
1597
1598         * lyxrow.[Ch]:
1599         * paragraph.h:
1600         * rowpainter.C:
1601         * text.C:
1602         * text2.C:
1603         * text3.C: speed up by storing y positions per paragraph plus per-row
1604         offset instead of having a 'full' y position in the row.
1605
1606 2003-10-15  André Pönitz  <poenitz@gmx.net>
1607
1608         * iterators.[Ch]:
1609         * iterators.[Ch]:
1610         * undo.[Ch]: make undo aware of inner insets
1611
1612 2003-10-14  Angus Leeming  <leeming@lyx.org>
1613
1614         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
1615         static member functions LyX::ref() and LyX::cref.
1616         (lastfiles): new accessor functions for the new lastfiles_ member var.
1617         (addLyXView, views_): add a new LyXView to the list of views_.
1618         (updateInset): loop over all LyXViews to call their own updateInset
1619         member function, returning a pointer to the Buffer owning the inset.
1620
1621         * BufferView_pimpl.C (loadLyXFile):
1622         * MenuBackend.C (expandLastfiles):
1623         * bufferlist.C (MenuWrite, QuitLyX):
1624         lastfiles is no longer a global variable.
1625         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
1626
1627         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
1628         static function. Access through LyX::cref().emergencyCleanup().
1629
1630 2003-10-14  André Pönitz  <poenitz@gmx.net>
1631
1632         * iterators.[Ch]: new direct access to innermost LyXText and Inset
1633
1634         * undo.[Ch]: restoring part of 'undo in insets'
1635
1636         * Makefile.am:
1637         * undo_funcs.[Ch]: merge with undo.[Ch]
1638
1639         * tabular.C: small cleansing stuff
1640
1641 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
1642
1643         * paragraph_funcs.C (readParToken): report unknown insets as error
1644         boxes. Use the outer paragraph as location (also for unknown
1645         tokens).
1646
1647         * factory.C (readInset): do not abort on reading an unknown inset.
1648         Eat it and return 0.
1649
1650 2003-10-13  Angus Leeming  <leeming@lyx.org>
1651
1652         * lyx_main.C (LyX): remove call to setDisplayTranslator().
1653
1654         * lyxrc.C: displayTranslator is now a function,
1655         declared in GraphicsTypes.h.
1656
1657 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1658
1659         * format.C: new placeholder $$a to pass the socket address.
1660
1661         * bufferlist.[Ch]: new function getBufferFromTmp.
1662
1663         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
1664           files in the temporary dir.
1665
1666 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1667
1668         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
1669
1670         * Makefile.am: add lyxsocket.[Ch].
1671
1672         * lyx_main.C (error_handler): handle SIGPIPE.
1673
1674 2003-10-13  André Pönitz  <poenitz@gmx.net>
1675
1676         * BufferView_pimpl.C:
1677         * lyxtext.h:
1678         * text.C:
1679         * text2.C:
1680         * text3.C:
1681         * undo_funcs.[Ch]: use paroffset_type instead of
1682           ParagraphList::iterators to prevent multiple conversion
1683           (and get a more robust interface)
1684
1685 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1686
1687         * lyxfunc.C (dispatch): RESULT -> dispatch_result
1688         * lyxtext.h: ditto
1689         * text3.C (dispatch): ditto
1690
1691 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1692
1693         * LaTeX.C (handleFoundFile): move the static to smaller scope,
1694         move the onlyfile, use onlyfile instead of foundfile in a couple
1695         of places.
1696
1697         * DepTable.C (update): flush the error stream a bit more
1698
1699 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1700
1701         * lyxserver.C (callback): adjust
1702
1703         * lyxfunc.C (getStatus): add a missing brace in commented code
1704         (ensureBufferClean): reindent
1705         (dispatch): delete version taking a string
1706
1707 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1708
1709         * LaTeX.C (deplog): move found file handlig from here...
1710         (handleFoundFile): .. to new function here.
1711         (deplog): make sure to discover several files mentioned on the
1712         same log line.
1713
1714 2003-10-10  André Pönitz  <poenitz@gmx.net>
1715
1716         * lyxfunc.C:
1717         * lyxtext.h:
1718         * tabular.C:
1719         * text.C:
1720         * text2.C:
1721         * text3.C: fix some of the tabular crashes
1722
1723 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1724
1725         * MenuBackend.C (binding): put debug message into Debug::KBMAP
1726
1727         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
1728
1729 2003-10-09  André Pönitz  <poenitz@gmx.net>
1730
1731         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
1732
1733         * BufferView.C:
1734         * BufferView_pimpl.C:
1735         * bufferview_funcs.C:
1736         * lyx_cb.C:
1737         * lyxcursor.C:
1738         * lyxfind.C:
1739         * lyxfunc.C:
1740         * lyxtext.h:
1741         * text.C:
1742         * text2.C:
1743         * text3.C:
1744         * text_funcs.[Ch]:
1745         * textcursor.[Ch]:
1746         * undo_funcs.C: adjust
1747
1748 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1749
1750         * text2.C (incrementItemDepth): new function, use a backtracking
1751         algorithm to discover the correct item depth.
1752         (resetEnumCounterIfNeeded): new function, use a backtracking
1753         algorithm to discover if counter reset is needed.
1754         (setCounter): use them. Simplify a bit. Add different labels for
1755         different item depths for itemize.
1756
1757         * paragraph.C (Paragraph): remove initialization of enumdepth
1758         (operator=): ditto
1759
1760         * paragraph.h: get rid of enumdepth, and use itemdepth both for
1761         enumerate and itemize. Change the type of itemdepth to signed char.
1762
1763 2003-10-08  André Pönitz  <poenitz@gmx.net>
1764
1765         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
1766           thing assignable.
1767         * text.C:
1768         * text2.C: adjust
1769
1770         * tabular.[Ch]: fix crash after 'row-insert'
1771
1772 2003-10-08  Angus Leeming  <leeming@lyx.org>
1773
1774         Fix doxygen warnings.
1775
1776         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
1777         Remove CutAndPaste:: prefix from header file declaration.
1778
1779         * LColor.h (fill): remove LColor:: prefix from declaration.
1780
1781         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
1782         use lyx::depth_type rather than Paragraph::depth_type so that
1783         header file and .C file match.
1784
1785         * converter.h (intToFormat): remove Converters:: prefix from declaration.
1786
1787         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
1788         * aspell.C: \file aspell_local.C -> \file aspell.C
1789         * gettext.C: \file gettext.C -> \file src/gettext.C
1790         * gettext.h: \file gettext.h -> \file src/gettext.h
1791         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
1792         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
1793         * text.C: \file text.C -> \file src/text.C
1794
1795         * toc.C: move comment so that doxygen is not confused.
1796
1797 2003-10-07  Angus Leeming  <leeming@lyx.org>
1798
1799         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
1800
1801 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
1802
1803         * aspell.C:
1804         * aspell_local.h: add forgotten std::string's.
1805
1806 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1807
1808         * LaTeXFeatures.C:
1809         * LyXAction.C:
1810         * factory.C:
1811         * lfuns.h:
1812         * lyxfunc.C:
1813         * text3.C: The Box patch. Fancybox support, minipage, parbox
1814
1815 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
1816
1817         * CutAndPaste.h:
1818         * DepTable.h:
1819         * FloatList.h:
1820         * LaTeXFeatures.h:
1821         * ParagraphParameters.h:
1822         * TextCache.h:
1823         * Thesaurus.h:
1824         * bufferlist.h:
1825         * exporter.h:
1826         * importer.h:
1827         * lastfiles.h:
1828         * lyxfind.h:
1829         * lyxfont.h:
1830         * lyxlex.h:
1831         * lyxtextclasslist.h:
1832         * messages.h:
1833         * paragraph.h:
1834         * paragraph_pimpl.C:
1835         * textcursor.h: add <string> and other small fixes to make Lars'
1836         std::string patch compile with STLport.
1837
1838 2003-10-06  Angus Leeming  <leeming@lyx.org>
1839
1840         * LColor.h: Add missing #include <string>.
1841
1842 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1843
1844         * All most all file in all subdirs: Make <string> be the prefered
1845         way of getting to std::string, add using declarations.
1846
1847 2003-10-06  André Pönitz  <poenitz@gmx.net>
1848
1849         * metricsinfo.C: initialize LyXFont before changing attribute.
1850         (fixes the 'math in \emph is upright' bug)
1851
1852 2003-10-06  André Pönitz  <poenitz@gmx.net>
1853
1854         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
1855
1856 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
1857
1858         * graph.C:
1859         * paragraph_pimpl.C: Small fixes to build using STLport
1860
1861 2003-10-02  André Pönitz  <poenitz@gmx.net>
1862
1863         * lyxfunc.C:
1864         * text3.C: move handling of LFUN_DEPTH *; fix #1360
1865
1866 2003-10-01  André Pönitz  <poenitz@gmx.net>
1867
1868         * factory.C: assert early
1869
1870 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1871
1872         * lyx_main.C: remove the global debug object
1873
1874         * debug.h: adjust for new debugstream
1875
1876         * debug.C: adjust for new debugstream and keep the global debug
1877         object here.
1878
1879 2003-09-22  Angus Leeming  <leeming@lyx.org>
1880
1881         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
1882         of g++ which otherwise complain that the scoped_ptr destructor can't delete
1883         an incomplete class LyXFont.
1884
1885 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
1886
1887         * factory.C: bug fix in branches
1888
1889 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1890
1891         * lyxfunc.C (processKeySym): adjust
1892         (dispatch): adjust
1893         (dispatch): change arg name from ev to func, adjust
1894         (sendDispatchMessage): ditto
1895
1896         * lyx_main.C (defaultKeyBindings): adjust keybindings
1897         (deadKeyBindings): ditto
1898
1899         * kbsequence.C (addkey): return a FuncRequest
1900
1901         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
1902
1903         * kbmap.C (bind): take a FuncRequest as arg, adjust
1904         (read): adjust
1905         (lookup): adjust
1906         (defkey): change to take a FuncRequest as arg, adjust
1907         (findbinding): take a FuncRequest as arg, adjust.
1908
1909         * funcrequest.h (operator=): added
1910
1911         * funcrequest.C (FuncRequest): default kb_action changed from
1912         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
1913
1914         * buffer.C (dispatch): simplify
1915         (dispatch): adjust to take a FuncRequest as arg, adjust
1916
1917         * boost.C (assertion_failed): change assertion message slightly
1918
1919         * ToolbarBackend.C (read): simplify
1920
1921         * MenuBackend.C (binding): adjust call to findbinding, add a
1922         message if no binding is found.
1923         (read): simplify
1924         (expandToc): correct by adding a empty FuncRequest
1925
1926         * LyXAction.C: include <boost/assert.hpp>
1927         (isPseudoAction): delete function
1928         (LookupFunc): change name to...
1929         (lookupFunc): this. change return type to FuncRequest.
1930         (getActionName): take kb_action as arg, simplify
1931         (funcHasFlag): add an assert, simplify.
1932
1933 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1934
1935         * toc.C (action): return a FuncRequest, simplify
1936
1937         * lyxfunc.C (processKeySym): adjust
1938         (getStatus): delete version that takes an int.
1939         (getStatus): adjust
1940         (dispatch): delete version that takes action as int
1941         (dispatch): adjust
1942         (sendDispatchMessage): simplify and adjust
1943
1944         * funcrequest.C (getArg): take unsigned int as arg
1945
1946         * ToolbarBackend.C (read): adjust
1947         (add): delete version that takes func as a string.
1948         (getIton): take a FuncRequest as arg
1949
1950         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
1951         action.
1952
1953         * MenuBackend.C (MenuItem): add a new construct that only takes a
1954         Kind, simplify the constructor use for submenus.
1955         (add): adjust
1956         (expandLastfiles): adjust
1957         (expandDocuments): adjust
1958         (expandFormats): adjust
1959         (expandFloatListInsert): adjust
1960         (expandFloatInsert): adjust
1961         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
1962
1963         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
1964         Remove class variables lyx_pseudo_map and lyx_arg_map
1965
1966         * LyXAction.C (searchActionArg): delete function
1967         (getPseudoAction): delete function
1968         (retrieveActionArg): delete function
1969         (LookupFunc): make it return kb_action, simplify.
1970         (getActionName): simplify
1971
1972         * factory.C (createInset): fix new bug
1973
1974 2003-09-19  Angus Leeming  <leeming@lyx.org>
1975
1976         * CutAndPaste.C (pasteSelection): remove fudge used to set the
1977         masterFilename_ parameter in the include inset.
1978
1979         * factory.C (createInset): changes due to the changes to InsetInclude.
1980
1981 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1982
1983         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
1984
1985 2003-09-18  Angus Leeming  <leeming@lyx.org>
1986
1987         * buffer.C:
1988         * BufferView.C: pass the buffer when calling Inset::getLabelList,
1989         Inset::fillWithBibKeys.
1990         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
1991
1992 2003-09-18  Angus Leeming  <leeming@lyx.org>
1993
1994         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
1995         variables.
1996         (ctor): pass and store a 'Buffer const &'
1997         (buffer): new member function.
1998
1999         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2000         '*this' to the LaTeXFeatures ctor.
2001
2002 2003-09-18  Angus Leeming  <leeming@lyx.org>
2003
2004         * LColor.h:
2005         * lyxfont.C:
2006         * lyxfont.h:
2007         * lyxtext.h:
2008         * text.C: rename EnumLColor as LColor_color.
2009
2010 2003-09-18  Angus Leeming  <leeming@lyx.org>
2011
2012         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2013         remove #include "insets/insetbase.h" from cursor.h.
2014
2015 2003-09-18  Angus Leeming  <leeming@lyx.org>
2016
2017         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2018         InsetOld_code to remove #include "inset.h".
2019
2020         * iterators.C: add #include "insets/inset.h"
2021
2022 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2023
2024         * BufferView.C: remove more locking stuff that apparently doesn't
2025         do anything sensible.
2026
2027 2003-09-16  André Pönitz  <poenitz@gmx.net>
2028
2029         * paragraph.[Ch]:
2030         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2031           performance boost.
2032
2033 2003-09-16  Angus Leeming  <leeming@lyx.org>
2034
2035         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2036
2037         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2038         arg/return type.
2039
2040         * paragraph.h: remove #include "lyxfont.h". Forward declare
2041         LyXFont_size.
2042
2043 2003-09-16  Angus Leeming  <leeming@lyx.org>
2044
2045         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2046         of support/textutils.h.
2047         (isWord): move the contents of support/textutils.h's IsWordChar here.
2048
2049         * buffer.C:
2050         * lyxfind.C:
2051         * rowpainter.C:
2052         * text.C:
2053         * text2.C: add #include "paragraph.h".
2054
2055         * rowpainter.C:
2056         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2057
2058 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2059
2060         * main.C:
2061         * lyx_main.C:
2062         * lyx_cb.C:
2063         * buffer.C:
2064         * LaTeX.C: use namespace alias for lyx::support::os
2065
2066 2003-09-16  Angus Leeming  <leeming@lyx.org>
2067
2068         * bufferparams.C:
2069         * bufferview_funcs.C:
2070         * factory.C:
2071         * lyxfunc.C:
2072         * paragraph_pimpl.C:
2073         * rowpainter.C:
2074         * text.C: add #include "LColor.h".
2075
2076 2003-09-16  Angus Leeming  <leeming@lyx.org>
2077
2078         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2079         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2080         return LyXFont &.
2081         Store the FontBits::color variable as an int rather than as an
2082         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2083         file.
2084
2085         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2086         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2087         string calls together.
2088
2089         * lyxrc.C: add #include "LColor.h".
2090
2091 2003-09-15  Angus Leeming  <leeming@lyx.org>
2092
2093         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2094         a cow_ptr.
2095
2096 2003-09-15  Angus Leeming  <leeming@lyx.org>
2097
2098         * LColor.h: add an EnumLColor wrapper for LColor::color.
2099
2100         * lyxfont.[Ch] (color, setColor, realColor):
2101         * lyxtext.h, text.C (backgroundColor):
2102         pass EnumLColor args to/from the functions, rather than LColor::color
2103         ones.
2104
2105         * lyxfont.h:
2106         * lyxtext.h: forward declare EnumLColor.
2107
2108         * lyx_main.C: add #include "LColor.h".
2109
2110 2003-09-15  Angus Leeming  <leeming@lyx.org>
2111
2112         * .cvsignore: add lyx-gtk.
2113
2114 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2115
2116         * Chktex.C
2117         * LaTeX.C
2118         * LaTeXFeatures.C
2119         * ParagraphParameters.C
2120         * Spacing.C
2121         * buffer.C
2122         * bufferparams.C
2123         * bufferview_funcs.C
2124         * chset.C
2125         * counters.C
2126         * funcrequest.C
2127         * lyxfont.C
2128         * lyxgluelength.C
2129         * lyxlength.C
2130         * paragraph.C
2131         * paragraph_funcs.C
2132         * text3.C
2133         * vc-backend.C: remove usage of STRCONV
2134
2135 2003-09-15  Angus Leeming  <leeming@lyx.org>
2136
2137         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2138         explicitly define the color passed to the painter.
2139
2140 2003-09-15  Angus Leeming  <leeming@lyx.org>
2141
2142         * bufferparams.C (BufferParams): reorder member initializers to avoid
2143         compiler warning.
2144
2145 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2146
2147         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2148         * text.C (updateRowPositions): remove an unusual nop
2149
2150 2003-09-12  André Pönitz  <poenitz@gmx.net>
2151
2152         * BufferView_pimpl.C:
2153         * Bullet.C:
2154         * layout.h:
2155         * lyxfunc.C:
2156         * lyxlayout.[Ch]:
2157         * lyxtextclass.C:
2158         * rowpainter.C:
2159         * text.C:
2160         * text2.C:
2161         * Counters.[Ch]: finish the 'automatic counters' job
2162
2163 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2164
2165         * aspell.C: include <boost/assert.cpp> (compile fix)
2166
2167 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2168
2169         * boost.C (assertion_failed): use lyx::support::abort instead of
2170         assert.
2171
2172 2003-09-10  Angus Leeming  <leeming@lyx.org>
2173
2174         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2175         with their _fwd progeny.
2176
2177 2003-09-09  Angus Leeming  <leeming@lyx.org>
2178
2179         134 files throughtout the source tree: replace 'using namespace abc;'
2180         directives with the appropriate 'using abc::xyz;' declarations.
2181
2182 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2183
2184         * boost.C (emergencyCleanup): moved here from LAssert.c
2185         (assertion_failed): new function, called by BOOST_ASSERT
2186
2187         * several files: change Assert to BOOST_ASSERT
2188
2189 2003-09-09  Angus Leeming  <leeming@lyx.org>
2190
2191         * buffer.[Ch]: Add an Impl class and move Buffer's member
2192         variables into it. As a result move several header files out of
2193         buffer.h.
2194
2195         Add header files to lots of .C files all over the tree as a result.
2196
2197 2003-09-09  Angus Leeming  <leeming@lyx.org>
2198
2199         * buffer.[Ch]: make Buffer's member variables private. Add
2200         accessor functions.
2201
2202         Lots of changes all over the tree as a result.
2203
2204 2003-09-08  Angus Leeming  <leeming@lyx.org>
2205
2206         * graph.C: #include <config.h>.
2207
2208 2003-09-08  Angus Leeming  <leeming@lyx.org>
2209
2210         * BranchList.C:
2211         * BufferView.C:
2212         * BufferView_pimpl.C:
2213         * CutAndPaste.C:
2214         * DepTable.C:
2215         * LaTeX.C:
2216         * LaTeXFeatures.C:
2217         * LyXAction.C:
2218         * MenuBackend.C:
2219         * TextCache.C:
2220         * aspell.C:
2221         * buffer.C:
2222         * bufferlist.C:
2223         * changes.C:
2224         * chset.C:
2225         * converter.C:
2226         * counters.C:
2227         * debug.C:
2228         * graph.C:
2229         * ispell.C:
2230         * lyx_cb.C:
2231         * lyxfind.C:
2232         * lyxfunc.C:
2233         * lyxlex_pimpl.C:
2234         * lyxrc.C:
2235         * lyxrow.C:
2236         * paragraph.C:
2237         * rowpainter.C:
2238         * texrow.C:
2239         * text.C:
2240         * text2.C:
2241         * toc.C: remove redundant using directives.
2242
2243 2003-09-07  Angus Leeming  <leeming@lyx.org>
2244
2245         * LaTeXFeatures.h: remove #include "support/types.h".
2246         * ToolbarBackend.h: remove #include <algorithm>.
2247         * changes.h: remove #include <ctime>.
2248         * debug.h: remove #include <iosfwd>.
2249         * graph.h: remove #include "support/std_string.h".
2250         * lyx_main.h: remove #include <csignal>.
2251         * lyxlex_pimpl.h: remove #include <fstream>.
2252         * sgml.h: remove #include <algorithm>, <utility>.
2253         * toc.h: remove #include "support/std_ostream.h".
2254         Add #include <iosfwd>.
2255
2256 2003-09-07  Angus Leeming  <leeming@lyx.org>
2257
2258         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2259
2260         * converter.h: forward declare LatexRunParams.
2261         * encoding.h: remove #include "lyxrc.h".
2262         * lyxtext.h: remove #include "LColor.h".
2263         * lyxtextclass.h: remove #include "support/types.h".
2264         * trans.h: remove #include "tex-accent.h".
2265         * trans_mgr.h: remove #include "tex-accent.h".
2266         * insets/inset.h: remove #include "support/types.h", <vector>.
2267         * insets/insetcollapsable.h: remove #include "LColor.h".
2268         * insets/insetinclude.h: remove #include "dimension.h".
2269         * insets/insetlatexaccent.h: remove #include "dimension.h".
2270         * insets/insetoptarg.h:: remove #include "insettext.h".
2271         * insets/insettext.h: remove #include "dimension.h",
2272         <boost/shared_ptr.hpp>
2273
2274         * insets/renderers.h: add #include "dimension.h".
2275         * insets/updatableinset.h: add #include "support/types.h".
2276
2277         * many .C files: Associated changes.
2278
2279 2003-09-06  Angus Leeming  <leeming@lyx.org>
2280
2281         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2282         one, inside testInvariant.
2283
2284         * PrinterParams.C: new file.
2285         * PrinterParams.[Ch]: move the function bodies out of line.
2286
2287 2003-09-06  Angus Leeming  <leeming@lyx.org>
2288
2289         * ParagraphParameters.h: forward declare ParameterStruct rather than
2290         including its header file.
2291         (depth): moved out-of-line.
2292
2293 2003-09-06  Angus Leeming  <leeming@lyx.org>
2294
2295         * BufferView_pimpl.h:
2296         * kbmap.h:
2297         * kbsequence.h:
2298         * lyxfunc.h: forward declare LyXKeySym rather than
2299         #include "frontends/LyXKeySym.h".
2300
2301         * BufferView_pimpl.C:
2302         * kbmap.C:
2303         * kbsequence.C:
2304         * lyxfunc.C: associated changes.
2305
2306 2003-09-06  Angus Leeming  <leeming@lyx.org>
2307
2308         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2309         As a result, can remove the #include "insets/inset.h" from BufferView.h
2310
2311 2003-09-06  Angus Leeming  <leeming@lyx.org>
2312
2313         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2314         As a result, can remove the #include "insets/inset.h" from BufferView.h
2315
2316 2003-09-06  Angus Leeming  <leeming@lyx.org>
2317
2318         * buffer_funcs.C:
2319         * buffer.h:
2320         * bufferlist.C:
2321         * BufferView.C:
2322         * bufferview_funcs.C:
2323         * BufferView_pimpl.C:
2324         * CutAndPaste.C:
2325         * lyx_cb.C:
2326         * lyxfunc.C:
2327         * paragraph.h:
2328         * ParagraphParameters.C:
2329         * tabular.C:
2330         * text3.C:
2331         * toc.C:
2332         * undo_funcs.C:
2333         * frontends/controllers/ControlDocument.C:
2334         * insets/insetcaption.C: rearrange the #includes into some sort of
2335         coherent order.
2336
2337         * buffer.h: remove #includes ErrorList.h, undo.h
2338
2339 2003-09-06  Angus Leeming  <leeming@lyx.org>
2340
2341         * support/types.h: add a 'depth_type' typedef, used to store the
2342         nesting depth of a paragraph.
2343
2344         * paragraph.h:
2345         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2346         defining explicitly.
2347
2348         * buffer.h:
2349         * paragraph_funcs.h:
2350         * ParagraphParameters.h:
2351         * sgml.h: use lyx::depth_type rather than Paragraph or
2352         ParameterStruct's depth_type.
2353
2354         * buffer.h
2355         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2356
2357         * BufferView.C:
2358         * BufferView_pimpl.C:
2359         * CutAndPaste.C:
2360         * ParagraphParameters.C:
2361         * buffer_funcs.C:
2362         * bufferlist.C:
2363         * bufferview_funcs.C:
2364         * lyx_cb.C:
2365         * lyxfunc.C:
2366         * tabular.C:
2367         * text3.C:
2368         * toc.C:
2369         * undo_funcs.C:
2370         * frontends/LyXView.C:
2371         * frontends/controllers/ControlDocument.C:
2372         * frontends/controllers/ControlErrorList.C:
2373         * insets/insetbibitem.C:
2374         * insets/insetbranch.C:
2375         * insets/insetcaption.C:
2376         * insets/insetcollapsable.C:
2377         * insets/insetenv.C:
2378         * insets/insetert.C:
2379         * insets/insetfloat.C:
2380         * insets/insetfoot.C:
2381         * insets/insetfootlike.C:
2382         * insets/insetnewline.C:
2383         * insets/insetquotes.C:
2384         * insets/insettabular.C:
2385         * insets/insettext.C:
2386         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2387
2388         * frontends/controllers/ControlChanges.C: #include "changes.h".
2389
2390 2003-09-06  Angus Leeming  <leeming@lyx.org>
2391
2392         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2393         than #including paragraph.h.
2394
2395         * ParagraphList.h:
2396         * RowList.h: deleted. Superfluous.
2397
2398         * CutAndPaste.h:
2399         * iterators.h:
2400         * lyxcursor.h:
2401         * lyxtext.h:
2402         * text_funcs.h:
2403         * undo.h:
2404         * undo_funcs.h:
2405         * insets/inset.h:
2406         * insets/insettext.h: use ParagraphList_fwd.h rather than
2407         ParagraphList.h.
2408
2409         * paragraph.h: don't forward declare ParagraphList.
2410
2411         * buffer.h:
2412         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2413         rather than ParagraphList.h. paragraph.h is still needed for the
2414         Paragraph::depth_type parameters.
2415
2416         * textcursor.h: enable it to compile stand-alone in light of the
2417         above changes.
2418
2419         * bufferview_funcs.C:
2420         * iterators.C:
2421         * lyxfunc.C:
2422         * lyxrow_funcs.C:
2423         * paragraph.C:
2424         * rowpainter.C:
2425         * text.C:
2426         * text2.C:
2427         * text3.C:
2428         * text_funcs.C:
2429         * textcursor.C:
2430         * undo.C:
2431         * frontends/controllers/ControlParagraph.C:
2432         * frontends/controllers/ControlTabular.C:
2433         * insets/insetmarginal.C:
2434         * insets/insetminipage.C:
2435         * insets/insetnote.C:
2436         * insets/insetoptarg.C: add header files needed to compile again.
2437
2438 2003-09-06  Angus Leeming  <leeming@lyx.org>
2439
2440         * RowList_fwd.h: new file, forward-declaring Row rather than
2441         #including lyxrow.h.
2442
2443         * lyxrow_funcs.h:
2444         * lyxtext.h:
2445         * paragraph.h:
2446         * insets/insettext.h: use it instead of RowList.h
2447
2448         * bufferview_funcs.C:
2449         * lyxfunc.C:
2450         * lyxrow_funcs.C:
2451         * paragraph.C:
2452         * rowpainter.C:
2453         * text.C:
2454         * text2.C:
2455         * text3.C: #include "RowList.h".
2456
2457 2003-09-05  Angus Leeming  <leeming@lyx.org>
2458
2459         * factory.C (createInset):
2460         * vspace.C (c-tor): replace sscanf call with an istringstream.
2461         * ispell.C: re-add missing HP/UX headers.
2462         * lyxserver.C: re-add missing  os2 headers.
2463
2464 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2465
2466         * BranchList.C:
2467         * graph.C:
2468         * ispell.C:
2469         * lastfiles.C:
2470         * lyx_cb.C:
2471         * lyxserver.C:
2472         * texrow.C:
2473         * text3.C: re-add missing system headers, needed for 2.95.2.
2474
2475 2003-09-05  Angus Leeming  <leeming@lyx.org>
2476
2477         Changes most place everywhere due to the removal of using directives
2478         from support/std_sstream.h.
2479
2480 2003-09-05  Angus Leeming  <leeming@lyx.org>
2481
2482         Replace LString.h with support/std_string.h,
2483         Lsstream.h with support/std_sstream.h,
2484         support/LIstream.h with support/std_istream.h,
2485         support/LOstream.h with support/std_ostream.h.
2486
2487         Changes resulting throughout the tree.
2488
2489 2003-09-05  Angus Leeming  <leeming@lyx.org>
2490
2491         * sgml.h: ensure that the header file can be compiled stand-alone.
2492         * *.C: strip out redundant #includes. (320 in total.)
2493
2494 2003-09-04  Angus Leeming  <leeming@lyx.org>
2495
2496         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2497         here (from getPackages).
2498
2499         * debug.[Ch]: add a new EXTERNAL tag.
2500
2501 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2502
2503         * text2.C (cursorEnd): simplify
2504         (setCursor): adjust
2505         (getColumnNearX): adjust
2506
2507         * text.C (computeBidiTables): adjust
2508         (fill): adjust
2509
2510         * rowpainter.C (paintChars): adjust
2511         (paintSelection): adjust
2512         (paintChangeBar): adjust
2513         (paintText): adjust
2514
2515         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2516         lastPos instead.
2517         (numberOfSeparators): adjust
2518
2519 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2520
2521         * LyXAction.C:
2522         * box.[Ch]:
2523         * lfuns.h:
2524         * lyxfunc.C:
2525         * text3.C: Restricts the mouse click functionality
2526         of insets like bibtex, include, toc and floatlist to the visible
2527         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2528         up the dialogs. Cursor has to be in front of the inset (i.e.
2529         start of row) for this to function.
2530
2531 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2532
2533         * bufferview_funcs.C (currentState): output row information
2534
2535 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2536
2537         * bufferview_funcs.C (currentState): output paragraph position
2538
2539 2003-09-04  Angus Leeming  <leeming@lyx.org>
2540
2541         * FloatList.h: move out #include "Floating.h".
2542         * LaTeX.h: move out #include "DepTable.h".
2543         * LyXAction.h: move out #include "funcrequest.h".
2544         * buffer.h: move out #include "author.h", "iterators.h".
2545         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
2546         * lyx_main.h: move out #include "errorlist.h".
2547         * lyxfunc.h: move out #include "FuncStatus.h".
2548         * lyxtext: move out #include "lyxcursor.h".
2549         * paragraph_pimpl.h: move out #include "counters.h".
2550
2551 2003-09-03  Angus Leeming  <leeming@lyx.org>
2552
2553         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
2554         preamble_snippets list, enabling us to add snippets to the preamble
2555         only if the snippet was not there already.
2556
2557 2003-09-04  Angus Leeming  <leeming@lyx.org>
2558
2559         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
2560
2561 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2562
2563         * lyxfunc.C (dispatch): if fitCursor did something be sure to
2564         update
2565
2566 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2567
2568         * BranchList.C: point fix, earlier forgotten
2569
2570 2003-09-02  Angus Leeming  <leeming@lyx.org>
2571
2572         * box.C (contains): renamed from 'contained' after a fantastic
2573         amount of hot air.
2574
2575 2003-09-02  John Levon  <levon@movementarian.org>
2576
2577         * BufferView.C:
2578         * lyxcursor.h:
2579         * lyxcursor.C:
2580         * lyxfunc.C:
2581         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
2582
2583 2003-09-02  John Levon  <levon@movementarian.org>
2584
2585         * text2.C: simplification of cursorEnd(), including partial
2586         fix for bug 1376
2587
2588 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2589
2590         * buffer.C (readFile): add a space
2591
2592 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
2593
2594         * BufferView_pimpl.C (update): remove bogus fitCursor() call
2595
2596 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2597
2598         * buffer.C (readFile): new function, take a filename and a
2599         ParagraphList::iterator
2600         (readFile): adjust
2601         (readFile): adjust, make it private. don't use setStream, make
2602         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
2603         always contain the filename.
2604
2605         * BufferView.C (insertLyXFile): simplify and make it work for
2606         gzipped files.
2607
2608 2003-08-30  John Levon  <levon@movementarian.org>
2609
2610         * Makefile.am: fix dist (from Kayvan)
2611
2612 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2613
2614         * most files: change to use const Buffer refs
2615
2616 2003-08-27  André Pönitz  <poenitz@gmx.net>
2617
2618         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
2619         on top of ownerPar().
2620
2621 2003-08-27  John Levon  <levon@movementarian.org>
2622
2623         * funcrequest.C: properly initialise POD members
2624
2625 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2626
2627         * lyxtext.h (top_y): move top_y from here
2628         * text.C:
2629         * text2.C:
2630         * text3.C:
2631         * BufferView.[Ch]:
2632         * BufferView_pimpl.[Ch]: to here
2633         * frontends/screen.C:
2634         * insets/insettabular.C:
2635         * insets/insettext.C: adjust
2636         * rowpainter.[Ch] (paintRows): remove LyXText & argument
2637
2638 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2639
2640         * BufferView.[Ch]:
2641         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
2642
2643 2003-08-26  André Pönitz  <poenitz@gmx.net>
2644
2645         * paragraph_func.[Ch] (outerPar): new function
2646
2647         * paragraph.C:
2648         * paragraph_funcs.C:
2649         * paragraph_funcs.h:
2650         * paragraph_pimpl.C:
2651         * text2.C: remove Inset::par_owner
2652
2653 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2654
2655         * lyxrow_funcs.C:
2656         * lyxtext.h:
2657         * text.C:
2658         * text2.C: eliminates the needFullRow/display() stuff
2659         altogether, putting the logic in metrics/draw in the insets.
2660
2661 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
2662
2663         * text2.C (redoParagraphInternal, redoParagraphs):
2664         * text.C (redoParagraph): add a call to updateRowPositions at the
2665         end of each 'metrics-like' call. Remove all others.
2666         (getRow): remove the 'y-computing' version.
2667         (getRowNearY): do not compute nor return the real y. Solve the
2668         'y < 0' problem and simplify.
2669
2670 2003-08-22  Angus Leeming  <leeming@lyx.org>
2671
2672         * *.[Ch]: clean-up of licence and author blurbs.
2673         Also move config.h out of a few .h files and into a few .C files.
2674
2675 2003-08-22  André Pönitz  <poenitz@gmx.net>
2676
2677         * lyxrow.[Ch]: add x_ and *fill_ members
2678
2679         * lyxtext.h:
2680         * text.C:
2681         * rowpainter.C:
2682         * text2.C: adjust/remove prepareToPrint() calls
2683
2684 2003-08-22  André Pönitz  <poenitz@gmx.net>
2685
2686         * lyxrow.[Ch]: add  end_ member
2687
2688         * lyxrow_funcs.C: use LyXRow::end_
2689
2690         * lyxtext.h (singleWidth): add LyXFont parameter
2691
2692         * rowpainter.C:
2693         * text2.C: adjust LyXText::singleWidth() calls
2694
2695         * text.C (redoParagraph): simplify row breaking logic
2696
2697
2698 2003-08-19  André Pönitz  <poenitz@gmx.net>
2699
2700         * funcrequest.C: initialize button_ member
2701
2702         * text3.C:
2703         * rowpainter.[Ch]: interface consolidation
2704
2705 2003-08-18  André Pönitz  <poenitz@gmx.net>
2706
2707         * BufferView.C:
2708         * BufferView_pimpl.C:
2709         * lyxfind.C:
2710         * paragraph_funcs.C:
2711         * rowpainter.C:
2712         * text3.C: remove LyXScreen::draw() and fitCursor calls
2713
2714         * BranchList.h: remove spurious semicolons
2715
2716         * MenuBackend.C: fix branchlist related crash
2717
2718 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2719
2720         * BranchList.[Ch]:
2721         * InsetList.[Ch]:
2722         * LColor.[Ch]:
2723         * LyXAction.C:
2724         * Makefile.am:
2725         * MenuBackend.[Ch]:
2726         * bufferparams.[Ch]:
2727         * factory.C:
2728         * lfuns.h:
2729         * lyxfunc.C:
2730         * text3.C: implements the 'branch inset'
2731         idea. This allows the output of various versions of a document
2732         from a single source version, selectively outputing or suppressing
2733         output of parts of the text.
2734         This implementation contains a 'branch list editor' in a separate
2735         tab of the document settings dialog. Branches are user definable
2736         and have a "display colour" to distinguish them on-screen.
2737
2738         ColorHandler was somewhat cleaned up.
2739         (1) make possible a dynamically growing LColor list by allowing
2740         the graphic context cache to grow along (vector);
2741         (2) eliminate an IMHO unnecessary step in colour allocation.
2742
2743 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2744
2745         * BufferView_pimpl.C: compile fix
2746
2747 2003-08-15  André Pönitz  <poenitz@gmx.net>
2748
2749         * rowpainter.C: remove extra metrics calls
2750
2751         * lyxtext.h: merge the two constructors into a single one,
2752           pass reference to owner's par list
2753
2754         * BufferView_pimpl.C:
2755         * text.C:
2756         * text2.C: adjust
2757
2758 2003-08-15  André Pönitz  <poenitz@gmx.net>
2759
2760         * lyxrow_funcs.[Ch]:
2761         * lyxtext.h:
2762         * paragraph.h:
2763         * paragraph_funcs.C:
2764         * rowpainter.C:
2765         * text.C:
2766         * text2.C:
2767         * text3.C:
2768         * text_funcs.C: split LyXText::rowlist_ into individual
2769         Paragraph::rows_ chunks
2770
2771         * BufferView.[Ch]:
2772         * BufferView_pimpl.[Ch]:
2773         * lyxfind.C:
2774         * lyxtext.h:
2775         * text3.C: remove toggleSelection()
2776
2777 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2778
2779         * bufferlist.C: beautify two alerts (shorter text of buttons)
2780         * buffer.C: Remove redundant ' ' from message
2781         * tabular.h:
2782         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
2783         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
2784         rename VALIGN_CENTER to VALIGN_MIDDLE
2785
2786 2003-08-11  André Pönitz  <poenitz@gmx.net>
2787
2788         * lyxtext.h (getPar):
2789         * text.C: new function
2790
2791 2003-08-11  André Pönitz  <poenitz@gmx.net>
2792
2793         * Makefile.am:
2794         * tracer.[Ch]: remove unneeded files
2795
2796         * InsetList.[Ch]: remove resizeInsetsLyXText()
2797
2798         * lyxtext.h:
2799         * text.C:
2800         * text2.C:
2801         * text3.C: merge insertParagraphs() and appendParagraph()
2802         remove breakAgain(), update()
2803
2804         * BufferView_pimpl.[Ch]:
2805         * bufferview_funcs.[Ch]:
2806         * lyxfunc.C:
2807         * paragraph.[Ch]:
2808         * rowpainter.C:
2809         * tabular.C: adjust after text & InsetList changes.
2810
2811 2003-08-08  André Pönitz  <poenitz@gmx.net>
2812
2813         * text.C (insertChar, backspace): replace rowlist fiddling
2814         with rebreak of full par
2815
2816         * lyxtext.h:
2817         * text.C (breakAgainOneRow, redoHeightOfParagraph,
2818         checkParagraph, updateInset): removed
2819
2820 2003-08-07  André Pönitz  <poenitz@gmx.net>
2821
2822         * paragraph.C:
2823         * text3.C: merge some LFUN handlers, remove dead code
2824
2825 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2826
2827         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
2828
2829 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
2830
2831         * text2.C (DEPM): fix part of bug 1255 and 1256
2832
2833 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2834
2835         * BufferView_pimpl.C (workAreaDispatch): change to use
2836         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
2837         that are no mouse related.
2838
2839 2003-08-05  André Pönitz  <poenitz@gmx.net>
2840
2841         * BufferView.[Ch]:
2842         * BufferView_pimpl.[Ch]:
2843         * bufferview_funcs.C:
2844         * text2.C:
2845         * text3.C: rip out "deep update"
2846
2847         * textcursor.[Ch] (last_sel_cursor): remove unused member
2848
2849 2003-08-04  André Pönitz  <poenitz@gmx.net>
2850
2851         * BufferView.[Ch]:
2852         * BufferView_pimpl.[Ch]:
2853         * ParagraphParameters.C:
2854         * bufferview_funcs.C:
2855         * lyx_cb.C:
2856         * lyxfind.C:
2857         * lyxfunc.C:
2858         * text.C:
2859         * text2.C:
2860         * text3.C: replace "complicated" BufferView::update(...) calls with
2861         simpler ones.
2862
2863         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
2864
2865 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
2866
2867         * Makefile.am (lyx_SOURCES): add paper.h
2868
2869 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2870
2871         * Makefile.am: move things around so that both lyx-qt and
2872         lyx-xforms can be built (according to --with-frontend). Then lyx
2873         is a symbolic link to lyx-[firstfrontend]
2874
2875 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2876
2877         * Always use std::endl with lyxerr
2878
2879 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2880
2881         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
2882
2883 2003-08-01  André Pönitz  <poenitz@gmx.net>
2884
2885         * BufferView.[Ch]:
2886         * BufferView_pimpl.[Ch]:
2887         * lyxfunc.C:
2888         * text3.C: merge BufferView::repaint() and BufferView::update()
2889
2890 2003-08-01  José Matos  <jamatos@lyx.org>
2891
2892         * buffer.[Ch]: file_format is no longer a buffer data element.
2893
2894 2003-08-01  André Pönitz  <poenitz@gmx.net>
2895
2896         * BufferView.C:
2897         * lyxtext.h:
2898         * text.C:
2899         * text2.C: make redoParagraph more independent of current cursor
2900
2901         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
2902         * text.C:
2903         * text2.C: remove unneeded members
2904
2905 2003-07-30  André Pönitz  <poenitz@gmx.net>
2906
2907         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
2908
2909         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
2910           create a single function...
2911
2912         * paragraph_funcs.C (moveItem): ... here.
2913
2914         * text.C:
2915           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
2916
2917 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2918
2919         * LColor.[Ch]: Add comment and greyedout logical colors.
2920
2921 2003-07-30  André Pönitz  <poenitz@gmx.net>
2922
2923         * tabular.C: don't use Assert too heavily. This crashes where it
2924           shouldn't
2925
2926 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
2927
2928         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
2929         is disabled (bug 1232)
2930
2931 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2932
2933         * factory.C: limited 'arg' scope
2934
2935 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2936
2937         * factory.C: fixed Note submenu issues
2938
2939 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2940
2941         * factory.C: submenu for Note/Comment/Greyedout
2942
2943 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
2944
2945         * lyx_main.C (LyX):
2946         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
2947
2948 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2949
2950         * LaTeXFeatures.C:
2951         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
2952         greyedout. Patch provided by Jürgen Spitzmüller.
2953
2954 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2955
2956         * kbmap.C (read): fix error message when reading bind files
2957
2958 2003-07-29  Angus Leeming  <leeming@lyx.org>
2959
2960         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
2961         certainly does not do what it purports to do. I am doing it, and
2962         us, a favour by killing it.
2963
2964 2003-07-28  José Matos  <jamatos@lyx.org>
2965
2966         * buffer.C (readBody, do_writeFile):
2967         * paragraph.C(readParagraph): \end_document replaces \the_end.
2968
2969 2003-07-29  André Pönitz  <poenitz@gmx.net>
2970
2971         * BufferView.[Ch]:
2972         * BufferView_pimpl.[Ch]:
2973         * lyxfunc.C:
2974         * text2.C:
2975         * text3.C:
2976         * textcursor.[Ch]: remove toggleToggle & Co
2977
2978 2003-07-28  José Matos  <jamatos@fep.up.pt>
2979
2980         * buffer.C (readParagraph):
2981         * params_func (readParToken, readParagraph):
2982         * paragraph.C (write): \layout -> \begin_layout.
2983
2984 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2985
2986         * lyxlex_pimpl.C (setFile): clean up slightly.
2987
2988         * bufferparams.h: add compressed var
2989
2990         * buffer_funcs.C (readFile): adjust for LyXLex change
2991         (newFile): ditto + simplify
2992
2993         * buffer.C (writeFile): handle writing of compressed files
2994
2995         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
2996         Check if the file is compressed and set a bufferparm if so.
2997
2998         * Makefile.am (lyx_LDADD): remove explicit -lz
2999
3000 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3001
3002         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3003         makeDocBookFile): put the real LyX version in the first line of
3004         the file
3005
3006         * version.h:
3007         * version.C.in: remove lyx_docversion
3008
3009         * tabular.C (write_attribute): add a template-based version to
3010         write enums properly
3011
3012 2003-07-28  André Pönitz  <poenitz@gmx.net>
3013
3014         * lyxtext.h:
3015         * text.C:
3016         * text2.C:
3017         * text3.C: use doubles again for x-coordinates. They are needed.
3018
3019 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3020
3021         * messages.C (getLocaleDir): use lyx_localedir()
3022
3023         * lyxlex_pimpl.C (setFile): compress stuff
3024
3025         * buffer.C (writeFile): add some compression stuff
3026         (do_writeFile): new func, dont call expliti close... will this
3027         breake anything?
3028
3029         * Makefile.am (lyx_LDADD): add -lz
3030
3031 2003-07-28  José Matos  <jamatos@fep.up.pt>
3032
3033         * buffer.C: increment file format.
3034         * paragraph_funcs (readParagraph, readParToken):
3035         * paragraph.C (readParagraph): add \end_layout.
3036
3037 2003-07-27  Angus Leeming  <leeming@lyx.org>
3038
3039         * Makefile.am: remove special casing for configure-time setting of
3040         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3041
3042         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3043         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3044
3045 2003-07-26  André Pönitz  <poenitz@gmx.net>
3046
3047         * paragraph_func.[Ch]:
3048         * paragraph.C (realizeFont): inline it whereever it is used
3049
3050         * rowpainter.C:
3051         * text.C:
3052         * text2.C:
3053         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3054
3055
3056 2003-07-26  André Pönitz  <poenitz@gmx.net>
3057
3058         *       lyxtext.h:
3059         * text.C:
3060         * text2.C: get rid of LyXText::need_break_row
3061
3062 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3063
3064         * toc.[Ch]: put namespace toc inside namespace lyx
3065
3066         * MenuBackend.C (expandToc2): adjust for lyx::toc
3067         (expandToc): ditto
3068
3069         * lyxfunc.C (dispatch): adjust for lyx::find
3070
3071         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3072         lyx::find instead. Reorganize a bit.
3073         (LyXReplace): rename to replace
3074         (LyXFind): rename to find
3075
3076         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3077         (dispatch): ditto
3078
3079 2003-07-26  André Pönitz  <poenitz@gmx.net>
3080
3081         * text.C (setHeightOfRow): restrict scope of temporary variable
3082
3083         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3084           code (never has been used?)
3085
3086 2003-07-27  Asger Alstrup  <alstrup@local>
3087
3088         * text.C (fill): Optimise algorithm to exploit that we can reuse
3089         the LyXFont for many characters.
3090         (setHeightOfRow): Same thing.
3091         (rowBreakPoint): Same thing.
3092
3093 2003-07-26  Asger Alstrup  <alstrup@local>
3094
3095         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3096
3097         * text.C (singleWidth): Spurious font copying in hot-spot
3098         singleWidth avoided. Reorder tests for arabic for efficiency.
3099
3100         * text.C (fill): handle empty paragraphs better.
3101
3102 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3103
3104         * ispell.C:
3105         * encoding.h: add includes
3106
3107         * lyxrc.C: remove reading of bind files
3108
3109         * lyx_main.C (init): setup bindings and menus only if we have a
3110         gui.
3111
3112         * kbmap.C (read): new method. Do the actual reading of bind
3113         files.
3114
3115         * converter.C (dvipdfm_options):
3116         * bufferparams.C:
3117         * lyxrc.C (read):
3118         (output): adapt PAPER_* enums.
3119
3120         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3121
3122         * bufferparams.h: remove paper-related enums from there
3123
3124         * paper.h: New file. A trivial header file to hold paper-related
3125         enums. It should later expand to contain many paper-related
3126         horrors access.
3127
3128         * lyxrc.C: declare extern displayTranslator
3129
3130 2003-07-27  José Matos  <jamatos@fep.up.pt>
3131
3132         * tabular.[Ch] (linuxdoc): add support for tables and figures
3133         (linuxdoc).
3134
3135 2003-07-27  José Matos  <jamatos@fep.up.pt>
3136
3137         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3138         consistency in both functions.
3139         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3140
3141 2003-07-26  Asger Alstrup  <alstrup@local>
3142
3143         * rowpainter.C (paintRows): Change algorithm to work directly on
3144         the insets rather than asking every character in the document
3145         whether its an inset.
3146
3147 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3148
3149         * buffer.C (openFileWrite): factorize some code
3150
3151 2003-07-26  Angus Leeming  <leeming@lyx.org>
3152
3153         * lyx_cb.C:
3154         * lyx_main.[Ch]: replace occurances of system_tempdir with
3155         os::getTmpDir().
3156
3157 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3158
3159         * rename Inset to InsetOld
3160
3161 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3162
3163         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3164         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3165         which I think is a bit clearer. EDIT is gone, since it was
3166         premature optimisation, and broken for mathed anyway.
3167         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3168         with cursor positioning in insets as well (math insets still do not
3169         work, but that's a different story anyway.) It mysteriously
3170         crashes sometimes with undo in the first paragraph, but I'm fairly
3171         confident that this is a compiler bug.
3172
3173 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3174
3175         * paragraph.C (Paragraph): adjust for new clone return type
3176         (operator==): ditto
3177         (copyIntoMinibuffer): ditto
3178
3179 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3180
3181         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3182         by not having a special case, and always doing a full rebreak of
3183         the document after undo.
3184
3185 2003-07-23  Angus Leeming  <leeming@lyx.org>
3186
3187         * factory.C (createInset): InsetExternal::setParams now takes a
3188         Buffer const * arg.
3189
3190 2003-07-23  Angus Leeming  <leeming@lyx.org>
3191
3192         * factory.C (createInset): changed interface to the external and
3193         graphics mailers' string2params functions.
3194
3195 2003-07-23  Angus Leeming  <leeming@lyx.org>
3196
3197         * factory.C (createInset): pass a
3198         Buffer const * parameter to InsetExternalMailer's string2params.
3199
3200 2003-07-22  John Levon  <levon@movementarian.org>
3201
3202         * Thesaurus.h: include the right aiksaurus header
3203
3204 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3205
3206         * MenuBackend.C (expand): check menu shortcuts unconditionally
3207
3208 2003-07-21  Angus Leeming  <leeming@lyx.org>
3209
3210         * factory.C (createInset): pass a
3211         buffer_path parameter to InsetGraphicsMailer's string2params.
3212
3213 2003-07-21  Angus Leeming  <leeming@lyx.org>
3214
3215         * BufferView_pimpl.C (buffer):
3216         * buffer.C (d-tor):
3217         * lyx_main.C (LyX):
3218         * lyxfunc.C (dispatch):
3219         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3220         rather than the grfx shortcut.
3221
3222 2003-07-21  André Pönitz  <poenitz@gmx.net>
3223
3224         * rowpainter.C: remove unused variables
3225
3226         * tabular_funcs.C:
3227         * tabular_funcs.h: move to tabular.C
3228         * Makefile.am: adjust
3229
3230         * tabular.[Ch]: basic optical cleaning
3231
3232         * author.h: pass references, not values
3233
3234 2003-07-18  André Pönitz  <poenitz@gmx.net>
3235
3236         * lyxtext.h:
3237         * metricsinfo.C:
3238         * metricsinfo.h:
3239         * rowpainter.C:
3240         * text.C:
3241         * text2.C:
3242         * text3.C: two-phase drawing for InsetText and InsetTabular
3243         some float -> int changes.
3244
3245 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3246
3247         * lyx_main.C: fix the fix
3248
3249 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3250
3251         * lyx_main.C: fix a crash in batch mode if no files specified
3252         * converter.C: ws
3253
3254 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3255
3256         * format.[Ch] (papersize): moved to BufferParams
3257         * converter.[Ch] (dvips_options): moved to BufferParams
3258         (dvipdfm_options): moved to anon namespace
3259         * bufferparams.[Ch]: added above functions.
3260
3261 2003-07-17  André Pönitz  <poenitz@gmx.net>
3262
3263         * lyxtext.h:
3264         * rowpainter.C:
3265         * text2.C: don't call inset->update() anymore
3266
3267         * metricsinfo.[Ch]: add convenience constructor
3268
3269 2003-07-16  André Pönitz  <poenitz@gmx.net>
3270
3271         * lyxcursor.[Ch]:
3272         * lyxfunc.[Ch]:
3273         * text.C:
3274         * text2.C: replace the LyXCursor::irow_ member with
3275          on-demand computation of the value
3276
3277 2003-07-16  John Levon  <levon@movementarian.org>
3278
3279         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3280
3281 2003-07-15  André Pönitz  <poenitz@gmx.net>
3282
3283         * text.C:
3284         * text2.C: remove no more needed refresh_row
3285
3286 2003-07-15  André Pönitz  <poenitz@gmx.net>
3287
3288         * lyxtext.h:
3289         * rowpainter.C:
3290         * text2.C:
3291         * text3.C: refresh_status tristate -> need_update bool
3292
3293 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3294
3295         * lyxtext.h (init): remove reinit argument (act as if always true)
3296         * text2.C: adjust to that
3297
3298 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3299
3300         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3301         * text3.C: use it to delete selections in some cases
3302         (bugs 441, 673, 702, 954).
3303
3304 2003-07-14  André Pönitz  <poenitz@gmx.net>
3305
3306         * rowpainter.[Ch]: reduce interface
3307
3308 2003-07-14  André Pönitz  <poenitz@gmx.net>
3309
3310         * BufferView_pimpl.C:
3311         * text2.C: adjust after removing unused BufferView * argument
3312
3313 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3314
3315         * text2.C (init): fix a crash fired on resize
3316
3317 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3318
3319         * buffer.[Ch]: added new closing signal
3320         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3321         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3322         BufferView::Pimpl via the closing the signal
3323
3324 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3325
3326         * buffer.[Ch]: take out all bv-related from buffer
3327         * BufferView.C:
3328         * BufferView_pimpl.[Ch]: connect to new signals
3329         * CutAndPaste.C: removed useless asserts
3330         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3331         * lyxvc.[Ch]:
3332         * vc-backend.[Ch]:
3333         * lyxfunc.C: moved view-related funciontality from vc here
3334         * paragraph.C: removed outdated comments
3335         * text.C: ws
3336
3337 2003-07-10  André Pönitz  <poenitz@gmx.net>
3338
3339         * BufferView_pimpl.C:
3340         * tabular.h:
3341         * tabular_funcs.C:
3342         * text.C:
3343         * text2.C: remove InsetText::InnerCache, clean up consequences
3344
3345 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3346
3347         * ispell.C: fix two typos in error messages
3348
3349 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3350
3351         * Extend Note inset to other forms of annotation like Comment
3352         and Greyedout. Right button click gives dialog.
3353
3354         Files modified or added (+):
3355
3356         * insetnote.[Ch]
3357         * FormNote.[Ch]      +
3358         * ControlNote.[Ch]   +
3359         * form_note.fd       +
3360         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3361         frontends/controllers
3362         * xforms/Dialogs.C
3363         * factory.C
3364
3365 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3366
3367         * aspell.C: add missing namespace lyx::support
3368
3369 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3370
3371         * BufferView.[Ch] (newFile): Add
3372         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3373         * LaTeX.[Ch] (message): added this signal and use it
3374         * buffer.[Ch] (busy, message): added these signals and use them
3375         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3376         * converter.C:
3377         * exporter.C:
3378         * format.C:
3379         * importer.C: use buffer signals instead of direct bv calling
3380         * lyx_cb.[Ch] (ShowMessage): removed
3381         * lyx_main.C:
3382         * lyxfunc.C:
3383         * paragraph_funcs.C:
3384         * text2.C: use buffer signals
3385
3386 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3387
3388         * introduce namespace lyx::graphics
3389
3390 2003-07-02  André Pönitz  <poenitz@gmx.net>
3391
3392         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3393
3394 2003-07-01  André Pönitz  <poenitz@gmx.net>
3395
3396         * text.C:
3397         * text2.C:
3398         * text3.C:
3399         * text_funcs.[Ch]:
3400         * textcursor.h:
3401         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3402           text*.C to text_func.C
3403
3404 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3405
3406         * introduce namespace lyx::support
3407
3408 2003-06-30  André Pönitz  <poenitz@gmx.net>
3409
3410         * Chktex.C:
3411         * funcrequest.C:
3412         * lyxtext.h:
3413         * text.C: re-enable --with-included-string
3414
3415 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3416
3417         * textcursor.C: add <config.h>
3418
3419         * text.C (getWord): remove const from word_location arg
3420
3421         * lyxvc.C (getLogFile): fix const type order
3422
3423         * lyxtext.h: remove const from word_location arg, add arg name
3424
3425         * lyxlayout.h: currect type on labeltype.
3426
3427         * importer.C: correct \file
3428
3429         * converter.C (intToFormat): use std:: on ret val, ws changes
3430
3431         * bufferlist.h: correct \file
3432
3433         * buffer.C (makeLinuxDocFile): fix const type order
3434         (makeDocBookFile): ditto
3435         (fillWithBibKeys): use std:: on stdlib args.
3436
3437         * CutAndPaste.C: fix authors.
3438         (availableSelections): use std:: on return vector
3439
3440 2003-06-27  André Pönitz  <poenitz@gmx.net>
3441
3442         * BufferView_pimpl.C:
3443         * bufferview_funcs.C:
3444         * lyxcursor.C:
3445         * lyxcursor.h:
3446         * lyxfunc.C:
3447         * lyxtext.h:
3448         * rowpainter.C:
3449         * text.C:
3450         * text2.C:
3451         * text3.C: remove LyXCursor::row_ member
3452
3453         * lyxtext.h:
3454         * text.C: rename fullRebreak() to partialRebreak() and implement
3455           a fullRebreak() that really bereks fully
3456
3457         * textcursor.h: new struct for cursor-related data
3458
3459 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3460
3461         * lyx_main.C (LyX): get full path of document loaded on the
3462         command line
3463
3464 2003-06-26  André Pönitz  <poenitz@gmx.net>
3465
3466         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3467           remove unused/broken operator>,<,>=.
3468
3469         *       text.C: remove only use of broken operator<= in an Assert().
3470
3471 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3472
3473         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3474         moved errorlist_.clear to showErrorList
3475
3476 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3477
3478         * converter.C (scanLog, runLaTeX):
3479         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3480         move the bv->showErrorList call to the callers
3481         * lyxfunc.C: i.e. here...
3482         * text2.C: and here
3483         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3484         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3485         namespace, the second to...
3486         * buffer_funcs (BufferFormat, parseErrors): added
3487         * errorlist.C (ErrorList(TeXErrors const &)): removed
3488
3489 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3490
3491         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3492
3493 2003-06-24  "Garst R. Reese" <reese@isn.net>
3494
3495         * debug.C: fix typo
3496
3497 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3498
3499         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3500
3501         * version.C.in: change docversion to 1.4
3502
3503 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3504
3505         * buffer.C: fix a bug just introduced
3506
3507 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3508
3509         * buffer.[Ch]: added the parseError signal and use it, removed
3510         sgmlError
3511         * BufferView.[Ch] (addError): moved to ...
3512         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3513         to the Buffer::parseError signal to catch (guess what) parse errors
3514         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3515
3516 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3517
3518         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3519         ability to create a buffer and to return an existing one from
3520         the list. Moved these functions to...
3521         * buffer_funcs.[Ch]: added
3522         * BufferView.[Ch] (loadLyXFile): added
3523         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3524         job removed from bufferlist::loadLyXFile.
3525         * buffer.C (setReadOnly): make it work without view
3526         (i.e added an if (users))
3527
3528 2003-06-19  Angus Leeming  <leeming@lyx.org>
3529
3530         * lfuns.h:
3531         * LyXAction.C (init):
3532         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3533         with LFUN_DIALOG_SHOW <name> <data>.
3534
3535 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3536
3537         * CutAndPaste.C (availableSelections): small compilation fix for
3538         ancient (gcc 2.9x) compilers
3539
3540 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
3541
3542         * text3.C (cursorNext): add tmp var
3543
3544         * text2.C (updateCounters): for function calling out of for clause
3545         (replaceSelectionWithString): ditto
3546         (insertStringAsParagraphs): ditto
3547         (getColumnNearX): add tmp var
3548         (setCursorFromCoordinates): add tmp var
3549         (cursorDownParagraph): add tmp var
3550         (deleteEmptyParagraphMechanism): add tmp var
3551
3552         * text.C (insertChar): add tmp var
3553
3554         * rowpainter.C (paintDepthBar): add tmp var
3555
3556         * CutAndPaste.C (availableSelections): potentially check all
3557         paragraphs in a cut to fill the shown strings.
3558
3559 2003-06-18  André Pönitz  <poenitz@gmx.net>
3560
3561         * kbmap.[Ch]: use vector<> instead of list<>
3562
3563 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3564
3565         * text3.C (dispatch): handle arg to LFUN_PASTE, call
3566         pasteSelection with index
3567
3568         * text2.C (pasteSelection): modify, call pasteSelection with index
3569
3570         * paragraph.C (asString): reimplement version with no interval to
3571         call the one with interval.
3572
3573         * lyxtext.h: add index arg to pasteSelection
3574
3575         * MenuBackend.C (MenuItem): handle PasteRecent
3576         (Menu::read::Menutags): add md_pasterecent
3577         (read): handle it
3578         (expandPasteRecent): new function
3579         (expand): use it
3580
3581         * MenuBackend.h: add PasteRecent to MenuItem::Kind
3582
3583         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
3584         the limited stack
3585         (availableSelections): new function
3586
3587 2003-06-17  Angus Leeming  <leeming@lyx.org>
3588
3589         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
3590
3591 2003-06-17  Angus Leeming  <leeming@lyx.org>
3592
3593         * lfuns.h:
3594         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
3595
3596         * lyxfunc.C (dispatch): invoke it.
3597
3598 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3599
3600         * iterators.C (operator++, ParPosition): reintroduce some
3601         const_cast for the benefit of older compilers.
3602
3603 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3604
3605         * text3.C (dispatch): do not modify clipboard when doing
3606         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
3607         LFUN_DELETE_SKIP on a selection selection
3608
3609 2003-06-16  André Pönitz  <poenitz@gmx.net>
3610
3611         * BufferView.C:
3612         * buffer.C:
3613         * buffer.h:
3614         * paragraph.C:
3615         * tabular.[Ch]: IU of clone() and getLabelList();
3616
3617 2003-06-13  André Pönitz  <poenitz@gmx.net>
3618
3619         * tabular.h: compactification
3620
3621 2003-06-12  André Pönitz  <poenitz@gmx.net>
3622
3623         * tabular.C:
3624         * tabular.h:
3625         * tabular_funcs.h: some renaming plus whitespace
3626
3627 2003-06-12  André Pönitz  <poenitz@gmx.net>
3628
3629         * BufferView.C:
3630         * BufferView_pimpl.C:
3631         * CutAndPaste.C:
3632         * buffer.C:
3633         * iterators.[Ch]:
3634         * lyxfunc.C:
3635         * text.C:
3636         * toc.C: Return a Paragraph & for ParIterator::operator*()
3637
3638 2003-06-11  John Levon  <levon@movementarian.org>
3639
3640         * lyx_main.C:
3641         * ToolbarBackend.h:
3642         * ToolbarBackend.C: add "Toolbars" section and
3643         put the flags there
3644
3645 2003-06-10  Angus Leeming  <leeming@lyx.org>
3646
3647         * lfuns.h:
3648         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
3649
3650         * lyxfunc.C (dispatch): invoke it.
3651
3652 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3653
3654         * main.C: protect <ios> with HAVE_IOS
3655         (main): protect sync_with_stdio with HAVE_IOS
3656
3657 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3658
3659         * text2.C (cutSelection): adjust
3660         (pasteSelection): adjust
3661
3662         * messages.C: handle get of empty string
3663
3664         * main.C (main): use sync_with_stdio(false)
3665
3666         * lyxfunc.C (dispatch): adjust
3667
3668         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
3669         (WriteAs): remove unneeded BufferView arg.
3670
3671         * bufferparams.h: use correct types on papersize, papersize2 and
3672         paperpackage.
3673
3674         * bufferparams.C (readToken): adjust for type
3675         (writeLaTeX): add missing cases to switch.
3676
3677         * bufferlist.C (quitWriteBuffer): adjust
3678         (close): adjust
3679
3680         * buffer.C (asciiParagraph): remove some commented code.
3681
3682         * CutAndPaste.C: remove current_view extern variable.
3683         (cutSelection): add BufferParams arg.
3684         (eraseSelection): add BufferParams arg.
3685         (pasteSelection): add Buffer const & arg
3686
3687 2003-06-07  John Levon  <levon@movementarian.org>
3688
3689         * buffer.C:
3690         * paragraph_funcs.C:
3691         * paragraph_pimpl.C:
3692         * text.C:
3693         * text2.C:
3694         * paragraph.h:
3695         * paragraph.C: allow InsetERT to freely space lines,
3696         and some consolidation of code
3697
3698 2003-06-06  José Matos  <jamatos@fep.up.pt>
3699
3700         * buffer.C (makeDocBookFile): fix bug #821
3701
3702 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3703
3704         * BufferView_pimpl.C (dispatch): use Dialogs::visible
3705
3706 2003-06-04  Angus Leeming  <leeming@lyx.org>
3707
3708         * buffer.C: bump format to 224.
3709
3710 2003-06-05  André Pönitz  <poenitz@gmx.net>
3711
3712         * text2.C (redoParagraphs): remove two const_cast<>
3713
3714 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3715
3716         * ParagraphList.h: remove last remnants of NO_STD_LIST
3717
3718 2003-06-03  Angus Leeming  <leeming@lyx.org>
3719
3720         * factory.C (createInset): small change to the way InsetExternal's params
3721         are set.
3722
3723 2003-06-04  André Pönitz  <poenitz@gmx.net>
3724
3725         * buffer.h: use Undo directly instead of shared_ptr<Undo>
3726
3727         * paragraph_pimpl.h:
3728         * paragraph.[Ch]: some Inset -> UpdatableInset changes
3729
3730         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
3731
3732         * undo_funcs.C: make some simple cases of undo work again
3733
3734 2003-06-03  John Levon  <levon@movementarian.org>
3735
3736         * ispell.C: HPUX doesn't have sys/select.h
3737         (from Albert Chin)
3738
3739 2003-06-03  John Levon  <levon@movementarian.org>
3740
3741         * CutAndPaste.C: update tabular and include inset
3742         buffer references
3743
3744         * buffer.h:
3745         * paragraph.h:
3746         * paragraph.C: remove owningBuffer(), don't pass Buffer
3747         to clone()
3748
3749         * factory.C: insetGraphicsParams changed
3750
3751 2003-06-02  John Levon  <levon@movementarian.org>
3752
3753         * LyXAction.C:
3754         * factory.C:
3755         * lfuns.h:
3756         * lyxfunc.C:
3757         * text3.C: remove insetparent
3758
3759 2003-06-02  John Levon  <levon@movementarian.org>
3760
3761         * buffer.h:
3762         * buffer.C: fix inset_iterator.end(), move out of line
3763         (bug 1149)
3764
3765 2003-06-01  John Levon  <levon@movementarian.org>
3766
3767         * text3.C: use a proper cut/paste when doing inset
3768         insert (from Jürgen Spitzmüller)
3769
3770 2003-06-01  John Levon  <levon@movementarian.org>
3771
3772         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
3773
3774 2003-05-30  André Pönitz  <poenitz@gmx.net>
3775
3776         * rowpainter.C: unify second drawing phase
3777
3778 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3779
3780         * trans_mgr.C: remove one case of current_view
3781
3782         * text2.C (cursorBottom): delete NO_STD_LIST stuff
3783
3784         * paragraph_funcs.h: remove paragraph.h include
3785
3786         * paragraph.h: delete NO_STD_LIST stuff
3787
3788         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
3789
3790         * buffer.h: remove paragraph.h include
3791
3792         * ParagraphList.C: delete file
3793
3794         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
3795
3796         * toc.C (getTocList): adjust
3797
3798         * paragraph_pimpl.C (validate): adjust
3799
3800         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
3801
3802         * paragraph.C (Paragraph): adjust
3803         (getPositionOfInset): use const_iterator, adjust
3804         (bibitem): use const_iterator, adjust
3805         (setInsetOwner): adjust
3806
3807         * iterators.C (operator++): adjust
3808
3809         * InsetList.[Ch]: Replace selfmade iterator with standard
3810         vector::iterator also introduce const_iterator. Remove getPos,
3811         getInset and setInset from InsetTable. Adjust accordingly.
3812
3813         * BufferView.C (lockInset): adjust
3814         (ChangeInsets): adjust
3815
3816         * tabular.[Ch]: delete commented same_id functions
3817
3818 2003-05-28  John Levon  <levon@movementarian.org>
3819
3820         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
3821
3822 2003-05-28  André Pönitz  <poenitz@gmx.net>
3823
3824         * metricsinfo.[Ch]: remove 'fullredraw' member
3825
3826 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3827
3828         * lyxtextclass.C (operator): remove caching.
3829
3830 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3831
3832         * text3.C: adjust
3833
3834         * text2.C (cursorBottom): adjust
3835         (setCounter): use ParagraphList::find, adjust
3836
3837         * text.C (workWidth): use ParagraphList::find, adjust
3838
3839         * lyxcursor.C (LyXCursor): adjust
3840
3841         * buffer.C (inset_iterator): adjust
3842
3843         * ParagraphList.h: make iterator(value_type) private, make
3844         ParagraphList a friend of iterator.
3845
3846         * ParagraphList.C (find): new function
3847
3848         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3849
3850 2003-05-27  André Pönitz  <poenitz@gmx.net>
3851
3852         * dimension.[Ch]: a -> asc, d -> des, w -> wid
3853
3854 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3855
3856         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
3857
3858 2003-05-26  John Levon  <levon@movementarian.org>
3859
3860         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
3861
3862 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3863
3864         * remove same_id from function signatures, adjust.
3865
3866 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3867
3868         * undo_funcs.C (createUndo): use the id functions directly, adjust.
3869
3870         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
3871
3872         * paragraph.C (Paragraph): get rid of same_ids parameter
3873
3874         * ParagraphList.C (insert): adjust
3875         (push_back): adjust
3876
3877 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3878
3879         * paragraph_funcs.C (breakParagraph): adjust
3880         (breakParagraphConservative): adjust
3881
3882         * buffer.C (readParagraph): adjust
3883
3884         * ParagraphList.C (insert): take a reference instead of a pointer
3885         (insert): adjust
3886
3887         * paragraph.[Ch] (id): new function
3888
3889         * bufferlist.C (newFile): adjust
3890
3891         * ParagraphList.C (ParagraphList): adjust
3892         (assign): adjust
3893         (push_back): take a reference instead of a pointer.
3894
3895         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
3896
3897         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
3898         instead.
3899
3900         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
3901         set else use old code.
3902
3903         * ParagraphList.C: remove all NO_NEXT code and only compile this
3904         code of NO_STD_LIST is set.
3905
3906 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3907
3908         * BufferView_pimpl.C:
3909         * TextCache.C:
3910         * TextCache.h:
3911         * bufferlist.C:
3912         * errorlist.h:
3913         * format.C:
3914         * format.h:
3915         * graph.C:
3916         * lyxfunc.C:
3917         * lyxrc.C:
3918         * graphics/GraphicsConverter.C:
3919         * graphics/PreviewLoader.C: header adjustment
3920
3921 2003-05-23  Angus Leeming  <leeming@lyx.org>
3922
3923         * LaTeXFeatures.[Ch] (useBabel): new method.
3924         * bufferparams.C (writeLaTeX): use it.
3925
3926 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3927
3928         * ParagraphList.h (set): remove unused function.
3929
3930 2003-05-23  André Pönitz  <poenitz@gmx.net>
3931
3932         * BufferView.C:
3933         * BufferView_pimpl.C:
3934         * buffer.C:
3935         * buffer.h:
3936         * lyxfunc.C:
3937         * undo_funcs.C: setUndo reworked
3938
3939         * iterators.[Ch]: add access to topmost ParagraphList
3940
3941         * lyxtext.[Ch] (workWidth): add a const
3942
3943 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
3944
3945         * texrow.[Ch] (increasePos): remove function
3946         * exporter.C (export): removed unused var and outdated comment
3947
3948 2003-05-23  Angus Leeming  <leeming@lyx.org>
3949
3950         * latexrunparams.h: rename fragile as moving_arg.
3951         * paragraph.C (simpleTeXOnePar): ditto.
3952         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
3953
3954 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3955
3956         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
3957         (createUndo): ditto
3958         (textUndoOrRedo): comment out a currently unused var.
3959
3960         * paragraph.h (NO_NEXT): enable NO_NEXT
3961
3962         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
3963
3964         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
3965
3966         * exporter.C (Export): adjust for removeAutoInsets removal.
3967
3968         * buffer.C (runChktex): adjust for removeAutoInsets removal.
3969
3970         * LyXAction.C (init): remove LFUN_REMOVEERRORS
3971
3972         * BufferView.[Ch] (removeAutoInsets): delete function
3973
3974 2003-05-22  Angus Leeming  <leeming@lyx.org>
3975
3976         * latexrunparams.h: add a free_spacing variable.
3977
3978         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
3979         to pass moving_arg, as the data is stored in runparams.fragile.
3980
3981         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
3982         to Inset::latexOptional or to simpleTeXOnePar.
3983
3984         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
3985         free_spacing arg to Inset::latexOptional.
3986
3987         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
3988         free_spacing arg.
3989
3990 2003-05-22  Angus Leeming  <leeming@lyx.org>
3991
3992         * latexrunparams.h: add fragile and use_babel variables.
3993
3994         * bufferparams.[Ch] (writeLaTeX): return use_babel.
3995         * buffer.C (makeLaTeXFile): store this returned value in
3996         runparams.use_babel, thus passing it to the inset::latex methods.
3997
3998         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
3999         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4000
4001         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4002         longer has a fragile arg, as it is stored in runparams.fragile.
4003
4004         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4005         moving_arg parameter as the data is stored in runparams.fragile.
4006
4007         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4008         a fragile parameter as the data is stored in runparams.fragile.
4009
4010 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4011
4012         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4013
4014 2003-05-22  Angus Leeming  <leeming@lyx.org>
4015
4016         * latexrunparams.h: add a 'bool nice' which defaults to false.
4017
4018         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4019         now encapsulated within runparams.
4020
4021         * bufferlist.C (updateIncludedTeXfiles):
4022         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4023
4024 2003-05-22  Angus Leeming  <leeming@lyx.org>
4025
4026         * latexrunparams.h: new file containing struct LatexRunParams.
4027         * Makefile.am: add new file.
4028
4029         * LaTeX.[Ch] (c-tor, run):
4030         * buffer.[Ch] (makeLaTeXFile):
4031         * bufferlist.[Ch] (updateIncludedTeXfiles):
4032         * converter.C (convert, scanLog):
4033         * converter.[Ch] (runLaTeX):
4034         * exporter.C (Export):
4035         * paragraph.[Ch] (simpleTeXOnePar):
4036         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4037         * paragraph_funcs.[Ch] (latexParagraphs):
4038         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4039         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4040         pass around a LatexRunParams parameter.
4041
4042 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4043
4044         * paragraph.[Ch]: remove unused constructor
4045
4046         * ParagraphList.C (erase): new function, taking two iterators
4047
4048 2003-05-22  André Pönitz  <poenitz@gmx.net>
4049
4050         * undo_funcs.C: remove duplicated code
4051
4052         * iterator.[Ch]: operator=
4053
4054 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4055
4056         * tabular.C (SetMultiColumn): ws changes
4057
4058         * rowpainter.C (paintFirst): get rid of a ->previous
4059
4060         * lyx_cb.C (getPossibleLabel): parlist simplification
4061
4062         * BufferView.C (ChangeInsets): simplify slightly.
4063
4064 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4065
4066         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4067         * lfuns.h: new LFUN_SPACE
4068         * lyxfunc.C: protected space has a new lfun
4069         * paragraph_funcs.C: read new space insets
4070         * text3.C:
4071         * factory.C: handle new space insets
4072
4073 2003-05-22  André Pönitz  <poenitz@gmx.net>
4074
4075         * BufferView.C:
4076         * BufferView_pimpl.C:
4077         * buffer.[Ch]:
4078         * lyxfunc.C:
4079         * undo_funcs.C: return a ParIterator from getParFromID.
4080
4081         * iterators.[Ch]: add two const's
4082
4083 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4084
4085         * toc.C (getTocList): adjust
4086
4087         * iterators.[Ch]: rework for parlist
4088
4089         * buffer.C (par_iterator_begin): adjust
4090         (par_iterator_end): adjust
4091
4092         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4093
4094         * BufferView.C (removeAutoInsets): adjust
4095         (ChangeInsets): adjust
4096
4097 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4098
4099         * text.C (top_y): fix bug 1110
4100
4101 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4102
4103         * errorlist.[Ch]: added
4104         * buffer.C:
4105         * BufferView.[Ch]:
4106         * BufferView_pimpl.C:
4107         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4108         instead
4109
4110 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4111
4112         * Makefile.am: ensure that lyx is relinked upon changes to the
4113         various "convenience" libs.
4114
4115 2003-05-20  Angus Leeming  <leeming@lyx.org>
4116
4117         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4118         files are compiled in alphabetical order again.
4119
4120         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4121
4122 2003-05-19  Angus Leeming  <leeming@lyx.org>
4123
4124         * gettext.[Ch]: remove "char const * _(char const *)".
4125
4126 2003-05-19  André Pönitz  <poenitz@gmx.net>
4127
4128         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4129
4130         * Makefile.am:
4131         * BufferView.C:
4132         * DepTable.h:
4133         * LaTeXFeatures.C:
4134         * buffer.C:
4135         * lyxfont.C:
4136         * lyxlex.h:
4137         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4138
4139 2003-05-19  André Pönitz  <poenitz@gmx.net>
4140
4141         * buffer.C:
4142         * lyxlayout.[Ch]:
4143         * lyxtextclass.[Ch]:
4144         * paragraph.C:
4145         * paragraph_funcs.[Ch]:
4146         * text2.C:
4147         * text3.C: more insetenv work
4148
4149 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4150
4151         * ParagraphParameters.C (params2string): small bug fixed
4152
4153 2003-05-16  André Pönitz  <poenitz@gmx.net>
4154
4155         * debug.C:
4156         * bufferview_funcs.C: patch from Kornel Benko to prevent
4157           crash when _(...) is called twice in a statement
4158
4159 2003-05-16  André Pönitz  <poenitz@gmx.net>
4160
4161         * BufferView.C:
4162         * lyxfunc.C:
4163         * text.C:
4164         * text2.C:
4165         * text3.C:
4166         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4167
4168 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4169
4170         * lyx_main.C (init): remove spurious static_cast
4171
4172 2003-05-14  André Pönitz  <poenitz@gmx.net>
4173
4174         * BufferView.C: fix format string
4175
4176 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4177
4178         * BufferView.[Ch] (insertErrors): removed
4179         * BufferView.[Ch] (showErrorList): added
4180         * buffer.C (runChkTeX):
4181         * converter.C (scanLog): call showErrorList instead of inserterrors
4182
4183 2003-05-13  André Pönitz  <poenitz@gmx.net>
4184
4185         * BufferView_pimpl.C:
4186         * buffer.C:
4187         * bufferview_func.C:
4188         * MenuBackend.C:
4189         * lyxfunc.C:
4190         * lyxrc.C:
4191         * tex-accent.C:
4192         * text3.C:
4193         * toc.C:
4194         * tabular_funcs.h: tostr() from its own header
4195
4196         * ParagraphParameters.C:
4197         * ToolbarBackend.C:
4198         * bufferparams.C:
4199         * format.C:
4200         * lyxlex_pimpl.C:
4201         * text3.C: STRCONV()
4202
4203 2003-05-12  André Pönitz  <poenitz@gmx.net>
4204
4205         * BufferView.C:
4206         * BufferView_pimpl.C:
4207         * CutAndPaste.C:
4208         * LaTeX.C:
4209         * LaTeXFeatures.C:
4210         * ParagraphParameters.C:
4211         * buffer.C:
4212         * bufferlist.C:
4213         * bufferparams.C:
4214         * bufferview_funcs.C:
4215         * converter.C:
4216         * counters.C:
4217         * debug.C:
4218         * exporter.C:
4219         * format.C:
4220         * importer.C:
4221         * lyx_cb.C:
4222         * lyx_main.C:
4223         * lyxfont.C:
4224         * lyxfunc.C:
4225         * lyxvc.C:
4226         * paragraph.C:
4227         * paragraph_funcs.C:
4228         * tabular.C:
4229         * tabular_funcs.C:
4230         * text2.C:
4231         * text3.C:  boost::format -> bformat  all over the place
4232
4233
4234 2003-05-09  André Pönitz  <poenitz@gmx.net>
4235
4236         * LColor.[Ch]: Pimpl the #include <map> away
4237
4238 2003-05-09  John Levon  <levon@movementarian.org>
4239
4240         * bufferlist.C: never remove emergency saves
4241
4242 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4243
4244         * Makefile.am: better lib building
4245
4246 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4247
4248         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4249         instead.
4250         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4251         (simpleTeXSpecialChars): adjust
4252         (simpleTeXSpecialChars): adjust
4253         * paragraph.C (simpleTeXOnePar): adjust
4254         * buffer.C (makeLaTeXFile): adjust
4255
4256         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4257
4258         * text2.C (changeDepth): parlist cleanup
4259         (getColumnNearX): ditto
4260
4261         * rowpainter.C (getLabelFont): parlist cleanup
4262
4263         * bufferlist.C (newFile): parlist cleanup
4264
4265         * CutAndPaste.C (eraseSelection): parlist cleanup
4266
4267         * BufferView_pimpl.C (trackChanges): parlist cleanup
4268         (dispatch): ditto
4269
4270         * BufferView.C (lockInset): parlist cleanup.
4271         (ChangeInsets): ditto
4272
4273 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4274
4275         * CutAndPaste.h: Update file header.
4276
4277         * CutAndPaste.C: Update file header.
4278         Store the parts cut out of the Document in a limited_stack.
4279         (copySelection): adjust
4280         (pasteSelection): new function, takes the index in the limited stack.
4281         (nrOfParagraphs): adjust
4282         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4283         simplify error inset insertion.
4284         (checkPastePossible): adjust
4285
4286 2003-05-06  John Levon  <levon@movementarian.org>
4287
4288         * text2.C: don't cast wrap inset to float
4289
4290 2003-05-05  André Pönitz  <poenitz@gmx.net>
4291
4292         * iterator.C:
4293         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4294
4295         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4296           few naked Paragraph *.
4297
4298 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4299
4300         * bufferparams.C: Output warning if a document with missing
4301         TeX document class is loaded
4302         * exporter.C: Disable TeX exports if the document class is missing
4303         * lyxtextclass.C:
4304         * lyxtextclass.h:
4305         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4306         isTeXClassAvailable()
4307
4308 2003-05-03  John Levon  <levon@movementarian.org>
4309
4310         * BufferView.h:
4311         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4312         explicit cursor show/hide
4313
4314         * BufferView_pimpl.h:
4315         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4316         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4317
4318         * lyxfunc.C: hide cursor before dispatching.
4319
4320         * lyx_cb.C:
4321         * lyxfind.C:
4322         * text.C:
4323         * text3.C: remove explicit cursor hides
4324
4325 2003-05-02  André Pönitz  <poenitz@gmx.net>
4326
4327         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4328
4329         * undo_funcs.C:
4330         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4331           linked lists
4332
4333         * text2.C: tiny whitespace
4334
4335 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4336
4337         * undo_funcs.C: almost only ws changes.
4338
4339         * ParagraphList.C (splice): just return if pl is empty.
4340
4341 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4342
4343         * ParagraphList.C (splice): new function.
4344
4345         * CutAndPaste.C (pasteSelection): use it
4346
4347 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4348
4349         * CutAndPaste.C (pasteSelection): remove the last next and
4350         previous from this file.
4351
4352 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4353
4354         * CutAndPaste.C (pasteSelection): more clean up, user proper
4355         ParagraphList functions for pasteing.
4356
4357         * ParagraphList.C (insert): new function, three arg insert
4358
4359 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4360
4361         * ParagraphList.C (insert): new function, three arg insert
4362
4363         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4364         not on paragraphs.
4365
4366 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4367
4368         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4369
4370 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4371
4372         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4373
4374 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4375
4376         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4377         (copySelection): clean up a bit.
4378         (pasteSelection): use make_pair
4379
4380         * ParagraphList.C (ParagraphList): implement copy constructor
4381         (operator=): implement, base on copy constructor.
4382         (assign): new func
4383
4384         * paragraph.C (erase): return a bool
4385
4386         * paragraph_pimpl.C (erasePos): remove function, move contents...
4387         (erase): ... here. Return a bool.
4388         (erase): call erase instead of erasePos.
4389
4390 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4391
4392         * ParagraphList.h: define PitPosPair
4393         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4394         ParagraphList, fix a bug on pasting multiple pars
4395         * text2.C: change interface to C&P
4396
4397 2003-04-30  André Pönitz  <poenitz@gmx.net>
4398
4399         * undo_func.C: revert part of yesterday's patch 2
4400
4401 2003-04-30  John Levon  <levon@movementarian.org>
4402
4403         * LColor.C: s/tabular/table/
4404
4405 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4406
4407         * text3.C (dispatch): do not convert iterator -> pointer
4408         * undo_funcs.C (setCursorParUndo): ditto
4409         * text_funcs.C (transposeChars): ditto
4410
4411         * text2.C (setLayout): ws changes only
4412
4413         * text.C (breakParagraph): do not convert iterator -> pointer
4414         (insertChar): ditto
4415         (acceptChange): ditto
4416         (rejectChange): ditto
4417         (changeCase): ditto
4418         (Delete): ditto
4419         (backspace): ditto
4420
4421         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4422         pointer
4423
4424 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4425
4426         * text3.C (gotoInset): YABG (yet another bad getChar)
4427
4428 2003-04-29  André Pönitz  <poenitz@gmx.net>
4429
4430         * paragraph.h: make operator= private unimplemented as long as
4431           it is unusable
4432
4433         * ParagraphList.C: whitespace
4434
4435         * paragraph.[Ch]:
4436         * paragraph_pimpl.[Ch]:
4437         * paragraph_funcs.C:
4438         * CutAndPaste.C:
4439         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4440
4441         * text2.C:
4442           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4443
4444 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4445
4446         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4447         * paragraph.[Ch] (erase):
4448         * paragraph_pimpl.[Ch] (erase): change return type and value
4449         * text2.C (cutSelection): some rework
4450
4451 2003-04-28  John Levon  <levon@movementarian.org>
4452
4453         * bufferlist.C: changes for unsaved changes dialog
4454
4455 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4456
4457         * bufferlist.C (newFile): set language (messages_) for new
4458         documents also.
4459
4460         * buffer.C (readFile): ws changes only.
4461
4462 2003-04-28  André Pönitz  <poenitz@gmx.net>
4463
4464         * undo_funcs.C:
4465         * lyxfunc.C:
4466         * buffer.[Ch]:
4467         * BufferView_pimpl.C:
4468         * BufferView.C: getParFromID related ParagraphList::iterator changes
4469
4470 2003-04-28  André Pönitz  <poenitz@gmx.net>
4471
4472         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4473           Changes
4474
4475 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4476
4477         * messages.C: remove one more localedir class variable.
4478
4479 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4480
4481         * messages.C (getLocaleDir): singleton generation function
4482         (Pimpl): use it.
4483         (Messages): add a default constructor.
4484
4485         * main.C (main): do not setup localedir here, do not call
4486         gettext_init.
4487
4488         * gettext.C (_): use it.
4489         (gettext_init): delete funciton
4490
4491 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4492
4493         * gettext.C (getLyXMessages): new singleton generating function.
4494
4495         * buffer.C (updateDocLang): adjust
4496
4497         * Makefile.am (messages.o): add target
4498         (main.o): remove target
4499
4500 2003-04-27  John Levon  <levon@movementarian.org>
4501
4502         * bufferlist.C:
4503         * lyx_cb.C:
4504         * lyxfunc.C:
4505         * lyxvc.C: specify cancel button in Alert::prompt
4506
4507 2003-04-26  John Levon  <levon@movementarian.org>
4508
4509         * text3.C:
4510         * lyxfunc.C:
4511         * lfuns.h:
4512         * LyXAction.C: add LFUN_INSET_SETTINGS
4513
4514         * lyxfunc.C: don't enable tabular-feature when there's
4515         just any locking inset
4516
4517 2003-04-26  John Levon  <levon@movementarian.org>
4518
4519         * bufferlist.C: re-add Cancel to buffer close question
4520
4521         * lyxfunc.C: fix import UI a bit
4522
4523 2003-04-25  John Levon  <levon@movementarian.org>
4524
4525         * gettext.C: remove the broken asserts for now
4526
4527 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4528
4529         * messages.C: make case where setlocale cannot comply work better.
4530
4531         * buffer.C (updateDocLang): new function
4532         (changeLanguage): use it
4533         (readFile): use it
4534
4535         * text2.C (setCounter): use B_ a bit.
4536
4537         * lyxlayout.C (Read): be sure to trim the label strings.
4538
4539         * messages.C (Messages): fix typo in comment
4540
4541         * buffer.C (readFile): set message_ after file is loaded.
4542         (makeDocBookFile): remove double return
4543         (changeLanguage): reset message_ upon language change.
4544         (B_): new func, use this to get translated buffer strings.
4545
4546         * main.C: add myself and Jean Marc as authors.
4547
4548 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4549
4550         * messages.[hC]: pimplify Messages, and three different pimpls to be
4551         used in different circumstances.
4552
4553         * gettext.[Ch]: change for use with new message code.
4554
4555 2003-04-24 André Pönitz <poenitz@gmx.net>
4556
4557         * factory.C: support for eqref
4558
4559 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4560
4561         * messages.[Ch]: add missing char
4562
4563         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4564
4565         * messages.[Ch]: New files
4566
4567 2003-04-18  John Levon  <levon@movementarian.org>
4568
4569         * BufferView.h:
4570         * BufferView.C:
4571         * BufferView_pimpl.C:
4572         * lfuns.h:
4573         * LyXAction.C:
4574         * lyxtext.h:
4575         * text2.C: remove layout-copy/paste (bug 778)
4576
4577 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4578
4579         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
4580
4581 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4582
4583         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
4584         if they succeed. Act accordingly.
4585
4586 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4587
4588         * text2.C (setCharFont): adjust
4589         (setCounter): adjust
4590         (insertStringAsLines): adjust
4591
4592         * text.C (leftMargin): adjust
4593         (setHeightOfRow): adjust
4594
4595         * rowpainter.C (paintFirst): adjust
4596         (paintLast): adjust
4597
4598         * paragraph_funcs.C (depthHook): ParagraphList::iterators
4599         (outerHook): ditto
4600         (isFirstInSequence): ditto
4601         (getEndLabel): ditto
4602         (outerFont): adjust
4603
4604         * paragraph.C (getParLanguage): comment out some hard stuff.
4605
4606         * buffer.C (insertStringAsLines): take a ParagraphList as arg
4607         (sgmlError): ditto
4608         (simpleDocBookOnePar): ditto
4609         (makeDocBookFile): use ParagraphList::iterator
4610
4611         * CutAndPaste.C (pasteSelection): adjust
4612
4613 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4614
4615         * text2.C (getFont): adjust
4616         (getLayoutFont): adjust
4617         (getLabelFont): adjust
4618
4619         * paragraph_funcs.C (TeXOnePar): adjust
4620
4621         * buffer.C (simpleLinuxDocOnePar): adjust
4622         (simpleDocBookOnePar): adjust
4623
4624         * CutAndPaste.C (pasteSelection): adjust
4625
4626         * BufferView.C (getEncoding): adjust
4627
4628         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
4629
4630 2003-04-16  John Levon  <levon@movementarian.org>
4631
4632         * lyxfind.C: use parlist stuff for search/changes
4633
4634 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4635
4636         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
4637
4638         * text2.C (deleteEmptyParagraphMechanism): adjust
4639
4640         * text2.[Ch] (ownerParagraph): delete func (both of them
4641
4642 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4643
4644         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
4645
4646 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4647
4648         * ParagraphList.C: prepare for NO_NEXT
4649
4650 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4651
4652         * text2.C (getFont): adjust
4653         (getLayoutFont): adjust
4654         (getLabelFont): adjust
4655
4656         * paragraph.C (getFont): adjust
4657         (getLabelFont): adjust
4658         (getLayoutFont): adjust
4659
4660         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
4661
4662 2003-04-15  John Levon  <levon@movementarian.org>
4663
4664         From Angus Leeming
4665
4666         * lyx_main.C: handle Include in .ui files
4667
4668 2003-04-15  John Levon  <levon@movementarian.org>
4669
4670         * MenuBackend.C: make the doc files length shorter
4671
4672         * ToolbarBackend.h:
4673         * ToolbarBackend.C: handle toolbar placement flags,
4674         Minibuffer
4675
4676 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4677
4678         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
4679         adjust
4680
4681         * paragraph_funcs.C (TeXOnePar): adjust
4682
4683         * paragraph.C (getLabelFont): add outerfont arg, adjust
4684         (getLayoutFont): ditto
4685         (simpleTeXOnePar): adjust
4686
4687         * paragraph_pimpl.C (realizeFont): delete func
4688
4689 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
4690
4691         * text2.C (beforeFullRowInset): added a bad getchar check, removed
4692         row argument, constify cur argument.
4693
4694 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4695
4696         * text2.C (getFont): adjust
4697         (getLayoutFont): adjust
4698         (getLabelFont): adjust
4699
4700         * paragraph_funcs.C (TeXOnePar): adjust
4701         (outerFont): new func...
4702         (realizeFont): ...moved out from here, changed this to facilitate
4703         transition
4704
4705         * paragraph.C (getFont): take outerfont as arg, adjust
4706         (simpleTeXOnePar): add outerfont arg, adjust
4707
4708         * buffer.C (simpleLinuxDocOnePar): adjust
4709         (simpleDocBookOnePar): adjust
4710
4711         * CutAndPaste.C (pasteSelection): adjust
4712
4713         * BufferView.C (getEncoding): adjust
4714
4715 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4716
4717         * text2.C (setCharFont): adjust
4718         (setCounter): adjust
4719
4720         * text.C (leftMargin): adjust
4721         (setHeightOfRow): adjust
4722
4723         * rowpainter.C (paintFirst): adjust
4724         (paintLast): adjust
4725
4726         * paragraph_pimpl.C (realizeFont): adjust
4727
4728         * paragraph.C (isFirstInSequence): move from here...
4729         * paragraph_funcs.C (isFirstInSequence): ...to here
4730
4731         * paragraph.C (outerHook): move from here...
4732         * paragraph_funcs.C (outerHook): ...to here
4733
4734         * paragraph.C (depthHook): move from here...
4735         * paragraph_funcs.C (depthHook): ...to here
4736
4737         * paragraph.C (getEndLabel): move from here...
4738         * paragraph_funcs.C (getEndLabel): ...to here
4739
4740         * text2.C (realizeFont): move from here...
4741         * paragraph_funcs.C (realizeFont): ...to here
4742
4743 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4744
4745         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
4746
4747 2003-04-14  Angus Leeming  <leeming@lyx.org>
4748
4749         * LColor.[Ch]: scrap LColor mathcursor.
4750
4751 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4752
4753         * lyxlex.[Ch] (text): delete function
4754         * trans.C (Load): adjust
4755         * paragraph_funcs.C (readParToken): adjust
4756
4757 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4758
4759         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
4760         vector<char> instead of a char[].
4761
4762         * lyxlex_pimpl.C (getString): adjust
4763         (next): adjust
4764         (lex): use getString
4765         (eatLine): adjust
4766         (nextToken): adjust
4767
4768         * lyxlex.C (text): use pimpl_->getString()
4769         (getBool): ditto
4770         (findToken): ditto
4771
4772 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4773
4774         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
4775         (makeFontEntriesLayoutSpecific): temp var for par.size()
4776         (setLayout): temp var for ownerParagraphs().end()
4777         (fullRebreak): temp var for rows().end()
4778         (selectionAsString): temp var for boost::next(startpit), realize
4779         that the while really is a regular for loop.
4780         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
4781         setCursor in one place.
4782         (setParagraph): temp vr for ownerParagraphs().end()
4783         (updateCounters): make the while loop a for loop
4784         (cutSelection): temp var for ownerParagraphs().end()
4785         (updateInset): make the do {} while() a regular for loop
4786         (getCursorX): use temp vars
4787         (setCurrentFont): use temp vars
4788         (getColumnNearX): use temp vars
4789
4790 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4791
4792         * text.C (transformChar): use temp var for getChar
4793         (computeBidiTables): use temp var for row->par()
4794         (fill): move temp vars for row->par() and pit->layout() earlier in
4795         the function.
4796         (labelFill): use temp var for row->par()
4797         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
4798         asc and desc, realize that pit never changes and that firstpit is
4799         just a duplicate and not needed. Exchange rit->par() with pit in a
4800         lot of places.
4801         (breakAgain): use a temp var for boost::next(rit)
4802         (breakAgainOneRow): ditto
4803         (breakParagraph): use a temp var for rows().begin()
4804         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
4805         (cursorRightOneWord): use temp var for cursor.par() and
4806         cursor.pos(), remove usage of tmpcursor.
4807         (cursorLeftOneWord): use temp var for cursor.par() and
4808         cursor.pos() only set cur at end of function.
4809
4810 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4811
4812         * text.C, text2.C: exchange all usage of Paragraph::next with
4813         boost::next(ParagraphList::iterator)
4814
4815         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
4816
4817         * text2.C (cursorTop): simplify implementation
4818         (cursorBottom): ditto
4819         (setParagraph): use ParagraphList::iterator
4820         (setCurrentFont): adjust
4821         (getColumnNearX): adjust
4822         (cursorRight): adjust
4823         (cursorLeft): remove usage of Paragraph::previous
4824         (cursorUpParagraph): ditto
4825         (deleteEmptyParagraphMechanism): slight cleanup
4826
4827         * text.C (isBoundary): take a Paragraph const & instead of a
4828         pointer as arg.
4829         (addressBreakPoint): ditto
4830         (leftMargin): remove usage of Paragraph::previous.
4831         (setHeightOfRow): ditto
4832         (cursorLeftOneWord): ditto
4833         (selectNextWordToSpellcheck): ditto
4834         (Delete): ditto
4835         (backspace): ditto
4836         (breakParagraph): remove one usage of Paragraph::next
4837         (redoParagraph): ditto
4838         (acceptChange): ditto
4839         (insertChar): adjust
4840         (rowBreakPoint): adjust
4841
4842         * bufferview_funcs.C (toggleAndShow): adjust
4843
4844 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
4845
4846         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
4847         methods to access it.
4848         * lyxtext.h:
4849         * text.C: Added updateRowPositions to compute all row positions.
4850         Make top_y and getRowNearY() to use the cached y position
4851
4852 2003-04-11  John Levon  <levon@movementarian.org>
4853
4854         * text.C (rowBreakPoint): reintroduce the labelEnd
4855         checks, code copied from the row fill stuff. Deep voodoo.
4856
4857         * text.C (fill): add a comment and debugging for the
4858         next poor soul.
4859
4860 2003-04-11  John Levon  <levon@movementarian.org>
4861
4862         * text.C: make sure fullrow insets get wrapped to the next line,
4863         even when they're in a manual label
4864
4865 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4866
4867         * text2.C (insertParagraph): make it take ParagraphList::iterator
4868         as arg.
4869         (setLayout): make it return ParagraphList::iterator
4870         (redoParagraphs): ditto
4871         (setCounter): ditto
4872         (checkParagraph): ditto
4873
4874         * text.C (getRow): make getrow take ParagraphList::iterator as arg
4875
4876         * text2.C: adjust several funcs.
4877         (realizeFont): take a ParagraphList::iterator as arg.
4878         (getLayoutFont): ditto
4879         (getLabelFont): ditto
4880         (setCharFont): ditto
4881
4882         * text.C: adjust several funcs.
4883
4884 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4885
4886         * text.C (selectNextWordToSpellcheck): don't accidentally
4887         skip insets
4888
4889 2003-04-10  John Levon  <levon@movementarian.org>
4890
4891         * ToolbarBackend.C (getIcon): special handling for
4892         LFUN_MATH_DELIM
4893
4894 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
4895
4896         * text2.C (cursorRight): a getChar assert fixed
4897
4898 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4899
4900         * text2.C (getFont): change to take a ParagraphList::iterator
4901         instead of Paragraph*
4902         Adjust several functions.
4903
4904         * text.C (transformChar): change to take a ParagraphList::iterator
4905         instead of Paragraph*
4906         (singleWidth): ditto
4907         Adjust several functions.
4908
4909         * rowpainter.C: adjust several functions
4910         * rowpainter.h:store a ParagraphList::iterator and not a
4911         Paragraph&.
4912
4913
4914 2003-04-09  John Levon  <levon@movementarian.org>
4915
4916         * lyxfunc.C:
4917         * lfuns.h:
4918         * LyXAction.h:
4919         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
4920         and the "help" bits as well
4921
4922 2003-04-09  John Levon  <levon@movementarian.org>
4923
4924         * ToolbarBackend.h:
4925         * ToolbarBackend.C: allow multiple toolbars
4926
4927 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4928
4929         * undo_funcs.C (setCursorParUndo): adjust
4930
4931         * text_funcs.C (transposeChars): adjust
4932
4933         * text3.C (gotoNextInset): adjust
4934         (dispatch): adjust
4935
4936         * text2.C (setLayout): adjust
4937         (changeDepth): adjust
4938         (setFont): adjust
4939         (redoParagraphs): adjust
4940         (selectionAsString): adjust
4941         (setParagraph): adjust
4942         (insertInset): adjust
4943         (cutSelection): adjust
4944         (copySelection): adjust
4945         (pasteSelection): adjust
4946         (insertStringAsLines): adjust
4947         (updateInset): adjust
4948         (setCursor): change to take a ParagraphList::iterator parameter
4949         (setCursorIntern): change to take a ParagraphList::iterator parameter
4950         (setCurrentFont): adjust
4951         (cursorLeft): adjust
4952         (cursorRight): adjust
4953         (deleteEmptyParagraphMechanism): adjust
4954
4955         * text.C (breakParagraph): adjust
4956         (insertChar): adjust
4957         (acceptChange): adjust
4958         (rejectChange): adjust
4959         (selectNextWordToSpellcheck): adjust
4960         (changeCase): adjust
4961         (Delete): adjust
4962         (backspace): adjust
4963
4964         * lyxfind.C (SearchForward): adjust
4965         (SearchBackward): adjust
4966         (nextChange): adjust
4967
4968         * lyxcursor.C (par): adjust
4969
4970         * lyxcursor.h: store a ParagraphList::iterator instead of a
4971         Paragraph*
4972
4973         * lyx_cb.C (getPossibleLabel): adjust
4974
4975         * bufferview_funcs.C (toggleAndShow): adjust
4976
4977         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4978         (dispatch): adjust
4979
4980         * BufferView.C (removeAutoInsets): adjust
4981         (lockedInsetStoreUndo): adjust
4982
4983 2003-04-09  John Levon  <levon@movementarian.org>
4984
4985         * ToolbarBackend.C: try icon without argument
4986         if with argument fails
4987
4988 2003-04-08  John Levon  <levon@movementarian.org>
4989
4990         * ToolbarBackend.h:
4991         * ToolbarBackend.C: add getIcon(), handle tooltip,
4992         and change from "Icon" to "Item".
4993
4994 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4995
4996         * BufferView.C (lockInset): another bad getchar crunched
4997
4998 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
4999
5000         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5001         again)
5002
5003 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5004
5005         * lyxfind.C (searchForward, searchBackwards): bug 782
5006
5007 2003-04-07  John Levon  <levon@movementarian.org>
5008
5009         * paragraph.C: remove dead comment
5010
5011         * text.C: remove troublesome depth-fiddling code
5012         in leftMargin() and rightMargin() (bug 1017)
5013
5014         * text.C: fix breaking of rows in nested lists
5015         (bug 1004)
5016
5017         * text2.C (updateCounters): fix up depth values
5018         (bug 1013)
5019
5020 2003-04-07  John Levon  <levon@movementarian.org>
5021
5022         * BufferView_pimpl.C: clear message when doc finishes resizing,
5023         and after a mouse event
5024
5025         * lyxfunc.C: clear message after exiting inset
5026
5027 2003-04-07  John Levon  <levon@movementarian.org>
5028
5029         * bufferview_funcs.C: show math status not outside
5030         status in the statusbar
5031
5032 2003-04-07  John Levon  <levon@movementarian.org>
5033
5034         * lyxfunc.C: note status changed after a depth change
5035
5036 2003-04-04  Angus Leeming  <leeming@lyx.org>
5037
5038         * LaTeX.h: move AuxInfo operator==, != out of line.
5039         Remove LaTeX virtual destructor; nothing derives from it.
5040         Move operator()() out of public area and rename it startscript().
5041         Change protected for private.
5042
5043 2003-04-04  Angus Leeming  <leeming@lyx.org>
5044
5045         * lyxfunc.C:
5046         * text2.C: remove unneeded #includes.
5047
5048 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5049
5050         * text2.C (dEPM): fix the heigth of the next row
5051
5052 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5053
5054         * text.C: squashed an invalid getChar requester + some ws changes
5055
5056 2003-04-03  John Levon  <levon@movementarian.org>
5057
5058         * bufferview_funcs.h:
5059         * bufferview_funcs.C:
5060         * lyxfunc.C:
5061         * lyxtext.h:
5062         * text2.C: make getStatus work for the env depth lfuns
5063
5064 2003-04-03  John Levon  <levon@movementarian.org>
5065
5066         * bufferview_funcs.h:
5067         * bufferview_funcs.C:
5068         * lyxfunc.C:
5069         * lyxtext.h:
5070         * text2.C: parlistize decDepth(), by merging it with incDepth()
5071
5072 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5073
5074         * lyxrow.h: store a ParagraphList::iterator instead of a
5075         Paragraph* and adjust other class functions to suit.
5076
5077         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5078         above.
5079
5080 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5081
5082         * text2.C (setCursor): do not anchor to cursor row for the time being
5083
5084 2003-04-02  John Levon  <levon@movementarian.org>
5085
5086         * LyXAction.C:
5087         * lfuns.h:
5088         * lyx_main.C:
5089         * lyxtext.h:
5090         * text.C:
5091         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5092
5093 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5094
5095         * paragraph.h: make ParagraphList and ParagraphList::iterator
5096         friends of Paragraph.
5097
5098         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5099
5100         * ParagraphList.C: Use the private next_ and previous_ from
5101         Paragraph.
5102
5103 2003-04-01  John Levon  <levon@movementarian.org>
5104
5105         * ToolbarBackend.h:
5106         * ToolbarBackend.C:
5107         * Makefile.am: rename, remove defaults gunk
5108
5109         * MenuBackend.h:
5110         * MenuBackend.C: remove defaults gunk
5111
5112         * Languages.h:
5113         * Languages.C: remove defaults gunk
5114
5115         * lyx_main.h:
5116         * lyx_main.C: error out if files couldn't be found.
5117
5118 2003-04-02  John Levon  <levon@movementarian.org>
5119
5120         * text2.C: make incDepth() use parlist
5121
5122 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5123
5124         * undo_funcs.C (firstUndoParagraph): adjust
5125
5126         * text3.C (gotoInset): adjust
5127         (dispatch): adjust, and rewrite loop.
5128
5129         * text2.C (init): adjust, and rewrite loop.
5130         (redoParagraphs): adjust
5131         (updateInset): adjust, and rewrite loop.
5132         (deleteEmptyParagraphMechanism): adjust
5133
5134         * tabular.C (LyXTabular): adjust
5135         (SetMultiColumn): adjust
5136         (TeXRow): adjust
5137
5138         * lyxtext.[Ch] (ownerParagraph): delete function
5139         (ownerParagraphs): new function returns a ParagraphList.
5140
5141         * BufferView.C (removeAutoInsets): adjust
5142         (insertErrors): adjust
5143         (setCursorFromRow): adjust
5144
5145 2003-04-01  Angus Leeming  <leeming@lyx.org>
5146
5147         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5148         in the frontends.
5149
5150 2003-04-02  John Levon  <levon@movementarian.org>
5151
5152         * lyxtext.h:
5153         * text.C:
5154         * Makefile.am:
5155         * text_funcs.h:
5156         * text_funcs.C: make transposeChars a free function
5157
5158         * lyxrow_funcs.C: remove wrong comment
5159
5160 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5161
5162         * lyxtext.h: adjust
5163         * rowpainter.C: adjust
5164         * text.C: adjust
5165         * text2.C: adjust
5166         * text3.C: adjust
5167
5168         * lyxrow_funcs. [Ch]: new files
5169
5170         * lyxrow.[Ch]: remove next and previous pointers
5171         (next,previous): remove accessor functions
5172         (isParEnd): move to lyxrow_funcs
5173         (lastPos): move to lyxrow_funcs
5174         (nextRowIsAllInset): move to lyxrow_funcs
5175         (lastPrintablePos): move to lyxrow_funcs
5176         (numberOfSeparators): move to lyxrow_funcs
5177         (numberOfHfills): move to lyxrow_funcs
5178         (numberOfLabelHfills): move to lyxrow_funcs
5179         (hfillExpansion): move to lyxrow_funcs
5180
5181         * lyxfunc.C: adjust
5182
5183         * bufferview_funcs.C (toggleAndShow): adjust
5184
5185         * RowList.h: Remove class RowList from file leave just a
5186         std::list<Row>.
5187
5188         * RowList.C: delete file
5189
5190         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5191         and lyxrow_funcs.h
5192
5193 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5194
5195         * text3.C (cursorPrevious): adjust
5196         (cursorNext): adjust
5197         (dispatch): adjust
5198
5199         * text2.C (redoHeightOfParagraph): adjust
5200         (redoDrawingOfParagraph): adjust
5201         (setCursor): adjust
5202
5203         * text.C (breakParagraph): adjust
5204         (insertChar): adjust
5205         (backspace): adjust
5206
5207         * rowpainter.C (RowPainter): adjust
5208         (leftMargin): simplify and adjust
5209         (most rowpainter functions): adjust.
5210
5211         * rowpainter.h: store the row as RowList::iterator not as Row*
5212
5213         * lyxcursor.C (row): taka RowList::iterator as arg
5214         (irow): ditto
5215
5216         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5217         of Row*.
5218
5219 2003-04-01  Angus Leeming  <leeming@lyx.org>
5220
5221         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5222         stuff like bool Bool.
5223
5224 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5225
5226         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5227         rewrite a loop
5228
5229 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5230
5231         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5232         RowList::iterator.
5233
5234         * lyxtext.h (rows): drop one version and leve a const variant that
5235         returns a RowList::iterator.
5236
5237 2003-03-31  Angus Leeming  <leeming@lyx.org>
5238
5239         * text.C (fill): ensure that the signature is the same as that in the
5240         header file.
5241
5242 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5243
5244         * text2.C (redoParagraphs): adjust
5245         (updateCounters): adjust
5246         (checkParagraph): adjust
5247         (getColumnNearX): adjust and reformat a bit.
5248
5249         * text.C (top_y): adjust
5250         (workWidth): adjust
5251         (leftMargin): adjust
5252         (prepareToPrint): adjust
5253         (getRow): adjust
5254         (getRowNearY): adjust
5255
5256         * lyxtext.h: make rowlist_ mutable.
5257
5258         * RowList.h: add const_iterator
5259         * RowList.C: adjust for RowList::const_iterator.
5260
5261         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5262         adjust.
5263
5264 2003-03-31  John Levon  <levon@movementarian.org>
5265
5266         * lyxrc.h:
5267         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5268
5269         * lyx_main.C: set default fonts from using lyx_gui funcs
5270
5271         * exporter.C: pdf_mode moved from lyxrc
5272
5273         * lyx_cb.C:
5274         * lyxfunc.C: changes from above
5275
5276 2003-03-31  John Levon  <levon@movementarian.org>
5277
5278         * lyx_main.C: fix to the last fix
5279
5280 2003-03-31  John Levon  <levon@movementarian.org>
5281
5282         * bufferlist.C: "Load original" -> "Load Original"
5283
5284         * converter.C:
5285         * exporter.C:
5286         * importer.C:
5287         * lyx_main.C:
5288         * format.C: more Alert cleanups
5289
5290 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5291
5292         * text2.C (removeParagraph): make it take a RowList::iterator as
5293         arg, adjust.
5294         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5295         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5296
5297         * text.C (anchor_row): make it take a RowList::iterator as arg,
5298         adjust.
5299         (computeBidiTables): make it take a const reference to Row instead
5300         of Row pointer, adjust.
5301         (leftMargin): make it take a RowList::iterator as arg, adjust.
5302         (rowBreakPoint): adjust
5303         (breakAgainOneRow): make it take a RowList::iterator as arg,
5304         adjust.
5305         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5306
5307         * bufferview_funcs.C (toggleAndShow): adjust
5308
5309 2003-03-30  John Levon  <levon@movementarian.org>
5310
5311         * Makefile.am:
5312         * BoostFormat.h:
5313         * boost-inst.C: moved to support
5314
5315         * several files: changes as a result
5316
5317 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5318
5319         * text2.C (LyXText): adjust.
5320         (init): adjust
5321         (removeRow): make it take a RowList::iterator as arg, adjust.
5322         (fullRebreak): adjust
5323         (deleteEmptyParagraphMechanism): adjust
5324         (clearPaint): adjust
5325         (postPaint): adjust
5326
5327         * text.C (top_y): adjust
5328         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5329         (breakAgain): make it take a RowList::iterator as arg, adjust.
5330         (breakParagraph): adjust
5331         (insertChar): adjust
5332         (backspace): adjust
5333
5334         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5335         need_break_row, and refresh_row.
5336
5337         * text3.C (dispatch): adjust
5338
5339         * text2.C (checkParagraph): adjust
5340         (setCursor): adjust
5341         (setCursorFromCoordinates): adjust
5342
5343         * text.C (top_y): adjust
5344         (workWidth): adjust
5345         (getRow): make it return a RowList::iterator, adjust
5346         (getRowNearY): make it return a RowList::iterator, adjust
5347
5348         * text2.C (init): adjust
5349         (insertRow): remove function
5350         (insertParagraph): adjust
5351         (redoParagraphs): adjust
5352         (fullRebreak): adjust
5353         (updateCounters): adjust
5354
5355         * text.C (top_y): rewrite to use RowList iterators.
5356         (top_y): adjust
5357         (setHeightOfRow): rewrite to sue RowList iterators.
5358         (appendParagraph): adjust
5359         (breakAgain): adjust
5360         (breakAgainOneRow): adjust
5361         (breakParagraph): adjust
5362         (getRow): adjust
5363         (getRowNearY): adjust, and remove commented code.
5364
5365         * lyxtext.h (firstRow): delete function
5366         (lastRow): delete function
5367         (rows): new function (const and non-const versions.)
5368         (insertRow): delete function
5369
5370         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5371
5372 2003-03-29  John Levon  <levon@movementarian.org>
5373
5374         * BufferView_pimpl.C: always update scrollbar top
5375         because pasting text when we're anchored could mean we
5376         miss an update altogether
5377
5378 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5379
5380         * text2.C (init): use rowlist_.end() and not 0.
5381         (insertRow): change to take a RowList::iterator as arg, adjust
5382         for this.
5383         (insertParagraph): change to take a RowList::iterator as arg,
5384         adjust for this.
5385         (redoParagraphs): remove some debug msgs.
5386
5387         * text.C (appendParagraph): change to take a RowList::iterator
5388         arg, adjust for this.
5389         (breakAgain): add an assert
5390         (breakAgainOneRow): ditto
5391
5392 2003-03-29  John Levon  <levon@movementarian.org>
5393
5394         * text2.C: do not clear selection after inc/decDepth
5395         (bug 550)
5396
5397 2003-03-29  John Levon  <levon@movementarian.org>
5398
5399         * BufferView.C:
5400         * buffer.C: fix broken strerrors according to Lars
5401
5402 2003-03-29  John Levon  <levon@movementarian.org>
5403
5404         * converters.C: more Alert cleanups
5405
5406 2003-03-29  John Levon  <levon@movementarian.org>
5407
5408         * bufferview_funcs.C: remove pointless Alert
5409
5410         * buffer.C: fix confusing error message when
5411         a template is chmoded 000
5412
5413 2003-03-29  John Levon  <levon@movementarian.org>
5414
5415         * BufferView.C:
5416         * BufferView.h:
5417         * BufferView_pimpl.C: Alert fixes
5418
5419         * Makefile.am:
5420         * tabular.C:
5421         * tabular-old.C: remove unused table compat reading
5422
5423 2003-03-29  John Levon  <levon@movementarian.org>
5424
5425         * BufferView.C:
5426         * buffer.C:
5427         * lyx_cb.h:
5428         * lyx_cb.C: more Alert cleanups
5429
5430         * lyxfunc.C: don't allow chktex if not latex document
5431
5432 2003-03-29  John Levon  <levon@movementarian.org>
5433
5434         * lyx_cb.C:
5435         * BufferView.C:
5436         * buffer.C: warnings pushed down from support/,
5437         kill err_alert
5438
5439 2003-03-29  John Levon  <levon@movementarian.org>
5440
5441         * lyxfunc.C: safety check for C-r (revert)
5442
5443 2003-03-29  John Levon  <levon@movementarian.org>
5444
5445         * bufferlist.h:
5446         * bufferlist.C: several UI fixes using Alert::prompt.
5447         Fix the pointless looping quit code. Fix stupid revert
5448         behaviour (bug 938)
5449
5450         * lyxvc.h:
5451         * lyxvc.C:
5452         * lyx_cb.C: use Alert::prompt
5453
5454         * lyx_main.C: remove a silly question
5455
5456         * lyxfunc.C: remove a couple of silly questions,
5457         use Alert::prompt
5458
5459 2003-03-28  John Levon  <levon@movementarian.org>
5460
5461         * text2.C: fix bug 974 (End on empty par)
5462
5463 2003-03-28  John Levon  <levon@movementarian.org>
5464
5465         * BufferView_pimpl.C:
5466         * LyXAction.C:
5467         * lfuns.h: remove do-nothing math greek lfuns
5468
5469 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5470
5471         * lyxgluelength.h (isValidGlueLength): add default arg on
5472         parameter 2. Remove default arg from friend in class.
5473
5474         * lyxlength.h (isValidLength): add default arg on parameter 2.
5475         Remove default arg from friend in class.
5476
5477         * text2.C (LyXText): adjust, initialize refresh_row.
5478         (init): adjust
5479         (removeRow): adjust
5480         (insertRow): adjust
5481         (insertParagraph): adjst
5482         (redoParagraphs): adjust
5483         (fullRebreak): adjust
5484         (updateCounters): adjust
5485         (deleteEmptyParagraphMechanism): first attempt at fixing a
5486         crashing bug.
5487
5488         * text.C (top_y): adjust
5489         (setHeightOfRow): adjust
5490         (getRow): adjust
5491         (getRowNearY): adjust
5492
5493         * lyxtext.h: include RowList.h
5494         (~LyXText): not needed anymore, deleted.
5495         (firstRow): modify for RowList
5496         (lastRow): new function
5497         Delete firstrow and lastrow class variables, add a Rowlist
5498         rowlist_ class variable.
5499
5500         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5501         paragraph is empty.
5502
5503         * RowList.C (insert): fix case where it == begin().
5504
5505 2003-03-26  Angus Leeming  <leeming@lyx.org>
5506
5507         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5508         the thesaurus dialog.
5509
5510 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5511
5512         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5513
5514         * RowList.[Ch]: new files
5515
5516         * ParagraphList.C (erase): handle the case where it == begin
5517         correctly.
5518
5519 2003-03-25  John Levon  <levon@movementarian.org>
5520
5521         * Makefile.am:
5522         * aspell_local.h:
5523         * aspell.C: add new aspell support
5524
5525         * lyxrc.h:
5526         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5527         have it accessible.
5528
5529 2003-03-25  Angus Leeming  <leeming@lyx.org>
5530
5531         * lfuns.h:
5532         * LyXAction.C (init): new LFUN_INSET_INSERT.
5533
5534         * BufferView_pimpl.C (dispatch): split out part of the
5535         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
5536
5537         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
5538         LFUN_INSET_APPLY.
5539
5540 2003-03-25  Angus Leeming  <leeming@lyx.org>
5541
5542         * lyxfunc.C (dispatch): changes to the Dialogs interface.
5543
5544 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
5545
5546         * text2.C:
5547         * text3.C: remove useless row->height(0)
5548
5549 2003-03-25  John Levon  <levon@movementarian.org>
5550
5551         * lyxtext.h:
5552         * text2.C:
5553         * text3.C: rename the refreshing stuff to better names
5554
5555 2003-03-24  John Levon  <levon@movementarian.org>
5556
5557         * BufferView_pimpl.h:
5558         * BufferView_pimpl.C: update layout choice on a mouse
5559         press/release
5560
5561 2003-03-23  John Levon  <levon@movementarian.org>
5562
5563         * Makefile.am: fix commandtags.h reference
5564
5565 2003-03-22  John Levon  <levon@movementarian.org>
5566
5567         * BufferView_pimpl.C:
5568         * lyxtext.h:
5569         * rowpainter.C:
5570         * rowpainter.h:
5571         * text.C:
5572         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
5573
5574 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
5575
5576         * lyxtext.h:
5577         * text.C: take the rtl methods out of line
5578
5579 2003-03-21 André Pönitz <poenitz@gmx.net>
5580
5581         * metricsinfo.[Ch]: new files containing structures to be passed around
5582         during the two-phase-drawing...
5583
5584 2003-03-21 André Pönitz <poenitz@gmx.net>
5585
5586         * lyxtextclass.C: read 'environment' tag.
5587
5588 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
5589
5590         * text2.C (removeRow): fix bug 964
5591
5592 2003-03-20  John Levon  <levon@movementarian.org>
5593
5594         * rowpainter.C:
5595         * text.C:
5596         * text2.C: paint cleanups. Inset::update() dropped font
5597         parameter
5598
5599 2003-03-19  John Levon  <levon@movementarian.org>
5600
5601         * lyxfunc.C: only fitcursor/markDirty if available()
5602
5603 2003-03-19  John Levon  <levon@movementarian.org>
5604
5605         * commandtags.h: rename to ...
5606
5607         * lfuns.h: ... this, and renumber / cleanup
5608
5609 2003-03-19  John Levon  <levon@movementarian.org>
5610
5611         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
5612         fit the cursor after an lfun
5613
5614         * BufferView.h:
5615         * BufferView.C:
5616         * BufferView_pimpl.h:
5617         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
5618
5619         * LyXAction.C: layout-character should have ReadOnly
5620
5621         * ParagraphParameters.C:
5622         * buffer.C:
5623         * bufferview_funcs.C:
5624         * lyx_cb.C:
5625         * lyxfind.C:
5626         * lyxtext.h:
5627         * text.C:
5628         * text2.C:
5629         * text3.C:
5630         * undo_funcs.C: changes from above
5631
5632 2003-03-18  John Levon  <levon@movementarian.org>
5633
5634         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
5635         remove it from update()
5636
5637         * lyxfunc.C: update layout choice after an lfun
5638
5639         * text3.C: remove extra updateLayoutChoice()s
5640
5641 2003-03-18  John Levon  <levon@movementarian.org>
5642
5643         * text.C: top_y change means full repaint, fix
5644         a drawing bug with cursor movement
5645
5646 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5647
5648         * lyxtext.h:
5649         * text.C:
5650         * text2.C: anchor row on setCursor
5651
5652 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5653
5654         * lyxtext.h: remove almost all mutable keywords
5655         * text.C:
5656         * text2.C:
5657         * text3.C: remove const keywords accordingly
5658
5659 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5660
5661         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
5662         anon namespace
5663         (TeXEnvironment): ditto
5664         (TeXOnePar): ditto
5665
5666 2003-03-17  John Levon  <levon@movementarian.org>
5667
5668         * text.C (rowBreakPoint): remove attempt to fix displayed
5669         math insets inside a manual label
5670
5671 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5672
5673         * lyxtext.h: remove BufferView* as first arg from almost all class
5674         functions.
5675         * other files: adjust.
5676
5677 2003-03-17  John Levon  <levon@movementarian.org>
5678
5679         * lyxtext.h:
5680         * undo_funcs.C:
5681         * text2.C: more paint cleanups
5682
5683         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
5684
5685         * rowpainter.h:
5686         * rowpainter.C: remove "smart" background painting code
5687
5688 2003-03-16  John Levon  <levon@movementarian.org>
5689
5690         * lyxtext.h:
5691         * text.C:
5692         * text2.C:
5693         * text3.C: add helper functions for setting refresh_row/y
5694
5695 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
5696
5697         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
5698         newline inset which *can* get inserted in the pass_thru layouts.
5699         This is primarily for literate documents.
5700
5701 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
5702
5703         * buffer.C: increment LYX_FORMAT to 223
5704
5705 2003-03-14 André Pönitz <poenitz@gmx.net>
5706
5707         * textclass.h: prepare for environment handling, ws changes
5708         * lyxlayout.C: read latexheader and latexfooter tags
5709
5710 2003-03-14  John Levon  <levon@movementarian.org>
5711
5712         * text2.C: rewrite ::status() a bit
5713
5714 2003-03-13  John Levon  <levon@movementarian.org>
5715
5716         * lyxtext.h: add some docs
5717
5718 2003-03-13  John Levon  <levon@movementarian.org>
5719
5720         * lyxtext.h:
5721         * text.C:
5722         * text2.C:
5723         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
5724
5725 2003-03-13  John Levon  <levon@movementarian.org>
5726
5727         * text3.C: fix appendix redrawing
5728
5729 2003-03-13  John Levon  <levon@movementarian.org>
5730
5731         * text.C (setHeightOfRow):
5732         * rowpainter.h:
5733         * rowpainter.C: make appendix mark have the text
5734           "Appendix" so the user knows what it is
5735
5736         * LColor.h:
5737         * LColor.C: s/appendixline/appendix/ from above
5738
5739 2003-03-13  John Levon  <levon@movementarian.org>
5740
5741         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
5742
5743         * text.C: fix a getChar(pos) bug properly
5744
5745 2003-03-13  Angus Leeming  <leeming@lyx.org>
5746
5747         * commandtags.h:
5748         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
5749         Probably only temporary. Let's see how things pan out.
5750
5751         * BufferView.C (unlockInset):
5752         * BufferView_pimpl.C (fitCursor):
5753         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
5754
5755         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
5756         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
5757
5758         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
5759         new functions that convert ParagraphParameters to and from a string.
5760
5761         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
5762         BufferView::Pimpl's dispatch.
5763         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
5764
5765 2003-03-13 André Pönitz <poenitz@gmx.net>
5766
5767         * lyxfunc.C:
5768         * text3.C:
5769         * factory.C: make it aware of InsetEnv
5770
5771 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5772
5773         * text2.C (setCursor): never ask for one past last
5774         (setCursor): add some debugging messages.
5775
5776         * text.C (singleWidth): never ask for one past last
5777         (singleWidth): ditto
5778         (leftMargin): ditto
5779         (rightMargin): ditto
5780         (rowBreakPoint): ditto
5781         (setHeightOfRow): ditto
5782         (prepareToPrint): ditto
5783
5784         * rowpainter.C (paintBackground): never ask for one past last
5785         (paintText): never ask for one past last
5786
5787         * paragraph_pimpl.C (getChar): make the assert stricter, never
5788         allow the one past last pos to be taken
5789
5790         * paragraph.C (getChar): ws changes only
5791
5792         * lyxrow.C (nextRowIsAllInset): never ask for one past last
5793         (numberOfSeparators): ditto
5794         (numberOfHfills): ditto
5795
5796 2003-03-12  John Levon  <levon@movementarian.org>
5797
5798         * author.h:
5799         * author.C:
5800         * bufferparams.h:
5801         * bufferparams.C:
5802         * paragraph_funcs.C: fix per-buffer authorlists
5803
5804 2003-03-12  John Levon  <levon@movementarian.org>
5805
5806         * text.C: fix newline in right address
5807
5808 2003-03-12  Angus Leeming  <leeming@lyx.org>
5809
5810         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
5811         duplicate those in LyXFunc::dispatch.
5812
5813         * commandtags.h:
5814         * LyXAction.C:
5815         * ToolbarDefaults.C:
5816         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
5817         Add LFUN_FONTFREE_UPDATE.
5818
5819         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
5820         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
5821
5822         * bufferview_func.[Ch]: several new functions to facilliate
5823         transfer of data to and from the character dialog.
5824
5825 2003-03-12  John Levon  <levon@movementarian.org>
5826
5827         * buffer.C:
5828         * paragraph.h:
5829         * paragraph.C:
5830         * paragraph_funcs.C:
5831         * paragraph_pimpl.C:
5832         * sgml.C:
5833         * tabular.C:
5834         * text.C:
5835         * text3.C: remove META_NEWLINE in favour of an inset
5836
5837         * rowpainter.h:
5838         * rowpainter.C: remove paintNewline (done by inset)
5839
5840 2003-03-12  John Levon  <levon@movementarian.org>
5841
5842         * paragraph_pimpl.C: complain about bad getChar()s
5843         for a while at least
5844
5845 2003-03-12  John Levon  <levon@movementarian.org>
5846
5847         * buffer.h:
5848         * buffer.C: move paragraph read into a separate function,
5849         a little renaming to reflect that.
5850
5851         * bufferparams.h:
5852         * bufferparams.C: remove the author_ids map, not necessary now
5853
5854         * factory.h:
5855         * factory.C: moved Buffer::readInset to here
5856
5857         * paragraph_funcs.h:
5858         * paragraph_funcs.C: readParagraph free function moved from
5859         buffer.C
5860
5861         * tabular.C: name change
5862
5863 2003-03-12  John Levon  <levon@movementarian.org>
5864
5865         * buffer.C:
5866         * ParagraphParameters.C: move par params input to
5867         a read() method
5868
5869         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
5870         behave like a normal read from the stream wrt reading
5871         a line vs. a \\token
5872
5873 2003-03-12  John Levon  <levon@movementarian.org>
5874
5875         * paragraph.C:
5876         * ParagraphParameters.h:
5877         * ParagraphParameters.C: move output code to a
5878         ::write() method
5879
5880 2003-03-12  John Levon  <levon@movementarian.org>
5881
5882         * BufferView.C (insertLyXFile):
5883         * buffer.h:
5884         * buffer.C:
5885         * tabular.C: use a parlist iterator for creating the
5886           document.
5887
5888 2003-03-12  John Levon  <levon@movementarian.org>
5889
5890         * buffer.C: make current_change static local not
5891           static file-scope
5892
5893 2003-03-12  John Levon  <levon@movementarian.org>
5894
5895         * buffer.C: fix insertStringAsLines for change tracking
5896
5897 2003-03-12  John Levon  <levon@movementarian.org>
5898
5899         * BufferView.C:
5900         * tabular.C:
5901         * buffer.h:
5902         * buffer.C:
5903         * bufferparams.h:
5904         * bufferparams.C: move author list into params. Rename some
5905           functions. Move the header reading into a separate token
5906           loop. Move the header token reading into BufferParams.
5907
5908 2003-03-12  John Levon  <levon@movementarian.org>
5909
5910         * changes.C: put debug inside lyxerr.debugging() checks
5911
5912 2003-03-11 André Pönitz <poenitz@gmx.net>
5913
5914         * factory.C: make it aware of InsetHFill
5915
5916 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5917
5918         * buffer.C (latexParagraphs): move function from here...
5919         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
5920         args.
5921
5922 2003-03-10  Angus Leeming  <leeming@lyx.org>
5923
5924         * LyXAction.C (init): fix bug in poplating array with multiple entries
5925         with the same LFUN (spotted by JMarc).
5926
5927 2003-03-10  John Levon  <levon@movementarian.org>
5928
5929         * text.C:
5930         * text2.C: move getColumnNearX() near its
5931         only call site
5932
5933 2003-03-10  John Levon  <levon@movementarian.org>
5934
5935         * text.C: fix break before a minipage
5936
5937 2003-03-10  John Levon  <levon@movementarian.org>
5938
5939         * text.C: fix the last commit
5940
5941 2003-03-09  John Levon  <levon@movementarian.org>
5942
5943         * lyxtext.h:
5944         * text.C:
5945         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
5946         bug 365 (don't break before insets unless needed). Don't
5947         return a value > last under any circumstances.
5948
5949 2003-03-09  Angus Leeming  <leeming@lyx.org>
5950
5951         * BufferView_pimpl.C (trackChanges, dispatch): call
5952         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
5953
5954 2003-03-09  Angus Leeming  <leeming@lyx.org>
5955
5956         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
5957         than Dialogs::showAboutlyx().
5958
5959 2003-03-09  Angus Leeming  <leeming@lyx.org>
5960
5961         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
5962         than Dialogs::showTabularCreate().
5963
5964 2003-03-09  John Levon  <levon@movementarian.org>
5965
5966         * lyxtext.h:
5967         * text.C:
5968         * text2.C: 3rd arg to nextBreakPoint was always the same.
5969           Use references.
5970
5971 2003-03-08  John Levon  <levon@movementarian.org>
5972
5973         * lyxrow.C:
5974         * paragraph.C:
5975         * paragraph.h:
5976         * rowpainter.C:
5977         * text.C:
5978         * text2.C: Remove the "main" bit from the "main body"
5979           notion.
5980
5981 2003-03-08  John Levon  <levon@movementarian.org>
5982
5983         * text.C (leftMargin): The left margin of an empty
5984         manual label paragraph should not include the label width
5985         string length.
5986
5987         * text.C (prepareToPrint): don't attempt to measure hfills
5988         for empty manual label paragraphs - the answer should be 0
5989
5990 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5991
5992         * CutAndPaste.C: remove commented code and reindent.
5993
5994 2003-03-08  John Levon  <levon@movementarian.org>
5995
5996         * lyxfunc.h:
5997         * lyxfunc.C: move reloadBuffer()
5998
5999         * BufferView.h:
6000         * BufferView.C: to here
6001
6002         * lyxvc.C: add comment
6003
6004         * vc-backend.h:
6005         * vc-backend.C: call bv->reload() to avoid
6006           getStatus() check on MENURELOAD
6007
6008 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6009
6010         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6011         to an old format .dep file.
6012
6013 2003-03-07  Angus Leeming  <leeming@lyx.org>
6014
6015         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6016         when the LFUN_MOUSE_RELEASE should have been handled by
6017         inset->localDispatch.
6018
6019 2003-03-07  Angus Leeming  <leeming@lyx.org>
6020
6021         * BufferView_pimpl.C (dispatch):
6022         * LyXAction.C (init):
6023         * ToolbarDefaults.C (init):
6024         * commandtags.h:
6025         * lyxfunc.C (getStatus):
6026         remove LFUN_INSET_GRAPHICS.
6027
6028         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6029
6030 2003-03-07  Angus Leeming  <leeming@lyx.org>
6031
6032         * commandtags.h:
6033         * LyXAction.C (init):
6034         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6035
6036         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6037
6038         * commandtags.h:
6039         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6040
6041         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6042         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6043
6044 2003-03-07  Angus Leeming  <leeming@lyx.org>
6045
6046         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6047         remove "ert".
6048
6049 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6050
6051         * ParagraphList.C (front): new function
6052         (back): implement
6053
6054 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6055
6056         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6057         and top_row_offset_. removed var first_y.
6058         * text.C (top_y):
6059         * text2.C (LyXText, removeRow):
6060         * text3.C:
6061         * BufferView_pimpl.C:
6062         use these methods instead of using first_y
6063
6064 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6065
6066         * text2.C (pasteSelection): adjust for checkPastePossible
6067
6068         * CutAndPaste.C: remove Paragraph * buf and replace with
6069         ParagraphList paragraphs.
6070         (DeleteBuffer): delete
6071         (cutSelection): change the tc type to textclass_type
6072         (copySelection): change the tc type to textclass_type
6073         (copySelection): adjust for ParagraphList
6074         (pasteSelection): change the tc type to textclass_type
6075         (pasteSelection): adjust for Paragraphlist
6076         (nrOfParagraphs): simplify for ParagraphList
6077         (checkPastePossible): simplify for ParagraphList
6078         (checkPastePossible): remove unused arg
6079
6080         * ParagraphList.C (insert): handle the case where there are no
6081         paragraphs yet.
6082
6083         * CutAndPaste.h: make CutAndPaste a namespace.
6084
6085         * text3.C (dispatch): adjust
6086
6087         * text.C (breakParagraph): add a ParagraphList as arg
6088
6089         * paragraph_funcs.C (breakParagraph): change to take a
6090         BufferParams and a ParagraphList as args.
6091         (breakParagraphConservative): ditto
6092         (mergeParagraph): ditto
6093         (TeXDeeper): add a ParagraphList arg
6094         (TeXEnvironment): ditto
6095         (TeXOnePar): ditto
6096
6097         * buffer.C (readLyXformat2): adjust
6098         (insertStringAsLines): adjust
6099         (latexParagraphs): adjust
6100
6101         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6102         (cutSelection): adjust
6103         (pasteSelection): adjust
6104
6105         * BufferView_pimpl.C (insertInset): adjust
6106
6107 2003-03-05  Angus Leeming  <leeming@lyx.org>
6108
6109         * commandtags.h:
6110         * LyXAction.C (init):
6111         * BufferView_pimpl.C (dispatch):
6112         * lyxfunc.C (getStatus):
6113         remove LFUN_CHILD_INSERT.
6114
6115         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6116
6117 2003-03-05  Angus Leeming  <leeming@lyx.org>
6118
6119         * commandtags.h:
6120         * LyXAction.C (init):
6121         * src/factory.C (createInset):
6122         * lyxfunc.C (getStatus):
6123         * text3.C (dispatch):
6124         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6125
6126         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6127
6128 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6129
6130         * ParagraphList.C (insert): handle insert right before end()
6131         (erase): fix cases where it can be first or last paragraph.
6132
6133 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6134
6135         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6136         Paragraph::next and Paragraph::previous
6137         (TeXOnePar): ditto
6138
6139         * text.C (breakParagraph): adjust
6140
6141         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6142         BufferParams& as arg.
6143         (breakParagraph): use ParagraphList::insert
6144         (breakParagraphConservative): take a Buffer* instead of a
6145         BufferParams& as arg.
6146         (breakParagraphConservative): use ParagraphList::insert.
6147
6148         * buffer.C (insertStringAsLines): un-const it
6149         (insertStringAsLines): adjust
6150
6151         * ParagraphList.C (insert): new function
6152
6153         * CutAndPaste.C (pasteSelection): adjust
6154
6155         * text.C (backspace): adjust
6156
6157         * tabular.C (SetMultiColumn): adjust
6158
6159         * CutAndPaste.C (cutSelection): adjust
6160         (pasteSelection): adjust
6161
6162         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6163         Buffer const * as arg
6164
6165         * ParagraphList.C (erase): new function
6166         * paragraph_funcs.C (mergeParagraph): use it
6167         (mergeParagraph): make it take a Buffer* instead of a
6168         BufferParams* as arg
6169
6170         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6171         as arg
6172         (breakParagraphConservative): ditto
6173
6174         * paragraph.h: remove the breakParagraph friend
6175
6176         * paragraph.C (eraseIntern): new function
6177         (setChange): new function
6178
6179         * paragraph_funcs.C (mergeParagraph): make it take a
6180         ParagraphList::iterator instead of a Paragraph *, adjust
6181         accordingly.
6182
6183         * paragraph.h: move an #endif so that the change tracking stuff
6184         also works in the NO_NEXT case.
6185
6186 2003-03-04  Angus Leeming  <leeming@lyx.org>
6187
6188         * commandtags.h:
6189         * LyXAction.C: new LFUN_INSET_MODIFY.
6190
6191         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6192         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6193
6194 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6195
6196         * several files: ws changes only
6197
6198         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6199         (TeXEnvironment): ditto
6200         (TeXDeeper): ditto
6201
6202         * buffer.C (makeLaTeXFile): adjust
6203         (latexParagraphs): make it take ParagraphList::iterator as args
6204
6205 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6206
6207         * buffer.C (latexParagraphs): adjust
6208
6209         * paragraph.C (TeXOnePar): move function...
6210         (optArgInset): move function...
6211         (TeXEnvironment): move function...
6212         * paragraph_pimpl.C (TeXDeeper): move function...
6213         * paragraph_funcs.C: ...here
6214
6215         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6216
6217 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6218
6219         * buffer.C (readInset): remove compability code for old Figure and
6220         InsetInfo insets
6221
6222 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6223
6224         * buffer.C: ws changes
6225         (readInset):
6226
6227         * BufferView_pimpl.C: ditto
6228         * author.C: ditto
6229         * buffer.h: ditto
6230         * bufferlist.h: ditto
6231         * changes.h: ditto
6232         * lyxfunc.C: ditto
6233
6234 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6235
6236         * converter.[Ch]: split into itself +
6237         * graph.[Ch]
6238         * format.[Ch]
6239         * Makefile.am: += graph.[Ch] + format.[Ch]
6240         * MenuBackend.C
6241         * buffer.C
6242         * exporter.C
6243         * importer.C
6244         * lyx_main.C
6245         * lyxfunc.C
6246         * lyxrc.C: added #include "format.h"
6247
6248 2003-02-27  Angus Leeming  <leeming@lyx.org>
6249
6250         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6251           a label.
6252
6253         * factory.C (createInset): add "label" to the factory.
6254
6255         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6256           string and do no more.
6257
6258 2003-02-27  Angus Leeming  <leeming@lyx.org>
6259
6260         * commandtags.h:
6261         * LyXAction.C (init):
6262         * factory.C (createInset):
6263         * BufferView_pimpl.C (dispatch):
6264           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6265
6266         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6267
6268         * lyxfunc.C (dispatch):
6269         * text3.C (dispatch): pass name to params2string.
6270
6271 2003-02-26  Angus Leeming  <leeming@lyx.org>
6272
6273         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6274           blocks together.
6275           Rearrange the ~includes. Strip out the unnecessary ones.
6276
6277         * factory.C (createInset): reformat.
6278           create new insets for the various LFUN_XYZ_APPLY lfuns.
6279
6280 2003-02-26  John Levon  <levon@movementarian.org>
6281
6282         * lyxrow.h:
6283         * lyxrow.C: add isParStart,isParEnd helpers
6284
6285         * paragraph.h: make isInserted/DeletedText take refs
6286
6287         * paragraph_funcs.h:
6288         * paragraph_funcs.C: remove #if 0'd code
6289
6290         * lyxtext.h:
6291         * text3.C:
6292         * text2.C:
6293         * text.C: use lyxrow helpers above.
6294           Move draw and paint routines to RowPainter.
6295           Make several methods use refs not pointers.
6296           Make backgroundColor() const.
6297           Add markChangeInDraw(), isInInset().
6298           Merge changeRegionCase into changeCase.
6299           Make workWidth() shouldn't-happen code into an Assert.
6300
6301         * rowpainter.h:
6302         * rowpainter.C: new class for painting a row.
6303
6304         * vspace.h:
6305         * vspace.C: make inPixels take a ref
6306
6307 2003-02-26  Angus Leeming  <leeming@lyx.org>
6308
6309         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6310         LFUN_REF_APPLY.
6311
6312 2003-02-25  John Levon  <levon@movementarian.org>
6313
6314         * ispell.C: give the forked command a more accurate name
6315
6316 2003-02-22  John Levon  <levon@movementarian.org>
6317
6318         * toc.h:
6319         * toc.C: make TocItem store an id not a Paragraph *
6320           (bug #913)
6321
6322 2003-02-21  Angus Leeming  <leeming@lyx.org>
6323
6324         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6325           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6326           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6327           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6328           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6329           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6330
6331         * BufferView_pimpl.C (dispatch):
6332         * LyXAction.C (init):
6333         * factory.C (createInset):
6334         * lyxfunc.C (getStatus, dispatch):
6335         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6336
6337 2003-02-21  Angus Leeming  <leeming@lyx.org>
6338
6339         * BufferView_pimpl.C (MenuInsertLyXFile):
6340         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6341         * lyxfunc.C (menuNew, open, doImport):
6342           no longer pass a LyXView & to fileDlg.
6343
6344 2003-02-21  Angus Leeming  <leeming@lyx.org>
6345
6346         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6347         * LyXAction.C: change, BIBKEY to BIBITEM.
6348         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6349         Change InsetBibKey to InsetBibitem.
6350         Change BIBKEY_CODE to BIBITEM_CODE.
6351         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6352         * factory.C: replace insetbib.h with insetbibitem.h.
6353         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6354         * paragraph.C: replace insetbib.h with insetbibitem.h.
6355         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6356         Change bibkey() to bibitem().
6357         * text.C: remove insetbib.h.
6358         * text2.C: replace insetbib.h with insetbibitem.h.
6359         change bibkey() to bibitem().
6360         * text3.C: remove insetbib.h.
6361         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6362
6363 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6364
6365         * lyxrc.C (output): enclose user email in quotes (in case there are
6366         several words)
6367
6368 2003-02-18  John Levon  <levon@movementarian.org>
6369
6370         * buffer.h: add std::
6371
6372 2003-02-17  John Levon  <levon@movementarian.org>
6373
6374         * SpellBase.h:
6375         * ispell.h:
6376         * ispell.C:
6377         * pspell.h:
6378         * pspell.C: reworking. Especially in ispell, a large
6379           number of clean ups and bug fixes.
6380
6381         * lyxfunc.C: fix revert to behave sensibly
6382
6383 2003-02-17 André Pönitz <poenitz@gmx.net>
6384
6385         * LyXAction.C:
6386         * commandtags.h: new LFUN_INSERT_BIBKEY
6387
6388         * layout.h:
6389         * lyxlayout.C:
6390         * buffer.C:
6391         * factory.C:
6392         * text.C:
6393         * text2.C:
6394         * text3.C:
6395         * paragraph.[Ch]:
6396         * paragraph_func.C: remove special bibkey handling
6397
6398 2003-02-17  John Levon  <levon@movementarian.org>
6399
6400         * text.C (Delete): fix case where delete at the end of
6401           the very first paragraph would not merge the pars
6402
6403 2003-02-17  John Levon  <levon@movementarian.org>
6404
6405         * lyxrow.C: fix lastPrintablePos()
6406
6407 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6408
6409         * bufferparams.C (writeLaTeX): add a std:here
6410
6411         * buffer.C: and remove a using directive there
6412
6413 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6414
6415         * buffer.C (makeLaTeXFile): move the code that generates the
6416           preamble...
6417
6418         * bufferparams.C (writeLaTeX): ... in this new method
6419
6420         * LaTeXFeatures.C (getEncodingSet): make const
6421           (getLanguages): make const
6422
6423         * MenuBackend.C (binding): returns the binding associated to this
6424           action
6425           (add): sets the status of each item by calling getStatus. Adds
6426           some intelligence.
6427           (read): add support for OptSubMenu
6428           (expand): remove extra separator at the end of expanded menu
6429
6430 2003-02-15  John Levon  <levon@movementarian.org>
6431
6432         * BufferView.C:
6433         * BufferView_pimpl.C:
6434         * bufferlist.h:
6435         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6436           inset code that had no actual effect. Remove unneeded status
6437           code.
6438
6439 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6440
6441         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6442           in preamble
6443
6444 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6445
6446         * text.C (drawLengthMarker): also draw an arrow marker for
6447           symbolic lengths (medskip...)
6448
6449 2003-02-14  John Levon  <levon@movementarian.org>
6450
6451         * tabular.h:
6452         * tabular.C: better method names
6453
6454 2003-02-14  John Levon  <levon@movementarian.org>
6455
6456         * BufferView_pimpl.C:
6457         * bufferlist.C:
6458         * buffer.C:
6459         * converter.C:
6460         * lyx_cb.C:
6461         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6462           it's a more accurate name. Remove some pointless uses.
6463
6464 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6465
6466         * text2.C (LyXText): change order of initilizers to shut off
6467           warnings
6468
6469 2003-02-14  John Levon  <levon@movementarian.org>
6470
6471         * buffer.C: use ParIterator for getParFromID()
6472
6473         * paragraph.h:
6474         * paragraph.C:
6475         * paragraph_pimpl.h:
6476         * paragraph_pimpl.C: remove unused getParFromID()
6477
6478 2003-02-14  John Levon  <levon@movementarian.org>
6479
6480         * buffer.C: remove some very old #if 0'd parse code
6481
6482 2003-02-13  John Levon  <levon@movementarian.org>
6483
6484         * text.h:
6485         * text.C:
6486         * text2.C: move hfillExpansion(), numberOfSeparators(),
6487           rowLast(), rowLastPrintable(), numberofHfills(),
6488           numberOfLabelHfills() ...
6489
6490         * lyxrow.h:
6491         * lyxrow.C: ... to member functions here.
6492
6493         * paragraph.h:
6494         * paragraph.C:
6495         * lyxtext.h:
6496         * text.C: remove LyXText::beginningOfMainBody(), and call
6497           p->beginningOfMainBody() directly. Move the check for
6498           LABEL_MANUAL into the latter.
6499
6500         * text.h:
6501         * text.C:
6502         * text2.C:
6503         * vspace.C:
6504         * BufferView.h:
6505         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6506
6507         * text.h:
6508         * text.C:
6509         * text2.C:
6510         * text3.C:
6511         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6512           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6513
6514 2003-02-13  John Levon  <levon@movementarian.org>
6515
6516         * CutAndPaste.C: remove debug
6517
6518 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6519
6520         * paragraph.C (asString): remove two unused variables
6521
6522         * lyxtextclass.C (readTitleType):
6523           (Read):
6524           (LyXTextClass): handle new members titletype_ and titlename_
6525
6526         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6527
6528 2003-02-09  John Levon  <levon@movementarian.org>
6529
6530         * buffer.h:
6531         * buffer.C: replace hand-coded list with a map for the dep clean
6532
6533 2003-02-08  John Levon  <levon@movementarian.org>
6534
6535         * LaTeX.C: consolidate code into showRunMessage() helper
6536
6537 2003-02-08  John Levon  <levon@movementarian.org>
6538
6539         * lyxfind.C:
6540         * lyxtext.h:
6541         * text2.C:
6542         * BufferView.C: change setSelectionOverString() to setSelectionRange()
6543           and pass the size in explicitly
6544
6545         * BufferView_pimpl.h:
6546         * BufferView_pimpl.C:
6547         * BufferView.h:
6548         * BufferView.C: add getCurrentChange()
6549
6550         * BufferView_pimpl.h:
6551         * BufferView_pimpl.C: handle change lfuns
6552
6553         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
6554           for changes. Mark pasted paragraphs as new.
6555
6556         * support/lyxtime.h:
6557         * support/lyxtime.C:
6558         * DepTable.C: abstract time_t as lyx::time_type
6559
6560         * LColor.h:
6561         * LColor.C: add colours for new text, deleted text, changebars
6562
6563         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
6564           package use "usenames" option.
6565
6566         * commandtags.h:
6567         * lyxfunc.C:
6568         * LyXAction.C: add change lfuns
6569
6570         * Makefile.am:
6571         * author.h:
6572         * author.C: author handling
6573
6574         * buffer.h:
6575         * buffer.C: add a per-buffer author list, with first entry as
6576           current author. Handle new .lyx tokens for change tracking. Output
6577           author list to .lyx file. Output dvipost stuff to .tex preamble.
6578           Bump lyx format to 222.
6579
6580         * bufferlist.h:
6581         * bufferlist.C: add setCurrentAuthor() to reset current author details
6582           in all buffers.
6583
6584         * bufferparams.h:
6585         * bufferparams.C: add param for tracking
6586
6587         * bufferview_funcs.C: output change info in minibuffer
6588
6589         * Makefile.am:
6590         * changes.h:
6591         * changes.C: add change-tracking structure
6592
6593         * debug.h:
6594         * debug.C: add CHANGES debug flag
6595
6596         * lyxfind.h:
6597         * lyxfind.C: add code for finding the next change piece
6598
6599         * lyxrc.h:
6600         * lyxrc.C: add user_name and user_email
6601
6602         * lyxrow.h:
6603         * lyxrow.C: add a metric for the top of the text line
6604
6605         * lyxtext.h:
6606         * text.C: implement accept/rejectChange()
6607
6608         * lyxtext.h:
6609         * text.C: paint changebars. Paint new/deleted text in the chosen
6610         colours. Strike through deleted text.
6611
6612         * paragraph.h:
6613         * paragraph.C:
6614         * paragraph_pimpl.h:
6615         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
6616           in the current change to the insert functions. Rework erase to
6617           mark text as deleted, adding an eraseIntern() and a range-based
6618           erase(). Implement per-paragraph change lookup and
6619           accept/reject.
6620
6621         * paragraph_funcs.C: Fixup paste for change tracking.
6622
6623         * tabular.C: mark added row/columns as new.
6624
6625         * text.C: fix rowLast() to never return -1. Don't allow
6626           spellchecking of deleted text. Track transpose changes. Don't
6627           allow paragraph break or merge where appropriate.
6628
6629         * text2.C: leave cursor at end of selection after a cut.
6630
6631 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6632
6633         * text.C (getLengthMarkerHeight):
6634         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
6635         visible on screen too.
6636
6637 2003-02-07  John Levon  <levon@movementarian.org>
6638
6639         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
6640
6641 2003-02-05  Angus Leeming  <leeming@lyx.org>
6642
6643         * lyxserver.C (read_ready): revert my patch of 11 September last year
6644         as it sends PC cpu through the roof. Presumably this means that
6645         the lyxserver will no longer run on an Alpha...
6646
6647 2003-01-30  Angus Leeming  <leeming@lyx.org>
6648
6649         * factory.C (createInset): create an InsetCommandParam of type "index"
6650         and use it to 'do the right thing'.
6651
6652         * text2.C (getStringToIndex): ensure that cursor position is always
6653         reset to the reset_cursor position.
6654
6655 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6656
6657         * lyxfunc.C (getStatus): "buffer-export custom" should never be
6658         disabled.
6659
6660 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
6661
6662         * bufferview.C:
6663         * lyxcb.C:
6664         * lyxfunc.C: Output messages with identical spelling, punctuation,
6665         and spaces
6666
6667 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
6668
6669         * MenuBackend.C (expandFormats): List only viewable export formats
6670         in "View" menu
6671
6672         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
6673         message
6674
6675         * lyxfunc.C (getStatus): Make sure that formats other than
6676         "fax" can also be disabled
6677
6678 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6679
6680         * text3.C (dispatch): put the lfuns that insert insets in 3
6681         groups, and call doInsertInset with appropriate arguments.
6682         (doInsertInset): new function, that creates an inset and inserts
6683         it according to some boolean parameters.
6684
6685 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6686
6687         * buffer.C (readFile): remember to pass on 'par' when calling
6688         readFile recursively.
6689
6690 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6691
6692         * MenuBackend.C (expandFormats): add "..." to import formats.
6693
6694 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6695
6696         * paragraph.C (asString): Remove XForms RTL hacks.
6697
6698 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
6699         * buffer.C: fix typo
6700
6701 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6702
6703         * Makefile.am (LIBS): delete var
6704         (lyx_LDADD): add @LIBS@ here instead.
6705
6706 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
6707
6708         * Clarify the meaning of "wheel mouse jump"
6709
6710 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6711
6712         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
6713         tabular in a float
6714
6715 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6716
6717         * importer.C (Loaders): do not preallocate 3 elements in the
6718         vector, since one ends up with 6 elements otherwise
6719
6720 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6721
6722         * DepTable.C (write): write the file name as last element of the
6723         .dep file (because it may contain spaces)
6724         (read): read info in the right order
6725
6726 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6727
6728         * paragraph_pimpl.C (simpleTeXBlanks):
6729         (simpleTeXSpecialChars):
6730         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
6731
6732         * tabular.C (latex): add some missing case statements. Reindent.
6733
6734         * MenuBackend.C (expandToc): remove unused variable.
6735
6736 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
6737
6738         * LColor.C:
6739         * LaTeX.C:
6740         * LyXAction.C:
6741         * MenuBackend.C:
6742         * buffer.C:
6743         * exporter.C:
6744         * lyxfunc.C:
6745         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
6746         and the like.
6747
6748 2003-01-05  John Levon  <levon@movementarian.org>
6749
6750         * BufferView.h:
6751         * BufferView.C: add getEncoding()
6752
6753         * kbsequence.h:
6754         * kbsequence.C: do not store last keypress
6755
6756         * lyxfunc.h:
6757         * lyxfunc.C: store last keypress here instead. Pass encoding
6758           to getISOEncoded()
6759
6760 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6761
6762         * lyx_main.C (init): remove annoying error message when following
6763         symbolic links (bug #780)
6764
6765 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6766
6767         * text.C (insertChar):
6768         * lyxrc.C (getDescription): remove extra spaces
6769
6770 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6771
6772         * lyxrc.C (getDescription): remove extra spaces
6773
6774 2002-12-20  John Levon  <levon@movementarian.org>
6775
6776         * text3.C: hack fix for page up/down across tall rows
6777
6778 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6779
6780         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
6781         not been invoked
6782
6783 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6784
6785         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
6786         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
6787         thesaurus is not compiled in
6788
6789 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
6790
6791         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
6792
6793 2002-12-16  Angus Leeming  <leeming@lyx.org>
6794
6795         * lyxrc.[Ch]:
6796         * lyx_main.C (init): remove override_x_deadkeys stuff.
6797
6798 2002-12-12  John Levon  <levon@movementarian.org>
6799
6800         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
6801           insert. Only remove shift modifier under strict
6802           circumstances.
6803
6804 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6805
6806         * MenuBackend.C (expandToc): fix crash.
6807
6808 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6809
6810         * MenuBackend.C (expandToc): gettext on float names.
6811
6812 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6813
6814         * lyxlength.[Ch]: set default unit to UNIT_NONE,
6815         implement bool empty() [bug 490]
6816
6817 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6818
6819         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
6820
6821 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6822
6823         * several files: ws changes
6824
6825 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6826
6827         * text2.C (setCounter): clean up a bit, use boost.format.
6828         (updateCounters): initialize par upon declaration.
6829
6830         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
6831         if the layout exists. We do not just store the layout any more.
6832         (SwitchLayoutsBetweenClasses): use boost.format
6833
6834 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6835
6836         * converter.C (convert): if from and to files are the same, use a
6837         temporary files as intermediary
6838
6839 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6840
6841         * commandtags.h:
6842         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
6843
6844 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
6845
6846         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
6847
6848 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6849
6850         * tabular.C (asciiPrintCell): use string(size, char) instead of
6851         explicit loop.
6852
6853         * sgml.C (openTag): fix order of arguments to string constructor
6854         (closeTag): ditto
6855
6856         * lyxfunc.C (dispatch): use boost.format
6857
6858         * lots of files: change "c" -> 'c'
6859
6860 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
6861
6862         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
6863
6864 2002-11-25  Angus Leeming  <leeming@lyx.org>
6865
6866         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
6867
6868         * lyx_main.C (init): compile fix.
6869
6870 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6871
6872         * lyx_cb.C (start): boost.formatify
6873         do not include <iostream>
6874
6875         * lengthcommon.C: ws only
6876
6877         * boost-inst.C,BoostFormat.h: add more explict instantations
6878
6879 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6880
6881         * lots of files: handle USE_BOOST_FORMAT
6882
6883 2002-11-21  John Levon  <levon@movementarian.org>
6884
6885         * pspell.C: fix compile
6886
6887 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6888
6889         * lyxfunc.C (dispatch): use boost::format
6890         (open): ditto
6891         (doImport): ditto
6892
6893         * lyxfont.C (stateText): use boost::format
6894
6895         * lyx_main.C (LyX): use boost::format
6896         (init): ditto
6897         (queryUserLyXDir): ditto
6898         (readRcFile): ditto
6899         (parse_dbg): ditto
6900         (typedef boost::function): use the recommened syntax.
6901
6902         * importer.C (Import): use boost::format
6903
6904         * debug.C (showLevel): use boost::format
6905
6906         * converter.C (view): use boost::format
6907         (convert): ditto
6908         (move): ditto
6909         (scanLog): ditto
6910
6911         * bufferview_funcs.C (currentState): use boost::format
6912
6913         * bufferlist.C (emergencyWrite): use boost::format
6914
6915         * buffer.C (readLyXformat2): use boost::format
6916         (parseSingleLyXformat2Token): ditto
6917
6918         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
6919
6920         * LaTeX.C (run): use boost::format
6921
6922         * Chktex.C (scanLogFile): use boost::format
6923
6924         * BufferView_pimpl.C (savePosition): use boost::format
6925         (restorePosition): ditto
6926         (MenuInsertLyXFile): ditto
6927
6928         * BoostFormat.h: help file for explicit instation.
6929
6930 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
6931
6932         * tabular.C (latex): Support for block alignment in fixed width
6933         columns.
6934
6935 2002-11-17  John Levon  <levon@movementarian.org>
6936
6937         * BufferView_pimpl.C:
6938         * lyx_cb.C:
6939         * lyxfunc.C: split filedialog into open/save
6940
6941 2002-11-08  Juergen Vigna  <jug@sad.it>
6942
6943         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
6944         by my last patch (hopefully).
6945
6946 2002-11-08  John Levon  <levon@movementarian.org>
6947
6948         * iterators.h:
6949         * iterators.C:
6950         * buffer.h:
6951         * buffer.C:
6952         * paragraph.h:
6953         * paragraph.C:
6954         * toc.h:
6955         * toc.C: ParConstIterator, and use it (from Lars)
6956
6957 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
6958
6959         * lyxtextclass.[Ch]: revise and add doxygen comments
6960
6961 2002-11-07  John Levon  <levon@movementarian.org>
6962
6963         * text.C: fix progress value for spellchecker
6964
6965         * toc.C: fix navigate menu for insetwrap inside minipage
6966
6967         * paragraph_funcs.C: added FIXME for suspect code
6968
6969 2002-11-07  John Levon  <levon@movementarian.org>
6970
6971         * BufferView_pimpl.C: fix redrawing of insets
6972           on buffer switch
6973
6974 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6975
6976         * text2.C (updateCounters): fix bug 668
6977
6978 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
6979
6980         * text3.C (dispatch): Do not make the buffer dirty when moving the
6981         cursor.
6982
6983 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6984
6985         * vc-backend.C: STRCONV
6986         (scanMaster): ditto
6987
6988         * text2.C (setCounter): STRCONV
6989
6990         * paragraph.C (asString): STRCONV
6991
6992         * lyxlength.C (asString): STRCONV
6993         (asLatexString): ditto
6994
6995         * lyxgluelength.C (asString): STRCONV
6996         (asLatexString): ditto
6997
6998         * lyxfunc.C (dispatch): STRCONV
6999         (open): ditto
7000
7001         * lyxfont.C (stateText): STRCONV
7002
7003         * importer.C (Import): STRCONV
7004
7005         * counters.C (labelItem): STRCONV
7006         (numberLabel): ditto
7007         (numberLabel): remove unused ostringstream o
7008
7009         * chset.C: STRCONV
7010         (loadFile): ditto
7011
7012         * bufferview_funcs.C (currentState): STRCONV
7013
7014         * buffer.C (readFile): STRCONV
7015         (asciiParagraph): ditto
7016         (makeLaTeXFile): ditto
7017
7018         * Spacing.C (writeEnvirBegin): STRCONV
7019
7020         * LaTeXFeatures.C (getLanguages): STRCONV
7021         (getPackages): ditto
7022         (getMacros): ditto
7023         (getBabelOptions): ditto
7024         (getTClassPreamble): ditto
7025         (getLyXSGMLEntities): ditto
7026         (getIncludedFiles): ditto
7027
7028         * LaTeX.C: STRCONV
7029         (run): ditto
7030         (scanAuxFile): ditto
7031         (deplog): ditto
7032
7033         * LString.h: add the STRCONV macros
7034
7035         * BufferView_pimpl.C (savePosition): STRCONV
7036         (restorePosition): ditto
7037         (MenuInsertLyXFile): ditto
7038
7039         * vc-backend.C (scanMaster): change from submatch[...] to
7040         submatch.str(...)
7041
7042         * funcrequest.C: include config.h
7043
7044         * factory.C: include config.h
7045
7046         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7047
7048         * box.C: include config.h
7049
7050         * LaTeX.C (scanAuxFile): change from submatch[...] to
7051         submatch.str(...)
7052         (deplog): ditto
7053
7054 2002-10-25  Angus Leeming  <leeming@lyx.org>
7055
7056         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7057
7058         * ispell.[Ch] (setError): new method.
7059         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7060         Use setError() insetead of goto END.
7061
7062         * lyx_cb.C (AutoSave): move out child process into new class
7063         AutoSaveBuffer.
7064
7065 2002-10-30  John Levon  <levon@movementarian.org>
7066
7067         * text3.C: make start appendix undoable
7068
7069 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7070
7071         * lyxlength.C (inPixels): Fix returned value.
7072
7073         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7074         environment.
7075
7076 2002-10-24  Angus Leeming  <leeming@lyx.org>
7077
7078         * lyxgluelength.h: no need to forward declare BufferParams
7079         or BufferView, so don't.
7080
7081 2002-10-21  John Levon  <levon@movementarian.org>
7082
7083         * BufferView.C: menuUndo ->undo, redo
7084
7085         * BufferView.h: document, remove dead, make some methods private
7086
7087         * paragraph_funcs.h:
7088         * paragraph_funcs.C:
7089         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7090
7091         * buffer.h:
7092         * buffer.C:
7093         * sgml.h:
7094         * sgml.C: move sgml open/close tag into sgml.C
7095
7096         * bufferview_funcs.h: unused prototype
7097
7098         * lyxfunc.h:
7099         * lyxfunc.C: remove unused
7100
7101         * lyxtext.h:
7102         * text.C: remove unused
7103
7104 2002-10-21  John Levon  <levon@movementarian.org>
7105
7106         * BufferView.h:
7107         * BufferView.C:
7108         * BufferView_pimpl.h:
7109         * BufferView_pimpl.C: fix mouse wheel handling based on
7110           patch from Darren Freeman
7111
7112 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7113
7114         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7115
7116 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7117
7118         * lyxlength.C (inPixels): Fix hanfling of negative length.
7119         Fix LyXLength::MU case.
7120
7121 2002-10-16  John Levon  <levon@movementarian.org>
7122
7123         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7124
7125 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7126
7127         * converter.C (view): add support for $$i (file name) and $$p
7128         (file path) for the viewer command. If $$i is not specified, then
7129         it is appended to the command (for compatibility with old syntax)
7130
7131 2002-10-14  Juergen Vigna  <jug@sad.it>
7132
7133         * undo_funcs.C (textHandleUndo): alter the order in which the
7134         new undopar is added to the LyXText, as we have to set first
7135         the right prev/next and then add it as otherwise the rebuild of
7136         LyXText is not correct. Also reset the cursor to the right paragraph,
7137         with this IMO we could remove the hack in "redoParagraphs()".
7138
7139 2002-10-09  Angus Leeming  <leeming@lyx.org>
7140
7141         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7142         to turn off an optimisation if a new inset is to be inserted.
7143
7144 2002-10-11 André Pönitz <poenitz@gmx.net>
7145
7146         * lyxtext.h: make some functions public to allow access
7147         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7148
7149 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7150
7151         * text3.C (dispatch): when changing layout, avoid an infinite loop
7152         [bug #652]
7153
7154 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7155
7156         * lyxrc.C (read): treat a viewer or converter command of "none" as
7157         if it were empty.
7158
7159         * MenuBackend.C (expandFormats): for an update, also allow the
7160         formats that are not viewable
7161
7162         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7163         script if it is newer than the lyxrc.defaults in user directory
7164
7165 2002-10-07 André Pönitz <poenitz@gmx.net>
7166
7167         * text.C: Vitaly Lipatov's small i18n fix
7168
7169 2002-09-25  Angus Leeming  <leeming@lyx.org>
7170
7171         * ispell.h: doxygen fix.
7172
7173 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7174
7175         * buffer.h (readFile): Add a new argument to the method, to allow
7176         reading of old-format templates.
7177
7178 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7179
7180         * toc.C (getTocList): Get TOC from InsetWrap.
7181
7182 2002-09-16  John Levon  <levon@movementarian.org>
7183
7184         * lyxfunc.C: check tabular for cut/copy too
7185
7186 2002-09-12  John Levon  <levon@movementarian.org>
7187
7188         * LyXAction.C: tidy
7189
7190         * factory.h:
7191         * factory.C: add header
7192
7193         * paragraph_funcs.h:
7194         * paragraph_funcs.C: cleanup
7195
7196 2002-09-11  John Levon  <levon@movementarian.org>
7197
7198         * PrinterParams.h: odd/even default to true
7199
7200 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7201
7202         * PrinterParams.h: update printer parameters for new xforms dialog
7203
7204 2002-09-11  Angus Leeming  <leeming@lyx.org>
7205
7206         * lyxserver.C (read_ready): re-write to make it more transparent
7207         and to make it work in coherent fashion under Tru64 Unix.
7208
7209 2002-09-11  André Pönitz <poenitz@gmx.net>
7210
7211         * commandtags.h:
7212         * LyXAction.C:
7213         * text3.C: implement LFUN_WORDSEL
7214
7215 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7216
7217         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7218         make floatlist_ a boost::shared_ptr<FloatList>
7219
7220         * lyxtextclass.C: include FloatList.h
7221         (LyXTextClass): initialize floatlist_
7222         (TextClassTags): add TC_NOFLOAT
7223         (Read): match "nofloat" to TC_NOFLOAT and use it.
7224         (readFloat): modify call to floatlist_
7225         (floats): ditto
7226         (floats): ditto
7227
7228         * FloatList.[Ch] (FloatList): remove commented out float
7229         initialization.
7230         (erase): new function
7231
7232 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7233
7234         * MenuBackend.C (expandToc): fix crash when there is no document
7235         open
7236
7237 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7238
7239         * many files: Add insetwrap.
7240
7241 2002-09-09  John Levon  <levon@movementarian.org>
7242
7243         * text2.C: remove confusing and awkward depth wraparound
7244
7245 2002-09-09  John Levon  <levon@movementarian.org>
7246
7247         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7248
7249         * buffer.h:
7250         * buffer.C: remove getIncludeonlyList()
7251
7252         * paragraph.C:
7253         * lyxfunc.C: remove headers
7254
7255 2002-09-09  Juergen Vigna  <jug@sad.it>
7256
7257         * text.C (getColumnNearX): fix form Michael this is most
7258         probably a cut&paste bug.
7259
7260 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7261
7262         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7263
7264         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7265         references, ws changes.
7266
7267         * text2.C (init): update counters after init
7268         (insertParagraph): no need to set counter on idividual paragraphs.
7269         (setCounter): access the counters object in the textclass object
7270         on in the buffer object.
7271         (updateCounters): ditto
7272
7273         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7274         shared_ptr<Counters> to avoid loading counters.h in all
7275         compilation units.
7276         (LyXTextClass): initialize ctrs_
7277         (TextClassTags): add TC_COUNTER, and ...
7278         (Read): use it here.
7279         (CounterTags): new tags
7280         (readCounter): new function
7281         (counters): new funtion
7282         (defaultLayoutName): return a const reference
7283
7284         * counters.C (Counters): remove contructor
7285         (newCounter): remove a couple of unneeded statements.
7286         (newCounter): simplify a bit.
7287         (numberLabel): some small formatting changes.
7288
7289         * buffer.[Ch]: remove all traces of counters, move the Counters
7290         object to the LyXTextClass.
7291
7292 2002-09-06  Alain Castera  <castera@in2p3.fr>
7293
7294         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7295         package to set the horizontal alignment on fixed width columns.
7296
7297         * lyx_sty.C:
7298         * lyx_sty.h: added tabularnewline macro def.
7299
7300         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7301
7302 2002-09-06  John Levon  <levon@movementarian.org>
7303
7304         * LyXAction.C: tooltips for sub/superscript
7305
7306         * MenuBackend.C: a bit more verbose
7307
7308         * lyxfunc.C: tiny clean
7309
7310         * undo_funcs.C: document undo_frozen
7311
7312 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7313
7314         * counters.C (Counters): add missing algorithm counter.
7315
7316         * text2.C (setCounter): lookup the counter with layouts latexname
7317         instead of by section number.
7318         (setCounter): use a hackish way to lookup the correct enum
7319         counter.
7320         a float name->type change
7321         reset enum couners with counter name directly instead of depth value.
7322
7323         * counters.C (Counters): remove the push_backs, change to use the
7324         float type not the float name.
7325         (labelItem): remove unused string, float name->type change
7326
7327         * counters.h: don't include vector, loose the enums and sects vectors
7328
7329 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7330
7331         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7332         (Read): add float->TC_FLOAT to textclassTags
7333         (Read): and handle it in the switch
7334         (readFloat): new function
7335
7336         * FloatList.C (FloatList): comment out the hardcoded float
7337         definitions.
7338
7339         * lyxlayout.h: ws change.
7340
7341 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7342
7343         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7344
7345 2002-09-03  Angus Leeming  <leeming@lyx.org>
7346
7347         * BufferView_pimpl.h: qualified name is not allowed in member
7348         declaration: WorkArea & Pimpl::workarea() const;
7349
7350         * factory.C: added using std::endl directive.
7351
7352         * text3.C: added using std::find and std::vector directives.
7353
7354 2002-08-29  André Pönitz <poenitz@gmx.net>
7355
7356         * lyxtext.h:
7357         * text2.C: remove unused member number_of_rows
7358
7359         * Makefile.am:
7360         * BufferView2.C: remove file, move contents to...
7361         * BufferView.C: ... here
7362
7363         * BufferView_pimpl.C:
7364         * factory.C: move more inset creation to factory
7365
7366         * vspace.C: avoid direct usage of LyXText, ws changes
7367
7368         * BufferView.[Ch]:
7369                 don't provide direct access to WorkArea, use two simple
7370                 acessors haveSelction() and workHeight() instead
7371
7372
7373 2002-08-29  John Levon  <levon@movementarian.org>
7374
7375         * BufferView_pimpl.C (dispatch): do not continue when
7376           no buffer
7377
7378 2002-08-28  André Pönitz <poenitz@gmx.net>
7379
7380         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7381
7382         * BufferView.h:
7383         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7384
7385 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7386
7387         * buffer.C: increment LYX_FORMAT to 221
7388
7389         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7390         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7391
7392         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7393
7394         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7395
7396 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7397
7398         * factory.C (createInset): use LyXTextClass::floats
7399
7400         * MenuBackend.C (expandFloatListInsert):
7401         (expandFloatInsert):
7402         (expandToc):
7403
7404         * text2.C (setCounter):
7405
7406         * LaTeXFeatures.C (useFloat):
7407         (getFloatDefinitions):
7408
7409         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7410
7411         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7412         floatlist_, with accessor floats().
7413
7414         * FloatList.h: remove global FloatList
7415
7416 2002-08-26  André Pönitz <poenitz@gmx.net>
7417
7418         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7419
7420         * BufferView.h:
7421         * BufferView2.C:
7422         * BufferView_pimpl.C:
7423         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7424
7425 2002-08-25  John Levon  <levon@movementarian.org>
7426
7427         * LyXAction.C: fix margin note description
7428
7429 2002-08-24  John Levon  <levon@movementarian.org>
7430
7431         * buffer.C:
7432         * bufferlist.C:
7433         * bufferview_funcs.C:
7434         * lyxfont.C:
7435         * undo_funcs.C: cleanups
7436
7437         * lyxfunc.C: disable CUT/COPY when no selection
7438
7439 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7440
7441         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7442         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7443
7444         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7445         Add backward compatibility to "mono", "gray" and "no".
7446
7447 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7448
7449         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7450         (and file_format >= 200).
7451
7452 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7453
7454         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7455
7456 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7457
7458         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7459
7460 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7461
7462         * BufferView_pimpl.C:
7463         * LyXAction.C:
7464         * buffer.C:
7465         * commandtags.h:
7466         * lyxfunc.C:
7467         * paragraph.[Ch]:
7468         * text2.C:
7469         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7470         inset and code to make it  work with the paragraph code. The inset
7471         can be anywhere in the paragraph, but will only do the expected
7472         thing in LaTeX if the layout file contains the parameter line
7473                         OptionalArgs    1
7474         (or more generally, a nonzero value) for that layout.
7475
7476 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7477
7478         * paragraph.h: remove the declaration of undefined counters class
7479         function.
7480
7481 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7482
7483         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7484         Dr. Richard Hawkins.
7485
7486 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7487
7488         * paragraph_funcs.h: remove some unneeded includes
7489
7490         * text.C (backspace): pasteParagraph now in global scipe
7491
7492         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7493         (pasteSelection): ditto
7494
7495         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7496         * paragraph_funcs.C (pasteParagraph): ... here
7497
7498 2002-08-20  André Pönitz <poenitz@gmx.net>
7499
7500         * commandtags.h: new LFUNs for swapping/copying table row/colums
7501
7502         * LyXAction.C:
7503         * lyxfunc.C: support for new lfuns
7504
7505 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7506
7507         * tabular.C:
7508         * buffer.[Ch]: remove NO_COMPABILITY stuff
7509
7510 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7511
7512         * boost.C (throw_exception): new file, with helper function for
7513         boost compiled without exceptions.
7514
7515         * paragraph.h:
7516         * lyxlength.C:
7517         * buffer.C:
7518         * ParameterStruct.h:
7519         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7520
7521         * bufferlist.C (emergencyWriteAll): use boost bind
7522
7523         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7524
7525         * text.C: include paragraph_funcs.h
7526         (breakParagraph): breakParagraph is now in global scope
7527
7528         * paragraph_funcs.[Ch]: new files
7529
7530         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7531         global scope
7532
7533         * buffer.C: include paragraph_funcs.h
7534         (insertStringAsLines): breakParagraph is now in global scope
7535
7536         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
7537         paragraph_funcs.C
7538
7539         * CutAndPaste.C: include paragraph_funcs.h
7540         (cutSelection): breakParagraphConservative is now in global scope
7541         (pasteSelection): ditto
7542
7543         * buffer.h: declare oprator== and operator!= for
7544         Buffer::inset_iterator
7545
7546         * bufferlist.C (emergencyWrite): don't use fmt(...)
7547
7548         * text3.C: add using std::endl
7549
7550         * BufferView.C (moveCursorUpdate): remove default arg
7551
7552 2002-08-20  André Pönitz <poenitz@gmx.net>
7553
7554         * buffer.[Ch]: move inline functions to .C
7555
7556         * BufferView2.C:
7557         * BufferView_pimpl.C:
7558         * text.C:
7559         * buffer.[Ch]: use improved inset_iterator
7560
7561         * buffer.C:
7562         * paragraph.[Ch]: write one paragraph at a time
7563
7564 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7565
7566         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
7567         style if style is not specified.
7568
7569 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7570
7571         * text2.C (setCounter): when searching for right label for a
7572         caption, make sure to recurse to parent insets (so that a caption
7573         in a minipage in a figure float works) (bug #568)
7574
7575 2002-08-20  André Pönitz <poenitz@gmx.net>
7576
7577         * text3.C: new file for LyXText::dispatch() and helpers
7578
7579         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
7580
7581         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
7582
7583 2002-08-19  André Pönitz <poenitz@gmx.net>
7584
7585         * lyxtext.h:
7586         * text.C: new LyXText::dispatch()
7587
7588         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
7589
7590 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
7591
7592         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
7593
7594         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
7595         Hebrew text.
7596
7597 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7598
7599         * Makefile.am: use $(variables) instead of @substitutions@
7600
7601 2002-08-15  André Pönitz <poenitz@gmx.net>
7602
7603         * lyxfunc.C:
7604         * BufferView_pimpl.C: streamlining mathed <-> outer world
7605         interaction
7606
7607         * commandtags.h:
7608         * LyXAction.C: remove unused LFUN_MATH
7609
7610 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7611
7612         * paragraph.[Ch]: add some NO_NEXT ifdefs.
7613
7614 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7615
7616         * paragraph.C (Paragraph): reformat a bit
7617         (cutIntoMinibuffer): use builtin InsetList function instad of
7618         doing it manually.
7619         (getInset): ditto
7620
7621         * buffer.C: include boost/bind.hpp, add using std::for_each
7622         (writeFileAscii): use ParagraphList iterators
7623         (validate): use for_each for validate traversal of paragraphs
7624         (getBibkeyList): use ParagraphList iterators
7625         (resizeInsets): use for_each to resizeInsetsLyXText for all
7626         paragraphs.
7627         (getParFromID): use ParagraphList iterators
7628
7629         * BufferView2.C (lockInset): use paragraph list and iterators
7630
7631 2002-08-14  John Levon  <levon@movementarian.org>
7632
7633         * lyxserver.C: remove spurious xforms include
7634
7635 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7636
7637         * lyxfunc.C (getStatus): disable math-extern outside of math mode
7638
7639 2002-08-13  André Pönitz <poenitz@gmx.net>
7640
7641         * LyXAction.[Ch]:
7642         * lyxfunc.C: further cleaning
7643
7644 2002-08-13  André Pönitz <poenitz@gmx.net>
7645
7646         * funcrequest.h: new constructor
7647
7648         * funcrequest.C: move stuff here from .h
7649
7650         * Makefile.am:
7651         * BufferView_pimpl.C:
7652         * LyXAction.C:
7653         * toc.C:
7654         * lyxfunc.C: subsequent changes
7655
7656         * lyxfunc.h: new view() member function
7657
7658         * lyxfunc.C: subsequent changes
7659
7660 2002-08-13  Angus Leeming  <leeming@lyx.org>
7661
7662         * BufferView2.C:
7663         * BufferView_pimpl.C:
7664         * buffer.C:
7665         * converter.C:
7666         * importer.C:
7667         * lyxfunc.C:
7668         * lyxvc.C:
7669         * toc.C:
7670         * vc-backend.C:
7671         changes due to the changed LyXView interface that now returns references
7672         to member variables not pointers.
7673
7674 2002-08-13  Angus Leeming  <leeming@lyx.org>
7675
7676         * WordLangTuple (word, lang_code): return references to strings,
7677         not strings.
7678
7679         * BufferView.h:
7680         * SpellBase.h:
7681         * lyxtext.h: forward-declare WordLangTuple.
7682
7683         * BufferView2.C:
7684         * ispell.C:
7685         * pspell.C:
7686         * text.C: #include "WordLangTuple.h".
7687
7688         * lyxtext.h:
7689         * text.C: (selectNextWordToSpellcheck): constify return type.
7690
7691 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
7692
7693         * buffer.C:
7694         * buffer.h:
7695         * lyxtext.h:
7696         * paragraph.C:
7697         * paragraph_pimpl.h:
7698         * text.C:
7699         * text2.C:
7700         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
7701         suggested by Angus.
7702         Made updateCounter always count from start of buffer, and removed
7703         second argument (par).
7704         Reverted floats number display to '#'. Perhaps I'll try again when the
7705         code base is sanitized a bit.
7706
7707 2002-08-12  Angus Leeming  <leeming@lyx.org>
7708
7709         * buffer.[Ch] (getLabelList): constify.
7710
7711 2002-08-07  André Pönitz <poenitz@gmx.net>
7712
7713         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
7714
7715         * funcrequest.h: extension to keep mouse (x,y) position
7716
7717 2002-08-12  Juergen Vigna  <jug@sad.it>
7718
7719         * BufferView2.C (insertErrors): forbid undo when inserting error
7720         insets.
7721
7722         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
7723
7724 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7725
7726         * ParagraphList.[Ch]: new files
7727
7728         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
7729
7730         * BufferView2.C (lockInset): ParagraphList changes
7731         * toc.C: ditto
7732         * text2.C: ditto
7733         * bufferlist.C: ditto
7734         * buffer.h: ditto
7735         * buffer.C: ditto
7736
7737 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7738
7739         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
7740         unused class variable counter_,
7741
7742         * paragraph.[Ch] (getFirstCounter): delete unused function
7743
7744         * counters.C: include LAssert.h
7745         (reset): add a new function with no arg, change other version to
7746         not have def. arg and to not allow empty arg.
7747
7748         * text2.C (setCounter): remove empty arg from call to Counters::reset
7749
7750 2002-08-11  John Levon  <levon@movementarian.org>
7751
7752         * Makefile.am: add WordLangTuple.h
7753
7754 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7755
7756         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
7757         lyxfunc.C lyxlex_pimpl.C: ws changes only.
7758
7759         * insets/insettext.C: InsetList changes
7760
7761         * graphics/GraphicsSupport.C (operator()): InsetList changes
7762
7763         * toc.C (getTocList): InsetList changes
7764
7765         * paragraph_pimpl.[Ch]: InsetList changes
7766
7767         * paragraph.[Ch]: InsetList changes
7768
7769         * buffer.C (inset_iterator): InsetList changes
7770         (setParagraph): ditto
7771         * buffer.h (inset_iterator): ditto
7772         * iterators.C (operator++): ditto
7773         * iterators.h: ditto
7774
7775         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
7776
7777         * InsetList.[Ch]: new files, most InsetList handling moved out of
7778         paragraph.C.
7779
7780         * BufferView2.C (removeAutoInsets): InsetList changes
7781         (lockInset): ditto
7782         (ChangeInsets): ditto
7783
7784 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7785
7786         * paragraph_pimpl.h (empty): new function
7787
7788         * paragraph.[Ch] (empty): new function
7789
7790         * other files: use the new Paragraph::empty function
7791
7792 2002-08-09  John Levon  <levon@movementarian.org>
7793
7794         * lyxtext.h: remove unused refresh_height
7795
7796 2002-08-09  John Levon  <levon@movementarian.org>
7797
7798         * Makefile.am:
7799         * sgml.h:
7800         * sgml.C:
7801         * buffer.C:
7802         * paragraph.h:
7803         * paragraph.C: move sgml char escaping out of paragraph
7804
7805         * paragraph.h:
7806         * paragraph.C: remove id setter
7807
7808         * buffer.C:
7809         * paragraph.C:
7810         * paragraph_pimpl.C: remove dead tex_code_break_column
7811
7812         * bufferview_funcs.C: small cleanup
7813
7814         * lyxfunc.C: remove dead proto
7815
7816         * lyxtext.h: make some stuff private. Remove some dead stuff.
7817
7818         * lyxgluelength.C: make as[LyX]String() readable
7819
7820 2002-08-08  John Levon  <levon@movementarian.org>
7821
7822         * LyXAction.h:
7823         * LyXAction.C:
7824         * MenuBackend.C:
7825         * ToolbarDefaults.C:
7826         * lyxfunc.C:
7827         * lyxrc.C:
7828         * toc.C: lyxaction cleanup
7829
7830 2002-08-08  John Levon  <levon@movementarian.org>
7831
7832         * BufferView2.C: small cleanup
7833
7834         * lyxfind.h:
7835         * lyxfind.C: move unnecessary header into the .C
7836
7837 2002-08-08  John Levon  <levon@movementarian.org>
7838
7839         * funcrequest.h: just tedious nonsense
7840
7841         * lyx_main.h:
7842         * lyx_main.C: cleanups
7843
7844         * buffer.C:
7845         * vspace.C: remove dead header lyx_main.h
7846
7847 2002-08-07  Angus Leeming  <leeming@lyx.org>
7848
7849         * Paragraph.[Ch]:
7850         * paragraph_pimpl.h:
7851         Forward declare class Counters in paragraph.h by moving the ctrs member
7852         variable into Paragraph::Pimpl.
7853         (counters): new method, returning a reference to pimpl_->ctrs.
7854
7855         * text2.C: ensuing changes.
7856
7857 2002-08-07  John Levon  <levon@movementarian.org>
7858
7859         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
7860
7861         * BufferView_pimpl.C: announce X selection on double/triple
7862           click
7863
7864         * lyx_main.C: use correct bool in batch dispatch
7865
7866         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
7867
7868 2002-08-07  André Pönitz <poenitz@gmx.net>
7869
7870         * funcrequest.h: new class to wrap a kb_action and its argument
7871
7872         * BufferView.[Ch]:
7873         * BufferView_pimpl[Ch]:
7874         * LaTeX.C:
7875         * LyXAction.[Ch]:
7876         * lyxfunc.[Ch]:
7877         * lyxrc.C: subsequent changes
7878
7879
7880 2002-08-07  John Levon  <levon@movementarian.org>
7881
7882         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
7883           document options change.
7884
7885 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
7886
7887         * counters.[Ch]
7888         * text2.C
7889         * paragraph.[Ch]
7890         * makefile.am: move counters functionality over from
7891         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
7892
7893 2002-08-06  John Levon  <levon@movementarian.org>
7894
7895         * WordLangTuple.h: new file for word + language code tuple
7896
7897         * SpellBase.h:
7898         * pspell.h:
7899         * pspell.C:
7900         * ispell.h:
7901         * ispell.C:
7902         * lyxtext.h:
7903         * text.C:
7904         * text2.C:
7905         * BufferView.h:
7906         * BufferView2.C: use WordLangTuple
7907
7908         * layout.h:
7909         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
7910
7911 2002-08-06  John Levon  <levon@movementarian.org>
7912
7913         * lyx_main.C: fix cmdline batch handling
7914
7915 2002-08-06  André Pönitz <poenitz@gmx.net>
7916
7917         * lyxrc.C: set default for show_banner to true
7918
7919 2002-08-06  John Levon  <levon@movementarian.org>
7920
7921         * pspell.C: fix a crash, and allow new aspell to work
7922
7923 2002-08-06  John Levon  <levon@movementarian.org>
7924
7925         * lyxfunc.C:
7926         * kbmap.C: small cleanup
7927
7928         * vspace.h:
7929         * vspace.C: add const
7930
7931 2002-08-05  John Levon  <levon@movementarian.org>
7932
7933         * LyXAction.C: back to tabular-insert
7934
7935 2002-08-04  John Levon  <levon@movementarian.org>
7936
7937         * BufferView.h:
7938         * BufferView.C: cosmetic change
7939
7940         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
7941
7942         * bufferlist.C:
7943         * buffer.h:
7944         * buffer.C:
7945         * lyxcb.h:
7946         * lyxcb.C:
7947         * lyxserver.C:
7948         * lyxvc.C:
7949         * vc-backend.C:
7950         * BufferView2.C: purge all "Lyx" not "LyX" strings
7951
7952         * lyxcursor.h:
7953         * lyxcursor.C: attempt to add some documentation
7954
7955         * lyxfunc.C:
7956         * commandtags.h:
7957         * LyXAction.C:
7958         * ToolbarDefaults.C:
7959         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
7960           merge with LFUN_TABULAR_INSERT
7961
7962         * Makefile.am:
7963         * SpellBase.h:
7964         * ispell.h:
7965         * ispell.C:
7966         * pspell.h:
7967         * pspell.C: split up i/pspell implementations into separate
7968           files, many cleanups
7969
7970         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
7971
7972         * text2.C: some cleanup
7973
7974         * lyxfunc.C: don't check for isp_command == "none" any more, it
7975           didn't make any sense
7976
7977 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
7978
7979         * counters.[Ch]
7980         * text2.C
7981         * paragraph.[Ch]
7982         * makefile.am: move counters functionality over
7983         from text2.C/paragraph.[Ch] to counters.[Ch], and
7984         make proper C++.
7985 2002-08-02  John Levon  <levon@movementarian.org>
7986
7987         * buffer.C: s/lyxconvert/lyx2lyx/
7988
7989 2002-08-02  Angus Leeming  <leeming@lyx.org>
7990
7991         * lyxlex.C: revert John's change as it breaks reading of the user
7992         preamble.
7993
7994 2002-08-02  Angus Leeming  <leeming@lyx.org>
7995
7996         * importer.C (Import):
7997         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
7998         changes due to LyXView::view() now returning a boost::shared_ptr.
7999
8000 2002-08-02  John Levon  <levon@movementarian.org>
8001
8002         * lyxlex.C: small cleanup
8003
8004 2002-08-02  John Levon  <levon@movementarian.org>
8005
8006         * text2.C (status): small cleanup, no logic change
8007
8008 2002-08-01  John Levon  <levon@movementarian.org>
8009
8010         * buffer.h:
8011         * buffer.C (writeFile): don't output alerts, caller
8012           handles this
8013
8014         * bufferlist.C:
8015         * lyx_cb.C: from above
8016
8017         * lyxfunc.C: allow to open non-existent files
8018
8019 2002-07-31  John Levon  <levon@movementarian.org>
8020
8021         * lyxserver.C: don't let incidental errors get
8022           in the way (errno)
8023
8024 2002-07-30  John Levon  <levon@movementarian.org>
8025
8026         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8027
8028 2002-07-30  John Levon  <levon@movementarian.org>
8029
8030         * lyxserver.h:
8031         * lyxserver.C: remove I/O callback too
8032
8033 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8034
8035         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8036         log.
8037
8038 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8039
8040         * many files: strip,frontStrip -> trim,ltrim,rtrim
8041
8042 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8043
8044         * PrinterParams.h: remove extern containsOnly, and include
8045         support/lstrings.h instead.
8046
8047         * LaTeX.C (scanAuxFile): modify because of strip changes
8048         (deplog): ditto
8049         * buffer.C (makeLaTeXFile): ditto
8050         * bufferparams.C (writeFile): ditt
8051         * lyxfont.C (stateText): ditto
8052         * lyxserver.C (read_ready): ditto
8053         * vc-backend.C (scanMaster): ditto
8054
8055         * BufferView_pimpl.h: ws changes
8056
8057         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8058
8059 2002-07-26  André Pönitz <poenitz@gmx.net>
8060
8061         * kb_sequence.C: remove unnedred usings
8062
8063 2002-07-26  Juergen Vigna  <jug@sad.it>
8064
8065         * lyxfind.C (LyXReplace): we have to check better if the returned
8066         text is not of theLockingInset()->getLockingInset().
8067
8068 2002-07-25  Juergen Vigna  <jug@sad.it>
8069
8070         * lyxfind.C (LyXReplace): don't replace if we don't get the
8071         right LyXText.
8072
8073         * undo_funcs.C (createUndo): remove debugging code.
8074
8075 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8076
8077         * buffer.C (parseSingleLyXformat2Token): Use default placement
8078         when reading old floats.
8079
8080         * FloatList.C (FloatList): Change the default placement of figure
8081         and tables to "tbp".
8082
8083 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8084
8085         * MenuBackend.C: using std::max
8086
8087 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8088
8089         * MenuBackend.C (expandToc):
8090         (expandToc2): code moved from xforms menu frontend. It is now
8091         generic and TOCs are transparent to menu frontends.
8092
8093 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8094
8095         * toc.C (getTocList): protect against buf=0
8096
8097         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8098         Menu as first parameter. Now, this calls itself recursively to
8099         expand a whole tree (this will be useful for TOC handling)
8100         (expandFloatInsert): remove 'wide' version of floats
8101
8102         * MenuBackend.h (submenuname): returns the name of the submenu.
8103         (submenu): returns the submenu itself, provided it has been
8104         created by MenuBackend::expand
8105
8106 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8107
8108         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8109         insets which have noFontChange == true. (bug #172)
8110
8111 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8112
8113         * BufferView_pimpl.C: add connection objects and use them...
8114         (Pimpl): here.
8115
8116 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8117
8118         * MenuBackend.C (expandLastfiles):
8119         (expandDocuments):
8120         (expandFormats):
8121         (expandFloatListInsert):
8122         (expandFloatInsert):
8123         (expand): split expand in parts
8124
8125 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8126
8127         * lyx_gui.C: use lyx_gui::exit()
8128
8129 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8130
8131         * LyXAction.C: show the failing pseudo action
8132
8133 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8134
8135         * buffer.C (readFile): Run the lyxconvert script in order to read
8136         old files.
8137
8138 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8139
8140         * LyXAction.C:
8141         * commandtags.h:
8142         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8143
8144 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8145
8146         * LyXAction.C:
8147         * commandtags.h:
8148         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8149
8150 2002-07-22  Herbert Voss  <voss@lyx.org>
8151
8152         * lengthcommon.C:
8153         * lyxlength.[Ch]: add support for the vertical lengths
8154
8155 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8156
8157         * toc.[Ch]: std:: fixes
8158
8159 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8160
8161         * lyxrc.C: do not include lyx_main.h
8162
8163         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8164         for layouts
8165
8166         * lyxrc.C:
8167         * encoding.C:
8168         * bufferlist.C:
8169         * BufferView2.C: include "lyxlex.h"
8170
8171         * tabular.h:
8172         * bufferparams.h: do not #include "lyxlex.h"
8173
8174         * lyxtextclasslist.C (Add): remove method
8175         (classlist): renamed to classlist_
8176
8177         * paragraph_pimpl.C:
8178         * paragraph.C:
8179         * text2.C:
8180         * CutAndPaste.C:
8181         * bufferview_funcs.C:
8182         * bufferlist.C:
8183         * text.C:
8184         * LaTeXFeatures.C:
8185         * buffer.C:
8186         * toc.C (getTocList): use BufferParams::getLyXTextClass
8187
8188         * toc.C (getTocList): use InsetFloat::addToToc
8189
8190         * toc.[Ch]: new files, containing helper functions to handle table
8191         of contents
8192
8193         * lyxfunc.C (dispatch): no need to remove spaces around command
8194         given as a string
8195         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8196         first command of the sequence; it is not very clever, but I do not
8197         have a better idea, actually
8198
8199         * LyXAction.C (LookupFunc): make sure to remove space at the
8200         beginning and end of the command
8201
8202 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8203
8204         * MenuBackend.C (getMenubar): new method: return the menubar of
8205         this menu set
8206         (read): treat differently reading of menu and menubar (in
8207         particular, the menubar has no name now)
8208         (Menu::menubar): remove
8209
8210         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8211         saving is finished
8212
8213 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8214
8215         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8216         a bibitem inset in a RTL paragraph.
8217
8218 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8219
8220         * paragraph_pimpl.C: constify
8221
8222         * BufferView_pimpl.C:
8223         * LaTeX.C:
8224         * lyxfunc.C: fix dispatch in a nicer way
8225
8226 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8227
8228         * lyxfunc.C (dispatch):
8229         * BufferView_pimpl.C:
8230         * BufferView_pimpl.h:
8231         * BufferView.C:
8232         * BufferView.h: rename Dispatch() to dispatch()
8233
8234         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8235
8236         * lyxlayout.C (Read): honor DependsOn tag
8237
8238         * lyxlayout.[Ch] (depends_on): new method
8239
8240         * version.C.in: update lyx_docversion
8241
8242         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8243
8244         * paragraph.C (validate): remove from here...
8245         * paragraph_pimpl.C (validate): ... and move here
8246         (isTextAt): make it const
8247
8248         * buffer.C (getLists): ws cleanup
8249
8250 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8251
8252         * language.C (read): Use iso8859-1 encoding in latex_lang
8253         (this prevents LyX from crashing when using iso10646-1 encoding).
8254
8255 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8256
8257         * text2.C (toggleInset): if cursor is inside an inset, close the
8258         inset and leave cursor _after_ it
8259
8260 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8261
8262         * lyxfunc.C: move minibuffer completion handling out of here
8263
8264 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8265
8266         * BufferView_pimpl.C:
8267         * LaTeX.C: fix dispatch calls
8268
8269 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8270
8271         * text.C (drawChars): Fix Arabic text rendering.
8272
8273 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8274
8275         * LyXAction.C:
8276         * commandtags.h:
8277         * lyxfunc.C: remove message-push/pop
8278
8279         * lyxserver.C:
8280         * lyxfunc.h:
8281         * lyxfunc.C: rationalise some code by removing verboseDispatch
8282           in favour of a bool argument to dispatch()
8283
8284 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8285
8286         * lyx_main.C (init): make sure to read symlinks as absolute paths
8287
8288 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8289
8290         * lyxfunc.h:
8291         * lyxfunc.C: no need for commandshortcut to be a member
8292
8293 2002-07-15  André Pönitz <poenitz@gmx.net>
8294
8295         * converter.C: add support for $$s (scripts from lib/scripts dir)
8296         * lyx_main.C: white space
8297
8298 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8299
8300         * bufferlist.C:
8301         * lyxrc.h:
8302         * lyxrc.C: remove second exit confirmation
8303
8304 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8305
8306         * BufferView.h:
8307         * BufferView.C:
8308         * BufferView2.C:
8309         * BufferView_pimpl.h:
8310         * BufferView_pimpl.C:
8311         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8312
8313 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8314
8315         * MenuBackend.C (expand): add numeric shortcuts to document menu
8316
8317         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8318
8319 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8320
8321         * lyxfont.C (setLyXFamily):
8322         (setLyXSeries):
8323         (setLyXShape):
8324         (setLyXSize):
8325         (setLyXMisc):
8326         (lyxRead):
8327         * debug.C (value):
8328         * buffer.C (asciiParagraph): use ascii_lowercase
8329
8330 2002-07-15  Mike Fabian  <mfabian@suse.de>
8331
8332         * lyxlex_pimpl.C (search_kw):
8333         * lyxlex.C (getLongString):
8334         * converter.h (operator<):
8335         * converter.C (operator<):
8336         * buffer.C (parseSingleLyXformat2Token):
8337         (asciiParagraph):
8338         * ToolbarDefaults.C (read):
8339         * MenuBackend.C (checkShortcuts):
8340         (read):
8341         * LColor.C (getFromGUIName):
8342         (getFromLyXName): use the compare_ascii_no_case instead of
8343         compare_no_case, because in turkish, 'i' is not the lowercase
8344         version of 'I', and thus turkish locale breaks parsing of tags.
8345
8346 2002-07-16  Angus Leeming  <leeming@lyx.org>
8347
8348         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8349         now takes a Buffer const & argument.
8350
8351 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8352
8353         * BufferView.C (resize): check there's a buffer to resize
8354
8355 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8356
8357         * lyxfunc.C: remove dead code
8358
8359         * lyxserver.h:
8360         * lyxserver.C: use lyx_guii::set_read_callback
8361
8362 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8363
8364         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8365         an inset in a RTL paragraph.
8366
8367 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8368
8369         * lyxfunc.C: repaint after a font size update
8370
8371 2002-07-15  André Pönitz <poenitz@gmx.net>
8372
8373         * lyxlength.C: inBP should be able to return negative values
8374
8375 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8376
8377         * lyxfunc.C: use lyx_gui::update_fonts()
8378
8379 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8380
8381         * lyxfunc.C: use lyx_gui::update_color()
8382
8383 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8384
8385         * bufferlist.C:
8386         * lyxfunc.h:
8387         * lyxfunc.C:
8388         * lyxrc.h:
8389         * lyxrc.C: remove file->new asks for name option, and let
8390           buffer-new take an argument
8391
8392 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8393
8394         * BufferView_pimpl.C: remove unneeded extra repaint()
8395
8396 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8397
8398         * LyXAction.C: allow command-sequence with NoBuffer
8399
8400         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8401
8402 2002-07-10  Angus Leeming  <leeming@lyx.org>
8403
8404         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8405
8406 2002-07-09  Angus Leeming  <leeming@lyx.org>
8407
8408         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8409
8410 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8411
8412         * lengthcommon.h: whitespace
8413
8414         * lyxfunc.C: update scrollbar after goto paragraph
8415
8416         * lyxtext.h: factor out page break drawing, and fix it so
8417           page break/added space paints as selected nicely
8418
8419 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8420
8421         * BufferView_pimpl.C: add FIXMEs, clean up a little
8422
8423 2002-07-09  André Pönitz <poenitz@gmx.net>
8424
8425         * lyxfont.[Ch]: support for wasy symbols
8426
8427 2002-07-08  André Pönitz <poenitz@gmx.net>
8428
8429         * BufferView_pimpl.C: apply John's patch for #93.
8430
8431 2002-07-05  Angus Leeming  <leeming@lyx.org>
8432
8433         * BufferView_pimpl.C (buffer): generate previews if desired.
8434
8435         * LColor.h: add "preview" to the color enum.
8436
8437         * LColor.C (LColor): add a corresponding entry to the items array.
8438
8439         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8440         with this buffer.
8441
8442 2002-07-05  Angus Leeming  <leeming@lyx.org>
8443
8444         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8445         The body of the code is now in the method that is passed an ostream &
8446         rather than a file name.
8447         Pass an additional only_preamble parameter, useful for the forthcoming
8448         preview stuff.
8449
8450 2002-07-03  André Pönitz <poenitz@gmx.net>
8451
8452         * lyxfunc.C: simplify getStatus() a bit for math stuff
8453
8454 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8455
8456         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8457
8458 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8459
8460         * text.C (changeRegionCase): do not change case of all the
8461         document when region ends at paragraph end (bug #461)
8462
8463 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8464
8465         * paragraph.C (startTeXParParams):
8466         (endTeXParParams): add \protect when necessary
8467
8468 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8469
8470         * BufferView_pimpl.C (workAreaExpose): remove warning
8471
8472 2002-06-27  Angus Leeming  <leeming@lyx.org>
8473
8474         * Makefile.am: add lyxlayout_ptr_fwd.h.
8475
8476 2002-06-26  André Pönitz <poenitz@gmx.net>
8477
8478         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8479
8480 2002-06-25  Angus Leeming  <leeming@lyx.org>
8481
8482         * lyxfunc.C (dispatch): Comment out the call to
8483         grfx::GCache::changeDisplay. The method no longer exists now that the
8484         pixmap generation part of the graphics loader has been moved into
8485         InsetGraphics.
8486
8487 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8488
8489         * text2.C: layout as layout
8490
8491         * text.C: layout as layout
8492
8493         * tabular.C (OldFormatRead): layout as layout
8494
8495         * paragraph_pimpl.C (TeXDeeper): layout as layout
8496         (realizeFont): layout as layout
8497
8498         * paragraph.C (writeFile): layout as layout
8499         (validate): layout as layout
8500         (getFont): layout as layout
8501         (getLabelFont): layout as layout
8502         (getLayoutFont): layout as layout
8503         (breakParagraph): layout as layout
8504         (stripLeadingSpaces): layout as layout
8505         (getEndLabel): layout as layout
8506         (getMaxDepthAfter): layout as layout
8507         (applyLayout): layout as layout
8508         (TeXOnePar): layout as layout
8509         (simpleTeXOnePar): layout as layout
8510         (TeXEnvironment): layout as layout
8511         (layout): layout as layout
8512         (layout): layout as layout
8513
8514         * lyxtextclass.C (compare_name): new functor to work with
8515         shared_ptr, layout as layout
8516         (Read): layout as layout
8517         (hasLayout): layout as layout
8518         (operator): layout as layout
8519         (delete_layout): layout as layout
8520         (defaultLayout): layout as layout
8521
8522         * lyxlayout_ptr_fwd.h: new file
8523
8524         * lyxlayout.C (Read): layout as layout
8525
8526         * lyx_cb.C (MenuInsertLabel): layout as layout
8527
8528         * bufferlist.C (newFile): layout as layout
8529
8530         * buffer.C (readLyXformat2): layout as layout
8531         (parseSingleLyXformat2Token): layout as layout
8532         (insertStringAsLines): layout as layout
8533         (asciiParagraph): layout as layout
8534         (latexParagraphs): layout as layout
8535         (makeLinuxDocFile): layout as layout
8536         (simpleLinuxDocOnePar): layout as layout
8537         (makeDocBookFile): layout as layout
8538         (simpleDocBookOnePar): layout as layout
8539         (getLists): layout as layout
8540
8541         * LaTeXFeatures.C (getTClassPreamble): layout as layout
8542
8543         * CutAndPaste.C (cutSelection): layout as layout
8544         (pasteSelection): layout as layout
8545         (SwitchLayoutsBetweenClasses): layout as layout
8546
8547         * BufferView_pimpl.C (Dispatch): layout as layout
8548         (smartQuote): layout as layout
8549
8550         * BufferView2.C (unlockInset): layout as layout
8551
8552 2002-06-24  André Pönitz <poenitz@gmx.net>
8553
8554         * lyxfunc.C: fix #487
8555
8556 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8557
8558         * lyxrc.h:
8559         * lyxrc.C:
8560         * lyxfunc.C: remove display_shortcuts, show_banner
8561
8562 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8563
8564         * Buffer_pimpl.C: oops, update on resize
8565
8566 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8567
8568         * buffer.C:
8569         * converter.C:
8570         * exporter.C:
8571         * lyxfunc.C:
8572         * BufferView.h:
8573         * BufferView.C: use repaint()
8574
8575         * BufferView_pimpl.h:
8576         * BufferView_pimpl.C: s/updateScreen()/repaint()/
8577           as it's a clearer description. Remove superfluous
8578           redraws.
8579
8580 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8581
8582         * text.C: fix bug 488. Not ideal, but getting
8583           getWord() to work properly for the insets that
8584           matter is more difficult ...
8585
8586 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8587
8588         * BufferView_pimpl.C:
8589         * LyXAction.C:
8590         * commandtags.h:
8591         * lyxfunc.C: remove the six million index lyxfuncs to just
8592           one, and DTRT (bug 458)
8593
8594 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8595
8596         * BufferView.h:
8597         * BufferView.C:
8598         * BufferView_pimpl.h:
8599         * BufferView_pimpl.C: clean up resize() stuff,
8600           and unnecessary updateScreen()s
8601
8602 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8603
8604         * BufferView.h:
8605         * BufferView.C:
8606         * BufferView_pimpl.h:
8607         * BufferView_pimpl.C:
8608         * lyxfind.h:
8609         * lyxfind.C:
8610         * minibuffer.C: remove focus management of workarea,
8611           not needed. Use screen's greyOut()
8612
8613 2002-06-17  Herbert Voss  <voss@lyx.org>
8614
8615         * converter.C: (convert) do not post a message, when converting
8616         fails, let the calling function decide what to do in this case
8617
8618 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
8619
8620         * lyxfunc.C: tidy up a little
8621
8622 2002-06-16    <alstrup@diku.dk>
8623
8624         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
8625         Got rid of FORMS_H_LOCATION include. Now we are
8626         GUII.
8627
8628 2002-06-15  LyX Development team  <lyx@rilke>
8629
8630         * buffer.[Ch] (sgmlOpenTag):
8631         (sgmlCloseTag): Added support for avoiding pernicious mixed
8632         content. Return number of lines written.
8633
8634         (makeLinuxDocFile):
8635         (makeDocBookFile): Fixed calls to sgml*Tag.
8636         Simple white space clean.
8637
8638         (simpleDocBookOnePar): Simple white space clean.
8639
8640         * tabular.[Ch] (docBook): Renamed to docbook and got another
8641         argument to related with the pernicious mixed content.
8642
8643         (docbookRow): Fixed calls for docbook inset method.
8644
8645 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
8646
8647         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
8648         so it's X11 independent.
8649
8650         * kb*.[Ch]: ditto.
8651
8652         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
8653
8654 2002-06-15  Lyx Development team  <lyx@electronia>
8655
8656         * intl.h: Renamed getTrans to getTransManager.
8657
8658 2002-06-14  Angus Leeming  <leeming@lyx.org>
8659
8660         * Makefile.am: nuke forgotten stl_string_fwd.h.
8661
8662 2002-06-12  Angus Leeming  <leeming@lyx.org>
8663
8664         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
8665
8666 2002-06-13  Angus Leeming  <leeming@lyx.org>
8667
8668         * LaTeX.C:
8669         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
8670
8671 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
8672
8673         * kbmap.C (getiso): add support for cyrillic and greek
8674
8675 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8676
8677         * BufferView.h:
8678         * BufferView.C:
8679         * BufferView_pimpl.h:
8680         * BufferView_pimpl.C: move bogus scrolling logic
8681           to xforms
8682
8683 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8684
8685         * lyxfunc.C:
8686         * BufferView_pimpl.C: view->resize() change
8687
8688 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8689
8690         * BufferView_pimpl.C: topCursorVisible
8691           prototype change
8692
8693 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8694
8695         * Makefile.am:
8696         * lyx_gui.h:
8697         * lyx_gui.C: move to frontends/
8698
8699         * main.C:
8700         * lyx_main.h:
8701         * lyx_main.C: changes from above
8702
8703 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8704
8705         * intl.C:
8706         * intl.h:
8707         * kbmap.C:
8708         * kbsequence.C:
8709         * lyx_cb.C:
8710         * lyx_main.C: minor tidy
8711
8712 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8713
8714         * BufferView_pimpl.h:
8715         * BufferView_pimpl.C:
8716         * BufferView.h:
8717         * BufferView.C: make painter() const,
8718           remove dead code
8719
8720         * BufferView2.C: use screen() accessor
8721
8722         * lyx_main.h:
8723         * lyx_main.C: some minor cleanup
8724
8725 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8726
8727         * BufferView_pimpl.h:
8728         * BufferView_pimpl.C: remove enter/leaveView,
8729           use workHeight()
8730
8731 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8732
8733         * BufferView.h:
8734         * BufferView.C:
8735         * BufferView2.C:
8736         * BufferView_pimpl.h:
8737         * BufferView_pimpl.C: only construct screen once,
8738           rename
8739
8740         * lyxrc.C: remove pointless comment
8741
8742 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8743
8744         * BufferView.h:
8745         * BufferView.C: remove active() and belowMouse()
8746
8747         * BufferView_pimpl.h:
8748         * BufferView_pimpl.C: use workarea() not workarea_,
8749           and make it use a scoped_ptr instead
8750
8751 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8752
8753         * lyx_gui.C: add debug message on BadWindow
8754
8755 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8756
8757         * sp_spell.C: fdopen is not part of the C++ standard.
8758
8759         * paragraph.C (InsetIterator): use >= instead of ==
8760
8761 2002-06-07  Angus Leeming  <leeming@lyx.org>
8762
8763         Fixes needed to compile with Compaq cxx 6.5.
8764         * BufferView_pimpl.C:
8765         * DepTable.C:
8766         * buffer.C:
8767         * converter.C:
8768         * encoding.C:
8769         * lyx_gui.C:
8770         * lyx_main.C:
8771         * lyxtextclasslist.C:
8772         * minibuffer.C:
8773         * sp_spell.C:
8774         * tabular_funcs.C:
8775         * vc-backend.C:
8776         all c-library variables have been moved into namespace std. Wrap
8777         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
8778
8779         * lyxlength.C:
8780         * tabular-old.C:
8781         * tabular.C:
8782         Add a using std::abs declaration.
8783
8784         * kbmap.h (modifier_pair):
8785         * paragraph.h (InsetTable, InsetList):
8786         * lyxfont.h (FontBits):
8787         type definition made public.
8788
8789         * bufferlist.C (emergencyWriteAll): the compiler complains that
8790         there is more than one possible lyx::class_fun template to choose from.
8791         I re-named the void specialisation as lyx::void_class_fun.
8792
8793         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
8794
8795         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
8796         the compiler is is unable to find tostr in write_attribute.
8797
8798 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8799
8800         * buffer.C (sgmlError): hide #warning
8801
8802 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8803
8804         * xtl/*: get rid of xtl, which is not in use anyway
8805
8806         * LyXAction.C (init):
8807         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
8808         were unimplemented xtl experimentation
8809
8810 2002-06-04  André Pönitz <poenitz@gmx.net>
8811
8812         * lyxfunc.C: disable array operation on simple formulae
8813
8814 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
8815
8816         * converter.C: constify a bit
8817
8818 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
8819
8820         * lyx_gui.C: check xforms version correctly
8821
8822 2002-04-30  Herbert Voss  <voss@lyx.org>
8823
8824         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
8825         "keep" option
8826
8827 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
8828
8829         * lyxvc.C: fix bug 416 (make sure buffer is saved before
8830           attempt to register it with a VCS)
8831
8832 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8833
8834         * lyx_main.C (init): honor variables LYX_DIR_13x and
8835         LYX_USERDIR_13x
8836
8837 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8838
8839         * buffer.h:
8840         * buffer.C:
8841         * lyx_main.C: fix a crash on bad command line,
8842           and give a useful exit status on error
8843
8844         * lyxfunc.C (doImport): allow -i lyx to work
8845
8846 2002-03-30  André Pönitz <poenitz@gmx.net>
8847
8848         * lyxfunc.C: mathed font changes
8849
8850 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
8851
8852         * LaTeX.C:
8853         * importer.h:
8854         * importer.C:
8855         * lyx_sty.h:
8856         * lyx_sty.C:
8857         * lyxlex.C:
8858         * lyxrow.h:
8859         * lyxtext.h:
8860         * paragraph.h:
8861         * paragraph.C:
8862         * texrow.h:
8863         * texrow.C:
8864         * text.C:
8865         * trans_mgr.h: srcdocs, and some minor cleanups
8866
8867 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8868
8869         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
8870         call getFont all the time)
8871
8872 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8873
8874         * switch from SigC signals to boost::signals
8875
8876 2002-05-29  André Pönitz <poenitz@gmx.net>
8877
8878         * paragraph_pimpl.C (getChar): don't call size() too often...
8879
8880 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8881
8882         * paragraph_pimpl.C (insertChar): do not try to update tables when
8883         appending (pos == size())
8884
8885         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
8886         in order to reduce drastically the number of comparisons needed to
8887         parse a large document
8888
8889 2002-05-29  André Pönitz <poenitz@gmx.net>
8890
8891         * text.C:
8892         * text2.C:
8893         * lyxtextclass.C:
8894         * sp_pspell.h:
8895         * textclasslist.[Ch]:
8896         * sp_ispell.h: whitespace change
8897
8898 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8899
8900         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
8901         lyxaction directly now.
8902
8903 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
8904
8905         * trans.C:
8906         * lyxfont.C:
8907         * lyxvc.C: remove unused headers
8908
8909 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8910
8911         * Makefile.am:
8912         * buffer.h:
8913         * undostack.h:
8914         * undostack.C:
8915         * undo_funcs.h:
8916         * undo_funcs.C: some cleanups. Use shared_ptr
8917           and a template for the undo stacks.
8918
8919 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
8920
8921         * BufferView_pimpl.h:
8922         * BufferView_pimpl.C:
8923         * kbmap.h:
8924         * kbmap.C:
8925         * kbsequence.h:
8926         * kbsequence.C:
8927         * lyxfunc.h:
8928         * lyxfunc.C:
8929         * text2.C: use key_state/mouse_state
8930
8931 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8932
8933         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
8934         and LSubstring
8935
8936         * chset.C: change include order
8937         (loadFile): use boost regex and get rid of LRegex and LSubstring
8938
8939         * Makefile.am (BOOST_LIBS): new variable
8940         (lyx_LDADD): use it
8941
8942         * LaTeX.C: change include order.
8943         (scanAuxFile): use boost regex and get rid of LRegex and
8944         LSubstring
8945         (deplog): ditto
8946
8947 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8948
8949         * ColorHandler.h:
8950         * ColorHandler.C:
8951         * FontInfo.h:
8952         * FontInfo.C: moved to frontends/xforms/
8953
8954         * FontLoader.h:
8955         * FontLoader.C: moved into frontends for GUIIzation
8956
8957         * Makefile.am:
8958         * lyx_gui.C:
8959         * lyxfont.C:
8960         * lyxfunc.C: changes from above
8961
8962 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
8963
8964         * LColor.C: remove spurious X include
8965
8966         * BufferView_pimpl.C:
8967         * Makefile.am:
8968         * font.h:
8969         * font.C:
8970         * text.C:
8971         * text2.C: move font metrics to frontends/
8972
8973 2002-05-24  Juergen Vigna  <jug@sad.it>
8974
8975         * undo_funcs.C (textHandleUndo): fix the cursor selection after
8976         setting the undo_cursor.
8977
8978         * ParagraphParameters.h: include local includes first.
8979
8980 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
8981
8982         * BufferView_pimpl.C:
8983         * BufferView_pimpl.h:
8984         * Makefile.am:
8985         * WorkArea.h:
8986         * WorkArea.C:
8987         * screen.C: move WorkArea into frontends/
8988
8989         * lyxscreen.h:
8990         * screen.C:
8991         * text.C:
8992         * BufferView.C:
8993         * BufferView2.C: move LyXScreen into frontends/
8994
8995         * lyxlookup.h:
8996         * lyxlookup.C:
8997         * lyx_gui.C: move lyxlookup into frontends/xforms/
8998
8999 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9000
9001         * BufferView2.C:
9002         * BufferView_pimpl.C:
9003         * FontLoader.C:
9004         * LyXView.h:
9005         * LyXView.C:
9006         * Makefile.am:
9007         * WorkArea.C:
9008         * XFormsView.h:
9009         * XFormsView.C:
9010         * buffer.C:
9011         * bufferlist.C:
9012         * bufferview_funcs.C:
9013         * converter.C:
9014         * importer.C:
9015         * lyx_cb.C:
9016         * lyx_gui.C:
9017         * lyx_main.C:
9018         * lyx_find.C:
9019         * lyxfunc.C:
9020         * lyxvc.C:
9021         * minibuffer.C:
9022         * text.C:
9023         * text2.C:
9024         * trans.C:
9025         * vc-backend.C: move LyX/XFormsView into frontends/
9026
9027 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9028
9029         * Makefile.am:
9030         * PainterBase.C:
9031         * PainterBase.h:
9032         * Painter.C:
9033         * Painter.h:
9034         * WorkArea.C:
9035         * WorkArea.h:
9036         * screen.C:
9037         * tabular.C:
9038         * text.C:
9039         * text2.C: move Painter to frontends/
9040
9041 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9042
9043         * buffer.C: comment out some some code that depend upon lyx_format
9044         < 220
9045
9046         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9047         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9048
9049         * buffer.h (NO_COMPABILITY): turn off compability
9050
9051         * ColorHandler.C: include scoped_array.hpp
9052
9053         * font.C: Use more specific smart_ptr header.
9054         * Painter.C: ditto
9055         * gettext.C: ditto
9056         * ShareContainer.h: ditto
9057         * lyx_main.h: ditto
9058         * kbmap.h: ditto
9059         * FontInfo.h: ditto
9060         * BufferView_pimpl.h: ditto
9061         * ColorHandler.h: ditto
9062
9063         * kbmap.C (defkey): change call to shared_ptr::reset
9064
9065 2002-05-21  Juergen Vigna  <jug@sad.it>
9066
9067         * buffer.C (insertErtContents): fix to insert ert asis if it is
9068         non empty. Skip it completely if it contains only whitespaces.
9069
9070 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9071
9072         * BufferView_pimpl.C:
9073         * BufferView2.C: clear selection on paste (bug 393)
9074
9075 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9076
9077         * DepTable.C: include ctime
9078
9079 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9080
9081         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9082
9083 2002-05-14  Juergen Vigna  <jug@sad.it>
9084
9085         * text.C (breakParagraph): fixed function to honor the keepempty
9086         layout in the right maner and also to permit the right breaking
9087         algorithm on empty or non empyt keepempty paragraphs.
9088
9089         * paragraph.C (breakParagraph): we have to check also if the par
9090         is really empty (!size()) for isempty otherwise we do the wrong
9091         paragraph break.
9092
9093 2002-05-10  Juergen Vigna  <jug@sad.it>
9094
9095         * buffer.[Ch] : The following are only changes to the ert
9096         compatibility read reading old LaTeX layout and font stuff and
9097         convert it to ERTInsets.
9098
9099         * buffer.h: added isErtInset().
9100
9101         * buffer.C (struct ErtComp): add a fromlayout bool to check
9102         if we're inside a LaTeX layout.
9103         (isErtInset): new helper function.
9104         (insertErtContents): look for other ert insets before this one
9105         and insert the contents there, so that we don't have subsequent
9106         ERT insets with nothing between them. This way we create only one
9107         inset with multiple paragraphs. Also check if we don't insert only
9108         spaces ' ' as they are ignored anyway afterwards in the .tex file
9109         so if we have only spaces we will ignore this latex part in the
9110         new file.
9111         (parseSingleLyXformat2Token \\layout): better compatibility when
9112         reading layout-latex stuff.
9113         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9114         language tag.
9115         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9116         stuff after reading the inset only get the information back from
9117         the stack.
9118
9119 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9120
9121         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9122
9123         * LaTeXFeatures.C (getBabelOptions): New method.
9124
9125 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9126
9127         * BufferView_pimpl.C (Dispatch): work around missing argument for
9128         'layout'
9129
9130 2002-05-08  Juergen Vigna  <jug@sad.it>
9131
9132         * text.C (leftMargin): handle paragraph leftindent.
9133
9134         * paragraph.C (writeFile): write the new \\leftindent tag.
9135         (validate): handle leftindent code.
9136         (TeXEnvironment): handle paragraphleftindent code again.
9137
9138         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9139
9140         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9141         for paragrap_extra indent code and new token \\leftindent.
9142         (latexParagraphs): handle the leftindent as environment.
9143
9144         * ParameterStruct.h: added leftindent support.
9145
9146         * ParagraphParameters.C (leftIndent): added support functions for
9147         the paragraph left indent.
9148
9149         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9150         more appropriate.
9151
9152 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9153
9154         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9155         inside insetERT.
9156
9157         * text.C (computeBidiTables): No bidi in insetERT.
9158
9159         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9160         in RTL documents.
9161
9162 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9163
9164         * version.C.in: pre 5
9165
9166 2002-05-02  José Matos  <jamatos@fep.up.pt>
9167         * buffer.C (makeDocBookFile): white space changes, add newline to
9168         command styles.
9169         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9170
9171         * tabular.C (docBook): fix typo.
9172
9173 2002-05-03  Juergen Vigna  <jug@sad.it>
9174
9175         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9176         change in LyXText as we can not be sure it was not freed.
9177         (drawOneRow): remove unused code.
9178
9179         * text.C (drawInset): redo the calculation of the need_break_row as
9180         it could have a row which was already freed.
9181         (draw): look at the return value of drawInset and return false if
9182         it also returned false.
9183         (paintRowText): look at the return value of draw and return false if
9184         it also returned false.
9185
9186         * lyxtext.h: added bool return type to drawInset() and draw() so that
9187         if we have a change in the row so that the rowbreak has to be redone
9188         we abort drawing as it will be called again.
9189
9190 2002-05-02  Juergen Vigna  <jug@sad.it>
9191
9192         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9193         a change in the maintext also if we're inside an inset.
9194         (Dispatch): set the cursor again after a break line and after the
9195         screen has been updated as it could be we're in a different row.
9196
9197         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9198         to set the cursor behind the pargraph with > size().
9199         (setCursor): check also for the same paragraph when checking where
9200         to put the cursor if we have a NFR inset.
9201
9202         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9203         parts of layout read further up as it still was in the wrong
9204         position.
9205
9206 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9207
9208         * screen.C (drawFromTo): change sine fullRebreak always return
9209         true.
9210
9211         * buffer.C (parseSingleLyXformat2Token): reindent some
9212
9213         * BufferView_pimpl.C (update): change since fullRebreak always
9214         return true.
9215         (Dispatch): git rid of the last hardcoded "Standard"s.
9216
9217 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9218
9219         * text2.[Ch] (fullRebreak): make it return void now that we always
9220         returned true.
9221
9222 2002-04-30  Juergen Vigna  <jug@sad.it>
9223
9224         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9225         ert compatibility check for "latex" layout.
9226
9227 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9228
9229         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9230         minipages: use col% instead of p%, and also use the current font.
9231         (makeLaTeXFile): Fix use babel condition.
9232         (parseSingleLyXformat2Token): Correct font when reading old floats.
9233
9234 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9235
9236         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9237         inserting list of floats.
9238
9239 2002-04-25  Herbert Voss  <voss@lyx.org>
9240
9241         * MenuBackend.C (expand): don't add the graphics extensions to the
9242         export menu
9243
9244 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9245
9246         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9247         non-existing layout, do not complain if it was the default layout
9248         of the original class (bug #342)
9249
9250 2002-04-24  Juergen Vigna  <jug@sad.it>
9251
9252         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9253         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9254
9255 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9256
9257         * buffer.C (getBibkeyList): If using \bibliography, return the
9258         option field with the reference itself. Enables us to provide natbib
9259         support when using \bibliography.
9260
9261 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9262
9263         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9264
9265         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9266         natbib is provided by the LaTeX class.
9267
9268 2002-04-23  Juergen Vigna  <jug@sad.it>
9269
9270         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9271         Wakeup functions.
9272
9273         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9274
9275 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9276
9277         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9278
9279         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9280         ensuremath around textordmasculine, textordfeminine and
9281         textdegree.
9282
9283 2002-04-19  Juergen Vigna  <jug@sad.it>
9284
9285         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9286         reinitializing the buffer otherwise row-dimensions may be wrong.
9287         (update): reset also the selection cursors if they do exits otherwise
9288         their x/y positions may be wrong.
9289
9290         * text2.C (cursorDown): don't enter the inset if we came from a row
9291         above and are one row over the inset.
9292
9293         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9294         really leaving an inset.
9295
9296 2002-04-18  Juergen Vigna  <jug@sad.it>
9297
9298         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9299         of the selected paragraph does not have the selected layout also if
9300         the last one had!
9301
9302         * text2.C (setLayout): fixed bug which did not change last selected
9303         paragraph.
9304
9305         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9306         changed the read and substituted \\end_float with \\end_inset!
9307
9308         * BufferView_pimpl.C (cursorPrevious):
9309         (cursorNext): fixed to make it work with rows heigher than the work
9310         area without moving the cursor only the draw of the row.
9311         (workAreaMotionNotify): fix jumping over high rows.
9312
9313 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9314
9315         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9316         Ressler.
9317
9318 2002-04-16  Juergen Vigna  <jug@sad.it>
9319
9320         * text2.C (setCursor): set also the irow().
9321         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9322         (cursorUp):
9323         (cursorDown): support for locking an inset if the x_fix value goes
9324         inside it. That way I can transverse insets too with cursor up/down.
9325
9326         * lyxrow.h: added irow helper function same as other (i) functions.
9327
9328         * BufferView_pimpl.C (cursorPrevious):
9329         (cursorNext): fixed for insets!
9330
9331 2002-04-15  Juergen Vigna  <jug@sad.it>
9332
9333         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9334         position otherwise it is wrong in some cases.
9335
9336         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9337         inside the inset before the call.
9338
9339 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9340
9341         * buffer.[Ch] (getBibkeyList): make it const.
9342
9343 2002-04-12  Juergen Vigna  <jug@sad.it>
9344
9345         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9346
9347         * text2.C (getCursorX): new helper function
9348         (setCursor): compute also ix_
9349         (setCursorFromCoordinates): set also ix.
9350
9351         * lyxcursor.h: added ix_ and helper functions.
9352
9353         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9354
9355         * buffer.C (insertStringAsLines): dont break paragraph if the this
9356         paragraph is inside an inset which does not permit it!
9357
9358         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9359         also with no chars on this paragraph.
9360         (paintRowText): only paint stuff if it's inside the workarea!
9361
9362         * paragraph.C (breakParagraph): honor keepempty flag and break the
9363         paragraph always below not above.
9364
9365         * BufferView2.C (unlockInset): update the paragraph layout on inset
9366         unlock as we changed paragraph in such a case.
9367
9368         * lyxfind.C (LyXFind): clear the former selection if not found!
9369
9370         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9371         again called in insertChar().
9372
9373         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9374         an inset which uses the whole row!
9375         (rightMargin): ditto.
9376         (insertChar): force a rebreak if we inserted an inset!
9377
9378 2002-03-28  Herbert Voss  <voss@lyx.org>
9379
9380         * lyxlength.[Ch]: add inBP() to get the right PS-point
9381         units (BigPoint). With inPixels we have rounding errors
9382
9383 2002-04-11  Juergen Vigna  <jug@sad.it>
9384
9385         * text2.C (setCursorFromCoordinates): set iy to the right value.
9386         (setCursor): add check if row->previous exists!
9387
9388         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9389         an old float_type as this was the case in the old code!
9390
9391         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9392
9393         * BufferView2.C (showLockedInsetCursor): use iy
9394         (fitLockedInsetCursor): ditto
9395
9396         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9397         locked insets as there we have the right value now.
9398
9399         * lyxcursor.C: added iy_ variable and iy functions to set to the
9400         baseline of cursor-y of the locked inset.
9401
9402         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9403         (setCursor): fixed for insets which need a full row.
9404
9405         * text.C (rowLastPrintable): don't ignore the last space when before
9406         an inset which needs a full row.
9407         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9408         as last character of a row when before a inset which needs a full row.
9409
9410 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9411
9412         * version.C.in: update date
9413
9414         * text2.C (fullRebreak): try to always return true and see what
9415         happens...
9416
9417 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9418
9419         * MenuBackend.C (expand): use Floating::listName
9420
9421         * FloatList.C (FloatList): add listName argument to the built-in
9422         floats
9423
9424         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9425         text associated with the float.
9426
9427 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9428
9429         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9430
9431 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9432
9433         * ShareContainer.h: add a couple of missing typenames.
9434
9435 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9436
9437         * lyxrc.C (getDescription): use _() correctly rather than N_().
9438
9439 2002-03-28  Herbert Voss  <voss@lyx.org>
9440
9441         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9442         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9443
9444 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9445
9446         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9447         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9448
9449 2002-03-29  Juergen Vigna  <jug@sad.it>
9450
9451         * lyxfunc.C (dispatch): add a missing fitCursor call.
9452
9453         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9454         it was scrolled by a cursor move, so return the bool status.
9455
9456         * BufferView.C (fitCursor): return the bool flag also to the outside
9457         world as this is needed.
9458
9459         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9460
9461         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9462         call the edit() as it is not needed (and wrong) IMO.
9463         (workAreaButtonPress): set the screen_first variable before evt.
9464         unlock the inset as this may change screen_first and then we have
9465         a wrong y position for the click!
9466
9467 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9468
9469         * MenuBackend.C (expand): another translation that I missed
9470
9471 2002-03-28  Juergen Vigna  <jug@sad.it>
9472
9473         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9474
9475         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9476
9477 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9478
9479         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9480
9481         * MenuBackend.C (expand): fix export/view/update when there is no
9482         document open.
9483
9484 2002-03-27  Herbert Voss  <voss@lyx.org>
9485
9486         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9487         and text%
9488
9489 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9490
9491         * bufferview_funcs.C (currentState): only show paragraph number
9492         for is DEVEL_VERSION is set.
9493
9494         * lyxfunc.C (dispatch): put warning in INFO channel
9495
9496         * MenuBackend.C (expand): translate the name of floats
9497
9498         * FloatList.C (FloatList): mark the float names for translation
9499
9500         * converter.C (convert): use LibScriptSearch
9501
9502 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9503
9504         * MenuBackend.C (defaults): fix default menu (we might as well get
9505         rid of it...)
9506
9507 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9508
9509         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9510         directory.
9511
9512 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9513
9514         * lyxvc.C: reorder includes.
9515
9516 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9517
9518         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9519           properly
9520
9521 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9522
9523         * CutAndPaste.C: change layouts earlier on paste
9524           to avoid crashing when calling getFont()
9525
9526 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9527
9528         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9529         irritating #error.
9530
9531 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9532
9533         * WorkArea.C: remove 'Pending' debug message.
9534
9535         * most files: ws cleanup
9536
9537         * buffer.[Ch]: ws changes
9538
9539         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
9540
9541 2002-03-21  Juergen Vigna  <jug@sad.it>
9542
9543         * tabular.C (SetMultiColumn): collapse also the contents of the
9544         cells and set the last border right. Added a Buffer const * param.
9545
9546 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9547
9548         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
9549         linking or not.
9550
9551 2002-03-19  Juergen Vigna  <jug@sad.it>
9552
9553         * text2.C (clearSelection): reset also xsel_cache.
9554
9555         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
9556         where it needs to be called (John tells us to do so too :)
9557         (selectionLost): reset sel_cache.
9558
9559         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
9560
9561 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9562
9563         * text2.C (setCursorIntern): put debuging code in INSETS channel
9564
9565 2002-03-19  André Pönitz <poenitz@gmx.net>
9566
9567         * lyxfunc.C: tiny whitespace change
9568
9569 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9570
9571         * ToolbarDefaults.C (init):
9572         * LyXAction.C (init):
9573         * commandtags.h:
9574         * BufferView_pimpl.C (Dispatch):
9575         * lyxfunc.C (dispatch): remove LFUN_DEPTH
9576
9577 2002-03-19  Allan Rae  <rae@lyx.org>
9578
9579         * exporter.C (Export): removeAutoInsets before doing anything else.
9580         While I've just introduced a dependency on BufferView this really is
9581         the best place to clean the buffer otherwise you need to cleanup in
9582         a dozen places before calling export or cleanup in a dozen functions
9583         that export calls.
9584
9585         * converter.C (runLaTeX):
9586         (scanLog): Better handling of removeAutoInsets and screen updates.
9587
9588         * lyxfunc.C (dispatch): small whitespace changes
9589
9590 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9591
9592         * WorkArea.C (C_WorkAreaEvent): return a value.
9593         (event_cb): return 1 if we handled the event, 0 otherwise.
9594
9595         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
9596
9597 2002-03-18  Juergen Vigna  <jug@sad.it>
9598
9599         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
9600         (GetAdditionalWidth): ditto.
9601         (RightLine): ditto.
9602         (LeftLine): ditto.
9603
9604         * BufferView2.C (copy): use getLyXText() so that we do it inside an
9605         inset if we're there actually (probably not used right now but this
9606         is the direction to go for unifying code).
9607         (paste): disable code to clear the selection.
9608
9609         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
9610         inside an InsetText and move the check further up as it is in the
9611         wrong place.
9612
9613         * text2.C (pasteSelection): set a selection over the pasted text.
9614
9615 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
9616
9617         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
9618         and libgraphics to build on Cygwin.
9619
9620 2002-03-15  Juergen Vigna  <jug@sad.it>
9621
9622         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
9623         inserting an Inset into the paragraph. I know this is not the best
9624         fix but we already use current_view in CutAndPaste so we will remove
9625         all of it's using at the same time.
9626
9627         * buffer.C (sgmlError): deactivated function till it is rewritten in
9628         the right mode, now it can create problems.
9629
9630         * paragraph.C (isLineSeparator): check if getInset returns != 0,
9631         before accessing it.
9632
9633 2002-03-14  Juergen Vigna  <jug@sad.it>
9634
9635         * undo_funcs.C (textHandleUndo): do the right thing when updating
9636         the inset after the undo/redo.
9637
9638         * text2.C (setCursor): just some testcode for #44 not ready yet.
9639
9640         * undo_funcs.C (textHandleUndo): set the next() and previous()
9641         pointers of the paragraph to 0 before deleting otherwise we have
9642         problems with the Paragraph::[destructor].
9643
9644         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
9645         on a paragraph insertion.
9646
9647 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9648
9649         * buffer.C (asciiParagraph): use += operator for char append to
9650         string.
9651
9652         * paragraph.C (getFontSettings): compare >= not just >
9653         (highestFontInRange): ditto
9654         (setFont): ditto
9655
9656 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9657
9658         * paragraph.C: change several algorithm to be more appripriate for
9659         the problem domain. This is lookip in FontList and in the InsetList.
9660
9661 2002-03-13  André Pönitz <poenitz@gmx.net>
9662
9663         * commandtags.h:
9664         * LyXAction.C: remove unused LFUN_MATH_MACROARG
9665
9666 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
9667
9668         * commandtags.h:
9669         * LyXAction.C:
9670         * lyxfunc.C:
9671         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
9672
9673 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9674
9675         * Painter.C (display): anon helper function, adjust code for this
9676         change.
9677         (pixmap): remove function.
9678
9679         * Painter.h: remove private display variable.
9680
9681         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
9682
9683 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
9684
9685         * WorkArea.[Ch]: remove figinset_canvas cruft.
9686
9687 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9688
9689         * lyxtextclass.C (operator): add one item cache optimization.
9690
9691         * bufferlist.h: doxy changes
9692
9693         * bufferlist.C: ws changes
9694
9695         * DepTable.[Ch] (ext_exist): place const in the right spot.
9696
9697         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
9698         call resizeInsets.
9699         (workAreaExpose): call resizeInsets when the with BufferView changes.
9700         (Dispatch): adjust for protectedBlank removal
9701         (specialChar): call updateInset if the insert went ok.
9702
9703         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
9704         specialChar instead.
9705
9706         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
9707
9708         * BufferView.h: doxy change
9709
9710         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
9711
9712         * lyxtextclass.C (operator[]): remove non-const version
9713         (defaultLayout): remove non-const version
9714
9715 2002-03-12  Juergen Vigna  <jug@sad.it>
9716
9717         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
9718         did resize the LyXText too.
9719
9720         * buffer.C (readLyXformat2): set layout information on newly allocated
9721         paragraphs.
9722
9723         * tabular.C (OldFormatRead): set layout information on the paragraph.
9724
9725 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9726
9727         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
9728
9729 2002-03-11  Juergen Vigna  <jug@sad.it>
9730
9731         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
9732         plainly wrong.
9733         (resizeCurrentBuffer): force also the insets to resize themselfes.
9734         (moveCursorUpdate): fixed up for InsetText.
9735
9736 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
9737
9738         * commandtags.h:
9739         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
9740         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
9741         value of Dialogs::tooltipsEnabled().
9742         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
9743
9744 2002-03-08  Juergen Vigna  <jug@sad.it>
9745
9746         * BufferView_pimpl.C (updateInset): update inset inside inset also
9747         if it isn't inside theLockingInset().
9748
9749 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9750
9751         * buffer.C (asciiParagraph): redo some of the word and line length
9752         handling.
9753         (getLists): look for Caption instead of caption.
9754
9755 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9756
9757         * buffer.C (Buffer): initialize niceFile to true
9758         (makeLaTeXFile):
9759         (makeLinuxDocFile):
9760         (makeDocBookFile): make sure niceFile is true on exit
9761
9762 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9763
9764         * buffer.C (makeLaTeXFile): escape ~ in \input@path
9765
9766 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
9767
9768         * LyXSendto.C: remove.
9769         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
9770         * lyx_gui.C: remove now-redundant comment.
9771         * ColorHandler.h: remove forward declaration of class WorkArea.
9772         * lyxfunc.C: remove #include "WorkArea.h".
9773
9774 2002-03-07  Juergen Vigna  <jug@sad.it>
9775
9776         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
9777         got moved away with the DEPM and also set the inset_owner always
9778         right which before could have been omitted.
9779
9780 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9781
9782         * buffer.C (parseSingleLyXformat2Token): use default layout is the
9783         wanted layout is not found.
9784
9785 2002-03-07  Juergen Vigna  <jug@sad.it>
9786
9787         * CutAndPaste.C (cutSelection): another layout settings forgotten.
9788
9789 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9790
9791         * paragraph.C (breakParagraph): use default layout not layout of
9792         prev paragraph.
9793         (Paragraph): clear ParagraphParameters.
9794
9795 2002-03-06  Juergen Vigna  <jug@sad.it>
9796
9797         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
9798         otherwise it would not be a valid lenght. Fixed a special case in
9799         the minipage compatibility read where we end the document with a
9800         minipage.
9801
9802         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
9803         was set as it could be 0 for InsetTexts first entry.
9804
9805 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9806
9807         * paragraph.C (writeFile): if layout is empty write out
9808         defaultLayoutName().
9809
9810         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
9811         file without named layout we set layout to defaultLayoutName().
9812
9813 2002-03-06  Juergen Vigna  <jug@sad.it>
9814
9815         * CutAndPaste.C (copySelection): set layout for new paragraph.
9816
9817         * text.C (prepareToPrint): leave ERT inset left aligned
9818         (leftMargin): don't indent paragraphs inside ERT insets
9819
9820 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9821
9822         * paragraph.C (breakParagraph): dont call clear do the work manually
9823
9824         * paragraph.[Ch] (clear): remove function
9825
9826 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9827
9828         * paragraph.C (Paragraph): dont call clear, the work has already
9829         been done.
9830
9831         * lyxtextclass.C (operator): assert if n is empty
9832
9833         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
9834         work manually instead.
9835
9836 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9837
9838         * BufferView_pimpl.C: protect selectionLost against text == 0
9839
9840 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9841
9842         * text.C (breakParagraph): fix a setting layout to '0' problem.
9843
9844 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9845
9846         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
9847         final location of file, for the included files, and graphics.
9848
9849 2002-03-05  Juergen Vigna  <jug@sad.it>
9850
9851         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
9852
9853 2002-03-04  Juergen Vigna  <jug@sad.it>
9854
9855         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
9856
9857         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
9858         last column of multicolumn cells.
9859         (SetWidthOfMulticolCell): recalculate NMC and real columns.
9860
9861 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9862
9863         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
9864         file if it doesn't go to a temporary file.
9865
9866         * buffer.C (sgmlOpenTag):
9867         (sgmlCloseTag):  remove extra newline insertion.
9868
9869 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9870
9871         * text.C (getRowNearY): comment out debug msg
9872
9873 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9874
9875         * text2.C: first -> first_y
9876
9877         * text.C (getRowNearY): add some attemts at a possible
9878         optimization, not working.
9879
9880         * tabular.[Ch]: add BufferParams to several function so that newly
9881         created paragraph can be initialized to he default layotu for the
9882         buffers textclass.
9883
9884         * tabular-old.C (ReadOld): add buf->params to call of Init
9885
9886         * screen.C: rename text->first to text->first_y
9887
9888         * paragraph.C (breakParagraph): always set layout in the broken
9889         paragraph
9890
9891         * lyxtextclass.C (Read): remove lowercase
9892         (hasLayout): ditto
9893         (operator): ditto
9894         (delete_layout): ditto
9895
9896         * lyxtext.h: rename first -> first_y
9897
9898         * lyxlayout.C (Read): remove lowercase
9899         (name): ditto
9900         (setName): ditto
9901         (obsoleted_by): ditto
9902
9903         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
9904
9905         * buffer.C (insertErtContents): add params are to InsetERT
9906         (parseSingleLyXformat2Token): add code to check if a paragraphs
9907         layout really exist.
9908         (parseSingleLyXformat2Token): add params to several inset
9909         constructors
9910         (asciiParagraph): remove lowercase, do the layout comparisons with
9911         no_case
9912
9913         * BufferView_pimpl.C (cursorNext): first -> first_y
9914         (resizeCurrentBuffer): first -> first_y
9915         (updateScrollbar): first -> first_y
9916         (scrollCB): first -> first_y
9917         (workAreaMotionNotify): first -> first_y
9918         (workAreaButtonPress): first -> first_y
9919         (checkInsetHit): first -> first_y
9920         (cursorPrevious): first -> first_y
9921         (cursorNext): first -> first_y
9922         (Dispatch): add buffer_->params to severl inset contructors
9923
9924 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9925
9926         * lyxlayout.C (Read): remove some debug info that I forgot.
9927
9928         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
9929         clean up the code slightly.
9930         (makeLinuxDocFile): ditto
9931         (makeDocBookFile): ditto
9932
9933         * text2.C: layout as string
9934
9935         * text.C: layout as string
9936
9937         * paragraph_pimpl.C: layout as string
9938
9939         * paragraph.[Ch]: layout as string
9940
9941         * lyxtextclasslist.[Ch]: layout as string
9942
9943         * lyxtextclass.[Ch]: layout as string
9944
9945         * lyxtext.h: layout as string
9946
9947         * lyxlayout.[Ch]: layout as string
9948
9949         * lyx_cb.C: layout as string
9950
9951         * bufferview_funcs.C: layout as string
9952
9953         * bufferparams.C: layout as string
9954
9955         * buffer.C: layout as string
9956
9957         * LyXView.[Ch]: layout as string
9958
9959         * LaTeXFeatures.[Ch]: layout as string
9960
9961         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
9962
9963         * BufferView_pimpl.C: change current_layout to string, remove
9964         lyx::layout_type.
9965         (Dispatch):
9966         (smartQuote):
9967         (insertInset):
9968         (workAreaButtonRelease): layout as string
9969
9970         * BufferView2.C (unlockInset): adjust
9971
9972         * vspace.C (asLatexCommand): use an explict temp variable.
9973
9974 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
9975
9976         * Makefile.am: use FRONTEND_*
9977
9978 2002-03-01  Juergen Vigna  <jug@sad.it>
9979
9980         * tabular.C (SetWidthOfMulticolCell): changed to something better
9981         I hope but still work in progress.
9982         (recalculateMulticolumnsOfColumn): renamed function from
9983         recalculateMulticolCells as it is more appropriate now.
9984         (SetWidthOfCell): calculate multicols better.
9985
9986 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9987
9988         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
9989
9990         * lyxfunc.C (processKeySym): print sequence also if it is
9991         `deleted' (complete)
9992
9993         * kbsequence.C (print): print sequence even if it is deleted
9994         (complete would be a better word, actually).
9995
9996         * lyxfunc.C (dispatch): print complete options after a prefix key
9997
9998         * vspace.C (asLatexCommand): rewrite in a slightly different form.
9999
10000 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10001
10002         * text2.C (setCharFont): eliminate setCharFont code duplication.
10003
10004 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10005
10006         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10007         LFUN_TABULAR_FEATURE (bug #177)
10008
10009 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10010
10011         * Makefile.am: remove figure.h
10012
10013 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10014
10015         * Bufferview_pimpl.C:
10016         * CutAndPasteC:
10017         * LaTeX.C:
10018         * LyXSendto.C:
10019         * buffer.C:
10020         * bufferlist.C:
10021         * converter.C:
10022         * language.C:
10023         * lyxfunc.C:
10024         * lyxvc.C:
10025         * paragraph.C:
10026         * text.C:
10027         * text2.C: remove #include "lyx_gui_misc.h".
10028
10029         * LaTeX.C: added #include <cstdio>
10030
10031 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10032
10033         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10034         that the paragraph following this one can have.
10035
10036         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10037
10038         * vspace.C (asLatexCommand): fix bogus gcc warning
10039
10040         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10041
10042 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10043
10044         * text2.C (setLayout): get rid of redundant code
10045
10046 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10047
10048         * text2.C (incDepth): make sure depth cannot be increased beyond
10049         reasonable values.
10050
10051 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10052
10053         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10054         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10055
10056         * PainterBase.h (image):
10057         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10058         a LyXImage const *.
10059
10060 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10061
10062         * BufferView.C:
10063         * BufferView.h:
10064         * BufferView_pimpl.C:
10065         * BufferView_pimpl.h:
10066         * LaTeXFeatures.C:
10067         * LyXAction.C:
10068         * LyXView.C:
10069         * Makefile.am:
10070         * UpdateList.h:
10071         * UpdateList.C:
10072         * buffer.C:
10073         * figure.h:
10074         * figureForm.C:
10075         * figureForm.h:
10076         * figure_form.C:
10077         * figure_form.h:
10078         * lyx_cb.C:
10079         * lyx_gui.C:
10080         * lyx_gui_misc.C:
10081         * lyxfunc.C:
10082         * sp_base.h:
10083         * sp_ispell.h:
10084         * sp_pspell.h:
10085         * sp_spell.C: remove fig inset, and the crap house of
10086           cards that follows it
10087
10088 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10089
10090         * Makefile.am:
10091         * lyxserver.C:
10092         * os2_defines.h:
10093         * os2_errortable.h:
10094         * nt_defines.h: move .h into support/
10095
10096         * vms_defines.h: remove
10097
10098         * WorkArea.C: add space in debug output
10099
10100         * text2.C:
10101         * paragraph.C:
10102         * buffer.C: add WITH_WARNINGS
10103
10104         * vc-backend.h:
10105         * vc-backend.C:
10106         * bufferlist.C: s/retrive/retrieve/, add docs
10107
10108         * vspace.h:
10109         * vspace.C:
10110         * kbmap.h:
10111         * lyxlength.h:
10112         * lyxgluelength.h:
10113         * length_common.h:
10114         * chset.h:
10115         * chset.C: add docs
10116
10117         * lyxgui.C: add ID to X error handler
10118
10119         * lyxtestclass.c: fix typo
10120
10121 2002-02-26  Juergen Vigna  <jug@sad.it>
10122
10123         * tabular_funcs.C (write_attribute): changed so that some default
10124         attributes are not written at all.
10125         (getTokenValue): set default values before trying to read the
10126         value so we have the return value always set as default if we don't
10127         find the token we search for.
10128
10129         * tabular.C (Write): write bools as bools not as strings!
10130
10131 2002-02-22  Juergen Vigna  <jug@sad.it>
10132
10133         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10134         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10135
10136         * text.C (leftMargin): don't add an indent for paragraphs inside
10137         tabular cells (fix #208).
10138
10139 2002-02-21  José Matos  <jamatos@fep.up.pt>
10140
10141         * tabular.C (docBook): fixed support for long tables.
10142
10143 2002-02-20  Juergen Vigna  <jug@sad.it>
10144
10145         * text2.C (getFont): get the drawing font of the Inset if this
10146         paragraph is inside an inset (only important for InsetERT for now).
10147
10148         * buffer.C (insertErtContents): use new lanugage params in ERT
10149         constructor.
10150
10151         * CutAndPaste.C: commenting out seemingly uneeded code.
10152
10153 2002-02-19  Allan Rae  <rae@lyx.org>
10154
10155         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10156         Iterators might be simple to use but they also get invalidated.
10157         (removeAutoInsets): renamed saved cursor tracking variables and added
10158         some comments to clarify what everything does.
10159
10160 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10161
10162         * Chktex.C:
10163         * LaTeX.C:
10164         * LyXSendto.C:
10165         * converter.C:
10166         * lyx_cb.C:
10167         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10168         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10169
10170         * lyxfunc.C:
10171         * vc-backend.h: remove #include "support/syscall.h"
10172
10173         * LaTeX.C:
10174         * LyXSendto.C:
10175         * converter.C: rearrange #includes in Lars' approved fashion.
10176
10177         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10178         forward declare class Timeout in the header file.
10179
10180         * XFormsView.C: changes due to the above.
10181
10182         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10183         similar to LyXView.
10184
10185         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10186         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10187
10188 2002-02-18  José Matos  <jamatos@fep.up.pt>
10189
10190         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10191         insets contents.
10192
10193 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10194
10195         * a lot of small ws changes
10196         * add a lot of using std::XXX
10197         * use std construcs some places where approp.
10198         * use some exisint stuff from lyxfunctional where approp.
10199         * Make file changes to use partial linking (lets test this now...)
10200
10201 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10202
10203         * Chktex.C:
10204         * buffer.C:
10205         remove #include "support/syscontr.h" as it's redundant. Always has been.
10206
10207         * Chktex.C:
10208         * LaTeX.C:
10209         * LyXSendto.C:
10210         * converter.C:
10211         * lyx_cb.C:
10212         * vc-backend.C:
10213         change Systemcalls::System to Systemcalls::Wait and
10214         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10215         No change of functionality, just reflects the stripped down Systemcalls
10216         class.
10217
10218 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10219
10220         * debug.[Ch]: add a GRAPHICS type to the enum.
10221
10222 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10223
10224         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10225
10226         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10227         there is an inset.
10228
10229 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10230
10231         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10232         match the changes below.
10233
10234         * text2.C (toggleInset): if there is not editable inset at cursor
10235         position, try to see if cursor is _inside_ a collapsable inset
10236         and close it.
10237
10238 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10239
10240         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10241         document menu has a nice checkbox
10242
10243 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10244
10245         * lyxlength.C (asLatexString): change PW to output as percent of
10246         \textwidth.
10247
10248         * lengthcommon.C: change '%' to 't%'
10249
10250         * lyxfunc.C (dispatch): a few comments from Martin
10251
10252 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10253
10254         * WorkArea.h:
10255         * WorkArea.C:
10256         * BufferView_pimpl.h:
10257         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10258           the X selection.
10259
10260 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10261
10262         * vspace.C (inPixels): fix compiler warning
10263
10264 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10265
10266         * lyxfunc.C (getStatus): fix status message for disabled commands.
10267
10268 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10269
10270         * BufferView_pimpl.C: fix crash on close buffer
10271         during selection (#227)
10272
10273 2002-01-27  Herbert Voss  <voss@lyx.org>
10274
10275         * buffer.C: link old Figure to new graphic inset
10276
10277 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10278
10279         * FontLoader.C (getFontinfo): Change the latex font names in order
10280         to match the names of type1inst.
10281
10282 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10283
10284         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10285
10286         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10287         (extchanged): ditto
10288         (ext_exist): ditto
10289         (remove_files_with_extension): ditto
10290         (remove_file): ditto
10291         (write): ditto
10292
10293         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10294         document is smaller than the work area height. Do not initialize
10295         static variables to 0.
10296
10297 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10298
10299         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10300
10301         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10302         LFUN_LAYOUT_PARAGRAPHS.
10303
10304         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10305         tabular. It is possible to provide a possible cell, which will
10306         typically be the actcell from the corresponding insettabular
10307
10308         * lyxfunc.C (getStatus): small cleanup; disable
10309         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10310         true
10311
10312 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10313
10314         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10315
10316         * paragraph.C (startTeXParParams):
10317         (endTeXParParams): new methods. The LaTeX code to
10318         start/end paragraph formatting
10319         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10320         empty (fixes bug #200)
10321
10322         * vspace.C (inPixels): adapt to the change below
10323         (inPixels): [later] more cleanups (remove unused variables)
10324
10325         * lyxlength.C (inPixels): change to use a width and a height as
10326         parameter.
10327
10328 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10329
10330         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10331         Replaced with \paperwidth
10332
10333         * DepTable.C (insert): add std:: qualifier
10334
10335 2002-01-18  Allan Rae  <rae@lyx.org>
10336
10337         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10338         updated also?
10339
10340         * text.C (drawInset): Turned out I didn't know enough about how
10341         rebreaking worked.  This fixes most of the redraw problems.  I see
10342         an occasional cursor trail when a line is broken now and the cursor
10343         placement can seem out by a few pixels also after a rebreak.
10344
10345 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10346
10347         * buffer.C (parseSingleLyXformat2Token): update because minipage
10348         width is now a LyXLength
10349
10350         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10351
10352         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10353         math insets
10354
10355 2002-01-17  Juergen Vigna  <jug@sad.it>
10356
10357         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10358
10359         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10360         is set correctly and the inset is updated correctly.
10361
10362 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10363
10364         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10365         the beginning of the loop.
10366
10367 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10368
10369         * lyxrc.C: improve help for use_scalable_fonts
10370
10371 2002-01-17  Allan Rae  <rae@lyx.org>
10372
10373         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10374
10375 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10376
10377         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10378         make sure to set their inset_owner to the right value (bug #171)
10379
10380 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10381
10382         * DepTable.h
10383         * DepTable.C: Implement mtime checking to reduce time spent doing
10384         CRCs.
10385
10386 2002-01-16  Juergen Vigna  <jug@sad.it>
10387
10388         * tabular.C (GetAdditionalHeight): one of error fixed.
10389
10390         * lyxrc.C (output): small fix in writing use_pspell.
10391
10392 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10393
10394         * sp_base.h: #include LString.h
10395
10396 2002-01-16  Allan Rae  <rae@lyx.org>
10397
10398         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10399         Can someone check this please?
10400
10401         * text.C (drawInset): It was possible that p.row would be removed by
10402         breakAgainOneRow upsetting a few other settings.  There may be another
10403         small tweak possible by setting need_break_row = 0 when p.row has been
10404         removed but I don't know enough about the logic here.
10405
10406 2002-01-15  Allan Rae  <rae@lyx.org>
10407
10408         * text.C (insertChar): removed conditional truism.
10409
10410         * BufferView2.C (removeAutoInsets): More tweaks.
10411         cur_par_prev could be a stray pointer.  Check for trailing empty line
10412         in case last line was cur_par and only had an error inset on it.
10413
10414 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10415
10416         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10417         absolute
10418
10419         * vc-backend.C (most methods):
10420         * exporter.C (Export):
10421         * converter.C (convert):
10422         (runLaTeX):
10423         * LyXSendto.C (SendtoApplyCB):
10424         * lyxfunc.C (dispatch):
10425         (menuNew):
10426         (open):
10427         (doImport):
10428         * lyx_cb.C (AutoSave):
10429         (InsertAsciiFile):
10430         * BufferView_pimpl.C (MenuInsertLyXFile):
10431         * buffer.C (runChktex): use Buffer::filePath().
10432
10433         * buffer.h: rename filename to filename_; rename filepath to
10434         filepath_ and make it private
10435         (filePath): new method
10436
10437         * buffer.C (writeFile): use fileName()
10438         (getLatexName):
10439
10440         * lyx_main.C (init): fix starting  of LyX when the binary is a
10441         link from so,ewhere else.
10442
10443         * minibuffer.C: include <cctype> for isprint
10444
10445 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10446
10447         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10448         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10449         name clash with InsetCollapsable's width function.
10450
10451 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10452
10453         * lastfiles.C: include <iterator>
10454
10455 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10456
10457         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10458         std::count.
10459
10460         * buffer.C (makeLaTeXFile): ditto.
10461         Also make loop operation more transparent.
10462
10463 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10464
10465         * ToolbarDefaults.C: remove trailing comma closing namespace.
10466
10467         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10468
10469         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10470         as in WorkArea.
10471
10472         * trans.C (Load): comment out unused variable, allowed.
10473
10474 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10475
10476         * minibuffer.[Ch] (append_char): new method to recieve input from the
10477         drop-down completion browser. If a key was pressed, then recieve this
10478         char and append it to the existing string.
10479         (peek_event): modify the positioning data passed to the completion
10480         browser so that it can be placed above the minibuffer rather than below.
10481 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10482
10483         * LyXAction.C (init): alloe error-next for readonly documents.
10484
10485         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10486         count.
10487
10488 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10489
10490         * bufferlist.C (readFile): create the buffer _after_ checking that
10491         the file exists.
10492
10493         * lyxfunc.C (verboseDispatch): fix handling of arguments
10494
10495         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10496
10497         * lyxrc.C: use string::erase() instead of initializing to "".
10498
10499
10500 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10501
10502         * BufferView_pimpl.h:
10503         * BufferView_pimpl.C:
10504         * WorkArea.h:
10505         * WorkArea.C:
10506         * text2.C: tell X when we have made a selection for copying
10507
10508 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10509
10510         * BufferView_pimpl.C (MenuInsertLyXFile):
10511         * lyxfunc.C (menuNew):
10512         (open):
10513         (doImport): add shortcuts to directory buttons
10514
10515         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10516         open a float)
10517
10518         * lyxfunc.C (setStatusMessage):
10519         (getStatusMessage): new methods
10520         (getStatus):use setStatusMessage instead of setErrorMessage
10521         (dispatch): when function is disabled, set error message here
10522         [instead of in getStatus previously]
10523
10524         * BufferView_pimpl.C (workAreaButtonRelease): update
10525         toolbar/menubar here too.
10526
10527 2002-01-13  Allan Rae  <rae@lyx.org>
10528
10529         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10530         Now seems indestructible.  Remaining task is to audit all other
10531         code affected by deleteEmptyParagraphMechanism.  One small quirk
10532         left is that an empty document with an error in the preamble can
10533         be made to report an error but no error box appears.  I don't know
10534         where it goes.
10535         (removeAutoInsets): Improved comments.
10536
10537 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
10538
10539         * Thesaurus.h:
10540         * Thesaurus.C: update for Aiksaurus 0.14
10541
10542 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10543
10544         * text2.C (firstParagraph): removed member function, all uses
10545         replaces with ownerParagraph
10546         (redoParagraphs): here
10547         (updateInset): here
10548         (toggleAppendix): here
10549         * BufferView2.C (insertErrors): here
10550         (setCursorFromRow): here
10551
10552 2002-01-13  Allan Rae  <rae@lyx.org>
10553
10554         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
10555         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
10556         There is still a way to segfault this although you may have to do this
10557         multiple times: Have an InsetERT with an unknown command in it.
10558         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
10559         <down-arrow>, <Enter> again, View->DVI, BANG!
10560
10561         * text2.C (setCursor):
10562         (deleteEmptyParagraphMechanism):
10563         * lyxtext.h (setCursor):
10564         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
10565         Making use of the return value may help fix other bugs.
10566
10567 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10568
10569         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
10570
10571         * LyXView.C (updateMenubar): call MenuBar::update here
10572         (updateToolbar): but not here
10573         (showState): do not update toolbar/menubar
10574
10575         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
10576         should need to care about that.
10577
10578         * lyxfunc.C (verboseDispatch): simplify a bit
10579         (getStatus): have a version which takes a pseudoaction, and
10580         another which requires a (kb_action,string).
10581
10582         * LyXAction.C (retrieveActionArg): make it work also when action
10583         is not a pseudo-action.
10584         (getActionName): simplify a bit
10585         (helpText):
10586
10587 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10588
10589         * lyxfunc.C (verboseDispatch): new families of methods with
10590         several ways to specify a command and a bool to indicate whether
10591         the command name and shortcut should be displayed in minibuffer
10592         (eventually, we could extend that to a finer bitmask like
10593         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
10594         (dispatch): the pristine dispatch command which just, well,
10595         dispatchs! Note it still sets its result to minibuffer; I'm not
10596         sure we want that.
10597
10598         * lyxfunc.h: remove setHintMessage
10599
10600         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
10601
10602 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10603
10604         * BufferView_pimpl.C (specialChar): delete new inset if we have
10605         not been able to insert it.
10606
10607         * kbmap.C: revert to using int instead of kb_action, since all we
10608         are dealing with is pseudo-actions.
10609
10610         * LyXAction.C (searchActionArg): change to return int instead of
10611         kb_action, since the result is a pseudoaction.
10612
10613 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
10614
10615         * buffer.C (insertErtContents): Fix (partially) the font bug.
10616
10617 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10618
10619         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
10620         as the other one is broken on my machine!
10621
10622 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
10623
10624         * commandtags.h:
10625         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
10626
10627 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
10628
10629         * lyxrc.[Ch]: change names and descriptions of popup font variables to
10630         reflect their actual use. Provide compatibility code for older lyxrc
10631         files.
10632
10633         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
10634         FL_NORMAL_STYLE.
10635         change names of popup font variables in line with the changes to lyxrc.C
10636
10637 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10638
10639         * buffer.C (asciiParagraph): avoid outputing a word twice after
10640         an inset.
10641
10642         * lyxrc.C (getDescription): document that document_path and
10643         template_path can be empty.
10644
10645 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10646
10647         * LaTeXFeatures.C (getMacros):
10648         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
10649
10650         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
10651
10652         * LaTeXFeatures.C (useFloat): require "float" here instead of in
10653         getPackages.
10654         (getPackages): rename feature "floats" to "float". Use an array to
10655         iterate over 'simple' features (i.e. just a \usepackage). Add
10656         handling of "amsmath" (renamed from "amsstyle").
10657
10658 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
10659
10660         * LaTeXFeatures.C (require): Prevent duplicate entries in the
10661         features list.
10662
10663 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
10664
10665         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
10666         FuncStaus::FuncStatus & FuncStaus::some_method().
10667
10668 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
10669
10670         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
10671         of the func_satus stuff. Edited and massaged in various ways by
10672         JMarc.
10673
10674         * lyxfunc.C (getStatus): use FuncStatus
10675
10676 2002-01-08  Juergen Vigna  <jug@sad.it>
10677
10678         * text.C (nextBreakPoint): use function Inset::isChar().
10679
10680         * paragraph.C (TeXOnePar): use function
10681         Inset::forceDefaultParagraphs.
10682
10683         * buffer.C (latexParagraphs): use function
10684         Inset::forceDefaultParagraphs.
10685
10686 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10687
10688         * lyx_gui.C (init): set the style of the menu popups to
10689         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
10690
10691 2002-01-07  Juergen Vigna  <jug@sad.it>
10692
10693         * text.C (setHeightOfRow): small fix
10694         (prepareToPrint): don't look at alignment if we don't have the place
10695         for doing it.
10696
10697 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10698
10699         * box.C: New file. Move the Box methods and functions out of box.h,
10700         following Lars' suggestion.
10701
10702 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10703
10704         * box.h: #include "support/LOstream.h", needed for inlined function.
10705
10706         * lyxtextclass.C:
10707         * lyxtextclasslist.C: added some using std declarations.
10708
10709 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
10710
10711         * box.h: make signed dimensions to allow insets wider than
10712           the screen (bug #162)
10713
10714         * BufferView_pimpl.C: add some insetHit debug
10715
10716 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
10717
10718         * vc-backend.C: add FIXME
10719
10720 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10721
10722         * lyxfunc.C (getStatus): enable code for showing math font status
10723         in toolbar/menu.
10724
10725 2002-01-07  Juergen Vigna  <jug@sad.it>
10726
10727         * text.C (nextBreakPoint): removed debug output not needed anymore.
10728
10729 2002-01-06  Juergen Vigna  <jug@sad.it>
10730
10731         * text.C (nextBreakPoint): fixed up this function we had this bug
10732         since ever but now hopefully we break row better.
10733         (insertChar): we have to check if an inset is the next char as it
10734         could now happen that a large inset is causing a break.
10735
10736 2002-01-05  Juergen Vigna  <jug@sad.it>
10737
10738         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
10739         if it doesn't like to be drawed.
10740
10741 2002-01-04  Juergen Vigna  <jug@sad.it>
10742
10743         * BufferView2.C (lockInset): forgot to set a cursor.
10744
10745         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
10746
10747 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
10748
10749         * FormMathsPanel.C:
10750         * FormMathsPanel.h
10751         * MathsSymbols.C:
10752         * form_maths_panel.C:
10753         * form_maths_panel.h:
10754         * form_maths_panel.fd: implemented sub- and super- buttons in math
10755         panel.
10756
10757         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
10758         (or ^ space) to be used as in TeX (req'd by André).
10759
10760         * lyxfunc.C: Allow ^ and _ again to be used both as
10761         super/subscript (mathed) and as themselves (in text).
10762
10763 2002-01-03  Allan Rae  <rae@lyx.org>
10764
10765         * LyXView.C (updateWindowTitle): Setup a short icon title of either
10766         "LyX" or the filename of the current buffer if it has one.  This is a
10767         modified form of John Levon's patch.
10768
10769         * XFormsView.C (setWindowTitle): also set icon title.
10770
10771         * LyXView.h (setWindowTitle): signature changed.
10772         * XFormsView.h (setWindowTitle): ditto.
10773
10774 2002-01-02  Juergen Vigna  <jug@sad.it>
10775
10776         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
10777
10778 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10779
10780         * screen.C (topCursorVisible): introduce a temp var for
10781         text->cursor.row(), handle the case where this row is null. (kindo
10782         hachish)
10783
10784         * text2.C (setCursor): add a couple of asserts.
10785
10786         * paragraph.h (inset_iterator): add -> operator
10787
10788         * paragraph.[Ch] (autoDeleteInsets): remove member function
10789
10790         * BufferView2.C (removeAutoInsets): rewrite to handle the old
10791         cursor pos correctly and handle inset deletion by itself.
10792         (insertErrors): move iterator declaration out of for expression
10793
10794         * lyxtextclass.C: add <algorithm>
10795
10796         * Makefile.am: added the new files to sources, removed layout.C
10797
10798         * layout.C: removed file
10799
10800         * layout.h: remove LYX_DUMMY_LAYOUT
10801
10802         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
10803         layout.
10804
10805         * lyxlayout.[Ch]:
10806         * lyxtextclass.[Ch]:
10807         * lyxtextclasslist.[Ch]: new files
10808
10809         * include order changes to a lot of files, also changes because of
10810         the six new files.
10811
10812 2001-12-27  Juergen Vigna  <jug@sad.it>
10813
10814         * buffer.C (asciiParagraph): more fixes.
10815
10816         * tabular.C (ascii): make ascii export support export of only the
10817         data separated by a column-delimiter.
10818         (ascii): better support for ascii export.
10819
10820         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
10821
10822 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10823
10824         * tabular_funcs.C: use a "using std::getline" instead of the
10825         previous fix from Angus (necessary for cxx + lyxstring)
10826
10827 2001-12-24  Juergen Vigna  <jug@sad.it>
10828
10829         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
10830
10831         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
10832         problems. First check a minipage also if we have some ert-contents
10833         (not only on par->size(), second set the right depth of the paragraph
10834         on the relink to the root-paragraph-list!
10835
10836         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
10837         which then did not anymore update the main paragraphs on undo/redo!
10838
10839 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10840
10841         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
10842         code. Support all font-changing funcs (even those which are not in
10843         menu currently). Support for reporting font settings in
10844         mathed (disabled until Andre provides a function on mathed's side).
10845
10846         * func_status.h (toggle): small helper function to set toggle
10847         state on a flag.
10848
10849 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
10850
10851         * tabular_funcs.C: getline -> std::getline
10852
10853 2001-12-21  Juergen Vigna  <jug@sad.it>
10854
10855         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
10856         accessed and could be 0 (I couldn't generate this but it seems
10857         Michael could!).
10858
10859 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10860
10861         * tabular_funcs.C: add LIstream.h, move write_attribute to..
10862         * tabular_funcs.h: here and include iosfwd
10863
10864 2001-12-20  Juergen Vigna  <jug@sad.it>
10865
10866         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
10867         inside inset but undo_par was.
10868
10869 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10870
10871         * Thesaurus.C: always include <config.h> in sources.
10872
10873         * Painter.h:
10874         * lyxlookup.h:
10875         * box.h: do not include <config.h> in header files
10876
10877         * text.C (paintLastRow): remove unused variable
10878
10879         * text.C (transformChar):
10880         (insertChar):
10881         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
10882
10883         * Painter.C (text):
10884         * font.C (width): rewrite to use uppercase() instead of
10885         islower/toupper.
10886
10887         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
10888
10889 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
10890
10891         * lyxfind.C: clean up of find failure position change
10892
10893 2001-12-20  Juergen Vigna  <jug@sad.it>
10894
10895         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
10896
10897         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
10898         (TeXRow): added to LaTeX a single tabular row.
10899         (TeXLongtableHeaderFooter): added to output LT-h/f data.
10900         (Latex): simplified and finally good LT-h/f support.
10901         (various_functions): just small adaptions for LT-h/f support.
10902
10903         * tabular_funcs.[hC]: added and moved here all not classfunctions
10904         of LyXTabular.
10905
10906 2001-12-19  Juergen Vigna  <jug@sad.it>
10907
10908         * tabular.[Ch]: better support for longtabular options (not finished
10909         yet!)
10910
10911 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10912
10913         * text.C (paintLastRow): use the label font instead of the font of
10914         the last character to compute the size of *_BOX. This makes more
10915         sense and avoids a crash with empty paragraphs.
10916         Use Painter::rectangle to draw EMPTY_BOX.
10917
10918 2001-12-19  Juergen Vigna  <jug@sad.it>
10919
10920         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
10921         the paragraphs if the replaced paragraph is not the first one!
10922         Tried to delete not used paragraphs but does not work yet so for
10923         now it's inside #ifdef's and by default off!
10924
10925 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10926
10927         * MenuBackend.C: include "lyx_main.h" instead of declaring
10928         lastfiles (actually was declared as LastFiles* instead of a
10929         scoped_ptr).
10930
10931 2001-12-17  Juergen Vigna  <jug@sad.it>
10932
10933         * tabular.C (AppendColumn): applied John's fix
10934
10935 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
10936
10937         * BufferView.h:
10938         * BufferView.C:
10939         * BufferView_pimpl.h:
10940         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
10941
10942         * Makefile.am:
10943         * box.h: new start of class for above
10944
10945         * lyxfunc.C: ignore space-only minibuffer dispatches.
10946           Show the command name when it doesn't exist
10947
10948         * minibuffer.C: don't add empty lines to the history
10949
10950         * minibuffer.C: add a space on dropdown completion
10951
10952 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
10953
10954         * text.C: fix line above/below drawing in insets
10955
10956 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10957
10958         * lyxlength.C (LyXLength): Initialize private variables.
10959
10960 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
10961
10962         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
10963         when inserting error insets.
10964
10965 2001-12-13  Juergen Vigna  <jug@sad.it>
10966
10967         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
10968         actually sometimes the before-paragraph.
10969         (setUndo): don't clear the redostack if we're not actually undoing!
10970
10971 2001-12-06  Juergen Vigna  <jug@sad.it>
10972
10973         * undo_funcs.C (textHandleUndo): well after John's hint I got here
10974         and fixed redoing of main paragraph, so we can use it now ;)
10975
10976         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
10977
10978 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10979
10980         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
10981         Juergen's request
10982
10983 2001-12-13  André Pönitz <poenitz@gmx.net>
10984
10985         * undostack.[Ch]:
10986         * undo_func.C: minor cleanup
10987
10988 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10989
10990         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
10991         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
10992         font in urw-fonts package which is marked as -urw-fontspecific and
10993         does not work (incidentally, changing the encoding in the
10994         fonts.dir of this package to -adobe-fontspecific fixes the
10995         problem).
10996
10997         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
10998         is a crash when undoing first paragraph (Juergen, please take a
10999         look). THis does not mean the undo fix is wrong, just that it
11000         uncovers problems.
11001
11002         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11003         the (Paragraph*) version when needed instead of duplicating the
11004         code.
11005
11006         * text.C (workWidth): use Inset::parOwner to find out where the
11007         inset has been inserted. This is a huge performance gain for large
11008         documents with lots of insets. If Inset::parOwner is not set, fall
11009         back on the brute force method
11010
11011         * paragraph_pimpl.C (insertInset):
11012         * paragraph.C (Paragraph):
11013         (cutIntoMinibuffer): set parOwner of insets when
11014         inserting/removing them
11015
11016         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11017
11018 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11019
11020         * commandtags.h:
11021         * LyXAction.C:
11022         * lyx_main.C:
11023         * lyxfunc.C:
11024         * mathed/formulabase.C:
11025         * mathed/math_cursor.[Ch]:
11026         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11027
11028
11029 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11030
11031         * lyxlength.[Ch] (operator!=): new function
11032
11033 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11034
11035         * text.C (workWidth): use Inset::parOwner to find out where the
11036         inset has been inserted. This is a huge performance gain for large
11037         documents with lots of insets. If Inset::parOwner is not set, fall
11038         back on the brute force method
11039
11040         * paragraph_pimpl.C (insertInset):
11041         * paragraph.C (Paragraph):
11042         (cutIntoMinibuffer): set parOwner of insets when
11043         inserting/removing them
11044
11045         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11046
11047 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11048
11049         * tabular-old.C (getTokenValue):
11050         * tabular.C (getTokenValue):
11051         (write_attribute): new versions for LyXLength
11052         (everywhere): adjust the use of widths
11053
11054         * tabular.h: change the type of widths from string to LyXLength
11055
11056 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11057
11058         * paragraph.C: fixed missing line number count when exporting
11059         Environments to LaTeX file
11060
11061         * buffer.C: added informational message for checking line numbers.
11062
11063 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11064
11065         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11066         paragraph, do the 'double space' part, but not the 'empty
11067         paragraph' one.
11068
11069         * text.C (workWidth): small optimization
11070         (getLengthMarkerHeight): use minimal size for negative lengths.
11071
11072 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11073
11074         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11075
11076         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11077
11078 2001-12-11  André Pönitz <poenitz@gmx.net>
11079
11080         * FontLoader.C:
11081         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11082
11083 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11084
11085         * text2.C: keep selection on a setFont()
11086
11087 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11088
11089         * lyx_cb.C: another bv->text misuse, from insert label
11090
11091 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11092
11093         * kbsequence.h:
11094         * kbsequence.C: re-instate nmodifier mask
11095
11096 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11097
11098         * lyx_main.h: make lyxGUI private.
11099
11100 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11101
11102         * lyxfind.C: place the cursor correctly on failed search
11103
11104 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11105
11106         * text.C (getLengthMarkerHeight): for small heights, the arrows
11107         are not always on top/bottom of the text
11108         (drawLengthMarker): smaller arrows; take the left margin in
11109         account; draw also vfills.
11110         (paintFirstRow):
11111         (paintLastRow): remove special code for vfill and standard spaces,
11112         since everything is handled in drawLengthMarker now.
11113
11114 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11115
11116         * buffer.C (insertErtContents): try to handle font and language
11117         interaction a bit better.g
11118
11119         * ColorHandler.C (updateColor): change the hash to cover the whole
11120         LColor enum, ws cleanup
11121         (getGCLinepars): ditto
11122         (getGCLinepars): only lookup in the linecache once.
11123
11124 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11125
11126         * iterators.C (operator++): Make the iterator more robust
11127
11128         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11129         (John's patch)
11130         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11131
11132 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11133
11134         * lyxtext.h:
11135         * text.C: better added space drawing
11136
11137 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11138
11139         * LyXView.C:
11140         * BufferView2.C: fix layout combo update on inset unlock
11141
11142 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11143
11144         * Makefile.am: don't compile unused files
11145
11146 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11147
11148         * lyxfunc.C:
11149         * commandtags.h:
11150         * LyXAction.C: remove old LFUN_LAYOUTNO
11151
11152 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11153
11154         * paragraph_pimpl.h:
11155         * paragraph_pimpl.C: isTextAt() doesn't need font param
11156
11157 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11158
11159         * lyxlex.h:
11160         * lyxlex.C: little cleanup
11161
11162 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11163
11164         * BufferView_pimpl.C: fix insertAscii for insets
11165
11166 2001-12-05  Juergen Vigna  <jug@sad.it>
11167
11168         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11169         set the right font on the "multi" paragraph paste!
11170
11171 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11172
11173         * trans_decl.h:
11174         * trans_mgr.[Ch]:
11175         * trans.[Ch]:
11176         * lyxgluelength.C:
11177         * lyxlength.C: remove out-commented code.
11178
11179         * BufferView_pimpl:
11180         * CutAndPaste.C:
11181         * DepTable.C:
11182         * buffer.C:
11183         * chset.C:
11184         * lastfiles.C:
11185         * lyxlex.C:
11186         * lyxlex_pimpl.C:
11187         * lyxserver.C:
11188         * screen.C:
11189         * tabular-old.C:
11190         * tabular.C:
11191         * text.C:
11192         * trans_mgr.C:
11193         * vc-backend.C: change "while(" to "while ("
11194
11195         * lyxlength.[Ch]: add zero function to check if length is zero or
11196         not
11197         * lyxgluelength.C: use it
11198
11199 2001-12-05  Allan Rae  <rae@lyx.org>
11200
11201         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11202         Works for 2.95.3, from what I understand of Garst's reports this should
11203         work for other g++ versions.  We're screwed if the abs(int) definition
11204         changed between bugfix releases of gcc.
11205
11206 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11207
11208         * text.C: fix chapter label offset !
11209
11210 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11211
11212         * lyxtext.h:
11213         * text.C: fix hfill at end of line, clean up
11214
11215 2001-12-04  Juergen Vigna  <jug@sad.it>
11216
11217         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11218         that we force an update of the inset and it's owners if neccessary.
11219
11220 2001-12-03  Juergen Vigna  <jug@sad.it>
11221
11222         * text.C (rowLast): simplified code
11223
11224 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11225
11226         * lyxfunc.C: fix show options on timeout
11227
11228 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11229
11230         * screen.C (topCursorVisible): scroll half a page when the cursor
11231         reached top of bottom of screen
11232
11233 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11234
11235         * minibuffer.C: deactivate on loss of focus
11236
11237 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11238
11239         * vspace.[Ch] (operator!=): add operator.
11240
11241 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11242
11243         * BufferView_pimpl.C: refuse to open an inset when
11244         there's a selection.
11245
11246 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11247
11248         * BufferView_pimpl.C: allow to click on RHS of full row insets
11249
11250 2001-11-30  Juergen Vigna  <jug@sad.it>
11251
11252         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11253         insets for undo reasons.
11254
11255 2001-11-28  André Pönitz <poenitz@gmx.net>
11256
11257         * vspace.[Ch]: cosmetical changes
11258
11259 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11260
11261         * LyXAction.h:
11262         * LyXAction.C:
11263         * lyxfunc.h:
11264         * lyxfunc.C:
11265         * kbmap.h:
11266         * kbmap.C:
11267         * lyxrc.C:
11268         * kbsequence.h:
11269         * kbsequence.C: part re-write of old kb code
11270
11271         * Painter.C:
11272         * WorkArea.C: remove Lgb_bug_find_hack
11273
11274 2001-11-30  José Matos <jamatos@fep.up.pt>
11275
11276         * buffer.C (makeDocBookFile): add a comment to point a hack.
11277         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11278         Fixed a double write of labels.
11279
11280 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11281
11282         * LaTeX.C:
11283         * LaTeX.h Fixed bug in LaTeX class where it would not
11284         re-run latex if no depfiles were changed, but the .dvi was removed.
11285
11286 2001-11-28  André Pönitz <poenitz@gmx.net>
11287
11288         * all the files from the change on 2001/11/26:
11289         use lyx::layout_type instead of LyXTextClass::size_type
11290         use lyx::textclass_type instead of LyXTextClassList::size_type
11291
11292 2001-11-29  Juergen Vigna  <jug@sad.it>
11293
11294         * text.C: added support for paragraph::isFreeSpacing()
11295
11296         * buffer.C: same as above
11297
11298         * paragraph.h: inserted isFreeSpacing() function to enable
11299         FreeSpacing inside InsetERT.
11300
11301         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11302         of the paragraph's in the cut/copy buffer to 0!
11303
11304         * text2.C (removeRow): remove the assert as it can!
11305
11306         * lyxtext.h: added helper function firstRow returning firstrow and
11307         made firstrow private again.
11308
11309         * BufferView2.C (lockInset): don't relock if we're already locked!
11310
11311         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11312         the only paragraph.
11313         (removeRow): added Assert::(firstrow)
11314
11315         * debug.C: forgot to add INSETTEXT here.
11316
11317 2001-11-28  Juergen Vigna  <jug@sad.it>
11318
11319         * sp_spell.C (initialize): changed error text to more general
11320         spellchecker command use (not only ispell!)
11321
11322         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11323
11324         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11325
11326 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11327
11328         * vspace.C: initialise lyxgluelength on failure
11329
11330 2001-11-28  Allan Rae  <rae@lyx.org>
11331
11332         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11333         declaration & definition that looks like a function declaration.
11334
11335 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11336
11337         * BufferView2.C (copy):
11338         (copyEnvironment): do not clear the selection when doing a copy.
11339
11340         * text.C (paintFirstRow): compilation fix
11341
11342 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11343
11344         * tabular.C (Latex): correct line count when writing latex.
11345
11346 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11347
11348         * paragraph_pimpl.h:
11349         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11350           bug a bit
11351
11352 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11353
11354         * text.C:
11355         * LColor.h:
11356         * LColor.C: change vfillline->added_space
11357
11358         * text.C: add markers and text for added space
11359
11360         * vspace.C: fix comment
11361
11362 2001-11-28  André Pönitz <poenitz@gmx.net>
11363
11364         * paragraph.C: whitespace changes
11365         * all the other files from the change on 2001/11/26:
11366         change *::pos_type into lyx::pos_type
11367
11368 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11369
11370         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11371         language of the document when inserting error insets.
11372
11373 2001-11-26  André Pönitz <poenitz@gmx.net>
11374
11375         * BufferView_pimpl.[Ch]:
11376         *       CutAndPaste.C:
11377         * buffer.[Ch]:
11378         * lyxcursor.[Ch]:
11379         * lyxfind.C:
11380         * lyxfunc.C:
11381         * lyxrow.[Ch]:
11382         * paragraph.[Ch]:
11383         * paragraph_pimpl.[Ch]:
11384         * sp_spell.C:
11385         * text.C:
11386         * text2.C: reduce header dependencies, introduce type for positions
11387
11388 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11389
11390         * <various>: change to use Alert.h
11391
11392 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11393
11394         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11395         when encountering an unknown token.
11396         (readLyXformat2): Show an error message if there were unknown tokens.
11397
11398 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11399
11400         * BufferView2.C:
11401         * BufferView_pimpl.C:
11402         * buffer.C:
11403         * paragraph.h:
11404         * text.C:
11405         * text2.C: use par->isInset()
11406
11407 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11408
11409         * paragraph_pimpl.h:
11410         * paragraph_pimpl.C: cleanup
11411
11412 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11413
11414         * text2.C (removeRow):
11415         * text.C (setHeightOfRow): remove useless (and costly) call to
11416         getRow.
11417
11418 2001-11-20  Allan Rae  <rae@lyx.org>
11419
11420         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11421         Now need Inset*::checkInsertChar() to return true for appropriate
11422         cases so that the characters in the minibuffer will actually be
11423         inserted.
11424
11425 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11426
11427         * text.C: change the order of the includes.
11428         (workWidth): initialize it at once.
11429         (workWidth): make maxw unsigned
11430         (setHeightOfRow): remove unused variable (inset)
11431         (selectSelectedWord): remove unused variable (inset)
11432         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11433
11434 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11435
11436         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11437         server is not running.
11438         (openConnection):
11439         (closeConnection): add debug info when server is disabled.
11440
11441         * ColorHandler.C (getGCForeground): send debug message to GUI
11442         channel.
11443
11444         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11445
11446         * kbmap.C (bind): modify because return conventions of
11447         kb_sequence::parse have changed.
11448
11449         * kbsequence.C (parse): only ignore spaces and not any stupid
11450         control character. This avoids tests like s[i] <= ' ', which are
11451         guaranteed to fail with 8bit characters and signed chars.
11452         Change return code to string::npos when there have been no error
11453         (0 was a bad idea when error is at first character)
11454
11455 2001-11-14  José Matos  <jamatos@fep.up.pt>
11456
11457         * buffer.h:
11458         * buffer.C (simpleDocBookOnePar): removed unused argument.
11459
11460 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11461
11462         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11463         insets which are part of a word. Paragraph::isLetter takes care of
11464         that now. Use Paragraph::isInset to identify insets.
11465         (selectSelectedWord): do not test for hyphenation break.
11466
11467         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11468         that protected spaces are considered as spaces.
11469
11470         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11471         Inset::isLetter.
11472
11473 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11474
11475         * lyxserver.h:
11476         * lyxserver.C: fix it. and small cleanup.
11477
11478 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11479
11480         * BufferView_pimpl.C: use inline helpers
11481
11482         * LaTeXFeatures.h:
11483         * LaTeXFeatures.C: fix typos
11484
11485         * Spacing.h:
11486         * Spacing.C: move spacing_string into class
11487
11488         * ToolbarDefaults.C: move stuff into namespace anon
11489
11490         * layout.h: update enum
11491
11492         * lyxfunc.C: use better debug
11493
11494         * minibuffer.h: fix typo
11495
11496         * debug.h:
11497         * debug.C:
11498         * WorkArea.C: add and use Debug::WORKAREA
11499
11500         * lyxtext.h:
11501         * text.C:
11502         * text2.C: code re-organisation, inline helpers
11503
11504 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11505
11506         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11507         std::vector.empty().
11508
11509 2001-11-09  Allan Rae  <rae@lyx.org>
11510
11511         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11512         '\n's after tables.  Tabular and ERT inset work now makes this no
11513         longer necessary.
11514
11515 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11516
11517         * minibuffer.h:
11518         * minibuffer.C: fix crash, improve drop-down completion
11519
11520 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11521
11522         * lyxserver.h:
11523         * lyxserver.C: invalidate fd's when doing endPipe()
11524
11525 2001-11-08  José Matos  <jamatos@fep.up.pt>
11526
11527         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11528         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11529
11530         * paragraph.h:
11531         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11532
11533 2001-11-07  José Matos  <jamatos@fep.up.pt>
11534
11535         * buffer.h:
11536         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
11537         const qualifier.
11538
11539         * buffer.C (sgmlOpenTag):
11540         * buffer.C (sgmlCloseTag): removed debug info.
11541
11542         * buffer.h (sgmlOpenTag):
11543         * buffer.h (sgmlCloseTag): made public.
11544
11545 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11546
11547         * buffer.C (saveParamsAsDefaults):
11548         * lyx_cb.C (MenuLayoutSave): remove
11549
11550         * LyXAction.C (init):
11551         * commandtags.h:
11552         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
11553
11554 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11555
11556         * buffer.C (setPaperStuff): removed from here...
11557
11558         * bufferparams.C (setPaperStuff): ... and moved there.
11559
11560 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
11561
11562         * minibuffer.h:
11563         * minibuffer.C:
11564         * XFormsView.C: add support for drop-down completion
11565
11566 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
11567
11568         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
11569         commands.
11570
11571 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11572
11573         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
11574         disabled.
11575
11576 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
11577
11578         * lyx_main.C: change ref to known bugs
11579
11580 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
11581
11582         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
11583         to work around older babel problems.
11584
11585 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11586
11587         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
11588
11589 2001-10-24  Juergen Vigna  <jug@sad.it>
11590
11591         * tabular-old.C (ReadOld): below variable changes reflected.
11592
11593         * tabular.[Ch]: added ltType struct for longtable header/footer
11594         defines and changed all instances where they are used. Added
11595         future support for double top/bottom rows.
11596
11597 2001-10-24  José Matos  <jamatos@fep.up.pt>
11598
11599         * buffer.h (docbookHandleCaption):
11600         * buffer.C (docbookHandleCaption): removed unused function.
11601         (makeDocBookFile): moved docbook supported version to v4.1.
11602
11603 2001-10-24  José Matos  <jamatos@fep.up.pt>
11604
11605         * tabular.h:
11606         * tabular.C (docbookRow): new function to export docbook code of a row.
11607         (DocBook): now honors the longtable flags.
11608
11609 2001-10-23  José Matos  <jamatos@fep.up.pt>
11610
11611         * LaTeXFeatures.h:
11612         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
11613         of the lyx defined sgml entities used in a docbook/linuxdoc document.
11614
11615         * buffer.C (makeLinuxDocFile):
11616         (makeDocBookFile): reworked the preamble, more clean, and with
11617         support for lyx defined entities. Changed the document declaration
11618         to be more XML friendly.
11619
11620         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
11621         if we need to output XML that should be done with a filter.
11622
11623 2001-10-22  Juergen Vigna  <jug@sad.it>
11624
11625         * sp_pspell.h (class PSpell): add alive function needed in the
11626         controller to see if the spellchecker could be started.
11627
11628 2001-10-22  Juergen Vigna  <jug@sad.it>
11629
11630         * buffer.C (insertStringAsLines): modify the font for inserting
11631         chars in certain conditions by calling checkInsertChar(font).
11632
11633 2001-10-19  Juergen Vigna  <jug@sad.it>
11634
11635         * text.C (workWidth): use getRow instead of wrong algorithm.
11636         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
11637
11638 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
11639
11640         * lyxserver.h:
11641         * lyxserver.C:
11642         * lyx_main.h:
11643         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
11644
11645 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11646
11647         * text.C (workWidth): do not search for the exact row when
11648         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
11649         optimization for big documents.
11650
11651 2001-10-18  Juergen Vigna  <jug@sad.it>
11652
11653         * text.C (workWidth): new function with added Inset * parameter.
11654
11655 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11656
11657         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
11658
11659         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
11660         change return type of getColumnNearX.
11661
11662
11663         * text.C (changeRegionCase): use uppercase/lowercase instead of
11664         toupper/tolower.
11665         (leftMargin):
11666         (rightMargin): simplify code by factoring out the uses of
11667         textclasslist.
11668         (labelFill):
11669         (numberOfHfills):
11670         (setHeightOfRow):
11671         (appendParagraph): use Paragraph::size_type
11672
11673 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11674
11675         * vspace.C (asLatexString): add a missing break
11676
11677 2001-10-15  Herbert Voss  <voss@perce.de>
11678
11679         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
11680
11681 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11682
11683         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
11684         is not available.
11685
11686 2001-10-10  André Pönitz <poenitz@gmx.net>
11687
11688         * lyxfunc.C: removed greek_kb_flag.
11689
11690 2001-10-10  Herbert Voss  <voss@perce.de>
11691
11692         * lyx_main.C: delete global string help_lyxdir.
11693
11694 2001-10-09  Herbert Voss  <voss@perce.de>
11695
11696         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
11697
11698         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
11699
11700         * lyx_main.C: added global string help_lyxdir.
11701
11702         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
11703
11704 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11705
11706         * lyxrc.C (set_font_norm_type): support iso8859-4
11707
11708 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
11709
11710         * LaTeX.C (deplog): add another regex for MikTeX
11711
11712 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11713
11714         * lyxrc.C (set_font_norm_type): support iso8859-3
11715
11716 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11717
11718         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
11719
11720         * LaTeXFeatures.C: remove special case of french and index
11721
11722         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
11723         before \begin{document}). This solves several incompatibilities.
11724
11725 2001-10-03  Garst Reese  <reese@isn.net>
11726
11727         * lyx_cb.C: change CheckTex error msg.
11728
11729 2001-10-03  José Matos  <jamatos@fep.up.pt>
11730
11731         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
11732
11733 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11734
11735         * .cvsignore: update
11736
11737         * lyx_main.C (commandLineVersionInfo): use new style version info.
11738
11739         * buffer.C (writeFile):
11740         (makeLaTeXFile):
11741         (makeLinuxDocFile):
11742         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
11743
11744         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
11745
11746         * version.h: update to use stuff in version.C
11747
11748         * version.C.in: new file. Contains version information determined
11749         at compile time. This is a merging of version.h and
11750         version_info.h.in.
11751
11752 2001-10-03  Juergen Vigna  <jug@sad.it>
11753
11754         * BufferView_pimpl.C (update): don't change "dirty" status in
11755         updateInset call.
11756
11757 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
11758
11759         * WorkArea.C (c-tor): re-position version string slightly.
11760
11761 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
11762
11763         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
11764         revert to previous code.
11765
11766         WorkArea.[Ch]: (show, destroySplash): methods removed.
11767
11768         WorkArea.C: rework code so that it's an amalgam of the codes before and
11769         after the splash screen was moved to WorkArea.
11770
11771 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11772
11773         * lyxrc.C (read):
11774         * vspace.C (inPixels):
11775         (lyx_advance):
11776         * kbmap.C (bind):
11777         * buffer.C (insertStringAsLines):
11778         (asciiParagraph): fix types to be large enough
11779
11780         * lyxlex_pimpl.h: change member status from short to int
11781
11782         * layout.h: fix type of endlabeltype
11783
11784         * kbmap.C (bind):
11785         * kbsequence.C (parse): change return type to string::size_type
11786
11787         * LaTeX.C (updateBibtexDependencies): comment out unneeded
11788         variable
11789
11790         * Bullet.C (bulletSize):
11791         (bulletEntry): do not use short ints as parameters
11792
11793         * BufferView2.C (insertLyXFile): change a char to an int.
11794
11795         * WorkArea.C (WorkArea): remove unneeded floats in computation
11796
11797 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
11798
11799         * buffer.C (asciiParagraph): Treat '\\' as other chars.
11800
11801         * paragraph.C (asString): Do not ignore newline/hfill chars when
11802         copying to the clipboard.
11803
11804 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
11805
11806         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
11807         after a multi-line inset.
11808
11809 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
11810
11811         * paragraph.C (validate): Set NeedLyXFootnoteCode
11812
11813 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11814
11815         * lyxfont.C (LyXSizeNames): changed increase-error to increase
11816         and decrease-error to decrease.
11817
11818 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11819
11820         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
11821         it more readable (should be equivalent)
11822
11823 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11824
11825         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
11826
11827 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11828
11829         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
11830         of a cursor (row, etc.) after a character has been deleted
11831         (deleteEmptyParagraphMechanism): call the method above on _all_
11832         cursors held by the LyXText when a double space has been
11833         detected/deleted.
11834
11835 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
11836
11837         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
11838         pixmap.
11839         (resizeCurrentBuff): remove code to destroy the old splash dialog.
11840
11841         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
11842         background. Use greyOut() and the new show() methods to toggle between
11843         the foreground and background. Add code to remove the splash after
11844         its initial showing.
11845
11846         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
11847         (create_forms): no longer call Dialogs::showSplash.
11848
11849 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11850
11851         * .cvsignore: add version_info.h
11852
11853 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11854
11855         * version_info.h.in: new file
11856
11857         * Makefile.am: add version_info.h.in
11858
11859         * lyx_main.C (commandLineVersionInfo): use version_info defined in
11860         version_info.h instead of VERSION_INFO
11861
11862 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
11863
11864         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
11865         The ERT inset now returns string().
11866
11867 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
11868
11869         * lyxtext.h, text.C (selectNextWord): renamed as
11870         selectNextWordToSpellcheck.
11871
11872         * text.C (selectNextWordToSpellcheck): Modified to not select
11873         words inside an ERT inset.
11874
11875 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11876
11877         * lyx_cb.C (MenuLayoutSave): change a bit the question
11878
11879         * sp_base.h: include <sys/types.h>
11880
11881 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
11882
11883         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
11884
11885 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
11886
11887         * several files: fix typos in user-visible strings
11888
11889 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11890
11891         * text2.C (pasteSelection): do not set the selection, since it
11892         will be cleared later. Actually, the intent was to fix the way the
11893         selection was set, but I figured rmoving the code was just as good.
11894
11895 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
11896
11897         * FontLoader.C (available): Check if font is available without
11898         loading the font.
11899
11900 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
11901
11902         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
11903
11904 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
11905
11906         * lyxrc.[Ch]: added display_graphics variable and associated code.
11907
11908 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11909
11910         * bufferparams.C (hasClassDefaults): new method. Returns true if
11911         the buffer parameters correspond to known class defaults
11912
11913 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
11914
11915         * XFormsView.C (show): set minimum size to the main window.
11916
11917 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11918
11919         * text2.C (copySelection):
11920         (cutSelection):
11921         * lyxfind.C (LyXReplace):
11922         * BufferView_pimpl.C (Dispatch): pass the correct flag to
11923         LyXText::selectionAsString.
11924
11925         * paragraph.C (asString): add "label" argument to the second form
11926
11927         * text2.C (selectionAsString): add "label" argument and pass it to
11928         Paragraph::asString.
11929
11930 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11931
11932         * lyx_main.C (commandLineHelp): remove version information
11933
11934 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
11935
11936         * lyx_main.C: add -version commandline option
11937
11938 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11939
11940         * paragraph.h: make the optional constructor arg required instead.
11941         some modifications to other files because of this.
11942
11943         * minibuffer.C (C_MiniBuffer_peek_event): make it static
11944
11945         * lyxserver.C (C_LyXComm_callback): make it static
11946
11947         * lyx_main.C (error_handler): make it static
11948
11949         * lyx_gui.C (LyX_XErrHandler): make it static
11950
11951         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
11952
11953         * WorkArea.C: make the extern "C" methods static.
11954
11955         * Makefile.am (lyx_LDADD): simplify
11956
11957 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11958
11959         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
11960         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
11961
11962         * LyXAction.C (init):
11963         * lyxfunc.C (dispatch): associated code removal.
11964
11965 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11966
11967         * lyxfont.h (isSymbolFont): shut off warning
11968
11969         * text.C (setHeightOfRow):
11970         (getVisibleRow): fix crash with empty paragraphs which have a
11971         bottom line
11972
11973 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
11974
11975         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
11976         code.
11977
11978 2001-09-04  José Matos  <jamatos@fep.up.pt>
11979         * buffer.C
11980         * buffer.h
11981         * tabular.C (docbook): rename docBook method to docbook.
11982
11983 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
11984
11985         * Makefile.am: add dependencies to main.o.
11986
11987 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
11988
11989         * FontLoader.C (available): Return false if !lyxrc.use_gui
11990
11991 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
11992
11993         * FontInfo.C (query):
11994         * converter.C (view):
11995         * importer.C (Import):
11996         * exporter.C (Export): Can not -> cannot.
11997
11998 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
11999
12000         * BufferView_pimpl.C: allow to create index inset even if
12001           string is empty
12002
12003 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12004
12005         * buffer.C (getLists): replace boost::tie code with an explicit pair
12006         as boost::tie can break some compilers.
12007
12008         * iterators.h: Added a std:: declaration to the return type of
12009         ParIterator::size.
12010
12011 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12012
12013         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12014           case.
12015
12016 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12017
12018         * iterators.[Ch]: New files. Provide paragraph iterators.
12019
12020         * buffer.C (changeLanguage): Use paragraph iterators.
12021         (isMultiLingual): ditto
12022
12023         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12024
12025 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12026
12027         * FontLoader.C: Support for cmr font.
12028
12029 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12030
12031         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12032         (available): New method.
12033
12034         * FontInfo.C (getFontname): Use scalable fonts even when
12035         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12036         found.
12037
12038 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12039
12040         * converter.C (Formats::view): reverted! Incorrect fix.
12041
12042 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12043
12044         * converter.C (Formats::view): only output the -paper option
12045         if the dvi viewer is xdvi, thereby fixing bug #233429.
12046
12047 2001-08-23  Herbert Voss  <voss@perce>
12048
12049         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12050
12051 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12052
12053         * Spacing.h (Spacing): Set space to Default on in the default
12054         constructor.
12055
12056 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12057
12058         * vc-backend.h (RCS::versionString): add RCS to version
12059         (CVS::versionString): add CVS to version
12060
12061         * vc-backend.C (scanMaster): do not add CVS to version.
12062         (scanMaster): do not add RCS to version
12063
12064         * lyxvc.C (versionString): new method
12065
12066         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12067
12068 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12069
12070         * Spacing.C (set): initialize fval
12071
12072 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12073
12074         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12075         " or \.
12076
12077 2001-08-16  Juergen Vigna  <jug@sad.it>
12078
12079         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12080
12081 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12082
12083         * BufferView_pimpl.C:
12084         * figureForm.C:
12085         * lyxtext.h:
12086         * text2.C: setParagraph takes linespacing now
12087
12088 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12089
12090         * LyxAction.C: add internal LFUN_CITATION_INSERT
12091
12092         * LyXView.C: actually apply fix
12093
12094         * bufferlist.C: fix open non-existent file
12095
12096         * lyxfind.C: fix indentation
12097
12098         * lyxfunc.C: remove unneeded assert, fix typo
12099
12100 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12101
12102         * MenuBackend.C: use "Floatname List"
12103
12104 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12105
12106         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12107         when converting LaTeX layout to insetERT.
12108         Generate a non-collapsed float when reading old float
12109
12110 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12111
12112         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12113         ERT insets.
12114
12115 2001-08-13  Juergen Vigna  <jug@sad.it>
12116
12117         * text.C (fill): return 0 instead of 20 as this seems to be the more
12118         correct value.
12119
12120 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12121
12122         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12123         lyxrc.font_norm.
12124
12125 2001-08-13  Juergen Vigna  <jug@sad.it>
12126
12127         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12128         casesensitive off.
12129         (SearchBackward): comment out the unlocking of the inset_owner this
12130         should not be needed!
12131
12132 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12133
12134         * Many files: Remove inherit_language, and add latex_language
12135
12136         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12137         collapsible insets.
12138
12139 2001-08-10  Juergen Vigna  <jug@sad.it>
12140
12141         * text.C (prepareToPrint): fixed hfill-width in draw!
12142
12143         * BufferView2.C (selectLastWord): save the selection cursor as this
12144         now is cleared in the function LyXText::clearSelection!
12145
12146 2001-08-08  Juergen Vigna  <jug@sad.it>
12147
12148         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12149         BACKSPACE type functions.
12150
12151         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12152         is only cutted from the document but not put in the cut-buffer, where
12153         still the old stuff should be.
12154
12155         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12156
12157         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12158
12159         * tabular.C (SetWidthOfCell): fixed special case where the width
12160         was not updated!
12161         (LeftLine): handle '|' in align_special.
12162         (RightLine): ditto
12163         (LeftAlreadyDrawed): ditto
12164         (SetWidthOfCell): ditto
12165
12166 2001-08-07  Juergen Vigna  <jug@sad.it>
12167
12168         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12169
12170 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12171
12172         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12173         * lyxlex.[hC]: ditto
12174
12175 2001-08-06  Juergen Vigna  <jug@sad.it>
12176
12177         * text.C (getVisibleRow): fix up row clearing a bit.
12178
12179 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12180
12181         * minibuffer.C: make sure the X server sees the changes in the input.
12182
12183 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12184
12185         * paragraph.C (getFont): split into...
12186         (getLabelFont): this
12187         (getLayoutFont): and this
12188         * paragraph_pimpl.C (realizeFont): calling this
12189
12190         * text2.C (getFont): split into...
12191         (getLayoutFont): this
12192         (getLabelFont): and this
12193         (realizeFont): all three calling this
12194
12195         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12196         files where used.
12197
12198 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12199
12200         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12201
12202 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12203
12204         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12205         layouts from the Quote inset insertion.
12206
12207 2001-08-03  Juergen Vigna  <jug@sad.it>
12208
12209         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12210
12211         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12212         only if status not is already CHANGED_IN_DRAW (second level).
12213
12214         * text.C (draw): don't set the need_break_row when inside an
12215         InsetText LyXText.
12216
12217 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12218
12219         * buffer.C (parseSingleLyXformat2Token): handle more latex
12220         conversion cases.
12221
12222         * bufferview_funcs.[hC]: change function names to
12223         begin with small char, adjust other files.
12224
12225 2001-08-02  André Pönitz <poenitz@gmx.net>
12226
12227         * lyxfunc.C:
12228         BufferView_pimpl.C: remove broken special code for math-greek
12229
12230 2001-08-02  Juergen Vigna  <jug@sad.it>
12231
12232         * BufferView_pimpl.C (update): redone this function so that we
12233         update the text again if there was a CHANGE_IN_DRAW.
12234
12235         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12236         (drawFromTo): added a new internal bool which is used by draw() and
12237         redraw() function.
12238         (general): some cursor drawing problems fixed.
12239
12240 2001-08-01  Juergen Vigna  <jug@sad.it>
12241
12242         * lyxfind.C (LyXFind): fixed
12243         (SearchForward): ditto
12244         (SearchBackward): ditto
12245
12246         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12247         spurius drawing of the cursor in the main area.
12248
12249         * text2.C (status): small fix which could lead to a segfault!
12250         (clearSelection): remove unneeded BufferView param.
12251
12252 2001-08-01  André Pönitz <poenitz@gmx.net>
12253
12254         * lyxfunc.C: small change due to changed mathed interface
12255
12256 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12257
12258         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12259
12260 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12261
12262         * lyxfunc.c: fail gracefully if file doesn't exist
12263
12264         * LyXSendto.C:
12265         * buffer.C:
12266         * lyxfunc.C:
12267         * BufferView_pimpl.C: IsDirWriteable() proto changed
12268
12269         * LyXView.C: fix updateWindowTitle() to store the last title
12270
12271 2001-07-31  Juergen Vigna  <jug@sad.it>
12272
12273         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12274         the font (wrong since using of Paragraph::highestFontInRange).
12275
12276         * paragraph.C (highestFontInRange): added a default_size parameter.
12277
12278         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12279         (setHeightOfRow): reformat
12280
12281 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12282
12283         * converter.[hC] + affected files: move to (inital-char)lowercase
12284         function names.
12285
12286         * ParagraphParameters.C (ParagraphParameters): remove commented code
12287
12288         * PainterBase.[Ch]: remove commented code
12289
12290         * LaTeXFeatures.h: add "bool floats" for float.sty
12291
12292         * LaTeXFeatures.C (LaTeXFeatures): init floats
12293         (require): handle float
12294         (getPackages): do it with floats
12295
12296 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12297
12298         * BufferView_pimpl.C (Dispatch): improve handling of
12299         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12300
12301         * commandtags.h: #include lyxfont.h here temporarily to avoid
12302         keybinding bug.
12303
12304         * bufferlist.h: include LString.h here.
12305
12306 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12307
12308         * text2.C (getStringToIndex): new method.
12309
12310 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12311
12312         * *: Reduced header file dependencies all over.
12313
12314 2001-07-30  Baruch Even  <baruch@lyx.org>
12315
12316         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12317
12318 2001-07-29  Baruch Even  <baruch@lyx.org>
12319
12320         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12321
12322 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12323
12324         * ParameterStruct.h (endif): add a default constructor to make
12325         sure that all variables is initialized.
12326
12327         * ParagraphParameters.C (ParagraphParameters): adjust
12328
12329 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12330
12331         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12332         index; also, check that there is something to index, and that it
12333         does not span over several paragraphs.
12334         (doubleClick): use WHOLE_WORD_STRICT for double click.
12335
12336         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12337
12338         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12339         scheme.
12340
12341 2001-07-26  Baruch Even  <baruch@lyx.org>
12342
12343         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12344         an InsetFig figure, backwards compatible reading of old figure code.
12345
12346 2001-07-27  Juergen Vigna  <jug@sad.it>
12347
12348         * text2.C: font.realize function adaption.
12349
12350         * text.C (draw): add a warnings lyxerr text if needed.
12351
12352         * layout.C: font.realize function adaption.
12353
12354         * language.C: add inherit_language and implement it's handlings
12355
12356         * bufferview_funcs.C (StyleReset): remove language parameter from
12357         font creation (should be language_inherit now).
12358
12359         * bufferparams.C (writeFile): handle ignore_language.
12360
12361         * paragraph.C (getFontSettings): the language has to be resolved
12362         otherwise we have problems in LyXFont!
12363
12364         * lyxfont.C (lyxWriteChanges): added document_language parameter
12365         (update): removed unneeded language parameter
12366
12367         * paragraph.C (validate): fixed wrong output of color-package when
12368         using interface colors for certain fonts in certain environments,
12369         which should not seen as that on the final output.
12370
12371 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12372
12373         * BufferView_pimpl.C:
12374         * Thesaurus.h:
12375         * Thesaurus.C:
12376         * Makefile.am:
12377         * commandtags.h:
12378         * LyXAction.C: add thesaurus support
12379
12380         * lyxfind.h:
12381         * lyxfind.C: add "once" parameter, for thesaurus, to not
12382           move to the next match
12383
12384 2001-07-26  Juergen Vigna  <jug@sad.it>
12385
12386         * lyxfont.C (realize): honor ignore_language too!
12387         (resolved): ditto.
12388
12389         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12390
12391         * text.C (draw): one place more for ignore_language to not draw
12392         itself!
12393
12394 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12395
12396         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12397
12398 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12399
12400         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12401         the minipage conversion problem.
12402
12403 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12404
12405         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12406         insert an inset.
12407
12408 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12409
12410         * BufferView.h: don't forward declare WorkArea
12411
12412         * BufferView.C: don't include WorkArea.h
12413
12414 2001-07-25  André Pönitz <poenitz@gmx.net>
12415
12416         * commandtags.h:
12417         * LyXAction.C:
12418         * lyxfunc.C:  new LFUN 'math-space'
12419
12420         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12421
12422 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12423
12424         * text2.C (toggleInset): call open/close
12425
12426 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12427
12428         * lyxfunc.C (dispatch): add debug for the disabled case
12429
12430         * font.C (buttonText): make similar to rectText
12431
12432         * buffer.C (readInset): comment out parsing of insetlist and
12433         insttheorem
12434
12435         * PainterBase.C (rectText): small correction
12436
12437         * BufferView_pimpl.C: comment out insettheorem and insetlist
12438         * LyXAction.C: ditto
12439         * commandtags.h: ditto
12440
12441 2001-07-24  Juergen Vigna  <jug@sad.it>
12442
12443         * text.C (draw): honor the ignore_language.
12444
12445         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12446
12447 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12448
12449         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12450         char inset.
12451
12452 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12453
12454         * lyxtext.h: remove unused (and unimplemented) methods
12455
12456 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12457
12458         * text.C (getVisibleRow): honor background color
12459
12460         * PainterBase.h:
12461         * Painter.h: remove default color argument for fillRectangle
12462
12463         * text.C (backgroundColor): new method
12464
12465 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12466
12467         * text.C (getVisibleRow): adjust
12468
12469         * font.[Ch] (rectText): new method, metrics
12470         (buttonText): new method, metrics
12471
12472         * PainterBase.[hC]: make rectText and buttonText always draw and take
12473         fewer paramteres.
12474
12475 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12476
12477         * ToolbarDefaults.C (read):
12478         * MenuBackend.C (read): allow escaping in all strings
12479
12480         * BufferView_pimpl.C (insertAndEditInset): new method.
12481         (Dispatch): use insertAndEditInset whenever appropriate.
12482
12483         * BufferView_pimpl.C (insertNote): removed
12484
12485         * BufferView_pimpl.C (smartQuote): new method, moved from
12486         BufferView; if an insetquote cannot be inserted, insert a '"'
12487         character instead.
12488
12489         * BufferView2.C: remove insertCorrectQuote();
12490
12491         * lyxfunc.C (getStatus): Add support for all remaingin
12492         inset-insert lfuns.
12493
12494         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12495
12496         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12497         command (necessary to pass " as parameter of self-insert.
12498
12499         * text.C (selectWordWhenUnderCursor):
12500         (selectWord): add word_location parameter
12501         (selectWordWhenUnderCursor): same + remove special code for word
12502         boundary.
12503         (selectNextWord): use kind() to guess type of insetspecialchar,
12504         not latex().
12505
12506         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12507         (insertErtContents): create ert insets as collapsed.
12508         (readInset): better compatibility code for Info inset.
12509
12510 2001-07-20  Juergen Vigna  <jug@sad.it>
12511
12512         * lyxfunc.C (dispatch): use always LyXFind now!
12513
12514         * text2.C (init): add a reinit flag so that the LyXText can be
12515         reinited instead of deleted and reallocated (used in InsetText).
12516
12517         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12518
12519         * text.C: ditto
12520
12521         * text2.C: ditto
12522
12523 2001-07-18  Juergen Vigna  <jug@sad.it>
12524
12525         * text.C (selectNextWord): handle insets inside inset by calling
12526         always the bv->text functions so that we can go up the_locking_inset!
12527
12528         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12529         in strange locations when inside an inset!
12530
12531         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12532         handling to include insets.
12533
12534         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12535
12536 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12537
12538         * LyXAction.C (init):
12539         * commandtags.h:
12540         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
12541         LIGATURE_BREAK, since the name is so stupid.
12542
12543 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12544
12545         * buffer.C (readInset): enable reading of new InsetNotes as well as old
12546         InsetInfos.
12547
12548         * FontLoader.C: remove FORMS_H_LOCATION cruft.
12549
12550         * sp_form.[Ch]: remove.
12551
12552         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
12553
12554         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
12555         InsetInfo.
12556
12557         * src/buffer.C (readInset): ditto.
12558
12559 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12560
12561         * BufferView_pimpl.C (specialChar): new method. Obsoletes
12562         menuSeparator(), endOfSentenceDot(), ldots() and
12563         hyphenationPoint(), which are therefore removed.
12564         (Dispatch): handle LFUN_HYPHENATION_BREAK.
12565
12566         * LyXAction.C (init):
12567         * commandtags.h: add LFUN_HYPHENATION_BREAK.
12568
12569         * paragraph.C (getWord): removed.
12570
12571         * BufferView_pimpl.C (Dispatch): use last word or selection for
12572         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
12573
12574         * lyx_main.C (queryUserLyXDir): do not ask before creating
12575         user_dir, except if it has been named explicitely.
12576
12577 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12578
12579         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
12580         a document of zero size.
12581
12582 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
12583
12584         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
12585         approriately in the c-tor and in require().
12586         (getPackages): output the appropriate LaTeX for natbib support.
12587
12588         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
12589         variables "use_natbib" and "use_numerical_citations" when reading the
12590         LyX file.
12591         (readInset): read the various natbib cite commands.
12592         (validate): white-space change.
12593
12594         * bufferparams.[Ch]: new variables "bool use_natbib" and
12595         "bool use_numerical_citations".
12596         (writeFile): output them in the LyX file.
12597
12598 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12599
12600         * lyxfunc.C (getStatus): add support for all the inset insertion
12601         commands.
12602
12603         * text2.C (insertInset):
12604         * paragraph.C (insetAllowed):
12605         * BufferView_pimpl.C (insertInset): update to take in account the
12606         renaming of insertInsetAllowed
12607
12608         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
12609
12610         * text2.C (getInset): new method. returns inset at cursor position.
12611
12612         * BufferView_pimpl.C (Dispatch): changes because of this.
12613
12614         * LyXAction.C (init): rename open-stuff to inset-toggle.
12615
12616         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
12617
12618         * text2.C (toggleInset): renamed from openStuff; use
12619         Inset::open().
12620
12621 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
12622
12623         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
12624
12625         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
12626
12627 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
12628
12629         * buffer.C (readLyXformat2): Add filename to the error dialog
12630
12631 2001-07-18  Juergen Vigna  <jug@sad.it>
12632
12633         * tabular.C (GetCellNumber): put an assert here instead of the check!
12634
12635 2001-07-17  Juergen Vigna  <jug@sad.it>
12636
12637         * BufferView_pimpl.C (toggleSelection): adapted too.
12638
12639         * text.C (selectNextWord): adapted for use with insets.
12640         (selectSelectedWord): ditto
12641
12642 2001-07-17  Juergen Vigna  <jug@sad.it>
12643
12644         * sp_spell.C (PSpell): fix initialitation order.
12645
12646 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12647
12648         * paragraph.C: spacing
12649
12650 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
12651
12652         * sp_spell.C: repair language selection for pspell
12653
12654 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12655
12656         * lyxfunc.h: change more methods to begin with lower char.
12657
12658 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
12659
12660         * buffer.C (parseSingleLyXformat2Token): Generate error insets
12661         for unknown layouts.
12662
12663 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
12664
12665         * buffer.C (readLyXformat2): Generate an error dialog if there are
12666         unknown layouts.
12667
12668 2001-07-16  Juergen Vigna  <jug@sad.it>
12669
12670         * sp_spell.C: always compile ISpell part.
12671
12672         * lyxrc.C: added use_pspell entry and it's handling.
12673
12674 2001-07-13  Juergen Vigna  <jug@sad.it>
12675
12676         * sp_spell.C: removed double includes.
12677
12678 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12679
12680         Consistent use of Lsstream.h:
12681         * Lsstream.h: added using std::stringstream for consistencies sake.
12682
12683         * buffer.C: removed using std::stringstream
12684
12685         * lyxfont.C (stateText):
12686         * paragraph.C (asString):
12687         * text.C (selectNextWord, selectSelectedWord):
12688         * text2.C (setCounter):
12689         * vspace.C (asString, asLatexString):
12690         std::ostringstream -> ostringstream.
12691
12692 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12693
12694         * LyXAction.C: add LFUN_HELP_ABOUTLYX
12695         * commandtags.h: add LFUN_HELP_ABOUTLYX
12696         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
12697
12698 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12699
12700         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
12701         cursorToggle()
12702         * lyx_gui_misc.C: remove spellchecker
12703         * lyxfunc.C: showSpellchecker
12704         * sp_base.h: added
12705         * sp_ispell.h: added
12706         * sp_pspell.h: added
12707         * sp_spell.C: added
12708         * sp_form.[Ch]: removed
12709         * spellchecker.[Ch]: removed
12710
12711 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
12712
12713         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
12714         is set.
12715         (simpleTeXSpecialChars): Simply print the input character without
12716         any special translation if pass_thru is set.
12717
12718         * layout.h: Added bool pass_thru to layout class for being able to
12719         implement pass through of a paragraph for Literate Programming.
12720
12721         * layout.C: add LT_PASS_THRU to LayoutTags enum.
12722         * layout.C (LyXLayout): set pass_thru to flase in constructor.
12723         * layout.C (Read): add "passthru" to list of layout tags and add
12724         code to set the pass_thru boolean when it is read.
12725
12726 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12727
12728         * trans_decl.h: remove allowed from KmodInfo
12729
12730         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
12731         remove allowed code
12732         (Load): adjust
12733
12734         * paragraph_pimpl.C (erase): use boost::prior
12735
12736         * Painter.C (text): use data() instead of c_str() when length is
12737         also provided.
12738         * WorkArea.C (putClipboard): ditto
12739         * font.h (width): ditto
12740
12741         * BufferView2.C: use it-> instead of (*it). for iterators
12742         * texrow.C: ditto
12743         * paragraph_pimpl.C: ditto
12744         * paragraph.C: ditto
12745         * minibuffer.C: ditto
12746         * language.C: ditto
12747         * kbmap.C: ditto
12748         * encoding.C: ditto
12749         * counters.C: ditto
12750         * converter.C: ditto
12751         * chset.C: ditto
12752         * Variables.C: ditto
12753         * TextCache.C: ditto
12754         * MenuBackend.C: ditto
12755         * LyXAction.C: ditto
12756         * LColor.C: ditto
12757         * FloatList.C: ditto
12758         * DepTable.C: ditto
12759         * ColorHandler.C (LyXColorHandler): ditto
12760
12761 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12762
12763         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
12764
12765         * text2.C (openStuff): reintroduce this method (which had been
12766         nuked in NEW_INSETS frenzy).
12767
12768         * lyxfunc.C (Dispatch): when an action has not been handled, use
12769         its name in the error message, not its number.
12770
12771         * paragraph.C (inInset): change method name to begin with lowercase.
12772
12773         * undo_funcs.C:
12774         * text2.C: updates because of this.
12775
12776 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12777
12778         * ToolbarDefaults.C (add): add spaces in error message
12779
12780 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12781
12782         * buffer.C (readLyXformat2): initialize the ert comp. variables.
12783         (readLyXformat2): rename return_par to first_par, use lyxlex's
12784         pushToken and remove the manual push handling.
12785         (parseSingleLyXformat2Token): add another ert comp. variable:
12786         in_tabular, rename return_par to first_par. handle newlines better
12787
12788 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12789
12790         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
12791
12792 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12793
12794         * text2.C (getParFromID): removed
12795
12796         * buffer.C (getParFromID): new method moved form lyxtext.
12797         * BufferView2.C (insertErrors): adjust
12798         (setCursorFromRow): adjust
12799         * BufferView_pimpl.C (restorePosition): adjust
12800         * lyxfunc.C (Dispatch): adjust
12801         * undo_funcs.C (textUndo): adjust
12802         (textRedo): adjust
12803         (textHandleUndo): adjust
12804         (textHandleUndo): adjust
12805
12806 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12807
12808         * buffer.C: up' the LYX_FORMAT
12809
12810         * lyxfont.h: turn NO_LATEX on as default
12811
12812         * buffer.C (insertErtContents): new methods of tex style compability.
12813         (parseSingleLyXformat2Token): use it several places.
12814         * tabular.C (OldFormatRead): and here
12815
12816 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12817
12818         * text2.C: remove some commented code.
12819         reindent file.
12820
12821         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
12822         * trans.C: changes because of the above.
12823
12824 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
12825
12826         * text2.C (setCounter): Fix counters bug with bibliography layout.
12827
12828 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12829
12830         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
12831         own member functions
12832         (simpleTeXSpecialChars): ditto
12833
12834 2001-07-06  Juergen Vigna  <jug@sad.it>
12835
12836         * a lot of files: changed the access to LyXText::status and the
12837         call of undo-functions.
12838
12839         * undo.[Ch]: added a inset_id to the undo informations.
12840
12841         * undo_funcs.[Ch]: added and moved here all undo functions.
12842
12843         * lyxtext.h: give the status enum a weight, made status_ a private
12844         variable and made accessor functions for it, removed the whole bunch
12845         of undo-functions as they are now in their own file, make some
12846         functions publically available. Added function ownerParagraph with
12847         int parameter.
12848
12849         * paragraph.[Ch]: added "bool same_ids" to the constructor,
12850         made InInset() a const function, added getParFromID() function.
12851
12852         * buffer.[Ch]: added const version for inset_iterator functions,
12853         added getInsetFromID() function.
12854
12855         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
12856         changed undo functions for new version.
12857
12858 2001-07-05  Juergen Vigna  <jug@sad.it>
12859
12860         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
12861         unknow mechanism does not call the proper constructor but only this
12862         one also if I request the other!?
12863
12864 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12865
12866         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
12867
12868         * text2.C (LyXText): use initialization lists.
12869
12870         * lyxtext.h (Selection): initialize set_ and mark_
12871         (init): remove method
12872
12873 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
12874
12875         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
12876
12877 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12878
12879         * screen.[Ch]: change method names to begin with lowercase
12880
12881         * BufferView_pimpl.C (updateScrollbar): simplify further and
12882         hopefully make it a bit faster.
12883
12884 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12885
12886         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
12887         calling directly xforms functions.
12888
12889         * Painter.C (Painter):
12890         * lyx_cb.C (MenuWrite):
12891         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
12892         fl_display.
12893
12894         * lyx_gui.C: remove bogus guiruntime extern declaration.
12895
12896 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12897
12898         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
12899         in NEW_INSETS
12900         (redoDrawingOfParagraph): ditto
12901         (redoParagraphs): ditto
12902         (cutSelection): don't create a object for CutAndPaste use the
12903         static method directly
12904         (pasteSelection): ditto
12905
12906         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
12907         LyXview (+ rename)
12908
12909 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12910
12911         * modifications to some other files because of this.
12912
12913         * Makefile.am (lyx_SOURCES): add XFormsView
12914
12915         * XFormsView.[Ch]: new files
12916
12917         * LyXView.[Ch]: make LyXView a base class for the gui handling for
12918         the main window. Move the gui dependent stuff to XFormsView
12919
12920 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12921
12922         * tabular.C (GetCellInset): update cur_cell also in the row/col
12923         version of this function.
12924
12925         * lyxfunc.C: no need to include figure_form.h here.
12926
12927         * FontLoader.h:
12928         * lyxfunc.h:
12929         * lyxscreen.h:
12930         * text2.C:
12931         * lyxvc.C: no need to include forms.h here.
12932
12933 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12934
12935         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
12936
12937         * lyxfunc.C (Dispatch):
12938         * Spacing.C (set):
12939         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
12940         constructor argument.
12941
12942 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12943
12944         * paragraph.C (Paragraph): dont't clear, and just set layout.
12945         (makeSameLayout): use params's copy contructor.
12946
12947         * ParagraphParameters.[Ch] (makeSame): delete method
12948
12949 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
12950
12951         * Variables.[Ch]: fix indentation, rename set to isSet
12952
12953 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12954
12955         * lyxfunc.C (Dispatch): fix typo
12956
12957 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12958
12959         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
12960         upper_bound.
12961
12962         * bufferlist.C: include assert.h for emergencyWrite().
12963
12964 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
12965
12966         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
12967           give up at last (bug #425202) !
12968
12969 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
12970
12971         * lyx_gui_misc.C:
12972         * sp_form.h:
12973         * sp_form.C:
12974         * spellchecker.h:
12975         * spellchecker.C: strip spellchecker options and bring up
12976           preferences tab instead
12977
12978 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12979
12980         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
12981         the istringstream constructor
12982
12983 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12984
12985         * paragraph.C (getLayout): fix return value
12986
12987         * paragraph.h: do not declare getLayout as inline.
12988
12989         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
12990
12991 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12992
12993         * lyxcursor.h (operator<): new func
12994         (operator>): new func
12995         (operator>=): new func
12996         (operator<=): new func
12997
12998         * text.C (changeCase): use selection.start and selection.end
12999         (changeRegionCase): require from to be <= to. Require par to be a
13000         valid paragraph.
13001
13002         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13003
13004 2001-06-27  Juergen Vigna  <jug@sad.it>
13005
13006         * text.C (cursorLeftOneWord): changed to return the cursor and added
13007         overlay with BufferView * parameter which calls this one.
13008         (getWord): added
13009         (selectWord): use new getWord function.
13010         (changeCase): renamed from changeWordCase as and extended to work
13011         also on selections.
13012
13013         * lyxtext.h: added enum word_location
13014
13015         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13016         changeCase as this operates now also on selections.
13017
13018 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13019
13020         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13021
13022         * many files: send debug output to Debug::INFO instead of
13023         Debug::ANY.
13024
13025         * converter.C (View):
13026         (Convert):
13027         (Move): send debug output to Debug::FILES instead of console.
13028
13029 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13030
13031         * lyxfunc.C (getStatus): use func_status
13032
13033         * func_status.h: new header, describing the results of
13034         LyXFunc::getStatus;
13035
13036         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13037         LFUN_MATH_HALIGN.
13038
13039 2001-06-25  The LyX Project  <jug@sad.it>
13040
13041         * buffer.C (sgmlOpenTag):
13042         (sgmlCloseTag):
13043         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13044
13045 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13046
13047         * text2.C: remove some dead code
13048
13049         * tabular.C (GetCellInset): store the last cell checked (gotten)
13050
13051         * tabular.h: add the helper for the speedup
13052
13053         * lyxtext.h: remove some dead code
13054
13055 2001-06-26  The LyX Project  <Asger>
13056
13057         * paragraph.C: Change export to LaTeX of alignment to
13058         \begin{center} and family for better roundtrip work with reLyX.
13059
13060         * Tune the math drawing a bit.
13061
13062 2001-06-25  The LyX Project  <Asger>
13063
13064         * LColor.C (LColor): New color for math background. New color
13065         for buttons.
13066
13067 2001-06-25  The LyX Project  <jug@sad.it>
13068
13069         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13070
13071         * lyxfunc.C (Open):
13072         * bufferlist.C (newFile): do not restrict to files ending with
13073         .lyx
13074
13075         * BufferView_pimpl.C (MenuInsertLyXFile):
13076
13077 2001-06-24  The LyX Project  <jug@sad.it>
13078
13079         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13080         of compare_no_case
13081
13082 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13083
13084         * lyxtext.h: rename most methods to begin with a small char.
13085         Lots of changes because of this.
13086
13087         * paragraph.C (Paragraph): do not call fitToSize
13088         (erase): call Pimpl::erase
13089         (insertChar): call Pimpl::insertChar
13090         (insertInset): call Pipl::insertInset
13091         (breakParagraph): do not call fitToSize
13092         (breakParagraphConservative): do not call fitToSize
13093         (fitToSize): remove method
13094
13095         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13096
13097 2001-06-24  The LyX Project  <Asger>
13098
13099         * Fix Qt compilation^2
13100
13101 2001-06-24  The LyX Project  <jug@sad.it>
13102
13103         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13104         depthHook(getDepth()-1).
13105
13106         * paragraph.h:
13107         * ParagraphParameters.h:
13108         * ParameterStruct.h: change type of depth to unsigned int ==
13109         depth_type. Many adaptations to other files before of that.
13110
13111 2001-06-24  The LyX Project  <Asger>
13112
13113         * Fix Qt compilation.
13114
13115 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13116
13117         * paragraph.h: renamed several methods to begin with small letter.
13118         several changes to many parts of the code because of this.
13119
13120 2001-06-23  The LyX Project  <jug@sad.it>
13121
13122         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13123         rewritten to discard all double spaces when KeepEmpty is off
13124         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13125         to only handle newlines but not fiddle with spaces and friends.
13126
13127         * lyxfunc.C (MenuNew): when doing 'new from template', use
13128         template_path as default directory
13129
13130 2001-06-23  The LyX Project  <Asger>
13131
13132         * Clean-up of header file includes all over
13133         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13134
13135 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13136
13137         * paragraph.h: renamed from lyxparagraph.h
13138
13139 2001-06-23  Asger  <lyx@violet.home.sad.it>
13140
13141         * Buffer.h: Removed Buffer::resize
13142         * BufferList.h: Removed BufferList::resize
13143         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13144         the document lazily when we change the width, or the font settings.
13145
13146 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13147
13148         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13149
13150 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13151
13152         * buffer.h: remove out of date comment
13153
13154 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13155
13156         * lyxscreen.h:
13157         * screen.C: fix "theoretical" GC leak
13158
13159 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13160
13161         * LaTeX.C (scanAuxFile):
13162         (deplog): remove trailing \r when reading stream (useful under
13163         win32)
13164
13165 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13166
13167         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13168         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13169         and BufferView::theLockingInset(Inset*), so should use them and not
13170         access bv_->text->the_locking_inset directly.
13171
13172         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13173
13174 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13175
13176         * Makefile.am:
13177         * tex-defs.h: remove old unused file
13178
13179 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13180
13181         * BufferView_pimpl.C: fix typo, remove minibuffer message
13182           when buffer has loaded
13183
13184 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13185
13186         * lyxfunc.C (Dispatch): use stringstream
13187         (MenuNew): use stringstream
13188         (Open): use stringstream
13189
13190         * importer.C (Import): use stringstream
13191
13192         * bufferview_funcs.C (CurrentState): use stringstream
13193
13194         * LaTeX.C (run): use stringstream
13195
13196         * BufferView_pimpl.C (savePosition): use stringstream
13197         (restorePosition): use stringstream
13198         (MenuInsertLyXFile): use stringstream
13199
13200 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13201
13202         * BufferView.C:
13203         * Bullet.C:
13204         * ColorHandler.C:
13205         * FontInfo.C:
13206         * FontLoader.C:
13207         * LColor.C:
13208         * LaTeXFeatures.C:
13209         * Painter.C:
13210         * gettext.C:
13211         * lyx_gui_misc.C:
13212         * lyxserver.C:
13213         * vspace.C: removed // -*- C++ -*- as first line.
13214
13215         * lyxfind.h:
13216         * version.h: added // -*- C++ -*- as first line.
13217
13218 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13219
13220         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13221
13222         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13223         of string
13224
13225 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13226
13227         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13228         of floats.
13229
13230 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13231
13232         * gettext.C: include LString.h even when --disable-nls is on.
13233
13234 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13235
13236         * converter.h (Get): changed argument type from int to
13237         FormatList::size_type to avoid unnecessary conversion.
13238
13239         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13240         before using it.
13241
13242 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13243
13244         * gettext.h: include LString.h even when --disable-nls is on.
13245
13246 2001-06-07  Juergen Vigna  <jug@sad.it>
13247
13248         * text.C (BreakAgain): subst spaces with tabs.
13249
13250         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13251         (resizeInsetsLyXText): set force on resizeLyXText.
13252
13253 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13254
13255         * gettext.h (gettext_init):
13256         (locale_init): use a real definition instead of a macro
13257
13258 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13259
13260         * Bufferview_pimpl.C:
13261         * LColor.h:
13262         * LColor.C: further lcolor tidies
13263
13264 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13265
13266         * BufferView_pimpl.C (updateScrollbar): simplify.
13267
13268         * BufferView2.C: don't include insets/insetinfo.h, change
13269         prototype for insertInset and call the Pimpl version. let
13270         updateInset call Pimpl version.
13271
13272         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13273         gotoInset to BufferView::Pimpl
13274
13275 2001-06-01  Juergen Vigna  <jug@sad.it>
13276
13277         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13278         inside a LockingInset (is the update needed at all?).
13279
13280 2001-05-31  Juergen Vigna  <jug@sad.it>
13281
13282         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13283         here not the old one otherwise how should we compare it afterwards
13284         if it's the same!
13285
13286 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13287
13288         * lyxfont.C:
13289         * tabular.C:
13290         * tabular-old.C:
13291         * FontInfo.C: bring C functions into global namespace when
13292         necessary
13293
13294 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13295
13296         * LString.h: make sure config.h has been loaded before LString.h.
13297
13298         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13299         (one for each char read by EatLine!).
13300
13301         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13302         variables.
13303
13304 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13305
13306         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13307         to the same as the par we break from
13308
13309 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13310
13311         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13312
13313         * MenuBackend.C (expand): also create menu entries for wide
13314         versions of the floats.
13315
13316         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13317
13318         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13319
13320         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13321         frontends/Makefile.am
13322
13323         * text2.C: adjust
13324         * text.C: adjust
13325
13326
13327         * tabular.C (getTokenValue): add std::
13328
13329         * tabular-old.C (getTokenValue): add std::
13330         (getTokenValue): ditto
13331         (getTokenValue): ditto
13332
13333         * screen.C (ToggleSelection): adjust
13334
13335         * lyxtext.h: put selection cursors inside a Selection struct.
13336
13337         * lyxfunc.C (moveCursorUpdate): adjust
13338
13339         * lyxfont.C (latexWriteStartChanges): add std::
13340
13341         * lyxfind.C: adjust
13342
13343         * font.h: delete with(char const *, LyXFont const &)
13344
13345         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13346
13347         * FontInfo.C (getFontname): add std::
13348
13349         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13350         (workAreaButtonPress): adjust
13351         (tripleClick): adjust
13352         (update): adjust
13353         (moveCursorUpdate): adjust
13354         (Dispatch): adjust
13355
13356         * BufferView2.C (gotoInset): adjust
13357
13358 2001-05-30  Juergen Vigna  <jug@sad.it>
13359
13360         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13361         to check pspell I add this as default as I now have new pspell
13362         libraries and they seem to use this.
13363
13364 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13365
13366         * text2.C (CutSelection): make the cursor valid before the call to
13367         ClearSelection.
13368
13369 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13370
13371         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13372         relied on 0 terminated strings and other horrors. Bug found due to
13373         the new assert in lyxstring!
13374
13375         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13376         KP_ keys.
13377
13378 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13379
13380         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13381         to latinkeys.bind.
13382
13383         * lyxfunc.C (processKeySym): change method of getting to the
13384         self-insert char.
13385
13386         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13387         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13388         * BufferView_pimpl.[Ch]: here as private methods.
13389
13390 2001-05-28  Juergen Vigna  <jug@sad.it>
13391
13392         * text.C (SetHeightOfRow): added the update() call again as it is
13393         needed to initialize inset dimensions!
13394
13395 2001-05-16  Juergen Vigna  <jug@sad.it>
13396
13397         * text2.C (SetCharFont): Add new function with BufferView * and
13398         bool toggleall parameters for setting insets internal fonts.
13399         (SetFont): Freeze the undo as we may change fonts in Insets and
13400         all this change should be inside only one Undo!
13401
13402         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13403         setting font's in insets as for them we have the SetFont function!
13404
13405 2001-05-15  Juergen Vigna  <jug@sad.it>
13406
13407         * text2.C (ClearSelection): to be sure we REALLY don't have any
13408         selection anymore!
13409
13410         * tabular.C (TeXCellPreamble): fixed the left border problem for
13411         multicolumn cells.
13412
13413 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13414
13415         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13416         dependancy file
13417
13418 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13419
13420         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13421         LFUN_BREAKPARAGRAPH.
13422
13423         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13424         help test to "internal only", similar for LFUN_INSERT_URL
13425
13426         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13427         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13428         auto_region_delete and deadkeys.
13429
13430 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13431
13432         * LColor.h:
13433         * LColor.C: remove some dead entries, tidy a little
13434
13435 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13436
13437         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13438         commented code.
13439         (Dispatch): implement LFUN_ESCAPE
13440
13441         * commandtags.h: add LFUN_ESCAPE
13442
13443         * LyXAction.C (init): add entry for LFUN_ESCAPE
13444
13445         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13446         Remove commented code.
13447         (insertNote): moved here
13448         (open_new_inset): moved here
13449
13450         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13451         BufferView_pimpl
13452
13453 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13454
13455         * kbmap.C (findbinding): clean it up and make it work correctly.
13456
13457         * lyx_main.C (init): do not pass argc and argv as parameters
13458
13459 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13460
13461         * buffer.C: fix path for OS/2 & Win32
13462
13463         * lyx_gui.C:
13464         * lyx_main:
13465         * lyx_main.C: Added os:: class.
13466
13467         * os2_defines.h: update
13468
13469 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13470
13471         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13472         better by trying again with reduced state.
13473
13474 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13475
13476         * lyxrc.C (read): print error about invalid key sequence only when
13477         debugging (because not all latinX keysyms are known to some X
13478         servers)
13479
13480         * kbsequence.C (getiso): add a few std:: qualifiers
13481         (getiso): comment out extra return statement.
13482
13483 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13484
13485         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13486         handling.
13487         (Dispatch): enhance the accent inset a bit. (not perfect)
13488
13489 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13490
13491         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13492
13493 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13494
13495         * bufferlist.C (emergencyWrite): fix assert() call
13496
13497 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13498
13499         * text.C (InsertChar): Added trivial patch to only send the "you
13500         can not do multiple spaces this way" message once during a
13501         session.
13502
13503 2001-05-08  Baruch Even  <baruch@lyx.org>
13504
13505         * Makefile.am: Changed order of libraries to get LyX to link properly
13506         with the gnome frontend.
13507
13508 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13509
13510         * LaTeXFeatures.h: add a std:: qualifier
13511
13512 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13513
13514         * paragraph.C (String): use stringstream
13515
13516 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13517
13518         * paragraph.C (writeFile): remove footflag arg
13519
13520         * buffer.C (makeLaTeXFile): use stringstream
13521         (latexParagraphs): remove footnot gurba
13522
13523         * LaTeXFeatures.C (getPackages): use stringstream
13524         (getMacros): likewise
13525         (getTClassPreamble): likewise
13526         (getFloatDefinitions): new method
13527
13528         * paragraph.C (writeFile): reindent
13529         (Erase): reindent
13530
13531         * WorkArea.h: revert the xpos + etc changes.
13532
13533         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13534
13535         * lyxparagraph.[Ch]: add copy constructor, remove Clone
13536
13537         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
13538         (pasteSelection): likewise
13539         * text2.C (CreateUndo): likewise
13540
13541 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13542
13543         * minibuffer.C (peek_event): temporarily reduce the functionality
13544         of the minibuffer (to allow args on lfuns)
13545
13546         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
13547         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
13548
13549         * buffer.C (readInset): add compability reading of old float
13550         lists, add reading of new style float list.
13551         (readInset): avoid reevaluation of inscmd.getCmdName()
13552         (getLists): reindent
13553
13554         * MenuBackend.C (MenuItem): implement parsing of
13555         md_floatlistinsert and md_floatinsert.
13556         (expand::LastFiles): move initalizaton of iterators out of loop,
13557         avoid reevaluation.
13558         (expand::Documents): introduce typdedef vector<string> Strings,
13559         and use it.
13560         (expand::ExportFormats): introduce typedef vector<Format const *>
13561         Formats, and use it.
13562         (expand): implement FloatListInsert and FloatInsert.
13563
13564         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
13565         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
13566         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
13567
13568         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
13569         handling.
13570         (Dispatch::LFUN_FLOAT_LIST): implement
13571
13572 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13573
13574         * LaTeX.C (run): Fix problem with --export code.
13575
13576 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13577
13578         * BufferView.[Ch] (workarea): removed.
13579         (getClipboard) new method; wrapper for workarea()->getClipboard()
13580
13581         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
13582         bug.
13583
13584         * WorkArea.h (width, height, xpos, ypos): These methods all
13585         returned the dimensions of the work_area sub-area of WorkArea,
13586         resulting in a position error if the WorkArea were resized. Now
13587         return the dimensions of the entire WorkArea.
13588
13589         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
13590
13591 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13592
13593         * LaTeX.C (deplog): correct the syntax of regex reg1
13594
13595 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13596
13597         * undo.C: remove !NEW_INSETS cruft
13598
13599 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13600
13601         * text2.C: remove !NEW_INSETS cruft
13602
13603         * text.C: remove !NEW_INSETS cruft
13604
13605         * tabular.C: remove !NEW_INSETS cruft
13606
13607         * spellchecker.C: remove !NEW_INSETS cruft
13608
13609         * lyxtext.h: remove !NEW_INSETS cruft
13610
13611         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
13612
13613         * lyxfunc.C: remove !NEW_INSETS cruft
13614
13615         * lyxfind.C: remove !NEW_INSETS cruft
13616
13617         * lyx_cb.C: remove !NEW_INSETS cruft
13618
13619         * figureForm.C: remove  !NEW_INSETS cruft
13620
13621         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
13622
13623         * buffer.[Ch]: remove !NEW_INSETS cruft
13624
13625         * ToolbarDefaults.C: remove !NEW_INSETS cruft
13626
13627         * CutAndPaste.C: remove !NEW_INSETS cruft
13628
13629         * BufferView_pimpl.C: remove !NEW_INSETS cruft
13630
13631         * BufferView2.C: remove !NEW_INSETS cruft
13632
13633         * BufferView.h: remove !NEW_INSETS cruft
13634
13635 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13636
13637         * Lsstream.h: include LString.h before the sstream headers to
13638         fix problem with gcc 2.95.3 and lyxstring
13639
13640 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13641
13642         * lyx_main.C: add using directives when needed for C functions
13643         declared in std:: namespace.
13644
13645 2001-04-27  Juergen Vigna  <jug@sad.it>
13646
13647         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
13648         (SetHeightOfRow): comment out the update call should not be needed!
13649
13650 2001-04-13  Juergen Vigna  <jug@sad.it>
13651
13652         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
13653         (LyXTabular): tried to minimize operator= operations (and realized
13654         hopfully Lars wish).
13655
13656 2001-04-27  Juergen Vigna  <jug@sad.it>
13657
13658         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
13659
13660 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13661
13662         * lyxfunc.C (Dispatch): hack to make listof algorithm work
13663
13664         * buffer.C (readInset): hack to make listof algorithm work
13665
13666         * BufferView_pimpl.C: hack to make listof algorithm work
13667
13668 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13669
13670         * LyXAction.C: removed all !NEW_INSETS cruft
13671         (init): moved lfun_item in method
13672
13673         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
13674
13675 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13676
13677         * BufferView2.C (theLockingInset): white space.
13678
13679 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13680
13681         * minibuffer.C: include <iostream>
13682
13683         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
13684
13685         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
13686
13687         * commandtags.h: add LFUN_TRANSPOSE_CHARS
13688
13689         * text.[Ch] (TransposeChars): new method
13690
13691 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13692
13693         * call message directly through LyXView instead of through LyXFunc
13694         * BufferView2.C: adjust
13695         * BufferView_pimpl.C: adjust
13696         * FontLoader.C: adjust
13697         * buffer.C: adjust
13698         * bufferview_funcs.C: adjust
13699         * converter.C: adjust
13700         * figureForm.C: adjust
13701         * importer.C: adjust
13702         * lyx_cb.C: adjust
13703         * lyx_gui_misc.C: adjust
13704         * lyxfunc.C: adjust
13705         * lyxvc.C: adjust
13706         * text2.C: adjust
13707         + more files in subdirs
13708
13709         * lyxparagraph.h (size): move up int file
13710         (GetLayout): ditto
13711
13712         * adjust all uses of Assert to lyx::Assert.
13713
13714         * BufferView2.C (ChangeCitationsIfUnique): adjust for
13715         lyxfunctional in namespace lyx
13716         * layout.C (hasLayout): ditto
13717         (GetLayout): ditto
13718         (GetLayout): ditto
13719         (delete_layout): ditto
13720         (NumberOfClass): ditto
13721         * converter.C (GetFormat): ditto
13722         (GetNumber): ditto
13723         (Add): ditto
13724         (Delete): ditto
13725         (SetViewer): ditto
13726         * bufferlist.C (getFileNames): ditto
13727         (emergencyWriteAll): ditto
13728         (exists): ditto
13729         (getBuffer): ditto
13730         * MenuBackend.C (hasSubmenu): ditto
13731         (hasMenu): ditto
13732         (getMenu): ditto
13733         * BufferView_pimpl.C (getInsetByCode): ditto
13734
13735 2001-04-18  Juergen Vigna  <jug@sad.it>
13736
13737         * vspace.C (asLatexString): fixed the 100% problem.
13738
13739 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13740
13741         * lyxfunc.C (Dispatch):
13742         * minibuffer.C:
13743         * minibuffer.h: add a few std:: qualifiers
13744
13745 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13746
13747         * minibuffer.[Ch]: reimplement so that commands is initiated and
13748         run from lyxfunc, simplified som handling, and made the completion
13749         and history code for complete. wip.
13750
13751         * lyxfunc.C (processKeySym): call message
13752         (miniDispatch): new temporary method
13753         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
13754         (LFUN_MESSAGE): implement
13755         (LFUN_MESSAGE_PUSH): implement
13756         (LFUN_MESSAGE_POP): implement
13757         (initMiniBuffer): the initial/defualt minibuffer message.
13758
13759         * lyxfont.[Ch]: inline some more getters
13760
13761         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
13762
13763         * lyx_gui_misc.[Ch] (WriteStatus): remove method
13764
13765         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
13766         (AutoSave): use LFUN_MESSAGE
13767         (Reconfigure): ditto
13768
13769         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
13770
13771         * figureForm.C: use LFUN_MESSAGE
13772
13773         * converter.C (runLaTeX): use LFUN_MESSAGE
13774
13775         * bufferview_funcs.C: use LFUN_MESSAGE
13776         (Melt): ditto
13777         (changeDepth): ditto
13778
13779         * bufferparams.h: use boost::
13780
13781         * bufferlist.h: inherit privately from noncopyable
13782
13783         * bufferlist.C (loadLyXFile): remove some commented code.
13784
13785         * buffer.C (runChktex): use LFUN_MESSAGE
13786
13787         * ShareContainer.h: inherit privately from noncopyable
13788
13789         * ParagraphParameters.[hC] (depth): inline it.
13790
13791         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
13792         methods.
13793         (message): new method
13794         (messagePush): ditto
13795         (messagePop): ditto
13796         (show): init minibuffer
13797         (showState): direct call
13798
13799         * LaTeX.[Ch]: inherit privately from noncopyable
13800         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
13801         instead of WriteStatus.
13802
13803         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
13804
13805         * BufferView_pimpl.C (buffer): don't init minibuffer
13806         (workAreaButtonPress): use LFUN_MESSAGE
13807         (workAreaButtonRelease): ditto
13808         (savePosition): ditto
13809         (restorePosition): ditto
13810         (MenuInsertLyXFile): ditto
13811         (workAreaExpose): don't init minibuffer
13812         (update): remove commented code, simplify
13813
13814         * BufferView2.C (openStuff): use LFUN_MESSAGE
13815         (toggleFloat): ditto
13816         (menuUndo): ditto
13817         (menuRedo): ditto
13818         (copyEnvironment): ditto
13819         (pasteEnvironment): ditto
13820         (copy): ditto
13821         (cut): ditto
13822         (paste): ditto
13823         (gotoInset): ditto
13824         (updateInset): remove some commented code
13825
13826         * lastfiles.h: inherit privately from noncopyable
13827         * layout.h: ditto
13828         * lyx_gui.h: ditto
13829         * lyx_main.h: ditto
13830         * lyxlex.h: ditto
13831         * lyxlex_pimpl.h: ditto
13832
13833         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
13834         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
13835         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13836
13837         * LyXAction.h: inherit privately from noncopyable, add methods
13838         func_begin, func_end, returning iterators to the func map.
13839
13840         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
13841         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
13842         (func_begin): new method
13843         (func_end): new method
13844
13845         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
13846         and not)
13847         (copySelection): ditto
13848         (pasteSelection): ditto
13849
13850         * BufferView.C: whitespace change
13851         * BufferView.h: inherit privately from noncopyable
13852
13853 2001-04-16  Allan Rae  <rae@lyx.org>
13854
13855         * tabular-old.C (l_getline):
13856         * spellchecker.C (sc_check_word):
13857         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
13858         an unrecognised preprocessor directive.  So ensure they're wrapped.
13859
13860 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
13861
13862         * src/exporter.C (Export): Give an error message when path to file
13863         contains spaces.
13864
13865 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
13866
13867         * LaTeX.C (deplog): Always check that foundfile exists.
13868
13869 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13870
13871         * lyx_main.h:
13872         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
13873
13874 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13875
13876         * tabular.[Ch] (getLabelList): implement new method
13877
13878         * minibuffer.h: comment ouf setTiimer
13879
13880         * minibuffer.C (ExecutingCB): constify res
13881         (peek_event): constify s
13882         (Set): constify ntext
13883         (Init): constify nicename
13884
13885         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
13886
13887         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
13888         (savePosition): use two params to Minibuffer::Set
13889         (restorePosition): ditto
13890
13891 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13892
13893         * lyx_main.C: include language.h
13894
13895         * Makefile.am (lyx_main.o): add language.h
13896
13897 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13898
13899         * exporter.C:
13900         * paragraph.C:
13901         * screen.C:
13902         * tabular.C:
13903         * CutAndPaste.C: include gettext.h
13904
13905         * lyxfont.h: remove old hack with ON and OFF.
13906
13907         * lyxparagraph.h:
13908         * lyxfont.h: do not include language.h...
13909
13910         * BufferView2.C:
13911         * LaTeXFeatures.C:
13912         * Painter.C:
13913         * bufferview_funcs.C:
13914         * font.C:
13915         * lyxfont.C:
13916         * text.C:
13917         * text2.C:
13918         * trans_mgr.C:
13919         * paragraph.C: ... but do it here instead
13920
13921 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13922
13923         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
13924
13925         * tabular.C: small reformat
13926
13927         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
13928         NEW_INSETS version
13929         (GetChar): ditto
13930         (BreakParagraph): ditto
13931         (SetOnlyLayout): ditto
13932         (SetLayout): ditto
13933
13934         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
13935         with one arg less.
13936
13937         * lastfiles.C: removed most using decl, add std:: where needed
13938
13939         * buffer.C: ws changes
13940
13941         * MenuBackend.C (class compare_format): put into anon namespace
13942         (expand): constify label, names, action, action2
13943         (expand):
13944
13945         * text.C (SingleWidth): constify font
13946         (IsBoundary): constify rtl2
13947         (GetVisibleRow): constify ww
13948
13949         * LaTeX.C (deplog): constify logfile
13950
13951         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
13952         start_x, end_x
13953         (workAreaExpose): constify widthChange, heightChange
13954
13955         * lyxrow.C (par): moved
13956         (height): moved
13957         (next): moved
13958         * lyxrow.h: as inlines here
13959
13960         * lyxfont.h (shape): moved from lyxfont.C
13961         (emph): moved from lyxfont.C
13962
13963         * lyxfont.C (LyXFont): use initialization list for all
13964         constructors
13965         (shape): move to lyxfont.h as inline
13966         (emph): move to lyxfont.h as inline
13967
13968
13969 2001-04-04  Juergen Vigna  <jug@sad.it>
13970
13971         * vspace.C: had to include stdio.h for use of sscanf
13972
13973 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
13974
13975         * BufferView.h:
13976         * BufferView_pimpl.h: remove xforms cruft. Both classes are
13977         independent of xforms.
13978
13979 2001-04-02  Juergen Vigna  <jug@sad.it>
13980
13981         * spellchecker.C: fixed namespace placing!
13982
13983 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13984
13985         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
13986         the LyXParagraph * is 0.
13987
13988 2001-03-29  Juergen Vigna  <jug@sad.it>
13989
13990         * vspace.C: added support for %, c%, p%, l%.
13991         (stringFromUnit): added helper function.
13992         (asLatexString): changed to give right results for the %-values.
13993
13994         * buffer.C: convert the widthp in a width%.
13995
13996 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
13997
13998         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
13999         figureForm.[Ch].
14000
14001         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14002         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14003
14004         * lyx_cb.[Ch]: see above.
14005
14006         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14007         form1.[Ch].
14008
14009         * form1.[Ch]:
14010         * lyx.[Ch]: replaced by figure_form.[Ch].
14011
14012         * lyx_gui.C:
14013         * lyx_gui_misc.C:
14014         * lyxfunc.C: changed headers associated with above changes.
14015
14016 2001-03-27  Juergen Vigna  <jug@sad.it>
14017
14018         * BufferView_pimpl.C: set the temporary cursor right!
14019
14020 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14021
14022         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14023
14024 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14025
14026         * LString.h: removed "using std::getline"!
14027
14028         * BufferView_pimpl.C (Dispatch): changes due to changes in
14029         InsetInclude::Params.
14030
14031         * buffer.C (tag_name): removed redundant break statements as they were
14032         producing lots of warnings with my compiler.
14033
14034 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14035
14036         * LString.h: add "using std::getline" when using the real <string>.
14037
14038 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14039
14040         * buffer.C: removed bitset usage.
14041         PAR_TAG moved to an anonymous name space.
14042         (tag_name): new funtion, also in the anonymous namespace.
14043         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14044         (makeDocBookFile): clean code. Completed transition from string arrays
14045         to string vectors.
14046         (SimpleDocBookOnePar): code clean.
14047
14048 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14049
14050         * tabular.C: add some comments.
14051
14052 2001-03-22  Juergen Vigna  <jug@sad.it>
14053
14054         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14055         compatibility read a bit and fixed bug with minipage in different
14056         depth.
14057
14058 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14059
14060         * buffer.C (pop_tag): removed.
14061         (push_tag): removed.
14062         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14063         array replaced with vector. Added support for CDATA sections.
14064         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14065         at any nest level.
14066         (makeDocBookFile): XML conformant declaration of CDATA section,
14067         fixed bug related to <emphasis> in the first paragraph char.
14068         (sgmlOpenTag): exclude empty tags.
14069         (sgmlCloseTag): ditto.
14070
14071         * buffer.h (pop_tag): removed.
14072         (push_tag): removed.
14073
14074 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14075
14076         * language.h (Languages): added size_type and size().
14077
14078 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14079
14080         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14081         response on compability reading of minipages. One probliem is that
14082         the old usage of minipages was «flertydig»
14083
14084         * several files here and in subdirs: don't use static at file
14085         scope use anon namespaces instead.
14086
14087 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14088
14089         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14090         LaTeX output. This is necessary for Literate document
14091         processing.
14092
14093 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14094
14095         * buffer.C: insert hfill when needed.
14096
14097         * tabular.C (l_getline): use string::erase, small whitespace change.
14098
14099         * BufferView_pimpl.C: try the anon namespace.
14100         * WorkArea.C: ditto
14101
14102 2001-03-16  Juergen Vigna  <jug@sad.it>
14103
14104         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14105         otherwise it won't open options-dialogs.
14106
14107         * buffer.C: honor pextraWidth(p) on converting minipages.
14108
14109         * tabular.C (l_getline): changed the functions to strip trailing \r.
14110
14111 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14112
14113         * BufferView_pimpl.C:
14114         * minibuffer..C: added "using SigC::slot" declaration.
14115
14116 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14117
14118         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14119
14120         * text2.C: ditto
14121
14122         * text.C: ditto
14123
14124         * paragraph.C: ditto
14125
14126         * lyxtext.h: NO_PEXTRA
14127
14128         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14129
14130         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14131         * ParameterStruct.h: ditto
14132         * ParagraphParameters.h: ditto
14133         * lyxparagraph.h: ditto
14134
14135 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14136
14137         * buffer.C: add compability for minipage alignment.
14138         (latexParagraphs): remove unwanted pextra check.
14139
14140         * several files: remove CXX_WORKING_NAMESPACES
14141
14142         * buffer.C (pop_tag): tie is in namespace boost
14143
14144         * BufferView.h: noncopyable is in namespace boost
14145         * lyxlex.h: ditto
14146         * lyx_main.h: ditto
14147         * lyx_gui.h: ditto
14148         * layout.h: ditto
14149         * lastfiles.h: ditto
14150         * bufferlist.h: ditto
14151         * ShareContainer.h: ditto
14152         * LyXView.h: ditto
14153         * LyXAction.h: ditto
14154         * LaTeX.h: ditto
14155
14156 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14157
14158         * Merging changes from BRANCH_MVC back into HEAD.
14159
14160         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14161
14162 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14163
14164         * BufferView_pimpl.C: change from intl.C
14165
14166         * combox.h:
14167         * combox.C:
14168         * Makefile.am: move combox.*
14169
14170         * form1.h:
14171         * form1.C:
14172         * lyx_gui.C:
14173         * intl.h:
14174         * intl.C: remove dialog (covered by prefs)
14175
14176 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14177
14178         * lyxfunc.C (Dispatch): removed redundant break statement.
14179
14180 2001-03-14  Juergen Vigna  <jug@sad.it>
14181
14182         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14183
14184 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14185
14186         * buffer.C: add hack to fix compability reading of minipages.
14187
14188 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14189
14190         * buffer.C (getLists): Cleanup.
14191
14192 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14193
14194         * lyxfont.C (update): don't honor toggleall on font size.
14195
14196 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14197
14198         * bmtable.c:
14199         * bmtable.h:
14200         * Makefile.am: moved to frontends/xforms/
14201
14202         * lyx_gui_misc.C:
14203         * lyxfunc.C:
14204         * BufferView_pimpl.C: changes for moved mathpanel
14205
14206 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14207
14208         * gettext.h: fix gettext_init() in --disable-nls
14209
14210 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14211
14212         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14213
14214 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14215
14216         * lyx.C:
14217         * lyx.h: strip external form
14218
14219 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14220
14221         * BufferView_pimpl.C: add comment, destroySplash()
14222
14223 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14224
14225         * BufferView_pimpl.C:
14226         * LyXAction.C:
14227         * buffer.C:
14228         * commandtags.h:
14229         * lyxfunc.C: use re-worked insetinclude
14230
14231 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14232
14233         * buffer.C: add using std::stringstream.
14234
14235         * lyx_cb.C: readd using std::ios.
14236
14237         * buffer.C: add using std::map.
14238
14239         * BufferView_pimpl.C: add using std::vector.
14240
14241         * ShareContainer.h: add std:: to swap.
14242
14243         * buffer.h: add some typedefs
14244         * buffer.C (getLists): use them
14245         (getLists): renamed from getTocList.
14246         add a counter for the different float types and use it in the
14247         generated string.
14248         (getLists): use the same counter for the NEW_INSETS and the "non"
14249         NEW_INSETS
14250
14251         * lyx_cb.h: remove unused items, includes, using etc.
14252
14253         * ShareContainer.h: remove some commented code, add more comments
14254         and "documentation".
14255
14256 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14257
14258         * buffer.C (getTocList): make the list also when NEW_INSETS is
14259         defined.
14260
14261         * buffer.h: remove TocType
14262
14263         * buffer.C (getTocList): change to return a map<string,
14264         vector<TocItem> >, implement for dynamic number of list.
14265
14266         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14267         * text2.C (PasteSelection): adjust
14268         * CutAndPaste.C (pasteSelection): adjust
14269
14270         * FloatList.C (FloatList): update from the new_insets branch.
14271         * Floating.[Ch]: ditto
14272         * LaTeXFeatures.C: ditto
14273         * buffer.C: ditto
14274         * lyxlex_pimpl.C: ditto
14275
14276         * paragraph.C (Last): remove when NEW_INSETS is defined.
14277
14278         * other file: changes because of the above.
14279
14280 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14281
14282         * lyxparagraph.h: rename next to next_, previous to previous_,
14283         make them private for NEW_INSETS. Rename Next() to next(),
14284         Previous() to previous().
14285
14286         * other files: changes because of the above.
14287
14288 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14289
14290         * BufferView.h:
14291         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14292         problem.
14293
14294 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14295
14296         * main.C (main): pass lyx_localedir to gettext_init().
14297
14298         * gettext.h: remove locale_init and gettext_init macros
14299
14300         * gettext.C (locale_init): new function
14301         (gettext_init): new function
14302
14303         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14304         setlocale().
14305
14306 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14307
14308         * Moved credits to frontends:
14309         * credits.[Ch]: removed
14310         * credits_form.[Ch]: removed
14311         * lyx_gui_misc.C: remove credits stuff
14312         * Makefile.am:
14313
14314 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14315
14316         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14317
14318         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14319         unneeded destructor.
14320
14321         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14322         a standalone pointer again.
14323
14324         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14325
14326 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14327
14328         * Makefile.am:
14329         * filedlg.h:
14330         * filedlg.C:
14331         * LyXAction.C:
14332         * ToolbarDefaults.C:
14333         * bufferlist.C:
14334         * commandtags.h:
14335         * form1.C:
14336         * form1.h:
14337         * lyx_cb.C:
14338         * lyx_cb.h:
14339         * lyxfunc.h:
14340         * lyxfunc.C:
14341         * BufferView_pimpl.C: use new file dialog in GUII
14342
14343         * lyx_cb.h:
14344         * lyx_cb.C: remove LayoutsCB to Toolbar
14345
14346 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14347
14348         * ShareContainer.h (get): add std:: qualifier
14349
14350 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14351
14352         * ShareContainer.h: define a proper ShareContainer::value_type
14353         type (and use typename to please compaq cxx)
14354
14355 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14356
14357         * lyxparagraph.h: move serveral local vars to
14358         ParameterStruct/ParagraphParameters., use ShareContainer in
14359         FontTable., make vars in FontTable private and add getter and
14360         setter.
14361
14362         * paragraph.C: changes because of the above.
14363
14364         * lyxfont.h: remove copy constructor and copy assignment. (the
14365         default ones is ok), move number inside FontBits. move inlines to
14366         lyxfont.C
14367
14368         * lyxfont.C: add number to initializaton of statics, move several
14369         inlines here. constify several local vars. some whitespace
14370         cleanup. Dont hide outerscope variables.
14371
14372         * Spacing.h: add two new constructors to match the set methods.
14373
14374         * ShareContainer.h: new file, will perhaps be moved to support
14375
14376         * ParameterStruct.h: new file
14377
14378         * ParagraphParameters.h: new file
14379
14380         * ParagraphParameters.C: new file
14381
14382         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14383         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14384
14385         * BufferView_pimpl.C: ParagraphParameter changes.
14386         * buffer.C: Likewise.
14387         * bufferview_funcs.C: Likewise.
14388         * text.C: Likewise.
14389         * text2.C: Likewise.
14390
14391 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14392
14393         * lyxfind.C (LyXReplace): do not redefine default argument in
14394         implementation.
14395         (IsStringInText): ditto
14396         (SearchForward): ditto
14397         (SearchBackward): ditto
14398
14399 2001-03-06  Juergen Vigna  <jug@sad.it>
14400
14401         * lyxfind.C (IsStringInText): put parentes around expressions.
14402
14403 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14404
14405         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14406
14407 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14408
14409         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14410
14411         * stl_string_fwd.h: add comment
14412
14413         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14414
14415         * tabular.h:
14416         * tabular.C: remove unused DocBook methods
14417
14418         * intl.C:
14419         * language.C:
14420         * paragraph.C:
14421         * buffer.C:
14422         killed DO_USE_DEFAULT_LANGUAGE
14423
14424 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14425
14426         * lyx_gui.C: do not include language.h.
14427
14428         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14429         arguments in function implementation.
14430
14431 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14432
14433         * BufferView_pimpl.C: add <ctime>
14434
14435 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14436
14437         * BufferView_pimpl.C: add using std::find_if
14438
14439 2001-02-27  José Matos  <jamatos@fep.up.pt>
14440
14441         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14442         by OnlyPath.
14443
14444 2001-02-11  José Matos  <jamatos@fep.up.pt>
14445
14446         * buffer.C (makeDocBookFile): command styles now have a parameter as
14447         "title" by default.
14448
14449 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14450
14451         * layout_forms.[Ch]: removed
14452         * lyx_cb.[Ch]: out character
14453         * lyx_gui.C: out character
14454         * lyx_gui_misc.C: out character
14455         * bufferview_funcs.C: : out character,
14456         added toggleall as parameter in ToggleAndShow
14457
14458 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14459
14460         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14461
14462         * text2.C (SetCurrentFont): Disable number property at boundary.
14463
14464 2001-02-26  Juergen Vigna  <jug@sad.it>
14465
14466         * lyxfunc.C (getStatus): added a string argument override function so
14467         that this is correctly called from LyXFunc::Dispatch if it contains a
14468         do_not_use_argument which is used!
14469         (Dispatch): added check for "custom" export and call appropriate func.
14470
14471 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14472
14473         * lyxrc.C: Add language_command_local, language_use_babel and
14474         language_global_options.
14475
14476         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14477
14478         * buffer.C (makeLaTeXFile): Use language_use_babel and
14479         language_global_options.
14480
14481 2001-02-23  Juergen Vigna  <jug@sad.it>
14482
14483         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14484         which works with LyXText and putted it inside BufferView. Here now we
14485         only call for that part the BufferView::Dispatch() function.
14486
14487         * BufferView.C (Dispatch): added.
14488
14489         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14490         functions which needs to use a LyXText over from LyXFunc.
14491         (MenuInsertLyXFile): added
14492         (getInsetByCode): added
14493         (moveCursorUpdate): added
14494         (static TEXT): added
14495
14496 2001-02-22  Juergen Vigna  <jug@sad.it>
14497
14498         * BufferView_pimpl.C (update): call a status update to see if LyXText
14499         needs it.
14500
14501 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14502
14503         * vc-backend.C (revert): implement for CVS
14504         (getLog): implement for CVS
14505
14506 2001-02-20  Juergen Vigna  <jug@sad.it>
14507
14508         * text2.C (ClearSelection): added BufferView param for inset_owner call
14509
14510         * lyxfunc.C (TEXT): added this function and use it instead of
14511         directly owner->view()-text of getLyXText().
14512
14513 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14514
14515         * src/layout_forms.C: out preamble
14516         * src/layout_forms.h: out preamble
14517         * src/lyx_cb.C: out preamble
14518         * src/lyx_cb.h: out preamble
14519         * src/lyx_gui.C: out preamble
14520         * src/lyx_gui_misc.C: out preamble
14521         * src/lyxfunc.C: connect with guii preamble
14522
14523 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14524
14525         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14526
14527 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14528
14529         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14530         whether to run bibtex.
14531
14532 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14533
14534         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14535
14536 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14537
14538         * Makefile.am (lyx_SOURCES): removed bibforms.h
14539
14540         * vspace.h: doxygen
14541
14542         * text.C (GetVisibleRow): make several local vars const
14543
14544         * tabular.C: small cleanup.
14545
14546         * lyxserver.C (callback): use compare instead of strncmp
14547
14548         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
14549         inlines to after class or to paragraph.C
14550
14551         * lyxfont.h: remove friend operator!=
14552
14553         * converter.h: move friend bool operator< to non friend and after
14554         class def.
14555
14556         * combox.h: small cleanup
14557
14558         * buffer.h: doxygen, remove unused constructor, move inclas inlies
14559         to inlines after class def.
14560
14561         * buffer.C (pop_tag): use string operations instead of strcmp
14562
14563         * bmtable.c: doxygen, small cleanup
14564
14565         * LaTeX.h: remove friend operator==
14566
14567 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14568
14569         * screen.C:
14570         * lyxrc.[Ch]:
14571         * lyxfunc.C:
14572         * lyxfont.[Ch]:
14573         * lyx_cb.C:
14574         * intl.[Ch]:
14575         * commandtags.h:
14576         * buffer.C:
14577         * WorkArea.[Ch]:
14578         * LyXAction.C:
14579         * BufferView_pimpl.C:
14580         * BufferView.[Ch]: remove cruft
14581
14582 2001-02-14  Juergen Vigna  <jug@sad.it>
14583
14584         * lyxfunc.C: removed #if 0 unused code
14585
14586         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
14587
14588         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
14589
14590         * text2.C (SetSelection): added a BufferView * parameter
14591
14592 2001-02-13  Juergen Vigna  <jug@sad.it>
14593
14594         * lyxfunc.C (Dispatch): fixed protected blank problem.
14595         * BufferView2.C (protectedBlank): added LyxText * parameter.
14596
14597         * tabular.C (AppendRow): forgot to set row_info of newly added row.
14598         (AppendColumn): same as above for column_info.
14599
14600         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
14601         (moveCursorUpdate): use a LyXText param for support of InsetText.
14602
14603         * BufferView_pimpl.C (doubleClick): added support for InsetText.
14604         (tripleClick): ditto
14605
14606         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
14607
14608         * BufferView_pimpl.C (update): added LyXText param to honor insets.
14609
14610         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
14611
14612         * text2.C (SetSelection): set correct update status if inset_owner
14613         (ToggleFree): ditto
14614
14615 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
14616
14617         * tabular.C: remove some commented code.
14618
14619 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
14620
14621         * BufferView_pimpl.C: call hideSplash()
14622
14623         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
14624
14625         * include_form.h:
14626         * bibforms.h: remove
14627
14628         * lyxfunc.C:
14629         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
14630           add LFUN_CHILD_CREATE
14631
14632         * counters.h: fix tiny typo
14633
14634         * lyx_cb.C:
14635         * lyx.h:
14636         * lyx_gui.C:
14637         * lyx.C: move splash to frontends/xforms/
14638
14639         * lyx_gui_misc.C: move Include and Bibform to frontends
14640
14641         * lyxvc.h: clarify comment
14642
14643         * vspace.C: tiny housekeeping
14644
14645 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
14646
14647         * text.C (PrepareToPrint): RTL Fix.
14648
14649         * paragraph.C (GetUChar): New method.
14650         (String):  Use GetUChar.
14651
14652         * buffer.C (asciiParagraph): Use GetUChar.
14653
14654 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
14655
14656         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
14657
14658 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
14659
14660         * buffer.h:
14661         * buffer.C: rename to getLogName(), handle
14662           build log / latex log nicely
14663
14664 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14665
14666         * MenuBackend.C:
14667         * MenuBackend.h: remove support for reference menuitem type.
14668
14669 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
14670
14671         * BufferView_pimpl.C: housekeeping
14672         * BufferView_pimpl.h:
14673         * LyXView.h:
14674         * Makefile.am:
14675         * Timeout.C:
14676         * Timeout.h:
14677         * minibuffer.h: move Timeout GUI-I
14678
14679 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
14680
14681         * lyxrc.C (read): Update converters data-structures.
14682
14683 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
14684
14685         * LaTeX.h (operator!=): add operator != for Aux_Info
14686
14687 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
14688
14689         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
14690
14691         * LaTeXLog.C: deleted, useful code moved to Buffer
14692
14693         * buffer.h:
14694         * buffer.C: new function getLatexLogName()
14695
14696         * lyx_gui_misc.C:
14697         * lyx_gui.C:
14698         * lyxvc.C:
14699         * lyxvc.h:
14700         * lyxfunc.C: use frontends for LaTeX and VC logs
14701
14702 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14703
14704         * LaTeX.h: yet another std:: that Allan forgot.
14705
14706         * Variables.C (set): renamed from isset(), because this clashes
14707         with some HP-UX macros (grr).
14708
14709 2001-02-06  Allan Rae  <rae@lyx.org>
14710
14711         * LaTeX.h: Another bug fix.  Missing std:: this time.
14712
14713 2001-02-04  Allan Rae  <rae@lyx.org>
14714
14715         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
14716         floats problem. I've left it commented out because it's not quite
14717         correct.  It should also test that the current object is a table or
14718         figure inset.  But I haven't gotten around to figuring out how to do
14719         that.  I *think* it'll be something like: "table" == inset.type()
14720
14721         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
14722         bool.
14723
14724 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
14725
14726         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
14727         all the citation/databases/styles in the auxilary file.
14728         (run): Rerun latex if there was a babel language error.
14729
14730 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
14731
14732         * text.C (Backspace): Preserve the font when changing newline char
14733         with a space.
14734         (BreakParagraph): If the cursor is before a space, delete the space.
14735
14736         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14737
14738 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
14739
14740         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
14741         new argument (code).
14742         (ChangeCitationsIfUnique): New method.
14743
14744         * paragraph.C (GetPositionOfInset): Handle bibkey.
14745
14746 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14747
14748         * BufferView_pimpl.h: change type of Position::par_pos to
14749         LyXParagraph::size_type.
14750
14751 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
14752
14753         * BufferView_pimpl.C (savePosition, restorePosition): Write
14754         messages to minibuffer.
14755
14756 2001-01-28  José Matos  <jamatos@fep.up.pt>
14757
14758         * buffer.C (makeDocBookFile): adds support for document language.
14759         A silly restriction on the name of LatexCommand types where removed.
14760         Added support for CDATA sections, allows to chars unescaped, used
14761         among others in code, to avoid escape < and >.
14762
14763 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14764
14765         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
14766         saved positions instrad of a stack. Furthermore, a position is
14767         stored using paragraph id/paragraph position.
14768
14769         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
14770         Remove LFUN_REF_BACK.
14771
14772 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14773
14774         * converter.C (dvipdfm_options): New method.
14775
14776 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
14777
14778         * vspace.C (isValidLength): Fix for empty input string.
14779
14780 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14781
14782         * LyXAction.C (init): change description of LFUN_FIGURE to
14783         "Insert Graphics"
14784
14785 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14786
14787         * LaTeX.C: add using directive
14788
14789 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14790
14791         * MenuBackend.C (expand): Fix the sorting of the formats.
14792
14793 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
14794
14795         * lyx_main.C: tiny error message fix
14796
14797 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14798
14799         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
14800         calling fl_initialize(). This fixes the problem with ',' as
14801         decimal separator in text files.
14802
14803 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
14804
14805         * trans.C (process): Fix the keymap bug.
14806
14807 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
14808
14809         * LaTeX.C (scanAuxFiles): New method. Provides support for
14810         multiple bibliographies (when using the bibtopic/bibunits pacakges).
14811         (scanLogFile) Scan for "run BibTeX" messages.
14812
14813         * buffer.C (makeLaTeXFile): Do not load the ae package when using
14814         OT1 font encoding. Also, load the aecompl package if the ae
14815         package is loaded.
14816
14817         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
14818
14819 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14820
14821         * texrow.C (increasePos): turn two error messages into debug
14822         messages.
14823
14824 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
14825
14826         * LaTeX.C (scanAux): Handle the \@input macro.
14827         (runBibTeX): Use scanAux().
14828
14829         * language.C (latex_options_): New field.
14830
14831         * LaTeXFeatures.C (getMacros): Add language macros.
14832
14833         * buffer.C (makeLaTeXFile): Small fix.
14834
14835 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14836
14837         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
14838
14839         * text2.C: add a using directive.
14840
14841 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
14842
14843         * BufferView2.C:
14844         * lyx_gui_misc.h:
14845         * lyxfr1.C:
14846         * lyxfunc.C: kill LyXBell.
14847
14848 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
14849
14850         * text.C (IsBoundary): Remove the error message
14851
14852         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
14853
14854         * lyxrc.C (setDefaults): Correct initialization value for
14855         font_norm_type.
14856
14857 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
14858
14859         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
14860         gotoError().
14861
14862         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
14863         and GotoNextNote().
14864
14865         * src/LyXAction.C: Added reference-next.
14866
14867         * text.C (InsertChar): Use contains instead of strchr.
14868
14869         * lyx_cb.C (MenuInsertLabel): Enable default value code.
14870
14871 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
14872
14873         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
14874         alignment commands (when needed).
14875
14876         * text.C (InsertChar): Add ':' to number separator chars.