]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
add a 'cancel' button to the two alert dialogs triggered in File->Open
[lyx.git] / src / ChangeLog
1
2 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
3
4         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs 
5
6 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7
8         * kbsequence.C (print): adjust
9
10         * kbmap.C (printKeySym): rename and change signature
11         (printKey): use LyXKeySym::print()
12
13 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
14
15         * undo.C: add using std::advance to compile for stlport
16
17 2004-03-24  Angus Leeming  <leeming@lyx.org>
18
19         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
20         it leads to a crash when no buffer is present.
21
22 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
23             Martin Vermeer  <martin.vermeer@hut.fi>
24
25         * lyxfunc.C (dispatch): 
26         * bufferparams.C (readToken): use the new LColor::setColor 
27
28         * LColor.[Ch] (setColor): new version that takes two strings as
29         argument and creates a new color entry if necessary
30
31 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
32
33         * buffer.C (makeLaTeXFile): if the main latex file that is
34         processed is usually a subdocument of some master, then pretend
35         for a while that it is actually the master
36
37 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
38
39         * buffer.C (getLabelList):
40         (getBibkeyList): use getMasterBuffer()
41         (getMasterBuffer): new method. Returns the main document in the
42         case where one is using included documents.
43
44 2004-03-25  André Pönitz  <poenitz@gmx.net>
45
46         * Makefile.am:
47         * iterators.[Ch]:
48         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
49
50         * ParagraphList_fwd.h: change ParagraphList to a std::vector
51
52         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
53         text*.C over here. Rename namespace CutAndPaste to lyx::cap
54
55         * ParameterStruct.h: merge with ParagraphParameters
56
57         * lyxtext.h: remove LyXText::parOffset() and getPar()
58
59         * text3.C: Remove all 'manual' update calls. We do now one per user
60         interaction which is completely sufficient.
61
62         * Bidi.C:
63         * BufferView.[Ch]:
64         * BufferView_pimpl.C:
65         * FontIterator.[Ch]:
66         * MenuBackend.C:
67         * ParagraphParameters.[Ch]:
68         * buffer.C:
69         * buffer.h:
70         * bufferlist.C:
71         * cursor.[Ch]:
72         * cursor_slice.[Ch]:
73         * dociterator.[Ch]:
74         * errorlist.[Ch]:
75         * factory.C:
76         * lfuns.h:
77         * lyxfind.C:
78         * lyxfunc.C:
79         * output_docbook.[Ch]:
80         * output_latex.[Ch]:
81         * output_linuxdoc.[Ch]:
82         * output_plaintext.[Ch]:
83         * paragraph.[Ch]:
84         * paragraph_funcs.[Ch]:
85         * paragraph_pimpl.[Ch]:
86         * rowpainter.C:
87         * tabular.[Ch]:
88         * text.C:
89         * text2.C:
90         * toc.C:
91         * undo.[Ch]: adjust
92
93         * frontends/controllers/ControlDocument.C:
94         * frontends/controllers/ControlErrorList.C:
95         * frontends/controllers/ControlSpellchecker.C:
96         * insets/inset.C:
97         * insets/inset.h:
98         * insets/insetbase.h:
99         * insets/insetbibitem.C:
100         * insets/insetbox.C:
101         * insets/insetbranch.C:
102         * insets/insetcaption.C:
103         * insets/insetcharstyle.C:
104         * insets/insetcharstyle.h:
105         * insets/insetcollapsable.C:
106         * insets/insetcollapsable.h:
107         * insets/insetert.C:
108         * insets/insetfloat.C:
109         * insets/insetfoot.C:
110         * insets/insetmarginal.C:
111         * insets/insetnote.C:
112         * insets/insetoptarg.C:
113         * insets/insettabular.C:
114         * insets/insettext.C:
115         * insets/insettext.h:
116         * insets/insetwrap.C:
117         * mathed/math_mboxinset.C:
118         * mathed/math_nestinset.C:
119         * mathed/math_scriptinset.C:
120         * mathed/math_scriptinset.h:
121         * support/types.h:
122
123 2004-03-24  Angus Leeming  <leeming@lyx.org>
124
125         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
126         deal with any child processes that have finished but are waiting to
127         communicate this fact to the rest of LyX.
128
129 2004-03-24  Angus Leeming  <leeming@lyx.org>
130
131         64-bit compile fixes.
132
133         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
134         (c-tor): pass lyx::pos_types rather than ints.
135
136         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
137         lyx::pos_type.
138
139         * text.C (Delete): compile fix.
140         (getPar): ensure that function declaration is the same as that in
141         the header file.
142
143 2004-03-23  Angus Leeming  <leeming@lyx.org>
144
145         * ispell.C (LaunchIspell):
146         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
147         a boost::shred_ptr rather than a std::auto_ptr.
148
149 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
150
151         * lyxfunc.C (getStatus): handle read-only buffers correctly;
152         handle LFUN_FILE_INSERT_*
153
154         * lyxrc.C (setDefaults, getDescription, output, read):
155         * lyxrc.h: remove ps_command
156
157 2004-03-22  Angus Leeming  <leeming@lyx.org>
158
159         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
160         Ensure that error_handler is processed once only and that all data
161         is saved before attempting to output any warning messages.
162
163         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
164
165 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
166
167         * tabular.C (TeXRow): crash fix (from Kayvan and André)
168
169 2004-03-19  André Pönitz  <poenitz@gmx.net>
170
171         * cursor.[Ch] (reset): take main text inset as argument
172
173         * BufferView: adjust
174         * BufferView_pimpl.C: adjust
175
176         * paragraph.[Ch]: fix completely broken operator=()
177
178 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
179
180         * LColor.C (getFromLyXName): make sure that the color name is used
181         as lowercase.
182
183 2004-03-17  Angus Leeming  <leeming@lyx.org>
184
185         * lfuns.h:
186         * LyXAction.C (init): remove LFUN_FORKS_KILL.
187
188         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
189         dialog and to kill a forked process.
190
191 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
192
193         * text2.C (setCursorFromCoordinates): fix font problem
194
195 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
196
197         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
198         bogus "rebuild cursor" code
199
200 2004-03-11  André Pönitz  <poenitz@gmx.net>
201
202         * buffer.[Ch]: use InsetText instead of LyXText as container for
203         the main lyx text.
204
205         * dociterator.[Ch]: drop the BufferView * member which is not needed
206         anymore after the change to buffer.C
207
208         * paragraph_funcs.C:
209         * text.C:
210         * text2.C:
211         * BufferView.[Ch]:
212         * BufferView_pimpl.[Ch]:
213         * cursor.[Ch]:
214         * cursor_slice.[Ch]: adjust
215
216         * text3.C: fix bug in mathDispatch
217
218 2004-03-08  André Pönitz  <poenitz@gmx.net>
219
220         * undo.[Ch]: use 'StableDocumentIterator' as base for
221         the Undo struct.
222
223 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
224
225         * LaTeXFeatures.C:
226         * bufferparams.[Ch]: add jurabib support and param.
227
228         * LaTeX.C: add FIXME/comment.
229
230 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
231
232         * buffer.C: increment file format to 230.
233
234 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
235
236         * cursor.C (dispatch): avoid infinite loops
237
238 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
239
240         * rowpainter.C (paintSelection): fix x coordinates
241
242 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
243
244         * text.C (rowBreakPoint): fix breaking before displayed insets
245
246 2004-03-01  André Pönitz  <poenitz@gmx.net>
247
248         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
249
250         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
251
252         * Makefile.am:
253         * BufferView.C:
254         * BufferView_pimpl.C:
255         * buffer.C:
256         * lyxfind.C:
257         * lyxfunc.C:
258         * text.C:
259         * text2.C:
260         * text3.C: adjust
261
262 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
263
264         * lyxtext.h:
265         * text.C:
266         * text2.C:
267         * rowpainter.C:
268         * BufferView_pimpl.C: rename textwidth -> maxwidth,
269         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
270
271 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
272
273         * Bidi.[Ch] (computeTables): const correctness
274         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
275         fill_hfill, fill_label_hfill and x from Row
276         * lyxtext.h: prepareToPrint returns a RowMetrics
277         * rowPainter.C: adjust
278         * text.C (prepareToPrint): use width, not textWidth. adjust
279         (redoParagraphInternal, cursorX): adjust
280         * text2.C (getColumnNearX): adjust
281         (init): put a default value to the top LyXText::width
282
283 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
284
285         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
286
287 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
288
289         * lyxtext.h: add FontIterator class
290
291         * text.C (FontIterator, operator*, operator->, operator++): add
292         (rowBreakPoint, setRowWidth): adjust (fixing a
293         rebreaking bug)
294
295 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
296
297         * BufferView_pimpl.C (workAreaDispatch): allow also
298         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
299
300 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
301
302         * text.C (rowBreakPoint): fix a bug showing with very large insets
303
304 2004-02-25  André Pönitz  <poenitz@gmx.net>
305
306         * text3.C:
307         * cursor.[Ch]: move some mathed specific code to mathed
308
309 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
310
311         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
312         use_tempdir in preferences
313         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
314         tempfile creation
315         * lyx_main.C: ensure that tempdir is valid
316         * lyxlex.h: correct typo
317         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
318         * paragraph.[Ch] (isMultiLingual): make const
319         * cursor.[Ch] (openable): make const
320
321 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
322
323         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
324
325 2004-02-20  André Pönitz  <poenitz@gmx.net>
326
327         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
328
329         * cursor.[Ch]: prepare for localized getStatus()
330
331         * lyxtext.h:
332         * tabular.C:
333         * text.C:
334         * text2.C:
335         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
336
337 2004-02-20  André Pönitz  <poenitz@gmx.net>
338
339         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
340
341 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
342
343         * text2.C (setCursorFromCoordinates): switch to absolute coords
344         (cursorUp): adjust
345         (cursorDown): adjust
346         * text3.C (dispatch): adjust
347
348 2004-02-16  André Pönitz  <poenitz@gmx.net>
349
350         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
351           insets/ChangeLog)
352
353         * cursor_slice.[Ch]: remove unneeded acessor function
354
355         * lyxtext.h: rename rtl() to isRTL()
356
357         * rowpainter.C:
358         * tabular.C:
359         * text.C:
360         * text2.C:
361         * text3.C: adjust
362
363 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
364
365         * rowpainter.C (paintSelection): coord fix
366
367 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
368
369         * Spacing.C: compile fix
370
371 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
372
373         * cursor.C (dispatch): restore current_ before returning
374
375 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
376
377         * text2.C (cursorUp, cursorDown): fix coords
378         (moveUp): fix crash
379
380 2004-02-12  André Pönitz  <poenitz@gmx.net>
381
382         * lyxtext.h:
383         * text.C:
384         * text2.C:
385         * text3.C: add LCursor & parameter to most cursor movement functions
386           remove usage of LyXText::cursorRow() and cursorPar()
387
388         * cursor.[Ch]: add textRow() needed members
389
390         * BufferView.C:
391         * BufferView_pimpl.C:
392         * paragraph.[Ch]:
393         * BufferView.C:
394         * BufferView_pimpl.C: adjust
395
396 2004-02-11  André Pönitz  <poenitz@gmx.net>
397
398         * lyxfunc.C:
399         * BufferView.[Ch]:
400         * BufferView_pimpl.C: shift undo/redo handling
401
402         * cursor.[Ch]: fix mathed crash
403
404         * lyxfind.C:
405         * lyxtext.h: move selectionAsText to LCursor
406
407         * output_latex.C:
408         * paragraph.C:
409         * text.C:
410         * text2.C:
411         * text3.C: adjust
412
413         * rowpainter.C: fix excessive drawing
414
415 2004-02-06  André Pönitz  <poenitz@gmx.net>
416
417         * BufferView.[Ch]:
418         * BufferView_pimpl.[Ch]:
419         * text3.C: move some text specific LFUN handling
420
421 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
422
423         * text3.C (checkInsetHit): adjust coords
424         * text2.C (getColumnNearX): adjust coords
425         (edit): adjust coords
426         * text.C (getRowNearY): add two asserts
427
428 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
429
430         * converter.C:
431         * format.C: add using std::distance to compile on gcc 2.95/stlport
432
433 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
434
435         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
436
437 2004-02-04  André Pönitz  <poenitz@gmx.net>
438
439         * BufferView.[Ch] (insertInset):
440         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
441
442         * text2.C:
443         * text3.C: adjust
444
445 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
446
447         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
448         on the default clause of the switch
449         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
450         wasn't catched by LCursor::dispatch
451
452 2004-02-03  André Pönitz  <poenitz@gmx.net>
453
454         * BufferView.C:
455         * cursor.[Ch]: some additional asserts
456
457         * undo.[Ch]: remove LyXText dependency in interface
458
459         * lyxfunc.C: adjust
460
461         * lyxtext.h (firstPar, lastPar): remove dead functions
462
463         * text.C:
464         * text2.C:
465         * text3.C:
466         * paragraph.[Ch]: adjust
467
468 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
469
470         * lyxfind.C (find): fix argument order in call to ::find
471
472 2004-02-02  André Pönitz  <poenitz@gmx.net>
473
474         * cursor.[Ch]: remove direct access to anchor
475
476         * text.C: remove findText() hack
477
478 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
479
480         * iterators.[Ch] (lockPath): remove in favour of...
481         * BufferView.[Ch] (setCursor): this addition
482         * BufferView.C (putSelectionAt): adjust
483         * undo.C (performUndoOrRedo): adjust
484         * lyxfunc.C (dispatch): adjust
485
486 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
487
488         * iterators.C (lockPath): add a missing slice
489         * undo.C (performUndoOrRedo): remove redundant positioning code
490
491 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
492
493         * vc-backend.C (scanMaster): ";" -> ';'
494
495 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
496
497         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
498         std::binary_function
499
500         * lyxtextclass.C (compare_name): rename to...
501         (LayoutNamesEqual): ...this
502
503         * lyxlex_pimpl.C (compare_tags): inherit from
504         std::binary_function, put back into anon namespace
505
506         * lyxfind.C (MatchString): inherig from std::binary_function
507         (findChange): use empty() istead of !size()
508
509         * format.C (FormatNamesEqual): new functor
510         (getFormat): use it
511         (getNumber): use it
512         (add): use it
513         (erase): use it
514         (setViewer): use it
515
516         * converter.C (compare_Converter): rename to...
517         (ConverterEqual): ...this, and fixup a bit.
518         (getConverter): use it, and make function const
519         (getNumber): use it, and make function const
520         (add): use it
521         (erase): use it:
522
523         * bufferlist.C: add using boost::bind
524
525         * MenuBackend.C (MenuNamesEqual): new functor
526         (hasMenu): use it, and make function const
527         (hasSubmenu): use nested bind to get rid of compare_memfun.
528
529 2004-01-30  André Pönitz  <poenitz@gmx.net>
530
531         * BufferView_pimpl.C:
532         * cursor.C:
533         * cursor.h:
534         * cursor_slice.[Ch]:
535         * lyxfunc.C:
536         * lyxtext.h:
537         * paragraph_funcs.C:
538         * paragraph_funcs.h:
539         * rowpainter.C:
540         * text.C:
541         * text2.C:
542         * text3.C: move some of the edit(x,y) handling to the insets
543         some coordinate changes.
544
545 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
546
547         * text.C: add using statements for std::advance and std::distance
548
549         * paragraph.C: add using statement for std::distance
550
551         * lyxfind.C: add using statement for std::advance
552
553         * cursor.C (region): remove std:: from swap
554         (openable): use nucleus in stead of operator->
555
556         * BufferView.C: add using statements for std::distance and std::swap
557
558 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
559
560         * iterators.C: Remove the pimple, move the needed structures to
561         the header file. Create accessor for the positions stack.
562         (asPosIterator): remove function
563
564         * PosIterator.C (PosIterator): move constructors to top of file
565         (PosIterator): reimplement the constructor taking a ParIterator in
566         terms of setFrom.
567         (setFrom): new function
568         (operator!=): inline it
569
570 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
571
572         * lyxfind.C (replaceAll): use std::advance
573
574         * iterators.h: inherit from std::iterator.
575
576         * PosIterator.C (advance, distance): remove
577         * PosIterator.h: interit from std::iterator.
578
579 2004-01-26  André Pönitz  <poenitz@gmx.net>
580
581         * BufferView.[Ch]:
582         * BufferView_pimpl.[Ch]:
583         * InsetList.[Ch]:
584         * PosIterator.[Ch]:
585         * buffer.h:
586         * bufferview_funcs.C:
587         * cursor.[Ch]:
588         * cursor_slice.h:
589         * factory.[Ch]:
590         * iterators.[Ch]:
591         * lyxfind.C:
592         * lyxfunc.C:
593         * lyxtext.h:
594         * output_docbook.C:
595         * output_latex.C:
596         * output_linuxdoc.C:
597         * output_plaintext.C:
598         * paragraph.[Ch]:
599         * paragraph_funcs.[Ch]:
600         * paragraph_pimpl.[Ch]:
601         * rowpainter.C:
602         * tabular.C:
603         * tabular.h:
604         * text.C:
605         * text2.C:
606         * text3.C: more IU:  dumps most of the rest of the mathcursor
607     implementation into cursor.[Ch]; "globalize" a bit of it.
608
609 2004-01-25  Angus Leeming  <leeming@lyx.org>
610
611         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
612
613 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
614
615         * LaTeXFeatures.h: add nice_ and nice() const
616         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
617
618 2004-01-20  André Pönitz  <poenitz@gmx.net>
619
620         * BufferView.[Ch]:
621         * BufferView_pimpl.C:
622         * PosIterator.C:
623         * bufferview_funcs.C:
624         * cursor.[Ch]:
625         * cursor_slice.[Ch]:
626         * factory.C:
627         * iterators.C:
628         * lyx_cb.C:
629         * lyxfind.C:
630         * lyxfunc.C:
631         * lyxtext.h:
632         * rowpainter.C:
633         * text.C:
634         * text2.C:
635         * text3.C:
636         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
637           LCursor and mathcursor parts to LCursor and InsetBase.
638
639 2004-01-15  André Pönitz  <poenitz@gmx.net>
640
641         * cursor_slice.[Ch]: add a few covienience functions
642
643         * funcrequest.[Ch]: remove BufferView * member
644
645         * BufferView_pimpl.C:
646         * cursor.C:
647         * factory.[Ch]:
648         * lyxfind.[Ch]:
649         * lyxfunc.C:
650         * lyxtext.h:
651         * text3.C:
652         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
653
654 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
655
656         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
657         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
658
659 2004-01-13  André Pönitz  <poenitz@gmx.net>
660
661         * textcursor.[Ch]:
662         * lyxtext.h: hide cursor and selection anchor behind accessor function
663
664         * BufferView.C:
665         * BufferView_pimpl.[Ch]:
666         * PosIterator.C:
667         * bufferview_funcs.C:
668         * cursor.h:
669         * lyxfind.C:
670         * lyxfunc.C:
671         * text.C:
672         * text2.C:
673         * text3.C:
674         * undo.C: adjust
675
676         * cursor.h:
677         * cursor_slice.[Ch]: some integer type changes for inset unification
678
679         * lyxcursor.[hC]: remove, it's CursorSlice now.
680
681         * Makefile.am:
682         * BufferView_pimpl.[Ch]:
683         * bufferview_funcs.C:
684         * cursor_slice.C:
685         * lyxtext.h:
686         * text.C:
687         * text2.C:
688         * text3.C:
689         * textcursor.[Ch]: adjust
690
691 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
692
693         * text2.C (undoSpan): add and use
694         * text.C (breakParagraph): use undoSpan (fix bug 578)
695         * lyxtext.h: adjust
696
697 2004-01-08  Angus Leeming  <leeming@lyx.org>
698
699         * BufferView_pimpl.C (MenuInsertLyXFile):
700         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
701         * lyxfunc.C (menuNew, open, doImport):
702         FileFilterList change to the FileDialog open and save functions.
703
704 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
705
706         * ShareContainer.h: make isEqual and isUnique adaptable
707
708         * CutAndPaste.C: make resetOwnerAndChanges adaptable
709
710 2004-01-07  Angus Leeming  <leeming@lyx.org>
711
712         * LyXAction.C:
713         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
714
715         * BufferView_pimpl.C (dispatch): act on these LFUNs.
716
717         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
718         functions replacing find, replace and replaceAll.
719
720         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
721         LFUN_WORDFIND(FORWARD|BACKWARD).
722
723 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
724
725         * text.C (breakParagraph): remove an outdated #warning
726
727 2004-01-07  André Pönitz  <poenitz@gmx.net>
728
729         * lyxfind.C: somewhat clearer logic
730
731         * text.C: prevent crash in cursorX on unitialized row cache
732
733 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
734
735         * lyxcursor.[Ch] (operator>): add
736         * textcursor.C (selStart, selEnd): use std::min and std::max
737
738 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
739
740         * Chktex.C: include boost/format.hpp
741
742 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
743
744         * InsetList.C: replace functor MathcIt with adaptable functor
745         InsetTablePosLess
746         (insetIterator): modify accordingly
747
748         * BranchList.h: move the BranchNamesEqual functor here from...
749         * BranchList.C: ... to here
750
751         * BranchList.C: new BranchListEqual fuctor, use it. Remove
752         SameName and match.
753         (add): replace a finding loop with std::find_if.
754
755 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
756
757         * output_docbook.C: moving LatexParam functionality into
758         .layout files
759
760 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
761
762         * buffer.C: increment format to 229.
763
764 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
765
766         * LaTeXFeatures.C:
767         * lyx_sty.[Ch]: remove minipageindent_def
768
769         * LyXAction.C:
770         * factory.C:
771         * lfuns.h:
772         * lyxfunc.C:
773         * text3.C: remove LFUN_INSET_MINIPAGE
774
775 2003-12-28  Angus Leeming  <leeming@lyx.org>
776
777         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
778
779 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
780
781         * text2.C (setParagraph): fix off-by-one crash
782
783 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
784
785         * output_docbook.C: header stuff for AGU
786
787 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
788
789         * text2.C (redoCursor): remove
790         * text.C:
791         * text3.C:
792         * BufferView_pimpl.C: remove calls to redoCursor and
793         setCursor(cursor.par(), cursor.pos()) all around
794
795 2003-12-15  Angus Leeming  <leeming@lyx.org>
796
797         * buffer.C: up the format to 228.
798
799 2003-12-15  André Pönitz  <poenitz@gmx.net>
800
801         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
802         slices
803
804         * Makefile.am:
805
806         * BufferView_pimpl.C:
807         * cursor.[Ch]:
808         * lyxcursor.[Ch]:
809         * rowpainter.[Ch]:
810         * lyxtext.h:
811         * text.C:
812         * text2.C:
813         * text3.C: adjust
814
815 2003-12-15  Angus Leeming  <leeming@lyx.org>
816
817         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
818         than getFromGUIName to manipulate the color.
819
820 2003-12-14  Angus Leeming  <leeming@lyx.org>
821
822         * BranchList.[Ch]: minimize the API.
823         (Branch::getBranch, getColor): now return a 'const &'.
824         (Branch::setSelected) now returns a bool set to true if the
825         selection status changes.
826         (BranchList::clear, size, getColor, setColor, setSelected,
827         allBranches, allSelected, separator): removed.
828         (BranchList::find): new functions, returning the Branch with
829         the given name.
830         (BranchList::add, remove): return a bool indicating that
831         the operation was successful.
832
833         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
834         new InsetBranch::isBranchSlected member function.
835
836         * LColor.[Ch]: mimimize the API.
837         (fill): renamed as addColor and made private.
838         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
839         versions of these functions taking a string arg have been removed.
840
841         * bufferparams.C (readToken):
842         * lyxfunc.C (dispatch):
843         * lyxrc.C (read): changes due to the altered BranchList and
844         LColor APIs.
845
846         * factory.C (createInset, readInset): changes due to altered
847         InsetBranch c-tor.
848
849 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
850
851         * factory.C:
852         * lyxfunc.C: remove insetminipage. "minipage-insert"
853         now produces a frameless minipage box inset.
854
855 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
856
857         * textcursor.[Ch] (selStart,selEnd): add new methods
858         remove selection::start, end, use LyXCursor::operator<
859         * lyxcursor.[Ch] (operator<): add
860         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
861         * BufferView.[Ch] (unsetXSel): add
862         * text2.C (clearSelection): use unsetXSel,adjust
863         * text.C: adjust
864         * text3.C: adjust
865         * rowpainter.C: adjust
866         * bufferview_funcs.C (put_selection_at): adjust
867
868 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
869
870         * BufferView_pimpl.C: small coord. correction
871
872 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
873
874         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
875         dragging over the splash screen.
876
877 2003-12-11  Angus Leeming  <leeming@lyx.org>
878
879         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
880         as it is now handled in LyXText::dispatch.
881
882         * text3.C (doInsertInset): remove a level of nesting.
883
884 2003-12-11  Angus Leeming  <leeming@lyx.org>
885
886         * factory.C (createInset): changes due to the changed interface to
887         InsetCommandMailer::string2params.
888
889 2003-12-10  Angus Leeming  <leeming@lyx.org>
890
891         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
892         'dialog-show-new-inset <inset name>'
893
894 2003-12-10  Angus Leeming  <leeming@lyx.org>
895
896         * buffer.C: up the format to 227.
897
898         * factory.C: the box inset is now identified simply by 'Box'.
899
900 2003-12-10  Angus Leeming  <leeming@lyx.org>
901
902         * buffer.C: up the format to 226.
903
904         * factory.C: the note inset is now identified simply by 'Note'.
905
906 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
907
908         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
909         when a pit is enough. Standarize a couple of loops.
910
911 2003-12-05  Angus Leeming  <leeming@lyx.org>
912
913         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
914         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
915         data to the re-worked "log" dialog.
916
917 2003-12-03  André Pönitz  <poenitz@gmx.net>
918
919         * PosIterator.C:
920         * iterators.C:
921         * lyxtext.h:
922         * output_latex.C:
923         * paragraph_funcs.C:
924         * text.C:
925         * text2.C: use Inset::getText instead of Inset::getParagraph
926
927 2003-12-03  André Pönitz  <poenitz@gmx.net>
928
929         * buffer.[Ch]:
930         * lyxtext.h:
931         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
932         InsetText::read() as LyXText::read()
933
934 2003-12-02  Angus Leeming  <leeming@lyx.org>
935
936         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
937         type. Add a comment in the implementation that the function uses
938         the stream's bad() function rather than fail() as the std::streams
939         would do.
940
941 2003-12-02  André Pönitz  <poenitz@gmx.net>
942
943         * lyxlex.[Ch]: make interface more similar to std::stream
944
945         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
946
947 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
948
949         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
950
951 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
952
953         * vspace.[Ch]: remove VSpace::NONE
954
955 2003-12-01  André Pönitz  <poenitz@gmx.net>
956
957         * buffer.[Ch]:
958         * lyxtext.h: move ParagraphList member to LyXText
959         rename LyXText::ownerParagraphs to LyXText::paragraph
960
961         * CutAndPaste.C:
962         * bufferview_funcs.C:
963         * iterators.[Ch]:
964         * lyx_cb.C:
965         * paragraph.C:
966         * rowpainter.C:
967         * tabular.C:
968         * text.C:
969         * text2.C:
970         * text3.C: adjust
971
972         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
973
974         * undo.C: fix cursor positioning
975
976 2003-12-01  John Levon  <levon@movementarian.org>
977
978         * BufferView_pimpl.C: fix a crash on exit with
979         a buffer open
980
981 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
982
983         * BranchList.C: fix setSelected() method.
984
985 2003-11-28  André Pönitz  <poenitz@gmx.net>
986
987         * ParagraphParameters.[Ch]:
988         * ParameterStruct.h: remove space above/below from Paragraph to
989          InsetVSpace
990
991         * BufferView_pimpl.C:
992         * factory.C:
993         * lyxfunc.C:
994         * lyxtext.h:
995         * output_latex.C:
996         * paragraph.C:
997         * paragraph_funcs.C:
998         * rowpainter.[Ch]:
999         * text.C:
1000         * text2.C:
1001         * text3.C: adjust
1002
1003 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1004
1005         * factory.C: Syntax change for CharStyles
1006
1007 2003-11-28  André Pönitz  <poenitz@gmx.net>
1008
1009         * BufferView.[Ch]:
1010         * BufferView.[Ch]:
1011         * buffer.[Ch]:
1012         * buffer.[Ch]: move LyXText member
1013
1014 2003-11-28  André Pönitz  <poenitz@gmx.net>
1015
1016         * BufferView.[Ch]: make LyXText * text a private member
1017
1018         * BufferView_pimpl.C:
1019         * cursor.C:
1020         * iterators.C:
1021         * lyx_cb.C:
1022         * lyxfind.C:
1023         * lyxtext.h:
1024         * rowpainter.[Ch]:
1025         * text.C:
1026         * text2.C:
1027         * undo.C: adjust
1028
1029         * output_plaintext.C: cleanup
1030
1031 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1032
1033         * buffer.C:
1034         * lyxtextclass.[Ch]: parametrize SGML document header
1035
1036 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1037
1038         * converter.[Ch]:
1039         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1040         getFlavor().
1041
1042 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1043
1044         * text2.C (setFont): rework using PosIterator (no more recursive)
1045         (setCharFont): no more needed
1046         (setLayout): no more selection cursors fiddling (done by redoCursor)
1047         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1048         destroy remaining ones)
1049
1050 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1051
1052         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1053         * lyxtext.h: ditto
1054         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1055         selection cursors
1056         * lyxfunc.C: adjust
1057         * text3.C: adjust + re-allow multi par depth changes
1058         * textcursor.C: simplify a bit
1059
1060 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1061
1062         * src/buffer.C:
1063         * src/lyxlayout.C:
1064         * src/lyxlayout.h:
1065         * src/lyxtext.h:
1066         * src/output_docbook.C:
1067         * src/output_latex.C:
1068         * src/paragraph.C:
1069         * src/paragraph.h:
1070         * src/sgml.C:
1071         * src/sgml.h:
1072         * src/text2.C: Introducing a number of tags parametrizing various
1073         XML formats that we may want to support
1074
1075 2003-11-25  André Pönitz  <poenitz@gmx.net>
1076
1077         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1078
1079         * lyxtext.h (leftMargin/rightMargin): simplify interface
1080
1081         * rowpainter.C:
1082         * text.C:
1083         * text2.C:
1084         * text3.C: adjust
1085
1086 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1087
1088         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1089         master file to any child files. Fixes bug 546.
1090
1091 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1092
1093         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1094
1095 2003-11-24  André Pönitz  <poenitz@gmx.net>
1096
1097         * rowpainter.C: simplification
1098
1099         * text2.C (updateCounters): remove call to redoParagraph on
1100         changed labels as this is far too expensive.
1101
1102 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1103
1104         * converter.C (convert): fix a crash: this function gets
1105         called with buffer == 0 from importer code.
1106
1107 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1108
1109         * text3.C (cursorPrevious): make sure that we do not compare
1110         iterators form different containers.
1111         (cursorNext): ditto
1112
1113         * rowpainter.C (paintSelection): make sure that we do not compare
1114         iterators from different containers.
1115
1116         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1117         iterators from different ParagraphList containers.
1118         [NEXT] ditto
1119
1120         * text2.C (LyXText): change order of initialization slightly
1121         (operator=): new function. copy all variables except cache_par_
1122         (moveUp): make sure that we do not compare iterators from
1123         different ParagraphList constainers.
1124         (moveDown): ditto
1125
1126         * text.C (firstPar): new function
1127         (lastPar): new function
1128         (endPar): new function
1129
1130         * lyxtext.h: move things around and group public functions, public
1131         variables, private functions, private variables
1132
1133 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1134
1135         * factory.C: change call to InsetERT constructor to avoid
1136         additional invocation of method status
1137         * text2.C (toggleInset): remove redundant update() call
1138         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1139         instead of a Bufferview pointer
1140
1141 2003-11-21  André Pönitz  <poenitz@gmx.net>
1142
1143         * rowpainter.C: simplification
1144
1145 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1146
1147         * text3.C (dispatch): make possible to extend a word/row selection
1148         with the mouse
1149
1150 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1151
1152         * lyxtext.h: x0_,y0_ -> xo_,yo_
1153         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1154         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1155         * rowpainter.C (paintRows): paint full paragraphs
1156
1157 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1158
1159         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1160         screen coordinates)
1161
1162 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1163
1164         * lyxtext.h: add x0_, y0_
1165         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1166         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1167
1168 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1169
1170         * text2.C (setCursorIntern): move the x_target update here *
1171         * text3.C: change some bv() to true/false in calls to
1172         cursorUp/Down/Right/Left
1173         * cursor.C: use helper function.
1174
1175 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1176
1177         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1178         * paragraph_funcs.[Ch]: correct comment
1179         * rowpainter.C: do not paint selections away from bv->cursor()
1180         Fix a long standing selection painting bug.
1181         * text3.C: generalize mouse-selection code to LyXTexts other that
1182         top one
1183         * textcursor.C: do not use y coords if we can use par offsets
1184
1185 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1186
1187         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1188         cursor position after e.g. inset insert)
1189
1190 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1191
1192         * lyxfind.C (replace): adjust to locking removal + some
1193         code simplification
1194
1195 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1196
1197         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1198         of the path
1199
1200 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1201
1202         * lyxlayout.[Ch]:
1203         * output_docbook.C: XML sanitation: new layout
1204         parameters InnerTag and CommandDepth
1205
1206 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1207
1208         * BufferView_pimpl.C:
1209         * factory.C:
1210         * text3.C: Fix the insertion and modification of button-style
1211         insets
1212
1213 2003-11-13  André Pönitz  <poenitz@gmx.net>
1214
1215         * InsetList.[Ch]: remove deleteLyXText
1216
1217         * paragraph.[Ch]: cache beginOfBody position
1218
1219         * Bidi.C:
1220         * text.C:
1221         * text2.C:
1222         * text3.C: remove superfluous update() calls
1223
1224         * vspace.C: cleanup
1225
1226 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1227
1228         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1229         * BufferView.C (fitLockedInsetCursor): remove
1230         * cursor.[Ch] (getDim): add
1231         * text.C (getRowNearY): add faster version
1232         * text3.C: remove some update calls
1233
1234 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1235
1236         * LaTeXFeatures.C:
1237         * LyXAction.C:
1238         * MenuBackend.C:
1239         * MenuBackend.h:
1240         * dispatchresult.h:
1241         * factory.C:
1242         * lfuns.h:
1243         * lyxfunc.C:
1244         * lyxtextclass.C:
1245         * lyxtextclass.h:
1246         * text3.C: The Character Style /XML short element patch.
1247
1248 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1249
1250         * text3.C:
1251         * factory.C: Small step to solving 'unable to insert some insets'
1252         problem
1253
1254 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1255
1256         * cursor.[Ch] (updatePos): new function for updating the y
1257         position of the tip inset
1258         * bufferview_funcs.C (put_selection_at):
1259         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1260
1261 2003-11-11  André Pönitz  <poenitz@gmx.net>
1262
1263         * text.C: remove big comment on invalid Paragraph pointers as it is
1264         not valid anymore
1265
1266 2003-11-11  André Pönitz  <poenitz@gmx.net>
1267
1268         * text_funcs.[Ch]: merge with ...
1269
1270         * text.C: ... this
1271
1272         * lyxtext.h:
1273         * text2.C:
1274         * text3.C: adjust
1275
1276         * Makefile.am: remove text_funcs.[Ch]
1277
1278 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1279
1280         * cursor.C (getPos): return absolute cached y coord
1281
1282         * BufferView_pimpl.C (fitCursor): new simplistic code
1283         (workAreaDispatch): add a fitCursor call
1284
1285 2003-11-10  André Pönitz  <poenitz@gmx.net>
1286
1287         * BufferView.[Ch]:
1288         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1289
1290 2003-11-10  André Pönitz  <poenitz@gmx.net>
1291
1292         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1293         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1294         indicate that the cursor needs to leave an inset
1295
1296         * lyxtext.h: remove inset locking
1297
1298         * cursor.[Ch]: re-implement functionality provided by inset locking
1299
1300         * BufferView.[Ch]:
1301         * BufferView_pimpl.[Ch]:
1302         * LyXAction.C:
1303         * bufferview_funcs.[Ch]:
1304         * factory.C:
1305         * funcrequest.[Ch]:
1306         * iterators.C:
1307         * lyx_cb.C:
1308         * lyxfind.C:
1309         * lyxfunc.C:
1310         * text.C:
1311         * text2.C:
1312         * text3.C:
1313         * undo.C: adjust
1314
1315 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1316
1317         * PosIterator.[Ch]: replace the stack with a vector, add inset
1318         accesor
1319         * iterators.[C]: adjust
1320
1321 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1322
1323         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1324         replaced
1325         * paragraph_funcs.C (readParToken): put the correct id in the
1326         error item, not the id of the top paragraph
1327
1328 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1329
1330         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1331         * bufferview_funcs.C (put_selection_at): use the above
1332
1333 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1334
1335         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1336
1337 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1338
1339         * output_linuxdoc.h:
1340         * output_plaintext.h:
1341         * output.h:
1342         * output_docbook.h: add #include statements
1343
1344 2003-11-05  José Matos  <jamatos@lyx.org>
1345
1346         * output_docbook.[Ch]:
1347         * output_latex.[Ch]:
1348         * output_linuxdoc.[Ch]:
1349         * output_plaintext.[Ch]: New files for output formats.
1350         * output.[Ch]: New file for helper functions.
1351
1352         * buffer.[Ch]:
1353         * paragraph_funcs.[Ch]: output functions moved to new files.
1354
1355         * outputparams.h: rename of latexrunparams.h
1356
1357         * LaTeX.[Ch]:
1358         * buffer.[Ch]:
1359         * bufferlist.[Ch]:
1360         * converter.[Ch]:
1361         * exporter.C:
1362         * paragraph.[Ch]:
1363         * paragraph_funcs.[Ch]:
1364         * paragraph_pimpl.[Ch]:
1365         * tabular.[Ch]: rename ascii to plaintext
1366         and LatexRunParams to OutputParams.
1367
1368 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1369
1370         * iterators.[Ch] (text): require bv argument
1371         * undo.C (recordUndo):
1372         * lyxfunc.C (dispatch):
1373         * bufferview_funcs.C (put_selection_at): adjust
1374
1375 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1376
1377         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1378
1379 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1380
1381         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1382         nestings
1383
1384 2003-11-04  André Pönitz  <poenitz@gmx.net>
1385
1386         * cursor.[Ch]: restructure
1387
1388         * BufferView.[Ch]:
1389         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1390
1391         * iterators.[Ch] (asCursor): remove
1392
1393         * lfuns.h: remove LFUN_INSET_EDIT
1394
1395         * lyxfunc.C:
1396         * tabular.C:
1397         * text.C:
1398         * text2.C:
1399         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1400
1401 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1402
1403         * lyxfind.[Ch]: complete overhaul
1404         * BufferView_pimpl.C:
1405         * lyxfunc.C: adjust
1406         * paragraph.[Ch] (insert): add
1407
1408 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1409
1410         * BufferView.[Ch]:
1411         * lyxtext.h:
1412         * text.C: remove dead spellcheck code
1413
1414 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1415
1416         * dispatchresult.h: add a val setter
1417
1418         * cursor.C (dispatch): use a tempvar for data_[i]
1419
1420 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1421
1422         * PosIterator.[Ch]: compile fix
1423
1424 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1425
1426         * text.C (cursorPar): deactivate the cursor cache
1427
1428 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1429
1430         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1431
1432 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1433
1434         * text3.C (dispatch): adjust for new DisptchResult semantics.
1435
1436         * lyxfunc.C (dispatch): handle update when return from
1437         Cursor::dispatch, adjust for new DispatchResult semantics.
1438
1439         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1440         DispatchResult(true) mean to not update. Add class functions for
1441         setting dispatched and update, as well as reading.
1442
1443         * cursor.C (dispatch): don't handle update here
1444
1445 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1446
1447         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1448         * trans_mgr.C: adjust
1449
1450         * paragraph_funcs.C (readParToken): exception safety
1451
1452         * lyxvc.h: store the vcs pointer in a scoped_ptr
1453         * lyxvc.C: adjust
1454
1455         * lyxsocket.C (serverCallback): exception safety
1456
1457         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1458
1459         * ispell.C (clone): make it return a auto_ptr
1460
1461         * factory.C (createInset): exception safety
1462         (readInset): exception safety
1463
1464         * bufferlist.C (newBuffer): exception safety
1465
1466         * Thesaurus.C (Thesaurus): use initialization for aik_
1467
1468         * MenuBackend.C (expandToc): exception safety.
1469
1470 2003-11-03  André Pönitz  <poenitz@gmx.net>
1471
1472         * buffer.C:
1473         * buffer.h:
1474         * bufferview_funcs.C: remove getInsetFromId()
1475
1476         * lyxcursor.[Ch]:
1477         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1478
1479         * lyxfunc.C:
1480         * text2.C:
1481         * text3.C: adjust
1482
1483 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1484
1485         * PosIterator.C (distance, advance): new
1486         * bufferview_funcs.[Ch] (put_selection_at): new
1487         * iterators.[Ch] (lockPath): new
1488
1489 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1490
1491         * iterators.[Ch] (asPosIterator): added
1492         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1493         * PosIterator.[Ch]: added
1494
1495 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1496
1497         * text3.C:
1498         * lyxfunc.C:
1499         * cursor.C (dispatch):
1500         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1501
1502         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1503         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1504         contructor, add a class function dispatched. Remove operator>=
1505
1506 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1507
1508         * debug.C: only use the default constructor for debugstream
1509         (lyxerr) here.
1510
1511         * main.C (main): include debug.h and setup the lyxerr streambuf
1512         here.
1513
1514 2003-10-31  José Matos  <jamatos@lyx.org>
1515
1516         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1517
1518         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1519         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1520         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1521         * paragraph_pimpl.C (simpleTeXSpecialC):
1522         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1523         add LatexRunParams argument.
1524
1525         * exporter.C (Export): change call accordingly.
1526
1527         * latexrunparams.h: add new member to take care of the other backends.
1528 2003-10-30  José Matos  <jamatos@lyx.org>
1529
1530         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1531         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1532         factorise code for paragraph output.
1533         * buffer.[Ch]:
1534         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1535         move functions.
1536
1537 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1538
1539         * text3.C (dispatch):
1540         * lyxfunc.C (dispatch):
1541         * cursor.C (dispatch):
1542         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1543
1544         * dispatchresult.h: make the dispatch_result_t ctor explicit
1545
1546 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1547
1548         * sgml.[Ch]:
1549         * buffer.C: small refactoring of docbook stuff
1550
1551 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1552
1553         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1554         meaning.
1555
1556 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1557
1558         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1559         operator dispatch_result_t, and operators for == != and >=
1560
1561         * cursor.C (dispatch): adjust for operator dispatch_result_t
1562         removal. comment out call to update
1563
1564         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1565
1566 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1567
1568         * text3.C:
1569         * text2.C:
1570         * text.C:
1571         * lyxtext.h:
1572         * lyxfunc.C:
1573         * cursor.C:
1574         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1575         (dispatch):
1576
1577         * dispatchresult.h: new file, DispatchResult broken out of
1578         insets/insetbase.h
1579
1580         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1581
1582 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1583
1584         * text.C (rowBreakPoint): put a hack inside #if 0
1585
1586 2003-10-28  André Pönitz  <poenitz@gmx.net>
1587
1588         * lyxtext.h:
1589         * metricsinfo.C:
1590         * paragraph_funcs.C:
1591         * rowpainter.C:
1592         * text.C:
1593         * text2.C: general cleanup (lots of small stuff)
1594
1595 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1596
1597         * text2.C (cursorEnd): simple fix to the "end key goes to one
1598         before the end on last row" bug
1599
1600 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1601
1602         * text.C (backspace): fix the "zombie characters"
1603
1604 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1605
1606         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1607
1608 2003-10-27  André Pönitz  <poenitz@gmx.net>
1609
1610         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1611
1612         * factory.C: handle new InsetPagebreak, InsetLine
1613
1614         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1615         and move handling into new InsetPagebreak, InsetLine
1616
1617         * BufferView_pimpl.C:
1618         * LyXAction.C:
1619         * ParagraphParameters.C:
1620         * ParameterStruct.h:
1621         * lyxfunc.C:
1622         * lyxtext.h:
1623         * paragraph.C:
1624         * paragraph.h:
1625         * paragraph_funcs.C:
1626         * paragraph_pimpl.C:
1627         * rowpainter.C:
1628         * text.C:
1629         * text2.C:
1630         * text3.C: adjust
1631
1632 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1633
1634         * text.C:
1635         * lyxrow_funcs.[Ch]:
1636         * Bidi.C:
1637         * paragraph.C:
1638         * lyxtext.h:
1639         * rowpainter.C:
1640         * text2.C:
1641         * text3.C: remove lastPos uses in favour of Row::endpos
1642
1643 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1644
1645         * undo.C (performUndoOrRedo): fix two crashes by setting a
1646         cursor by hand and reordering some calls. Use bv->lockInset instead
1647         of inset->edit because the latter loses cursor information
1648
1649 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1650
1651         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1652         by Martin
1653         (rowBreakPoint): fix width. change point to point + 1.
1654         Add a missing check.
1655
1656 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1657
1658         * MenuBackend.C:
1659         * lyxfunc.C: fix (at least partly) the problems
1660         with the Nav menu and headers inside branch insets
1661         reported by Kayvan
1662
1663 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1664
1665         * paragraph.C (getChar): add strong asserts
1666
1667         * lyxrow_funcs.C (lastPos): remove hideous hack
1668
1669         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1670         (fill): adjust to that (avoid an infinite loop)
1671
1672 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1673
1674         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1675
1676 2003-10-23  André Pönitz  <poenitz@gmx.net>
1677
1678         * RowList_fwd.h: change list<> to vector<> to gain speed
1679         after suggestion from Alfredo
1680
1681 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1682
1683         * lyxtext.h: move the bidi stuff from here...
1684         * text.C: and here
1685         * text2.C: and here
1686         * Bidi.[Ch]: ... to here
1687
1688 2003-10-23  André Pönitz  <poenitz@gmx.net>
1689
1690         * lyxtext.h:
1691         * text.C (isLastRow, isFirstRow): new functions
1692
1693         * paragraph.h: new width cache member
1694
1695         * rowpainter.C: replace RowList::iterator with Row & where possible
1696
1697         * lyxfunc.C: replace several view()->text with a single call
1698
1699         * toc.C: fix 'unused' warning
1700
1701 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1702
1703         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1704         when woring with stream::pos_type
1705         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1706
1707 2003-10-22  André Pönitz  <poenitz@gmx.net>
1708
1709         * lyxtext.h:
1710         * text.C: use Row & instead of RowList::iterator
1711
1712         * lyxrow.h: rename end() to endpos()
1713
1714         * rowpainter.C:
1715         * text.C:
1716         * text2.C: adjust
1717
1718 2003-10-22  Angus Leeming  <leeming@lyx.org>
1719
1720         * buffer.[Ch] (fully_loaded): new member function, returning true
1721         only when the file has been loaded fully.
1722         Used to prevent the premature generation of previews and by the
1723         citation inset to prevent computation of the natbib-style label.
1724
1725         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1726         templates are all set up.
1727
1728         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1729
1730 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1731
1732         * text.C: fixed an "oops" in the "is a bit silly"
1733         bug fix
1734
1735 2003-10-21  André Pönitz  <poenitz@gmx.net>
1736
1737         * FuncStatus.[Ch]: small stuff, whitespace
1738
1739         * lyxfont.[Ch]: operator<<() for debug reasons
1740
1741         * lyxfunc.C:
1742         * lyxrow_funcs.C:
1743         * lyxtext.h: whitespace, spelling
1744
1745         * paragraph.C: naming of variables
1746
1747         * text.C:
1748         * text2.C: small stuff
1749
1750
1751 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1752
1753         * text.C: (1) finish off the inset display() work;
1754         (2) fix the "is a bit silly" bug (accessing char
1755         past end of par).
1756
1757 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1758
1759         * text.C: re-introduce display() for insets, fixing the
1760         various bugs (stretch of line above, math inset
1761         positioning, ...)
1762
1763 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1764
1765         * text.C (rightMargin): remove spurious semicolon
1766
1767         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
1768         1415)
1769
1770 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
1771
1772         * text3.C: fix one crash due to wrong cursor def
1773
1774 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1775
1776         * vc-backend.C (scanMaster): make the regex static
1777
1778         * LaTeX.C (scanAuxFile): make the regexs static
1779
1780         * text3.C (doInsertInset, dispatch, dispatch):
1781         * text2.C (cursorUp, cursorDown):
1782         * text.C (selectNextWordToSpellcheck):
1783         * BufferView_pimpl.C (dispatch):
1784         * lyxfunc.C (dispatch):  localDispatch -> dispatch
1785
1786 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1787
1788         * lyxsocket.C: include <cerrno>
1789
1790 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1791
1792         * lyxfunc.C (dispatch): remove textcache stuff
1793
1794         * bufferlist.C (release): remove textcache stuff
1795         (closeAll): ditto
1796
1797         * TextCache.C: delete file
1798         * TextCache.h: delete file
1799
1800         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
1801
1802         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
1803         delete of the bv_->text.
1804         (resizeCurrentBuffer): remove texcache stuff
1805         (workAreaResize): ditto
1806
1807 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1808
1809         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
1810         action.
1811
1812 2003-10-16  André Pönitz  <poenitz@gmx.net>
1813
1814         * lyxrow.[Ch]:
1815         * paragraph.h:
1816         * rowpainter.C:
1817         * text.C:
1818         * text2.C:
1819         * text3.C: speed up by storing y positions per paragraph plus per-row
1820         offset instead of having a 'full' y position in the row.
1821
1822 2003-10-15  André Pönitz  <poenitz@gmx.net>
1823
1824         * iterators.[Ch]:
1825         * iterators.[Ch]:
1826         * undo.[Ch]: make undo aware of inner insets
1827
1828 2003-10-14  Angus Leeming  <leeming@lyx.org>
1829
1830         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
1831         static member functions LyX::ref() and LyX::cref.
1832         (lastfiles): new accessor functions for the new lastfiles_ member var.
1833         (addLyXView, views_): add a new LyXView to the list of views_.
1834         (updateInset): loop over all LyXViews to call their own updateInset
1835         member function, returning a pointer to the Buffer owning the inset.
1836
1837         * BufferView_pimpl.C (loadLyXFile):
1838         * MenuBackend.C (expandLastfiles):
1839         * bufferlist.C (MenuWrite, QuitLyX):
1840         lastfiles is no longer a global variable.
1841         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
1842
1843         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
1844         static function. Access through LyX::cref().emergencyCleanup().
1845
1846 2003-10-14  André Pönitz  <poenitz@gmx.net>
1847
1848         * iterators.[Ch]: new direct access to innermost LyXText and Inset
1849
1850         * undo.[Ch]: restoring part of 'undo in insets'
1851
1852         * Makefile.am:
1853         * undo_funcs.[Ch]: merge with undo.[Ch]
1854
1855         * tabular.C: small cleansing stuff
1856
1857 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
1858
1859         * paragraph_funcs.C (readParToken): report unknown insets as error
1860         boxes. Use the outer paragraph as location (also for unknown
1861         tokens).
1862
1863         * factory.C (readInset): do not abort on reading an unknown inset.
1864         Eat it and return 0.
1865
1866 2003-10-13  Angus Leeming  <leeming@lyx.org>
1867
1868         * lyx_main.C (LyX): remove call to setDisplayTranslator().
1869
1870         * lyxrc.C: displayTranslator is now a function,
1871         declared in GraphicsTypes.h.
1872
1873 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1874
1875         * format.C: new placeholder $$a to pass the socket address.
1876
1877         * bufferlist.[Ch]: new function getBufferFromTmp.
1878
1879         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
1880           files in the temporary dir.
1881
1882 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
1883
1884         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
1885
1886         * Makefile.am: add lyxsocket.[Ch].
1887
1888         * lyx_main.C (error_handler): handle SIGPIPE.
1889
1890 2003-10-13  André Pönitz  <poenitz@gmx.net>
1891
1892         * BufferView_pimpl.C:
1893         * lyxtext.h:
1894         * text.C:
1895         * text2.C:
1896         * text3.C:
1897         * undo_funcs.[Ch]: use paroffset_type instead of
1898           ParagraphList::iterators to prevent multiple conversion
1899           (and get a more robust interface)
1900
1901 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1902
1903         * lyxfunc.C (dispatch): RESULT -> dispatch_result
1904         * lyxtext.h: ditto
1905         * text3.C (dispatch): ditto
1906
1907 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1908
1909         * LaTeX.C (handleFoundFile): move the static to smaller scope,
1910         move the onlyfile, use onlyfile instead of foundfile in a couple
1911         of places.
1912
1913         * DepTable.C (update): flush the error stream a bit more
1914
1915 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1916
1917         * lyxserver.C (callback): adjust
1918
1919         * lyxfunc.C (getStatus): add a missing brace in commented code
1920         (ensureBufferClean): reindent
1921         (dispatch): delete version taking a string
1922
1923 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1924
1925         * LaTeX.C (deplog): move found file handlig from here...
1926         (handleFoundFile): .. to new function here.
1927         (deplog): make sure to discover several files mentioned on the
1928         same log line.
1929
1930 2003-10-10  André Pönitz  <poenitz@gmx.net>
1931
1932         * lyxfunc.C:
1933         * lyxtext.h:
1934         * tabular.C:
1935         * text.C:
1936         * text2.C:
1937         * text3.C: fix some of the tabular crashes
1938
1939 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1940
1941         * MenuBackend.C (binding): put debug message into Debug::KBMAP
1942
1943         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
1944
1945 2003-10-09  André Pönitz  <poenitz@gmx.net>
1946
1947         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
1948
1949         * BufferView.C:
1950         * BufferView_pimpl.C:
1951         * bufferview_funcs.C:
1952         * lyx_cb.C:
1953         * lyxcursor.C:
1954         * lyxfind.C:
1955         * lyxfunc.C:
1956         * lyxtext.h:
1957         * text.C:
1958         * text2.C:
1959         * text3.C:
1960         * text_funcs.[Ch]:
1961         * textcursor.[Ch]:
1962         * undo_funcs.C: adjust
1963
1964 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1965
1966         * text2.C (incrementItemDepth): new function, use a backtracking
1967         algorithm to discover the correct item depth.
1968         (resetEnumCounterIfNeeded): new function, use a backtracking
1969         algorithm to discover if counter reset is needed.
1970         (setCounter): use them. Simplify a bit. Add different labels for
1971         different item depths for itemize.
1972
1973         * paragraph.C (Paragraph): remove initialization of enumdepth
1974         (operator=): ditto
1975
1976         * paragraph.h: get rid of enumdepth, and use itemdepth both for
1977         enumerate and itemize. Change the type of itemdepth to signed char.
1978
1979 2003-10-08  André Pönitz  <poenitz@gmx.net>
1980
1981         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
1982           thing assignable.
1983         * text.C:
1984         * text2.C: adjust
1985
1986         * tabular.[Ch]: fix crash after 'row-insert'
1987
1988 2003-10-08  Angus Leeming  <leeming@lyx.org>
1989
1990         Fix doxygen warnings.
1991
1992         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
1993         Remove CutAndPaste:: prefix from header file declaration.
1994
1995         * LColor.h (fill): remove LColor:: prefix from declaration.
1996
1997         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
1998         use lyx::depth_type rather than Paragraph::depth_type so that
1999         header file and .C file match.
2000
2001         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2002
2003         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2004         * aspell.C: \file aspell_local.C -> \file aspell.C
2005         * gettext.C: \file gettext.C -> \file src/gettext.C
2006         * gettext.h: \file gettext.h -> \file src/gettext.h
2007         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2008         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2009         * text.C: \file text.C -> \file src/text.C
2010
2011         * toc.C: move comment so that doxygen is not confused.
2012
2013 2003-10-07  Angus Leeming  <leeming@lyx.org>
2014
2015         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2016
2017 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2018
2019         * aspell.C:
2020         * aspell_local.h: add forgotten std::string's.
2021
2022 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2023
2024         * LaTeXFeatures.C:
2025         * LyXAction.C:
2026         * factory.C:
2027         * lfuns.h:
2028         * lyxfunc.C:
2029         * text3.C: The Box patch. Fancybox support, minipage, parbox
2030
2031 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2032
2033         * CutAndPaste.h:
2034         * DepTable.h:
2035         * FloatList.h:
2036         * LaTeXFeatures.h:
2037         * ParagraphParameters.h:
2038         * TextCache.h:
2039         * Thesaurus.h:
2040         * bufferlist.h:
2041         * exporter.h:
2042         * importer.h:
2043         * lastfiles.h:
2044         * lyxfind.h:
2045         * lyxfont.h:
2046         * lyxlex.h:
2047         * lyxtextclasslist.h:
2048         * messages.h:
2049         * paragraph.h:
2050         * paragraph_pimpl.C:
2051         * textcursor.h: add <string> and other small fixes to make Lars'
2052         std::string patch compile with STLport.
2053
2054 2003-10-06  Angus Leeming  <leeming@lyx.org>
2055
2056         * LColor.h: Add missing #include <string>.
2057
2058 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2059
2060         * All most all file in all subdirs: Make <string> be the prefered
2061         way of getting to std::string, add using declarations.
2062
2063 2003-10-06  André Pönitz  <poenitz@gmx.net>
2064
2065         * metricsinfo.C: initialize LyXFont before changing attribute.
2066         (fixes the 'math in \emph is upright' bug)
2067
2068 2003-10-06  André Pönitz  <poenitz@gmx.net>
2069
2070         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2071
2072 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2073
2074         * graph.C:
2075         * paragraph_pimpl.C: Small fixes to build using STLport
2076
2077 2003-10-02  André Pönitz  <poenitz@gmx.net>
2078
2079         * lyxfunc.C:
2080         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2081
2082 2003-10-01  André Pönitz  <poenitz@gmx.net>
2083
2084         * factory.C: assert early
2085
2086 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2087
2088         * lyx_main.C: remove the global debug object
2089
2090         * debug.h: adjust for new debugstream
2091
2092         * debug.C: adjust for new debugstream and keep the global debug
2093         object here.
2094
2095 2003-09-22  Angus Leeming  <leeming@lyx.org>
2096
2097         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2098         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2099         an incomplete class LyXFont.
2100
2101 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2102
2103         * factory.C: bug fix in branches
2104
2105 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2106
2107         * lyxfunc.C (processKeySym): adjust
2108         (dispatch): adjust
2109         (dispatch): change arg name from ev to func, adjust
2110         (sendDispatchMessage): ditto
2111
2112         * lyx_main.C (defaultKeyBindings): adjust keybindings
2113         (deadKeyBindings): ditto
2114
2115         * kbsequence.C (addkey): return a FuncRequest
2116
2117         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2118
2119         * kbmap.C (bind): take a FuncRequest as arg, adjust
2120         (read): adjust
2121         (lookup): adjust
2122         (defkey): change to take a FuncRequest as arg, adjust
2123         (findbinding): take a FuncRequest as arg, adjust.
2124
2125         * funcrequest.h (operator=): added
2126
2127         * funcrequest.C (FuncRequest): default kb_action changed from
2128         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2129
2130         * buffer.C (dispatch): simplify
2131         (dispatch): adjust to take a FuncRequest as arg, adjust
2132
2133         * boost.C (assertion_failed): change assertion message slightly
2134
2135         * ToolbarBackend.C (read): simplify
2136
2137         * MenuBackend.C (binding): adjust call to findbinding, add a
2138         message if no binding is found.
2139         (read): simplify
2140         (expandToc): correct by adding a empty FuncRequest
2141
2142         * LyXAction.C: include <boost/assert.hpp>
2143         (isPseudoAction): delete function
2144         (LookupFunc): change name to...
2145         (lookupFunc): this. change return type to FuncRequest.
2146         (getActionName): take kb_action as arg, simplify
2147         (funcHasFlag): add an assert, simplify.
2148
2149 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2150
2151         * toc.C (action): return a FuncRequest, simplify
2152
2153         * lyxfunc.C (processKeySym): adjust
2154         (getStatus): delete version that takes an int.
2155         (getStatus): adjust
2156         (dispatch): delete version that takes action as int
2157         (dispatch): adjust
2158         (sendDispatchMessage): simplify and adjust
2159
2160         * funcrequest.C (getArg): take unsigned int as arg
2161
2162         * ToolbarBackend.C (read): adjust
2163         (add): delete version that takes func as a string.
2164         (getIton): take a FuncRequest as arg
2165
2166         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2167         action.
2168
2169         * MenuBackend.C (MenuItem): add a new construct that only takes a
2170         Kind, simplify the constructor use for submenus.
2171         (add): adjust
2172         (expandLastfiles): adjust
2173         (expandDocuments): adjust
2174         (expandFormats): adjust
2175         (expandFloatListInsert): adjust
2176         (expandFloatInsert): adjust
2177         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2178
2179         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2180         Remove class variables lyx_pseudo_map and lyx_arg_map
2181
2182         * LyXAction.C (searchActionArg): delete function
2183         (getPseudoAction): delete function
2184         (retrieveActionArg): delete function
2185         (LookupFunc): make it return kb_action, simplify.
2186         (getActionName): simplify
2187
2188         * factory.C (createInset): fix new bug
2189
2190 2003-09-19  Angus Leeming  <leeming@lyx.org>
2191
2192         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2193         masterFilename_ parameter in the include inset.
2194
2195         * factory.C (createInset): changes due to the changes to InsetInclude.
2196
2197 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2198
2199         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2200
2201 2003-09-18  Angus Leeming  <leeming@lyx.org>
2202
2203         * buffer.C:
2204         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2205         Inset::fillWithBibKeys.
2206         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2207
2208 2003-09-18  Angus Leeming  <leeming@lyx.org>
2209
2210         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2211         variables.
2212         (ctor): pass and store a 'Buffer const &'
2213         (buffer): new member function.
2214
2215         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2216         '*this' to the LaTeXFeatures ctor.
2217
2218 2003-09-18  Angus Leeming  <leeming@lyx.org>
2219
2220         * LColor.h:
2221         * lyxfont.C:
2222         * lyxfont.h:
2223         * lyxtext.h:
2224         * text.C: rename EnumLColor as LColor_color.
2225
2226 2003-09-18  Angus Leeming  <leeming@lyx.org>
2227
2228         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2229         remove #include "insets/insetbase.h" from cursor.h.
2230
2231 2003-09-18  Angus Leeming  <leeming@lyx.org>
2232
2233         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2234         InsetOld_code to remove #include "inset.h".
2235
2236         * iterators.C: add #include "insets/inset.h"
2237
2238 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2239
2240         * BufferView.C: remove more locking stuff that apparently doesn't
2241         do anything sensible.
2242
2243 2003-09-16  André Pönitz  <poenitz@gmx.net>
2244
2245         * paragraph.[Ch]:
2246         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2247           performance boost.
2248
2249 2003-09-16  Angus Leeming  <leeming@lyx.org>
2250
2251         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2252
2253         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2254         arg/return type.
2255
2256         * paragraph.h: remove #include "lyxfont.h". Forward declare
2257         LyXFont_size.
2258
2259 2003-09-16  Angus Leeming  <leeming@lyx.org>
2260
2261         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2262         of support/textutils.h.
2263         (isWord): move the contents of support/textutils.h's IsWordChar here.
2264
2265         * buffer.C:
2266         * lyxfind.C:
2267         * rowpainter.C:
2268         * text.C:
2269         * text2.C: add #include "paragraph.h".
2270
2271         * rowpainter.C:
2272         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2273
2274 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2275
2276         * main.C:
2277         * lyx_main.C:
2278         * lyx_cb.C:
2279         * buffer.C:
2280         * LaTeX.C: use namespace alias for lyx::support::os
2281
2282 2003-09-16  Angus Leeming  <leeming@lyx.org>
2283
2284         * bufferparams.C:
2285         * bufferview_funcs.C:
2286         * factory.C:
2287         * lyxfunc.C:
2288         * paragraph_pimpl.C:
2289         * rowpainter.C:
2290         * text.C: add #include "LColor.h".
2291
2292 2003-09-16  Angus Leeming  <leeming@lyx.org>
2293
2294         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2295         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2296         return LyXFont &.
2297         Store the FontBits::color variable as an int rather than as an
2298         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2299         file.
2300
2301         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2302         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2303         string calls together.
2304
2305         * lyxrc.C: add #include "LColor.h".
2306
2307 2003-09-15  Angus Leeming  <leeming@lyx.org>
2308
2309         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2310         a cow_ptr.
2311
2312 2003-09-15  Angus Leeming  <leeming@lyx.org>
2313
2314         * LColor.h: add an EnumLColor wrapper for LColor::color.
2315
2316         * lyxfont.[Ch] (color, setColor, realColor):
2317         * lyxtext.h, text.C (backgroundColor):
2318         pass EnumLColor args to/from the functions, rather than LColor::color
2319         ones.
2320
2321         * lyxfont.h:
2322         * lyxtext.h: forward declare EnumLColor.
2323
2324         * lyx_main.C: add #include "LColor.h".
2325
2326 2003-09-15  Angus Leeming  <leeming@lyx.org>
2327
2328         * .cvsignore: add lyx-gtk.
2329
2330 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2331
2332         * Chktex.C
2333         * LaTeX.C
2334         * LaTeXFeatures.C
2335         * ParagraphParameters.C
2336         * Spacing.C
2337         * buffer.C
2338         * bufferparams.C
2339         * bufferview_funcs.C
2340         * chset.C
2341         * counters.C
2342         * funcrequest.C
2343         * lyxfont.C
2344         * lyxgluelength.C
2345         * lyxlength.C
2346         * paragraph.C
2347         * paragraph_funcs.C
2348         * text3.C
2349         * vc-backend.C: remove usage of STRCONV
2350
2351 2003-09-15  Angus Leeming  <leeming@lyx.org>
2352
2353         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2354         explicitly define the color passed to the painter.
2355
2356 2003-09-15  Angus Leeming  <leeming@lyx.org>
2357
2358         * bufferparams.C (BufferParams): reorder member initializers to avoid
2359         compiler warning.
2360
2361 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2362
2363         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2364         * text.C (updateRowPositions): remove an unusual nop
2365
2366 2003-09-12  André Pönitz  <poenitz@gmx.net>
2367
2368         * BufferView_pimpl.C:
2369         * Bullet.C:
2370         * layout.h:
2371         * lyxfunc.C:
2372         * lyxlayout.[Ch]:
2373         * lyxtextclass.C:
2374         * rowpainter.C:
2375         * text.C:
2376         * text2.C:
2377         * Counters.[Ch]: finish the 'automatic counters' job
2378
2379 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2380
2381         * aspell.C: include <boost/assert.cpp> (compile fix)
2382
2383 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2384
2385         * boost.C (assertion_failed): use lyx::support::abort instead of
2386         assert.
2387
2388 2003-09-10  Angus Leeming  <leeming@lyx.org>
2389
2390         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2391         with their _fwd progeny.
2392
2393 2003-09-09  Angus Leeming  <leeming@lyx.org>
2394
2395         134 files throughtout the source tree: replace 'using namespace abc;'
2396         directives with the appropriate 'using abc::xyz;' declarations.
2397
2398 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2399
2400         * boost.C (emergencyCleanup): moved here from LAssert.c
2401         (assertion_failed): new function, called by BOOST_ASSERT
2402
2403         * several files: change Assert to BOOST_ASSERT
2404
2405 2003-09-09  Angus Leeming  <leeming@lyx.org>
2406
2407         * buffer.[Ch]: Add an Impl class and move Buffer's member
2408         variables into it. As a result move several header files out of
2409         buffer.h.
2410
2411         Add header files to lots of .C files all over the tree as a result.
2412
2413 2003-09-09  Angus Leeming  <leeming@lyx.org>
2414
2415         * buffer.[Ch]: make Buffer's member variables private. Add
2416         accessor functions.
2417
2418         Lots of changes all over the tree as a result.
2419
2420 2003-09-08  Angus Leeming  <leeming@lyx.org>
2421
2422         * graph.C: #include <config.h>.
2423
2424 2003-09-08  Angus Leeming  <leeming@lyx.org>
2425
2426         * BranchList.C:
2427         * BufferView.C:
2428         * BufferView_pimpl.C:
2429         * CutAndPaste.C:
2430         * DepTable.C:
2431         * LaTeX.C:
2432         * LaTeXFeatures.C:
2433         * LyXAction.C:
2434         * MenuBackend.C:
2435         * TextCache.C:
2436         * aspell.C:
2437         * buffer.C:
2438         * bufferlist.C:
2439         * changes.C:
2440         * chset.C:
2441         * converter.C:
2442         * counters.C:
2443         * debug.C:
2444         * graph.C:
2445         * ispell.C:
2446         * lyx_cb.C:
2447         * lyxfind.C:
2448         * lyxfunc.C:
2449         * lyxlex_pimpl.C:
2450         * lyxrc.C:
2451         * lyxrow.C:
2452         * paragraph.C:
2453         * rowpainter.C:
2454         * texrow.C:
2455         * text.C:
2456         * text2.C:
2457         * toc.C: remove redundant using directives.
2458
2459 2003-09-07  Angus Leeming  <leeming@lyx.org>
2460
2461         * LaTeXFeatures.h: remove #include "support/types.h".
2462         * ToolbarBackend.h: remove #include <algorithm>.
2463         * changes.h: remove #include <ctime>.
2464         * debug.h: remove #include <iosfwd>.
2465         * graph.h: remove #include "support/std_string.h".
2466         * lyx_main.h: remove #include <csignal>.
2467         * lyxlex_pimpl.h: remove #include <fstream>.
2468         * sgml.h: remove #include <algorithm>, <utility>.
2469         * toc.h: remove #include "support/std_ostream.h".
2470         Add #include <iosfwd>.
2471
2472 2003-09-07  Angus Leeming  <leeming@lyx.org>
2473
2474         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2475
2476         * converter.h: forward declare LatexRunParams.
2477         * encoding.h: remove #include "lyxrc.h".
2478         * lyxtext.h: remove #include "LColor.h".
2479         * lyxtextclass.h: remove #include "support/types.h".
2480         * trans.h: remove #include "tex-accent.h".
2481         * trans_mgr.h: remove #include "tex-accent.h".
2482         * insets/inset.h: remove #include "support/types.h", <vector>.
2483         * insets/insetcollapsable.h: remove #include "LColor.h".
2484         * insets/insetinclude.h: remove #include "dimension.h".
2485         * insets/insetlatexaccent.h: remove #include "dimension.h".
2486         * insets/insetoptarg.h:: remove #include "insettext.h".
2487         * insets/insettext.h: remove #include "dimension.h",
2488         <boost/shared_ptr.hpp>
2489
2490         * insets/renderers.h: add #include "dimension.h".
2491         * insets/updatableinset.h: add #include "support/types.h".
2492
2493         * many .C files: Associated changes.
2494
2495 2003-09-06  Angus Leeming  <leeming@lyx.org>
2496
2497         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2498         one, inside testInvariant.
2499
2500         * PrinterParams.C: new file.
2501         * PrinterParams.[Ch]: move the function bodies out of line.
2502
2503 2003-09-06  Angus Leeming  <leeming@lyx.org>
2504
2505         * ParagraphParameters.h: forward declare ParameterStruct rather than
2506         including its header file.
2507         (depth): moved out-of-line.
2508
2509 2003-09-06  Angus Leeming  <leeming@lyx.org>
2510
2511         * BufferView_pimpl.h:
2512         * kbmap.h:
2513         * kbsequence.h:
2514         * lyxfunc.h: forward declare LyXKeySym rather than
2515         #include "frontends/LyXKeySym.h".
2516
2517         * BufferView_pimpl.C:
2518         * kbmap.C:
2519         * kbsequence.C:
2520         * lyxfunc.C: associated changes.
2521
2522 2003-09-06  Angus Leeming  <leeming@lyx.org>
2523
2524         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2525         As a result, can remove the #include "insets/inset.h" from BufferView.h
2526
2527 2003-09-06  Angus Leeming  <leeming@lyx.org>
2528
2529         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2530         As a result, can remove the #include "insets/inset.h" from BufferView.h
2531
2532 2003-09-06  Angus Leeming  <leeming@lyx.org>
2533
2534         * buffer_funcs.C:
2535         * buffer.h:
2536         * bufferlist.C:
2537         * BufferView.C:
2538         * bufferview_funcs.C:
2539         * BufferView_pimpl.C:
2540         * CutAndPaste.C:
2541         * lyx_cb.C:
2542         * lyxfunc.C:
2543         * paragraph.h:
2544         * ParagraphParameters.C:
2545         * tabular.C:
2546         * text3.C:
2547         * toc.C:
2548         * undo_funcs.C:
2549         * frontends/controllers/ControlDocument.C:
2550         * insets/insetcaption.C: rearrange the #includes into some sort of
2551         coherent order.
2552
2553         * buffer.h: remove #includes ErrorList.h, undo.h
2554
2555 2003-09-06  Angus Leeming  <leeming@lyx.org>
2556
2557         * support/types.h: add a 'depth_type' typedef, used to store the
2558         nesting depth of a paragraph.
2559
2560         * paragraph.h:
2561         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2562         defining explicitly.
2563
2564         * buffer.h:
2565         * paragraph_funcs.h:
2566         * ParagraphParameters.h:
2567         * sgml.h: use lyx::depth_type rather than Paragraph or
2568         ParameterStruct's depth_type.
2569
2570         * buffer.h
2571         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2572
2573         * BufferView.C:
2574         * BufferView_pimpl.C:
2575         * CutAndPaste.C:
2576         * ParagraphParameters.C:
2577         * buffer_funcs.C:
2578         * bufferlist.C:
2579         * bufferview_funcs.C:
2580         * lyx_cb.C:
2581         * lyxfunc.C:
2582         * tabular.C:
2583         * text3.C:
2584         * toc.C:
2585         * undo_funcs.C:
2586         * frontends/LyXView.C:
2587         * frontends/controllers/ControlDocument.C:
2588         * frontends/controllers/ControlErrorList.C:
2589         * insets/insetbibitem.C:
2590         * insets/insetbranch.C:
2591         * insets/insetcaption.C:
2592         * insets/insetcollapsable.C:
2593         * insets/insetenv.C:
2594         * insets/insetert.C:
2595         * insets/insetfloat.C:
2596         * insets/insetfoot.C:
2597         * insets/insetfootlike.C:
2598         * insets/insetnewline.C:
2599         * insets/insetquotes.C:
2600         * insets/insettabular.C:
2601         * insets/insettext.C:
2602         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2603
2604         * frontends/controllers/ControlChanges.C: #include "changes.h".
2605
2606 2003-09-06  Angus Leeming  <leeming@lyx.org>
2607
2608         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2609         than #including paragraph.h.
2610
2611         * ParagraphList.h:
2612         * RowList.h: deleted. Superfluous.
2613
2614         * CutAndPaste.h:
2615         * iterators.h:
2616         * lyxcursor.h:
2617         * lyxtext.h:
2618         * text_funcs.h:
2619         * undo.h:
2620         * undo_funcs.h:
2621         * insets/inset.h:
2622         * insets/insettext.h: use ParagraphList_fwd.h rather than
2623         ParagraphList.h.
2624
2625         * paragraph.h: don't forward declare ParagraphList.
2626
2627         * buffer.h:
2628         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2629         rather than ParagraphList.h. paragraph.h is still needed for the
2630         Paragraph::depth_type parameters.
2631
2632         * textcursor.h: enable it to compile stand-alone in light of the
2633         above changes.
2634
2635         * bufferview_funcs.C:
2636         * iterators.C:
2637         * lyxfunc.C:
2638         * lyxrow_funcs.C:
2639         * paragraph.C:
2640         * rowpainter.C:
2641         * text.C:
2642         * text2.C:
2643         * text3.C:
2644         * text_funcs.C:
2645         * textcursor.C:
2646         * undo.C:
2647         * frontends/controllers/ControlParagraph.C:
2648         * frontends/controllers/ControlTabular.C:
2649         * insets/insetmarginal.C:
2650         * insets/insetminipage.C:
2651         * insets/insetnote.C:
2652         * insets/insetoptarg.C: add header files needed to compile again.
2653
2654 2003-09-06  Angus Leeming  <leeming@lyx.org>
2655
2656         * RowList_fwd.h: new file, forward-declaring Row rather than
2657         #including lyxrow.h.
2658
2659         * lyxrow_funcs.h:
2660         * lyxtext.h:
2661         * paragraph.h:
2662         * insets/insettext.h: use it instead of RowList.h
2663
2664         * bufferview_funcs.C:
2665         * lyxfunc.C:
2666         * lyxrow_funcs.C:
2667         * paragraph.C:
2668         * rowpainter.C:
2669         * text.C:
2670         * text2.C:
2671         * text3.C: #include "RowList.h".
2672
2673 2003-09-05  Angus Leeming  <leeming@lyx.org>
2674
2675         * factory.C (createInset):
2676         * vspace.C (c-tor): replace sscanf call with an istringstream.
2677         * ispell.C: re-add missing HP/UX headers.
2678         * lyxserver.C: re-add missing  os2 headers.
2679
2680 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2681
2682         * BranchList.C:
2683         * graph.C:
2684         * ispell.C:
2685         * lastfiles.C:
2686         * lyx_cb.C:
2687         * lyxserver.C:
2688         * texrow.C:
2689         * text3.C: re-add missing system headers, needed for 2.95.2.
2690
2691 2003-09-05  Angus Leeming  <leeming@lyx.org>
2692
2693         Changes most place everywhere due to the removal of using directives
2694         from support/std_sstream.h.
2695
2696 2003-09-05  Angus Leeming  <leeming@lyx.org>
2697
2698         Replace LString.h with support/std_string.h,
2699         Lsstream.h with support/std_sstream.h,
2700         support/LIstream.h with support/std_istream.h,
2701         support/LOstream.h with support/std_ostream.h.
2702
2703         Changes resulting throughout the tree.
2704
2705 2003-09-05  Angus Leeming  <leeming@lyx.org>
2706
2707         * sgml.h: ensure that the header file can be compiled stand-alone.
2708         * *.C: strip out redundant #includes. (320 in total.)
2709
2710 2003-09-04  Angus Leeming  <leeming@lyx.org>
2711
2712         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2713         here (from getPackages).
2714
2715         * debug.[Ch]: add a new EXTERNAL tag.
2716
2717 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2718
2719         * text2.C (cursorEnd): simplify
2720         (setCursor): adjust
2721         (getColumnNearX): adjust
2722
2723         * text.C (computeBidiTables): adjust
2724         (fill): adjust
2725
2726         * rowpainter.C (paintChars): adjust
2727         (paintSelection): adjust
2728         (paintChangeBar): adjust
2729         (paintText): adjust
2730
2731         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2732         lastPos instead.
2733         (numberOfSeparators): adjust
2734
2735 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2736
2737         * LyXAction.C:
2738         * box.[Ch]:
2739         * lfuns.h:
2740         * lyxfunc.C:
2741         * text3.C: Restricts the mouse click functionality
2742         of insets like bibtex, include, toc and floatlist to the visible
2743         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2744         up the dialogs. Cursor has to be in front of the inset (i.e.
2745         start of row) for this to function.
2746
2747 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2748
2749         * bufferview_funcs.C (currentState): output row information
2750
2751 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2752
2753         * bufferview_funcs.C (currentState): output paragraph position
2754
2755 2003-09-04  Angus Leeming  <leeming@lyx.org>
2756
2757         * FloatList.h: move out #include "Floating.h".
2758         * LaTeX.h: move out #include "DepTable.h".
2759         * LyXAction.h: move out #include "funcrequest.h".
2760         * buffer.h: move out #include "author.h", "iterators.h".
2761         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
2762         * lyx_main.h: move out #include "errorlist.h".
2763         * lyxfunc.h: move out #include "FuncStatus.h".
2764         * lyxtext: move out #include "lyxcursor.h".
2765         * paragraph_pimpl.h: move out #include "counters.h".
2766
2767 2003-09-03  Angus Leeming  <leeming@lyx.org>
2768
2769         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
2770         preamble_snippets list, enabling us to add snippets to the preamble
2771         only if the snippet was not there already.
2772
2773 2003-09-04  Angus Leeming  <leeming@lyx.org>
2774
2775         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
2776
2777 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2778
2779         * lyxfunc.C (dispatch): if fitCursor did something be sure to
2780         update
2781
2782 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2783
2784         * BranchList.C: point fix, earlier forgotten
2785
2786 2003-09-02  Angus Leeming  <leeming@lyx.org>
2787
2788         * box.C (contains): renamed from 'contained' after a fantastic
2789         amount of hot air.
2790
2791 2003-09-02  John Levon  <levon@movementarian.org>
2792
2793         * BufferView.C:
2794         * lyxcursor.h:
2795         * lyxcursor.C:
2796         * lyxfunc.C:
2797         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
2798
2799 2003-09-02  John Levon  <levon@movementarian.org>
2800
2801         * text2.C: simplification of cursorEnd(), including partial
2802         fix for bug 1376
2803
2804 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2805
2806         * buffer.C (readFile): add a space
2807
2808 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
2809
2810         * BufferView_pimpl.C (update): remove bogus fitCursor() call
2811
2812 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2813
2814         * buffer.C (readFile): new function, take a filename and a
2815         ParagraphList::iterator
2816         (readFile): adjust
2817         (readFile): adjust, make it private. don't use setStream, make
2818         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
2819         always contain the filename.
2820
2821         * BufferView.C (insertLyXFile): simplify and make it work for
2822         gzipped files.
2823
2824 2003-08-30  John Levon  <levon@movementarian.org>
2825
2826         * Makefile.am: fix dist (from Kayvan)
2827
2828 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2829
2830         * most files: change to use const Buffer refs
2831
2832 2003-08-27  André Pönitz  <poenitz@gmx.net>
2833
2834         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
2835         on top of ownerPar().
2836
2837 2003-08-27  John Levon  <levon@movementarian.org>
2838
2839         * funcrequest.C: properly initialise POD members
2840
2841 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2842
2843         * lyxtext.h (top_y): move top_y from here
2844         * text.C:
2845         * text2.C:
2846         * text3.C:
2847         * BufferView.[Ch]:
2848         * BufferView_pimpl.[Ch]: to here
2849         * frontends/screen.C:
2850         * insets/insettabular.C:
2851         * insets/insettext.C: adjust
2852         * rowpainter.[Ch] (paintRows): remove LyXText & argument
2853
2854 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
2855
2856         * BufferView.[Ch]:
2857         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
2858
2859 2003-08-26  André Pönitz  <poenitz@gmx.net>
2860
2861         * paragraph_func.[Ch] (outerPar): new function
2862
2863         * paragraph.C:
2864         * paragraph_funcs.C:
2865         * paragraph_funcs.h:
2866         * paragraph_pimpl.C:
2867         * text2.C: remove Inset::par_owner
2868
2869 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2870
2871         * lyxrow_funcs.C:
2872         * lyxtext.h:
2873         * text.C:
2874         * text2.C: eliminates the needFullRow/display() stuff
2875         altogether, putting the logic in metrics/draw in the insets.
2876
2877 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
2878
2879         * text2.C (redoParagraphInternal, redoParagraphs):
2880         * text.C (redoParagraph): add a call to updateRowPositions at the
2881         end of each 'metrics-like' call. Remove all others.
2882         (getRow): remove the 'y-computing' version.
2883         (getRowNearY): do not compute nor return the real y. Solve the
2884         'y < 0' problem and simplify.
2885
2886 2003-08-22  Angus Leeming  <leeming@lyx.org>
2887
2888         * *.[Ch]: clean-up of licence and author blurbs.
2889         Also move config.h out of a few .h files and into a few .C files.
2890
2891 2003-08-22  André Pönitz  <poenitz@gmx.net>
2892
2893         * lyxrow.[Ch]: add x_ and *fill_ members
2894
2895         * lyxtext.h:
2896         * text.C:
2897         * rowpainter.C:
2898         * text2.C: adjust/remove prepareToPrint() calls
2899
2900 2003-08-22  André Pönitz  <poenitz@gmx.net>
2901
2902         * lyxrow.[Ch]: add  end_ member
2903
2904         * lyxrow_funcs.C: use LyXRow::end_
2905
2906         * lyxtext.h (singleWidth): add LyXFont parameter
2907
2908         * rowpainter.C:
2909         * text2.C: adjust LyXText::singleWidth() calls
2910
2911         * text.C (redoParagraph): simplify row breaking logic
2912
2913
2914 2003-08-19  André Pönitz  <poenitz@gmx.net>
2915
2916         * funcrequest.C: initialize button_ member
2917
2918         * text3.C:
2919         * rowpainter.[Ch]: interface consolidation
2920
2921 2003-08-18  André Pönitz  <poenitz@gmx.net>
2922
2923         * BufferView.C:
2924         * BufferView_pimpl.C:
2925         * lyxfind.C:
2926         * paragraph_funcs.C:
2927         * rowpainter.C:
2928         * text3.C: remove LyXScreen::draw() and fitCursor calls
2929
2930         * BranchList.h: remove spurious semicolons
2931
2932         * MenuBackend.C: fix branchlist related crash
2933
2934 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2935
2936         * BranchList.[Ch]:
2937         * InsetList.[Ch]:
2938         * LColor.[Ch]:
2939         * LyXAction.C:
2940         * Makefile.am:
2941         * MenuBackend.[Ch]:
2942         * bufferparams.[Ch]:
2943         * factory.C:
2944         * lfuns.h:
2945         * lyxfunc.C:
2946         * text3.C: implements the 'branch inset'
2947         idea. This allows the output of various versions of a document
2948         from a single source version, selectively outputing or suppressing
2949         output of parts of the text.
2950         This implementation contains a 'branch list editor' in a separate
2951         tab of the document settings dialog. Branches are user definable
2952         and have a "display colour" to distinguish them on-screen.
2953
2954         ColorHandler was somewhat cleaned up.
2955         (1) make possible a dynamically growing LColor list by allowing
2956         the graphic context cache to grow along (vector);
2957         (2) eliminate an IMHO unnecessary step in colour allocation.
2958
2959 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2960
2961         * BufferView_pimpl.C: compile fix
2962
2963 2003-08-15  André Pönitz  <poenitz@gmx.net>
2964
2965         * rowpainter.C: remove extra metrics calls
2966
2967         * lyxtext.h: merge the two constructors into a single one,
2968           pass reference to owner's par list
2969
2970         * BufferView_pimpl.C:
2971         * text.C:
2972         * text2.C: adjust
2973
2974 2003-08-15  André Pönitz  <poenitz@gmx.net>
2975
2976         * lyxrow_funcs.[Ch]:
2977         * lyxtext.h:
2978         * paragraph.h:
2979         * paragraph_funcs.C:
2980         * rowpainter.C:
2981         * text.C:
2982         * text2.C:
2983         * text3.C:
2984         * text_funcs.C: split LyXText::rowlist_ into individual
2985         Paragraph::rows_ chunks
2986
2987         * BufferView.[Ch]:
2988         * BufferView_pimpl.[Ch]:
2989         * lyxfind.C:
2990         * lyxtext.h:
2991         * text3.C: remove toggleSelection()
2992
2993 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2994
2995         * bufferlist.C: beautify two alerts (shorter text of buttons)
2996         * buffer.C: Remove redundant ' ' from message
2997         * tabular.h:
2998         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
2999         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3000         rename VALIGN_CENTER to VALIGN_MIDDLE
3001
3002 2003-08-11  André Pönitz  <poenitz@gmx.net>
3003
3004         * lyxtext.h (getPar):
3005         * text.C: new function
3006
3007 2003-08-11  André Pönitz  <poenitz@gmx.net>
3008
3009         * Makefile.am:
3010         * tracer.[Ch]: remove unneeded files
3011
3012         * InsetList.[Ch]: remove resizeInsetsLyXText()
3013
3014         * lyxtext.h:
3015         * text.C:
3016         * text2.C:
3017         * text3.C: merge insertParagraphs() and appendParagraph()
3018         remove breakAgain(), update()
3019
3020         * BufferView_pimpl.[Ch]:
3021         * bufferview_funcs.[Ch]:
3022         * lyxfunc.C:
3023         * paragraph.[Ch]:
3024         * rowpainter.C:
3025         * tabular.C: adjust after text & InsetList changes.
3026
3027 2003-08-08  André Pönitz  <poenitz@gmx.net>
3028
3029         * text.C (insertChar, backspace): replace rowlist fiddling
3030         with rebreak of full par
3031
3032         * lyxtext.h:
3033         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3034         checkParagraph, updateInset): removed
3035
3036 2003-08-07  André Pönitz  <poenitz@gmx.net>
3037
3038         * paragraph.C:
3039         * text3.C: merge some LFUN handlers, remove dead code
3040
3041 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3042
3043         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3044
3045 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3046
3047         * text2.C (DEPM): fix part of bug 1255 and 1256
3048
3049 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3050
3051         * BufferView_pimpl.C (workAreaDispatch): change to use
3052         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3053         that are no mouse related.
3054
3055 2003-08-05  André Pönitz  <poenitz@gmx.net>
3056
3057         * BufferView.[Ch]:
3058         * BufferView_pimpl.[Ch]:
3059         * bufferview_funcs.C:
3060         * text2.C:
3061         * text3.C: rip out "deep update"
3062
3063         * textcursor.[Ch] (last_sel_cursor): remove unused member
3064
3065 2003-08-04  André Pönitz  <poenitz@gmx.net>
3066
3067         * BufferView.[Ch]:
3068         * BufferView_pimpl.[Ch]:
3069         * ParagraphParameters.C:
3070         * bufferview_funcs.C:
3071         * lyx_cb.C:
3072         * lyxfind.C:
3073         * lyxfunc.C:
3074         * text.C:
3075         * text2.C:
3076         * text3.C: replace "complicated" BufferView::update(...) calls with
3077         simpler ones.
3078
3079         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3080
3081 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3082
3083         * Makefile.am (lyx_SOURCES): add paper.h
3084
3085 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3086
3087         * Makefile.am: move things around so that both lyx-qt and
3088         lyx-xforms can be built (according to --with-frontend). Then lyx
3089         is a symbolic link to lyx-[firstfrontend]
3090
3091 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3092
3093         * Always use std::endl with lyxerr
3094
3095 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3096
3097         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3098
3099 2003-08-01  André Pönitz  <poenitz@gmx.net>
3100
3101         * BufferView.[Ch]:
3102         * BufferView_pimpl.[Ch]:
3103         * lyxfunc.C:
3104         * text3.C: merge BufferView::repaint() and BufferView::update()
3105
3106 2003-08-01  José Matos  <jamatos@lyx.org>
3107
3108         * buffer.[Ch]: file_format is no longer a buffer data element.
3109
3110 2003-08-01  André Pönitz  <poenitz@gmx.net>
3111
3112         * BufferView.C:
3113         * lyxtext.h:
3114         * text.C:
3115         * text2.C: make redoParagraph more independent of current cursor
3116
3117         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3118         * text.C:
3119         * text2.C: remove unneeded members
3120
3121 2003-07-30  André Pönitz  <poenitz@gmx.net>
3122
3123         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3124
3125         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3126           create a single function...
3127
3128         * paragraph_funcs.C (moveItem): ... here.
3129
3130         * text.C:
3131           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3132
3133 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3134
3135         * LColor.[Ch]: Add comment and greyedout logical colors.
3136
3137 2003-07-30  André Pönitz  <poenitz@gmx.net>
3138
3139         * tabular.C: don't use Assert too heavily. This crashes where it
3140           shouldn't
3141
3142 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3143
3144         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3145         is disabled (bug 1232)
3146
3147 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3148
3149         * factory.C: limited 'arg' scope
3150
3151 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3152
3153         * factory.C: fixed Note submenu issues
3154
3155 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3156
3157         * factory.C: submenu for Note/Comment/Greyedout
3158
3159 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3160
3161         * lyx_main.C (LyX):
3162         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3163
3164 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3165
3166         * LaTeXFeatures.C:
3167         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3168         greyedout. Patch provided by Jürgen Spitzmüller.
3169
3170 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3171
3172         * kbmap.C (read): fix error message when reading bind files
3173
3174 2003-07-29  Angus Leeming  <leeming@lyx.org>
3175
3176         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3177         certainly does not do what it purports to do. I am doing it, and
3178         us, a favour by killing it.
3179
3180 2003-07-28  José Matos  <jamatos@lyx.org>
3181
3182         * buffer.C (readBody, do_writeFile):
3183         * paragraph.C(readParagraph): \end_document replaces \the_end.
3184
3185 2003-07-29  André Pönitz  <poenitz@gmx.net>
3186
3187         * BufferView.[Ch]:
3188         * BufferView_pimpl.[Ch]:
3189         * lyxfunc.C:
3190         * text2.C:
3191         * text3.C:
3192         * textcursor.[Ch]: remove toggleToggle & Co
3193
3194 2003-07-28  José Matos  <jamatos@fep.up.pt>
3195
3196         * buffer.C (readParagraph):
3197         * params_func (readParToken, readParagraph):
3198         * paragraph.C (write): \layout -> \begin_layout.
3199
3200 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3201
3202         * lyxlex_pimpl.C (setFile): clean up slightly.
3203
3204         * bufferparams.h: add compressed var
3205
3206         * buffer_funcs.C (readFile): adjust for LyXLex change
3207         (newFile): ditto + simplify
3208
3209         * buffer.C (writeFile): handle writing of compressed files
3210
3211         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3212         Check if the file is compressed and set a bufferparm if so.
3213
3214         * Makefile.am (lyx_LDADD): remove explicit -lz
3215
3216 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3217
3218         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3219         makeDocBookFile): put the real LyX version in the first line of
3220         the file
3221
3222         * version.h:
3223         * version.C.in: remove lyx_docversion
3224
3225         * tabular.C (write_attribute): add a template-based version to
3226         write enums properly
3227
3228 2003-07-28  André Pönitz  <poenitz@gmx.net>
3229
3230         * lyxtext.h:
3231         * text.C:
3232         * text2.C:
3233         * text3.C: use doubles again for x-coordinates. They are needed.
3234
3235 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3236
3237         * messages.C (getLocaleDir): use lyx_localedir()
3238
3239         * lyxlex_pimpl.C (setFile): compress stuff
3240
3241         * buffer.C (writeFile): add some compression stuff
3242         (do_writeFile): new func, dont call expliti close... will this
3243         breake anything?
3244
3245         * Makefile.am (lyx_LDADD): add -lz
3246
3247 2003-07-28  José Matos  <jamatos@fep.up.pt>
3248
3249         * buffer.C: increment file format.
3250         * paragraph_funcs (readParagraph, readParToken):
3251         * paragraph.C (readParagraph): add \end_layout.
3252
3253 2003-07-27  Angus Leeming  <leeming@lyx.org>
3254
3255         * Makefile.am: remove special casing for configure-time setting of
3256         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3257
3258         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3259         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3260
3261 2003-07-26  André Pönitz  <poenitz@gmx.net>
3262
3263         * paragraph_func.[Ch]:
3264         * paragraph.C (realizeFont): inline it whereever it is used
3265
3266         * rowpainter.C:
3267         * text.C:
3268         * text2.C:
3269         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3270
3271
3272 2003-07-26  André Pönitz  <poenitz@gmx.net>
3273
3274         *       lyxtext.h:
3275         * text.C:
3276         * text2.C: get rid of LyXText::need_break_row
3277
3278 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3279
3280         * toc.[Ch]: put namespace toc inside namespace lyx
3281
3282         * MenuBackend.C (expandToc2): adjust for lyx::toc
3283         (expandToc): ditto
3284
3285         * lyxfunc.C (dispatch): adjust for lyx::find
3286
3287         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3288         lyx::find instead. Reorganize a bit.
3289         (LyXReplace): rename to replace
3290         (LyXFind): rename to find
3291
3292         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3293         (dispatch): ditto
3294
3295 2003-07-26  André Pönitz  <poenitz@gmx.net>
3296
3297         * text.C (setHeightOfRow): restrict scope of temporary variable
3298
3299         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3300           code (never has been used?)
3301
3302 2003-07-27  Asger Alstrup  <alstrup@local>
3303
3304         * text.C (fill): Optimise algorithm to exploit that we can reuse
3305         the LyXFont for many characters.
3306         (setHeightOfRow): Same thing.
3307         (rowBreakPoint): Same thing.
3308
3309 2003-07-26  Asger Alstrup  <alstrup@local>
3310
3311         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3312
3313         * text.C (singleWidth): Spurious font copying in hot-spot
3314         singleWidth avoided. Reorder tests for arabic for efficiency.
3315
3316         * text.C (fill): handle empty paragraphs better.
3317
3318 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3319
3320         * ispell.C:
3321         * encoding.h: add includes
3322
3323         * lyxrc.C: remove reading of bind files
3324
3325         * lyx_main.C (init): setup bindings and menus only if we have a
3326         gui.
3327
3328         * kbmap.C (read): new method. Do the actual reading of bind
3329         files.
3330
3331         * converter.C (dvipdfm_options):
3332         * bufferparams.C:
3333         * lyxrc.C (read):
3334         (output): adapt PAPER_* enums.
3335
3336         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3337
3338         * bufferparams.h: remove paper-related enums from there
3339
3340         * paper.h: New file. A trivial header file to hold paper-related
3341         enums. It should later expand to contain many paper-related
3342         horrors access.
3343
3344         * lyxrc.C: declare extern displayTranslator
3345
3346 2003-07-27  José Matos  <jamatos@fep.up.pt>
3347
3348         * tabular.[Ch] (linuxdoc): add support for tables and figures
3349         (linuxdoc).
3350
3351 2003-07-27  José Matos  <jamatos@fep.up.pt>
3352
3353         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3354         consistency in both functions.
3355         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3356
3357 2003-07-26  Asger Alstrup  <alstrup@local>
3358
3359         * rowpainter.C (paintRows): Change algorithm to work directly on
3360         the insets rather than asking every character in the document
3361         whether its an inset.
3362
3363 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3364
3365         * buffer.C (openFileWrite): factorize some code
3366
3367 2003-07-26  Angus Leeming  <leeming@lyx.org>
3368
3369         * lyx_cb.C:
3370         * lyx_main.[Ch]: replace occurances of system_tempdir with
3371         os::getTmpDir().
3372
3373 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3374
3375         * rename Inset to InsetOld
3376
3377 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3378
3379         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3380         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3381         which I think is a bit clearer. EDIT is gone, since it was
3382         premature optimisation, and broken for mathed anyway.
3383         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3384         with cursor positioning in insets as well (math insets still do not
3385         work, but that's a different story anyway.) It mysteriously
3386         crashes sometimes with undo in the first paragraph, but I'm fairly
3387         confident that this is a compiler bug.
3388
3389 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3390
3391         * paragraph.C (Paragraph): adjust for new clone return type
3392         (operator==): ditto
3393         (copyIntoMinibuffer): ditto
3394
3395 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3396
3397         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3398         by not having a special case, and always doing a full rebreak of
3399         the document after undo.
3400
3401 2003-07-23  Angus Leeming  <leeming@lyx.org>
3402
3403         * factory.C (createInset): InsetExternal::setParams now takes a
3404         Buffer const * arg.
3405
3406 2003-07-23  Angus Leeming  <leeming@lyx.org>
3407
3408         * factory.C (createInset): changed interface to the external and
3409         graphics mailers' string2params functions.
3410
3411 2003-07-23  Angus Leeming  <leeming@lyx.org>
3412
3413         * factory.C (createInset): pass a
3414         Buffer const * parameter to InsetExternalMailer's string2params.
3415
3416 2003-07-22  John Levon  <levon@movementarian.org>
3417
3418         * Thesaurus.h: include the right aiksaurus header
3419
3420 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3421
3422         * MenuBackend.C (expand): check menu shortcuts unconditionally
3423
3424 2003-07-21  Angus Leeming  <leeming@lyx.org>
3425
3426         * factory.C (createInset): pass a
3427         buffer_path parameter to InsetGraphicsMailer's string2params.
3428
3429 2003-07-21  Angus Leeming  <leeming@lyx.org>
3430
3431         * BufferView_pimpl.C (buffer):
3432         * buffer.C (d-tor):
3433         * lyx_main.C (LyX):
3434         * lyxfunc.C (dispatch):
3435         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3436         rather than the grfx shortcut.
3437
3438 2003-07-21  André Pönitz  <poenitz@gmx.net>
3439
3440         * rowpainter.C: remove unused variables
3441
3442         * tabular_funcs.C:
3443         * tabular_funcs.h: move to tabular.C
3444         * Makefile.am: adjust
3445
3446         * tabular.[Ch]: basic optical cleaning
3447
3448         * author.h: pass references, not values
3449
3450 2003-07-18  André Pönitz  <poenitz@gmx.net>
3451
3452         * lyxtext.h:
3453         * metricsinfo.C:
3454         * metricsinfo.h:
3455         * rowpainter.C:
3456         * text.C:
3457         * text2.C:
3458         * text3.C: two-phase drawing for InsetText and InsetTabular
3459         some float -> int changes.
3460
3461 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3462
3463         * lyx_main.C: fix the fix
3464
3465 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3466
3467         * lyx_main.C: fix a crash in batch mode if no files specified
3468         * converter.C: ws
3469
3470 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3471
3472         * format.[Ch] (papersize): moved to BufferParams
3473         * converter.[Ch] (dvips_options): moved to BufferParams
3474         (dvipdfm_options): moved to anon namespace
3475         * bufferparams.[Ch]: added above functions.
3476
3477 2003-07-17  André Pönitz  <poenitz@gmx.net>
3478
3479         * lyxtext.h:
3480         * rowpainter.C:
3481         * text2.C: don't call inset->update() anymore
3482
3483         * metricsinfo.[Ch]: add convenience constructor
3484
3485 2003-07-16  André Pönitz  <poenitz@gmx.net>
3486
3487         * lyxcursor.[Ch]:
3488         * lyxfunc.[Ch]:
3489         * text.C:
3490         * text2.C: replace the LyXCursor::irow_ member with
3491          on-demand computation of the value
3492
3493 2003-07-16  John Levon  <levon@movementarian.org>
3494
3495         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3496
3497 2003-07-15  André Pönitz  <poenitz@gmx.net>
3498
3499         * text.C:
3500         * text2.C: remove no more needed refresh_row
3501
3502 2003-07-15  André Pönitz  <poenitz@gmx.net>
3503
3504         * lyxtext.h:
3505         * rowpainter.C:
3506         * text2.C:
3507         * text3.C: refresh_status tristate -> need_update bool
3508
3509 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3510
3511         * lyxtext.h (init): remove reinit argument (act as if always true)
3512         * text2.C: adjust to that
3513
3514 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3515
3516         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3517         * text3.C: use it to delete selections in some cases
3518         (bugs 441, 673, 702, 954).
3519
3520 2003-07-14  André Pönitz  <poenitz@gmx.net>
3521
3522         * rowpainter.[Ch]: reduce interface
3523
3524 2003-07-14  André Pönitz  <poenitz@gmx.net>
3525
3526         * BufferView_pimpl.C:
3527         * text2.C: adjust after removing unused BufferView * argument
3528
3529 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3530
3531         * text2.C (init): fix a crash fired on resize
3532
3533 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3534
3535         * buffer.[Ch]: added new closing signal
3536         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3537         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3538         BufferView::Pimpl via the closing the signal
3539
3540 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3541
3542         * buffer.[Ch]: take out all bv-related from buffer
3543         * BufferView.C:
3544         * BufferView_pimpl.[Ch]: connect to new signals
3545         * CutAndPaste.C: removed useless asserts
3546         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3547         * lyxvc.[Ch]:
3548         * vc-backend.[Ch]:
3549         * lyxfunc.C: moved view-related funciontality from vc here
3550         * paragraph.C: removed outdated comments
3551         * text.C: ws
3552
3553 2003-07-10  André Pönitz  <poenitz@gmx.net>
3554
3555         * BufferView_pimpl.C:
3556         * tabular.h:
3557         * tabular_funcs.C:
3558         * text.C:
3559         * text2.C: remove InsetText::InnerCache, clean up consequences
3560
3561 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3562
3563         * ispell.C: fix two typos in error messages
3564
3565 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3566
3567         * Extend Note inset to other forms of annotation like Comment
3568         and Greyedout. Right button click gives dialog.
3569
3570         Files modified or added (+):
3571
3572         * insetnote.[Ch]
3573         * FormNote.[Ch]      +
3574         * ControlNote.[Ch]   +
3575         * form_note.fd       +
3576         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3577         frontends/controllers
3578         * xforms/Dialogs.C
3579         * factory.C
3580
3581 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3582
3583         * aspell.C: add missing namespace lyx::support
3584
3585 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3586
3587         * BufferView.[Ch] (newFile): Add
3588         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3589         * LaTeX.[Ch] (message): added this signal and use it
3590         * buffer.[Ch] (busy, message): added these signals and use them
3591         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3592         * converter.C:
3593         * exporter.C:
3594         * format.C:
3595         * importer.C: use buffer signals instead of direct bv calling
3596         * lyx_cb.[Ch] (ShowMessage): removed
3597         * lyx_main.C:
3598         * lyxfunc.C:
3599         * paragraph_funcs.C:
3600         * text2.C: use buffer signals
3601
3602 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3603
3604         * introduce namespace lyx::graphics
3605
3606 2003-07-02  André Pönitz  <poenitz@gmx.net>
3607
3608         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3609
3610 2003-07-01  André Pönitz  <poenitz@gmx.net>
3611
3612         * text.C:
3613         * text2.C:
3614         * text3.C:
3615         * text_funcs.[Ch]:
3616         * textcursor.h:
3617         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3618           text*.C to text_func.C
3619
3620 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3621
3622         * introduce namespace lyx::support
3623
3624 2003-06-30  André Pönitz  <poenitz@gmx.net>
3625
3626         * Chktex.C:
3627         * funcrequest.C:
3628         * lyxtext.h:
3629         * text.C: re-enable --with-included-string
3630
3631 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3632
3633         * textcursor.C: add <config.h>
3634
3635         * text.C (getWord): remove const from word_location arg
3636
3637         * lyxvc.C (getLogFile): fix const type order
3638
3639         * lyxtext.h: remove const from word_location arg, add arg name
3640
3641         * lyxlayout.h: currect type on labeltype.
3642
3643         * importer.C: correct \file
3644
3645         * converter.C (intToFormat): use std:: on ret val, ws changes
3646
3647         * bufferlist.h: correct \file
3648
3649         * buffer.C (makeLinuxDocFile): fix const type order
3650         (makeDocBookFile): ditto
3651         (fillWithBibKeys): use std:: on stdlib args.
3652
3653         * CutAndPaste.C: fix authors.
3654         (availableSelections): use std:: on return vector
3655
3656 2003-06-27  André Pönitz  <poenitz@gmx.net>
3657
3658         * BufferView_pimpl.C:
3659         * bufferview_funcs.C:
3660         * lyxcursor.C:
3661         * lyxcursor.h:
3662         * lyxfunc.C:
3663         * lyxtext.h:
3664         * rowpainter.C:
3665         * text.C:
3666         * text2.C:
3667         * text3.C: remove LyXCursor::row_ member
3668
3669         * lyxtext.h:
3670         * text.C: rename fullRebreak() to partialRebreak() and implement
3671           a fullRebreak() that really bereks fully
3672
3673         * textcursor.h: new struct for cursor-related data
3674
3675 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3676
3677         * lyx_main.C (LyX): get full path of document loaded on the
3678         command line
3679
3680 2003-06-26  André Pönitz  <poenitz@gmx.net>
3681
3682         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3683           remove unused/broken operator>,<,>=.
3684
3685         *       text.C: remove only use of broken operator<= in an Assert().
3686
3687 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3688
3689         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3690         moved errorlist_.clear to showErrorList
3691
3692 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3693
3694         * converter.C (scanLog, runLaTeX):
3695         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3696         move the bv->showErrorList call to the callers
3697         * lyxfunc.C: i.e. here...
3698         * text2.C: and here
3699         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3700         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3701         namespace, the second to...
3702         * buffer_funcs (BufferFormat, parseErrors): added
3703         * errorlist.C (ErrorList(TeXErrors const &)): removed
3704
3705 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3706
3707         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3708
3709 2003-06-24  "Garst R. Reese" <reese@isn.net>
3710
3711         * debug.C: fix typo
3712
3713 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3714
3715         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3716
3717         * version.C.in: change docversion to 1.4
3718
3719 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3720
3721         * buffer.C: fix a bug just introduced
3722
3723 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3724
3725         * buffer.[Ch]: added the parseError signal and use it, removed
3726         sgmlError
3727         * BufferView.[Ch] (addError): moved to ...
3728         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3729         to the Buffer::parseError signal to catch (guess what) parse errors
3730         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3731
3732 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3733
3734         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3735         ability to create a buffer and to return an existing one from
3736         the list. Moved these functions to...
3737         * buffer_funcs.[Ch]: added
3738         * BufferView.[Ch] (loadLyXFile): added
3739         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3740         job removed from bufferlist::loadLyXFile.
3741         * buffer.C (setReadOnly): make it work without view
3742         (i.e added an if (users))
3743
3744 2003-06-19  Angus Leeming  <leeming@lyx.org>
3745
3746         * lfuns.h:
3747         * LyXAction.C (init):
3748         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3749         with LFUN_DIALOG_SHOW <name> <data>.
3750
3751 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3752
3753         * CutAndPaste.C (availableSelections): small compilation fix for
3754         ancient (gcc 2.9x) compilers
3755
3756 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
3757
3758         * text3.C (cursorNext): add tmp var
3759
3760         * text2.C (updateCounters): for function calling out of for clause
3761         (replaceSelectionWithString): ditto
3762         (insertStringAsParagraphs): ditto
3763         (getColumnNearX): add tmp var
3764         (setCursorFromCoordinates): add tmp var
3765         (cursorDownParagraph): add tmp var
3766         (deleteEmptyParagraphMechanism): add tmp var
3767
3768         * text.C (insertChar): add tmp var
3769
3770         * rowpainter.C (paintDepthBar): add tmp var
3771
3772         * CutAndPaste.C (availableSelections): potentially check all
3773         paragraphs in a cut to fill the shown strings.
3774
3775 2003-06-18  André Pönitz  <poenitz@gmx.net>
3776
3777         * kbmap.[Ch]: use vector<> instead of list<>
3778
3779 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3780
3781         * text3.C (dispatch): handle arg to LFUN_PASTE, call
3782         pasteSelection with index
3783
3784         * text2.C (pasteSelection): modify, call pasteSelection with index
3785
3786         * paragraph.C (asString): reimplement version with no interval to
3787         call the one with interval.
3788
3789         * lyxtext.h: add index arg to pasteSelection
3790
3791         * MenuBackend.C (MenuItem): handle PasteRecent
3792         (Menu::read::Menutags): add md_pasterecent
3793         (read): handle it
3794         (expandPasteRecent): new function
3795         (expand): use it
3796
3797         * MenuBackend.h: add PasteRecent to MenuItem::Kind
3798
3799         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
3800         the limited stack
3801         (availableSelections): new function
3802
3803 2003-06-17  Angus Leeming  <leeming@lyx.org>
3804
3805         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
3806
3807 2003-06-17  Angus Leeming  <leeming@lyx.org>
3808
3809         * lfuns.h:
3810         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
3811
3812         * lyxfunc.C (dispatch): invoke it.
3813
3814 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3815
3816         * iterators.C (operator++, ParPosition): reintroduce some
3817         const_cast for the benefit of older compilers.
3818
3819 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3820
3821         * text3.C (dispatch): do not modify clipboard when doing
3822         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
3823         LFUN_DELETE_SKIP on a selection selection
3824
3825 2003-06-16  André Pönitz  <poenitz@gmx.net>
3826
3827         * BufferView.C:
3828         * buffer.C:
3829         * buffer.h:
3830         * paragraph.C:
3831         * tabular.[Ch]: IU of clone() and getLabelList();
3832
3833 2003-06-13  André Pönitz  <poenitz@gmx.net>
3834
3835         * tabular.h: compactification
3836
3837 2003-06-12  André Pönitz  <poenitz@gmx.net>
3838
3839         * tabular.C:
3840         * tabular.h:
3841         * tabular_funcs.h: some renaming plus whitespace
3842
3843 2003-06-12  André Pönitz  <poenitz@gmx.net>
3844
3845         * BufferView.C:
3846         * BufferView_pimpl.C:
3847         * CutAndPaste.C:
3848         * buffer.C:
3849         * iterators.[Ch]:
3850         * lyxfunc.C:
3851         * text.C:
3852         * toc.C: Return a Paragraph & for ParIterator::operator*()
3853
3854 2003-06-11  John Levon  <levon@movementarian.org>
3855
3856         * lyx_main.C:
3857         * ToolbarBackend.h:
3858         * ToolbarBackend.C: add "Toolbars" section and
3859         put the flags there
3860
3861 2003-06-10  Angus Leeming  <leeming@lyx.org>
3862
3863         * lfuns.h:
3864         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
3865
3866         * lyxfunc.C (dispatch): invoke it.
3867
3868 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3869
3870         * main.C: protect <ios> with HAVE_IOS
3871         (main): protect sync_with_stdio with HAVE_IOS
3872
3873 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3874
3875         * text2.C (cutSelection): adjust
3876         (pasteSelection): adjust
3877
3878         * messages.C: handle get of empty string
3879
3880         * main.C (main): use sync_with_stdio(false)
3881
3882         * lyxfunc.C (dispatch): adjust
3883
3884         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
3885         (WriteAs): remove unneeded BufferView arg.
3886
3887         * bufferparams.h: use correct types on papersize, papersize2 and
3888         paperpackage.
3889
3890         * bufferparams.C (readToken): adjust for type
3891         (writeLaTeX): add missing cases to switch.
3892
3893         * bufferlist.C (quitWriteBuffer): adjust
3894         (close): adjust
3895
3896         * buffer.C (asciiParagraph): remove some commented code.
3897
3898         * CutAndPaste.C: remove current_view extern variable.
3899         (cutSelection): add BufferParams arg.
3900         (eraseSelection): add BufferParams arg.
3901         (pasteSelection): add Buffer const & arg
3902
3903 2003-06-07  John Levon  <levon@movementarian.org>
3904
3905         * buffer.C:
3906         * paragraph_funcs.C:
3907         * paragraph_pimpl.C:
3908         * text.C:
3909         * text2.C:
3910         * paragraph.h:
3911         * paragraph.C: allow InsetERT to freely space lines,
3912         and some consolidation of code
3913
3914 2003-06-06  José Matos  <jamatos@fep.up.pt>
3915
3916         * buffer.C (makeDocBookFile): fix bug #821
3917
3918 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3919
3920         * BufferView_pimpl.C (dispatch): use Dialogs::visible
3921
3922 2003-06-04  Angus Leeming  <leeming@lyx.org>
3923
3924         * buffer.C: bump format to 224.
3925
3926 2003-06-05  André Pönitz  <poenitz@gmx.net>
3927
3928         * text2.C (redoParagraphs): remove two const_cast<>
3929
3930 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3931
3932         * ParagraphList.h: remove last remnants of NO_STD_LIST
3933
3934 2003-06-03  Angus Leeming  <leeming@lyx.org>
3935
3936         * factory.C (createInset): small change to the way InsetExternal's params
3937         are set.
3938
3939 2003-06-04  André Pönitz  <poenitz@gmx.net>
3940
3941         * buffer.h: use Undo directly instead of shared_ptr<Undo>
3942
3943         * paragraph_pimpl.h:
3944         * paragraph.[Ch]: some Inset -> UpdatableInset changes
3945
3946         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
3947
3948         * undo_funcs.C: make some simple cases of undo work again
3949
3950 2003-06-03  John Levon  <levon@movementarian.org>
3951
3952         * ispell.C: HPUX doesn't have sys/select.h
3953         (from Albert Chin)
3954
3955 2003-06-03  John Levon  <levon@movementarian.org>
3956
3957         * CutAndPaste.C: update tabular and include inset
3958         buffer references
3959
3960         * buffer.h:
3961         * paragraph.h:
3962         * paragraph.C: remove owningBuffer(), don't pass Buffer
3963         to clone()
3964
3965         * factory.C: insetGraphicsParams changed
3966
3967 2003-06-02  John Levon  <levon@movementarian.org>
3968
3969         * LyXAction.C:
3970         * factory.C:
3971         * lfuns.h:
3972         * lyxfunc.C:
3973         * text3.C: remove insetparent
3974
3975 2003-06-02  John Levon  <levon@movementarian.org>
3976
3977         * buffer.h:
3978         * buffer.C: fix inset_iterator.end(), move out of line
3979         (bug 1149)
3980
3981 2003-06-01  John Levon  <levon@movementarian.org>
3982
3983         * text3.C: use a proper cut/paste when doing inset
3984         insert (from Jürgen Spitzmüller)
3985
3986 2003-06-01  John Levon  <levon@movementarian.org>
3987
3988         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
3989
3990 2003-05-30  André Pönitz  <poenitz@gmx.net>
3991
3992         * rowpainter.C: unify second drawing phase
3993
3994 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3995
3996         * trans_mgr.C: remove one case of current_view
3997
3998         * text2.C (cursorBottom): delete NO_STD_LIST stuff
3999
4000         * paragraph_funcs.h: remove paragraph.h include
4001
4002         * paragraph.h: delete NO_STD_LIST stuff
4003
4004         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4005
4006         * buffer.h: remove paragraph.h include
4007
4008         * ParagraphList.C: delete file
4009
4010         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4011
4012         * toc.C (getTocList): adjust
4013
4014         * paragraph_pimpl.C (validate): adjust
4015
4016         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4017
4018         * paragraph.C (Paragraph): adjust
4019         (getPositionOfInset): use const_iterator, adjust
4020         (bibitem): use const_iterator, adjust
4021         (setInsetOwner): adjust
4022
4023         * iterators.C (operator++): adjust
4024
4025         * InsetList.[Ch]: Replace selfmade iterator with standard
4026         vector::iterator also introduce const_iterator. Remove getPos,
4027         getInset and setInset from InsetTable. Adjust accordingly.
4028
4029         * BufferView.C (lockInset): adjust
4030         (ChangeInsets): adjust
4031
4032         * tabular.[Ch]: delete commented same_id functions
4033
4034 2003-05-28  John Levon  <levon@movementarian.org>
4035
4036         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4037
4038 2003-05-28  André Pönitz  <poenitz@gmx.net>
4039
4040         * metricsinfo.[Ch]: remove 'fullredraw' member
4041
4042 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4043
4044         * lyxtextclass.C (operator): remove caching.
4045
4046 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4047
4048         * text3.C: adjust
4049
4050         * text2.C (cursorBottom): adjust
4051         (setCounter): use ParagraphList::find, adjust
4052
4053         * text.C (workWidth): use ParagraphList::find, adjust
4054
4055         * lyxcursor.C (LyXCursor): adjust
4056
4057         * buffer.C (inset_iterator): adjust
4058
4059         * ParagraphList.h: make iterator(value_type) private, make
4060         ParagraphList a friend of iterator.
4061
4062         * ParagraphList.C (find): new function
4063
4064         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4065
4066 2003-05-27  André Pönitz  <poenitz@gmx.net>
4067
4068         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4069
4070 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4071
4072         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4073
4074 2003-05-26  John Levon  <levon@movementarian.org>
4075
4076         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4077
4078 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4079
4080         * remove same_id from function signatures, adjust.
4081
4082 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4083
4084         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4085
4086         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4087
4088         * paragraph.C (Paragraph): get rid of same_ids parameter
4089
4090         * ParagraphList.C (insert): adjust
4091         (push_back): adjust
4092
4093 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4094
4095         * paragraph_funcs.C (breakParagraph): adjust
4096         (breakParagraphConservative): adjust
4097
4098         * buffer.C (readParagraph): adjust
4099
4100         * ParagraphList.C (insert): take a reference instead of a pointer
4101         (insert): adjust
4102
4103         * paragraph.[Ch] (id): new function
4104
4105         * bufferlist.C (newFile): adjust
4106
4107         * ParagraphList.C (ParagraphList): adjust
4108         (assign): adjust
4109         (push_back): take a reference instead of a pointer.
4110
4111         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4112
4113         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4114         instead.
4115
4116         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4117         set else use old code.
4118
4119         * ParagraphList.C: remove all NO_NEXT code and only compile this
4120         code of NO_STD_LIST is set.
4121
4122 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4123
4124         * BufferView_pimpl.C:
4125         * TextCache.C:
4126         * TextCache.h:
4127         * bufferlist.C:
4128         * errorlist.h:
4129         * format.C:
4130         * format.h:
4131         * graph.C:
4132         * lyxfunc.C:
4133         * lyxrc.C:
4134         * graphics/GraphicsConverter.C:
4135         * graphics/PreviewLoader.C: header adjustment
4136
4137 2003-05-23  Angus Leeming  <leeming@lyx.org>
4138
4139         * LaTeXFeatures.[Ch] (useBabel): new method.
4140         * bufferparams.C (writeLaTeX): use it.
4141
4142 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4143
4144         * ParagraphList.h (set): remove unused function.
4145
4146 2003-05-23  André Pönitz  <poenitz@gmx.net>
4147
4148         * BufferView.C:
4149         * BufferView_pimpl.C:
4150         * buffer.C:
4151         * buffer.h:
4152         * lyxfunc.C:
4153         * undo_funcs.C: setUndo reworked
4154
4155         * iterators.[Ch]: add access to topmost ParagraphList
4156
4157         * lyxtext.[Ch] (workWidth): add a const
4158
4159 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4160
4161         * texrow.[Ch] (increasePos): remove function
4162         * exporter.C (export): removed unused var and outdated comment
4163
4164 2003-05-23  Angus Leeming  <leeming@lyx.org>
4165
4166         * latexrunparams.h: rename fragile as moving_arg.
4167         * paragraph.C (simpleTeXOnePar): ditto.
4168         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4169
4170 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4171
4172         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4173         (createUndo): ditto
4174         (textUndoOrRedo): comment out a currently unused var.
4175
4176         * paragraph.h (NO_NEXT): enable NO_NEXT
4177
4178         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4179
4180         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4181
4182         * exporter.C (Export): adjust for removeAutoInsets removal.
4183
4184         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4185
4186         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4187
4188         * BufferView.[Ch] (removeAutoInsets): delete function
4189
4190 2003-05-22  Angus Leeming  <leeming@lyx.org>
4191
4192         * latexrunparams.h: add a free_spacing variable.
4193
4194         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4195         to pass moving_arg, as the data is stored in runparams.fragile.
4196
4197         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4198         to Inset::latexOptional or to simpleTeXOnePar.
4199
4200         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4201         free_spacing arg to Inset::latexOptional.
4202
4203         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4204         free_spacing arg.
4205
4206 2003-05-22  Angus Leeming  <leeming@lyx.org>
4207
4208         * latexrunparams.h: add fragile and use_babel variables.
4209
4210         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4211         * buffer.C (makeLaTeXFile): store this returned value in
4212         runparams.use_babel, thus passing it to the inset::latex methods.
4213
4214         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4215         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4216
4217         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4218         longer has a fragile arg, as it is stored in runparams.fragile.
4219
4220         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4221         moving_arg parameter as the data is stored in runparams.fragile.
4222
4223         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4224         a fragile parameter as the data is stored in runparams.fragile.
4225
4226 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4227
4228         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4229
4230 2003-05-22  Angus Leeming  <leeming@lyx.org>
4231
4232         * latexrunparams.h: add a 'bool nice' which defaults to false.
4233
4234         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4235         now encapsulated within runparams.
4236
4237         * bufferlist.C (updateIncludedTeXfiles):
4238         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4239
4240 2003-05-22  Angus Leeming  <leeming@lyx.org>
4241
4242         * latexrunparams.h: new file containing struct LatexRunParams.
4243         * Makefile.am: add new file.
4244
4245         * LaTeX.[Ch] (c-tor, run):
4246         * buffer.[Ch] (makeLaTeXFile):
4247         * bufferlist.[Ch] (updateIncludedTeXfiles):
4248         * converter.C (convert, scanLog):
4249         * converter.[Ch] (runLaTeX):
4250         * exporter.C (Export):
4251         * paragraph.[Ch] (simpleTeXOnePar):
4252         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4253         * paragraph_funcs.[Ch] (latexParagraphs):
4254         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4255         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4256         pass around a LatexRunParams parameter.
4257
4258 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4259
4260         * paragraph.[Ch]: remove unused constructor
4261
4262         * ParagraphList.C (erase): new function, taking two iterators
4263
4264 2003-05-22  André Pönitz  <poenitz@gmx.net>
4265
4266         * undo_funcs.C: remove duplicated code
4267
4268         * iterator.[Ch]: operator=
4269
4270 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4271
4272         * tabular.C (SetMultiColumn): ws changes
4273
4274         * rowpainter.C (paintFirst): get rid of a ->previous
4275
4276         * lyx_cb.C (getPossibleLabel): parlist simplification
4277
4278         * BufferView.C (ChangeInsets): simplify slightly.
4279
4280 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4281
4282         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4283         * lfuns.h: new LFUN_SPACE
4284         * lyxfunc.C: protected space has a new lfun
4285         * paragraph_funcs.C: read new space insets
4286         * text3.C:
4287         * factory.C: handle new space insets
4288
4289 2003-05-22  André Pönitz  <poenitz@gmx.net>
4290
4291         * BufferView.C:
4292         * BufferView_pimpl.C:
4293         * buffer.[Ch]:
4294         * lyxfunc.C:
4295         * undo_funcs.C: return a ParIterator from getParFromID.
4296
4297         * iterators.[Ch]: add two const's
4298
4299 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4300
4301         * toc.C (getTocList): adjust
4302
4303         * iterators.[Ch]: rework for parlist
4304
4305         * buffer.C (par_iterator_begin): adjust
4306         (par_iterator_end): adjust
4307
4308         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4309
4310         * BufferView.C (removeAutoInsets): adjust
4311         (ChangeInsets): adjust
4312
4313 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4314
4315         * text.C (top_y): fix bug 1110
4316
4317 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4318
4319         * errorlist.[Ch]: added
4320         * buffer.C:
4321         * BufferView.[Ch]:
4322         * BufferView_pimpl.C:
4323         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4324         instead
4325
4326 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4327
4328         * Makefile.am: ensure that lyx is relinked upon changes to the
4329         various "convenience" libs.
4330
4331 2003-05-20  Angus Leeming  <leeming@lyx.org>
4332
4333         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4334         files are compiled in alphabetical order again.
4335
4336         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4337
4338 2003-05-19  Angus Leeming  <leeming@lyx.org>
4339
4340         * gettext.[Ch]: remove "char const * _(char const *)".
4341
4342 2003-05-19  André Pönitz  <poenitz@gmx.net>
4343
4344         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4345
4346         * Makefile.am:
4347         * BufferView.C:
4348         * DepTable.h:
4349         * LaTeXFeatures.C:
4350         * buffer.C:
4351         * lyxfont.C:
4352         * lyxlex.h:
4353         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4354
4355 2003-05-19  André Pönitz  <poenitz@gmx.net>
4356
4357         * buffer.C:
4358         * lyxlayout.[Ch]:
4359         * lyxtextclass.[Ch]:
4360         * paragraph.C:
4361         * paragraph_funcs.[Ch]:
4362         * text2.C:
4363         * text3.C: more insetenv work
4364
4365 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4366
4367         * ParagraphParameters.C (params2string): small bug fixed
4368
4369 2003-05-16  André Pönitz  <poenitz@gmx.net>
4370
4371         * debug.C:
4372         * bufferview_funcs.C: patch from Kornel Benko to prevent
4373           crash when _(...) is called twice in a statement
4374
4375 2003-05-16  André Pönitz  <poenitz@gmx.net>
4376
4377         * BufferView.C:
4378         * lyxfunc.C:
4379         * text.C:
4380         * text2.C:
4381         * text3.C:
4382         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4383
4384 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4385
4386         * lyx_main.C (init): remove spurious static_cast
4387
4388 2003-05-14  André Pönitz  <poenitz@gmx.net>
4389
4390         * BufferView.C: fix format string
4391
4392 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4393
4394         * BufferView.[Ch] (insertErrors): removed
4395         * BufferView.[Ch] (showErrorList): added
4396         * buffer.C (runChkTeX):
4397         * converter.C (scanLog): call showErrorList instead of inserterrors
4398
4399 2003-05-13  André Pönitz  <poenitz@gmx.net>
4400
4401         * BufferView_pimpl.C:
4402         * buffer.C:
4403         * bufferview_func.C:
4404         * MenuBackend.C:
4405         * lyxfunc.C:
4406         * lyxrc.C:
4407         * tex-accent.C:
4408         * text3.C:
4409         * toc.C:
4410         * tabular_funcs.h: tostr() from its own header
4411
4412         * ParagraphParameters.C:
4413         * ToolbarBackend.C:
4414         * bufferparams.C:
4415         * format.C:
4416         * lyxlex_pimpl.C:
4417         * text3.C: STRCONV()
4418
4419 2003-05-12  André Pönitz  <poenitz@gmx.net>
4420
4421         * BufferView.C:
4422         * BufferView_pimpl.C:
4423         * CutAndPaste.C:
4424         * LaTeX.C:
4425         * LaTeXFeatures.C:
4426         * ParagraphParameters.C:
4427         * buffer.C:
4428         * bufferlist.C:
4429         * bufferparams.C:
4430         * bufferview_funcs.C:
4431         * converter.C:
4432         * counters.C:
4433         * debug.C:
4434         * exporter.C:
4435         * format.C:
4436         * importer.C:
4437         * lyx_cb.C:
4438         * lyx_main.C:
4439         * lyxfont.C:
4440         * lyxfunc.C:
4441         * lyxvc.C:
4442         * paragraph.C:
4443         * paragraph_funcs.C:
4444         * tabular.C:
4445         * tabular_funcs.C:
4446         * text2.C:
4447         * text3.C:  boost::format -> bformat  all over the place
4448
4449
4450 2003-05-09  André Pönitz  <poenitz@gmx.net>
4451
4452         * LColor.[Ch]: Pimpl the #include <map> away
4453
4454 2003-05-09  John Levon  <levon@movementarian.org>
4455
4456         * bufferlist.C: never remove emergency saves
4457
4458 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4459
4460         * Makefile.am: better lib building
4461
4462 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4463
4464         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4465         instead.
4466         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4467         (simpleTeXSpecialChars): adjust
4468         (simpleTeXSpecialChars): adjust
4469         * paragraph.C (simpleTeXOnePar): adjust
4470         * buffer.C (makeLaTeXFile): adjust
4471
4472         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4473
4474         * text2.C (changeDepth): parlist cleanup
4475         (getColumnNearX): ditto
4476
4477         * rowpainter.C (getLabelFont): parlist cleanup
4478
4479         * bufferlist.C (newFile): parlist cleanup
4480
4481         * CutAndPaste.C (eraseSelection): parlist cleanup
4482
4483         * BufferView_pimpl.C (trackChanges): parlist cleanup
4484         (dispatch): ditto
4485
4486         * BufferView.C (lockInset): parlist cleanup.
4487         (ChangeInsets): ditto
4488
4489 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4490
4491         * CutAndPaste.h: Update file header.
4492
4493         * CutAndPaste.C: Update file header.
4494         Store the parts cut out of the Document in a limited_stack.
4495         (copySelection): adjust
4496         (pasteSelection): new function, takes the index in the limited stack.
4497         (nrOfParagraphs): adjust
4498         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4499         simplify error inset insertion.
4500         (checkPastePossible): adjust
4501
4502 2003-05-06  John Levon  <levon@movementarian.org>
4503
4504         * text2.C: don't cast wrap inset to float
4505
4506 2003-05-05  André Pönitz  <poenitz@gmx.net>
4507
4508         * iterator.C:
4509         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4510
4511         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4512           few naked Paragraph *.
4513
4514 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4515
4516         * bufferparams.C: Output warning if a document with missing
4517         TeX document class is loaded
4518         * exporter.C: Disable TeX exports if the document class is missing
4519         * lyxtextclass.C:
4520         * lyxtextclass.h:
4521         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4522         isTeXClassAvailable()
4523
4524 2003-05-03  John Levon  <levon@movementarian.org>
4525
4526         * BufferView.h:
4527         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4528         explicit cursor show/hide
4529
4530         * BufferView_pimpl.h:
4531         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4532         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4533
4534         * lyxfunc.C: hide cursor before dispatching.
4535
4536         * lyx_cb.C:
4537         * lyxfind.C:
4538         * text.C:
4539         * text3.C: remove explicit cursor hides
4540
4541 2003-05-02  André Pönitz  <poenitz@gmx.net>
4542
4543         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4544
4545         * undo_funcs.C:
4546         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4547           linked lists
4548
4549         * text2.C: tiny whitespace
4550
4551 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4552
4553         * undo_funcs.C: almost only ws changes.
4554
4555         * ParagraphList.C (splice): just return if pl is empty.
4556
4557 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4558
4559         * ParagraphList.C (splice): new function.
4560
4561         * CutAndPaste.C (pasteSelection): use it
4562
4563 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4564
4565         * CutAndPaste.C (pasteSelection): remove the last next and
4566         previous from this file.
4567
4568 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4569
4570         * CutAndPaste.C (pasteSelection): more clean up, user proper
4571         ParagraphList functions for pasteing.
4572
4573         * ParagraphList.C (insert): new function, three arg insert
4574
4575 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4576
4577         * ParagraphList.C (insert): new function, three arg insert
4578
4579         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4580         not on paragraphs.
4581
4582 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4583
4584         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4585
4586 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4587
4588         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4589
4590 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4591
4592         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4593         (copySelection): clean up a bit.
4594         (pasteSelection): use make_pair
4595
4596         * ParagraphList.C (ParagraphList): implement copy constructor
4597         (operator=): implement, base on copy constructor.
4598         (assign): new func
4599
4600         * paragraph.C (erase): return a bool
4601
4602         * paragraph_pimpl.C (erasePos): remove function, move contents...
4603         (erase): ... here. Return a bool.
4604         (erase): call erase instead of erasePos.
4605
4606 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4607
4608         * ParagraphList.h: define PitPosPair
4609         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4610         ParagraphList, fix a bug on pasting multiple pars
4611         * text2.C: change interface to C&P
4612
4613 2003-04-30  André Pönitz  <poenitz@gmx.net>
4614
4615         * undo_func.C: revert part of yesterday's patch 2
4616
4617 2003-04-30  John Levon  <levon@movementarian.org>
4618
4619         * LColor.C: s/tabular/table/
4620
4621 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4622
4623         * text3.C (dispatch): do not convert iterator -> pointer
4624         * undo_funcs.C (setCursorParUndo): ditto
4625         * text_funcs.C (transposeChars): ditto
4626
4627         * text2.C (setLayout): ws changes only
4628
4629         * text.C (breakParagraph): do not convert iterator -> pointer
4630         (insertChar): ditto
4631         (acceptChange): ditto
4632         (rejectChange): ditto
4633         (changeCase): ditto
4634         (Delete): ditto
4635         (backspace): ditto
4636
4637         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4638         pointer
4639
4640 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4641
4642         * text3.C (gotoInset): YABG (yet another bad getChar)
4643
4644 2003-04-29  André Pönitz  <poenitz@gmx.net>
4645
4646         * paragraph.h: make operator= private unimplemented as long as
4647           it is unusable
4648
4649         * ParagraphList.C: whitespace
4650
4651         * paragraph.[Ch]:
4652         * paragraph_pimpl.[Ch]:
4653         * paragraph_funcs.C:
4654         * CutAndPaste.C:
4655         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4656
4657         * text2.C:
4658           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4659
4660 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4661
4662         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4663         * paragraph.[Ch] (erase):
4664         * paragraph_pimpl.[Ch] (erase): change return type and value
4665         * text2.C (cutSelection): some rework
4666
4667 2003-04-28  John Levon  <levon@movementarian.org>
4668
4669         * bufferlist.C: changes for unsaved changes dialog
4670
4671 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4672
4673         * bufferlist.C (newFile): set language (messages_) for new
4674         documents also.
4675
4676         * buffer.C (readFile): ws changes only.
4677
4678 2003-04-28  André Pönitz  <poenitz@gmx.net>
4679
4680         * undo_funcs.C:
4681         * lyxfunc.C:
4682         * buffer.[Ch]:
4683         * BufferView_pimpl.C:
4684         * BufferView.C: getParFromID related ParagraphList::iterator changes
4685
4686 2003-04-28  André Pönitz  <poenitz@gmx.net>
4687
4688         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4689           Changes
4690
4691 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4692
4693         * messages.C: remove one more localedir class variable.
4694
4695 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4696
4697         * messages.C (getLocaleDir): singleton generation function
4698         (Pimpl): use it.
4699         (Messages): add a default constructor.
4700
4701         * main.C (main): do not setup localedir here, do not call
4702         gettext_init.
4703
4704         * gettext.C (_): use it.
4705         (gettext_init): delete funciton
4706
4707 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4708
4709         * gettext.C (getLyXMessages): new singleton generating function.
4710
4711         * buffer.C (updateDocLang): adjust
4712
4713         * Makefile.am (messages.o): add target
4714         (main.o): remove target
4715
4716 2003-04-27  John Levon  <levon@movementarian.org>
4717
4718         * bufferlist.C:
4719         * lyx_cb.C:
4720         * lyxfunc.C:
4721         * lyxvc.C: specify cancel button in Alert::prompt
4722
4723 2003-04-26  John Levon  <levon@movementarian.org>
4724
4725         * text3.C:
4726         * lyxfunc.C:
4727         * lfuns.h:
4728         * LyXAction.C: add LFUN_INSET_SETTINGS
4729
4730         * lyxfunc.C: don't enable tabular-feature when there's
4731         just any locking inset
4732
4733 2003-04-26  John Levon  <levon@movementarian.org>
4734
4735         * bufferlist.C: re-add Cancel to buffer close question
4736
4737         * lyxfunc.C: fix import UI a bit
4738
4739 2003-04-25  John Levon  <levon@movementarian.org>
4740
4741         * gettext.C: remove the broken asserts for now
4742
4743 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4744
4745         * messages.C: make case where setlocale cannot comply work better.
4746
4747         * buffer.C (updateDocLang): new function
4748         (changeLanguage): use it
4749         (readFile): use it
4750
4751         * text2.C (setCounter): use B_ a bit.
4752
4753         * lyxlayout.C (Read): be sure to trim the label strings.
4754
4755         * messages.C (Messages): fix typo in comment
4756
4757         * buffer.C (readFile): set message_ after file is loaded.
4758         (makeDocBookFile): remove double return
4759         (changeLanguage): reset message_ upon language change.
4760         (B_): new func, use this to get translated buffer strings.
4761
4762         * main.C: add myself and Jean Marc as authors.
4763
4764 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4765
4766         * messages.[hC]: pimplify Messages, and three different pimpls to be
4767         used in different circumstances.
4768
4769         * gettext.[Ch]: change for use with new message code.
4770
4771 2003-04-24 André Pönitz <poenitz@gmx.net>
4772
4773         * factory.C: support for eqref
4774
4775 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4776
4777         * messages.[Ch]: add missing char
4778
4779         * Makefile.am (lyx_SOURCES): add messages.[Ch]
4780
4781         * messages.[Ch]: New files
4782
4783 2003-04-18  John Levon  <levon@movementarian.org>
4784
4785         * BufferView.h:
4786         * BufferView.C:
4787         * BufferView_pimpl.C:
4788         * lfuns.h:
4789         * LyXAction.C:
4790         * lyxtext.h:
4791         * text2.C: remove layout-copy/paste (bug 778)
4792
4793 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4794
4795         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
4796
4797 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
4798
4799         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
4800         if they succeed. Act accordingly.
4801
4802 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4803
4804         * text2.C (setCharFont): adjust
4805         (setCounter): adjust
4806         (insertStringAsLines): adjust
4807
4808         * text.C (leftMargin): adjust
4809         (setHeightOfRow): adjust
4810
4811         * rowpainter.C (paintFirst): adjust
4812         (paintLast): adjust
4813
4814         * paragraph_funcs.C (depthHook): ParagraphList::iterators
4815         (outerHook): ditto
4816         (isFirstInSequence): ditto
4817         (getEndLabel): ditto
4818         (outerFont): adjust
4819
4820         * paragraph.C (getParLanguage): comment out some hard stuff.
4821
4822         * buffer.C (insertStringAsLines): take a ParagraphList as arg
4823         (sgmlError): ditto
4824         (simpleDocBookOnePar): ditto
4825         (makeDocBookFile): use ParagraphList::iterator
4826
4827         * CutAndPaste.C (pasteSelection): adjust
4828
4829 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4830
4831         * text2.C (getFont): adjust
4832         (getLayoutFont): adjust
4833         (getLabelFont): adjust
4834
4835         * paragraph_funcs.C (TeXOnePar): adjust
4836
4837         * buffer.C (simpleLinuxDocOnePar): adjust
4838         (simpleDocBookOnePar): adjust
4839
4840         * CutAndPaste.C (pasteSelection): adjust
4841
4842         * BufferView.C (getEncoding): adjust
4843
4844         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
4845
4846 2003-04-16  John Levon  <levon@movementarian.org>
4847
4848         * lyxfind.C: use parlist stuff for search/changes
4849
4850 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4851
4852         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
4853
4854         * text2.C (deleteEmptyParagraphMechanism): adjust
4855
4856         * text2.[Ch] (ownerParagraph): delete func (both of them
4857
4858 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4859
4860         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
4861
4862 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4863
4864         * ParagraphList.C: prepare for NO_NEXT
4865
4866 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4867
4868         * text2.C (getFont): adjust
4869         (getLayoutFont): adjust
4870         (getLabelFont): adjust
4871
4872         * paragraph.C (getFont): adjust
4873         (getLabelFont): adjust
4874         (getLayoutFont): adjust
4875
4876         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
4877
4878 2003-04-15  John Levon  <levon@movementarian.org>
4879
4880         From Angus Leeming
4881
4882         * lyx_main.C: handle Include in .ui files
4883
4884 2003-04-15  John Levon  <levon@movementarian.org>
4885
4886         * MenuBackend.C: make the doc files length shorter
4887
4888         * ToolbarBackend.h:
4889         * ToolbarBackend.C: handle toolbar placement flags,
4890         Minibuffer
4891
4892 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4893
4894         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
4895         adjust
4896
4897         * paragraph_funcs.C (TeXOnePar): adjust
4898
4899         * paragraph.C (getLabelFont): add outerfont arg, adjust
4900         (getLayoutFont): ditto
4901         (simpleTeXOnePar): adjust
4902
4903         * paragraph_pimpl.C (realizeFont): delete func
4904
4905 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
4906
4907         * text2.C (beforeFullRowInset): added a bad getchar check, removed
4908         row argument, constify cur argument.
4909
4910 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4911
4912         * text2.C (getFont): adjust
4913         (getLayoutFont): adjust
4914         (getLabelFont): adjust
4915
4916         * paragraph_funcs.C (TeXOnePar): adjust
4917         (outerFont): new func...
4918         (realizeFont): ...moved out from here, changed this to facilitate
4919         transition
4920
4921         * paragraph.C (getFont): take outerfont as arg, adjust
4922         (simpleTeXOnePar): add outerfont arg, adjust
4923
4924         * buffer.C (simpleLinuxDocOnePar): adjust
4925         (simpleDocBookOnePar): adjust
4926
4927         * CutAndPaste.C (pasteSelection): adjust
4928
4929         * BufferView.C (getEncoding): adjust
4930
4931 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4932
4933         * text2.C (setCharFont): adjust
4934         (setCounter): adjust
4935
4936         * text.C (leftMargin): adjust
4937         (setHeightOfRow): adjust
4938
4939         * rowpainter.C (paintFirst): adjust
4940         (paintLast): adjust
4941
4942         * paragraph_pimpl.C (realizeFont): adjust
4943
4944         * paragraph.C (isFirstInSequence): move from here...
4945         * paragraph_funcs.C (isFirstInSequence): ...to here
4946
4947         * paragraph.C (outerHook): move from here...
4948         * paragraph_funcs.C (outerHook): ...to here
4949
4950         * paragraph.C (depthHook): move from here...
4951         * paragraph_funcs.C (depthHook): ...to here
4952
4953         * paragraph.C (getEndLabel): move from here...
4954         * paragraph_funcs.C (getEndLabel): ...to here
4955
4956         * text2.C (realizeFont): move from here...
4957         * paragraph_funcs.C (realizeFont): ...to here
4958
4959 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4960
4961         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
4962
4963 2003-04-14  Angus Leeming  <leeming@lyx.org>
4964
4965         * LColor.[Ch]: scrap LColor mathcursor.
4966
4967 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4968
4969         * lyxlex.[Ch] (text): delete function
4970         * trans.C (Load): adjust
4971         * paragraph_funcs.C (readParToken): adjust
4972
4973 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4974
4975         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
4976         vector<char> instead of a char[].
4977
4978         * lyxlex_pimpl.C (getString): adjust
4979         (next): adjust
4980         (lex): use getString
4981         (eatLine): adjust
4982         (nextToken): adjust
4983
4984         * lyxlex.C (text): use pimpl_->getString()
4985         (getBool): ditto
4986         (findToken): ditto
4987
4988 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4989
4990         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
4991         (makeFontEntriesLayoutSpecific): temp var for par.size()
4992         (setLayout): temp var for ownerParagraphs().end()
4993         (fullRebreak): temp var for rows().end()
4994         (selectionAsString): temp var for boost::next(startpit), realize
4995         that the while really is a regular for loop.
4996         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
4997         setCursor in one place.
4998         (setParagraph): temp vr for ownerParagraphs().end()
4999         (updateCounters): make the while loop a for loop
5000         (cutSelection): temp var for ownerParagraphs().end()
5001         (updateInset): make the do {} while() a regular for loop
5002         (getCursorX): use temp vars
5003         (setCurrentFont): use temp vars
5004         (getColumnNearX): use temp vars
5005
5006 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5007
5008         * text.C (transformChar): use temp var for getChar
5009         (computeBidiTables): use temp var for row->par()
5010         (fill): move temp vars for row->par() and pit->layout() earlier in
5011         the function.
5012         (labelFill): use temp var for row->par()
5013         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5014         asc and desc, realize that pit never changes and that firstpit is
5015         just a duplicate and not needed. Exchange rit->par() with pit in a
5016         lot of places.
5017         (breakAgain): use a temp var for boost::next(rit)
5018         (breakAgainOneRow): ditto
5019         (breakParagraph): use a temp var for rows().begin()
5020         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5021         (cursorRightOneWord): use temp var for cursor.par() and
5022         cursor.pos(), remove usage of tmpcursor.
5023         (cursorLeftOneWord): use temp var for cursor.par() and
5024         cursor.pos() only set cur at end of function.
5025
5026 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5027
5028         * text.C, text2.C: exchange all usage of Paragraph::next with
5029         boost::next(ParagraphList::iterator)
5030
5031         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5032
5033         * text2.C (cursorTop): simplify implementation
5034         (cursorBottom): ditto
5035         (setParagraph): use ParagraphList::iterator
5036         (setCurrentFont): adjust
5037         (getColumnNearX): adjust
5038         (cursorRight): adjust
5039         (cursorLeft): remove usage of Paragraph::previous
5040         (cursorUpParagraph): ditto
5041         (deleteEmptyParagraphMechanism): slight cleanup
5042
5043         * text.C (isBoundary): take a Paragraph const & instead of a
5044         pointer as arg.
5045         (addressBreakPoint): ditto
5046         (leftMargin): remove usage of Paragraph::previous.
5047         (setHeightOfRow): ditto
5048         (cursorLeftOneWord): ditto
5049         (selectNextWordToSpellcheck): ditto
5050         (Delete): ditto
5051         (backspace): ditto
5052         (breakParagraph): remove one usage of Paragraph::next
5053         (redoParagraph): ditto
5054         (acceptChange): ditto
5055         (insertChar): adjust
5056         (rowBreakPoint): adjust
5057
5058         * bufferview_funcs.C (toggleAndShow): adjust
5059
5060 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5061
5062         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5063         methods to access it.
5064         * lyxtext.h:
5065         * text.C: Added updateRowPositions to compute all row positions.
5066         Make top_y and getRowNearY() to use the cached y position
5067
5068 2003-04-11  John Levon  <levon@movementarian.org>
5069
5070         * text.C (rowBreakPoint): reintroduce the labelEnd
5071         checks, code copied from the row fill stuff. Deep voodoo.
5072
5073         * text.C (fill): add a comment and debugging for the
5074         next poor soul.
5075
5076 2003-04-11  John Levon  <levon@movementarian.org>
5077
5078         * text.C: make sure fullrow insets get wrapped to the next line,
5079         even when they're in a manual label
5080
5081 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5082
5083         * text2.C (insertParagraph): make it take ParagraphList::iterator
5084         as arg.
5085         (setLayout): make it return ParagraphList::iterator
5086         (redoParagraphs): ditto
5087         (setCounter): ditto
5088         (checkParagraph): ditto
5089
5090         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5091
5092         * text2.C: adjust several funcs.
5093         (realizeFont): take a ParagraphList::iterator as arg.
5094         (getLayoutFont): ditto
5095         (getLabelFont): ditto
5096         (setCharFont): ditto
5097
5098         * text.C: adjust several funcs.
5099
5100 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5101
5102         * text.C (selectNextWordToSpellcheck): don't accidentally
5103         skip insets
5104
5105 2003-04-10  John Levon  <levon@movementarian.org>
5106
5107         * ToolbarBackend.C (getIcon): special handling for
5108         LFUN_MATH_DELIM
5109
5110 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5111
5112         * text2.C (cursorRight): a getChar assert fixed
5113
5114 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5115
5116         * text2.C (getFont): change to take a ParagraphList::iterator
5117         instead of Paragraph*
5118         Adjust several functions.
5119
5120         * text.C (transformChar): change to take a ParagraphList::iterator
5121         instead of Paragraph*
5122         (singleWidth): ditto
5123         Adjust several functions.
5124
5125         * rowpainter.C: adjust several functions
5126         * rowpainter.h:store a ParagraphList::iterator and not a
5127         Paragraph&.
5128
5129
5130 2003-04-09  John Levon  <levon@movementarian.org>
5131
5132         * lyxfunc.C:
5133         * lfuns.h:
5134         * LyXAction.h:
5135         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5136         and the "help" bits as well
5137
5138 2003-04-09  John Levon  <levon@movementarian.org>
5139
5140         * ToolbarBackend.h:
5141         * ToolbarBackend.C: allow multiple toolbars
5142
5143 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5144
5145         * undo_funcs.C (setCursorParUndo): adjust
5146
5147         * text_funcs.C (transposeChars): adjust
5148
5149         * text3.C (gotoNextInset): adjust
5150         (dispatch): adjust
5151
5152         * text2.C (setLayout): adjust
5153         (changeDepth): adjust
5154         (setFont): adjust
5155         (redoParagraphs): adjust
5156         (selectionAsString): adjust
5157         (setParagraph): adjust
5158         (insertInset): adjust
5159         (cutSelection): adjust
5160         (copySelection): adjust
5161         (pasteSelection): adjust
5162         (insertStringAsLines): adjust
5163         (updateInset): adjust
5164         (setCursor): change to take a ParagraphList::iterator parameter
5165         (setCursorIntern): change to take a ParagraphList::iterator parameter
5166         (setCurrentFont): adjust
5167         (cursorLeft): adjust
5168         (cursorRight): adjust
5169         (deleteEmptyParagraphMechanism): adjust
5170
5171         * text.C (breakParagraph): adjust
5172         (insertChar): adjust
5173         (acceptChange): adjust
5174         (rejectChange): adjust
5175         (selectNextWordToSpellcheck): adjust
5176         (changeCase): adjust
5177         (Delete): adjust
5178         (backspace): adjust
5179
5180         * lyxfind.C (SearchForward): adjust
5181         (SearchBackward): adjust
5182         (nextChange): adjust
5183
5184         * lyxcursor.C (par): adjust
5185
5186         * lyxcursor.h: store a ParagraphList::iterator instead of a
5187         Paragraph*
5188
5189         * lyx_cb.C (getPossibleLabel): adjust
5190
5191         * bufferview_funcs.C (toggleAndShow): adjust
5192
5193         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5194         (dispatch): adjust
5195
5196         * BufferView.C (removeAutoInsets): adjust
5197         (lockedInsetStoreUndo): adjust
5198
5199 2003-04-09  John Levon  <levon@movementarian.org>
5200
5201         * ToolbarBackend.C: try icon without argument
5202         if with argument fails
5203
5204 2003-04-08  John Levon  <levon@movementarian.org>
5205
5206         * ToolbarBackend.h:
5207         * ToolbarBackend.C: add getIcon(), handle tooltip,
5208         and change from "Icon" to "Item".
5209
5210 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5211
5212         * BufferView.C (lockInset): another bad getchar crunched
5213
5214 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5215
5216         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5217         again)
5218
5219 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5220
5221         * lyxfind.C (searchForward, searchBackwards): bug 782
5222
5223 2003-04-07  John Levon  <levon@movementarian.org>
5224
5225         * paragraph.C: remove dead comment
5226
5227         * text.C: remove troublesome depth-fiddling code
5228         in leftMargin() and rightMargin() (bug 1017)
5229
5230         * text.C: fix breaking of rows in nested lists
5231         (bug 1004)
5232
5233         * text2.C (updateCounters): fix up depth values
5234         (bug 1013)
5235
5236 2003-04-07  John Levon  <levon@movementarian.org>
5237
5238         * BufferView_pimpl.C: clear message when doc finishes resizing,
5239         and after a mouse event
5240
5241         * lyxfunc.C: clear message after exiting inset
5242
5243 2003-04-07  John Levon  <levon@movementarian.org>
5244
5245         * bufferview_funcs.C: show math status not outside
5246         status in the statusbar
5247
5248 2003-04-07  John Levon  <levon@movementarian.org>
5249
5250         * lyxfunc.C: note status changed after a depth change
5251
5252 2003-04-04  Angus Leeming  <leeming@lyx.org>
5253
5254         * LaTeX.h: move AuxInfo operator==, != out of line.
5255         Remove LaTeX virtual destructor; nothing derives from it.
5256         Move operator()() out of public area and rename it startscript().
5257         Change protected for private.
5258
5259 2003-04-04  Angus Leeming  <leeming@lyx.org>
5260
5261         * lyxfunc.C:
5262         * text2.C: remove unneeded #includes.
5263
5264 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5265
5266         * text2.C (dEPM): fix the heigth of the next row
5267
5268 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5269
5270         * text.C: squashed an invalid getChar requester + some ws changes
5271
5272 2003-04-03  John Levon  <levon@movementarian.org>
5273
5274         * bufferview_funcs.h:
5275         * bufferview_funcs.C:
5276         * lyxfunc.C:
5277         * lyxtext.h:
5278         * text2.C: make getStatus work for the env depth lfuns
5279
5280 2003-04-03  John Levon  <levon@movementarian.org>
5281
5282         * bufferview_funcs.h:
5283         * bufferview_funcs.C:
5284         * lyxfunc.C:
5285         * lyxtext.h:
5286         * text2.C: parlistize decDepth(), by merging it with incDepth()
5287
5288 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5289
5290         * lyxrow.h: store a ParagraphList::iterator instead of a
5291         Paragraph* and adjust other class functions to suit.
5292
5293         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5294         above.
5295
5296 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5297
5298         * text2.C (setCursor): do not anchor to cursor row for the time being
5299
5300 2003-04-02  John Levon  <levon@movementarian.org>
5301
5302         * LyXAction.C:
5303         * lfuns.h:
5304         * lyx_main.C:
5305         * lyxtext.h:
5306         * text.C:
5307         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5308
5309 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5310
5311         * paragraph.h: make ParagraphList and ParagraphList::iterator
5312         friends of Paragraph.
5313
5314         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5315
5316         * ParagraphList.C: Use the private next_ and previous_ from
5317         Paragraph.
5318
5319 2003-04-01  John Levon  <levon@movementarian.org>
5320
5321         * ToolbarBackend.h:
5322         * ToolbarBackend.C:
5323         * Makefile.am: rename, remove defaults gunk
5324
5325         * MenuBackend.h:
5326         * MenuBackend.C: remove defaults gunk
5327
5328         * Languages.h:
5329         * Languages.C: remove defaults gunk
5330
5331         * lyx_main.h:
5332         * lyx_main.C: error out if files couldn't be found.
5333
5334 2003-04-02  John Levon  <levon@movementarian.org>
5335
5336         * text2.C: make incDepth() use parlist
5337
5338 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5339
5340         * undo_funcs.C (firstUndoParagraph): adjust
5341
5342         * text3.C (gotoInset): adjust
5343         (dispatch): adjust, and rewrite loop.
5344
5345         * text2.C (init): adjust, and rewrite loop.
5346         (redoParagraphs): adjust
5347         (updateInset): adjust, and rewrite loop.
5348         (deleteEmptyParagraphMechanism): adjust
5349
5350         * tabular.C (LyXTabular): adjust
5351         (SetMultiColumn): adjust
5352         (TeXRow): adjust
5353
5354         * lyxtext.[Ch] (ownerParagraph): delete function
5355         (ownerParagraphs): new function returns a ParagraphList.
5356
5357         * BufferView.C (removeAutoInsets): adjust
5358         (insertErrors): adjust
5359         (setCursorFromRow): adjust
5360
5361 2003-04-01  Angus Leeming  <leeming@lyx.org>
5362
5363         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5364         in the frontends.
5365
5366 2003-04-02  John Levon  <levon@movementarian.org>
5367
5368         * lyxtext.h:
5369         * text.C:
5370         * Makefile.am:
5371         * text_funcs.h:
5372         * text_funcs.C: make transposeChars a free function
5373
5374         * lyxrow_funcs.C: remove wrong comment
5375
5376 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5377
5378         * lyxtext.h: adjust
5379         * rowpainter.C: adjust
5380         * text.C: adjust
5381         * text2.C: adjust
5382         * text3.C: adjust
5383
5384         * lyxrow_funcs. [Ch]: new files
5385
5386         * lyxrow.[Ch]: remove next and previous pointers
5387         (next,previous): remove accessor functions
5388         (isParEnd): move to lyxrow_funcs
5389         (lastPos): move to lyxrow_funcs
5390         (nextRowIsAllInset): move to lyxrow_funcs
5391         (lastPrintablePos): move to lyxrow_funcs
5392         (numberOfSeparators): move to lyxrow_funcs
5393         (numberOfHfills): move to lyxrow_funcs
5394         (numberOfLabelHfills): move to lyxrow_funcs
5395         (hfillExpansion): move to lyxrow_funcs
5396
5397         * lyxfunc.C: adjust
5398
5399         * bufferview_funcs.C (toggleAndShow): adjust
5400
5401         * RowList.h: Remove class RowList from file leave just a
5402         std::list<Row>.
5403
5404         * RowList.C: delete file
5405
5406         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5407         and lyxrow_funcs.h
5408
5409 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5410
5411         * text3.C (cursorPrevious): adjust
5412         (cursorNext): adjust
5413         (dispatch): adjust
5414
5415         * text2.C (redoHeightOfParagraph): adjust
5416         (redoDrawingOfParagraph): adjust
5417         (setCursor): adjust
5418
5419         * text.C (breakParagraph): adjust
5420         (insertChar): adjust
5421         (backspace): adjust
5422
5423         * rowpainter.C (RowPainter): adjust
5424         (leftMargin): simplify and adjust
5425         (most rowpainter functions): adjust.
5426
5427         * rowpainter.h: store the row as RowList::iterator not as Row*
5428
5429         * lyxcursor.C (row): taka RowList::iterator as arg
5430         (irow): ditto
5431
5432         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5433         of Row*.
5434
5435 2003-04-01  Angus Leeming  <leeming@lyx.org>
5436
5437         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5438         stuff like bool Bool.
5439
5440 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5441
5442         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5443         rewrite a loop
5444
5445 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5446
5447         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5448         RowList::iterator.
5449
5450         * lyxtext.h (rows): drop one version and leve a const variant that
5451         returns a RowList::iterator.
5452
5453 2003-03-31  Angus Leeming  <leeming@lyx.org>
5454
5455         * text.C (fill): ensure that the signature is the same as that in the
5456         header file.
5457
5458 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5459
5460         * text2.C (redoParagraphs): adjust
5461         (updateCounters): adjust
5462         (checkParagraph): adjust
5463         (getColumnNearX): adjust and reformat a bit.
5464
5465         * text.C (top_y): adjust
5466         (workWidth): adjust
5467         (leftMargin): adjust
5468         (prepareToPrint): adjust
5469         (getRow): adjust
5470         (getRowNearY): adjust
5471
5472         * lyxtext.h: make rowlist_ mutable.
5473
5474         * RowList.h: add const_iterator
5475         * RowList.C: adjust for RowList::const_iterator.
5476
5477         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5478         adjust.
5479
5480 2003-03-31  John Levon  <levon@movementarian.org>
5481
5482         * lyxrc.h:
5483         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5484
5485         * lyx_main.C: set default fonts from using lyx_gui funcs
5486
5487         * exporter.C: pdf_mode moved from lyxrc
5488
5489         * lyx_cb.C:
5490         * lyxfunc.C: changes from above
5491
5492 2003-03-31  John Levon  <levon@movementarian.org>
5493
5494         * lyx_main.C: fix to the last fix
5495
5496 2003-03-31  John Levon  <levon@movementarian.org>
5497
5498         * bufferlist.C: "Load original" -> "Load Original"
5499
5500         * converter.C:
5501         * exporter.C:
5502         * importer.C:
5503         * lyx_main.C:
5504         * format.C: more Alert cleanups
5505
5506 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5507
5508         * text2.C (removeParagraph): make it take a RowList::iterator as
5509         arg, adjust.
5510         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5511         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5512
5513         * text.C (anchor_row): make it take a RowList::iterator as arg,
5514         adjust.
5515         (computeBidiTables): make it take a const reference to Row instead
5516         of Row pointer, adjust.
5517         (leftMargin): make it take a RowList::iterator as arg, adjust.
5518         (rowBreakPoint): adjust
5519         (breakAgainOneRow): make it take a RowList::iterator as arg,
5520         adjust.
5521         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5522
5523         * bufferview_funcs.C (toggleAndShow): adjust
5524
5525 2003-03-30  John Levon  <levon@movementarian.org>
5526
5527         * Makefile.am:
5528         * BoostFormat.h:
5529         * boost-inst.C: moved to support
5530
5531         * several files: changes as a result
5532
5533 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5534
5535         * text2.C (LyXText): adjust.
5536         (init): adjust
5537         (removeRow): make it take a RowList::iterator as arg, adjust.
5538         (fullRebreak): adjust
5539         (deleteEmptyParagraphMechanism): adjust
5540         (clearPaint): adjust
5541         (postPaint): adjust
5542
5543         * text.C (top_y): adjust
5544         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5545         (breakAgain): make it take a RowList::iterator as arg, adjust.
5546         (breakParagraph): adjust
5547         (insertChar): adjust
5548         (backspace): adjust
5549
5550         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5551         need_break_row, and refresh_row.
5552
5553         * text3.C (dispatch): adjust
5554
5555         * text2.C (checkParagraph): adjust
5556         (setCursor): adjust
5557         (setCursorFromCoordinates): adjust
5558
5559         * text.C (top_y): adjust
5560         (workWidth): adjust
5561         (getRow): make it return a RowList::iterator, adjust
5562         (getRowNearY): make it return a RowList::iterator, adjust
5563
5564         * text2.C (init): adjust
5565         (insertRow): remove function
5566         (insertParagraph): adjust
5567         (redoParagraphs): adjust
5568         (fullRebreak): adjust
5569         (updateCounters): adjust
5570
5571         * text.C (top_y): rewrite to use RowList iterators.
5572         (top_y): adjust
5573         (setHeightOfRow): rewrite to sue RowList iterators.
5574         (appendParagraph): adjust
5575         (breakAgain): adjust
5576         (breakAgainOneRow): adjust
5577         (breakParagraph): adjust
5578         (getRow): adjust
5579         (getRowNearY): adjust, and remove commented code.
5580
5581         * lyxtext.h (firstRow): delete function
5582         (lastRow): delete function
5583         (rows): new function (const and non-const versions.)
5584         (insertRow): delete function
5585
5586         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5587
5588 2003-03-29  John Levon  <levon@movementarian.org>
5589
5590         * BufferView_pimpl.C: always update scrollbar top
5591         because pasting text when we're anchored could mean we
5592         miss an update altogether
5593
5594 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5595
5596         * text2.C (init): use rowlist_.end() and not 0.
5597         (insertRow): change to take a RowList::iterator as arg, adjust
5598         for this.
5599         (insertParagraph): change to take a RowList::iterator as arg,
5600         adjust for this.
5601         (redoParagraphs): remove some debug msgs.
5602
5603         * text.C (appendParagraph): change to take a RowList::iterator
5604         arg, adjust for this.
5605         (breakAgain): add an assert
5606         (breakAgainOneRow): ditto
5607
5608 2003-03-29  John Levon  <levon@movementarian.org>
5609
5610         * text2.C: do not clear selection after inc/decDepth
5611         (bug 550)
5612
5613 2003-03-29  John Levon  <levon@movementarian.org>
5614
5615         * BufferView.C:
5616         * buffer.C: fix broken strerrors according to Lars
5617
5618 2003-03-29  John Levon  <levon@movementarian.org>
5619
5620         * converters.C: more Alert cleanups
5621
5622 2003-03-29  John Levon  <levon@movementarian.org>
5623
5624         * bufferview_funcs.C: remove pointless Alert
5625
5626         * buffer.C: fix confusing error message when
5627         a template is chmoded 000
5628
5629 2003-03-29  John Levon  <levon@movementarian.org>
5630
5631         * BufferView.C:
5632         * BufferView.h:
5633         * BufferView_pimpl.C: Alert fixes
5634
5635         * Makefile.am:
5636         * tabular.C:
5637         * tabular-old.C: remove unused table compat reading
5638
5639 2003-03-29  John Levon  <levon@movementarian.org>
5640
5641         * BufferView.C:
5642         * buffer.C:
5643         * lyx_cb.h:
5644         * lyx_cb.C: more Alert cleanups
5645
5646         * lyxfunc.C: don't allow chktex if not latex document
5647
5648 2003-03-29  John Levon  <levon@movementarian.org>
5649
5650         * lyx_cb.C:
5651         * BufferView.C:
5652         * buffer.C: warnings pushed down from support/,
5653         kill err_alert
5654
5655 2003-03-29  John Levon  <levon@movementarian.org>
5656
5657         * lyxfunc.C: safety check for C-r (revert)
5658
5659 2003-03-29  John Levon  <levon@movementarian.org>
5660
5661         * bufferlist.h:
5662         * bufferlist.C: several UI fixes using Alert::prompt.
5663         Fix the pointless looping quit code. Fix stupid revert
5664         behaviour (bug 938)
5665
5666         * lyxvc.h:
5667         * lyxvc.C:
5668         * lyx_cb.C: use Alert::prompt
5669
5670         * lyx_main.C: remove a silly question
5671
5672         * lyxfunc.C: remove a couple of silly questions,
5673         use Alert::prompt
5674
5675 2003-03-28  John Levon  <levon@movementarian.org>
5676
5677         * text2.C: fix bug 974 (End on empty par)
5678
5679 2003-03-28  John Levon  <levon@movementarian.org>
5680
5681         * BufferView_pimpl.C:
5682         * LyXAction.C:
5683         * lfuns.h: remove do-nothing math greek lfuns
5684
5685 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5686
5687         * lyxgluelength.h (isValidGlueLength): add default arg on
5688         parameter 2. Remove default arg from friend in class.
5689
5690         * lyxlength.h (isValidLength): add default arg on parameter 2.
5691         Remove default arg from friend in class.
5692
5693         * text2.C (LyXText): adjust, initialize refresh_row.
5694         (init): adjust
5695         (removeRow): adjust
5696         (insertRow): adjust
5697         (insertParagraph): adjst
5698         (redoParagraphs): adjust
5699         (fullRebreak): adjust
5700         (updateCounters): adjust
5701         (deleteEmptyParagraphMechanism): first attempt at fixing a
5702         crashing bug.
5703
5704         * text.C (top_y): adjust
5705         (setHeightOfRow): adjust
5706         (getRow): adjust
5707         (getRowNearY): adjust
5708
5709         * lyxtext.h: include RowList.h
5710         (~LyXText): not needed anymore, deleted.
5711         (firstRow): modify for RowList
5712         (lastRow): new function
5713         Delete firstrow and lastrow class variables, add a Rowlist
5714         rowlist_ class variable.
5715
5716         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5717         paragraph is empty.
5718
5719         * RowList.C (insert): fix case where it == begin().
5720
5721 2003-03-26  Angus Leeming  <leeming@lyx.org>
5722
5723         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5724         the thesaurus dialog.
5725
5726 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5727
5728         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5729
5730         * RowList.[Ch]: new files
5731
5732         * ParagraphList.C (erase): handle the case where it == begin
5733         correctly.
5734
5735 2003-03-25  John Levon  <levon@movementarian.org>
5736
5737         * Makefile.am:
5738         * aspell_local.h:
5739         * aspell.C: add new aspell support
5740
5741         * lyxrc.h:
5742         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5743         have it accessible.
5744
5745 2003-03-25  Angus Leeming  <leeming@lyx.org>
5746
5747         * lfuns.h:
5748         * LyXAction.C (init): new LFUN_INSET_INSERT.
5749
5750         * BufferView_pimpl.C (dispatch): split out part of the
5751         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
5752
5753         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
5754         LFUN_INSET_APPLY.
5755
5756 2003-03-25  Angus Leeming  <leeming@lyx.org>
5757
5758         * lyxfunc.C (dispatch): changes to the Dialogs interface.
5759
5760 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
5761
5762         * text2.C:
5763         * text3.C: remove useless row->height(0)
5764
5765 2003-03-25  John Levon  <levon@movementarian.org>
5766
5767         * lyxtext.h:
5768         * text2.C:
5769         * text3.C: rename the refreshing stuff to better names
5770
5771 2003-03-24  John Levon  <levon@movementarian.org>
5772
5773         * BufferView_pimpl.h:
5774         * BufferView_pimpl.C: update layout choice on a mouse
5775         press/release
5776
5777 2003-03-23  John Levon  <levon@movementarian.org>
5778
5779         * Makefile.am: fix commandtags.h reference
5780
5781 2003-03-22  John Levon  <levon@movementarian.org>
5782
5783         * BufferView_pimpl.C:
5784         * lyxtext.h:
5785         * rowpainter.C:
5786         * rowpainter.h:
5787         * text.C:
5788         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
5789
5790 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
5791
5792         * lyxtext.h:
5793         * text.C: take the rtl methods out of line
5794
5795 2003-03-21 André Pönitz <poenitz@gmx.net>
5796
5797         * metricsinfo.[Ch]: new files containing structures to be passed around
5798         during the two-phase-drawing...
5799
5800 2003-03-21 André Pönitz <poenitz@gmx.net>
5801
5802         * lyxtextclass.C: read 'environment' tag.
5803
5804 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
5805
5806         * text2.C (removeRow): fix bug 964
5807
5808 2003-03-20  John Levon  <levon@movementarian.org>
5809
5810         * rowpainter.C:
5811         * text.C:
5812         * text2.C: paint cleanups. Inset::update() dropped font
5813         parameter
5814
5815 2003-03-19  John Levon  <levon@movementarian.org>
5816
5817         * lyxfunc.C: only fitcursor/markDirty if available()
5818
5819 2003-03-19  John Levon  <levon@movementarian.org>
5820
5821         * commandtags.h: rename to ...
5822
5823         * lfuns.h: ... this, and renumber / cleanup
5824
5825 2003-03-19  John Levon  <levon@movementarian.org>
5826
5827         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
5828         fit the cursor after an lfun
5829
5830         * BufferView.h:
5831         * BufferView.C:
5832         * BufferView_pimpl.h:
5833         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
5834
5835         * LyXAction.C: layout-character should have ReadOnly
5836
5837         * ParagraphParameters.C:
5838         * buffer.C:
5839         * bufferview_funcs.C:
5840         * lyx_cb.C:
5841         * lyxfind.C:
5842         * lyxtext.h:
5843         * text.C:
5844         * text2.C:
5845         * text3.C:
5846         * undo_funcs.C: changes from above
5847
5848 2003-03-18  John Levon  <levon@movementarian.org>
5849
5850         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
5851         remove it from update()
5852
5853         * lyxfunc.C: update layout choice after an lfun
5854
5855         * text3.C: remove extra updateLayoutChoice()s
5856
5857 2003-03-18  John Levon  <levon@movementarian.org>
5858
5859         * text.C: top_y change means full repaint, fix
5860         a drawing bug with cursor movement
5861
5862 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5863
5864         * lyxtext.h:
5865         * text.C:
5866         * text2.C: anchor row on setCursor
5867
5868 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
5869
5870         * lyxtext.h: remove almost all mutable keywords
5871         * text.C:
5872         * text2.C:
5873         * text3.C: remove const keywords accordingly
5874
5875 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5876
5877         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
5878         anon namespace
5879         (TeXEnvironment): ditto
5880         (TeXOnePar): ditto
5881
5882 2003-03-17  John Levon  <levon@movementarian.org>
5883
5884         * text.C (rowBreakPoint): remove attempt to fix displayed
5885         math insets inside a manual label
5886
5887 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
5888
5889         * lyxtext.h: remove BufferView* as first arg from almost all class
5890         functions.
5891         * other files: adjust.
5892
5893 2003-03-17  John Levon  <levon@movementarian.org>
5894
5895         * lyxtext.h:
5896         * undo_funcs.C:
5897         * text2.C: more paint cleanups
5898
5899         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
5900
5901         * rowpainter.h:
5902         * rowpainter.C: remove "smart" background painting code
5903
5904 2003-03-16  John Levon  <levon@movementarian.org>
5905
5906         * lyxtext.h:
5907         * text.C:
5908         * text2.C:
5909         * text3.C: add helper functions for setting refresh_row/y
5910
5911 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
5912
5913         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
5914         newline inset which *can* get inserted in the pass_thru layouts.
5915         This is primarily for literate documents.
5916
5917 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
5918
5919         * buffer.C: increment LYX_FORMAT to 223
5920
5921 2003-03-14 André Pönitz <poenitz@gmx.net>
5922
5923         * textclass.h: prepare for environment handling, ws changes
5924         * lyxlayout.C: read latexheader and latexfooter tags
5925
5926 2003-03-14  John Levon  <levon@movementarian.org>
5927
5928         * text2.C: rewrite ::status() a bit
5929
5930 2003-03-13  John Levon  <levon@movementarian.org>
5931
5932         * lyxtext.h: add some docs
5933
5934 2003-03-13  John Levon  <levon@movementarian.org>
5935
5936         * lyxtext.h:
5937         * text.C:
5938         * text2.C:
5939         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
5940
5941 2003-03-13  John Levon  <levon@movementarian.org>
5942
5943         * text3.C: fix appendix redrawing
5944
5945 2003-03-13  John Levon  <levon@movementarian.org>
5946
5947         * text.C (setHeightOfRow):
5948         * rowpainter.h:
5949         * rowpainter.C: make appendix mark have the text
5950           "Appendix" so the user knows what it is
5951
5952         * LColor.h:
5953         * LColor.C: s/appendixline/appendix/ from above
5954
5955 2003-03-13  John Levon  <levon@movementarian.org>
5956
5957         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
5958
5959         * text.C: fix a getChar(pos) bug properly
5960
5961 2003-03-13  Angus Leeming  <leeming@lyx.org>
5962
5963         * commandtags.h:
5964         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
5965         Probably only temporary. Let's see how things pan out.
5966
5967         * BufferView.C (unlockInset):
5968         * BufferView_pimpl.C (fitCursor):
5969         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
5970
5971         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
5972         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
5973
5974         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
5975         new functions that convert ParagraphParameters to and from a string.
5976
5977         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
5978         BufferView::Pimpl's dispatch.
5979         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
5980
5981 2003-03-13 André Pönitz <poenitz@gmx.net>
5982
5983         * lyxfunc.C:
5984         * text3.C:
5985         * factory.C: make it aware of InsetEnv
5986
5987 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5988
5989         * text2.C (setCursor): never ask for one past last
5990         (setCursor): add some debugging messages.
5991
5992         * text.C (singleWidth): never ask for one past last
5993         (singleWidth): ditto
5994         (leftMargin): ditto
5995         (rightMargin): ditto
5996         (rowBreakPoint): ditto
5997         (setHeightOfRow): ditto
5998         (prepareToPrint): ditto
5999
6000         * rowpainter.C (paintBackground): never ask for one past last
6001         (paintText): never ask for one past last
6002
6003         * paragraph_pimpl.C (getChar): make the assert stricter, never
6004         allow the one past last pos to be taken
6005
6006         * paragraph.C (getChar): ws changes only
6007
6008         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6009         (numberOfSeparators): ditto
6010         (numberOfHfills): ditto
6011
6012 2003-03-12  John Levon  <levon@movementarian.org>
6013
6014         * author.h:
6015         * author.C:
6016         * bufferparams.h:
6017         * bufferparams.C:
6018         * paragraph_funcs.C: fix per-buffer authorlists
6019
6020 2003-03-12  John Levon  <levon@movementarian.org>
6021
6022         * text.C: fix newline in right address
6023
6024 2003-03-12  Angus Leeming  <leeming@lyx.org>
6025
6026         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6027         duplicate those in LyXFunc::dispatch.
6028
6029         * commandtags.h:
6030         * LyXAction.C:
6031         * ToolbarDefaults.C:
6032         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6033         Add LFUN_FONTFREE_UPDATE.
6034
6035         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6036         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6037
6038         * bufferview_func.[Ch]: several new functions to facilliate
6039         transfer of data to and from the character dialog.
6040
6041 2003-03-12  John Levon  <levon@movementarian.org>
6042
6043         * buffer.C:
6044         * paragraph.h:
6045         * paragraph.C:
6046         * paragraph_funcs.C:
6047         * paragraph_pimpl.C:
6048         * sgml.C:
6049         * tabular.C:
6050         * text.C:
6051         * text3.C: remove META_NEWLINE in favour of an inset
6052
6053         * rowpainter.h:
6054         * rowpainter.C: remove paintNewline (done by inset)
6055
6056 2003-03-12  John Levon  <levon@movementarian.org>
6057
6058         * paragraph_pimpl.C: complain about bad getChar()s
6059         for a while at least
6060
6061 2003-03-12  John Levon  <levon@movementarian.org>
6062
6063         * buffer.h:
6064         * buffer.C: move paragraph read into a separate function,
6065         a little renaming to reflect that.
6066
6067         * bufferparams.h:
6068         * bufferparams.C: remove the author_ids map, not necessary now
6069
6070         * factory.h:
6071         * factory.C: moved Buffer::readInset to here
6072
6073         * paragraph_funcs.h:
6074         * paragraph_funcs.C: readParagraph free function moved from
6075         buffer.C
6076
6077         * tabular.C: name change
6078
6079 2003-03-12  John Levon  <levon@movementarian.org>
6080
6081         * buffer.C:
6082         * ParagraphParameters.C: move par params input to
6083         a read() method
6084
6085         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6086         behave like a normal read from the stream wrt reading
6087         a line vs. a \\token
6088
6089 2003-03-12  John Levon  <levon@movementarian.org>
6090
6091         * paragraph.C:
6092         * ParagraphParameters.h:
6093         * ParagraphParameters.C: move output code to a
6094         ::write() method
6095
6096 2003-03-12  John Levon  <levon@movementarian.org>
6097
6098         * BufferView.C (insertLyXFile):
6099         * buffer.h:
6100         * buffer.C:
6101         * tabular.C: use a parlist iterator for creating the
6102           document.
6103
6104 2003-03-12  John Levon  <levon@movementarian.org>
6105
6106         * buffer.C: make current_change static local not
6107           static file-scope
6108
6109 2003-03-12  John Levon  <levon@movementarian.org>
6110
6111         * buffer.C: fix insertStringAsLines for change tracking
6112
6113 2003-03-12  John Levon  <levon@movementarian.org>
6114
6115         * BufferView.C:
6116         * tabular.C:
6117         * buffer.h:
6118         * buffer.C:
6119         * bufferparams.h:
6120         * bufferparams.C: move author list into params. Rename some
6121           functions. Move the header reading into a separate token
6122           loop. Move the header token reading into BufferParams.
6123
6124 2003-03-12  John Levon  <levon@movementarian.org>
6125
6126         * changes.C: put debug inside lyxerr.debugging() checks
6127
6128 2003-03-11 André Pönitz <poenitz@gmx.net>
6129
6130         * factory.C: make it aware of InsetHFill
6131
6132 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6133
6134         * buffer.C (latexParagraphs): move function from here...
6135         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6136         args.
6137
6138 2003-03-10  Angus Leeming  <leeming@lyx.org>
6139
6140         * LyXAction.C (init): fix bug in poplating array with multiple entries
6141         with the same LFUN (spotted by JMarc).
6142
6143 2003-03-10  John Levon  <levon@movementarian.org>
6144
6145         * text.C:
6146         * text2.C: move getColumnNearX() near its
6147         only call site
6148
6149 2003-03-10  John Levon  <levon@movementarian.org>
6150
6151         * text.C: fix break before a minipage
6152
6153 2003-03-10  John Levon  <levon@movementarian.org>
6154
6155         * text.C: fix the last commit
6156
6157 2003-03-09  John Levon  <levon@movementarian.org>
6158
6159         * lyxtext.h:
6160         * text.C:
6161         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6162         bug 365 (don't break before insets unless needed). Don't
6163         return a value > last under any circumstances.
6164
6165 2003-03-09  Angus Leeming  <leeming@lyx.org>
6166
6167         * BufferView_pimpl.C (trackChanges, dispatch): call
6168         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6169
6170 2003-03-09  Angus Leeming  <leeming@lyx.org>
6171
6172         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6173         than Dialogs::showAboutlyx().
6174
6175 2003-03-09  Angus Leeming  <leeming@lyx.org>
6176
6177         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6178         than Dialogs::showTabularCreate().
6179
6180 2003-03-09  John Levon  <levon@movementarian.org>
6181
6182         * lyxtext.h:
6183         * text.C:
6184         * text2.C: 3rd arg to nextBreakPoint was always the same.
6185           Use references.
6186
6187 2003-03-08  John Levon  <levon@movementarian.org>
6188
6189         * lyxrow.C:
6190         * paragraph.C:
6191         * paragraph.h:
6192         * rowpainter.C:
6193         * text.C:
6194         * text2.C: Remove the "main" bit from the "main body"
6195           notion.
6196
6197 2003-03-08  John Levon  <levon@movementarian.org>
6198
6199         * text.C (leftMargin): The left margin of an empty
6200         manual label paragraph should not include the label width
6201         string length.
6202
6203         * text.C (prepareToPrint): don't attempt to measure hfills
6204         for empty manual label paragraphs - the answer should be 0
6205
6206 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6207
6208         * CutAndPaste.C: remove commented code and reindent.
6209
6210 2003-03-08  John Levon  <levon@movementarian.org>
6211
6212         * lyxfunc.h:
6213         * lyxfunc.C: move reloadBuffer()
6214
6215         * BufferView.h:
6216         * BufferView.C: to here
6217
6218         * lyxvc.C: add comment
6219
6220         * vc-backend.h:
6221         * vc-backend.C: call bv->reload() to avoid
6222           getStatus() check on MENURELOAD
6223
6224 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6225
6226         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6227         to an old format .dep file.
6228
6229 2003-03-07  Angus Leeming  <leeming@lyx.org>
6230
6231         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6232         when the LFUN_MOUSE_RELEASE should have been handled by
6233         inset->localDispatch.
6234
6235 2003-03-07  Angus Leeming  <leeming@lyx.org>
6236
6237         * BufferView_pimpl.C (dispatch):
6238         * LyXAction.C (init):
6239         * ToolbarDefaults.C (init):
6240         * commandtags.h:
6241         * lyxfunc.C (getStatus):
6242         remove LFUN_INSET_GRAPHICS.
6243
6244         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6245
6246 2003-03-07  Angus Leeming  <leeming@lyx.org>
6247
6248         * commandtags.h:
6249         * LyXAction.C (init):
6250         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6251
6252         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6253
6254         * commandtags.h:
6255         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6256
6257         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6258         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6259
6260 2003-03-07  Angus Leeming  <leeming@lyx.org>
6261
6262         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6263         remove "ert".
6264
6265 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6266
6267         * ParagraphList.C (front): new function
6268         (back): implement
6269
6270 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6271
6272         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6273         and top_row_offset_. removed var first_y.
6274         * text.C (top_y):
6275         * text2.C (LyXText, removeRow):
6276         * text3.C:
6277         * BufferView_pimpl.C:
6278         use these methods instead of using first_y
6279
6280 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6281
6282         * text2.C (pasteSelection): adjust for checkPastePossible
6283
6284         * CutAndPaste.C: remove Paragraph * buf and replace with
6285         ParagraphList paragraphs.
6286         (DeleteBuffer): delete
6287         (cutSelection): change the tc type to textclass_type
6288         (copySelection): change the tc type to textclass_type
6289         (copySelection): adjust for ParagraphList
6290         (pasteSelection): change the tc type to textclass_type
6291         (pasteSelection): adjust for Paragraphlist
6292         (nrOfParagraphs): simplify for ParagraphList
6293         (checkPastePossible): simplify for ParagraphList
6294         (checkPastePossible): remove unused arg
6295
6296         * ParagraphList.C (insert): handle the case where there are no
6297         paragraphs yet.
6298
6299         * CutAndPaste.h: make CutAndPaste a namespace.
6300
6301         * text3.C (dispatch): adjust
6302
6303         * text.C (breakParagraph): add a ParagraphList as arg
6304
6305         * paragraph_funcs.C (breakParagraph): change to take a
6306         BufferParams and a ParagraphList as args.
6307         (breakParagraphConservative): ditto
6308         (mergeParagraph): ditto
6309         (TeXDeeper): add a ParagraphList arg
6310         (TeXEnvironment): ditto
6311         (TeXOnePar): ditto
6312
6313         * buffer.C (readLyXformat2): adjust
6314         (insertStringAsLines): adjust
6315         (latexParagraphs): adjust
6316
6317         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6318         (cutSelection): adjust
6319         (pasteSelection): adjust
6320
6321         * BufferView_pimpl.C (insertInset): adjust
6322
6323 2003-03-05  Angus Leeming  <leeming@lyx.org>
6324
6325         * commandtags.h:
6326         * LyXAction.C (init):
6327         * BufferView_pimpl.C (dispatch):
6328         * lyxfunc.C (getStatus):
6329         remove LFUN_CHILD_INSERT.
6330
6331         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6332
6333 2003-03-05  Angus Leeming  <leeming@lyx.org>
6334
6335         * commandtags.h:
6336         * LyXAction.C (init):
6337         * src/factory.C (createInset):
6338         * lyxfunc.C (getStatus):
6339         * text3.C (dispatch):
6340         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6341
6342         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6343
6344 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6345
6346         * ParagraphList.C (insert): handle insert right before end()
6347         (erase): fix cases where it can be first or last paragraph.
6348
6349 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6350
6351         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6352         Paragraph::next and Paragraph::previous
6353         (TeXOnePar): ditto
6354
6355         * text.C (breakParagraph): adjust
6356
6357         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6358         BufferParams& as arg.
6359         (breakParagraph): use ParagraphList::insert
6360         (breakParagraphConservative): take a Buffer* instead of a
6361         BufferParams& as arg.
6362         (breakParagraphConservative): use ParagraphList::insert.
6363
6364         * buffer.C (insertStringAsLines): un-const it
6365         (insertStringAsLines): adjust
6366
6367         * ParagraphList.C (insert): new function
6368
6369         * CutAndPaste.C (pasteSelection): adjust
6370
6371         * text.C (backspace): adjust
6372
6373         * tabular.C (SetMultiColumn): adjust
6374
6375         * CutAndPaste.C (cutSelection): adjust
6376         (pasteSelection): adjust
6377
6378         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6379         Buffer const * as arg
6380
6381         * ParagraphList.C (erase): new function
6382         * paragraph_funcs.C (mergeParagraph): use it
6383         (mergeParagraph): make it take a Buffer* instead of a
6384         BufferParams* as arg
6385
6386         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6387         as arg
6388         (breakParagraphConservative): ditto
6389
6390         * paragraph.h: remove the breakParagraph friend
6391
6392         * paragraph.C (eraseIntern): new function
6393         (setChange): new function
6394
6395         * paragraph_funcs.C (mergeParagraph): make it take a
6396         ParagraphList::iterator instead of a Paragraph *, adjust
6397         accordingly.
6398
6399         * paragraph.h: move an #endif so that the change tracking stuff
6400         also works in the NO_NEXT case.
6401
6402 2003-03-04  Angus Leeming  <leeming@lyx.org>
6403
6404         * commandtags.h:
6405         * LyXAction.C: new LFUN_INSET_MODIFY.
6406
6407         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6408         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6409
6410 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6411
6412         * several files: ws changes only
6413
6414         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6415         (TeXEnvironment): ditto
6416         (TeXDeeper): ditto
6417
6418         * buffer.C (makeLaTeXFile): adjust
6419         (latexParagraphs): make it take ParagraphList::iterator as args
6420
6421 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6422
6423         * buffer.C (latexParagraphs): adjust
6424
6425         * paragraph.C (TeXOnePar): move function...
6426         (optArgInset): move function...
6427         (TeXEnvironment): move function...
6428         * paragraph_pimpl.C (TeXDeeper): move function...
6429         * paragraph_funcs.C: ...here
6430
6431         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6432
6433 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6434
6435         * buffer.C (readInset): remove compability code for old Figure and
6436         InsetInfo insets
6437
6438 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6439
6440         * buffer.C: ws changes
6441         (readInset):
6442
6443         * BufferView_pimpl.C: ditto
6444         * author.C: ditto
6445         * buffer.h: ditto
6446         * bufferlist.h: ditto
6447         * changes.h: ditto
6448         * lyxfunc.C: ditto
6449
6450 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6451
6452         * converter.[Ch]: split into itself +
6453         * graph.[Ch]
6454         * format.[Ch]
6455         * Makefile.am: += graph.[Ch] + format.[Ch]
6456         * MenuBackend.C
6457         * buffer.C
6458         * exporter.C
6459         * importer.C
6460         * lyx_main.C
6461         * lyxfunc.C
6462         * lyxrc.C: added #include "format.h"
6463
6464 2003-02-27  Angus Leeming  <leeming@lyx.org>
6465
6466         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6467           a label.
6468
6469         * factory.C (createInset): add "label" to the factory.
6470
6471         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6472           string and do no more.
6473
6474 2003-02-27  Angus Leeming  <leeming@lyx.org>
6475
6476         * commandtags.h:
6477         * LyXAction.C (init):
6478         * factory.C (createInset):
6479         * BufferView_pimpl.C (dispatch):
6480           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6481
6482         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6483
6484         * lyxfunc.C (dispatch):
6485         * text3.C (dispatch): pass name to params2string.
6486
6487 2003-02-26  Angus Leeming  <leeming@lyx.org>
6488
6489         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6490           blocks together.
6491           Rearrange the ~includes. Strip out the unnecessary ones.
6492
6493         * factory.C (createInset): reformat.
6494           create new insets for the various LFUN_XYZ_APPLY lfuns.
6495
6496 2003-02-26  John Levon  <levon@movementarian.org>
6497
6498         * lyxrow.h:
6499         * lyxrow.C: add isParStart,isParEnd helpers
6500
6501         * paragraph.h: make isInserted/DeletedText take refs
6502
6503         * paragraph_funcs.h:
6504         * paragraph_funcs.C: remove #if 0'd code
6505
6506         * lyxtext.h:
6507         * text3.C:
6508         * text2.C:
6509         * text.C: use lyxrow helpers above.
6510           Move draw and paint routines to RowPainter.
6511           Make several methods use refs not pointers.
6512           Make backgroundColor() const.
6513           Add markChangeInDraw(), isInInset().
6514           Merge changeRegionCase into changeCase.
6515           Make workWidth() shouldn't-happen code into an Assert.
6516
6517         * rowpainter.h:
6518         * rowpainter.C: new class for painting a row.
6519
6520         * vspace.h:
6521         * vspace.C: make inPixels take a ref
6522
6523 2003-02-26  Angus Leeming  <leeming@lyx.org>
6524
6525         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6526         LFUN_REF_APPLY.
6527
6528 2003-02-25  John Levon  <levon@movementarian.org>
6529
6530         * ispell.C: give the forked command a more accurate name
6531
6532 2003-02-22  John Levon  <levon@movementarian.org>
6533
6534         * toc.h:
6535         * toc.C: make TocItem store an id not a Paragraph *
6536           (bug #913)
6537
6538 2003-02-21  Angus Leeming  <leeming@lyx.org>
6539
6540         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6541           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6542           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6543           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6544           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6545           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6546
6547         * BufferView_pimpl.C (dispatch):
6548         * LyXAction.C (init):
6549         * factory.C (createInset):
6550         * lyxfunc.C (getStatus, dispatch):
6551         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6552
6553 2003-02-21  Angus Leeming  <leeming@lyx.org>
6554
6555         * BufferView_pimpl.C (MenuInsertLyXFile):
6556         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6557         * lyxfunc.C (menuNew, open, doImport):
6558           no longer pass a LyXView & to fileDlg.
6559
6560 2003-02-21  Angus Leeming  <leeming@lyx.org>
6561
6562         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6563         * LyXAction.C: change, BIBKEY to BIBITEM.
6564         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6565         Change InsetBibKey to InsetBibitem.
6566         Change BIBKEY_CODE to BIBITEM_CODE.
6567         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6568         * factory.C: replace insetbib.h with insetbibitem.h.
6569         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6570         * paragraph.C: replace insetbib.h with insetbibitem.h.
6571         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6572         Change bibkey() to bibitem().
6573         * text.C: remove insetbib.h.
6574         * text2.C: replace insetbib.h with insetbibitem.h.
6575         change bibkey() to bibitem().
6576         * text3.C: remove insetbib.h.
6577         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6578
6579 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6580
6581         * lyxrc.C (output): enclose user email in quotes (in case there are
6582         several words)
6583
6584 2003-02-18  John Levon  <levon@movementarian.org>
6585
6586         * buffer.h: add std::
6587
6588 2003-02-17  John Levon  <levon@movementarian.org>
6589
6590         * SpellBase.h:
6591         * ispell.h:
6592         * ispell.C:
6593         * pspell.h:
6594         * pspell.C: reworking. Especially in ispell, a large
6595           number of clean ups and bug fixes.
6596
6597         * lyxfunc.C: fix revert to behave sensibly
6598
6599 2003-02-17 André Pönitz <poenitz@gmx.net>
6600
6601         * LyXAction.C:
6602         * commandtags.h: new LFUN_INSERT_BIBKEY
6603
6604         * layout.h:
6605         * lyxlayout.C:
6606         * buffer.C:
6607         * factory.C:
6608         * text.C:
6609         * text2.C:
6610         * text3.C:
6611         * paragraph.[Ch]:
6612         * paragraph_func.C: remove special bibkey handling
6613
6614 2003-02-17  John Levon  <levon@movementarian.org>
6615
6616         * text.C (Delete): fix case where delete at the end of
6617           the very first paragraph would not merge the pars
6618
6619 2003-02-17  John Levon  <levon@movementarian.org>
6620
6621         * lyxrow.C: fix lastPrintablePos()
6622
6623 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6624
6625         * bufferparams.C (writeLaTeX): add a std:here
6626
6627         * buffer.C: and remove a using directive there
6628
6629 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6630
6631         * buffer.C (makeLaTeXFile): move the code that generates the
6632           preamble...
6633
6634         * bufferparams.C (writeLaTeX): ... in this new method
6635
6636         * LaTeXFeatures.C (getEncodingSet): make const
6637           (getLanguages): make const
6638
6639         * MenuBackend.C (binding): returns the binding associated to this
6640           action
6641           (add): sets the status of each item by calling getStatus. Adds
6642           some intelligence.
6643           (read): add support for OptSubMenu
6644           (expand): remove extra separator at the end of expanded menu
6645
6646 2003-02-15  John Levon  <levon@movementarian.org>
6647
6648         * BufferView.C:
6649         * BufferView_pimpl.C:
6650         * bufferlist.h:
6651         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6652           inset code that had no actual effect. Remove unneeded status
6653           code.
6654
6655 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6656
6657         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6658           in preamble
6659
6660 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6661
6662         * text.C (drawLengthMarker): also draw an arrow marker for
6663           symbolic lengths (medskip...)
6664
6665 2003-02-14  John Levon  <levon@movementarian.org>
6666
6667         * tabular.h:
6668         * tabular.C: better method names
6669
6670 2003-02-14  John Levon  <levon@movementarian.org>
6671
6672         * BufferView_pimpl.C:
6673         * bufferlist.C:
6674         * buffer.C:
6675         * converter.C:
6676         * lyx_cb.C:
6677         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6678           it's a more accurate name. Remove some pointless uses.
6679
6680 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6681
6682         * text2.C (LyXText): change order of initilizers to shut off
6683           warnings
6684
6685 2003-02-14  John Levon  <levon@movementarian.org>
6686
6687         * buffer.C: use ParIterator for getParFromID()
6688
6689         * paragraph.h:
6690         * paragraph.C:
6691         * paragraph_pimpl.h:
6692         * paragraph_pimpl.C: remove unused getParFromID()
6693
6694 2003-02-14  John Levon  <levon@movementarian.org>
6695
6696         * buffer.C: remove some very old #if 0'd parse code
6697
6698 2003-02-13  John Levon  <levon@movementarian.org>
6699
6700         * text.h:
6701         * text.C:
6702         * text2.C: move hfillExpansion(), numberOfSeparators(),
6703           rowLast(), rowLastPrintable(), numberofHfills(),
6704           numberOfLabelHfills() ...
6705
6706         * lyxrow.h:
6707         * lyxrow.C: ... to member functions here.
6708
6709         * paragraph.h:
6710         * paragraph.C:
6711         * lyxtext.h:
6712         * text.C: remove LyXText::beginningOfMainBody(), and call
6713           p->beginningOfMainBody() directly. Move the check for
6714           LABEL_MANUAL into the latter.
6715
6716         * text.h:
6717         * text.C:
6718         * text2.C:
6719         * vspace.C:
6720         * BufferView.h:
6721         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6722
6723         * text.h:
6724         * text.C:
6725         * text2.C:
6726         * text3.C:
6727         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6728           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6729
6730 2003-02-13  John Levon  <levon@movementarian.org>
6731
6732         * CutAndPaste.C: remove debug
6733
6734 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6735
6736         * paragraph.C (asString): remove two unused variables
6737
6738         * lyxtextclass.C (readTitleType):
6739           (Read):
6740           (LyXTextClass): handle new members titletype_ and titlename_
6741
6742         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6743
6744 2003-02-09  John Levon  <levon@movementarian.org>
6745
6746         * buffer.h:
6747         * buffer.C: replace hand-coded list with a map for the dep clean
6748
6749 2003-02-08  John Levon  <levon@movementarian.org>
6750
6751         * LaTeX.C: consolidate code into showRunMessage() helper
6752
6753 2003-02-08  John Levon  <levon@movementarian.org>
6754
6755         * lyxfind.C:
6756         * lyxtext.h:
6757         * text2.C:
6758         * BufferView.C: change setSelectionOverString() to setSelectionRange()
6759           and pass the size in explicitly
6760
6761         * BufferView_pimpl.h:
6762         * BufferView_pimpl.C:
6763         * BufferView.h:
6764         * BufferView.C: add getCurrentChange()
6765
6766         * BufferView_pimpl.h:
6767         * BufferView_pimpl.C: handle change lfuns
6768
6769         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
6770           for changes. Mark pasted paragraphs as new.
6771
6772         * support/lyxtime.h:
6773         * support/lyxtime.C:
6774         * DepTable.C: abstract time_t as lyx::time_type
6775
6776         * LColor.h:
6777         * LColor.C: add colours for new text, deleted text, changebars
6778
6779         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
6780           package use "usenames" option.
6781
6782         * commandtags.h:
6783         * lyxfunc.C:
6784         * LyXAction.C: add change lfuns
6785
6786         * Makefile.am:
6787         * author.h:
6788         * author.C: author handling
6789
6790         * buffer.h:
6791         * buffer.C: add a per-buffer author list, with first entry as
6792           current author. Handle new .lyx tokens for change tracking. Output
6793           author list to .lyx file. Output dvipost stuff to .tex preamble.
6794           Bump lyx format to 222.
6795
6796         * bufferlist.h:
6797         * bufferlist.C: add setCurrentAuthor() to reset current author details
6798           in all buffers.
6799
6800         * bufferparams.h:
6801         * bufferparams.C: add param for tracking
6802
6803         * bufferview_funcs.C: output change info in minibuffer
6804
6805         * Makefile.am:
6806         * changes.h:
6807         * changes.C: add change-tracking structure
6808
6809         * debug.h:
6810         * debug.C: add CHANGES debug flag
6811
6812         * lyxfind.h:
6813         * lyxfind.C: add code for finding the next change piece
6814
6815         * lyxrc.h:
6816         * lyxrc.C: add user_name and user_email
6817
6818         * lyxrow.h:
6819         * lyxrow.C: add a metric for the top of the text line
6820
6821         * lyxtext.h:
6822         * text.C: implement accept/rejectChange()
6823
6824         * lyxtext.h:
6825         * text.C: paint changebars. Paint new/deleted text in the chosen
6826         colours. Strike through deleted text.
6827
6828         * paragraph.h:
6829         * paragraph.C:
6830         * paragraph_pimpl.h:
6831         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
6832           in the current change to the insert functions. Rework erase to
6833           mark text as deleted, adding an eraseIntern() and a range-based
6834           erase(). Implement per-paragraph change lookup and
6835           accept/reject.
6836
6837         * paragraph_funcs.C: Fixup paste for change tracking.
6838
6839         * tabular.C: mark added row/columns as new.
6840
6841         * text.C: fix rowLast() to never return -1. Don't allow
6842           spellchecking of deleted text. Track transpose changes. Don't
6843           allow paragraph break or merge where appropriate.
6844
6845         * text2.C: leave cursor at end of selection after a cut.
6846
6847 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6848
6849         * text.C (getLengthMarkerHeight):
6850         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
6851         visible on screen too.
6852
6853 2003-02-07  John Levon  <levon@movementarian.org>
6854
6855         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
6856
6857 2003-02-05  Angus Leeming  <leeming@lyx.org>
6858
6859         * lyxserver.C (read_ready): revert my patch of 11 September last year
6860         as it sends PC cpu through the roof. Presumably this means that
6861         the lyxserver will no longer run on an Alpha...
6862
6863 2003-01-30  Angus Leeming  <leeming@lyx.org>
6864
6865         * factory.C (createInset): create an InsetCommandParam of type "index"
6866         and use it to 'do the right thing'.
6867
6868         * text2.C (getStringToIndex): ensure that cursor position is always
6869         reset to the reset_cursor position.
6870
6871 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6872
6873         * lyxfunc.C (getStatus): "buffer-export custom" should never be
6874         disabled.
6875
6876 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
6877
6878         * bufferview.C:
6879         * lyxcb.C:
6880         * lyxfunc.C: Output messages with identical spelling, punctuation,
6881         and spaces
6882
6883 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
6884
6885         * MenuBackend.C (expandFormats): List only viewable export formats
6886         in "View" menu
6887
6888         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
6889         message
6890
6891         * lyxfunc.C (getStatus): Make sure that formats other than
6892         "fax" can also be disabled
6893
6894 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6895
6896         * text3.C (dispatch): put the lfuns that insert insets in 3
6897         groups, and call doInsertInset with appropriate arguments.
6898         (doInsertInset): new function, that creates an inset and inserts
6899         it according to some boolean parameters.
6900
6901 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6902
6903         * buffer.C (readFile): remember to pass on 'par' when calling
6904         readFile recursively.
6905
6906 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6907
6908         * MenuBackend.C (expandFormats): add "..." to import formats.
6909
6910 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6911
6912         * paragraph.C (asString): Remove XForms RTL hacks.
6913
6914 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
6915         * buffer.C: fix typo
6916
6917 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6918
6919         * Makefile.am (LIBS): delete var
6920         (lyx_LDADD): add @LIBS@ here instead.
6921
6922 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
6923
6924         * Clarify the meaning of "wheel mouse jump"
6925
6926 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6927
6928         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
6929         tabular in a float
6930
6931 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6932
6933         * importer.C (Loaders): do not preallocate 3 elements in the
6934         vector, since one ends up with 6 elements otherwise
6935
6936 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6937
6938         * DepTable.C (write): write the file name as last element of the
6939         .dep file (because it may contain spaces)
6940         (read): read info in the right order
6941
6942 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6943
6944         * paragraph_pimpl.C (simpleTeXBlanks):
6945         (simpleTeXSpecialChars):
6946         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
6947
6948         * tabular.C (latex): add some missing case statements. Reindent.
6949
6950         * MenuBackend.C (expandToc): remove unused variable.
6951
6952 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
6953
6954         * LColor.C:
6955         * LaTeX.C:
6956         * LyXAction.C:
6957         * MenuBackend.C:
6958         * buffer.C:
6959         * exporter.C:
6960         * lyxfunc.C:
6961         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
6962         and the like.
6963
6964 2003-01-05  John Levon  <levon@movementarian.org>
6965
6966         * BufferView.h:
6967         * BufferView.C: add getEncoding()
6968
6969         * kbsequence.h:
6970         * kbsequence.C: do not store last keypress
6971
6972         * lyxfunc.h:
6973         * lyxfunc.C: store last keypress here instead. Pass encoding
6974           to getISOEncoded()
6975
6976 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6977
6978         * lyx_main.C (init): remove annoying error message when following
6979         symbolic links (bug #780)
6980
6981 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6982
6983         * text.C (insertChar):
6984         * lyxrc.C (getDescription): remove extra spaces
6985
6986 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6987
6988         * lyxrc.C (getDescription): remove extra spaces
6989
6990 2002-12-20  John Levon  <levon@movementarian.org>
6991
6992         * text3.C: hack fix for page up/down across tall rows
6993
6994 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6995
6996         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
6997         not been invoked
6998
6999 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7000
7001         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7002         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7003         thesaurus is not compiled in
7004
7005 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7006
7007         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7008
7009 2002-12-16  Angus Leeming  <leeming@lyx.org>
7010
7011         * lyxrc.[Ch]:
7012         * lyx_main.C (init): remove override_x_deadkeys stuff.
7013
7014 2002-12-12  John Levon  <levon@movementarian.org>
7015
7016         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7017           insert. Only remove shift modifier under strict
7018           circumstances.
7019
7020 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7021
7022         * MenuBackend.C (expandToc): fix crash.
7023
7024 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7025
7026         * MenuBackend.C (expandToc): gettext on float names.
7027
7028 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7029
7030         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7031         implement bool empty() [bug 490]
7032
7033 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7034
7035         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7036
7037 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7038
7039         * several files: ws changes
7040
7041 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7042
7043         * text2.C (setCounter): clean up a bit, use boost.format.
7044         (updateCounters): initialize par upon declaration.
7045
7046         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7047         if the layout exists. We do not just store the layout any more.
7048         (SwitchLayoutsBetweenClasses): use boost.format
7049
7050 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7051
7052         * converter.C (convert): if from and to files are the same, use a
7053         temporary files as intermediary
7054
7055 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7056
7057         * commandtags.h:
7058         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7059
7060 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7061
7062         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7063
7064 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7065
7066         * tabular.C (asciiPrintCell): use string(size, char) instead of
7067         explicit loop.
7068
7069         * sgml.C (openTag): fix order of arguments to string constructor
7070         (closeTag): ditto
7071
7072         * lyxfunc.C (dispatch): use boost.format
7073
7074         * lots of files: change "c" -> 'c'
7075
7076 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7077
7078         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7079
7080 2002-11-25  Angus Leeming  <leeming@lyx.org>
7081
7082         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7083
7084         * lyx_main.C (init): compile fix.
7085
7086 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7087
7088         * lyx_cb.C (start): boost.formatify
7089         do not include <iostream>
7090
7091         * lengthcommon.C: ws only
7092
7093         * boost-inst.C,BoostFormat.h: add more explict instantations
7094
7095 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7096
7097         * lots of files: handle USE_BOOST_FORMAT
7098
7099 2002-11-21  John Levon  <levon@movementarian.org>
7100
7101         * pspell.C: fix compile
7102
7103 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7104
7105         * lyxfunc.C (dispatch): use boost::format
7106         (open): ditto
7107         (doImport): ditto
7108
7109         * lyxfont.C (stateText): use boost::format
7110
7111         * lyx_main.C (LyX): use boost::format
7112         (init): ditto
7113         (queryUserLyXDir): ditto
7114         (readRcFile): ditto
7115         (parse_dbg): ditto
7116         (typedef boost::function): use the recommened syntax.
7117
7118         * importer.C (Import): use boost::format
7119
7120         * debug.C (showLevel): use boost::format
7121
7122         * converter.C (view): use boost::format
7123         (convert): ditto
7124         (move): ditto
7125         (scanLog): ditto
7126
7127         * bufferview_funcs.C (currentState): use boost::format
7128
7129         * bufferlist.C (emergencyWrite): use boost::format
7130
7131         * buffer.C (readLyXformat2): use boost::format
7132         (parseSingleLyXformat2Token): ditto
7133
7134         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7135
7136         * LaTeX.C (run): use boost::format
7137
7138         * Chktex.C (scanLogFile): use boost::format
7139
7140         * BufferView_pimpl.C (savePosition): use boost::format
7141         (restorePosition): ditto
7142         (MenuInsertLyXFile): ditto
7143
7144         * BoostFormat.h: help file for explicit instation.
7145
7146 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7147
7148         * tabular.C (latex): Support for block alignment in fixed width
7149         columns.
7150
7151 2002-11-17  John Levon  <levon@movementarian.org>
7152
7153         * BufferView_pimpl.C:
7154         * lyx_cb.C:
7155         * lyxfunc.C: split filedialog into open/save
7156
7157 2002-11-08  Juergen Vigna  <jug@sad.it>
7158
7159         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7160         by my last patch (hopefully).
7161
7162 2002-11-08  John Levon  <levon@movementarian.org>
7163
7164         * iterators.h:
7165         * iterators.C:
7166         * buffer.h:
7167         * buffer.C:
7168         * paragraph.h:
7169         * paragraph.C:
7170         * toc.h:
7171         * toc.C: ParConstIterator, and use it (from Lars)
7172
7173 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7174
7175         * lyxtextclass.[Ch]: revise and add doxygen comments
7176
7177 2002-11-07  John Levon  <levon@movementarian.org>
7178
7179         * text.C: fix progress value for spellchecker
7180
7181         * toc.C: fix navigate menu for insetwrap inside minipage
7182
7183         * paragraph_funcs.C: added FIXME for suspect code
7184
7185 2002-11-07  John Levon  <levon@movementarian.org>
7186
7187         * BufferView_pimpl.C: fix redrawing of insets
7188           on buffer switch
7189
7190 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7191
7192         * text2.C (updateCounters): fix bug 668
7193
7194 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7195
7196         * text3.C (dispatch): Do not make the buffer dirty when moving the
7197         cursor.
7198
7199 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7200
7201         * vc-backend.C: STRCONV
7202         (scanMaster): ditto
7203
7204         * text2.C (setCounter): STRCONV
7205
7206         * paragraph.C (asString): STRCONV
7207
7208         * lyxlength.C (asString): STRCONV
7209         (asLatexString): ditto
7210
7211         * lyxgluelength.C (asString): STRCONV
7212         (asLatexString): ditto
7213
7214         * lyxfunc.C (dispatch): STRCONV
7215         (open): ditto
7216
7217         * lyxfont.C (stateText): STRCONV
7218
7219         * importer.C (Import): STRCONV
7220
7221         * counters.C (labelItem): STRCONV
7222         (numberLabel): ditto
7223         (numberLabel): remove unused ostringstream o
7224
7225         * chset.C: STRCONV
7226         (loadFile): ditto
7227
7228         * bufferview_funcs.C (currentState): STRCONV
7229
7230         * buffer.C (readFile): STRCONV
7231         (asciiParagraph): ditto
7232         (makeLaTeXFile): ditto
7233
7234         * Spacing.C (writeEnvirBegin): STRCONV
7235
7236         * LaTeXFeatures.C (getLanguages): STRCONV
7237         (getPackages): ditto
7238         (getMacros): ditto
7239         (getBabelOptions): ditto
7240         (getTClassPreamble): ditto
7241         (getLyXSGMLEntities): ditto
7242         (getIncludedFiles): ditto
7243
7244         * LaTeX.C: STRCONV
7245         (run): ditto
7246         (scanAuxFile): ditto
7247         (deplog): ditto
7248
7249         * LString.h: add the STRCONV macros
7250
7251         * BufferView_pimpl.C (savePosition): STRCONV
7252         (restorePosition): ditto
7253         (MenuInsertLyXFile): ditto
7254
7255         * vc-backend.C (scanMaster): change from submatch[...] to
7256         submatch.str(...)
7257
7258         * funcrequest.C: include config.h
7259
7260         * factory.C: include config.h
7261
7262         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7263
7264         * box.C: include config.h
7265
7266         * LaTeX.C (scanAuxFile): change from submatch[...] to
7267         submatch.str(...)
7268         (deplog): ditto
7269
7270 2002-10-25  Angus Leeming  <leeming@lyx.org>
7271
7272         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7273
7274         * ispell.[Ch] (setError): new method.
7275         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7276         Use setError() insetead of goto END.
7277
7278         * lyx_cb.C (AutoSave): move out child process into new class
7279         AutoSaveBuffer.
7280
7281 2002-10-30  John Levon  <levon@movementarian.org>
7282
7283         * text3.C: make start appendix undoable
7284
7285 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7286
7287         * lyxlength.C (inPixels): Fix returned value.
7288
7289         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7290         environment.
7291
7292 2002-10-24  Angus Leeming  <leeming@lyx.org>
7293
7294         * lyxgluelength.h: no need to forward declare BufferParams
7295         or BufferView, so don't.
7296
7297 2002-10-21  John Levon  <levon@movementarian.org>
7298
7299         * BufferView.C: menuUndo ->undo, redo
7300
7301         * BufferView.h: document, remove dead, make some methods private
7302
7303         * paragraph_funcs.h:
7304         * paragraph_funcs.C:
7305         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7306
7307         * buffer.h:
7308         * buffer.C:
7309         * sgml.h:
7310         * sgml.C: move sgml open/close tag into sgml.C
7311
7312         * bufferview_funcs.h: unused prototype
7313
7314         * lyxfunc.h:
7315         * lyxfunc.C: remove unused
7316
7317         * lyxtext.h:
7318         * text.C: remove unused
7319
7320 2002-10-21  John Levon  <levon@movementarian.org>
7321
7322         * BufferView.h:
7323         * BufferView.C:
7324         * BufferView_pimpl.h:
7325         * BufferView_pimpl.C: fix mouse wheel handling based on
7326           patch from Darren Freeman
7327
7328 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7329
7330         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7331
7332 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7333
7334         * lyxlength.C (inPixels): Fix hanfling of negative length.
7335         Fix LyXLength::MU case.
7336
7337 2002-10-16  John Levon  <levon@movementarian.org>
7338
7339         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7340
7341 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7342
7343         * converter.C (view): add support for $$i (file name) and $$p
7344         (file path) for the viewer command. If $$i is not specified, then
7345         it is appended to the command (for compatibility with old syntax)
7346
7347 2002-10-14  Juergen Vigna  <jug@sad.it>
7348
7349         * undo_funcs.C (textHandleUndo): alter the order in which the
7350         new undopar is added to the LyXText, as we have to set first
7351         the right prev/next and then add it as otherwise the rebuild of
7352         LyXText is not correct. Also reset the cursor to the right paragraph,
7353         with this IMO we could remove the hack in "redoParagraphs()".
7354
7355 2002-10-09  Angus Leeming  <leeming@lyx.org>
7356
7357         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7358         to turn off an optimisation if a new inset is to be inserted.
7359
7360 2002-10-11 André Pönitz <poenitz@gmx.net>
7361
7362         * lyxtext.h: make some functions public to allow access
7363         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7364
7365 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7366
7367         * text3.C (dispatch): when changing layout, avoid an infinite loop
7368         [bug #652]
7369
7370 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7371
7372         * lyxrc.C (read): treat a viewer or converter command of "none" as
7373         if it were empty.
7374
7375         * MenuBackend.C (expandFormats): for an update, also allow the
7376         formats that are not viewable
7377
7378         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7379         script if it is newer than the lyxrc.defaults in user directory
7380
7381 2002-10-07 André Pönitz <poenitz@gmx.net>
7382
7383         * text.C: Vitaly Lipatov's small i18n fix
7384
7385 2002-09-25  Angus Leeming  <leeming@lyx.org>
7386
7387         * ispell.h: doxygen fix.
7388
7389 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7390
7391         * buffer.h (readFile): Add a new argument to the method, to allow
7392         reading of old-format templates.
7393
7394 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7395
7396         * toc.C (getTocList): Get TOC from InsetWrap.
7397
7398 2002-09-16  John Levon  <levon@movementarian.org>
7399
7400         * lyxfunc.C: check tabular for cut/copy too
7401
7402 2002-09-12  John Levon  <levon@movementarian.org>
7403
7404         * LyXAction.C: tidy
7405
7406         * factory.h:
7407         * factory.C: add header
7408
7409         * paragraph_funcs.h:
7410         * paragraph_funcs.C: cleanup
7411
7412 2002-09-11  John Levon  <levon@movementarian.org>
7413
7414         * PrinterParams.h: odd/even default to true
7415
7416 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7417
7418         * PrinterParams.h: update printer parameters for new xforms dialog
7419
7420 2002-09-11  Angus Leeming  <leeming@lyx.org>
7421
7422         * lyxserver.C (read_ready): re-write to make it more transparent
7423         and to make it work in coherent fashion under Tru64 Unix.
7424
7425 2002-09-11  André Pönitz <poenitz@gmx.net>
7426
7427         * commandtags.h:
7428         * LyXAction.C:
7429         * text3.C: implement LFUN_WORDSEL
7430
7431 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7432
7433         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7434         make floatlist_ a boost::shared_ptr<FloatList>
7435
7436         * lyxtextclass.C: include FloatList.h
7437         (LyXTextClass): initialize floatlist_
7438         (TextClassTags): add TC_NOFLOAT
7439         (Read): match "nofloat" to TC_NOFLOAT and use it.
7440         (readFloat): modify call to floatlist_
7441         (floats): ditto
7442         (floats): ditto
7443
7444         * FloatList.[Ch] (FloatList): remove commented out float
7445         initialization.
7446         (erase): new function
7447
7448 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7449
7450         * MenuBackend.C (expandToc): fix crash when there is no document
7451         open
7452
7453 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7454
7455         * many files: Add insetwrap.
7456
7457 2002-09-09  John Levon  <levon@movementarian.org>
7458
7459         * text2.C: remove confusing and awkward depth wraparound
7460
7461 2002-09-09  John Levon  <levon@movementarian.org>
7462
7463         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7464
7465         * buffer.h:
7466         * buffer.C: remove getIncludeonlyList()
7467
7468         * paragraph.C:
7469         * lyxfunc.C: remove headers
7470
7471 2002-09-09  Juergen Vigna  <jug@sad.it>
7472
7473         * text.C (getColumnNearX): fix form Michael this is most
7474         probably a cut&paste bug.
7475
7476 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7477
7478         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7479
7480         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7481         references, ws changes.
7482
7483         * text2.C (init): update counters after init
7484         (insertParagraph): no need to set counter on idividual paragraphs.
7485         (setCounter): access the counters object in the textclass object
7486         on in the buffer object.
7487         (updateCounters): ditto
7488
7489         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7490         shared_ptr<Counters> to avoid loading counters.h in all
7491         compilation units.
7492         (LyXTextClass): initialize ctrs_
7493         (TextClassTags): add TC_COUNTER, and ...
7494         (Read): use it here.
7495         (CounterTags): new tags
7496         (readCounter): new function
7497         (counters): new funtion
7498         (defaultLayoutName): return a const reference
7499
7500         * counters.C (Counters): remove contructor
7501         (newCounter): remove a couple of unneeded statements.
7502         (newCounter): simplify a bit.
7503         (numberLabel): some small formatting changes.
7504
7505         * buffer.[Ch]: remove all traces of counters, move the Counters
7506         object to the LyXTextClass.
7507
7508 2002-09-06  Alain Castera  <castera@in2p3.fr>
7509
7510         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7511         package to set the horizontal alignment on fixed width columns.
7512
7513         * lyx_sty.C:
7514         * lyx_sty.h: added tabularnewline macro def.
7515
7516         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7517
7518 2002-09-06  John Levon  <levon@movementarian.org>
7519
7520         * LyXAction.C: tooltips for sub/superscript
7521
7522         * MenuBackend.C: a bit more verbose
7523
7524         * lyxfunc.C: tiny clean
7525
7526         * undo_funcs.C: document undo_frozen
7527
7528 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7529
7530         * counters.C (Counters): add missing algorithm counter.
7531
7532         * text2.C (setCounter): lookup the counter with layouts latexname
7533         instead of by section number.
7534         (setCounter): use a hackish way to lookup the correct enum
7535         counter.
7536         a float name->type change
7537         reset enum couners with counter name directly instead of depth value.
7538
7539         * counters.C (Counters): remove the push_backs, change to use the
7540         float type not the float name.
7541         (labelItem): remove unused string, float name->type change
7542
7543         * counters.h: don't include vector, loose the enums and sects vectors
7544
7545 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7546
7547         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7548         (Read): add float->TC_FLOAT to textclassTags
7549         (Read): and handle it in the switch
7550         (readFloat): new function
7551
7552         * FloatList.C (FloatList): comment out the hardcoded float
7553         definitions.
7554
7555         * lyxlayout.h: ws change.
7556
7557 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7558
7559         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7560
7561 2002-09-03  Angus Leeming  <leeming@lyx.org>
7562
7563         * BufferView_pimpl.h: qualified name is not allowed in member
7564         declaration: WorkArea & Pimpl::workarea() const;
7565
7566         * factory.C: added using std::endl directive.
7567
7568         * text3.C: added using std::find and std::vector directives.
7569
7570 2002-08-29  André Pönitz <poenitz@gmx.net>
7571
7572         * lyxtext.h:
7573         * text2.C: remove unused member number_of_rows
7574
7575         * Makefile.am:
7576         * BufferView2.C: remove file, move contents to...
7577         * BufferView.C: ... here
7578
7579         * BufferView_pimpl.C:
7580         * factory.C: move more inset creation to factory
7581
7582         * vspace.C: avoid direct usage of LyXText, ws changes
7583
7584         * BufferView.[Ch]:
7585                 don't provide direct access to WorkArea, use two simple
7586                 acessors haveSelction() and workHeight() instead
7587
7588
7589 2002-08-29  John Levon  <levon@movementarian.org>
7590
7591         * BufferView_pimpl.C (dispatch): do not continue when
7592           no buffer
7593
7594 2002-08-28  André Pönitz <poenitz@gmx.net>
7595
7596         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7597
7598         * BufferView.h:
7599         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7600
7601 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7602
7603         * buffer.C: increment LYX_FORMAT to 221
7604
7605         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7606         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7607
7608         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7609
7610         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7611
7612 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7613
7614         * factory.C (createInset): use LyXTextClass::floats
7615
7616         * MenuBackend.C (expandFloatListInsert):
7617         (expandFloatInsert):
7618         (expandToc):
7619
7620         * text2.C (setCounter):
7621
7622         * LaTeXFeatures.C (useFloat):
7623         (getFloatDefinitions):
7624
7625         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7626
7627         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7628         floatlist_, with accessor floats().
7629
7630         * FloatList.h: remove global FloatList
7631
7632 2002-08-26  André Pönitz <poenitz@gmx.net>
7633
7634         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7635
7636         * BufferView.h:
7637         * BufferView2.C:
7638         * BufferView_pimpl.C:
7639         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7640
7641 2002-08-25  John Levon  <levon@movementarian.org>
7642
7643         * LyXAction.C: fix margin note description
7644
7645 2002-08-24  John Levon  <levon@movementarian.org>
7646
7647         * buffer.C:
7648         * bufferlist.C:
7649         * bufferview_funcs.C:
7650         * lyxfont.C:
7651         * undo_funcs.C: cleanups
7652
7653         * lyxfunc.C: disable CUT/COPY when no selection
7654
7655 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7656
7657         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7658         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7659
7660         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7661         Add backward compatibility to "mono", "gray" and "no".
7662
7663 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7664
7665         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7666         (and file_format >= 200).
7667
7668 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7669
7670         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7671
7672 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7673
7674         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7675
7676 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7677
7678         * BufferView_pimpl.C:
7679         * LyXAction.C:
7680         * buffer.C:
7681         * commandtags.h:
7682         * lyxfunc.C:
7683         * paragraph.[Ch]:
7684         * text2.C:
7685         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7686         inset and code to make it  work with the paragraph code. The inset
7687         can be anywhere in the paragraph, but will only do the expected
7688         thing in LaTeX if the layout file contains the parameter line
7689                         OptionalArgs    1
7690         (or more generally, a nonzero value) for that layout.
7691
7692 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7693
7694         * paragraph.h: remove the declaration of undefined counters class
7695         function.
7696
7697 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7698
7699         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7700         Dr. Richard Hawkins.
7701
7702 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7703
7704         * paragraph_funcs.h: remove some unneeded includes
7705
7706         * text.C (backspace): pasteParagraph now in global scipe
7707
7708         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7709         (pasteSelection): ditto
7710
7711         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7712         * paragraph_funcs.C (pasteParagraph): ... here
7713
7714 2002-08-20  André Pönitz <poenitz@gmx.net>
7715
7716         * commandtags.h: new LFUNs for swapping/copying table row/colums
7717
7718         * LyXAction.C:
7719         * lyxfunc.C: support for new lfuns
7720
7721 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7722
7723         * tabular.C:
7724         * buffer.[Ch]: remove NO_COMPABILITY stuff
7725
7726 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7727
7728         * boost.C (throw_exception): new file, with helper function for
7729         boost compiled without exceptions.
7730
7731         * paragraph.h:
7732         * lyxlength.C:
7733         * buffer.C:
7734         * ParameterStruct.h:
7735         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7736
7737         * bufferlist.C (emergencyWriteAll): use boost bind
7738
7739         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7740
7741         * text.C: include paragraph_funcs.h
7742         (breakParagraph): breakParagraph is now in global scope
7743
7744         * paragraph_funcs.[Ch]: new files
7745
7746         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7747         global scope
7748
7749         * buffer.C: include paragraph_funcs.h
7750         (insertStringAsLines): breakParagraph is now in global scope
7751
7752         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
7753         paragraph_funcs.C
7754
7755         * CutAndPaste.C: include paragraph_funcs.h
7756         (cutSelection): breakParagraphConservative is now in global scope
7757         (pasteSelection): ditto
7758
7759         * buffer.h: declare oprator== and operator!= for
7760         Buffer::inset_iterator
7761
7762         * bufferlist.C (emergencyWrite): don't use fmt(...)
7763
7764         * text3.C: add using std::endl
7765
7766         * BufferView.C (moveCursorUpdate): remove default arg
7767
7768 2002-08-20  André Pönitz <poenitz@gmx.net>
7769
7770         * buffer.[Ch]: move inline functions to .C
7771
7772         * BufferView2.C:
7773         * BufferView_pimpl.C:
7774         * text.C:
7775         * buffer.[Ch]: use improved inset_iterator
7776
7777         * buffer.C:
7778         * paragraph.[Ch]: write one paragraph at a time
7779
7780 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
7781
7782         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
7783         style if style is not specified.
7784
7785 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7786
7787         * text2.C (setCounter): when searching for right label for a
7788         caption, make sure to recurse to parent insets (so that a caption
7789         in a minipage in a figure float works) (bug #568)
7790
7791 2002-08-20  André Pönitz <poenitz@gmx.net>
7792
7793         * text3.C: new file for LyXText::dispatch() and helpers
7794
7795         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
7796
7797         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
7798
7799 2002-08-19  André Pönitz <poenitz@gmx.net>
7800
7801         * lyxtext.h:
7802         * text.C: new LyXText::dispatch()
7803
7804         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
7805
7806 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
7807
7808         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
7809
7810         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
7811         Hebrew text.
7812
7813 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7814
7815         * Makefile.am: use $(variables) instead of @substitutions@
7816
7817 2002-08-15  André Pönitz <poenitz@gmx.net>
7818
7819         * lyxfunc.C:
7820         * BufferView_pimpl.C: streamlining mathed <-> outer world
7821         interaction
7822
7823         * commandtags.h:
7824         * LyXAction.C: remove unused LFUN_MATH
7825
7826 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7827
7828         * paragraph.[Ch]: add some NO_NEXT ifdefs.
7829
7830 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7831
7832         * paragraph.C (Paragraph): reformat a bit
7833         (cutIntoMinibuffer): use builtin InsetList function instad of
7834         doing it manually.
7835         (getInset): ditto
7836
7837         * buffer.C: include boost/bind.hpp, add using std::for_each
7838         (writeFileAscii): use ParagraphList iterators
7839         (validate): use for_each for validate traversal of paragraphs
7840         (getBibkeyList): use ParagraphList iterators
7841         (resizeInsets): use for_each to resizeInsetsLyXText for all
7842         paragraphs.
7843         (getParFromID): use ParagraphList iterators
7844
7845         * BufferView2.C (lockInset): use paragraph list and iterators
7846
7847 2002-08-14  John Levon  <levon@movementarian.org>
7848
7849         * lyxserver.C: remove spurious xforms include
7850
7851 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7852
7853         * lyxfunc.C (getStatus): disable math-extern outside of math mode
7854
7855 2002-08-13  André Pönitz <poenitz@gmx.net>
7856
7857         * LyXAction.[Ch]:
7858         * lyxfunc.C: further cleaning
7859
7860 2002-08-13  André Pönitz <poenitz@gmx.net>
7861
7862         * funcrequest.h: new constructor
7863
7864         * funcrequest.C: move stuff here from .h
7865
7866         * Makefile.am:
7867         * BufferView_pimpl.C:
7868         * LyXAction.C:
7869         * toc.C:
7870         * lyxfunc.C: subsequent changes
7871
7872         * lyxfunc.h: new view() member function
7873
7874         * lyxfunc.C: subsequent changes
7875
7876 2002-08-13  Angus Leeming  <leeming@lyx.org>
7877
7878         * BufferView2.C:
7879         * BufferView_pimpl.C:
7880         * buffer.C:
7881         * converter.C:
7882         * importer.C:
7883         * lyxfunc.C:
7884         * lyxvc.C:
7885         * toc.C:
7886         * vc-backend.C:
7887         changes due to the changed LyXView interface that now returns references
7888         to member variables not pointers.
7889
7890 2002-08-13  Angus Leeming  <leeming@lyx.org>
7891
7892         * WordLangTuple (word, lang_code): return references to strings,
7893         not strings.
7894
7895         * BufferView.h:
7896         * SpellBase.h:
7897         * lyxtext.h: forward-declare WordLangTuple.
7898
7899         * BufferView2.C:
7900         * ispell.C:
7901         * pspell.C:
7902         * text.C: #include "WordLangTuple.h".
7903
7904         * lyxtext.h:
7905         * text.C: (selectNextWordToSpellcheck): constify return type.
7906
7907 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
7908
7909         * buffer.C:
7910         * buffer.h:
7911         * lyxtext.h:
7912         * paragraph.C:
7913         * paragraph_pimpl.h:
7914         * text.C:
7915         * text2.C:
7916         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
7917         suggested by Angus.
7918         Made updateCounter always count from start of buffer, and removed
7919         second argument (par).
7920         Reverted floats number display to '#'. Perhaps I'll try again when the
7921         code base is sanitized a bit.
7922
7923 2002-08-12  Angus Leeming  <leeming@lyx.org>
7924
7925         * buffer.[Ch] (getLabelList): constify.
7926
7927 2002-08-07  André Pönitz <poenitz@gmx.net>
7928
7929         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
7930
7931         * funcrequest.h: extension to keep mouse (x,y) position
7932
7933 2002-08-12  Juergen Vigna  <jug@sad.it>
7934
7935         * BufferView2.C (insertErrors): forbid undo when inserting error
7936         insets.
7937
7938         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
7939
7940 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7941
7942         * ParagraphList.[Ch]: new files
7943
7944         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
7945
7946         * BufferView2.C (lockInset): ParagraphList changes
7947         * toc.C: ditto
7948         * text2.C: ditto
7949         * bufferlist.C: ditto
7950         * buffer.h: ditto
7951         * buffer.C: ditto
7952
7953 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7954
7955         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
7956         unused class variable counter_,
7957
7958         * paragraph.[Ch] (getFirstCounter): delete unused function
7959
7960         * counters.C: include LAssert.h
7961         (reset): add a new function with no arg, change other version to
7962         not have def. arg and to not allow empty arg.
7963
7964         * text2.C (setCounter): remove empty arg from call to Counters::reset
7965
7966 2002-08-11  John Levon  <levon@movementarian.org>
7967
7968         * Makefile.am: add WordLangTuple.h
7969
7970 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7971
7972         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
7973         lyxfunc.C lyxlex_pimpl.C: ws changes only.
7974
7975         * insets/insettext.C: InsetList changes
7976
7977         * graphics/GraphicsSupport.C (operator()): InsetList changes
7978
7979         * toc.C (getTocList): InsetList changes
7980
7981         * paragraph_pimpl.[Ch]: InsetList changes
7982
7983         * paragraph.[Ch]: InsetList changes
7984
7985         * buffer.C (inset_iterator): InsetList changes
7986         (setParagraph): ditto
7987         * buffer.h (inset_iterator): ditto
7988         * iterators.C (operator++): ditto
7989         * iterators.h: ditto
7990
7991         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
7992
7993         * InsetList.[Ch]: new files, most InsetList handling moved out of
7994         paragraph.C.
7995
7996         * BufferView2.C (removeAutoInsets): InsetList changes
7997         (lockInset): ditto
7998         (ChangeInsets): ditto
7999
8000 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8001
8002         * paragraph_pimpl.h (empty): new function
8003
8004         * paragraph.[Ch] (empty): new function
8005
8006         * other files: use the new Paragraph::empty function
8007
8008 2002-08-09  John Levon  <levon@movementarian.org>
8009
8010         * lyxtext.h: remove unused refresh_height
8011
8012 2002-08-09  John Levon  <levon@movementarian.org>
8013
8014         * Makefile.am:
8015         * sgml.h:
8016         * sgml.C:
8017         * buffer.C:
8018         * paragraph.h:
8019         * paragraph.C: move sgml char escaping out of paragraph
8020
8021         * paragraph.h:
8022         * paragraph.C: remove id setter
8023
8024         * buffer.C:
8025         * paragraph.C:
8026         * paragraph_pimpl.C: remove dead tex_code_break_column
8027
8028         * bufferview_funcs.C: small cleanup
8029
8030         * lyxfunc.C: remove dead proto
8031
8032         * lyxtext.h: make some stuff private. Remove some dead stuff.
8033
8034         * lyxgluelength.C: make as[LyX]String() readable
8035
8036 2002-08-08  John Levon  <levon@movementarian.org>
8037
8038         * LyXAction.h:
8039         * LyXAction.C:
8040         * MenuBackend.C:
8041         * ToolbarDefaults.C:
8042         * lyxfunc.C:
8043         * lyxrc.C:
8044         * toc.C: lyxaction cleanup
8045
8046 2002-08-08  John Levon  <levon@movementarian.org>
8047
8048         * BufferView2.C: small cleanup
8049
8050         * lyxfind.h:
8051         * lyxfind.C: move unnecessary header into the .C
8052
8053 2002-08-08  John Levon  <levon@movementarian.org>
8054
8055         * funcrequest.h: just tedious nonsense
8056
8057         * lyx_main.h:
8058         * lyx_main.C: cleanups
8059
8060         * buffer.C:
8061         * vspace.C: remove dead header lyx_main.h
8062
8063 2002-08-07  Angus Leeming  <leeming@lyx.org>
8064
8065         * Paragraph.[Ch]:
8066         * paragraph_pimpl.h:
8067         Forward declare class Counters in paragraph.h by moving the ctrs member
8068         variable into Paragraph::Pimpl.
8069         (counters): new method, returning a reference to pimpl_->ctrs.
8070
8071         * text2.C: ensuing changes.
8072
8073 2002-08-07  John Levon  <levon@movementarian.org>
8074
8075         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8076
8077         * BufferView_pimpl.C: announce X selection on double/triple
8078           click
8079
8080         * lyx_main.C: use correct bool in batch dispatch
8081
8082         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8083
8084 2002-08-07  André Pönitz <poenitz@gmx.net>
8085
8086         * funcrequest.h: new class to wrap a kb_action and its argument
8087
8088         * BufferView.[Ch]:
8089         * BufferView_pimpl[Ch]:
8090         * LaTeX.C:
8091         * LyXAction.[Ch]:
8092         * lyxfunc.[Ch]:
8093         * lyxrc.C: subsequent changes
8094
8095
8096 2002-08-07  John Levon  <levon@movementarian.org>
8097
8098         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8099           document options change.
8100
8101 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8102
8103         * counters.[Ch]
8104         * text2.C
8105         * paragraph.[Ch]
8106         * makefile.am: move counters functionality over from
8107         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8108
8109 2002-08-06  John Levon  <levon@movementarian.org>
8110
8111         * WordLangTuple.h: new file for word + language code tuple
8112
8113         * SpellBase.h:
8114         * pspell.h:
8115         * pspell.C:
8116         * ispell.h:
8117         * ispell.C:
8118         * lyxtext.h:
8119         * text.C:
8120         * text2.C:
8121         * BufferView.h:
8122         * BufferView2.C: use WordLangTuple
8123
8124         * layout.h:
8125         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8126
8127 2002-08-06  John Levon  <levon@movementarian.org>
8128
8129         * lyx_main.C: fix cmdline batch handling
8130
8131 2002-08-06  André Pönitz <poenitz@gmx.net>
8132
8133         * lyxrc.C: set default for show_banner to true
8134
8135 2002-08-06  John Levon  <levon@movementarian.org>
8136
8137         * pspell.C: fix a crash, and allow new aspell to work
8138
8139 2002-08-06  John Levon  <levon@movementarian.org>
8140
8141         * lyxfunc.C:
8142         * kbmap.C: small cleanup
8143
8144         * vspace.h:
8145         * vspace.C: add const
8146
8147 2002-08-05  John Levon  <levon@movementarian.org>
8148
8149         * LyXAction.C: back to tabular-insert
8150
8151 2002-08-04  John Levon  <levon@movementarian.org>
8152
8153         * BufferView.h:
8154         * BufferView.C: cosmetic change
8155
8156         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8157
8158         * bufferlist.C:
8159         * buffer.h:
8160         * buffer.C:
8161         * lyxcb.h:
8162         * lyxcb.C:
8163         * lyxserver.C:
8164         * lyxvc.C:
8165         * vc-backend.C:
8166         * BufferView2.C: purge all "Lyx" not "LyX" strings
8167
8168         * lyxcursor.h:
8169         * lyxcursor.C: attempt to add some documentation
8170
8171         * lyxfunc.C:
8172         * commandtags.h:
8173         * LyXAction.C:
8174         * ToolbarDefaults.C:
8175         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8176           merge with LFUN_TABULAR_INSERT
8177
8178         * Makefile.am:
8179         * SpellBase.h:
8180         * ispell.h:
8181         * ispell.C:
8182         * pspell.h:
8183         * pspell.C: split up i/pspell implementations into separate
8184           files, many cleanups
8185
8186         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8187
8188         * text2.C: some cleanup
8189
8190         * lyxfunc.C: don't check for isp_command == "none" any more, it
8191           didn't make any sense
8192
8193 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8194
8195         * counters.[Ch]
8196         * text2.C
8197         * paragraph.[Ch]
8198         * makefile.am: move counters functionality over
8199         from text2.C/paragraph.[Ch] to counters.[Ch], and
8200         make proper C++.
8201 2002-08-02  John Levon  <levon@movementarian.org>
8202
8203         * buffer.C: s/lyxconvert/lyx2lyx/
8204
8205 2002-08-02  Angus Leeming  <leeming@lyx.org>
8206
8207         * lyxlex.C: revert John's change as it breaks reading of the user
8208         preamble.
8209
8210 2002-08-02  Angus Leeming  <leeming@lyx.org>
8211
8212         * importer.C (Import):
8213         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8214         changes due to LyXView::view() now returning a boost::shared_ptr.
8215
8216 2002-08-02  John Levon  <levon@movementarian.org>
8217
8218         * lyxlex.C: small cleanup
8219
8220 2002-08-02  John Levon  <levon@movementarian.org>
8221
8222         * text2.C (status): small cleanup, no logic change
8223
8224 2002-08-01  John Levon  <levon@movementarian.org>
8225
8226         * buffer.h:
8227         * buffer.C (writeFile): don't output alerts, caller
8228           handles this
8229
8230         * bufferlist.C:
8231         * lyx_cb.C: from above
8232
8233         * lyxfunc.C: allow to open non-existent files
8234
8235 2002-07-31  John Levon  <levon@movementarian.org>
8236
8237         * lyxserver.C: don't let incidental errors get
8238           in the way (errno)
8239
8240 2002-07-30  John Levon  <levon@movementarian.org>
8241
8242         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8243
8244 2002-07-30  John Levon  <levon@movementarian.org>
8245
8246         * lyxserver.h:
8247         * lyxserver.C: remove I/O callback too
8248
8249 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8250
8251         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8252         log.
8253
8254 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8255
8256         * many files: strip,frontStrip -> trim,ltrim,rtrim
8257
8258 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8259
8260         * PrinterParams.h: remove extern containsOnly, and include
8261         support/lstrings.h instead.
8262
8263         * LaTeX.C (scanAuxFile): modify because of strip changes
8264         (deplog): ditto
8265         * buffer.C (makeLaTeXFile): ditto
8266         * bufferparams.C (writeFile): ditt
8267         * lyxfont.C (stateText): ditto
8268         * lyxserver.C (read_ready): ditto
8269         * vc-backend.C (scanMaster): ditto
8270
8271         * BufferView_pimpl.h: ws changes
8272
8273         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8274
8275 2002-07-26  André Pönitz <poenitz@gmx.net>
8276
8277         * kb_sequence.C: remove unnedred usings
8278
8279 2002-07-26  Juergen Vigna  <jug@sad.it>
8280
8281         * lyxfind.C (LyXReplace): we have to check better if the returned
8282         text is not of theLockingInset()->getLockingInset().
8283
8284 2002-07-25  Juergen Vigna  <jug@sad.it>
8285
8286         * lyxfind.C (LyXReplace): don't replace if we don't get the
8287         right LyXText.
8288
8289         * undo_funcs.C (createUndo): remove debugging code.
8290
8291 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8292
8293         * buffer.C (parseSingleLyXformat2Token): Use default placement
8294         when reading old floats.
8295
8296         * FloatList.C (FloatList): Change the default placement of figure
8297         and tables to "tbp".
8298
8299 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8300
8301         * MenuBackend.C: using std::max
8302
8303 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8304
8305         * MenuBackend.C (expandToc):
8306         (expandToc2): code moved from xforms menu frontend. It is now
8307         generic and TOCs are transparent to menu frontends.
8308
8309 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8310
8311         * toc.C (getTocList): protect against buf=0
8312
8313         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8314         Menu as first parameter. Now, this calls itself recursively to
8315         expand a whole tree (this will be useful for TOC handling)
8316         (expandFloatInsert): remove 'wide' version of floats
8317
8318         * MenuBackend.h (submenuname): returns the name of the submenu.
8319         (submenu): returns the submenu itself, provided it has been
8320         created by MenuBackend::expand
8321
8322 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8323
8324         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8325         insets which have noFontChange == true. (bug #172)
8326
8327 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8328
8329         * BufferView_pimpl.C: add connection objects and use them...
8330         (Pimpl): here.
8331
8332 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8333
8334         * MenuBackend.C (expandLastfiles):
8335         (expandDocuments):
8336         (expandFormats):
8337         (expandFloatListInsert):
8338         (expandFloatInsert):
8339         (expand): split expand in parts
8340
8341 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8342
8343         * lyx_gui.C: use lyx_gui::exit()
8344
8345 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8346
8347         * LyXAction.C: show the failing pseudo action
8348
8349 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8350
8351         * buffer.C (readFile): Run the lyxconvert script in order to read
8352         old files.
8353
8354 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8355
8356         * LyXAction.C:
8357         * commandtags.h:
8358         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8359
8360 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8361
8362         * LyXAction.C:
8363         * commandtags.h:
8364         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8365
8366 2002-07-22  Herbert Voss  <voss@lyx.org>
8367
8368         * lengthcommon.C:
8369         * lyxlength.[Ch]: add support for the vertical lengths
8370
8371 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8372
8373         * toc.[Ch]: std:: fixes
8374
8375 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8376
8377         * lyxrc.C: do not include lyx_main.h
8378
8379         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8380         for layouts
8381
8382         * lyxrc.C:
8383         * encoding.C:
8384         * bufferlist.C:
8385         * BufferView2.C: include "lyxlex.h"
8386
8387         * tabular.h:
8388         * bufferparams.h: do not #include "lyxlex.h"
8389
8390         * lyxtextclasslist.C (Add): remove method
8391         (classlist): renamed to classlist_
8392
8393         * paragraph_pimpl.C:
8394         * paragraph.C:
8395         * text2.C:
8396         * CutAndPaste.C:
8397         * bufferview_funcs.C:
8398         * bufferlist.C:
8399         * text.C:
8400         * LaTeXFeatures.C:
8401         * buffer.C:
8402         * toc.C (getTocList): use BufferParams::getLyXTextClass
8403
8404         * toc.C (getTocList): use InsetFloat::addToToc
8405
8406         * toc.[Ch]: new files, containing helper functions to handle table
8407         of contents
8408
8409         * lyxfunc.C (dispatch): no need to remove spaces around command
8410         given as a string
8411         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8412         first command of the sequence; it is not very clever, but I do not
8413         have a better idea, actually
8414
8415         * LyXAction.C (LookupFunc): make sure to remove space at the
8416         beginning and end of the command
8417
8418 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8419
8420         * MenuBackend.C (getMenubar): new method: return the menubar of
8421         this menu set
8422         (read): treat differently reading of menu and menubar (in
8423         particular, the menubar has no name now)
8424         (Menu::menubar): remove
8425
8426         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8427         saving is finished
8428
8429 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8430
8431         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8432         a bibitem inset in a RTL paragraph.
8433
8434 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8435
8436         * paragraph_pimpl.C: constify
8437
8438         * BufferView_pimpl.C:
8439         * LaTeX.C:
8440         * lyxfunc.C: fix dispatch in a nicer way
8441
8442 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8443
8444         * lyxfunc.C (dispatch):
8445         * BufferView_pimpl.C:
8446         * BufferView_pimpl.h:
8447         * BufferView.C:
8448         * BufferView.h: rename Dispatch() to dispatch()
8449
8450         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8451
8452         * lyxlayout.C (Read): honor DependsOn tag
8453
8454         * lyxlayout.[Ch] (depends_on): new method
8455
8456         * version.C.in: update lyx_docversion
8457
8458         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8459
8460         * paragraph.C (validate): remove from here...
8461         * paragraph_pimpl.C (validate): ... and move here
8462         (isTextAt): make it const
8463
8464         * buffer.C (getLists): ws cleanup
8465
8466 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8467
8468         * language.C (read): Use iso8859-1 encoding in latex_lang
8469         (this prevents LyX from crashing when using iso10646-1 encoding).
8470
8471 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8472
8473         * text2.C (toggleInset): if cursor is inside an inset, close the
8474         inset and leave cursor _after_ it
8475
8476 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8477
8478         * lyxfunc.C: move minibuffer completion handling out of here
8479
8480 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8481
8482         * BufferView_pimpl.C:
8483         * LaTeX.C: fix dispatch calls
8484
8485 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8486
8487         * text.C (drawChars): Fix Arabic text rendering.
8488
8489 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8490
8491         * LyXAction.C:
8492         * commandtags.h:
8493         * lyxfunc.C: remove message-push/pop
8494
8495         * lyxserver.C:
8496         * lyxfunc.h:
8497         * lyxfunc.C: rationalise some code by removing verboseDispatch
8498           in favour of a bool argument to dispatch()
8499
8500 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8501
8502         * lyx_main.C (init): make sure to read symlinks as absolute paths
8503
8504 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8505
8506         * lyxfunc.h:
8507         * lyxfunc.C: no need for commandshortcut to be a member
8508
8509 2002-07-15  André Pönitz <poenitz@gmx.net>
8510
8511         * converter.C: add support for $$s (scripts from lib/scripts dir)
8512         * lyx_main.C: white space
8513
8514 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8515
8516         * bufferlist.C:
8517         * lyxrc.h:
8518         * lyxrc.C: remove second exit confirmation
8519
8520 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8521
8522         * BufferView.h:
8523         * BufferView.C:
8524         * BufferView2.C:
8525         * BufferView_pimpl.h:
8526         * BufferView_pimpl.C:
8527         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8528
8529 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8530
8531         * MenuBackend.C (expand): add numeric shortcuts to document menu
8532
8533         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8534
8535 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8536
8537         * lyxfont.C (setLyXFamily):
8538         (setLyXSeries):
8539         (setLyXShape):
8540         (setLyXSize):
8541         (setLyXMisc):
8542         (lyxRead):
8543         * debug.C (value):
8544         * buffer.C (asciiParagraph): use ascii_lowercase
8545
8546 2002-07-15  Mike Fabian  <mfabian@suse.de>
8547
8548         * lyxlex_pimpl.C (search_kw):
8549         * lyxlex.C (getLongString):
8550         * converter.h (operator<):
8551         * converter.C (operator<):
8552         * buffer.C (parseSingleLyXformat2Token):
8553         (asciiParagraph):
8554         * ToolbarDefaults.C (read):
8555         * MenuBackend.C (checkShortcuts):
8556         (read):
8557         * LColor.C (getFromGUIName):
8558         (getFromLyXName): use the compare_ascii_no_case instead of
8559         compare_no_case, because in turkish, 'i' is not the lowercase
8560         version of 'I', and thus turkish locale breaks parsing of tags.
8561
8562 2002-07-16  Angus Leeming  <leeming@lyx.org>
8563
8564         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8565         now takes a Buffer const & argument.
8566
8567 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8568
8569         * BufferView.C (resize): check there's a buffer to resize
8570
8571 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8572
8573         * lyxfunc.C: remove dead code
8574
8575         * lyxserver.h:
8576         * lyxserver.C: use lyx_guii::set_read_callback
8577
8578 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8579
8580         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8581         an inset in a RTL paragraph.
8582
8583 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8584
8585         * lyxfunc.C: repaint after a font size update
8586
8587 2002-07-15  André Pönitz <poenitz@gmx.net>
8588
8589         * lyxlength.C: inBP should be able to return negative values
8590
8591 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8592
8593         * lyxfunc.C: use lyx_gui::update_fonts()
8594
8595 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8596
8597         * lyxfunc.C: use lyx_gui::update_color()
8598
8599 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8600
8601         * bufferlist.C:
8602         * lyxfunc.h:
8603         * lyxfunc.C:
8604         * lyxrc.h:
8605         * lyxrc.C: remove file->new asks for name option, and let
8606           buffer-new take an argument
8607
8608 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8609
8610         * BufferView_pimpl.C: remove unneeded extra repaint()
8611
8612 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8613
8614         * LyXAction.C: allow command-sequence with NoBuffer
8615
8616         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8617
8618 2002-07-10  Angus Leeming  <leeming@lyx.org>
8619
8620         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8621
8622 2002-07-09  Angus Leeming  <leeming@lyx.org>
8623
8624         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8625
8626 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8627
8628         * lengthcommon.h: whitespace
8629
8630         * lyxfunc.C: update scrollbar after goto paragraph
8631
8632         * lyxtext.h: factor out page break drawing, and fix it so
8633           page break/added space paints as selected nicely
8634
8635 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8636
8637         * BufferView_pimpl.C: add FIXMEs, clean up a little
8638
8639 2002-07-09  André Pönitz <poenitz@gmx.net>
8640
8641         * lyxfont.[Ch]: support for wasy symbols
8642
8643 2002-07-08  André Pönitz <poenitz@gmx.net>
8644
8645         * BufferView_pimpl.C: apply John's patch for #93.
8646
8647 2002-07-05  Angus Leeming  <leeming@lyx.org>
8648
8649         * BufferView_pimpl.C (buffer): generate previews if desired.
8650
8651         * LColor.h: add "preview" to the color enum.
8652
8653         * LColor.C (LColor): add a corresponding entry to the items array.
8654
8655         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8656         with this buffer.
8657
8658 2002-07-05  Angus Leeming  <leeming@lyx.org>
8659
8660         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8661         The body of the code is now in the method that is passed an ostream &
8662         rather than a file name.
8663         Pass an additional only_preamble parameter, useful for the forthcoming
8664         preview stuff.
8665
8666 2002-07-03  André Pönitz <poenitz@gmx.net>
8667
8668         * lyxfunc.C: simplify getStatus() a bit for math stuff
8669
8670 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8671
8672         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8673
8674 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8675
8676         * text.C (changeRegionCase): do not change case of all the
8677         document when region ends at paragraph end (bug #461)
8678
8679 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8680
8681         * paragraph.C (startTeXParParams):
8682         (endTeXParParams): add \protect when necessary
8683
8684 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8685
8686         * BufferView_pimpl.C (workAreaExpose): remove warning
8687
8688 2002-06-27  Angus Leeming  <leeming@lyx.org>
8689
8690         * Makefile.am: add lyxlayout_ptr_fwd.h.
8691
8692 2002-06-26  André Pönitz <poenitz@gmx.net>
8693
8694         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8695
8696 2002-06-25  Angus Leeming  <leeming@lyx.org>
8697
8698         * lyxfunc.C (dispatch): Comment out the call to
8699         grfx::GCache::changeDisplay. The method no longer exists now that the
8700         pixmap generation part of the graphics loader has been moved into
8701         InsetGraphics.
8702
8703 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8704
8705         * text2.C: layout as layout
8706
8707         * text.C: layout as layout
8708
8709         * tabular.C (OldFormatRead): layout as layout
8710
8711         * paragraph_pimpl.C (TeXDeeper): layout as layout
8712         (realizeFont): layout as layout
8713
8714         * paragraph.C (writeFile): layout as layout
8715         (validate): layout as layout
8716         (getFont): layout as layout
8717         (getLabelFont): layout as layout
8718         (getLayoutFont): layout as layout
8719         (breakParagraph): layout as layout
8720         (stripLeadingSpaces): layout as layout
8721         (getEndLabel): layout as layout
8722         (getMaxDepthAfter): layout as layout
8723         (applyLayout): layout as layout
8724         (TeXOnePar): layout as layout
8725         (simpleTeXOnePar): layout as layout
8726         (TeXEnvironment): layout as layout
8727         (layout): layout as layout
8728         (layout): layout as layout
8729
8730         * lyxtextclass.C (compare_name): new functor to work with
8731         shared_ptr, layout as layout
8732         (Read): layout as layout
8733         (hasLayout): layout as layout
8734         (operator): layout as layout
8735         (delete_layout): layout as layout
8736         (defaultLayout): layout as layout
8737
8738         * lyxlayout_ptr_fwd.h: new file
8739
8740         * lyxlayout.C (Read): layout as layout
8741
8742         * lyx_cb.C (MenuInsertLabel): layout as layout
8743
8744         * bufferlist.C (newFile): layout as layout
8745
8746         * buffer.C (readLyXformat2): layout as layout
8747         (parseSingleLyXformat2Token): layout as layout
8748         (insertStringAsLines): layout as layout
8749         (asciiParagraph): layout as layout
8750         (latexParagraphs): layout as layout
8751         (makeLinuxDocFile): layout as layout
8752         (simpleLinuxDocOnePar): layout as layout
8753         (makeDocBookFile): layout as layout
8754         (simpleDocBookOnePar): layout as layout
8755         (getLists): layout as layout
8756
8757         * LaTeXFeatures.C (getTClassPreamble): layout as layout
8758
8759         * CutAndPaste.C (cutSelection): layout as layout
8760         (pasteSelection): layout as layout
8761         (SwitchLayoutsBetweenClasses): layout as layout
8762
8763         * BufferView_pimpl.C (Dispatch): layout as layout
8764         (smartQuote): layout as layout
8765
8766         * BufferView2.C (unlockInset): layout as layout
8767
8768 2002-06-24  André Pönitz <poenitz@gmx.net>
8769
8770         * lyxfunc.C: fix #487
8771
8772 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8773
8774         * lyxrc.h:
8775         * lyxrc.C:
8776         * lyxfunc.C: remove display_shortcuts, show_banner
8777
8778 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8779
8780         * Buffer_pimpl.C: oops, update on resize
8781
8782 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8783
8784         * buffer.C:
8785         * converter.C:
8786         * exporter.C:
8787         * lyxfunc.C:
8788         * BufferView.h:
8789         * BufferView.C: use repaint()
8790
8791         * BufferView_pimpl.h:
8792         * BufferView_pimpl.C: s/updateScreen()/repaint()/
8793           as it's a clearer description. Remove superfluous
8794           redraws.
8795
8796 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
8797
8798         * text.C: fix bug 488. Not ideal, but getting
8799           getWord() to work properly for the insets that
8800           matter is more difficult ...
8801
8802 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8803
8804         * BufferView_pimpl.C:
8805         * LyXAction.C:
8806         * commandtags.h:
8807         * lyxfunc.C: remove the six million index lyxfuncs to just
8808           one, and DTRT (bug 458)
8809
8810 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8811
8812         * BufferView.h:
8813         * BufferView.C:
8814         * BufferView_pimpl.h:
8815         * BufferView_pimpl.C: clean up resize() stuff,
8816           and unnecessary updateScreen()s
8817
8818 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
8819
8820         * BufferView.h:
8821         * BufferView.C:
8822         * BufferView_pimpl.h:
8823         * BufferView_pimpl.C:
8824         * lyxfind.h:
8825         * lyxfind.C:
8826         * minibuffer.C: remove focus management of workarea,
8827           not needed. Use screen's greyOut()
8828
8829 2002-06-17  Herbert Voss  <voss@lyx.org>
8830
8831         * converter.C: (convert) do not post a message, when converting
8832         fails, let the calling function decide what to do in this case
8833
8834 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
8835
8836         * lyxfunc.C: tidy up a little
8837
8838 2002-06-16    <alstrup@diku.dk>
8839
8840         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
8841         Got rid of FORMS_H_LOCATION include. Now we are
8842         GUII.
8843
8844 2002-06-15  LyX Development team  <lyx@rilke>
8845
8846         * buffer.[Ch] (sgmlOpenTag):
8847         (sgmlCloseTag): Added support for avoiding pernicious mixed
8848         content. Return number of lines written.
8849
8850         (makeLinuxDocFile):
8851         (makeDocBookFile): Fixed calls to sgml*Tag.
8852         Simple white space clean.
8853
8854         (simpleDocBookOnePar): Simple white space clean.
8855
8856         * tabular.[Ch] (docBook): Renamed to docbook and got another
8857         argument to related with the pernicious mixed content.
8858
8859         (docbookRow): Fixed calls for docbook inset method.
8860
8861 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
8862
8863         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
8864         so it's X11 independent.
8865
8866         * kb*.[Ch]: ditto.
8867
8868         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
8869
8870 2002-06-15  Lyx Development team  <lyx@electronia>
8871
8872         * intl.h: Renamed getTrans to getTransManager.
8873
8874 2002-06-14  Angus Leeming  <leeming@lyx.org>
8875
8876         * Makefile.am: nuke forgotten stl_string_fwd.h.
8877
8878 2002-06-12  Angus Leeming  <leeming@lyx.org>
8879
8880         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
8881
8882 2002-06-13  Angus Leeming  <leeming@lyx.org>
8883
8884         * LaTeX.C:
8885         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
8886
8887 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
8888
8889         * kbmap.C (getiso): add support for cyrillic and greek
8890
8891 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8892
8893         * BufferView.h:
8894         * BufferView.C:
8895         * BufferView_pimpl.h:
8896         * BufferView_pimpl.C: move bogus scrolling logic
8897           to xforms
8898
8899 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8900
8901         * lyxfunc.C:
8902         * BufferView_pimpl.C: view->resize() change
8903
8904 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8905
8906         * BufferView_pimpl.C: topCursorVisible
8907           prototype change
8908
8909 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8910
8911         * Makefile.am:
8912         * lyx_gui.h:
8913         * lyx_gui.C: move to frontends/
8914
8915         * main.C:
8916         * lyx_main.h:
8917         * lyx_main.C: changes from above
8918
8919 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8920
8921         * intl.C:
8922         * intl.h:
8923         * kbmap.C:
8924         * kbsequence.C:
8925         * lyx_cb.C:
8926         * lyx_main.C: minor tidy
8927
8928 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8929
8930         * BufferView_pimpl.h:
8931         * BufferView_pimpl.C:
8932         * BufferView.h:
8933         * BufferView.C: make painter() const,
8934           remove dead code
8935
8936         * BufferView2.C: use screen() accessor
8937
8938         * lyx_main.h:
8939         * lyx_main.C: some minor cleanup
8940
8941 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8942
8943         * BufferView_pimpl.h:
8944         * BufferView_pimpl.C: remove enter/leaveView,
8945           use workHeight()
8946
8947 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
8948
8949         * BufferView.h:
8950         * BufferView.C:
8951         * BufferView2.C:
8952         * BufferView_pimpl.h:
8953         * BufferView_pimpl.C: only construct screen once,
8954           rename
8955
8956         * lyxrc.C: remove pointless comment
8957
8958 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8959
8960         * BufferView.h:
8961         * BufferView.C: remove active() and belowMouse()
8962
8963         * BufferView_pimpl.h:
8964         * BufferView_pimpl.C: use workarea() not workarea_,
8965           and make it use a scoped_ptr instead
8966
8967 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
8968
8969         * lyx_gui.C: add debug message on BadWindow
8970
8971 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8972
8973         * sp_spell.C: fdopen is not part of the C++ standard.
8974
8975         * paragraph.C (InsetIterator): use >= instead of ==
8976
8977 2002-06-07  Angus Leeming  <leeming@lyx.org>
8978
8979         Fixes needed to compile with Compaq cxx 6.5.
8980         * BufferView_pimpl.C:
8981         * DepTable.C:
8982         * buffer.C:
8983         * converter.C:
8984         * encoding.C:
8985         * lyx_gui.C:
8986         * lyx_main.C:
8987         * lyxtextclasslist.C:
8988         * minibuffer.C:
8989         * sp_spell.C:
8990         * tabular_funcs.C:
8991         * vc-backend.C:
8992         all c-library variables have been moved into namespace std. Wrap
8993         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
8994
8995         * lyxlength.C:
8996         * tabular-old.C:
8997         * tabular.C:
8998         Add a using std::abs declaration.
8999
9000         * kbmap.h (modifier_pair):
9001         * paragraph.h (InsetTable, InsetList):
9002         * lyxfont.h (FontBits):
9003         type definition made public.
9004
9005         * bufferlist.C (emergencyWriteAll): the compiler complains that
9006         there is more than one possible lyx::class_fun template to choose from.
9007         I re-named the void specialisation as lyx::void_class_fun.
9008
9009         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9010
9011         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9012         the compiler is is unable to find tostr in write_attribute.
9013
9014 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9015
9016         * buffer.C (sgmlError): hide #warning
9017
9018 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9019
9020         * xtl/*: get rid of xtl, which is not in use anyway
9021
9022         * LyXAction.C (init):
9023         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9024         were unimplemented xtl experimentation
9025
9026 2002-06-04  André Pönitz <poenitz@gmx.net>
9027
9028         * lyxfunc.C: disable array operation on simple formulae
9029
9030 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9031
9032         * converter.C: constify a bit
9033
9034 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9035
9036         * lyx_gui.C: check xforms version correctly
9037
9038 2002-04-30  Herbert Voss  <voss@lyx.org>
9039
9040         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9041         "keep" option
9042
9043 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9044
9045         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9046           attempt to register it with a VCS)
9047
9048 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9049
9050         * lyx_main.C (init): honor variables LYX_DIR_13x and
9051         LYX_USERDIR_13x
9052
9053 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9054
9055         * buffer.h:
9056         * buffer.C:
9057         * lyx_main.C: fix a crash on bad command line,
9058           and give a useful exit status on error
9059
9060         * lyxfunc.C (doImport): allow -i lyx to work
9061
9062 2002-03-30  André Pönitz <poenitz@gmx.net>
9063
9064         * lyxfunc.C: mathed font changes
9065
9066 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9067
9068         * LaTeX.C:
9069         * importer.h:
9070         * importer.C:
9071         * lyx_sty.h:
9072         * lyx_sty.C:
9073         * lyxlex.C:
9074         * lyxrow.h:
9075         * lyxtext.h:
9076         * paragraph.h:
9077         * paragraph.C:
9078         * texrow.h:
9079         * texrow.C:
9080         * text.C:
9081         * trans_mgr.h: srcdocs, and some minor cleanups
9082
9083 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9084
9085         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9086         call getFont all the time)
9087
9088 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9089
9090         * switch from SigC signals to boost::signals
9091
9092 2002-05-29  André Pönitz <poenitz@gmx.net>
9093
9094         * paragraph_pimpl.C (getChar): don't call size() too often...
9095
9096 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9097
9098         * paragraph_pimpl.C (insertChar): do not try to update tables when
9099         appending (pos == size())
9100
9101         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9102         in order to reduce drastically the number of comparisons needed to
9103         parse a large document
9104
9105 2002-05-29  André Pönitz <poenitz@gmx.net>
9106
9107         * text.C:
9108         * text2.C:
9109         * lyxtextclass.C:
9110         * sp_pspell.h:
9111         * textclasslist.[Ch]:
9112         * sp_ispell.h: whitespace change
9113
9114 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9115
9116         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9117         lyxaction directly now.
9118
9119 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9120
9121         * trans.C:
9122         * lyxfont.C:
9123         * lyxvc.C: remove unused headers
9124
9125 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9126
9127         * Makefile.am:
9128         * buffer.h:
9129         * undostack.h:
9130         * undostack.C:
9131         * undo_funcs.h:
9132         * undo_funcs.C: some cleanups. Use shared_ptr
9133           and a template for the undo stacks.
9134
9135 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9136
9137         * BufferView_pimpl.h:
9138         * BufferView_pimpl.C:
9139         * kbmap.h:
9140         * kbmap.C:
9141         * kbsequence.h:
9142         * kbsequence.C:
9143         * lyxfunc.h:
9144         * lyxfunc.C:
9145         * text2.C: use key_state/mouse_state
9146
9147 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9148
9149         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9150         and LSubstring
9151
9152         * chset.C: change include order
9153         (loadFile): use boost regex and get rid of LRegex and LSubstring
9154
9155         * Makefile.am (BOOST_LIBS): new variable
9156         (lyx_LDADD): use it
9157
9158         * LaTeX.C: change include order.
9159         (scanAuxFile): use boost regex and get rid of LRegex and
9160         LSubstring
9161         (deplog): ditto
9162
9163 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9164
9165         * ColorHandler.h:
9166         * ColorHandler.C:
9167         * FontInfo.h:
9168         * FontInfo.C: moved to frontends/xforms/
9169
9170         * FontLoader.h:
9171         * FontLoader.C: moved into frontends for GUIIzation
9172
9173         * Makefile.am:
9174         * lyx_gui.C:
9175         * lyxfont.C:
9176         * lyxfunc.C: changes from above
9177
9178 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9179
9180         * LColor.C: remove spurious X include
9181
9182         * BufferView_pimpl.C:
9183         * Makefile.am:
9184         * font.h:
9185         * font.C:
9186         * text.C:
9187         * text2.C: move font metrics to frontends/
9188
9189 2002-05-24  Juergen Vigna  <jug@sad.it>
9190
9191         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9192         setting the undo_cursor.
9193
9194         * ParagraphParameters.h: include local includes first.
9195
9196 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9197
9198         * BufferView_pimpl.C:
9199         * BufferView_pimpl.h:
9200         * Makefile.am:
9201         * WorkArea.h:
9202         * WorkArea.C:
9203         * screen.C: move WorkArea into frontends/
9204
9205         * lyxscreen.h:
9206         * screen.C:
9207         * text.C:
9208         * BufferView.C:
9209         * BufferView2.C: move LyXScreen into frontends/
9210
9211         * lyxlookup.h:
9212         * lyxlookup.C:
9213         * lyx_gui.C: move lyxlookup into frontends/xforms/
9214
9215 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9216
9217         * BufferView2.C:
9218         * BufferView_pimpl.C:
9219         * FontLoader.C:
9220         * LyXView.h:
9221         * LyXView.C:
9222         * Makefile.am:
9223         * WorkArea.C:
9224         * XFormsView.h:
9225         * XFormsView.C:
9226         * buffer.C:
9227         * bufferlist.C:
9228         * bufferview_funcs.C:
9229         * converter.C:
9230         * importer.C:
9231         * lyx_cb.C:
9232         * lyx_gui.C:
9233         * lyx_main.C:
9234         * lyx_find.C:
9235         * lyxfunc.C:
9236         * lyxvc.C:
9237         * minibuffer.C:
9238         * text.C:
9239         * text2.C:
9240         * trans.C:
9241         * vc-backend.C: move LyX/XFormsView into frontends/
9242
9243 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9244
9245         * Makefile.am:
9246         * PainterBase.C:
9247         * PainterBase.h:
9248         * Painter.C:
9249         * Painter.h:
9250         * WorkArea.C:
9251         * WorkArea.h:
9252         * screen.C:
9253         * tabular.C:
9254         * text.C:
9255         * text2.C: move Painter to frontends/
9256
9257 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9258
9259         * buffer.C: comment out some some code that depend upon lyx_format
9260         < 220
9261
9262         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9263         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9264
9265         * buffer.h (NO_COMPABILITY): turn off compability
9266
9267         * ColorHandler.C: include scoped_array.hpp
9268
9269         * font.C: Use more specific smart_ptr header.
9270         * Painter.C: ditto
9271         * gettext.C: ditto
9272         * ShareContainer.h: ditto
9273         * lyx_main.h: ditto
9274         * kbmap.h: ditto
9275         * FontInfo.h: ditto
9276         * BufferView_pimpl.h: ditto
9277         * ColorHandler.h: ditto
9278
9279         * kbmap.C (defkey): change call to shared_ptr::reset
9280
9281 2002-05-21  Juergen Vigna  <jug@sad.it>
9282
9283         * buffer.C (insertErtContents): fix to insert ert asis if it is
9284         non empty. Skip it completely if it contains only whitespaces.
9285
9286 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9287
9288         * BufferView_pimpl.C:
9289         * BufferView2.C: clear selection on paste (bug 393)
9290
9291 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9292
9293         * DepTable.C: include ctime
9294
9295 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9296
9297         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9298
9299 2002-05-14  Juergen Vigna  <jug@sad.it>
9300
9301         * text.C (breakParagraph): fixed function to honor the keepempty
9302         layout in the right maner and also to permit the right breaking
9303         algorithm on empty or non empyt keepempty paragraphs.
9304
9305         * paragraph.C (breakParagraph): we have to check also if the par
9306         is really empty (!size()) for isempty otherwise we do the wrong
9307         paragraph break.
9308
9309 2002-05-10  Juergen Vigna  <jug@sad.it>
9310
9311         * buffer.[Ch] : The following are only changes to the ert
9312         compatibility read reading old LaTeX layout and font stuff and
9313         convert it to ERTInsets.
9314
9315         * buffer.h: added isErtInset().
9316
9317         * buffer.C (struct ErtComp): add a fromlayout bool to check
9318         if we're inside a LaTeX layout.
9319         (isErtInset): new helper function.
9320         (insertErtContents): look for other ert insets before this one
9321         and insert the contents there, so that we don't have subsequent
9322         ERT insets with nothing between them. This way we create only one
9323         inset with multiple paragraphs. Also check if we don't insert only
9324         spaces ' ' as they are ignored anyway afterwards in the .tex file
9325         so if we have only spaces we will ignore this latex part in the
9326         new file.
9327         (parseSingleLyXformat2Token \\layout): better compatibility when
9328         reading layout-latex stuff.
9329         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9330         language tag.
9331         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9332         stuff after reading the inset only get the information back from
9333         the stack.
9334
9335 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9336
9337         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9338
9339         * LaTeXFeatures.C (getBabelOptions): New method.
9340
9341 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9342
9343         * BufferView_pimpl.C (Dispatch): work around missing argument for
9344         'layout'
9345
9346 2002-05-08  Juergen Vigna  <jug@sad.it>
9347
9348         * text.C (leftMargin): handle paragraph leftindent.
9349
9350         * paragraph.C (writeFile): write the new \\leftindent tag.
9351         (validate): handle leftindent code.
9352         (TeXEnvironment): handle paragraphleftindent code again.
9353
9354         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9355
9356         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9357         for paragrap_extra indent code and new token \\leftindent.
9358         (latexParagraphs): handle the leftindent as environment.
9359
9360         * ParameterStruct.h: added leftindent support.
9361
9362         * ParagraphParameters.C (leftIndent): added support functions for
9363         the paragraph left indent.
9364
9365         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9366         more appropriate.
9367
9368 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9369
9370         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9371         inside insetERT.
9372
9373         * text.C (computeBidiTables): No bidi in insetERT.
9374
9375         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9376         in RTL documents.
9377
9378 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9379
9380         * version.C.in: pre 5
9381
9382 2002-05-02  José Matos  <jamatos@fep.up.pt>
9383         * buffer.C (makeDocBookFile): white space changes, add newline to
9384         command styles.
9385         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9386
9387         * tabular.C (docBook): fix typo.
9388
9389 2002-05-03  Juergen Vigna  <jug@sad.it>
9390
9391         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9392         change in LyXText as we can not be sure it was not freed.
9393         (drawOneRow): remove unused code.
9394
9395         * text.C (drawInset): redo the calculation of the need_break_row as
9396         it could have a row which was already freed.
9397         (draw): look at the return value of drawInset and return false if
9398         it also returned false.
9399         (paintRowText): look at the return value of draw and return false if
9400         it also returned false.
9401
9402         * lyxtext.h: added bool return type to drawInset() and draw() so that
9403         if we have a change in the row so that the rowbreak has to be redone
9404         we abort drawing as it will be called again.
9405
9406 2002-05-02  Juergen Vigna  <jug@sad.it>
9407
9408         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9409         a change in the maintext also if we're inside an inset.
9410         (Dispatch): set the cursor again after a break line and after the
9411         screen has been updated as it could be we're in a different row.
9412
9413         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9414         to set the cursor behind the pargraph with > size().
9415         (setCursor): check also for the same paragraph when checking where
9416         to put the cursor if we have a NFR inset.
9417
9418         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9419         parts of layout read further up as it still was in the wrong
9420         position.
9421
9422 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9423
9424         * screen.C (drawFromTo): change sine fullRebreak always return
9425         true.
9426
9427         * buffer.C (parseSingleLyXformat2Token): reindent some
9428
9429         * BufferView_pimpl.C (update): change since fullRebreak always
9430         return true.
9431         (Dispatch): git rid of the last hardcoded "Standard"s.
9432
9433 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9434
9435         * text2.[Ch] (fullRebreak): make it return void now that we always
9436         returned true.
9437
9438 2002-04-30  Juergen Vigna  <jug@sad.it>
9439
9440         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9441         ert compatibility check for "latex" layout.
9442
9443 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9444
9445         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9446         minipages: use col% instead of p%, and also use the current font.
9447         (makeLaTeXFile): Fix use babel condition.
9448         (parseSingleLyXformat2Token): Correct font when reading old floats.
9449
9450 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9451
9452         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9453         inserting list of floats.
9454
9455 2002-04-25  Herbert Voss  <voss@lyx.org>
9456
9457         * MenuBackend.C (expand): don't add the graphics extensions to the
9458         export menu
9459
9460 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9461
9462         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9463         non-existing layout, do not complain if it was the default layout
9464         of the original class (bug #342)
9465
9466 2002-04-24  Juergen Vigna  <jug@sad.it>
9467
9468         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9469         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9470
9471 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9472
9473         * buffer.C (getBibkeyList): If using \bibliography, return the
9474         option field with the reference itself. Enables us to provide natbib
9475         support when using \bibliography.
9476
9477 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9478
9479         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9480
9481         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9482         natbib is provided by the LaTeX class.
9483
9484 2002-04-23  Juergen Vigna  <jug@sad.it>
9485
9486         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9487         Wakeup functions.
9488
9489         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9490
9491 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9492
9493         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9494
9495         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9496         ensuremath around textordmasculine, textordfeminine and
9497         textdegree.
9498
9499 2002-04-19  Juergen Vigna  <jug@sad.it>
9500
9501         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9502         reinitializing the buffer otherwise row-dimensions may be wrong.
9503         (update): reset also the selection cursors if they do exits otherwise
9504         their x/y positions may be wrong.
9505
9506         * text2.C (cursorDown): don't enter the inset if we came from a row
9507         above and are one row over the inset.
9508
9509         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9510         really leaving an inset.
9511
9512 2002-04-18  Juergen Vigna  <jug@sad.it>
9513
9514         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9515         of the selected paragraph does not have the selected layout also if
9516         the last one had!
9517
9518         * text2.C (setLayout): fixed bug which did not change last selected
9519         paragraph.
9520
9521         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9522         changed the read and substituted \\end_float with \\end_inset!
9523
9524         * BufferView_pimpl.C (cursorPrevious):
9525         (cursorNext): fixed to make it work with rows heigher than the work
9526         area without moving the cursor only the draw of the row.
9527         (workAreaMotionNotify): fix jumping over high rows.
9528
9529 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9530
9531         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9532         Ressler.
9533
9534 2002-04-16  Juergen Vigna  <jug@sad.it>
9535
9536         * text2.C (setCursor): set also the irow().
9537         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9538         (cursorUp):
9539         (cursorDown): support for locking an inset if the x_fix value goes
9540         inside it. That way I can transverse insets too with cursor up/down.
9541
9542         * lyxrow.h: added irow helper function same as other (i) functions.
9543
9544         * BufferView_pimpl.C (cursorPrevious):
9545         (cursorNext): fixed for insets!
9546
9547 2002-04-15  Juergen Vigna  <jug@sad.it>
9548
9549         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9550         position otherwise it is wrong in some cases.
9551
9552         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9553         inside the inset before the call.
9554
9555 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9556
9557         * buffer.[Ch] (getBibkeyList): make it const.
9558
9559 2002-04-12  Juergen Vigna  <jug@sad.it>
9560
9561         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9562
9563         * text2.C (getCursorX): new helper function
9564         (setCursor): compute also ix_
9565         (setCursorFromCoordinates): set also ix.
9566
9567         * lyxcursor.h: added ix_ and helper functions.
9568
9569         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9570
9571         * buffer.C (insertStringAsLines): dont break paragraph if the this
9572         paragraph is inside an inset which does not permit it!
9573
9574         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9575         also with no chars on this paragraph.
9576         (paintRowText): only paint stuff if it's inside the workarea!
9577
9578         * paragraph.C (breakParagraph): honor keepempty flag and break the
9579         paragraph always below not above.
9580
9581         * BufferView2.C (unlockInset): update the paragraph layout on inset
9582         unlock as we changed paragraph in such a case.
9583
9584         * lyxfind.C (LyXFind): clear the former selection if not found!
9585
9586         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9587         again called in insertChar().
9588
9589         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9590         an inset which uses the whole row!
9591         (rightMargin): ditto.
9592         (insertChar): force a rebreak if we inserted an inset!
9593
9594 2002-03-28  Herbert Voss  <voss@lyx.org>
9595
9596         * lyxlength.[Ch]: add inBP() to get the right PS-point
9597         units (BigPoint). With inPixels we have rounding errors
9598
9599 2002-04-11  Juergen Vigna  <jug@sad.it>
9600
9601         * text2.C (setCursorFromCoordinates): set iy to the right value.
9602         (setCursor): add check if row->previous exists!
9603
9604         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9605         an old float_type as this was the case in the old code!
9606
9607         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9608
9609         * BufferView2.C (showLockedInsetCursor): use iy
9610         (fitLockedInsetCursor): ditto
9611
9612         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9613         locked insets as there we have the right value now.
9614
9615         * lyxcursor.C: added iy_ variable and iy functions to set to the
9616         baseline of cursor-y of the locked inset.
9617
9618         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9619         (setCursor): fixed for insets which need a full row.
9620
9621         * text.C (rowLastPrintable): don't ignore the last space when before
9622         an inset which needs a full row.
9623         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9624         as last character of a row when before a inset which needs a full row.
9625
9626 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9627
9628         * version.C.in: update date
9629
9630         * text2.C (fullRebreak): try to always return true and see what
9631         happens...
9632
9633 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9634
9635         * MenuBackend.C (expand): use Floating::listName
9636
9637         * FloatList.C (FloatList): add listName argument to the built-in
9638         floats
9639
9640         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9641         text associated with the float.
9642
9643 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9644
9645         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9646
9647 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9648
9649         * ShareContainer.h: add a couple of missing typenames.
9650
9651 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9652
9653         * lyxrc.C (getDescription): use _() correctly rather than N_().
9654
9655 2002-03-28  Herbert Voss  <voss@lyx.org>
9656
9657         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9658         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9659
9660 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9661
9662         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9663         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9664
9665 2002-03-29  Juergen Vigna  <jug@sad.it>
9666
9667         * lyxfunc.C (dispatch): add a missing fitCursor call.
9668
9669         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9670         it was scrolled by a cursor move, so return the bool status.
9671
9672         * BufferView.C (fitCursor): return the bool flag also to the outside
9673         world as this is needed.
9674
9675         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9676
9677         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9678         call the edit() as it is not needed (and wrong) IMO.
9679         (workAreaButtonPress): set the screen_first variable before evt.
9680         unlock the inset as this may change screen_first and then we have
9681         a wrong y position for the click!
9682
9683 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9684
9685         * MenuBackend.C (expand): another translation that I missed
9686
9687 2002-03-28  Juergen Vigna  <jug@sad.it>
9688
9689         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9690
9691         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9692
9693 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9694
9695         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9696
9697         * MenuBackend.C (expand): fix export/view/update when there is no
9698         document open.
9699
9700 2002-03-27  Herbert Voss  <voss@lyx.org>
9701
9702         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9703         and text%
9704
9705 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9706
9707         * bufferview_funcs.C (currentState): only show paragraph number
9708         for is DEVEL_VERSION is set.
9709
9710         * lyxfunc.C (dispatch): put warning in INFO channel
9711
9712         * MenuBackend.C (expand): translate the name of floats
9713
9714         * FloatList.C (FloatList): mark the float names for translation
9715
9716         * converter.C (convert): use LibScriptSearch
9717
9718 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9719
9720         * MenuBackend.C (defaults): fix default menu (we might as well get
9721         rid of it...)
9722
9723 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9724
9725         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9726         directory.
9727
9728 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9729
9730         * lyxvc.C: reorder includes.
9731
9732 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9733
9734         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9735           properly
9736
9737 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9738
9739         * CutAndPaste.C: change layouts earlier on paste
9740           to avoid crashing when calling getFont()
9741
9742 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9743
9744         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9745         irritating #error.
9746
9747 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9748
9749         * WorkArea.C: remove 'Pending' debug message.
9750
9751         * most files: ws cleanup
9752
9753         * buffer.[Ch]: ws changes
9754
9755         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
9756
9757 2002-03-21  Juergen Vigna  <jug@sad.it>
9758
9759         * tabular.C (SetMultiColumn): collapse also the contents of the
9760         cells and set the last border right. Added a Buffer const * param.
9761
9762 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9763
9764         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
9765         linking or not.
9766
9767 2002-03-19  Juergen Vigna  <jug@sad.it>
9768
9769         * text2.C (clearSelection): reset also xsel_cache.
9770
9771         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
9772         where it needs to be called (John tells us to do so too :)
9773         (selectionLost): reset sel_cache.
9774
9775         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
9776
9777 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9778
9779         * text2.C (setCursorIntern): put debuging code in INSETS channel
9780
9781 2002-03-19  André Pönitz <poenitz@gmx.net>
9782
9783         * lyxfunc.C: tiny whitespace change
9784
9785 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9786
9787         * ToolbarDefaults.C (init):
9788         * LyXAction.C (init):
9789         * commandtags.h:
9790         * BufferView_pimpl.C (Dispatch):
9791         * lyxfunc.C (dispatch): remove LFUN_DEPTH
9792
9793 2002-03-19  Allan Rae  <rae@lyx.org>
9794
9795         * exporter.C (Export): removeAutoInsets before doing anything else.
9796         While I've just introduced a dependency on BufferView this really is
9797         the best place to clean the buffer otherwise you need to cleanup in
9798         a dozen places before calling export or cleanup in a dozen functions
9799         that export calls.
9800
9801         * converter.C (runLaTeX):
9802         (scanLog): Better handling of removeAutoInsets and screen updates.
9803
9804         * lyxfunc.C (dispatch): small whitespace changes
9805
9806 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9807
9808         * WorkArea.C (C_WorkAreaEvent): return a value.
9809         (event_cb): return 1 if we handled the event, 0 otherwise.
9810
9811         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
9812
9813 2002-03-18  Juergen Vigna  <jug@sad.it>
9814
9815         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
9816         (GetAdditionalWidth): ditto.
9817         (RightLine): ditto.
9818         (LeftLine): ditto.
9819
9820         * BufferView2.C (copy): use getLyXText() so that we do it inside an
9821         inset if we're there actually (probably not used right now but this
9822         is the direction to go for unifying code).
9823         (paste): disable code to clear the selection.
9824
9825         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
9826         inside an InsetText and move the check further up as it is in the
9827         wrong place.
9828
9829         * text2.C (pasteSelection): set a selection over the pasted text.
9830
9831 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
9832
9833         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
9834         and libgraphics to build on Cygwin.
9835
9836 2002-03-15  Juergen Vigna  <jug@sad.it>
9837
9838         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
9839         inserting an Inset into the paragraph. I know this is not the best
9840         fix but we already use current_view in CutAndPaste so we will remove
9841         all of it's using at the same time.
9842
9843         * buffer.C (sgmlError): deactivated function till it is rewritten in
9844         the right mode, now it can create problems.
9845
9846         * paragraph.C (isLineSeparator): check if getInset returns != 0,
9847         before accessing it.
9848
9849 2002-03-14  Juergen Vigna  <jug@sad.it>
9850
9851         * undo_funcs.C (textHandleUndo): do the right thing when updating
9852         the inset after the undo/redo.
9853
9854         * text2.C (setCursor): just some testcode for #44 not ready yet.
9855
9856         * undo_funcs.C (textHandleUndo): set the next() and previous()
9857         pointers of the paragraph to 0 before deleting otherwise we have
9858         problems with the Paragraph::[destructor].
9859
9860         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
9861         on a paragraph insertion.
9862
9863 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9864
9865         * buffer.C (asciiParagraph): use += operator for char append to
9866         string.
9867
9868         * paragraph.C (getFontSettings): compare >= not just >
9869         (highestFontInRange): ditto
9870         (setFont): ditto
9871
9872 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9873
9874         * paragraph.C: change several algorithm to be more appripriate for
9875         the problem domain. This is lookip in FontList and in the InsetList.
9876
9877 2002-03-13  André Pönitz <poenitz@gmx.net>
9878
9879         * commandtags.h:
9880         * LyXAction.C: remove unused LFUN_MATH_MACROARG
9881
9882 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
9883
9884         * commandtags.h:
9885         * LyXAction.C:
9886         * lyxfunc.C:
9887         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
9888
9889 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9890
9891         * Painter.C (display): anon helper function, adjust code for this
9892         change.
9893         (pixmap): remove function.
9894
9895         * Painter.h: remove private display variable.
9896
9897         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
9898
9899 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
9900
9901         * WorkArea.[Ch]: remove figinset_canvas cruft.
9902
9903 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9904
9905         * lyxtextclass.C (operator): add one item cache optimization.
9906
9907         * bufferlist.h: doxy changes
9908
9909         * bufferlist.C: ws changes
9910
9911         * DepTable.[Ch] (ext_exist): place const in the right spot.
9912
9913         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
9914         call resizeInsets.
9915         (workAreaExpose): call resizeInsets when the with BufferView changes.
9916         (Dispatch): adjust for protectedBlank removal
9917         (specialChar): call updateInset if the insert went ok.
9918
9919         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
9920         specialChar instead.
9921
9922         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
9923
9924         * BufferView.h: doxy change
9925
9926         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
9927
9928         * lyxtextclass.C (operator[]): remove non-const version
9929         (defaultLayout): remove non-const version
9930
9931 2002-03-12  Juergen Vigna  <jug@sad.it>
9932
9933         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
9934         did resize the LyXText too.
9935
9936         * buffer.C (readLyXformat2): set layout information on newly allocated
9937         paragraphs.
9938
9939         * tabular.C (OldFormatRead): set layout information on the paragraph.
9940
9941 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
9942
9943         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
9944
9945 2002-03-11  Juergen Vigna  <jug@sad.it>
9946
9947         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
9948         plainly wrong.
9949         (resizeCurrentBuffer): force also the insets to resize themselfes.
9950         (moveCursorUpdate): fixed up for InsetText.
9951
9952 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
9953
9954         * commandtags.h:
9955         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
9956         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
9957         value of Dialogs::tooltipsEnabled().
9958         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
9959
9960 2002-03-08  Juergen Vigna  <jug@sad.it>
9961
9962         * BufferView_pimpl.C (updateInset): update inset inside inset also
9963         if it isn't inside theLockingInset().
9964
9965 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9966
9967         * buffer.C (asciiParagraph): redo some of the word and line length
9968         handling.
9969         (getLists): look for Caption instead of caption.
9970
9971 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9972
9973         * buffer.C (Buffer): initialize niceFile to true
9974         (makeLaTeXFile):
9975         (makeLinuxDocFile):
9976         (makeDocBookFile): make sure niceFile is true on exit
9977
9978 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9979
9980         * buffer.C (makeLaTeXFile): escape ~ in \input@path
9981
9982 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
9983
9984         * LyXSendto.C: remove.
9985         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
9986         * lyx_gui.C: remove now-redundant comment.
9987         * ColorHandler.h: remove forward declaration of class WorkArea.
9988         * lyxfunc.C: remove #include "WorkArea.h".
9989
9990 2002-03-07  Juergen Vigna  <jug@sad.it>
9991
9992         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
9993         got moved away with the DEPM and also set the inset_owner always
9994         right which before could have been omitted.
9995
9996 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9997
9998         * buffer.C (parseSingleLyXformat2Token): use default layout is the
9999         wanted layout is not found.
10000
10001 2002-03-07  Juergen Vigna  <jug@sad.it>
10002
10003         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10004
10005 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10006
10007         * paragraph.C (breakParagraph): use default layout not layout of
10008         prev paragraph.
10009         (Paragraph): clear ParagraphParameters.
10010
10011 2002-03-06  Juergen Vigna  <jug@sad.it>
10012
10013         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10014         otherwise it would not be a valid lenght. Fixed a special case in
10015         the minipage compatibility read where we end the document with a
10016         minipage.
10017
10018         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10019         was set as it could be 0 for InsetTexts first entry.
10020
10021 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10022
10023         * paragraph.C (writeFile): if layout is empty write out
10024         defaultLayoutName().
10025
10026         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10027         file without named layout we set layout to defaultLayoutName().
10028
10029 2002-03-06  Juergen Vigna  <jug@sad.it>
10030
10031         * CutAndPaste.C (copySelection): set layout for new paragraph.
10032
10033         * text.C (prepareToPrint): leave ERT inset left aligned
10034         (leftMargin): don't indent paragraphs inside ERT insets
10035
10036 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10037
10038         * paragraph.C (breakParagraph): dont call clear do the work manually
10039
10040         * paragraph.[Ch] (clear): remove function
10041
10042 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10043
10044         * paragraph.C (Paragraph): dont call clear, the work has already
10045         been done.
10046
10047         * lyxtextclass.C (operator): assert if n is empty
10048
10049         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10050         work manually instead.
10051
10052 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10053
10054         * BufferView_pimpl.C: protect selectionLost against text == 0
10055
10056 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10057
10058         * text.C (breakParagraph): fix a setting layout to '0' problem.
10059
10060 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10061
10062         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10063         final location of file, for the included files, and graphics.
10064
10065 2002-03-05  Juergen Vigna  <jug@sad.it>
10066
10067         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10068
10069 2002-03-04  Juergen Vigna  <jug@sad.it>
10070
10071         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10072
10073         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10074         last column of multicolumn cells.
10075         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10076
10077 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10078
10079         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10080         file if it doesn't go to a temporary file.
10081
10082         * buffer.C (sgmlOpenTag):
10083         (sgmlCloseTag):  remove extra newline insertion.
10084
10085 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10086
10087         * text.C (getRowNearY): comment out debug msg
10088
10089 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10090
10091         * text2.C: first -> first_y
10092
10093         * text.C (getRowNearY): add some attemts at a possible
10094         optimization, not working.
10095
10096         * tabular.[Ch]: add BufferParams to several function so that newly
10097         created paragraph can be initialized to he default layotu for the
10098         buffers textclass.
10099
10100         * tabular-old.C (ReadOld): add buf->params to call of Init
10101
10102         * screen.C: rename text->first to text->first_y
10103
10104         * paragraph.C (breakParagraph): always set layout in the broken
10105         paragraph
10106
10107         * lyxtextclass.C (Read): remove lowercase
10108         (hasLayout): ditto
10109         (operator): ditto
10110         (delete_layout): ditto
10111
10112         * lyxtext.h: rename first -> first_y
10113
10114         * lyxlayout.C (Read): remove lowercase
10115         (name): ditto
10116         (setName): ditto
10117         (obsoleted_by): ditto
10118
10119         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10120
10121         * buffer.C (insertErtContents): add params are to InsetERT
10122         (parseSingleLyXformat2Token): add code to check if a paragraphs
10123         layout really exist.
10124         (parseSingleLyXformat2Token): add params to several inset
10125         constructors
10126         (asciiParagraph): remove lowercase, do the layout comparisons with
10127         no_case
10128
10129         * BufferView_pimpl.C (cursorNext): first -> first_y
10130         (resizeCurrentBuffer): first -> first_y
10131         (updateScrollbar): first -> first_y
10132         (scrollCB): first -> first_y
10133         (workAreaMotionNotify): first -> first_y
10134         (workAreaButtonPress): first -> first_y
10135         (checkInsetHit): first -> first_y
10136         (cursorPrevious): first -> first_y
10137         (cursorNext): first -> first_y
10138         (Dispatch): add buffer_->params to severl inset contructors
10139
10140 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10141
10142         * lyxlayout.C (Read): remove some debug info that I forgot.
10143
10144         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10145         clean up the code slightly.
10146         (makeLinuxDocFile): ditto
10147         (makeDocBookFile): ditto
10148
10149         * text2.C: layout as string
10150
10151         * text.C: layout as string
10152
10153         * paragraph_pimpl.C: layout as string
10154
10155         * paragraph.[Ch]: layout as string
10156
10157         * lyxtextclasslist.[Ch]: layout as string
10158
10159         * lyxtextclass.[Ch]: layout as string
10160
10161         * lyxtext.h: layout as string
10162
10163         * lyxlayout.[Ch]: layout as string
10164
10165         * lyx_cb.C: layout as string
10166
10167         * bufferview_funcs.C: layout as string
10168
10169         * bufferparams.C: layout as string
10170
10171         * buffer.C: layout as string
10172
10173         * LyXView.[Ch]: layout as string
10174
10175         * LaTeXFeatures.[Ch]: layout as string
10176
10177         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10178
10179         * BufferView_pimpl.C: change current_layout to string, remove
10180         lyx::layout_type.
10181         (Dispatch):
10182         (smartQuote):
10183         (insertInset):
10184         (workAreaButtonRelease): layout as string
10185
10186         * BufferView2.C (unlockInset): adjust
10187
10188         * vspace.C (asLatexCommand): use an explict temp variable.
10189
10190 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10191
10192         * Makefile.am: use FRONTEND_*
10193
10194 2002-03-01  Juergen Vigna  <jug@sad.it>
10195
10196         * tabular.C (SetWidthOfMulticolCell): changed to something better
10197         I hope but still work in progress.
10198         (recalculateMulticolumnsOfColumn): renamed function from
10199         recalculateMulticolCells as it is more appropriate now.
10200         (SetWidthOfCell): calculate multicols better.
10201
10202 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10203
10204         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10205
10206         * lyxfunc.C (processKeySym): print sequence also if it is
10207         `deleted' (complete)
10208
10209         * kbsequence.C (print): print sequence even if it is deleted
10210         (complete would be a better word, actually).
10211
10212         * lyxfunc.C (dispatch): print complete options after a prefix key
10213
10214         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10215
10216 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10217
10218         * text2.C (setCharFont): eliminate setCharFont code duplication.
10219
10220 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10221
10222         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10223         LFUN_TABULAR_FEATURE (bug #177)
10224
10225 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10226
10227         * Makefile.am: remove figure.h
10228
10229 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10230
10231         * Bufferview_pimpl.C:
10232         * CutAndPasteC:
10233         * LaTeX.C:
10234         * LyXSendto.C:
10235         * buffer.C:
10236         * bufferlist.C:
10237         * converter.C:
10238         * language.C:
10239         * lyxfunc.C:
10240         * lyxvc.C:
10241         * paragraph.C:
10242         * text.C:
10243         * text2.C: remove #include "lyx_gui_misc.h".
10244
10245         * LaTeX.C: added #include <cstdio>
10246
10247 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10248
10249         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10250         that the paragraph following this one can have.
10251
10252         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10253
10254         * vspace.C (asLatexCommand): fix bogus gcc warning
10255
10256         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10257
10258 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10259
10260         * text2.C (setLayout): get rid of redundant code
10261
10262 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10263
10264         * text2.C (incDepth): make sure depth cannot be increased beyond
10265         reasonable values.
10266
10267 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10268
10269         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10270         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10271
10272         * PainterBase.h (image):
10273         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10274         a LyXImage const *.
10275
10276 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10277
10278         * BufferView.C:
10279         * BufferView.h:
10280         * BufferView_pimpl.C:
10281         * BufferView_pimpl.h:
10282         * LaTeXFeatures.C:
10283         * LyXAction.C:
10284         * LyXView.C:
10285         * Makefile.am:
10286         * UpdateList.h:
10287         * UpdateList.C:
10288         * buffer.C:
10289         * figure.h:
10290         * figureForm.C:
10291         * figureForm.h:
10292         * figure_form.C:
10293         * figure_form.h:
10294         * lyx_cb.C:
10295         * lyx_gui.C:
10296         * lyx_gui_misc.C:
10297         * lyxfunc.C:
10298         * sp_base.h:
10299         * sp_ispell.h:
10300         * sp_pspell.h:
10301         * sp_spell.C: remove fig inset, and the crap house of
10302           cards that follows it
10303
10304 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10305
10306         * Makefile.am:
10307         * lyxserver.C:
10308         * os2_defines.h:
10309         * os2_errortable.h:
10310         * nt_defines.h: move .h into support/
10311
10312         * vms_defines.h: remove
10313
10314         * WorkArea.C: add space in debug output
10315
10316         * text2.C:
10317         * paragraph.C:
10318         * buffer.C: add WITH_WARNINGS
10319
10320         * vc-backend.h:
10321         * vc-backend.C:
10322         * bufferlist.C: s/retrive/retrieve/, add docs
10323
10324         * vspace.h:
10325         * vspace.C:
10326         * kbmap.h:
10327         * lyxlength.h:
10328         * lyxgluelength.h:
10329         * length_common.h:
10330         * chset.h:
10331         * chset.C: add docs
10332
10333         * lyxgui.C: add ID to X error handler
10334
10335         * lyxtestclass.c: fix typo
10336
10337 2002-02-26  Juergen Vigna  <jug@sad.it>
10338
10339         * tabular_funcs.C (write_attribute): changed so that some default
10340         attributes are not written at all.
10341         (getTokenValue): set default values before trying to read the
10342         value so we have the return value always set as default if we don't
10343         find the token we search for.
10344
10345         * tabular.C (Write): write bools as bools not as strings!
10346
10347 2002-02-22  Juergen Vigna  <jug@sad.it>
10348
10349         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10350         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10351
10352         * text.C (leftMargin): don't add an indent for paragraphs inside
10353         tabular cells (fix #208).
10354
10355 2002-02-21  José Matos  <jamatos@fep.up.pt>
10356
10357         * tabular.C (docBook): fixed support for long tables.
10358
10359 2002-02-20  Juergen Vigna  <jug@sad.it>
10360
10361         * text2.C (getFont): get the drawing font of the Inset if this
10362         paragraph is inside an inset (only important for InsetERT for now).
10363
10364         * buffer.C (insertErtContents): use new lanugage params in ERT
10365         constructor.
10366
10367         * CutAndPaste.C: commenting out seemingly uneeded code.
10368
10369 2002-02-19  Allan Rae  <rae@lyx.org>
10370
10371         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10372         Iterators might be simple to use but they also get invalidated.
10373         (removeAutoInsets): renamed saved cursor tracking variables and added
10374         some comments to clarify what everything does.
10375
10376 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10377
10378         * Chktex.C:
10379         * LaTeX.C:
10380         * LyXSendto.C:
10381         * converter.C:
10382         * lyx_cb.C:
10383         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10384         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10385
10386         * lyxfunc.C:
10387         * vc-backend.h: remove #include "support/syscall.h"
10388
10389         * LaTeX.C:
10390         * LyXSendto.C:
10391         * converter.C: rearrange #includes in Lars' approved fashion.
10392
10393         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10394         forward declare class Timeout in the header file.
10395
10396         * XFormsView.C: changes due to the above.
10397
10398         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10399         similar to LyXView.
10400
10401         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10402         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10403
10404 2002-02-18  José Matos  <jamatos@fep.up.pt>
10405
10406         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10407         insets contents.
10408
10409 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10410
10411         * a lot of small ws changes
10412         * add a lot of using std::XXX
10413         * use std construcs some places where approp.
10414         * use some exisint stuff from lyxfunctional where approp.
10415         * Make file changes to use partial linking (lets test this now...)
10416
10417 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10418
10419         * Chktex.C:
10420         * buffer.C:
10421         remove #include "support/syscontr.h" as it's redundant. Always has been.
10422
10423         * Chktex.C:
10424         * LaTeX.C:
10425         * LyXSendto.C:
10426         * converter.C:
10427         * lyx_cb.C:
10428         * vc-backend.C:
10429         change Systemcalls::System to Systemcalls::Wait and
10430         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10431         No change of functionality, just reflects the stripped down Systemcalls
10432         class.
10433
10434 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10435
10436         * debug.[Ch]: add a GRAPHICS type to the enum.
10437
10438 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10439
10440         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10441
10442         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10443         there is an inset.
10444
10445 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10446
10447         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10448         match the changes below.
10449
10450         * text2.C (toggleInset): if there is not editable inset at cursor
10451         position, try to see if cursor is _inside_ a collapsable inset
10452         and close it.
10453
10454 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10455
10456         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10457         document menu has a nice checkbox
10458
10459 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10460
10461         * lyxlength.C (asLatexString): change PW to output as percent of
10462         \textwidth.
10463
10464         * lengthcommon.C: change '%' to 't%'
10465
10466         * lyxfunc.C (dispatch): a few comments from Martin
10467
10468 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10469
10470         * WorkArea.h:
10471         * WorkArea.C:
10472         * BufferView_pimpl.h:
10473         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10474           the X selection.
10475
10476 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10477
10478         * vspace.C (inPixels): fix compiler warning
10479
10480 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10481
10482         * lyxfunc.C (getStatus): fix status message for disabled commands.
10483
10484 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10485
10486         * BufferView_pimpl.C: fix crash on close buffer
10487         during selection (#227)
10488
10489 2002-01-27  Herbert Voss  <voss@lyx.org>
10490
10491         * buffer.C: link old Figure to new graphic inset
10492
10493 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10494
10495         * FontLoader.C (getFontinfo): Change the latex font names in order
10496         to match the names of type1inst.
10497
10498 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10499
10500         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10501
10502         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10503         (extchanged): ditto
10504         (ext_exist): ditto
10505         (remove_files_with_extension): ditto
10506         (remove_file): ditto
10507         (write): ditto
10508
10509         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10510         document is smaller than the work area height. Do not initialize
10511         static variables to 0.
10512
10513 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10514
10515         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10516
10517         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10518         LFUN_LAYOUT_PARAGRAPHS.
10519
10520         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10521         tabular. It is possible to provide a possible cell, which will
10522         typically be the actcell from the corresponding insettabular
10523
10524         * lyxfunc.C (getStatus): small cleanup; disable
10525         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10526         true
10527
10528 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10529
10530         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10531
10532         * paragraph.C (startTeXParParams):
10533         (endTeXParParams): new methods. The LaTeX code to
10534         start/end paragraph formatting
10535         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10536         empty (fixes bug #200)
10537
10538         * vspace.C (inPixels): adapt to the change below
10539         (inPixels): [later] more cleanups (remove unused variables)
10540
10541         * lyxlength.C (inPixels): change to use a width and a height as
10542         parameter.
10543
10544 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10545
10546         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10547         Replaced with \paperwidth
10548
10549         * DepTable.C (insert): add std:: qualifier
10550
10551 2002-01-18  Allan Rae  <rae@lyx.org>
10552
10553         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10554         updated also?
10555
10556         * text.C (drawInset): Turned out I didn't know enough about how
10557         rebreaking worked.  This fixes most of the redraw problems.  I see
10558         an occasional cursor trail when a line is broken now and the cursor
10559         placement can seem out by a few pixels also after a rebreak.
10560
10561 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10562
10563         * buffer.C (parseSingleLyXformat2Token): update because minipage
10564         width is now a LyXLength
10565
10566         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10567
10568         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10569         math insets
10570
10571 2002-01-17  Juergen Vigna  <jug@sad.it>
10572
10573         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10574
10575         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10576         is set correctly and the inset is updated correctly.
10577
10578 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10579
10580         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10581         the beginning of the loop.
10582
10583 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10584
10585         * lyxrc.C: improve help for use_scalable_fonts
10586
10587 2002-01-17  Allan Rae  <rae@lyx.org>
10588
10589         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10590
10591 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10592
10593         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10594         make sure to set their inset_owner to the right value (bug #171)
10595
10596 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10597
10598         * DepTable.h
10599         * DepTable.C: Implement mtime checking to reduce time spent doing
10600         CRCs.
10601
10602 2002-01-16  Juergen Vigna  <jug@sad.it>
10603
10604         * tabular.C (GetAdditionalHeight): one of error fixed.
10605
10606         * lyxrc.C (output): small fix in writing use_pspell.
10607
10608 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10609
10610         * sp_base.h: #include LString.h
10611
10612 2002-01-16  Allan Rae  <rae@lyx.org>
10613
10614         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10615         Can someone check this please?
10616
10617         * text.C (drawInset): It was possible that p.row would be removed by
10618         breakAgainOneRow upsetting a few other settings.  There may be another
10619         small tweak possible by setting need_break_row = 0 when p.row has been
10620         removed but I don't know enough about the logic here.
10621
10622 2002-01-15  Allan Rae  <rae@lyx.org>
10623
10624         * text.C (insertChar): removed conditional truism.
10625
10626         * BufferView2.C (removeAutoInsets): More tweaks.
10627         cur_par_prev could be a stray pointer.  Check for trailing empty line
10628         in case last line was cur_par and only had an error inset on it.
10629
10630 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10631
10632         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10633         absolute
10634
10635         * vc-backend.C (most methods):
10636         * exporter.C (Export):
10637         * converter.C (convert):
10638         (runLaTeX):
10639         * LyXSendto.C (SendtoApplyCB):
10640         * lyxfunc.C (dispatch):
10641         (menuNew):
10642         (open):
10643         (doImport):
10644         * lyx_cb.C (AutoSave):
10645         (InsertAsciiFile):
10646         * BufferView_pimpl.C (MenuInsertLyXFile):
10647         * buffer.C (runChktex): use Buffer::filePath().
10648
10649         * buffer.h: rename filename to filename_; rename filepath to
10650         filepath_ and make it private
10651         (filePath): new method
10652
10653         * buffer.C (writeFile): use fileName()
10654         (getLatexName):
10655
10656         * lyx_main.C (init): fix starting  of LyX when the binary is a
10657         link from so,ewhere else.
10658
10659         * minibuffer.C: include <cctype> for isprint
10660
10661 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10662
10663         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10664         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10665         name clash with InsetCollapsable's width function.
10666
10667 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10668
10669         * lastfiles.C: include <iterator>
10670
10671 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10672
10673         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10674         std::count.
10675
10676         * buffer.C (makeLaTeXFile): ditto.
10677         Also make loop operation more transparent.
10678
10679 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10680
10681         * ToolbarDefaults.C: remove trailing comma closing namespace.
10682
10683         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10684
10685         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10686         as in WorkArea.
10687
10688         * trans.C (Load): comment out unused variable, allowed.
10689
10690 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10691
10692         * minibuffer.[Ch] (append_char): new method to recieve input from the
10693         drop-down completion browser. If a key was pressed, then recieve this
10694         char and append it to the existing string.
10695         (peek_event): modify the positioning data passed to the completion
10696         browser so that it can be placed above the minibuffer rather than below.
10697 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10698
10699         * LyXAction.C (init): alloe error-next for readonly documents.
10700
10701         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10702         count.
10703
10704 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10705
10706         * bufferlist.C (readFile): create the buffer _after_ checking that
10707         the file exists.
10708
10709         * lyxfunc.C (verboseDispatch): fix handling of arguments
10710
10711         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10712
10713         * lyxrc.C: use string::erase() instead of initializing to "".
10714
10715
10716 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10717
10718         * BufferView_pimpl.h:
10719         * BufferView_pimpl.C:
10720         * WorkArea.h:
10721         * WorkArea.C:
10722         * text2.C: tell X when we have made a selection for copying
10723
10724 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10725
10726         * BufferView_pimpl.C (MenuInsertLyXFile):
10727         * lyxfunc.C (menuNew):
10728         (open):
10729         (doImport): add shortcuts to directory buttons
10730
10731         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10732         open a float)
10733
10734         * lyxfunc.C (setStatusMessage):
10735         (getStatusMessage): new methods
10736         (getStatus):use setStatusMessage instead of setErrorMessage
10737         (dispatch): when function is disabled, set error message here
10738         [instead of in getStatus previously]
10739
10740         * BufferView_pimpl.C (workAreaButtonRelease): update
10741         toolbar/menubar here too.
10742
10743 2002-01-13  Allan Rae  <rae@lyx.org>
10744
10745         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10746         Now seems indestructible.  Remaining task is to audit all other
10747         code affected by deleteEmptyParagraphMechanism.  One small quirk
10748         left is that an empty document with an error in the preamble can
10749         be made to report an error but no error box appears.  I don't know
10750         where it goes.
10751         (removeAutoInsets): Improved comments.
10752
10753 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
10754
10755         * Thesaurus.h:
10756         * Thesaurus.C: update for Aiksaurus 0.14
10757
10758 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10759
10760         * text2.C (firstParagraph): removed member function, all uses
10761         replaces with ownerParagraph
10762         (redoParagraphs): here
10763         (updateInset): here
10764         (toggleAppendix): here
10765         * BufferView2.C (insertErrors): here
10766         (setCursorFromRow): here
10767
10768 2002-01-13  Allan Rae  <rae@lyx.org>
10769
10770         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
10771         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
10772         There is still a way to segfault this although you may have to do this
10773         multiple times: Have an InsetERT with an unknown command in it.
10774         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
10775         <down-arrow>, <Enter> again, View->DVI, BANG!
10776
10777         * text2.C (setCursor):
10778         (deleteEmptyParagraphMechanism):
10779         * lyxtext.h (setCursor):
10780         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
10781         Making use of the return value may help fix other bugs.
10782
10783 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10784
10785         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
10786
10787         * LyXView.C (updateMenubar): call MenuBar::update here
10788         (updateToolbar): but not here
10789         (showState): do not update toolbar/menubar
10790
10791         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
10792         should need to care about that.
10793
10794         * lyxfunc.C (verboseDispatch): simplify a bit
10795         (getStatus): have a version which takes a pseudoaction, and
10796         another which requires a (kb_action,string).
10797
10798         * LyXAction.C (retrieveActionArg): make it work also when action
10799         is not a pseudo-action.
10800         (getActionName): simplify a bit
10801         (helpText):
10802
10803 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10804
10805         * lyxfunc.C (verboseDispatch): new families of methods with
10806         several ways to specify a command and a bool to indicate whether
10807         the command name and shortcut should be displayed in minibuffer
10808         (eventually, we could extend that to a finer bitmask like
10809         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
10810         (dispatch): the pristine dispatch command which just, well,
10811         dispatchs! Note it still sets its result to minibuffer; I'm not
10812         sure we want that.
10813
10814         * lyxfunc.h: remove setHintMessage
10815
10816         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
10817
10818 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10819
10820         * BufferView_pimpl.C (specialChar): delete new inset if we have
10821         not been able to insert it.
10822
10823         * kbmap.C: revert to using int instead of kb_action, since all we
10824         are dealing with is pseudo-actions.
10825
10826         * LyXAction.C (searchActionArg): change to return int instead of
10827         kb_action, since the result is a pseudoaction.
10828
10829 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
10830
10831         * buffer.C (insertErtContents): Fix (partially) the font bug.
10832
10833 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10834
10835         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
10836         as the other one is broken on my machine!
10837
10838 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
10839
10840         * commandtags.h:
10841         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
10842
10843 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
10844
10845         * lyxrc.[Ch]: change names and descriptions of popup font variables to
10846         reflect their actual use. Provide compatibility code for older lyxrc
10847         files.
10848
10849         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
10850         FL_NORMAL_STYLE.
10851         change names of popup font variables in line with the changes to lyxrc.C
10852
10853 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10854
10855         * buffer.C (asciiParagraph): avoid outputing a word twice after
10856         an inset.
10857
10858         * lyxrc.C (getDescription): document that document_path and
10859         template_path can be empty.
10860
10861 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10862
10863         * LaTeXFeatures.C (getMacros):
10864         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
10865
10866         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
10867
10868         * LaTeXFeatures.C (useFloat): require "float" here instead of in
10869         getPackages.
10870         (getPackages): rename feature "floats" to "float". Use an array to
10871         iterate over 'simple' features (i.e. just a \usepackage). Add
10872         handling of "amsmath" (renamed from "amsstyle").
10873
10874 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
10875
10876         * LaTeXFeatures.C (require): Prevent duplicate entries in the
10877         features list.
10878
10879 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
10880
10881         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
10882         FuncStaus::FuncStatus & FuncStaus::some_method().
10883
10884 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
10885
10886         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
10887         of the func_satus stuff. Edited and massaged in various ways by
10888         JMarc.
10889
10890         * lyxfunc.C (getStatus): use FuncStatus
10891
10892 2002-01-08  Juergen Vigna  <jug@sad.it>
10893
10894         * text.C (nextBreakPoint): use function Inset::isChar().
10895
10896         * paragraph.C (TeXOnePar): use function
10897         Inset::forceDefaultParagraphs.
10898
10899         * buffer.C (latexParagraphs): use function
10900         Inset::forceDefaultParagraphs.
10901
10902 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10903
10904         * lyx_gui.C (init): set the style of the menu popups to
10905         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
10906
10907 2002-01-07  Juergen Vigna  <jug@sad.it>
10908
10909         * text.C (setHeightOfRow): small fix
10910         (prepareToPrint): don't look at alignment if we don't have the place
10911         for doing it.
10912
10913 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10914
10915         * box.C: New file. Move the Box methods and functions out of box.h,
10916         following Lars' suggestion.
10917
10918 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
10919
10920         * box.h: #include "support/LOstream.h", needed for inlined function.
10921
10922         * lyxtextclass.C:
10923         * lyxtextclasslist.C: added some using std declarations.
10924
10925 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
10926
10927         * box.h: make signed dimensions to allow insets wider than
10928           the screen (bug #162)
10929
10930         * BufferView_pimpl.C: add some insetHit debug
10931
10932 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
10933
10934         * vc-backend.C: add FIXME
10935
10936 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10937
10938         * lyxfunc.C (getStatus): enable code for showing math font status
10939         in toolbar/menu.
10940
10941 2002-01-07  Juergen Vigna  <jug@sad.it>
10942
10943         * text.C (nextBreakPoint): removed debug output not needed anymore.
10944
10945 2002-01-06  Juergen Vigna  <jug@sad.it>
10946
10947         * text.C (nextBreakPoint): fixed up this function we had this bug
10948         since ever but now hopefully we break row better.
10949         (insertChar): we have to check if an inset is the next char as it
10950         could now happen that a large inset is causing a break.
10951
10952 2002-01-05  Juergen Vigna  <jug@sad.it>
10953
10954         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
10955         if it doesn't like to be drawed.
10956
10957 2002-01-04  Juergen Vigna  <jug@sad.it>
10958
10959         * BufferView2.C (lockInset): forgot to set a cursor.
10960
10961         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
10962
10963 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
10964
10965         * FormMathsPanel.C:
10966         * FormMathsPanel.h
10967         * MathsSymbols.C:
10968         * form_maths_panel.C:
10969         * form_maths_panel.h:
10970         * form_maths_panel.fd: implemented sub- and super- buttons in math
10971         panel.
10972
10973         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
10974         (or ^ space) to be used as in TeX (req'd by André).
10975
10976         * lyxfunc.C: Allow ^ and _ again to be used both as
10977         super/subscript (mathed) and as themselves (in text).
10978
10979 2002-01-03  Allan Rae  <rae@lyx.org>
10980
10981         * LyXView.C (updateWindowTitle): Setup a short icon title of either
10982         "LyX" or the filename of the current buffer if it has one.  This is a
10983         modified form of John Levon's patch.
10984
10985         * XFormsView.C (setWindowTitle): also set icon title.
10986
10987         * LyXView.h (setWindowTitle): signature changed.
10988         * XFormsView.h (setWindowTitle): ditto.
10989
10990 2002-01-02  Juergen Vigna  <jug@sad.it>
10991
10992         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
10993
10994 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10995
10996         * screen.C (topCursorVisible): introduce a temp var for
10997         text->cursor.row(), handle the case where this row is null. (kindo
10998         hachish)
10999
11000         * text2.C (setCursor): add a couple of asserts.
11001
11002         * paragraph.h (inset_iterator): add -> operator
11003
11004         * paragraph.[Ch] (autoDeleteInsets): remove member function
11005
11006         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11007         cursor pos correctly and handle inset deletion by itself.
11008         (insertErrors): move iterator declaration out of for expression
11009
11010         * lyxtextclass.C: add <algorithm>
11011
11012         * Makefile.am: added the new files to sources, removed layout.C
11013
11014         * layout.C: removed file
11015
11016         * layout.h: remove LYX_DUMMY_LAYOUT
11017
11018         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11019         layout.
11020
11021         * lyxlayout.[Ch]:
11022         * lyxtextclass.[Ch]:
11023         * lyxtextclasslist.[Ch]: new files
11024
11025         * include order changes to a lot of files, also changes because of
11026         the six new files.
11027
11028 2001-12-27  Juergen Vigna  <jug@sad.it>
11029
11030         * buffer.C (asciiParagraph): more fixes.
11031
11032         * tabular.C (ascii): make ascii export support export of only the
11033         data separated by a column-delimiter.
11034         (ascii): better support for ascii export.
11035
11036         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11037
11038 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11039
11040         * tabular_funcs.C: use a "using std::getline" instead of the
11041         previous fix from Angus (necessary for cxx + lyxstring)
11042
11043 2001-12-24  Juergen Vigna  <jug@sad.it>
11044
11045         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11046
11047         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11048         problems. First check a minipage also if we have some ert-contents
11049         (not only on par->size(), second set the right depth of the paragraph
11050         on the relink to the root-paragraph-list!
11051
11052         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11053         which then did not anymore update the main paragraphs on undo/redo!
11054
11055 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11056
11057         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11058         code. Support all font-changing funcs (even those which are not in
11059         menu currently). Support for reporting font settings in
11060         mathed (disabled until Andre provides a function on mathed's side).
11061
11062         * func_status.h (toggle): small helper function to set toggle
11063         state on a flag.
11064
11065 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11066
11067         * tabular_funcs.C: getline -> std::getline
11068
11069 2001-12-21  Juergen Vigna  <jug@sad.it>
11070
11071         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11072         accessed and could be 0 (I couldn't generate this but it seems
11073         Michael could!).
11074
11075 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11076
11077         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11078         * tabular_funcs.h: here and include iosfwd
11079
11080 2001-12-20  Juergen Vigna  <jug@sad.it>
11081
11082         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11083         inside inset but undo_par was.
11084
11085 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11086
11087         * Thesaurus.C: always include <config.h> in sources.
11088
11089         * Painter.h:
11090         * lyxlookup.h:
11091         * box.h: do not include <config.h> in header files
11092
11093         * text.C (paintLastRow): remove unused variable
11094
11095         * text.C (transformChar):
11096         (insertChar):
11097         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11098
11099         * Painter.C (text):
11100         * font.C (width): rewrite to use uppercase() instead of
11101         islower/toupper.
11102
11103         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11104
11105 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11106
11107         * lyxfind.C: clean up of find failure position change
11108
11109 2001-12-20  Juergen Vigna  <jug@sad.it>
11110
11111         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11112
11113         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11114         (TeXRow): added to LaTeX a single tabular row.
11115         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11116         (Latex): simplified and finally good LT-h/f support.
11117         (various_functions): just small adaptions for LT-h/f support.
11118
11119         * tabular_funcs.[hC]: added and moved here all not classfunctions
11120         of LyXTabular.
11121
11122 2001-12-19  Juergen Vigna  <jug@sad.it>
11123
11124         * tabular.[Ch]: better support for longtabular options (not finished
11125         yet!)
11126
11127 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11128
11129         * text.C (paintLastRow): use the label font instead of the font of
11130         the last character to compute the size of *_BOX. This makes more
11131         sense and avoids a crash with empty paragraphs.
11132         Use Painter::rectangle to draw EMPTY_BOX.
11133
11134 2001-12-19  Juergen Vigna  <jug@sad.it>
11135
11136         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11137         the paragraphs if the replaced paragraph is not the first one!
11138         Tried to delete not used paragraphs but does not work yet so for
11139         now it's inside #ifdef's and by default off!
11140
11141 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11142
11143         * MenuBackend.C: include "lyx_main.h" instead of declaring
11144         lastfiles (actually was declared as LastFiles* instead of a
11145         scoped_ptr).
11146
11147 2001-12-17  Juergen Vigna  <jug@sad.it>
11148
11149         * tabular.C (AppendColumn): applied John's fix
11150
11151 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11152
11153         * BufferView.h:
11154         * BufferView.C:
11155         * BufferView_pimpl.h:
11156         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11157
11158         * Makefile.am:
11159         * box.h: new start of class for above
11160
11161         * lyxfunc.C: ignore space-only minibuffer dispatches.
11162           Show the command name when it doesn't exist
11163
11164         * minibuffer.C: don't add empty lines to the history
11165
11166         * minibuffer.C: add a space on dropdown completion
11167
11168 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11169
11170         * text.C: fix line above/below drawing in insets
11171
11172 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11173
11174         * lyxlength.C (LyXLength): Initialize private variables.
11175
11176 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11177
11178         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11179         when inserting error insets.
11180
11181 2001-12-13  Juergen Vigna  <jug@sad.it>
11182
11183         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11184         actually sometimes the before-paragraph.
11185         (setUndo): don't clear the redostack if we're not actually undoing!
11186
11187 2001-12-06  Juergen Vigna  <jug@sad.it>
11188
11189         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11190         and fixed redoing of main paragraph, so we can use it now ;)
11191
11192         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11193
11194 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11195
11196         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11197         Juergen's request
11198
11199 2001-12-13  André Pönitz <poenitz@gmx.net>
11200
11201         * undostack.[Ch]:
11202         * undo_func.C: minor cleanup
11203
11204 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11205
11206         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11207         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11208         font in urw-fonts package which is marked as -urw-fontspecific and
11209         does not work (incidentally, changing the encoding in the
11210         fonts.dir of this package to -adobe-fontspecific fixes the
11211         problem).
11212
11213         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11214         is a crash when undoing first paragraph (Juergen, please take a
11215         look). THis does not mean the undo fix is wrong, just that it
11216         uncovers problems.
11217
11218         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11219         the (Paragraph*) version when needed instead of duplicating the
11220         code.
11221
11222         * text.C (workWidth): use Inset::parOwner to find out where the
11223         inset has been inserted. This is a huge performance gain for large
11224         documents with lots of insets. If Inset::parOwner is not set, fall
11225         back on the brute force method
11226
11227         * paragraph_pimpl.C (insertInset):
11228         * paragraph.C (Paragraph):
11229         (cutIntoMinibuffer): set parOwner of insets when
11230         inserting/removing them
11231
11232         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11233
11234 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11235
11236         * commandtags.h:
11237         * LyXAction.C:
11238         * lyx_main.C:
11239         * lyxfunc.C:
11240         * mathed/formulabase.C:
11241         * mathed/math_cursor.[Ch]:
11242         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11243
11244
11245 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11246
11247         * lyxlength.[Ch] (operator!=): new function
11248
11249 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11250
11251         * text.C (workWidth): use Inset::parOwner to find out where the
11252         inset has been inserted. This is a huge performance gain for large
11253         documents with lots of insets. If Inset::parOwner is not set, fall
11254         back on the brute force method
11255
11256         * paragraph_pimpl.C (insertInset):
11257         * paragraph.C (Paragraph):
11258         (cutIntoMinibuffer): set parOwner of insets when
11259         inserting/removing them
11260
11261         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11262
11263 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11264
11265         * tabular-old.C (getTokenValue):
11266         * tabular.C (getTokenValue):
11267         (write_attribute): new versions for LyXLength
11268         (everywhere): adjust the use of widths
11269
11270         * tabular.h: change the type of widths from string to LyXLength
11271
11272 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11273
11274         * paragraph.C: fixed missing line number count when exporting
11275         Environments to LaTeX file
11276
11277         * buffer.C: added informational message for checking line numbers.
11278
11279 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11280
11281         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11282         paragraph, do the 'double space' part, but not the 'empty
11283         paragraph' one.
11284
11285         * text.C (workWidth): small optimization
11286         (getLengthMarkerHeight): use minimal size for negative lengths.
11287
11288 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11289
11290         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11291
11292         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11293
11294 2001-12-11  André Pönitz <poenitz@gmx.net>
11295
11296         * FontLoader.C:
11297         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11298
11299 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11300
11301         * text2.C: keep selection on a setFont()
11302
11303 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11304
11305         * lyx_cb.C: another bv->text misuse, from insert label
11306
11307 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11308
11309         * kbsequence.h:
11310         * kbsequence.C: re-instate nmodifier mask
11311
11312 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11313
11314         * lyx_main.h: make lyxGUI private.
11315
11316 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11317
11318         * lyxfind.C: place the cursor correctly on failed search
11319
11320 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11321
11322         * text.C (getLengthMarkerHeight): for small heights, the arrows
11323         are not always on top/bottom of the text
11324         (drawLengthMarker): smaller arrows; take the left margin in
11325         account; draw also vfills.
11326         (paintFirstRow):
11327         (paintLastRow): remove special code for vfill and standard spaces,
11328         since everything is handled in drawLengthMarker now.
11329
11330 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11331
11332         * buffer.C (insertErtContents): try to handle font and language
11333         interaction a bit better.g
11334
11335         * ColorHandler.C (updateColor): change the hash to cover the whole
11336         LColor enum, ws cleanup
11337         (getGCLinepars): ditto
11338         (getGCLinepars): only lookup in the linecache once.
11339
11340 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11341
11342         * iterators.C (operator++): Make the iterator more robust
11343
11344         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11345         (John's patch)
11346         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11347
11348 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11349
11350         * lyxtext.h:
11351         * text.C: better added space drawing
11352
11353 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11354
11355         * LyXView.C:
11356         * BufferView2.C: fix layout combo update on inset unlock
11357
11358 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11359
11360         * Makefile.am: don't compile unused files
11361
11362 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11363
11364         * lyxfunc.C:
11365         * commandtags.h:
11366         * LyXAction.C: remove old LFUN_LAYOUTNO
11367
11368 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11369
11370         * paragraph_pimpl.h:
11371         * paragraph_pimpl.C: isTextAt() doesn't need font param
11372
11373 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11374
11375         * lyxlex.h:
11376         * lyxlex.C: little cleanup
11377
11378 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11379
11380         * BufferView_pimpl.C: fix insertAscii for insets
11381
11382 2001-12-05  Juergen Vigna  <jug@sad.it>
11383
11384         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11385         set the right font on the "multi" paragraph paste!
11386
11387 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11388
11389         * trans_decl.h:
11390         * trans_mgr.[Ch]:
11391         * trans.[Ch]:
11392         * lyxgluelength.C:
11393         * lyxlength.C: remove out-commented code.
11394
11395         * BufferView_pimpl:
11396         * CutAndPaste.C:
11397         * DepTable.C:
11398         * buffer.C:
11399         * chset.C:
11400         * lastfiles.C:
11401         * lyxlex.C:
11402         * lyxlex_pimpl.C:
11403         * lyxserver.C:
11404         * screen.C:
11405         * tabular-old.C:
11406         * tabular.C:
11407         * text.C:
11408         * trans_mgr.C:
11409         * vc-backend.C: change "while(" to "while ("
11410
11411         * lyxlength.[Ch]: add zero function to check if length is zero or
11412         not
11413         * lyxgluelength.C: use it
11414
11415 2001-12-05  Allan Rae  <rae@lyx.org>
11416
11417         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11418         Works for 2.95.3, from what I understand of Garst's reports this should
11419         work for other g++ versions.  We're screwed if the abs(int) definition
11420         changed between bugfix releases of gcc.
11421
11422 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11423
11424         * text.C: fix chapter label offset !
11425
11426 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11427
11428         * lyxtext.h:
11429         * text.C: fix hfill at end of line, clean up
11430
11431 2001-12-04  Juergen Vigna  <jug@sad.it>
11432
11433         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11434         that we force an update of the inset and it's owners if neccessary.
11435
11436 2001-12-03  Juergen Vigna  <jug@sad.it>
11437
11438         * text.C (rowLast): simplified code
11439
11440 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11441
11442         * lyxfunc.C: fix show options on timeout
11443
11444 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11445
11446         * screen.C (topCursorVisible): scroll half a page when the cursor
11447         reached top of bottom of screen
11448
11449 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11450
11451         * minibuffer.C: deactivate on loss of focus
11452
11453 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11454
11455         * vspace.[Ch] (operator!=): add operator.
11456
11457 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11458
11459         * BufferView_pimpl.C: refuse to open an inset when
11460         there's a selection.
11461
11462 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11463
11464         * BufferView_pimpl.C: allow to click on RHS of full row insets
11465
11466 2001-11-30  Juergen Vigna  <jug@sad.it>
11467
11468         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11469         insets for undo reasons.
11470
11471 2001-11-28  André Pönitz <poenitz@gmx.net>
11472
11473         * vspace.[Ch]: cosmetical changes
11474
11475 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11476
11477         * LyXAction.h:
11478         * LyXAction.C:
11479         * lyxfunc.h:
11480         * lyxfunc.C:
11481         * kbmap.h:
11482         * kbmap.C:
11483         * lyxrc.C:
11484         * kbsequence.h:
11485         * kbsequence.C: part re-write of old kb code
11486
11487         * Painter.C:
11488         * WorkArea.C: remove Lgb_bug_find_hack
11489
11490 2001-11-30  José Matos <jamatos@fep.up.pt>
11491
11492         * buffer.C (makeDocBookFile): add a comment to point a hack.
11493         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11494         Fixed a double write of labels.
11495
11496 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11497
11498         * LaTeX.C:
11499         * LaTeX.h Fixed bug in LaTeX class where it would not
11500         re-run latex if no depfiles were changed, but the .dvi was removed.
11501
11502 2001-11-28  André Pönitz <poenitz@gmx.net>
11503
11504         * all the files from the change on 2001/11/26:
11505         use lyx::layout_type instead of LyXTextClass::size_type
11506         use lyx::textclass_type instead of LyXTextClassList::size_type
11507
11508 2001-11-29  Juergen Vigna  <jug@sad.it>
11509
11510         * text.C: added support for paragraph::isFreeSpacing()
11511
11512         * buffer.C: same as above
11513
11514         * paragraph.h: inserted isFreeSpacing() function to enable
11515         FreeSpacing inside InsetERT.
11516
11517         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11518         of the paragraph's in the cut/copy buffer to 0!
11519
11520         * text2.C (removeRow): remove the assert as it can!
11521
11522         * lyxtext.h: added helper function firstRow returning firstrow and
11523         made firstrow private again.
11524
11525         * BufferView2.C (lockInset): don't relock if we're already locked!
11526
11527         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11528         the only paragraph.
11529         (removeRow): added Assert::(firstrow)
11530
11531         * debug.C: forgot to add INSETTEXT here.
11532
11533 2001-11-28  Juergen Vigna  <jug@sad.it>
11534
11535         * sp_spell.C (initialize): changed error text to more general
11536         spellchecker command use (not only ispell!)
11537
11538         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11539
11540         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11541
11542 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11543
11544         * vspace.C: initialise lyxgluelength on failure
11545
11546 2001-11-28  Allan Rae  <rae@lyx.org>
11547
11548         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11549         declaration & definition that looks like a function declaration.
11550
11551 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11552
11553         * BufferView2.C (copy):
11554         (copyEnvironment): do not clear the selection when doing a copy.
11555
11556         * text.C (paintFirstRow): compilation fix
11557
11558 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11559
11560         * tabular.C (Latex): correct line count when writing latex.
11561
11562 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11563
11564         * paragraph_pimpl.h:
11565         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11566           bug a bit
11567
11568 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11569
11570         * text.C:
11571         * LColor.h:
11572         * LColor.C: change vfillline->added_space
11573
11574         * text.C: add markers and text for added space
11575
11576         * vspace.C: fix comment
11577
11578 2001-11-28  André Pönitz <poenitz@gmx.net>
11579
11580         * paragraph.C: whitespace changes
11581         * all the other files from the change on 2001/11/26:
11582         change *::pos_type into lyx::pos_type
11583
11584 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11585
11586         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11587         language of the document when inserting error insets.
11588
11589 2001-11-26  André Pönitz <poenitz@gmx.net>
11590
11591         * BufferView_pimpl.[Ch]:
11592         *       CutAndPaste.C:
11593         * buffer.[Ch]:
11594         * lyxcursor.[Ch]:
11595         * lyxfind.C:
11596         * lyxfunc.C:
11597         * lyxrow.[Ch]:
11598         * paragraph.[Ch]:
11599         * paragraph_pimpl.[Ch]:
11600         * sp_spell.C:
11601         * text.C:
11602         * text2.C: reduce header dependencies, introduce type for positions
11603
11604 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11605
11606         * <various>: change to use Alert.h
11607
11608 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11609
11610         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11611         when encountering an unknown token.
11612         (readLyXformat2): Show an error message if there were unknown tokens.
11613
11614 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11615
11616         * BufferView2.C:
11617         * BufferView_pimpl.C:
11618         * buffer.C:
11619         * paragraph.h:
11620         * text.C:
11621         * text2.C: use par->isInset()
11622
11623 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11624
11625         * paragraph_pimpl.h:
11626         * paragraph_pimpl.C: cleanup
11627
11628 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11629
11630         * text2.C (removeRow):
11631         * text.C (setHeightOfRow): remove useless (and costly) call to
11632         getRow.
11633
11634 2001-11-20  Allan Rae  <rae@lyx.org>
11635
11636         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11637         Now need Inset*::checkInsertChar() to return true for appropriate
11638         cases so that the characters in the minibuffer will actually be
11639         inserted.
11640
11641 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11642
11643         * text.C: change the order of the includes.
11644         (workWidth): initialize it at once.
11645         (workWidth): make maxw unsigned
11646         (setHeightOfRow): remove unused variable (inset)
11647         (selectSelectedWord): remove unused variable (inset)
11648         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11649
11650 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11651
11652         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11653         server is not running.
11654         (openConnection):
11655         (closeConnection): add debug info when server is disabled.
11656
11657         * ColorHandler.C (getGCForeground): send debug message to GUI
11658         channel.
11659
11660         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11661
11662         * kbmap.C (bind): modify because return conventions of
11663         kb_sequence::parse have changed.
11664
11665         * kbsequence.C (parse): only ignore spaces and not any stupid
11666         control character. This avoids tests like s[i] <= ' ', which are
11667         guaranteed to fail with 8bit characters and signed chars.
11668         Change return code to string::npos when there have been no error
11669         (0 was a bad idea when error is at first character)
11670
11671 2001-11-14  José Matos  <jamatos@fep.up.pt>
11672
11673         * buffer.h:
11674         * buffer.C (simpleDocBookOnePar): removed unused argument.
11675
11676 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11677
11678         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11679         insets which are part of a word. Paragraph::isLetter takes care of
11680         that now. Use Paragraph::isInset to identify insets.
11681         (selectSelectedWord): do not test for hyphenation break.
11682
11683         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11684         that protected spaces are considered as spaces.
11685
11686         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11687         Inset::isLetter.
11688
11689 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11690
11691         * lyxserver.h:
11692         * lyxserver.C: fix it. and small cleanup.
11693
11694 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11695
11696         * BufferView_pimpl.C: use inline helpers
11697
11698         * LaTeXFeatures.h:
11699         * LaTeXFeatures.C: fix typos
11700
11701         * Spacing.h:
11702         * Spacing.C: move spacing_string into class
11703
11704         * ToolbarDefaults.C: move stuff into namespace anon
11705
11706         * layout.h: update enum
11707
11708         * lyxfunc.C: use better debug
11709
11710         * minibuffer.h: fix typo
11711
11712         * debug.h:
11713         * debug.C:
11714         * WorkArea.C: add and use Debug::WORKAREA
11715
11716         * lyxtext.h:
11717         * text.C:
11718         * text2.C: code re-organisation, inline helpers
11719
11720 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11721
11722         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11723         std::vector.empty().
11724
11725 2001-11-09  Allan Rae  <rae@lyx.org>
11726
11727         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11728         '\n's after tables.  Tabular and ERT inset work now makes this no
11729         longer necessary.
11730
11731 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11732
11733         * minibuffer.h:
11734         * minibuffer.C: fix crash, improve drop-down completion
11735
11736 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11737
11738         * lyxserver.h:
11739         * lyxserver.C: invalidate fd's when doing endPipe()
11740
11741 2001-11-08  José Matos  <jamatos@fep.up.pt>
11742
11743         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11744         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11745
11746         * paragraph.h:
11747         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11748
11749 2001-11-07  José Matos  <jamatos@fep.up.pt>
11750
11751         * buffer.h:
11752         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
11753         const qualifier.
11754
11755         * buffer.C (sgmlOpenTag):
11756         * buffer.C (sgmlCloseTag): removed debug info.
11757
11758         * buffer.h (sgmlOpenTag):
11759         * buffer.h (sgmlCloseTag): made public.
11760
11761 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11762
11763         * buffer.C (saveParamsAsDefaults):
11764         * lyx_cb.C (MenuLayoutSave): remove
11765
11766         * LyXAction.C (init):
11767         * commandtags.h:
11768         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
11769
11770 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11771
11772         * buffer.C (setPaperStuff): removed from here...
11773
11774         * bufferparams.C (setPaperStuff): ... and moved there.
11775
11776 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
11777
11778         * minibuffer.h:
11779         * minibuffer.C:
11780         * XFormsView.C: add support for drop-down completion
11781
11782 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
11783
11784         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
11785         commands.
11786
11787 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11788
11789         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
11790         disabled.
11791
11792 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
11793
11794         * lyx_main.C: change ref to known bugs
11795
11796 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
11797
11798         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
11799         to work around older babel problems.
11800
11801 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11802
11803         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
11804
11805 2001-10-24  Juergen Vigna  <jug@sad.it>
11806
11807         * tabular-old.C (ReadOld): below variable changes reflected.
11808
11809         * tabular.[Ch]: added ltType struct for longtable header/footer
11810         defines and changed all instances where they are used. Added
11811         future support for double top/bottom rows.
11812
11813 2001-10-24  José Matos  <jamatos@fep.up.pt>
11814
11815         * buffer.h (docbookHandleCaption):
11816         * buffer.C (docbookHandleCaption): removed unused function.
11817         (makeDocBookFile): moved docbook supported version to v4.1.
11818
11819 2001-10-24  José Matos  <jamatos@fep.up.pt>
11820
11821         * tabular.h:
11822         * tabular.C (docbookRow): new function to export docbook code of a row.
11823         (DocBook): now honors the longtable flags.
11824
11825 2001-10-23  José Matos  <jamatos@fep.up.pt>
11826
11827         * LaTeXFeatures.h:
11828         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
11829         of the lyx defined sgml entities used in a docbook/linuxdoc document.
11830
11831         * buffer.C (makeLinuxDocFile):
11832         (makeDocBookFile): reworked the preamble, more clean, and with
11833         support for lyx defined entities. Changed the document declaration
11834         to be more XML friendly.
11835
11836         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
11837         if we need to output XML that should be done with a filter.
11838
11839 2001-10-22  Juergen Vigna  <jug@sad.it>
11840
11841         * sp_pspell.h (class PSpell): add alive function needed in the
11842         controller to see if the spellchecker could be started.
11843
11844 2001-10-22  Juergen Vigna  <jug@sad.it>
11845
11846         * buffer.C (insertStringAsLines): modify the font for inserting
11847         chars in certain conditions by calling checkInsertChar(font).
11848
11849 2001-10-19  Juergen Vigna  <jug@sad.it>
11850
11851         * text.C (workWidth): use getRow instead of wrong algorithm.
11852         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
11853
11854 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
11855
11856         * lyxserver.h:
11857         * lyxserver.C:
11858         * lyx_main.h:
11859         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
11860
11861 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11862
11863         * text.C (workWidth): do not search for the exact row when
11864         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
11865         optimization for big documents.
11866
11867 2001-10-18  Juergen Vigna  <jug@sad.it>
11868
11869         * text.C (workWidth): new function with added Inset * parameter.
11870
11871 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11872
11873         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
11874
11875         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
11876         change return type of getColumnNearX.
11877
11878
11879         * text.C (changeRegionCase): use uppercase/lowercase instead of
11880         toupper/tolower.
11881         (leftMargin):
11882         (rightMargin): simplify code by factoring out the uses of
11883         textclasslist.
11884         (labelFill):
11885         (numberOfHfills):
11886         (setHeightOfRow):
11887         (appendParagraph): use Paragraph::size_type
11888
11889 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11890
11891         * vspace.C (asLatexString): add a missing break
11892
11893 2001-10-15  Herbert Voss  <voss@perce.de>
11894
11895         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
11896
11897 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11898
11899         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
11900         is not available.
11901
11902 2001-10-10  André Pönitz <poenitz@gmx.net>
11903
11904         * lyxfunc.C: removed greek_kb_flag.
11905
11906 2001-10-10  Herbert Voss  <voss@perce.de>
11907
11908         * lyx_main.C: delete global string help_lyxdir.
11909
11910 2001-10-09  Herbert Voss  <voss@perce.de>
11911
11912         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
11913
11914         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
11915
11916         * lyx_main.C: added global string help_lyxdir.
11917
11918         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
11919
11920 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11921
11922         * lyxrc.C (set_font_norm_type): support iso8859-4
11923
11924 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
11925
11926         * LaTeX.C (deplog): add another regex for MikTeX
11927
11928 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
11929
11930         * lyxrc.C (set_font_norm_type): support iso8859-3
11931
11932 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11933
11934         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
11935
11936         * LaTeXFeatures.C: remove special case of french and index
11937
11938         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
11939         before \begin{document}). This solves several incompatibilities.
11940
11941 2001-10-03  Garst Reese  <reese@isn.net>
11942
11943         * lyx_cb.C: change CheckTex error msg.
11944
11945 2001-10-03  José Matos  <jamatos@fep.up.pt>
11946
11947         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
11948
11949 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11950
11951         * .cvsignore: update
11952
11953         * lyx_main.C (commandLineVersionInfo): use new style version info.
11954
11955         * buffer.C (writeFile):
11956         (makeLaTeXFile):
11957         (makeLinuxDocFile):
11958         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
11959
11960         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
11961
11962         * version.h: update to use stuff in version.C
11963
11964         * version.C.in: new file. Contains version information determined
11965         at compile time. This is a merging of version.h and
11966         version_info.h.in.
11967
11968 2001-10-03  Juergen Vigna  <jug@sad.it>
11969
11970         * BufferView_pimpl.C (update): don't change "dirty" status in
11971         updateInset call.
11972
11973 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
11974
11975         * WorkArea.C (c-tor): re-position version string slightly.
11976
11977 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
11978
11979         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
11980         revert to previous code.
11981
11982         WorkArea.[Ch]: (show, destroySplash): methods removed.
11983
11984         WorkArea.C: rework code so that it's an amalgam of the codes before and
11985         after the splash screen was moved to WorkArea.
11986
11987 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11988
11989         * lyxrc.C (read):
11990         * vspace.C (inPixels):
11991         (lyx_advance):
11992         * kbmap.C (bind):
11993         * buffer.C (insertStringAsLines):
11994         (asciiParagraph): fix types to be large enough
11995
11996         * lyxlex_pimpl.h: change member status from short to int
11997
11998         * layout.h: fix type of endlabeltype
11999
12000         * kbmap.C (bind):
12001         * kbsequence.C (parse): change return type to string::size_type
12002
12003         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12004         variable
12005
12006         * Bullet.C (bulletSize):
12007         (bulletEntry): do not use short ints as parameters
12008
12009         * BufferView2.C (insertLyXFile): change a char to an int.
12010
12011         * WorkArea.C (WorkArea): remove unneeded floats in computation
12012
12013 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12014
12015         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12016
12017         * paragraph.C (asString): Do not ignore newline/hfill chars when
12018         copying to the clipboard.
12019
12020 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12021
12022         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12023         after a multi-line inset.
12024
12025 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12026
12027         * paragraph.C (validate): Set NeedLyXFootnoteCode
12028
12029 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12030
12031         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12032         and decrease-error to decrease.
12033
12034 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12035
12036         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12037         it more readable (should be equivalent)
12038
12039 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12040
12041         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12042
12043 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12044
12045         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12046         of a cursor (row, etc.) after a character has been deleted
12047         (deleteEmptyParagraphMechanism): call the method above on _all_
12048         cursors held by the LyXText when a double space has been
12049         detected/deleted.
12050
12051 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12052
12053         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12054         pixmap.
12055         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12056
12057         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12058         background. Use greyOut() and the new show() methods to toggle between
12059         the foreground and background. Add code to remove the splash after
12060         its initial showing.
12061
12062         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12063         (create_forms): no longer call Dialogs::showSplash.
12064
12065 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12066
12067         * .cvsignore: add version_info.h
12068
12069 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12070
12071         * version_info.h.in: new file
12072
12073         * Makefile.am: add version_info.h.in
12074
12075         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12076         version_info.h instead of VERSION_INFO
12077
12078 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12079
12080         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12081         The ERT inset now returns string().
12082
12083 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12084
12085         * lyxtext.h, text.C (selectNextWord): renamed as
12086         selectNextWordToSpellcheck.
12087
12088         * text.C (selectNextWordToSpellcheck): Modified to not select
12089         words inside an ERT inset.
12090
12091 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12092
12093         * lyx_cb.C (MenuLayoutSave): change a bit the question
12094
12095         * sp_base.h: include <sys/types.h>
12096
12097 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12098
12099         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12100
12101 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12102
12103         * several files: fix typos in user-visible strings
12104
12105 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12106
12107         * text2.C (pasteSelection): do not set the selection, since it
12108         will be cleared later. Actually, the intent was to fix the way the
12109         selection was set, but I figured rmoving the code was just as good.
12110
12111 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12112
12113         * FontLoader.C (available): Check if font is available without
12114         loading the font.
12115
12116 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12117
12118         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12119
12120 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12121
12122         * lyxrc.[Ch]: added display_graphics variable and associated code.
12123
12124 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12125
12126         * bufferparams.C (hasClassDefaults): new method. Returns true if
12127         the buffer parameters correspond to known class defaults
12128
12129 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12130
12131         * XFormsView.C (show): set minimum size to the main window.
12132
12133 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12134
12135         * text2.C (copySelection):
12136         (cutSelection):
12137         * lyxfind.C (LyXReplace):
12138         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12139         LyXText::selectionAsString.
12140
12141         * paragraph.C (asString): add "label" argument to the second form
12142
12143         * text2.C (selectionAsString): add "label" argument and pass it to
12144         Paragraph::asString.
12145
12146 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12147
12148         * lyx_main.C (commandLineHelp): remove version information
12149
12150 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12151
12152         * lyx_main.C: add -version commandline option
12153
12154 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12155
12156         * paragraph.h: make the optional constructor arg required instead.
12157         some modifications to other files because of this.
12158
12159         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12160
12161         * lyxserver.C (C_LyXComm_callback): make it static
12162
12163         * lyx_main.C (error_handler): make it static
12164
12165         * lyx_gui.C (LyX_XErrHandler): make it static
12166
12167         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12168
12169         * WorkArea.C: make the extern "C" methods static.
12170
12171         * Makefile.am (lyx_LDADD): simplify
12172
12173 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12174
12175         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12176         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12177
12178         * LyXAction.C (init):
12179         * lyxfunc.C (dispatch): associated code removal.
12180
12181 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12182
12183         * lyxfont.h (isSymbolFont): shut off warning
12184
12185         * text.C (setHeightOfRow):
12186         (getVisibleRow): fix crash with empty paragraphs which have a
12187         bottom line
12188
12189 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12190
12191         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12192         code.
12193
12194 2001-09-04  José Matos  <jamatos@fep.up.pt>
12195         * buffer.C
12196         * buffer.h
12197         * tabular.C (docbook): rename docBook method to docbook.
12198
12199 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12200
12201         * Makefile.am: add dependencies to main.o.
12202
12203 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12204
12205         * FontLoader.C (available): Return false if !lyxrc.use_gui
12206
12207 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12208
12209         * FontInfo.C (query):
12210         * converter.C (view):
12211         * importer.C (Import):
12212         * exporter.C (Export): Can not -> cannot.
12213
12214 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12215
12216         * BufferView_pimpl.C: allow to create index inset even if
12217           string is empty
12218
12219 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12220
12221         * buffer.C (getLists): replace boost::tie code with an explicit pair
12222         as boost::tie can break some compilers.
12223
12224         * iterators.h: Added a std:: declaration to the return type of
12225         ParIterator::size.
12226
12227 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12228
12229         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12230           case.
12231
12232 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12233
12234         * iterators.[Ch]: New files. Provide paragraph iterators.
12235
12236         * buffer.C (changeLanguage): Use paragraph iterators.
12237         (isMultiLingual): ditto
12238
12239         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12240
12241 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12242
12243         * FontLoader.C: Support for cmr font.
12244
12245 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12246
12247         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12248         (available): New method.
12249
12250         * FontInfo.C (getFontname): Use scalable fonts even when
12251         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12252         found.
12253
12254 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12255
12256         * converter.C (Formats::view): reverted! Incorrect fix.
12257
12258 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12259
12260         * converter.C (Formats::view): only output the -paper option
12261         if the dvi viewer is xdvi, thereby fixing bug #233429.
12262
12263 2001-08-23  Herbert Voss  <voss@perce>
12264
12265         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12266
12267 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12268
12269         * Spacing.h (Spacing): Set space to Default on in the default
12270         constructor.
12271
12272 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12273
12274         * vc-backend.h (RCS::versionString): add RCS to version
12275         (CVS::versionString): add CVS to version
12276
12277         * vc-backend.C (scanMaster): do not add CVS to version.
12278         (scanMaster): do not add RCS to version
12279
12280         * lyxvc.C (versionString): new method
12281
12282         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12283
12284 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12285
12286         * Spacing.C (set): initialize fval
12287
12288 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12289
12290         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12291         " or \.
12292
12293 2001-08-16  Juergen Vigna  <jug@sad.it>
12294
12295         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12296
12297 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12298
12299         * BufferView_pimpl.C:
12300         * figureForm.C:
12301         * lyxtext.h:
12302         * text2.C: setParagraph takes linespacing now
12303
12304 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12305
12306         * LyxAction.C: add internal LFUN_CITATION_INSERT
12307
12308         * LyXView.C: actually apply fix
12309
12310         * bufferlist.C: fix open non-existent file
12311
12312         * lyxfind.C: fix indentation
12313
12314         * lyxfunc.C: remove unneeded assert, fix typo
12315
12316 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12317
12318         * MenuBackend.C: use "Floatname List"
12319
12320 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12321
12322         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12323         when converting LaTeX layout to insetERT.
12324         Generate a non-collapsed float when reading old float
12325
12326 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12327
12328         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12329         ERT insets.
12330
12331 2001-08-13  Juergen Vigna  <jug@sad.it>
12332
12333         * text.C (fill): return 0 instead of 20 as this seems to be the more
12334         correct value.
12335
12336 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12337
12338         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12339         lyxrc.font_norm.
12340
12341 2001-08-13  Juergen Vigna  <jug@sad.it>
12342
12343         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12344         casesensitive off.
12345         (SearchBackward): comment out the unlocking of the inset_owner this
12346         should not be needed!
12347
12348 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12349
12350         * Many files: Remove inherit_language, and add latex_language
12351
12352         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12353         collapsible insets.
12354
12355 2001-08-10  Juergen Vigna  <jug@sad.it>
12356
12357         * text.C (prepareToPrint): fixed hfill-width in draw!
12358
12359         * BufferView2.C (selectLastWord): save the selection cursor as this
12360         now is cleared in the function LyXText::clearSelection!
12361
12362 2001-08-08  Juergen Vigna  <jug@sad.it>
12363
12364         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12365         BACKSPACE type functions.
12366
12367         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12368         is only cutted from the document but not put in the cut-buffer, where
12369         still the old stuff should be.
12370
12371         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12372
12373         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12374
12375         * tabular.C (SetWidthOfCell): fixed special case where the width
12376         was not updated!
12377         (LeftLine): handle '|' in align_special.
12378         (RightLine): ditto
12379         (LeftAlreadyDrawed): ditto
12380         (SetWidthOfCell): ditto
12381
12382 2001-08-07  Juergen Vigna  <jug@sad.it>
12383
12384         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12385
12386 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12387
12388         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12389         * lyxlex.[hC]: ditto
12390
12391 2001-08-06  Juergen Vigna  <jug@sad.it>
12392
12393         * text.C (getVisibleRow): fix up row clearing a bit.
12394
12395 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12396
12397         * minibuffer.C: make sure the X server sees the changes in the input.
12398
12399 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12400
12401         * paragraph.C (getFont): split into...
12402         (getLabelFont): this
12403         (getLayoutFont): and this
12404         * paragraph_pimpl.C (realizeFont): calling this
12405
12406         * text2.C (getFont): split into...
12407         (getLayoutFont): this
12408         (getLabelFont): and this
12409         (realizeFont): all three calling this
12410
12411         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12412         files where used.
12413
12414 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12415
12416         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12417
12418 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12419
12420         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12421         layouts from the Quote inset insertion.
12422
12423 2001-08-03  Juergen Vigna  <jug@sad.it>
12424
12425         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12426
12427         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12428         only if status not is already CHANGED_IN_DRAW (second level).
12429
12430         * text.C (draw): don't set the need_break_row when inside an
12431         InsetText LyXText.
12432
12433 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12434
12435         * buffer.C (parseSingleLyXformat2Token): handle more latex
12436         conversion cases.
12437
12438         * bufferview_funcs.[hC]: change function names to
12439         begin with small char, adjust other files.
12440
12441 2001-08-02  André Pönitz <poenitz@gmx.net>
12442
12443         * lyxfunc.C:
12444         BufferView_pimpl.C: remove broken special code for math-greek
12445
12446 2001-08-02  Juergen Vigna  <jug@sad.it>
12447
12448         * BufferView_pimpl.C (update): redone this function so that we
12449         update the text again if there was a CHANGE_IN_DRAW.
12450
12451         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12452         (drawFromTo): added a new internal bool which is used by draw() and
12453         redraw() function.
12454         (general): some cursor drawing problems fixed.
12455
12456 2001-08-01  Juergen Vigna  <jug@sad.it>
12457
12458         * lyxfind.C (LyXFind): fixed
12459         (SearchForward): ditto
12460         (SearchBackward): ditto
12461
12462         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12463         spurius drawing of the cursor in the main area.
12464
12465         * text2.C (status): small fix which could lead to a segfault!
12466         (clearSelection): remove unneeded BufferView param.
12467
12468 2001-08-01  André Pönitz <poenitz@gmx.net>
12469
12470         * lyxfunc.C: small change due to changed mathed interface
12471
12472 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12473
12474         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12475
12476 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12477
12478         * lyxfunc.c: fail gracefully if file doesn't exist
12479
12480         * LyXSendto.C:
12481         * buffer.C:
12482         * lyxfunc.C:
12483         * BufferView_pimpl.C: IsDirWriteable() proto changed
12484
12485         * LyXView.C: fix updateWindowTitle() to store the last title
12486
12487 2001-07-31  Juergen Vigna  <jug@sad.it>
12488
12489         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12490         the font (wrong since using of Paragraph::highestFontInRange).
12491
12492         * paragraph.C (highestFontInRange): added a default_size parameter.
12493
12494         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12495         (setHeightOfRow): reformat
12496
12497 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12498
12499         * converter.[hC] + affected files: move to (inital-char)lowercase
12500         function names.
12501
12502         * ParagraphParameters.C (ParagraphParameters): remove commented code
12503
12504         * PainterBase.[Ch]: remove commented code
12505
12506         * LaTeXFeatures.h: add "bool floats" for float.sty
12507
12508         * LaTeXFeatures.C (LaTeXFeatures): init floats
12509         (require): handle float
12510         (getPackages): do it with floats
12511
12512 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12513
12514         * BufferView_pimpl.C (Dispatch): improve handling of
12515         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12516
12517         * commandtags.h: #include lyxfont.h here temporarily to avoid
12518         keybinding bug.
12519
12520         * bufferlist.h: include LString.h here.
12521
12522 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12523
12524         * text2.C (getStringToIndex): new method.
12525
12526 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12527
12528         * *: Reduced header file dependencies all over.
12529
12530 2001-07-30  Baruch Even  <baruch@lyx.org>
12531
12532         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12533
12534 2001-07-29  Baruch Even  <baruch@lyx.org>
12535
12536         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12537
12538 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12539
12540         * ParameterStruct.h (endif): add a default constructor to make
12541         sure that all variables is initialized.
12542
12543         * ParagraphParameters.C (ParagraphParameters): adjust
12544
12545 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12546
12547         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12548         index; also, check that there is something to index, and that it
12549         does not span over several paragraphs.
12550         (doubleClick): use WHOLE_WORD_STRICT for double click.
12551
12552         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12553
12554         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12555         scheme.
12556
12557 2001-07-26  Baruch Even  <baruch@lyx.org>
12558
12559         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12560         an InsetFig figure, backwards compatible reading of old figure code.
12561
12562 2001-07-27  Juergen Vigna  <jug@sad.it>
12563
12564         * text2.C: font.realize function adaption.
12565
12566         * text.C (draw): add a warnings lyxerr text if needed.
12567
12568         * layout.C: font.realize function adaption.
12569
12570         * language.C: add inherit_language and implement it's handlings
12571
12572         * bufferview_funcs.C (StyleReset): remove language parameter from
12573         font creation (should be language_inherit now).
12574
12575         * bufferparams.C (writeFile): handle ignore_language.
12576
12577         * paragraph.C (getFontSettings): the language has to be resolved
12578         otherwise we have problems in LyXFont!
12579
12580         * lyxfont.C (lyxWriteChanges): added document_language parameter
12581         (update): removed unneeded language parameter
12582
12583         * paragraph.C (validate): fixed wrong output of color-package when
12584         using interface colors for certain fonts in certain environments,
12585         which should not seen as that on the final output.
12586
12587 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12588
12589         * BufferView_pimpl.C:
12590         * Thesaurus.h:
12591         * Thesaurus.C:
12592         * Makefile.am:
12593         * commandtags.h:
12594         * LyXAction.C: add thesaurus support
12595
12596         * lyxfind.h:
12597         * lyxfind.C: add "once" parameter, for thesaurus, to not
12598           move to the next match
12599
12600 2001-07-26  Juergen Vigna  <jug@sad.it>
12601
12602         * lyxfont.C (realize): honor ignore_language too!
12603         (resolved): ditto.
12604
12605         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12606
12607         * text.C (draw): one place more for ignore_language to not draw
12608         itself!
12609
12610 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12611
12612         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12613
12614 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12615
12616         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12617         the minipage conversion problem.
12618
12619 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12620
12621         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12622         insert an inset.
12623
12624 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12625
12626         * BufferView.h: don't forward declare WorkArea
12627
12628         * BufferView.C: don't include WorkArea.h
12629
12630 2001-07-25  André Pönitz <poenitz@gmx.net>
12631
12632         * commandtags.h:
12633         * LyXAction.C:
12634         * lyxfunc.C:  new LFUN 'math-space'
12635
12636         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12637
12638 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12639
12640         * text2.C (toggleInset): call open/close
12641
12642 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12643
12644         * lyxfunc.C (dispatch): add debug for the disabled case
12645
12646         * font.C (buttonText): make similar to rectText
12647
12648         * buffer.C (readInset): comment out parsing of insetlist and
12649         insttheorem
12650
12651         * PainterBase.C (rectText): small correction
12652
12653         * BufferView_pimpl.C: comment out insettheorem and insetlist
12654         * LyXAction.C: ditto
12655         * commandtags.h: ditto
12656
12657 2001-07-24  Juergen Vigna  <jug@sad.it>
12658
12659         * text.C (draw): honor the ignore_language.
12660
12661         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12662
12663 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12664
12665         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12666         char inset.
12667
12668 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12669
12670         * lyxtext.h: remove unused (and unimplemented) methods
12671
12672 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12673
12674         * text.C (getVisibleRow): honor background color
12675
12676         * PainterBase.h:
12677         * Painter.h: remove default color argument for fillRectangle
12678
12679         * text.C (backgroundColor): new method
12680
12681 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12682
12683         * text.C (getVisibleRow): adjust
12684
12685         * font.[Ch] (rectText): new method, metrics
12686         (buttonText): new method, metrics
12687
12688         * PainterBase.[hC]: make rectText and buttonText always draw and take
12689         fewer paramteres.
12690
12691 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12692
12693         * ToolbarDefaults.C (read):
12694         * MenuBackend.C (read): allow escaping in all strings
12695
12696         * BufferView_pimpl.C (insertAndEditInset): new method.
12697         (Dispatch): use insertAndEditInset whenever appropriate.
12698
12699         * BufferView_pimpl.C (insertNote): removed
12700
12701         * BufferView_pimpl.C (smartQuote): new method, moved from
12702         BufferView; if an insetquote cannot be inserted, insert a '"'
12703         character instead.
12704
12705         * BufferView2.C: remove insertCorrectQuote();
12706
12707         * lyxfunc.C (getStatus): Add support for all remaingin
12708         inset-insert lfuns.
12709
12710         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12711
12712         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12713         command (necessary to pass " as parameter of self-insert.
12714
12715         * text.C (selectWordWhenUnderCursor):
12716         (selectWord): add word_location parameter
12717         (selectWordWhenUnderCursor): same + remove special code for word
12718         boundary.
12719         (selectNextWord): use kind() to guess type of insetspecialchar,
12720         not latex().
12721
12722         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12723         (insertErtContents): create ert insets as collapsed.
12724         (readInset): better compatibility code for Info inset.
12725
12726 2001-07-20  Juergen Vigna  <jug@sad.it>
12727
12728         * lyxfunc.C (dispatch): use always LyXFind now!
12729
12730         * text2.C (init): add a reinit flag so that the LyXText can be
12731         reinited instead of deleted and reallocated (used in InsetText).
12732
12733         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12734
12735         * text.C: ditto
12736
12737         * text2.C: ditto
12738
12739 2001-07-18  Juergen Vigna  <jug@sad.it>
12740
12741         * text.C (selectNextWord): handle insets inside inset by calling
12742         always the bv->text functions so that we can go up the_locking_inset!
12743
12744         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12745         in strange locations when inside an inset!
12746
12747         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12748         handling to include insets.
12749
12750         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12751
12752 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12753
12754         * LyXAction.C (init):
12755         * commandtags.h:
12756         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
12757         LIGATURE_BREAK, since the name is so stupid.
12758
12759 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12760
12761         * buffer.C (readInset): enable reading of new InsetNotes as well as old
12762         InsetInfos.
12763
12764         * FontLoader.C: remove FORMS_H_LOCATION cruft.
12765
12766         * sp_form.[Ch]: remove.
12767
12768         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
12769
12770         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
12771         InsetInfo.
12772
12773         * src/buffer.C (readInset): ditto.
12774
12775 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12776
12777         * BufferView_pimpl.C (specialChar): new method. Obsoletes
12778         menuSeparator(), endOfSentenceDot(), ldots() and
12779         hyphenationPoint(), which are therefore removed.
12780         (Dispatch): handle LFUN_HYPHENATION_BREAK.
12781
12782         * LyXAction.C (init):
12783         * commandtags.h: add LFUN_HYPHENATION_BREAK.
12784
12785         * paragraph.C (getWord): removed.
12786
12787         * BufferView_pimpl.C (Dispatch): use last word or selection for
12788         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
12789
12790         * lyx_main.C (queryUserLyXDir): do not ask before creating
12791         user_dir, except if it has been named explicitely.
12792
12793 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
12794
12795         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
12796         a document of zero size.
12797
12798 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
12799
12800         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
12801         approriately in the c-tor and in require().
12802         (getPackages): output the appropriate LaTeX for natbib support.
12803
12804         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
12805         variables "use_natbib" and "use_numerical_citations" when reading the
12806         LyX file.
12807         (readInset): read the various natbib cite commands.
12808         (validate): white-space change.
12809
12810         * bufferparams.[Ch]: new variables "bool use_natbib" and
12811         "bool use_numerical_citations".
12812         (writeFile): output them in the LyX file.
12813
12814 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12815
12816         * lyxfunc.C (getStatus): add support for all the inset insertion
12817         commands.
12818
12819         * text2.C (insertInset):
12820         * paragraph.C (insetAllowed):
12821         * BufferView_pimpl.C (insertInset): update to take in account the
12822         renaming of insertInsetAllowed
12823
12824         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
12825
12826         * text2.C (getInset): new method. returns inset at cursor position.
12827
12828         * BufferView_pimpl.C (Dispatch): changes because of this.
12829
12830         * LyXAction.C (init): rename open-stuff to inset-toggle.
12831
12832         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
12833
12834         * text2.C (toggleInset): renamed from openStuff; use
12835         Inset::open().
12836
12837 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
12838
12839         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
12840
12841         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
12842
12843 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
12844
12845         * buffer.C (readLyXformat2): Add filename to the error dialog
12846
12847 2001-07-18  Juergen Vigna  <jug@sad.it>
12848
12849         * tabular.C (GetCellNumber): put an assert here instead of the check!
12850
12851 2001-07-17  Juergen Vigna  <jug@sad.it>
12852
12853         * BufferView_pimpl.C (toggleSelection): adapted too.
12854
12855         * text.C (selectNextWord): adapted for use with insets.
12856         (selectSelectedWord): ditto
12857
12858 2001-07-17  Juergen Vigna  <jug@sad.it>
12859
12860         * sp_spell.C (PSpell): fix initialitation order.
12861
12862 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12863
12864         * paragraph.C: spacing
12865
12866 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
12867
12868         * sp_spell.C: repair language selection for pspell
12869
12870 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12871
12872         * lyxfunc.h: change more methods to begin with lower char.
12873
12874 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
12875
12876         * buffer.C (parseSingleLyXformat2Token): Generate error insets
12877         for unknown layouts.
12878
12879 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
12880
12881         * buffer.C (readLyXformat2): Generate an error dialog if there are
12882         unknown layouts.
12883
12884 2001-07-16  Juergen Vigna  <jug@sad.it>
12885
12886         * sp_spell.C: always compile ISpell part.
12887
12888         * lyxrc.C: added use_pspell entry and it's handling.
12889
12890 2001-07-13  Juergen Vigna  <jug@sad.it>
12891
12892         * sp_spell.C: removed double includes.
12893
12894 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
12895
12896         Consistent use of Lsstream.h:
12897         * Lsstream.h: added using std::stringstream for consistencies sake.
12898
12899         * buffer.C: removed using std::stringstream
12900
12901         * lyxfont.C (stateText):
12902         * paragraph.C (asString):
12903         * text.C (selectNextWord, selectSelectedWord):
12904         * text2.C (setCounter):
12905         * vspace.C (asString, asLatexString):
12906         std::ostringstream -> ostringstream.
12907
12908 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12909
12910         * LyXAction.C: add LFUN_HELP_ABOUTLYX
12911         * commandtags.h: add LFUN_HELP_ABOUTLYX
12912         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
12913
12914 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
12915
12916         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
12917         cursorToggle()
12918         * lyx_gui_misc.C: remove spellchecker
12919         * lyxfunc.C: showSpellchecker
12920         * sp_base.h: added
12921         * sp_ispell.h: added
12922         * sp_pspell.h: added
12923         * sp_spell.C: added
12924         * sp_form.[Ch]: removed
12925         * spellchecker.[Ch]: removed
12926
12927 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
12928
12929         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
12930         is set.
12931         (simpleTeXSpecialChars): Simply print the input character without
12932         any special translation if pass_thru is set.
12933
12934         * layout.h: Added bool pass_thru to layout class for being able to
12935         implement pass through of a paragraph for Literate Programming.
12936
12937         * layout.C: add LT_PASS_THRU to LayoutTags enum.
12938         * layout.C (LyXLayout): set pass_thru to flase in constructor.
12939         * layout.C (Read): add "passthru" to list of layout tags and add
12940         code to set the pass_thru boolean when it is read.
12941
12942 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12943
12944         * trans_decl.h: remove allowed from KmodInfo
12945
12946         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
12947         remove allowed code
12948         (Load): adjust
12949
12950         * paragraph_pimpl.C (erase): use boost::prior
12951
12952         * Painter.C (text): use data() instead of c_str() when length is
12953         also provided.
12954         * WorkArea.C (putClipboard): ditto
12955         * font.h (width): ditto
12956
12957         * BufferView2.C: use it-> instead of (*it). for iterators
12958         * texrow.C: ditto
12959         * paragraph_pimpl.C: ditto
12960         * paragraph.C: ditto
12961         * minibuffer.C: ditto
12962         * language.C: ditto
12963         * kbmap.C: ditto
12964         * encoding.C: ditto
12965         * counters.C: ditto
12966         * converter.C: ditto
12967         * chset.C: ditto
12968         * Variables.C: ditto
12969         * TextCache.C: ditto
12970         * MenuBackend.C: ditto
12971         * LyXAction.C: ditto
12972         * LColor.C: ditto
12973         * FloatList.C: ditto
12974         * DepTable.C: ditto
12975         * ColorHandler.C (LyXColorHandler): ditto
12976
12977 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12978
12979         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
12980
12981         * text2.C (openStuff): reintroduce this method (which had been
12982         nuked in NEW_INSETS frenzy).
12983
12984         * lyxfunc.C (Dispatch): when an action has not been handled, use
12985         its name in the error message, not its number.
12986
12987         * paragraph.C (inInset): change method name to begin with lowercase.
12988
12989         * undo_funcs.C:
12990         * text2.C: updates because of this.
12991
12992 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12993
12994         * ToolbarDefaults.C (add): add spaces in error message
12995
12996 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12997
12998         * buffer.C (readLyXformat2): initialize the ert comp. variables.
12999         (readLyXformat2): rename return_par to first_par, use lyxlex's
13000         pushToken and remove the manual push handling.
13001         (parseSingleLyXformat2Token): add another ert comp. variable:
13002         in_tabular, rename return_par to first_par. handle newlines better
13003
13004 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13005
13006         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13007
13008 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13009
13010         * text2.C (getParFromID): removed
13011
13012         * buffer.C (getParFromID): new method moved form lyxtext.
13013         * BufferView2.C (insertErrors): adjust
13014         (setCursorFromRow): adjust
13015         * BufferView_pimpl.C (restorePosition): adjust
13016         * lyxfunc.C (Dispatch): adjust
13017         * undo_funcs.C (textUndo): adjust
13018         (textRedo): adjust
13019         (textHandleUndo): adjust
13020         (textHandleUndo): adjust
13021
13022 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13023
13024         * buffer.C: up' the LYX_FORMAT
13025
13026         * lyxfont.h: turn NO_LATEX on as default
13027
13028         * buffer.C (insertErtContents): new methods of tex style compability.
13029         (parseSingleLyXformat2Token): use it several places.
13030         * tabular.C (OldFormatRead): and here
13031
13032 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13033
13034         * text2.C: remove some commented code.
13035         reindent file.
13036
13037         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13038         * trans.C: changes because of the above.
13039
13040 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13041
13042         * text2.C (setCounter): Fix counters bug with bibliography layout.
13043
13044 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13045
13046         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13047         own member functions
13048         (simpleTeXSpecialChars): ditto
13049
13050 2001-07-06  Juergen Vigna  <jug@sad.it>
13051
13052         * a lot of files: changed the access to LyXText::status and the
13053         call of undo-functions.
13054
13055         * undo.[Ch]: added a inset_id to the undo informations.
13056
13057         * undo_funcs.[Ch]: added and moved here all undo functions.
13058
13059         * lyxtext.h: give the status enum a weight, made status_ a private
13060         variable and made accessor functions for it, removed the whole bunch
13061         of undo-functions as they are now in their own file, make some
13062         functions publically available. Added function ownerParagraph with
13063         int parameter.
13064
13065         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13066         made InInset() a const function, added getParFromID() function.
13067
13068         * buffer.[Ch]: added const version for inset_iterator functions,
13069         added getInsetFromID() function.
13070
13071         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13072         changed undo functions for new version.
13073
13074 2001-07-05  Juergen Vigna  <jug@sad.it>
13075
13076         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13077         unknow mechanism does not call the proper constructor but only this
13078         one also if I request the other!?
13079
13080 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13081
13082         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13083
13084         * text2.C (LyXText): use initialization lists.
13085
13086         * lyxtext.h (Selection): initialize set_ and mark_
13087         (init): remove method
13088
13089 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13090
13091         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13092
13093 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13094
13095         * screen.[Ch]: change method names to begin with lowercase
13096
13097         * BufferView_pimpl.C (updateScrollbar): simplify further and
13098         hopefully make it a bit faster.
13099
13100 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13101
13102         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13103         calling directly xforms functions.
13104
13105         * Painter.C (Painter):
13106         * lyx_cb.C (MenuWrite):
13107         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13108         fl_display.
13109
13110         * lyx_gui.C: remove bogus guiruntime extern declaration.
13111
13112 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13113
13114         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13115         in NEW_INSETS
13116         (redoDrawingOfParagraph): ditto
13117         (redoParagraphs): ditto
13118         (cutSelection): don't create a object for CutAndPaste use the
13119         static method directly
13120         (pasteSelection): ditto
13121
13122         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13123         LyXview (+ rename)
13124
13125 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13126
13127         * modifications to some other files because of this.
13128
13129         * Makefile.am (lyx_SOURCES): add XFormsView
13130
13131         * XFormsView.[Ch]: new files
13132
13133         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13134         the main window. Move the gui dependent stuff to XFormsView
13135
13136 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13137
13138         * tabular.C (GetCellInset): update cur_cell also in the row/col
13139         version of this function.
13140
13141         * lyxfunc.C: no need to include figure_form.h here.
13142
13143         * FontLoader.h:
13144         * lyxfunc.h:
13145         * lyxscreen.h:
13146         * text2.C:
13147         * lyxvc.C: no need to include forms.h here.
13148
13149 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13150
13151         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13152
13153         * lyxfunc.C (Dispatch):
13154         * Spacing.C (set):
13155         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13156         constructor argument.
13157
13158 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13159
13160         * paragraph.C (Paragraph): dont't clear, and just set layout.
13161         (makeSameLayout): use params's copy contructor.
13162
13163         * ParagraphParameters.[Ch] (makeSame): delete method
13164
13165 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13166
13167         * Variables.[Ch]: fix indentation, rename set to isSet
13168
13169 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13170
13171         * lyxfunc.C (Dispatch): fix typo
13172
13173 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13174
13175         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13176         upper_bound.
13177
13178         * bufferlist.C: include assert.h for emergencyWrite().
13179
13180 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13181
13182         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13183           give up at last (bug #425202) !
13184
13185 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13186
13187         * lyx_gui_misc.C:
13188         * sp_form.h:
13189         * sp_form.C:
13190         * spellchecker.h:
13191         * spellchecker.C: strip spellchecker options and bring up
13192           preferences tab instead
13193
13194 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13195
13196         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13197         the istringstream constructor
13198
13199 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13200
13201         * paragraph.C (getLayout): fix return value
13202
13203         * paragraph.h: do not declare getLayout as inline.
13204
13205         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13206
13207 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13208
13209         * lyxcursor.h (operator<): new func
13210         (operator>): new func
13211         (operator>=): new func
13212         (operator<=): new func
13213
13214         * text.C (changeCase): use selection.start and selection.end
13215         (changeRegionCase): require from to be <= to. Require par to be a
13216         valid paragraph.
13217
13218         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13219
13220 2001-06-27  Juergen Vigna  <jug@sad.it>
13221
13222         * text.C (cursorLeftOneWord): changed to return the cursor and added
13223         overlay with BufferView * parameter which calls this one.
13224         (getWord): added
13225         (selectWord): use new getWord function.
13226         (changeCase): renamed from changeWordCase as and extended to work
13227         also on selections.
13228
13229         * lyxtext.h: added enum word_location
13230
13231         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13232         changeCase as this operates now also on selections.
13233
13234 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13235
13236         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13237
13238         * many files: send debug output to Debug::INFO instead of
13239         Debug::ANY.
13240
13241         * converter.C (View):
13242         (Convert):
13243         (Move): send debug output to Debug::FILES instead of console.
13244
13245 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13246
13247         * lyxfunc.C (getStatus): use func_status
13248
13249         * func_status.h: new header, describing the results of
13250         LyXFunc::getStatus;
13251
13252         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13253         LFUN_MATH_HALIGN.
13254
13255 2001-06-25  The LyX Project  <jug@sad.it>
13256
13257         * buffer.C (sgmlOpenTag):
13258         (sgmlCloseTag):
13259         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13260
13261 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13262
13263         * text2.C: remove some dead code
13264
13265         * tabular.C (GetCellInset): store the last cell checked (gotten)
13266
13267         * tabular.h: add the helper for the speedup
13268
13269         * lyxtext.h: remove some dead code
13270
13271 2001-06-26  The LyX Project  <Asger>
13272
13273         * paragraph.C: Change export to LaTeX of alignment to
13274         \begin{center} and family for better roundtrip work with reLyX.
13275
13276         * Tune the math drawing a bit.
13277
13278 2001-06-25  The LyX Project  <Asger>
13279
13280         * LColor.C (LColor): New color for math background. New color
13281         for buttons.
13282
13283 2001-06-25  The LyX Project  <jug@sad.it>
13284
13285         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13286
13287         * lyxfunc.C (Open):
13288         * bufferlist.C (newFile): do not restrict to files ending with
13289         .lyx
13290
13291         * BufferView_pimpl.C (MenuInsertLyXFile):
13292
13293 2001-06-24  The LyX Project  <jug@sad.it>
13294
13295         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13296         of compare_no_case
13297
13298 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13299
13300         * lyxtext.h: rename most methods to begin with a small char.
13301         Lots of changes because of this.
13302
13303         * paragraph.C (Paragraph): do not call fitToSize
13304         (erase): call Pimpl::erase
13305         (insertChar): call Pimpl::insertChar
13306         (insertInset): call Pipl::insertInset
13307         (breakParagraph): do not call fitToSize
13308         (breakParagraphConservative): do not call fitToSize
13309         (fitToSize): remove method
13310
13311         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13312
13313 2001-06-24  The LyX Project  <Asger>
13314
13315         * Fix Qt compilation^2
13316
13317 2001-06-24  The LyX Project  <jug@sad.it>
13318
13319         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13320         depthHook(getDepth()-1).
13321
13322         * paragraph.h:
13323         * ParagraphParameters.h:
13324         * ParameterStruct.h: change type of depth to unsigned int ==
13325         depth_type. Many adaptations to other files before of that.
13326
13327 2001-06-24  The LyX Project  <Asger>
13328
13329         * Fix Qt compilation.
13330
13331 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13332
13333         * paragraph.h: renamed several methods to begin with small letter.
13334         several changes to many parts of the code because of this.
13335
13336 2001-06-23  The LyX Project  <jug@sad.it>
13337
13338         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13339         rewritten to discard all double spaces when KeepEmpty is off
13340         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13341         to only handle newlines but not fiddle with spaces and friends.
13342
13343         * lyxfunc.C (MenuNew): when doing 'new from template', use
13344         template_path as default directory
13345
13346 2001-06-23  The LyX Project  <Asger>
13347
13348         * Clean-up of header file includes all over
13349         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13350
13351 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13352
13353         * paragraph.h: renamed from lyxparagraph.h
13354
13355 2001-06-23  Asger  <lyx@violet.home.sad.it>
13356
13357         * Buffer.h: Removed Buffer::resize
13358         * BufferList.h: Removed BufferList::resize
13359         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13360         the document lazily when we change the width, or the font settings.
13361
13362 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13363
13364         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13365
13366 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13367
13368         * buffer.h: remove out of date comment
13369
13370 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13371
13372         * lyxscreen.h:
13373         * screen.C: fix "theoretical" GC leak
13374
13375 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13376
13377         * LaTeX.C (scanAuxFile):
13378         (deplog): remove trailing \r when reading stream (useful under
13379         win32)
13380
13381 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13382
13383         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13384         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13385         and BufferView::theLockingInset(Inset*), so should use them and not
13386         access bv_->text->the_locking_inset directly.
13387
13388         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13389
13390 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13391
13392         * Makefile.am:
13393         * tex-defs.h: remove old unused file
13394
13395 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13396
13397         * BufferView_pimpl.C: fix typo, remove minibuffer message
13398           when buffer has loaded
13399
13400 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13401
13402         * lyxfunc.C (Dispatch): use stringstream
13403         (MenuNew): use stringstream
13404         (Open): use stringstream
13405
13406         * importer.C (Import): use stringstream
13407
13408         * bufferview_funcs.C (CurrentState): use stringstream
13409
13410         * LaTeX.C (run): use stringstream
13411
13412         * BufferView_pimpl.C (savePosition): use stringstream
13413         (restorePosition): use stringstream
13414         (MenuInsertLyXFile): use stringstream
13415
13416 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13417
13418         * BufferView.C:
13419         * Bullet.C:
13420         * ColorHandler.C:
13421         * FontInfo.C:
13422         * FontLoader.C:
13423         * LColor.C:
13424         * LaTeXFeatures.C:
13425         * Painter.C:
13426         * gettext.C:
13427         * lyx_gui_misc.C:
13428         * lyxserver.C:
13429         * vspace.C: removed // -*- C++ -*- as first line.
13430
13431         * lyxfind.h:
13432         * version.h: added // -*- C++ -*- as first line.
13433
13434 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13435
13436         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13437
13438         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13439         of string
13440
13441 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13442
13443         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13444         of floats.
13445
13446 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13447
13448         * gettext.C: include LString.h even when --disable-nls is on.
13449
13450 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13451
13452         * converter.h (Get): changed argument type from int to
13453         FormatList::size_type to avoid unnecessary conversion.
13454
13455         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13456         before using it.
13457
13458 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13459
13460         * gettext.h: include LString.h even when --disable-nls is on.
13461
13462 2001-06-07  Juergen Vigna  <jug@sad.it>
13463
13464         * text.C (BreakAgain): subst spaces with tabs.
13465
13466         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13467         (resizeInsetsLyXText): set force on resizeLyXText.
13468
13469 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13470
13471         * gettext.h (gettext_init):
13472         (locale_init): use a real definition instead of a macro
13473
13474 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13475
13476         * Bufferview_pimpl.C:
13477         * LColor.h:
13478         * LColor.C: further lcolor tidies
13479
13480 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13481
13482         * BufferView_pimpl.C (updateScrollbar): simplify.
13483
13484         * BufferView2.C: don't include insets/insetinfo.h, change
13485         prototype for insertInset and call the Pimpl version. let
13486         updateInset call Pimpl version.
13487
13488         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13489         gotoInset to BufferView::Pimpl
13490
13491 2001-06-01  Juergen Vigna  <jug@sad.it>
13492
13493         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13494         inside a LockingInset (is the update needed at all?).
13495
13496 2001-05-31  Juergen Vigna  <jug@sad.it>
13497
13498         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13499         here not the old one otherwise how should we compare it afterwards
13500         if it's the same!
13501
13502 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13503
13504         * lyxfont.C:
13505         * tabular.C:
13506         * tabular-old.C:
13507         * FontInfo.C: bring C functions into global namespace when
13508         necessary
13509
13510 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13511
13512         * LString.h: make sure config.h has been loaded before LString.h.
13513
13514         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13515         (one for each char read by EatLine!).
13516
13517         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13518         variables.
13519
13520 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13521
13522         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13523         to the same as the par we break from
13524
13525 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13526
13527         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13528
13529         * MenuBackend.C (expand): also create menu entries for wide
13530         versions of the floats.
13531
13532         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13533
13534         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13535
13536         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13537         frontends/Makefile.am
13538
13539         * text2.C: adjust
13540         * text.C: adjust
13541
13542
13543         * tabular.C (getTokenValue): add std::
13544
13545         * tabular-old.C (getTokenValue): add std::
13546         (getTokenValue): ditto
13547         (getTokenValue): ditto
13548
13549         * screen.C (ToggleSelection): adjust
13550
13551         * lyxtext.h: put selection cursors inside a Selection struct.
13552
13553         * lyxfunc.C (moveCursorUpdate): adjust
13554
13555         * lyxfont.C (latexWriteStartChanges): add std::
13556
13557         * lyxfind.C: adjust
13558
13559         * font.h: delete with(char const *, LyXFont const &)
13560
13561         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13562
13563         * FontInfo.C (getFontname): add std::
13564
13565         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13566         (workAreaButtonPress): adjust
13567         (tripleClick): adjust
13568         (update): adjust
13569         (moveCursorUpdate): adjust
13570         (Dispatch): adjust
13571
13572         * BufferView2.C (gotoInset): adjust
13573
13574 2001-05-30  Juergen Vigna  <jug@sad.it>
13575
13576         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13577         to check pspell I add this as default as I now have new pspell
13578         libraries and they seem to use this.
13579
13580 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13581
13582         * text2.C (CutSelection): make the cursor valid before the call to
13583         ClearSelection.
13584
13585 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13586
13587         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13588         relied on 0 terminated strings and other horrors. Bug found due to
13589         the new assert in lyxstring!
13590
13591         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13592         KP_ keys.
13593
13594 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13595
13596         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13597         to latinkeys.bind.
13598
13599         * lyxfunc.C (processKeySym): change method of getting to the
13600         self-insert char.
13601
13602         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13603         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13604         * BufferView_pimpl.[Ch]: here as private methods.
13605
13606 2001-05-28  Juergen Vigna  <jug@sad.it>
13607
13608         * text.C (SetHeightOfRow): added the update() call again as it is
13609         needed to initialize inset dimensions!
13610
13611 2001-05-16  Juergen Vigna  <jug@sad.it>
13612
13613         * text2.C (SetCharFont): Add new function with BufferView * and
13614         bool toggleall parameters for setting insets internal fonts.
13615         (SetFont): Freeze the undo as we may change fonts in Insets and
13616         all this change should be inside only one Undo!
13617
13618         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13619         setting font's in insets as for them we have the SetFont function!
13620
13621 2001-05-15  Juergen Vigna  <jug@sad.it>
13622
13623         * text2.C (ClearSelection): to be sure we REALLY don't have any
13624         selection anymore!
13625
13626         * tabular.C (TeXCellPreamble): fixed the left border problem for
13627         multicolumn cells.
13628
13629 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13630
13631         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13632         dependancy file
13633
13634 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13635
13636         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13637         LFUN_BREAKPARAGRAPH.
13638
13639         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13640         help test to "internal only", similar for LFUN_INSERT_URL
13641
13642         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13643         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13644         auto_region_delete and deadkeys.
13645
13646 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13647
13648         * LColor.h:
13649         * LColor.C: remove some dead entries, tidy a little
13650
13651 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13652
13653         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13654         commented code.
13655         (Dispatch): implement LFUN_ESCAPE
13656
13657         * commandtags.h: add LFUN_ESCAPE
13658
13659         * LyXAction.C (init): add entry for LFUN_ESCAPE
13660
13661         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13662         Remove commented code.
13663         (insertNote): moved here
13664         (open_new_inset): moved here
13665
13666         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13667         BufferView_pimpl
13668
13669 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13670
13671         * kbmap.C (findbinding): clean it up and make it work correctly.
13672
13673         * lyx_main.C (init): do not pass argc and argv as parameters
13674
13675 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13676
13677         * buffer.C: fix path for OS/2 & Win32
13678
13679         * lyx_gui.C:
13680         * lyx_main:
13681         * lyx_main.C: Added os:: class.
13682
13683         * os2_defines.h: update
13684
13685 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13686
13687         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13688         better by trying again with reduced state.
13689
13690 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13691
13692         * lyxrc.C (read): print error about invalid key sequence only when
13693         debugging (because not all latinX keysyms are known to some X
13694         servers)
13695
13696         * kbsequence.C (getiso): add a few std:: qualifiers
13697         (getiso): comment out extra return statement.
13698
13699 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13700
13701         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13702         handling.
13703         (Dispatch): enhance the accent inset a bit. (not perfect)
13704
13705 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13706
13707         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13708
13709 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13710
13711         * bufferlist.C (emergencyWrite): fix assert() call
13712
13713 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13714
13715         * text.C (InsertChar): Added trivial patch to only send the "you
13716         can not do multiple spaces this way" message once during a
13717         session.
13718
13719 2001-05-08  Baruch Even  <baruch@lyx.org>
13720
13721         * Makefile.am: Changed order of libraries to get LyX to link properly
13722         with the gnome frontend.
13723
13724 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13725
13726         * LaTeXFeatures.h: add a std:: qualifier
13727
13728 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13729
13730         * paragraph.C (String): use stringstream
13731
13732 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13733
13734         * paragraph.C (writeFile): remove footflag arg
13735
13736         * buffer.C (makeLaTeXFile): use stringstream
13737         (latexParagraphs): remove footnot gurba
13738
13739         * LaTeXFeatures.C (getPackages): use stringstream
13740         (getMacros): likewise
13741         (getTClassPreamble): likewise
13742         (getFloatDefinitions): new method
13743
13744         * paragraph.C (writeFile): reindent
13745         (Erase): reindent
13746
13747         * WorkArea.h: revert the xpos + etc changes.
13748
13749         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13750
13751         * lyxparagraph.[Ch]: add copy constructor, remove Clone
13752
13753         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
13754         (pasteSelection): likewise
13755         * text2.C (CreateUndo): likewise
13756
13757 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13758
13759         * minibuffer.C (peek_event): temporarily reduce the functionality
13760         of the minibuffer (to allow args on lfuns)
13761
13762         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
13763         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
13764
13765         * buffer.C (readInset): add compability reading of old float
13766         lists, add reading of new style float list.
13767         (readInset): avoid reevaluation of inscmd.getCmdName()
13768         (getLists): reindent
13769
13770         * MenuBackend.C (MenuItem): implement parsing of
13771         md_floatlistinsert and md_floatinsert.
13772         (expand::LastFiles): move initalizaton of iterators out of loop,
13773         avoid reevaluation.
13774         (expand::Documents): introduce typdedef vector<string> Strings,
13775         and use it.
13776         (expand::ExportFormats): introduce typedef vector<Format const *>
13777         Formats, and use it.
13778         (expand): implement FloatListInsert and FloatInsert.
13779
13780         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
13781         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
13782         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
13783
13784         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
13785         handling.
13786         (Dispatch::LFUN_FLOAT_LIST): implement
13787
13788 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13789
13790         * LaTeX.C (run): Fix problem with --export code.
13791
13792 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13793
13794         * BufferView.[Ch] (workarea): removed.
13795         (getClipboard) new method; wrapper for workarea()->getClipboard()
13796
13797         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
13798         bug.
13799
13800         * WorkArea.h (width, height, xpos, ypos): These methods all
13801         returned the dimensions of the work_area sub-area of WorkArea,
13802         resulting in a position error if the WorkArea were resized. Now
13803         return the dimensions of the entire WorkArea.
13804
13805         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
13806
13807 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13808
13809         * LaTeX.C (deplog): correct the syntax of regex reg1
13810
13811 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13812
13813         * undo.C: remove !NEW_INSETS cruft
13814
13815 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13816
13817         * text2.C: remove !NEW_INSETS cruft
13818
13819         * text.C: remove !NEW_INSETS cruft
13820
13821         * tabular.C: remove !NEW_INSETS cruft
13822
13823         * spellchecker.C: remove !NEW_INSETS cruft
13824
13825         * lyxtext.h: remove !NEW_INSETS cruft
13826
13827         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
13828
13829         * lyxfunc.C: remove !NEW_INSETS cruft
13830
13831         * lyxfind.C: remove !NEW_INSETS cruft
13832
13833         * lyx_cb.C: remove !NEW_INSETS cruft
13834
13835         * figureForm.C: remove  !NEW_INSETS cruft
13836
13837         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
13838
13839         * buffer.[Ch]: remove !NEW_INSETS cruft
13840
13841         * ToolbarDefaults.C: remove !NEW_INSETS cruft
13842
13843         * CutAndPaste.C: remove !NEW_INSETS cruft
13844
13845         * BufferView_pimpl.C: remove !NEW_INSETS cruft
13846
13847         * BufferView2.C: remove !NEW_INSETS cruft
13848
13849         * BufferView.h: remove !NEW_INSETS cruft
13850
13851 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13852
13853         * Lsstream.h: include LString.h before the sstream headers to
13854         fix problem with gcc 2.95.3 and lyxstring
13855
13856 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13857
13858         * lyx_main.C: add using directives when needed for C functions
13859         declared in std:: namespace.
13860
13861 2001-04-27  Juergen Vigna  <jug@sad.it>
13862
13863         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
13864         (SetHeightOfRow): comment out the update call should not be needed!
13865
13866 2001-04-13  Juergen Vigna  <jug@sad.it>
13867
13868         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
13869         (LyXTabular): tried to minimize operator= operations (and realized
13870         hopfully Lars wish).
13871
13872 2001-04-27  Juergen Vigna  <jug@sad.it>
13873
13874         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
13875
13876 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13877
13878         * lyxfunc.C (Dispatch): hack to make listof algorithm work
13879
13880         * buffer.C (readInset): hack to make listof algorithm work
13881
13882         * BufferView_pimpl.C: hack to make listof algorithm work
13883
13884 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13885
13886         * LyXAction.C: removed all !NEW_INSETS cruft
13887         (init): moved lfun_item in method
13888
13889         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
13890
13891 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
13892
13893         * BufferView2.C (theLockingInset): white space.
13894
13895 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13896
13897         * minibuffer.C: include <iostream>
13898
13899         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
13900
13901         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
13902
13903         * commandtags.h: add LFUN_TRANSPOSE_CHARS
13904
13905         * text.[Ch] (TransposeChars): new method
13906
13907 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13908
13909         * call message directly through LyXView instead of through LyXFunc
13910         * BufferView2.C: adjust
13911         * BufferView_pimpl.C: adjust
13912         * FontLoader.C: adjust
13913         * buffer.C: adjust
13914         * bufferview_funcs.C: adjust
13915         * converter.C: adjust
13916         * figureForm.C: adjust
13917         * importer.C: adjust
13918         * lyx_cb.C: adjust
13919         * lyx_gui_misc.C: adjust
13920         * lyxfunc.C: adjust
13921         * lyxvc.C: adjust
13922         * text2.C: adjust
13923         + more files in subdirs
13924
13925         * lyxparagraph.h (size): move up int file
13926         (GetLayout): ditto
13927
13928         * adjust all uses of Assert to lyx::Assert.
13929
13930         * BufferView2.C (ChangeCitationsIfUnique): adjust for
13931         lyxfunctional in namespace lyx
13932         * layout.C (hasLayout): ditto
13933         (GetLayout): ditto
13934         (GetLayout): ditto
13935         (delete_layout): ditto
13936         (NumberOfClass): ditto
13937         * converter.C (GetFormat): ditto
13938         (GetNumber): ditto
13939         (Add): ditto
13940         (Delete): ditto
13941         (SetViewer): ditto
13942         * bufferlist.C (getFileNames): ditto
13943         (emergencyWriteAll): ditto
13944         (exists): ditto
13945         (getBuffer): ditto
13946         * MenuBackend.C (hasSubmenu): ditto
13947         (hasMenu): ditto
13948         (getMenu): ditto
13949         * BufferView_pimpl.C (getInsetByCode): ditto
13950
13951 2001-04-18  Juergen Vigna  <jug@sad.it>
13952
13953         * vspace.C (asLatexString): fixed the 100% problem.
13954
13955 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13956
13957         * lyxfunc.C (Dispatch):
13958         * minibuffer.C:
13959         * minibuffer.h: add a few std:: qualifiers
13960
13961 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13962
13963         * minibuffer.[Ch]: reimplement so that commands is initiated and
13964         run from lyxfunc, simplified som handling, and made the completion
13965         and history code for complete. wip.
13966
13967         * lyxfunc.C (processKeySym): call message
13968         (miniDispatch): new temporary method
13969         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
13970         (LFUN_MESSAGE): implement
13971         (LFUN_MESSAGE_PUSH): implement
13972         (LFUN_MESSAGE_POP): implement
13973         (initMiniBuffer): the initial/defualt minibuffer message.
13974
13975         * lyxfont.[Ch]: inline some more getters
13976
13977         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
13978
13979         * lyx_gui_misc.[Ch] (WriteStatus): remove method
13980
13981         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
13982         (AutoSave): use LFUN_MESSAGE
13983         (Reconfigure): ditto
13984
13985         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
13986
13987         * figureForm.C: use LFUN_MESSAGE
13988
13989         * converter.C (runLaTeX): use LFUN_MESSAGE
13990
13991         * bufferview_funcs.C: use LFUN_MESSAGE
13992         (Melt): ditto
13993         (changeDepth): ditto
13994
13995         * bufferparams.h: use boost::
13996
13997         * bufferlist.h: inherit privately from noncopyable
13998
13999         * bufferlist.C (loadLyXFile): remove some commented code.
14000
14001         * buffer.C (runChktex): use LFUN_MESSAGE
14002
14003         * ShareContainer.h: inherit privately from noncopyable
14004
14005         * ParagraphParameters.[hC] (depth): inline it.
14006
14007         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14008         methods.
14009         (message): new method
14010         (messagePush): ditto
14011         (messagePop): ditto
14012         (show): init minibuffer
14013         (showState): direct call
14014
14015         * LaTeX.[Ch]: inherit privately from noncopyable
14016         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14017         instead of WriteStatus.
14018
14019         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14020
14021         * BufferView_pimpl.C (buffer): don't init minibuffer
14022         (workAreaButtonPress): use LFUN_MESSAGE
14023         (workAreaButtonRelease): ditto
14024         (savePosition): ditto
14025         (restorePosition): ditto
14026         (MenuInsertLyXFile): ditto
14027         (workAreaExpose): don't init minibuffer
14028         (update): remove commented code, simplify
14029
14030         * BufferView2.C (openStuff): use LFUN_MESSAGE
14031         (toggleFloat): ditto
14032         (menuUndo): ditto
14033         (menuRedo): ditto
14034         (copyEnvironment): ditto
14035         (pasteEnvironment): ditto
14036         (copy): ditto
14037         (cut): ditto
14038         (paste): ditto
14039         (gotoInset): ditto
14040         (updateInset): remove some commented code
14041
14042         * lastfiles.h: inherit privately from noncopyable
14043         * layout.h: ditto
14044         * lyx_gui.h: ditto
14045         * lyx_main.h: ditto
14046         * lyxlex.h: ditto
14047         * lyxlex_pimpl.h: ditto
14048
14049         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14050         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14051         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14052
14053         * LyXAction.h: inherit privately from noncopyable, add methods
14054         func_begin, func_end, returning iterators to the func map.
14055
14056         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14057         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14058         (func_begin): new method
14059         (func_end): new method
14060
14061         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14062         and not)
14063         (copySelection): ditto
14064         (pasteSelection): ditto
14065
14066         * BufferView.C: whitespace change
14067         * BufferView.h: inherit privately from noncopyable
14068
14069 2001-04-16  Allan Rae  <rae@lyx.org>
14070
14071         * tabular-old.C (l_getline):
14072         * spellchecker.C (sc_check_word):
14073         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14074         an unrecognised preprocessor directive.  So ensure they're wrapped.
14075
14076 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14077
14078         * src/exporter.C (Export): Give an error message when path to file
14079         contains spaces.
14080
14081 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14082
14083         * LaTeX.C (deplog): Always check that foundfile exists.
14084
14085 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14086
14087         * lyx_main.h:
14088         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14089
14090 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14091
14092         * tabular.[Ch] (getLabelList): implement new method
14093
14094         * minibuffer.h: comment ouf setTiimer
14095
14096         * minibuffer.C (ExecutingCB): constify res
14097         (peek_event): constify s
14098         (Set): constify ntext
14099         (Init): constify nicename
14100
14101         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14102
14103         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14104         (savePosition): use two params to Minibuffer::Set
14105         (restorePosition): ditto
14106
14107 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14108
14109         * lyx_main.C: include language.h
14110
14111         * Makefile.am (lyx_main.o): add language.h
14112
14113 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14114
14115         * exporter.C:
14116         * paragraph.C:
14117         * screen.C:
14118         * tabular.C:
14119         * CutAndPaste.C: include gettext.h
14120
14121         * lyxfont.h: remove old hack with ON and OFF.
14122
14123         * lyxparagraph.h:
14124         * lyxfont.h: do not include language.h...
14125
14126         * BufferView2.C:
14127         * LaTeXFeatures.C:
14128         * Painter.C:
14129         * bufferview_funcs.C:
14130         * font.C:
14131         * lyxfont.C:
14132         * text.C:
14133         * text2.C:
14134         * trans_mgr.C:
14135         * paragraph.C: ... but do it here instead
14136
14137 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14138
14139         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14140
14141         * tabular.C: small reformat
14142
14143         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14144         NEW_INSETS version
14145         (GetChar): ditto
14146         (BreakParagraph): ditto
14147         (SetOnlyLayout): ditto
14148         (SetLayout): ditto
14149
14150         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14151         with one arg less.
14152
14153         * lastfiles.C: removed most using decl, add std:: where needed
14154
14155         * buffer.C: ws changes
14156
14157         * MenuBackend.C (class compare_format): put into anon namespace
14158         (expand): constify label, names, action, action2
14159         (expand):
14160
14161         * text.C (SingleWidth): constify font
14162         (IsBoundary): constify rtl2
14163         (GetVisibleRow): constify ww
14164
14165         * LaTeX.C (deplog): constify logfile
14166
14167         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14168         start_x, end_x
14169         (workAreaExpose): constify widthChange, heightChange
14170
14171         * lyxrow.C (par): moved
14172         (height): moved
14173         (next): moved
14174         * lyxrow.h: as inlines here
14175
14176         * lyxfont.h (shape): moved from lyxfont.C
14177         (emph): moved from lyxfont.C
14178
14179         * lyxfont.C (LyXFont): use initialization list for all
14180         constructors
14181         (shape): move to lyxfont.h as inline
14182         (emph): move to lyxfont.h as inline
14183
14184
14185 2001-04-04  Juergen Vigna  <jug@sad.it>
14186
14187         * vspace.C: had to include stdio.h for use of sscanf
14188
14189 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14190
14191         * BufferView.h:
14192         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14193         independent of xforms.
14194
14195 2001-04-02  Juergen Vigna  <jug@sad.it>
14196
14197         * spellchecker.C: fixed namespace placing!
14198
14199 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14200
14201         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14202         the LyXParagraph * is 0.
14203
14204 2001-03-29  Juergen Vigna  <jug@sad.it>
14205
14206         * vspace.C: added support for %, c%, p%, l%.
14207         (stringFromUnit): added helper function.
14208         (asLatexString): changed to give right results for the %-values.
14209
14210         * buffer.C: convert the widthp in a width%.
14211
14212 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14213
14214         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14215         figureForm.[Ch].
14216
14217         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14218         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14219
14220         * lyx_cb.[Ch]: see above.
14221
14222         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14223         form1.[Ch].
14224
14225         * form1.[Ch]:
14226         * lyx.[Ch]: replaced by figure_form.[Ch].
14227
14228         * lyx_gui.C:
14229         * lyx_gui_misc.C:
14230         * lyxfunc.C: changed headers associated with above changes.
14231
14232 2001-03-27  Juergen Vigna  <jug@sad.it>
14233
14234         * BufferView_pimpl.C: set the temporary cursor right!
14235
14236 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14237
14238         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14239
14240 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14241
14242         * LString.h: removed "using std::getline"!
14243
14244         * BufferView_pimpl.C (Dispatch): changes due to changes in
14245         InsetInclude::Params.
14246
14247         * buffer.C (tag_name): removed redundant break statements as they were
14248         producing lots of warnings with my compiler.
14249
14250 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14251
14252         * LString.h: add "using std::getline" when using the real <string>.
14253
14254 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14255
14256         * buffer.C: removed bitset usage.
14257         PAR_TAG moved to an anonymous name space.
14258         (tag_name): new funtion, also in the anonymous namespace.
14259         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14260         (makeDocBookFile): clean code. Completed transition from string arrays
14261         to string vectors.
14262         (SimpleDocBookOnePar): code clean.
14263
14264 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14265
14266         * tabular.C: add some comments.
14267
14268 2001-03-22  Juergen Vigna  <jug@sad.it>
14269
14270         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14271         compatibility read a bit and fixed bug with minipage in different
14272         depth.
14273
14274 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14275
14276         * buffer.C (pop_tag): removed.
14277         (push_tag): removed.
14278         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14279         array replaced with vector. Added support for CDATA sections.
14280         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14281         at any nest level.
14282         (makeDocBookFile): XML conformant declaration of CDATA section,
14283         fixed bug related to <emphasis> in the first paragraph char.
14284         (sgmlOpenTag): exclude empty tags.
14285         (sgmlCloseTag): ditto.
14286
14287         * buffer.h (pop_tag): removed.
14288         (push_tag): removed.
14289
14290 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14291
14292         * language.h (Languages): added size_type and size().
14293
14294 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14295
14296         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14297         response on compability reading of minipages. One probliem is that
14298         the old usage of minipages was «flertydig»
14299
14300         * several files here and in subdirs: don't use static at file
14301         scope use anon namespaces instead.
14302
14303 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14304
14305         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14306         LaTeX output. This is necessary for Literate document
14307         processing.
14308
14309 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14310
14311         * buffer.C: insert hfill when needed.
14312
14313         * tabular.C (l_getline): use string::erase, small whitespace change.
14314
14315         * BufferView_pimpl.C: try the anon namespace.
14316         * WorkArea.C: ditto
14317
14318 2001-03-16  Juergen Vigna  <jug@sad.it>
14319
14320         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14321         otherwise it won't open options-dialogs.
14322
14323         * buffer.C: honor pextraWidth(p) on converting minipages.
14324
14325         * tabular.C (l_getline): changed the functions to strip trailing \r.
14326
14327 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14328
14329         * BufferView_pimpl.C:
14330         * minibuffer..C: added "using SigC::slot" declaration.
14331
14332 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14333
14334         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14335
14336         * text2.C: ditto
14337
14338         * text.C: ditto
14339
14340         * paragraph.C: ditto
14341
14342         * lyxtext.h: NO_PEXTRA
14343
14344         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14345
14346         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14347         * ParameterStruct.h: ditto
14348         * ParagraphParameters.h: ditto
14349         * lyxparagraph.h: ditto
14350
14351 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14352
14353         * buffer.C: add compability for minipage alignment.
14354         (latexParagraphs): remove unwanted pextra check.
14355
14356         * several files: remove CXX_WORKING_NAMESPACES
14357
14358         * buffer.C (pop_tag): tie is in namespace boost
14359
14360         * BufferView.h: noncopyable is in namespace boost
14361         * lyxlex.h: ditto
14362         * lyx_main.h: ditto
14363         * lyx_gui.h: ditto
14364         * layout.h: ditto
14365         * lastfiles.h: ditto
14366         * bufferlist.h: ditto
14367         * ShareContainer.h: ditto
14368         * LyXView.h: ditto
14369         * LyXAction.h: ditto
14370         * LaTeX.h: ditto
14371
14372 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14373
14374         * Merging changes from BRANCH_MVC back into HEAD.
14375
14376         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14377
14378 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14379
14380         * BufferView_pimpl.C: change from intl.C
14381
14382         * combox.h:
14383         * combox.C:
14384         * Makefile.am: move combox.*
14385
14386         * form1.h:
14387         * form1.C:
14388         * lyx_gui.C:
14389         * intl.h:
14390         * intl.C: remove dialog (covered by prefs)
14391
14392 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14393
14394         * lyxfunc.C (Dispatch): removed redundant break statement.
14395
14396 2001-03-14  Juergen Vigna  <jug@sad.it>
14397
14398         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14399
14400 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14401
14402         * buffer.C: add hack to fix compability reading of minipages.
14403
14404 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14405
14406         * buffer.C (getLists): Cleanup.
14407
14408 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14409
14410         * lyxfont.C (update): don't honor toggleall on font size.
14411
14412 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14413
14414         * bmtable.c:
14415         * bmtable.h:
14416         * Makefile.am: moved to frontends/xforms/
14417
14418         * lyx_gui_misc.C:
14419         * lyxfunc.C:
14420         * BufferView_pimpl.C: changes for moved mathpanel
14421
14422 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14423
14424         * gettext.h: fix gettext_init() in --disable-nls
14425
14426 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14427
14428         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14429
14430 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14431
14432         * lyx.C:
14433         * lyx.h: strip external form
14434
14435 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14436
14437         * BufferView_pimpl.C: add comment, destroySplash()
14438
14439 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14440
14441         * BufferView_pimpl.C:
14442         * LyXAction.C:
14443         * buffer.C:
14444         * commandtags.h:
14445         * lyxfunc.C: use re-worked insetinclude
14446
14447 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14448
14449         * buffer.C: add using std::stringstream.
14450
14451         * lyx_cb.C: readd using std::ios.
14452
14453         * buffer.C: add using std::map.
14454
14455         * BufferView_pimpl.C: add using std::vector.
14456
14457         * ShareContainer.h: add std:: to swap.
14458
14459         * buffer.h: add some typedefs
14460         * buffer.C (getLists): use them
14461         (getLists): renamed from getTocList.
14462         add a counter for the different float types and use it in the
14463         generated string.
14464         (getLists): use the same counter for the NEW_INSETS and the "non"
14465         NEW_INSETS
14466
14467         * lyx_cb.h: remove unused items, includes, using etc.
14468
14469         * ShareContainer.h: remove some commented code, add more comments
14470         and "documentation".
14471
14472 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14473
14474         * buffer.C (getTocList): make the list also when NEW_INSETS is
14475         defined.
14476
14477         * buffer.h: remove TocType
14478
14479         * buffer.C (getTocList): change to return a map<string,
14480         vector<TocItem> >, implement for dynamic number of list.
14481
14482         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14483         * text2.C (PasteSelection): adjust
14484         * CutAndPaste.C (pasteSelection): adjust
14485
14486         * FloatList.C (FloatList): update from the new_insets branch.
14487         * Floating.[Ch]: ditto
14488         * LaTeXFeatures.C: ditto
14489         * buffer.C: ditto
14490         * lyxlex_pimpl.C: ditto
14491
14492         * paragraph.C (Last): remove when NEW_INSETS is defined.
14493
14494         * other file: changes because of the above.
14495
14496 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14497
14498         * lyxparagraph.h: rename next to next_, previous to previous_,
14499         make them private for NEW_INSETS. Rename Next() to next(),
14500         Previous() to previous().
14501
14502         * other files: changes because of the above.
14503
14504 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14505
14506         * BufferView.h:
14507         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14508         problem.
14509
14510 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14511
14512         * main.C (main): pass lyx_localedir to gettext_init().
14513
14514         * gettext.h: remove locale_init and gettext_init macros
14515
14516         * gettext.C (locale_init): new function
14517         (gettext_init): new function
14518
14519         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14520         setlocale().
14521
14522 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14523
14524         * Moved credits to frontends:
14525         * credits.[Ch]: removed
14526         * credits_form.[Ch]: removed
14527         * lyx_gui_misc.C: remove credits stuff
14528         * Makefile.am:
14529
14530 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14531
14532         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14533
14534         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14535         unneeded destructor.
14536
14537         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14538         a standalone pointer again.
14539
14540         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14541
14542 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14543
14544         * Makefile.am:
14545         * filedlg.h:
14546         * filedlg.C:
14547         * LyXAction.C:
14548         * ToolbarDefaults.C:
14549         * bufferlist.C:
14550         * commandtags.h:
14551         * form1.C:
14552         * form1.h:
14553         * lyx_cb.C:
14554         * lyx_cb.h:
14555         * lyxfunc.h:
14556         * lyxfunc.C:
14557         * BufferView_pimpl.C: use new file dialog in GUII
14558
14559         * lyx_cb.h:
14560         * lyx_cb.C: remove LayoutsCB to Toolbar
14561
14562 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14563
14564         * ShareContainer.h (get): add std:: qualifier
14565
14566 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14567
14568         * ShareContainer.h: define a proper ShareContainer::value_type
14569         type (and use typename to please compaq cxx)
14570
14571 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14572
14573         * lyxparagraph.h: move serveral local vars to
14574         ParameterStruct/ParagraphParameters., use ShareContainer in
14575         FontTable., make vars in FontTable private and add getter and
14576         setter.
14577
14578         * paragraph.C: changes because of the above.
14579
14580         * lyxfont.h: remove copy constructor and copy assignment. (the
14581         default ones is ok), move number inside FontBits. move inlines to
14582         lyxfont.C
14583
14584         * lyxfont.C: add number to initializaton of statics, move several
14585         inlines here. constify several local vars. some whitespace
14586         cleanup. Dont hide outerscope variables.
14587
14588         * Spacing.h: add two new constructors to match the set methods.
14589
14590         * ShareContainer.h: new file, will perhaps be moved to support
14591
14592         * ParameterStruct.h: new file
14593
14594         * ParagraphParameters.h: new file
14595
14596         * ParagraphParameters.C: new file
14597
14598         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14599         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14600
14601         * BufferView_pimpl.C: ParagraphParameter changes.
14602         * buffer.C: Likewise.
14603         * bufferview_funcs.C: Likewise.
14604         * text.C: Likewise.
14605         * text2.C: Likewise.
14606
14607 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14608
14609         * lyxfind.C (LyXReplace): do not redefine default argument in
14610         implementation.
14611         (IsStringInText): ditto
14612         (SearchForward): ditto
14613         (SearchBackward): ditto
14614
14615 2001-03-06  Juergen Vigna  <jug@sad.it>
14616
14617         * lyxfind.C (IsStringInText): put parentes around expressions.
14618
14619 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14620
14621         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14622
14623 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14624
14625         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14626
14627         * stl_string_fwd.h: add comment
14628
14629         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14630
14631         * tabular.h:
14632         * tabular.C: remove unused DocBook methods
14633
14634         * intl.C:
14635         * language.C:
14636         * paragraph.C:
14637         * buffer.C:
14638         killed DO_USE_DEFAULT_LANGUAGE
14639
14640 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14641
14642         * lyx_gui.C: do not include language.h.
14643
14644         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14645         arguments in function implementation.
14646
14647 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14648
14649         * BufferView_pimpl.C: add <ctime>
14650
14651 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14652
14653         * BufferView_pimpl.C: add using std::find_if
14654
14655 2001-02-27  José Matos  <jamatos@fep.up.pt>
14656
14657         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14658         by OnlyPath.
14659
14660 2001-02-11  José Matos  <jamatos@fep.up.pt>
14661
14662         * buffer.C (makeDocBookFile): command styles now have a parameter as
14663         "title" by default.
14664
14665 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14666
14667         * layout_forms.[Ch]: removed
14668         * lyx_cb.[Ch]: out character
14669         * lyx_gui.C: out character
14670         * lyx_gui_misc.C: out character
14671         * bufferview_funcs.C: : out character,
14672         added toggleall as parameter in ToggleAndShow
14673
14674 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14675
14676         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14677
14678         * text2.C (SetCurrentFont): Disable number property at boundary.
14679
14680 2001-02-26  Juergen Vigna  <jug@sad.it>
14681
14682         * lyxfunc.C (getStatus): added a string argument override function so
14683         that this is correctly called from LyXFunc::Dispatch if it contains a
14684         do_not_use_argument which is used!
14685         (Dispatch): added check for "custom" export and call appropriate func.
14686
14687 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14688
14689         * lyxrc.C: Add language_command_local, language_use_babel and
14690         language_global_options.
14691
14692         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14693
14694         * buffer.C (makeLaTeXFile): Use language_use_babel and
14695         language_global_options.
14696
14697 2001-02-23  Juergen Vigna  <jug@sad.it>
14698
14699         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14700         which works with LyXText and putted it inside BufferView. Here now we
14701         only call for that part the BufferView::Dispatch() function.
14702
14703         * BufferView.C (Dispatch): added.
14704
14705         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14706         functions which needs to use a LyXText over from LyXFunc.
14707         (MenuInsertLyXFile): added
14708         (getInsetByCode): added
14709         (moveCursorUpdate): added
14710         (static TEXT): added
14711
14712 2001-02-22  Juergen Vigna  <jug@sad.it>
14713
14714         * BufferView_pimpl.C (update): call a status update to see if LyXText
14715         needs it.
14716
14717 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14718
14719         * vc-backend.C (revert): implement for CVS
14720         (getLog): implement for CVS
14721
14722 2001-02-20  Juergen Vigna  <jug@sad.it>
14723
14724         * text2.C (ClearSelection): added BufferView param for inset_owner call
14725
14726         * lyxfunc.C (TEXT): added this function and use it instead of
14727         directly owner->view()-text of getLyXText().
14728
14729 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14730
14731         * src/layout_forms.C: out preamble
14732         * src/layout_forms.h: out preamble
14733         * src/lyx_cb.C: out preamble
14734         * src/lyx_cb.h: out preamble
14735         * src/lyx_gui.C: out preamble
14736         * src/lyx_gui_misc.C: out preamble
14737         * src/lyxfunc.C: connect with guii preamble
14738
14739 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14740
14741         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14742
14743 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14744
14745         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14746         whether to run bibtex.
14747
14748 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14749
14750         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14751
14752 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
14753
14754         * Makefile.am (lyx_SOURCES): removed bibforms.h
14755
14756         * vspace.h: doxygen
14757
14758         * text.C (GetVisibleRow): make several local vars const
14759
14760         * tabular.C: small cleanup.
14761
14762         * lyxserver.C (callback): use compare instead of strncmp
14763
14764         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
14765         inlines to after class or to paragraph.C
14766
14767         * lyxfont.h: remove friend operator!=
14768
14769         * converter.h: move friend bool operator< to non friend and after
14770         class def.
14771
14772         * combox.h: small cleanup
14773
14774         * buffer.h: doxygen, remove unused constructor, move inclas inlies
14775         to inlines after class def.
14776
14777         * buffer.C (pop_tag): use string operations instead of strcmp
14778
14779         * bmtable.c: doxygen, small cleanup
14780
14781         * LaTeX.h: remove friend operator==
14782
14783 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14784
14785         * screen.C:
14786         * lyxrc.[Ch]:
14787         * lyxfunc.C:
14788         * lyxfont.[Ch]:
14789         * lyx_cb.C:
14790         * intl.[Ch]:
14791         * commandtags.h:
14792         * buffer.C:
14793         * WorkArea.[Ch]:
14794         * LyXAction.C:
14795         * BufferView_pimpl.C:
14796         * BufferView.[Ch]: remove cruft
14797
14798 2001-02-14  Juergen Vigna  <jug@sad.it>
14799
14800         * lyxfunc.C: removed #if 0 unused code
14801
14802         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
14803
14804         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
14805
14806         * text2.C (SetSelection): added a BufferView * parameter
14807
14808 2001-02-13  Juergen Vigna  <jug@sad.it>
14809
14810         * lyxfunc.C (Dispatch): fixed protected blank problem.
14811         * BufferView2.C (protectedBlank): added LyxText * parameter.
14812
14813         * tabular.C (AppendRow): forgot to set row_info of newly added row.
14814         (AppendColumn): same as above for column_info.
14815
14816         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
14817         (moveCursorUpdate): use a LyXText param for support of InsetText.
14818
14819         * BufferView_pimpl.C (doubleClick): added support for InsetText.
14820         (tripleClick): ditto
14821
14822         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
14823
14824         * BufferView_pimpl.C (update): added LyXText param to honor insets.
14825
14826         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
14827
14828         * text2.C (SetSelection): set correct update status if inset_owner
14829         (ToggleFree): ditto
14830
14831 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
14832
14833         * tabular.C: remove some commented code.
14834
14835 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
14836
14837         * BufferView_pimpl.C: call hideSplash()
14838
14839         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
14840
14841         * include_form.h:
14842         * bibforms.h: remove
14843
14844         * lyxfunc.C:
14845         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
14846           add LFUN_CHILD_CREATE
14847
14848         * counters.h: fix tiny typo
14849
14850         * lyx_cb.C:
14851         * lyx.h:
14852         * lyx_gui.C:
14853         * lyx.C: move splash to frontends/xforms/
14854
14855         * lyx_gui_misc.C: move Include and Bibform to frontends
14856
14857         * lyxvc.h: clarify comment
14858
14859         * vspace.C: tiny housekeeping
14860
14861 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
14862
14863         * text.C (PrepareToPrint): RTL Fix.
14864
14865         * paragraph.C (GetUChar): New method.
14866         (String):  Use GetUChar.
14867
14868         * buffer.C (asciiParagraph): Use GetUChar.
14869
14870 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
14871
14872         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
14873
14874 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
14875
14876         * buffer.h:
14877         * buffer.C: rename to getLogName(), handle
14878           build log / latex log nicely
14879
14880 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14881
14882         * MenuBackend.C:
14883         * MenuBackend.h: remove support for reference menuitem type.
14884
14885 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
14886
14887         * BufferView_pimpl.C: housekeeping
14888         * BufferView_pimpl.h:
14889         * LyXView.h:
14890         * Makefile.am:
14891         * Timeout.C:
14892         * Timeout.h:
14893         * minibuffer.h: move Timeout GUI-I
14894
14895 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
14896
14897         * lyxrc.C (read): Update converters data-structures.
14898
14899 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
14900
14901         * LaTeX.h (operator!=): add operator != for Aux_Info
14902
14903 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
14904
14905         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
14906
14907         * LaTeXLog.C: deleted, useful code moved to Buffer
14908
14909         * buffer.h:
14910         * buffer.C: new function getLatexLogName()
14911
14912         * lyx_gui_misc.C:
14913         * lyx_gui.C:
14914         * lyxvc.C:
14915         * lyxvc.h:
14916         * lyxfunc.C: use frontends for LaTeX and VC logs
14917
14918 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14919
14920         * LaTeX.h: yet another std:: that Allan forgot.
14921
14922         * Variables.C (set): renamed from isset(), because this clashes
14923         with some HP-UX macros (grr).
14924
14925 2001-02-06  Allan Rae  <rae@lyx.org>
14926
14927         * LaTeX.h: Another bug fix.  Missing std:: this time.
14928
14929 2001-02-04  Allan Rae  <rae@lyx.org>
14930
14931         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
14932         floats problem. I've left it commented out because it's not quite
14933         correct.  It should also test that the current object is a table or
14934         figure inset.  But I haven't gotten around to figuring out how to do
14935         that.  I *think* it'll be something like: "table" == inset.type()
14936
14937         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
14938         bool.
14939
14940 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
14941
14942         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
14943         all the citation/databases/styles in the auxilary file.
14944         (run): Rerun latex if there was a babel language error.
14945
14946 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
14947
14948         * text.C (Backspace): Preserve the font when changing newline char
14949         with a space.
14950         (BreakParagraph): If the cursor is before a space, delete the space.
14951
14952         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
14953
14954 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
14955
14956         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
14957         new argument (code).
14958         (ChangeCitationsIfUnique): New method.
14959
14960         * paragraph.C (GetPositionOfInset): Handle bibkey.
14961
14962 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14963
14964         * BufferView_pimpl.h: change type of Position::par_pos to
14965         LyXParagraph::size_type.
14966
14967 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
14968
14969         * BufferView_pimpl.C (savePosition, restorePosition): Write
14970         messages to minibuffer.
14971
14972 2001-01-28  José Matos  <jamatos@fep.up.pt>
14973
14974         * buffer.C (makeDocBookFile): adds support for document language.
14975         A silly restriction on the name of LatexCommand types where removed.
14976         Added support for CDATA sections, allows to chars unescaped, used
14977         among others in code, to avoid escape < and >.
14978
14979 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14980
14981         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
14982         saved positions instrad of a stack. Furthermore, a position is
14983         stored using paragraph id/paragraph position.
14984
14985         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
14986         Remove LFUN_REF_BACK.
14987
14988 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14989
14990         * converter.C (dvipdfm_options): New method.
14991
14992 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
14993
14994         * vspace.C (isValidLength): Fix for empty input string.
14995
14996 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14997
14998         * LyXAction.C (init): change description of LFUN_FIGURE to
14999         "Insert Graphics"
15000
15001 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15002
15003         * LaTeX.C: add using directive
15004
15005 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15006
15007         * MenuBackend.C (expand): Fix the sorting of the formats.
15008
15009 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15010
15011         * lyx_main.C: tiny error message fix
15012
15013 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15014
15015         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15016         calling fl_initialize(). This fixes the problem with ',' as
15017         decimal separator in text files.
15018
15019 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15020
15021         * trans.C (process): Fix the keymap bug.
15022
15023 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15024
15025         * LaTeX.C (scanAuxFiles): New method. Provides support for
15026         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15027         (scanLogFile) Scan for "run BibTeX" messages.
15028
15029         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15030         OT1 font encoding. Also, load the aecompl package if the ae
15031         package is loaded.
15032
15033         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15034
15035 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15036
15037         * texrow.C (increasePos): turn two error messages into debug
15038         messages.
15039
15040 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15041
15042         * LaTeX.C (scanAux): Handle the \@input macro.
15043         (runBibTeX): Use scanAux().
15044
15045         * language.C (latex_options_): New field.
15046
15047         * LaTeXFeatures.C (getMacros): Add language macros.
15048
15049         * buffer.C (makeLaTeXFile): Small fix.
15050
15051 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15052
15053         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15054
15055         * text2.C: add a using directive.
15056
15057 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15058
15059         * BufferView2.C:
15060         * lyx_gui_misc.h:
15061         * lyxfr1.C:
15062         * lyxfunc.C: kill LyXBell.
15063
15064 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15065
15066         * text.C (IsBoundary): Remove the error message
15067
15068         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15069
15070         * lyxrc.C (setDefaults): Correct initialization value for
15071         font_norm_type.
15072
15073 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15074
15075         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15076         gotoError().
15077
15078         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15079         and GotoNextNote().
15080
15081         * src/LyXAction.C: Added reference-next.
15082
15083         * text.C (InsertChar): Use contains instead of strchr.
15084
15085         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15086
15087 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15088
15089         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15090         alignment commands (when needed).
15091
15092         * text.C (InsertChar): Add ':' to number separator chars.