]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Use 'assign' as the name for the operation that opens/closes branch
[lyx.git] / src / ChangeLog
1 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * lengthcommon.C: compilation fix: remove explicit array size from
4         unit_name[] and friends
5
6 2004-04-05  Angus Leeming  <leeming@lyx.org>
7
8         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
9
10         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
11         present only for the preferences dialog.
12         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
13
14 2004-04-05  Angus Leeming  <leeming@lyx.org>
15
16         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
17         to enable the frontends to export changes to lyxrc correctly.
18
19         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
20
21 2004-04-05  André Pönitz  <poenitz@gmx.net>
22
23         * cursor.[Ch] (valign, halign...): remove unneeded functions
24
25 2004-04-05  Angus Leeming  <leeming@lyx.org>
26
27         * lyxlength.[Ch] (unit_name et al.): const-correct.
28
29 2004-04-05  Angus Leeming  <leeming@lyx.org>
30
31         * BufferView_pimpl.C:
32         * buffer.C:
33         * counters.C:
34         * cursor.C:
35         * lyxfunc.C
36         * paragraph.C:
37         * pariterator.C:
38         * text.C:
39         * text2.C:
40         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
41
42 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
43
44         * text3.C (getStatus): add LFUN_BEGINNINGBUF
45
46 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
47
48         * lyxfind.C: add a couple of inTexted() tests + other small fixes
49         * BufferView_pimpl.[Ch] (getStatus)
50         * BufferView.[Ch] (getStatus): add
51         * lyxfunc.C (getStatus): move lfuns handled in
52         BufferView::dispatch to te function above 
53         * Cursor.C (setSelection): set selection() = true
54
55 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
56
57         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
58
59 2004-03-31  Angus Leeming  <leeming@lyx.org>
60
61         * lyxfunc.C (dispatch): Fall through to the generic
62         Dialogs::show("preamble").
63
64 2004-03-31  Angus Leeming  <leeming@lyx.org>
65
66         * lyxfunc.C (dispatch): Fall through to the generic
67         Dialogs::show("spellchecker").
68
69 2004-03-31  Angus Leeming  <leeming@lyx.org>
70
71         * lyxfunc.C (getStatus, dispatch): changed invocation of the
72         preferences dialog.
73
74 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
75
76         * BufferView.C
77         * cursor.[Ch]
78         * dociterator.[Ch]:
79         * insetiterator.[Ch]:
80         * lyxfind.C:
81         * lyxfunc.C:
82         * pariterator.[Ch]:
83         * text2.C:
84         * undo.[Ch]: s/DocumentIterator/DocIterator/g
85
86 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
87
88         * BufferView.C (setCursor, putSelectionAt): call edit to open the
89         insets where we are putting the cursor.
90
91 2004-03-31  Angus Leeming  <leeming@lyx.org>
92
93         * lfuns.h:
94         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
95
96         * lyxrc.[Ch] (read, write): overloaded member functions taking
97         a std::[io]stream arguments.
98
99         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
100
101 2004-03-31  Angus Leeming  <leeming@lyx.org>
102
103         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
104         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
105
106         * lyxtextclass.C (load): if the text class couldn't be loaded, then
107         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
108
109 2004-03-31  Angus Leeming  <leeming@lyx.org>
110
111         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
112         the LFUN_ALL_INSETS_TOGGLE code.
113
114 2004-03-30  Angus Leeming  <leeming@lyx.org>
115
116         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
117         has died. Fall through to the generic Dialogs::show("document").
118         
119 2004-03-30  Angus Leeming  <leeming@lyx.org>
120
121         * lfuns.h:
122         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
123         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
124
125         * lyxfunc.C (getStatus, dispatch): define the actions for these
126         lfuns. Little more than a cut and pste job from ControlDocument.C
127
128         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
129
130 2004-03-30  Angus Leeming  <leeming@lyx.org>
131
132         * lfuns.h:
133         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
134         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
135
136         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
137         open/closed state of ollapsable insets. Usage:
138
139         all-inset-toggle <state> <name>, where
140         <state> == "open" || "closed" || "toggle" and
141         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
142
143         * lyxtext.h, text2.C (toggleInset): removed.
144
145         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
146         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
147         now passes LFUN_INSET_TOGGLE to the found inset.
148
149         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
150         is now invoked as "all-insets-toggle toggle branch".
151
152 2004-03-30  Angus Leeming  <leeming@lyx.org>
153
154         * dociterator.C:
155         * insetiterator.C:
156         * pariterator.[Ch]: added/corrected header blurb.
157
158 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
159
160         * dociterator.[Ch]: add an inset_ member 
161         (backwardPos): implemented
162         (backwardPos, forwardPos): use inset_ when the stack is empty.
163         (doc_iterator_begin, doc_iterator_end): implemented
164         * pariterator.[Ch]: adjust, add begin, end
165         * insetiterator.[Ch]: adjust, add begin, end
166         * cursor.C: 
167         * document.C:
168         * BufferView.C:
169         * BufferView_pimpl.C:
170         * CutAndPaste.C: adjust
171
172 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
173
174         * buffer.C: increment file format to 232.
175         * LaTeXFeatures.C: add bibtopic package.
176         * bufferparams.[Ch]: param \use_bibtopic.
177         
178         * lyxrc.[Ch]: add lyxrc bibtex_command
179         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
180         
181         * buffer.C: increment file format to 231.
182
183 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
184
185         * dociterator.C: implement forwardPar
186         * iterators.[Ch]: remove, replaced by
187         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
188         * BufferView.C:
189         * BufferView_pimpl.C:
190         * CutAndPaste.C:
191         * buffer.C:
192         * bufferview_funcs.C:
193         * cursor.C:
194         * lyxfind.C
195         * lyxfunc.C
196         * paragraph_funcs.C
197         * toc.C:  
198         * Makefile.am: adjust
199
200 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
201
202         * CutAndPaste.C (pasteSelection): fix 2 crashes
203         (eraseSelection): fix a crash
204         * paragraph_funcs.C: remove a warning
205
206 2004-03-28  Angus Leeming  <leeming@lyx.org>
207
208         * lfuns.h:
209         * LyXAction.C (init): new LFUN_PRINT.
210
211         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
212
213 2004-03-27  Angus Leeming  <leeming@lyx.org>
214
215         * lfuns.h:
216         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
217
218         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
219
220 2004-03-27  Angus Leeming  <leeming@lyx.org>
221
222         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
223         insetlist always contains non-null pointers to insets.
224
225 2004-03-26  Angus Leeming  <leeming@lyx.org>
226
227         * src/BufferView_pimpl.C:
228         * src/CutAndPaste.C:
229         * src/buffer.C:
230         * src/iterators.C:
231         * src/output_plaintext.C:
232         * src/outputparams.h:
233         * src/paragraph_funcs.C:
234         * src/rowpainter.C:
235         * src/text.C:
236         * src/text2.C:
237         * src/frontends/controllers/ControlErrorList.C:
238         * src/frontends/gtk/FileDialogPrivate.C:
239         * src/frontends/gtk/GPainter.C:
240         * src/frontends/gtk/GToolbar.C:
241         * src/frontends/qt2/QRef.C:
242         * src/mathed/math_scriptinset.C: squash compiler warnings.
243
244 2004-03-26  Angus Leeming  <leeming@lyx.org>
245
246         * ispell.C (LaunchIspell::start):
247         * lyx_cb.C (AutoSaveBuffer::start):
248         invoke run(DontWait) rather than runNonBlocking().
249
250 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
251
252         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs 
253
254 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
255
256         * kbsequence.C (print): adjust
257
258         * kbmap.C (printKeySym): rename and change signature
259         (printKey): use LyXKeySym::print()
260
261 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
262
263         * undo.C: add using std::advance to compile for stlport
264
265 2004-03-24  Angus Leeming  <leeming@lyx.org>
266
267         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
268         it leads to a crash when no buffer is present.
269
270 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
271             Martin Vermeer  <martin.vermeer@hut.fi>
272
273         * lyxfunc.C (dispatch): 
274         * bufferparams.C (readToken): use the new LColor::setColor 
275
276         * LColor.[Ch] (setColor): new version that takes two strings as
277         argument and creates a new color entry if necessary
278
279 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
280
281         * buffer.C (makeLaTeXFile): if the main latex file that is
282         processed is usually a subdocument of some master, then pretend
283         for a while that it is actually the master
284
285 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
286
287         * buffer.C (getLabelList):
288         (getBibkeyList): use getMasterBuffer()
289         (getMasterBuffer): new method. Returns the main document in the
290         case where one is using included documents.
291
292 2004-03-25  André Pönitz  <poenitz@gmx.net>
293
294         * Makefile.am:
295         * iterators.[Ch]:
296         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
297
298         * ParagraphList_fwd.h: change ParagraphList to a std::vector
299
300         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
301         text*.C over here. Rename namespace CutAndPaste to lyx::cap
302
303         * ParameterStruct.h: merge with ParagraphParameters
304
305         * lyxtext.h: remove LyXText::parOffset() and getPar()
306
307         * text3.C: Remove all 'manual' update calls. We do now one per user
308         interaction which is completely sufficient.
309
310         * Bidi.C:
311         * BufferView.[Ch]:
312         * BufferView_pimpl.C:
313         * FontIterator.[Ch]:
314         * MenuBackend.C:
315         * ParagraphParameters.[Ch]:
316         * buffer.C:
317         * buffer.h:
318         * bufferlist.C:
319         * cursor.[Ch]:
320         * cursor_slice.[Ch]:
321         * dociterator.[Ch]:
322         * errorlist.[Ch]:
323         * factory.C:
324         * lfuns.h:
325         * lyxfind.C:
326         * lyxfunc.C:
327         * output_docbook.[Ch]:
328         * output_latex.[Ch]:
329         * output_linuxdoc.[Ch]:
330         * output_plaintext.[Ch]:
331         * paragraph.[Ch]:
332         * paragraph_funcs.[Ch]:
333         * paragraph_pimpl.[Ch]:
334         * rowpainter.C:
335         * tabular.[Ch]:
336         * text.C:
337         * text2.C:
338         * toc.C:
339         * undo.[Ch]: adjust
340
341         * frontends/controllers/ControlDocument.C:
342         * frontends/controllers/ControlErrorList.C:
343         * frontends/controllers/ControlSpellchecker.C:
344         * insets/inset.C:
345         * insets/inset.h:
346         * insets/insetbase.h:
347         * insets/insetbibitem.C:
348         * insets/insetbox.C:
349         * insets/insetbranch.C:
350         * insets/insetcaption.C:
351         * insets/insetcharstyle.C:
352         * insets/insetcharstyle.h:
353         * insets/insetcollapsable.C:
354         * insets/insetcollapsable.h:
355         * insets/insetert.C:
356         * insets/insetfloat.C:
357         * insets/insetfoot.C:
358         * insets/insetmarginal.C:
359         * insets/insetnote.C:
360         * insets/insetoptarg.C:
361         * insets/insettabular.C:
362         * insets/insettext.C:
363         * insets/insettext.h:
364         * insets/insetwrap.C:
365         * mathed/math_mboxinset.C:
366         * mathed/math_nestinset.C:
367         * mathed/math_scriptinset.C:
368         * mathed/math_scriptinset.h:
369         * support/types.h:
370
371 2004-03-24  Angus Leeming  <leeming@lyx.org>
372
373         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
374         deal with any child processes that have finished but are waiting to
375         communicate this fact to the rest of LyX.
376
377 2004-03-24  Angus Leeming  <leeming@lyx.org>
378
379         64-bit compile fixes.
380
381         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
382         (c-tor): pass lyx::pos_types rather than ints.
383
384         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
385         lyx::pos_type.
386
387         * text.C (Delete): compile fix.
388         (getPar): ensure that function declaration is the same as that in
389         the header file.
390
391 2004-03-23  Angus Leeming  <leeming@lyx.org>
392
393         * ispell.C (LaunchIspell):
394         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
395         a boost::shred_ptr rather than a std::auto_ptr.
396
397 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
398
399         * lyxfunc.C (getStatus): handle read-only buffers correctly;
400         handle LFUN_FILE_INSERT_*
401
402         * lyxrc.C (setDefaults, getDescription, output, read):
403         * lyxrc.h: remove ps_command
404
405 2004-03-22  Angus Leeming  <leeming@lyx.org>
406
407         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
408         Ensure that error_handler is processed once only and that all data
409         is saved before attempting to output any warning messages.
410
411         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
412
413 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
414
415         * tabular.C (TeXRow): crash fix (from Kayvan and André)
416
417 2004-03-19  André Pönitz  <poenitz@gmx.net>
418
419         * cursor.[Ch] (reset): take main text inset as argument
420
421         * BufferView: adjust
422         * BufferView_pimpl.C: adjust
423
424         * paragraph.[Ch]: fix completely broken operator=()
425
426 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
427
428         * LColor.C (getFromLyXName): make sure that the color name is used
429         as lowercase.
430
431 2004-03-17  Angus Leeming  <leeming@lyx.org>
432
433         * lfuns.h:
434         * LyXAction.C (init): remove LFUN_FORKS_KILL.
435
436         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
437         dialog and to kill a forked process.
438
439 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
440
441         * text2.C (setCursorFromCoordinates): fix font problem
442
443 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
444
445         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
446         bogus "rebuild cursor" code
447
448 2004-03-11  André Pönitz  <poenitz@gmx.net>
449
450         * buffer.[Ch]: use InsetText instead of LyXText as container for
451         the main lyx text.
452
453         * dociterator.[Ch]: drop the BufferView * member which is not needed
454         anymore after the change to buffer.C
455
456         * paragraph_funcs.C:
457         * text.C:
458         * text2.C:
459         * BufferView.[Ch]:
460         * BufferView_pimpl.[Ch]:
461         * cursor.[Ch]:
462         * cursor_slice.[Ch]: adjust
463
464         * text3.C: fix bug in mathDispatch
465
466 2004-03-08  André Pönitz  <poenitz@gmx.net>
467
468         * undo.[Ch]: use 'StableDocumentIterator' as base for
469         the Undo struct.
470
471 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
472
473         * LaTeXFeatures.C:
474         * bufferparams.[Ch]: add jurabib support and param.
475
476         * LaTeX.C: add FIXME/comment.
477
478 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
479
480         * buffer.C: increment file format to 230.
481
482 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
483
484         * cursor.C (dispatch): avoid infinite loops
485
486 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
487
488         * rowpainter.C (paintSelection): fix x coordinates
489
490 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
491
492         * text.C (rowBreakPoint): fix breaking before displayed insets
493
494 2004-03-01  André Pönitz  <poenitz@gmx.net>
495
496         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
497
498         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
499
500         * Makefile.am:
501         * BufferView.C:
502         * BufferView_pimpl.C:
503         * buffer.C:
504         * lyxfind.C:
505         * lyxfunc.C:
506         * text.C:
507         * text2.C:
508         * text3.C: adjust
509
510 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
511
512         * lyxtext.h:
513         * text.C:
514         * text2.C:
515         * rowpainter.C:
516         * BufferView_pimpl.C: rename textwidth -> maxwidth,
517         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
518
519 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
520
521         * Bidi.[Ch] (computeTables): const correctness
522         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
523         fill_hfill, fill_label_hfill and x from Row
524         * lyxtext.h: prepareToPrint returns a RowMetrics
525         * rowPainter.C: adjust
526         * text.C (prepareToPrint): use width, not textWidth. adjust
527         (redoParagraphInternal, cursorX): adjust
528         * text2.C (getColumnNearX): adjust
529         (init): put a default value to the top LyXText::width
530
531 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
532
533         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
534
535 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
536
537         * lyxtext.h: add FontIterator class
538
539         * text.C (FontIterator, operator*, operator->, operator++): add
540         (rowBreakPoint, setRowWidth): adjust (fixing a
541         rebreaking bug)
542
543 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
544
545         * BufferView_pimpl.C (workAreaDispatch): allow also
546         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
547
548 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
549
550         * text.C (rowBreakPoint): fix a bug showing with very large insets
551
552 2004-02-25  André Pönitz  <poenitz@gmx.net>
553
554         * text3.C:
555         * cursor.[Ch]: move some mathed specific code to mathed
556
557 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
558
559         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
560         use_tempdir in preferences
561         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
562         tempfile creation
563         * lyx_main.C: ensure that tempdir is valid
564         * lyxlex.h: correct typo
565         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
566         * paragraph.[Ch] (isMultiLingual): make const
567         * cursor.[Ch] (openable): make const
568
569 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
570
571         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
572
573 2004-02-20  André Pönitz  <poenitz@gmx.net>
574
575         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
576
577         * cursor.[Ch]: prepare for localized getStatus()
578
579         * lyxtext.h:
580         * tabular.C:
581         * text.C:
582         * text2.C:
583         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
584
585 2004-02-20  André Pönitz  <poenitz@gmx.net>
586
587         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
588
589 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
590
591         * text2.C (setCursorFromCoordinates): switch to absolute coords
592         (cursorUp): adjust
593         (cursorDown): adjust
594         * text3.C (dispatch): adjust
595
596 2004-02-16  André Pönitz  <poenitz@gmx.net>
597
598         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
599           insets/ChangeLog)
600
601         * cursor_slice.[Ch]: remove unneeded acessor function
602
603         * lyxtext.h: rename rtl() to isRTL()
604
605         * rowpainter.C:
606         * tabular.C:
607         * text.C:
608         * text2.C:
609         * text3.C: adjust
610
611 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
612
613         * rowpainter.C (paintSelection): coord fix
614
615 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
616
617         * Spacing.C: compile fix
618
619 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
620
621         * cursor.C (dispatch): restore current_ before returning
622
623 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
624
625         * text2.C (cursorUp, cursorDown): fix coords
626         (moveUp): fix crash
627
628 2004-02-12  André Pönitz  <poenitz@gmx.net>
629
630         * lyxtext.h:
631         * text.C:
632         * text2.C:
633         * text3.C: add LCursor & parameter to most cursor movement functions
634           remove usage of LyXText::cursorRow() and cursorPar()
635
636         * cursor.[Ch]: add textRow() needed members
637
638         * BufferView.C:
639         * BufferView_pimpl.C:
640         * paragraph.[Ch]:
641         * BufferView.C:
642         * BufferView_pimpl.C: adjust
643
644 2004-02-11  André Pönitz  <poenitz@gmx.net>
645
646         * lyxfunc.C:
647         * BufferView.[Ch]:
648         * BufferView_pimpl.C: shift undo/redo handling
649
650         * cursor.[Ch]: fix mathed crash
651
652         * lyxfind.C:
653         * lyxtext.h: move selectionAsText to LCursor
654
655         * output_latex.C:
656         * paragraph.C:
657         * text.C:
658         * text2.C:
659         * text3.C: adjust
660
661         * rowpainter.C: fix excessive drawing
662
663 2004-02-06  André Pönitz  <poenitz@gmx.net>
664
665         * BufferView.[Ch]:
666         * BufferView_pimpl.[Ch]:
667         * text3.C: move some text specific LFUN handling
668
669 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
670
671         * text3.C (checkInsetHit): adjust coords
672         * text2.C (getColumnNearX): adjust coords
673         (edit): adjust coords
674         * text.C (getRowNearY): add two asserts
675
676 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
677
678         * converter.C:
679         * format.C: add using std::distance to compile on gcc 2.95/stlport
680
681 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
682
683         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
684
685 2004-02-04  André Pönitz  <poenitz@gmx.net>
686
687         * BufferView.[Ch] (insertInset):
688         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
689
690         * text2.C:
691         * text3.C: adjust
692
693 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
694
695         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
696         on the default clause of the switch
697         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
698         wasn't catched by LCursor::dispatch
699
700 2004-02-03  André Pönitz  <poenitz@gmx.net>
701
702         * BufferView.C:
703         * cursor.[Ch]: some additional asserts
704
705         * undo.[Ch]: remove LyXText dependency in interface
706
707         * lyxfunc.C: adjust
708
709         * lyxtext.h (firstPar, lastPar): remove dead functions
710
711         * text.C:
712         * text2.C:
713         * text3.C:
714         * paragraph.[Ch]: adjust
715
716 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
717
718         * lyxfind.C (find): fix argument order in call to ::find
719
720 2004-02-02  André Pönitz  <poenitz@gmx.net>
721
722         * cursor.[Ch]: remove direct access to anchor
723
724         * text.C: remove findText() hack
725
726 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
727
728         * iterators.[Ch] (lockPath): remove in favour of...
729         * BufferView.[Ch] (setCursor): this addition
730         * BufferView.C (putSelectionAt): adjust
731         * undo.C (performUndoOrRedo): adjust
732         * lyxfunc.C (dispatch): adjust
733
734 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
735
736         * iterators.C (lockPath): add a missing slice
737         * undo.C (performUndoOrRedo): remove redundant positioning code
738
739 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
740
741         * vc-backend.C (scanMaster): ";" -> ';'
742
743 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
744
745         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
746         std::binary_function
747
748         * lyxtextclass.C (compare_name): rename to...
749         (LayoutNamesEqual): ...this
750
751         * lyxlex_pimpl.C (compare_tags): inherit from
752         std::binary_function, put back into anon namespace
753
754         * lyxfind.C (MatchString): inherig from std::binary_function
755         (findChange): use empty() istead of !size()
756
757         * format.C (FormatNamesEqual): new functor
758         (getFormat): use it
759         (getNumber): use it
760         (add): use it
761         (erase): use it
762         (setViewer): use it
763
764         * converter.C (compare_Converter): rename to...
765         (ConverterEqual): ...this, and fixup a bit.
766         (getConverter): use it, and make function const
767         (getNumber): use it, and make function const
768         (add): use it
769         (erase): use it:
770
771         * bufferlist.C: add using boost::bind
772
773         * MenuBackend.C (MenuNamesEqual): new functor
774         (hasMenu): use it, and make function const
775         (hasSubmenu): use nested bind to get rid of compare_memfun.
776
777 2004-01-30  André Pönitz  <poenitz@gmx.net>
778
779         * BufferView_pimpl.C:
780         * cursor.C:
781         * cursor.h:
782         * cursor_slice.[Ch]:
783         * lyxfunc.C:
784         * lyxtext.h:
785         * paragraph_funcs.C:
786         * paragraph_funcs.h:
787         * rowpainter.C:
788         * text.C:
789         * text2.C:
790         * text3.C: move some of the edit(x,y) handling to the insets
791         some coordinate changes.
792
793 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
794
795         * text.C: add using statements for std::advance and std::distance
796
797         * paragraph.C: add using statement for std::distance
798
799         * lyxfind.C: add using statement for std::advance
800
801         * cursor.C (region): remove std:: from swap
802         (openable): use nucleus in stead of operator->
803
804         * BufferView.C: add using statements for std::distance and std::swap
805
806 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
807
808         * iterators.C: Remove the pimple, move the needed structures to
809         the header file. Create accessor for the positions stack.
810         (asPosIterator): remove function
811
812         * PosIterator.C (PosIterator): move constructors to top of file
813         (PosIterator): reimplement the constructor taking a ParIterator in
814         terms of setFrom.
815         (setFrom): new function
816         (operator!=): inline it
817
818 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
819
820         * lyxfind.C (replaceAll): use std::advance
821
822         * iterators.h: inherit from std::iterator.
823
824         * PosIterator.C (advance, distance): remove
825         * PosIterator.h: interit from std::iterator.
826
827 2004-01-26  André Pönitz  <poenitz@gmx.net>
828
829         * BufferView.[Ch]:
830         * BufferView_pimpl.[Ch]:
831         * InsetList.[Ch]:
832         * PosIterator.[Ch]:
833         * buffer.h:
834         * bufferview_funcs.C:
835         * cursor.[Ch]:
836         * cursor_slice.h:
837         * factory.[Ch]:
838         * iterators.[Ch]:
839         * lyxfind.C:
840         * lyxfunc.C:
841         * lyxtext.h:
842         * output_docbook.C:
843         * output_latex.C:
844         * output_linuxdoc.C:
845         * output_plaintext.C:
846         * paragraph.[Ch]:
847         * paragraph_funcs.[Ch]:
848         * paragraph_pimpl.[Ch]:
849         * rowpainter.C:
850         * tabular.C:
851         * tabular.h:
852         * text.C:
853         * text2.C:
854         * text3.C: more IU:  dumps most of the rest of the mathcursor
855     implementation into cursor.[Ch]; "globalize" a bit of it.
856
857 2004-01-25  Angus Leeming  <leeming@lyx.org>
858
859         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
860
861 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
862
863         * LaTeXFeatures.h: add nice_ and nice() const
864         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
865
866 2004-01-20  André Pönitz  <poenitz@gmx.net>
867
868         * BufferView.[Ch]:
869         * BufferView_pimpl.C:
870         * PosIterator.C:
871         * bufferview_funcs.C:
872         * cursor.[Ch]:
873         * cursor_slice.[Ch]:
874         * factory.C:
875         * iterators.C:
876         * lyx_cb.C:
877         * lyxfind.C:
878         * lyxfunc.C:
879         * lyxtext.h:
880         * rowpainter.C:
881         * text.C:
882         * text2.C:
883         * text3.C:
884         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
885           LCursor and mathcursor parts to LCursor and InsetBase.
886
887 2004-01-15  André Pönitz  <poenitz@gmx.net>
888
889         * cursor_slice.[Ch]: add a few covienience functions
890
891         * funcrequest.[Ch]: remove BufferView * member
892
893         * BufferView_pimpl.C:
894         * cursor.C:
895         * factory.[Ch]:
896         * lyxfind.[Ch]:
897         * lyxfunc.C:
898         * lyxtext.h:
899         * text3.C:
900         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
901
902 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
903
904         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
905         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
906
907 2004-01-13  André Pönitz  <poenitz@gmx.net>
908
909         * textcursor.[Ch]:
910         * lyxtext.h: hide cursor and selection anchor behind accessor function
911
912         * BufferView.C:
913         * BufferView_pimpl.[Ch]:
914         * PosIterator.C:
915         * bufferview_funcs.C:
916         * cursor.h:
917         * lyxfind.C:
918         * lyxfunc.C:
919         * text.C:
920         * text2.C:
921         * text3.C:
922         * undo.C: adjust
923
924         * cursor.h:
925         * cursor_slice.[Ch]: some integer type changes for inset unification
926
927         * lyxcursor.[hC]: remove, it's CursorSlice now.
928
929         * Makefile.am:
930         * BufferView_pimpl.[Ch]:
931         * bufferview_funcs.C:
932         * cursor_slice.C:
933         * lyxtext.h:
934         * text.C:
935         * text2.C:
936         * text3.C:
937         * textcursor.[Ch]: adjust
938
939 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
940
941         * text2.C (undoSpan): add and use
942         * text.C (breakParagraph): use undoSpan (fix bug 578)
943         * lyxtext.h: adjust
944
945 2004-01-08  Angus Leeming  <leeming@lyx.org>
946
947         * BufferView_pimpl.C (MenuInsertLyXFile):
948         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
949         * lyxfunc.C (menuNew, open, doImport):
950         FileFilterList change to the FileDialog open and save functions.
951
952 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
953
954         * ShareContainer.h: make isEqual and isUnique adaptable
955
956         * CutAndPaste.C: make resetOwnerAndChanges adaptable
957
958 2004-01-07  Angus Leeming  <leeming@lyx.org>
959
960         * LyXAction.C:
961         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
962
963         * BufferView_pimpl.C (dispatch): act on these LFUNs.
964
965         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
966         functions replacing find, replace and replaceAll.
967
968         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
969         LFUN_WORDFIND(FORWARD|BACKWARD).
970
971 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
972
973         * text.C (breakParagraph): remove an outdated #warning
974
975 2004-01-07  André Pönitz  <poenitz@gmx.net>
976
977         * lyxfind.C: somewhat clearer logic
978
979         * text.C: prevent crash in cursorX on unitialized row cache
980
981 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
982
983         * lyxcursor.[Ch] (operator>): add
984         * textcursor.C (selStart, selEnd): use std::min and std::max
985
986 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
987
988         * Chktex.C: include boost/format.hpp
989
990 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
991
992         * InsetList.C: replace functor MathcIt with adaptable functor
993         InsetTablePosLess
994         (insetIterator): modify accordingly
995
996         * BranchList.h: move the BranchNamesEqual functor here from...
997         * BranchList.C: ... to here
998
999         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1000         SameName and match.
1001         (add): replace a finding loop with std::find_if.
1002
1003 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1004
1005         * output_docbook.C: moving LatexParam functionality into
1006         .layout files
1007
1008 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1009
1010         * buffer.C: increment format to 229.
1011
1012 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1013
1014         * LaTeXFeatures.C:
1015         * lyx_sty.[Ch]: remove minipageindent_def
1016
1017         * LyXAction.C:
1018         * factory.C:
1019         * lfuns.h:
1020         * lyxfunc.C:
1021         * text3.C: remove LFUN_INSET_MINIPAGE
1022
1023 2003-12-28  Angus Leeming  <leeming@lyx.org>
1024
1025         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1026
1027 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1028
1029         * text2.C (setParagraph): fix off-by-one crash
1030
1031 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1032
1033         * output_docbook.C: header stuff for AGU
1034
1035 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1036
1037         * text2.C (redoCursor): remove
1038         * text.C:
1039         * text3.C:
1040         * BufferView_pimpl.C: remove calls to redoCursor and
1041         setCursor(cursor.par(), cursor.pos()) all around
1042
1043 2003-12-15  Angus Leeming  <leeming@lyx.org>
1044
1045         * buffer.C: up the format to 228.
1046
1047 2003-12-15  André Pönitz  <poenitz@gmx.net>
1048
1049         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
1050         slices
1051
1052         * Makefile.am:
1053
1054         * BufferView_pimpl.C:
1055         * cursor.[Ch]:
1056         * lyxcursor.[Ch]:
1057         * rowpainter.[Ch]:
1058         * lyxtext.h:
1059         * text.C:
1060         * text2.C:
1061         * text3.C: adjust
1062
1063 2003-12-15  Angus Leeming  <leeming@lyx.org>
1064
1065         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
1066         than getFromGUIName to manipulate the color.
1067
1068 2003-12-14  Angus Leeming  <leeming@lyx.org>
1069
1070         * BranchList.[Ch]: minimize the API.
1071         (Branch::getBranch, getColor): now return a 'const &'.
1072         (Branch::setSelected) now returns a bool set to true if the
1073         selection status changes.
1074         (BranchList::clear, size, getColor, setColor, setSelected,
1075         allBranches, allSelected, separator): removed.
1076         (BranchList::find): new functions, returning the Branch with
1077         the given name.
1078         (BranchList::add, remove): return a bool indicating that
1079         the operation was successful.
1080
1081         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
1082         new InsetBranch::isBranchSlected member function.
1083
1084         * LColor.[Ch]: mimimize the API.
1085         (fill): renamed as addColor and made private.
1086         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
1087         versions of these functions taking a string arg have been removed.
1088
1089         * bufferparams.C (readToken):
1090         * lyxfunc.C (dispatch):
1091         * lyxrc.C (read): changes due to the altered BranchList and
1092         LColor APIs.
1093
1094         * factory.C (createInset, readInset): changes due to altered
1095         InsetBranch c-tor.
1096
1097 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1098
1099         * factory.C:
1100         * lyxfunc.C: remove insetminipage. "minipage-insert"
1101         now produces a frameless minipage box inset.
1102
1103 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1104
1105         * textcursor.[Ch] (selStart,selEnd): add new methods
1106         remove selection::start, end, use LyXCursor::operator<
1107         * lyxcursor.[Ch] (operator<): add
1108         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
1109         * BufferView.[Ch] (unsetXSel): add
1110         * text2.C (clearSelection): use unsetXSel,adjust
1111         * text.C: adjust
1112         * text3.C: adjust
1113         * rowpainter.C: adjust
1114         * bufferview_funcs.C (put_selection_at): adjust
1115
1116 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1117
1118         * BufferView_pimpl.C: small coord. correction
1119
1120 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
1121
1122         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
1123         dragging over the splash screen.
1124
1125 2003-12-11  Angus Leeming  <leeming@lyx.org>
1126
1127         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
1128         as it is now handled in LyXText::dispatch.
1129
1130         * text3.C (doInsertInset): remove a level of nesting.
1131
1132 2003-12-11  Angus Leeming  <leeming@lyx.org>
1133
1134         * factory.C (createInset): changes due to the changed interface to
1135         InsetCommandMailer::string2params.
1136
1137 2003-12-10  Angus Leeming  <leeming@lyx.org>
1138
1139         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
1140         'dialog-show-new-inset <inset name>'
1141
1142 2003-12-10  Angus Leeming  <leeming@lyx.org>
1143
1144         * buffer.C: up the format to 227.
1145
1146         * factory.C: the box inset is now identified simply by 'Box'.
1147
1148 2003-12-10  Angus Leeming  <leeming@lyx.org>
1149
1150         * buffer.C: up the format to 226.
1151
1152         * factory.C: the note inset is now identified simply by 'Note'.
1153
1154 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
1155
1156         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
1157         when a pit is enough. Standarize a couple of loops.
1158
1159 2003-12-05  Angus Leeming  <leeming@lyx.org>
1160
1161         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
1162         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
1163         data to the re-worked "log" dialog.
1164
1165 2003-12-03  André Pönitz  <poenitz@gmx.net>
1166
1167         * PosIterator.C:
1168         * iterators.C:
1169         * lyxtext.h:
1170         * output_latex.C:
1171         * paragraph_funcs.C:
1172         * text.C:
1173         * text2.C: use Inset::getText instead of Inset::getParagraph
1174
1175 2003-12-03  André Pönitz  <poenitz@gmx.net>
1176
1177         * buffer.[Ch]:
1178         * lyxtext.h:
1179         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
1180         InsetText::read() as LyXText::read()
1181
1182 2003-12-02  Angus Leeming  <leeming@lyx.org>
1183
1184         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
1185         type. Add a comment in the implementation that the function uses
1186         the stream's bad() function rather than fail() as the std::streams
1187         would do.
1188
1189 2003-12-02  André Pönitz  <poenitz@gmx.net>
1190
1191         * lyxlex.[Ch]: make interface more similar to std::stream
1192
1193         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
1194
1195 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1196
1197         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
1198
1199 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1200
1201         * vspace.[Ch]: remove VSpace::NONE
1202
1203 2003-12-01  André Pönitz  <poenitz@gmx.net>
1204
1205         * buffer.[Ch]:
1206         * lyxtext.h: move ParagraphList member to LyXText
1207         rename LyXText::ownerParagraphs to LyXText::paragraph
1208
1209         * CutAndPaste.C:
1210         * bufferview_funcs.C:
1211         * iterators.[Ch]:
1212         * lyx_cb.C:
1213         * paragraph.C:
1214         * rowpainter.C:
1215         * tabular.C:
1216         * text.C:
1217         * text2.C:
1218         * text3.C: adjust
1219
1220         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
1221
1222         * undo.C: fix cursor positioning
1223
1224 2003-12-01  John Levon  <levon@movementarian.org>
1225
1226         * BufferView_pimpl.C: fix a crash on exit with
1227         a buffer open
1228
1229 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
1230
1231         * BranchList.C: fix setSelected() method.
1232
1233 2003-11-28  André Pönitz  <poenitz@gmx.net>
1234
1235         * ParagraphParameters.[Ch]:
1236         * ParameterStruct.h: remove space above/below from Paragraph to
1237          InsetVSpace
1238
1239         * BufferView_pimpl.C:
1240         * factory.C:
1241         * lyxfunc.C:
1242         * lyxtext.h:
1243         * output_latex.C:
1244         * paragraph.C:
1245         * paragraph_funcs.C:
1246         * rowpainter.[Ch]:
1247         * text.C:
1248         * text2.C:
1249         * text3.C: adjust
1250
1251 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1252
1253         * factory.C: Syntax change for CharStyles
1254
1255 2003-11-28  André Pönitz  <poenitz@gmx.net>
1256
1257         * BufferView.[Ch]:
1258         * BufferView.[Ch]:
1259         * buffer.[Ch]:
1260         * buffer.[Ch]: move LyXText member
1261
1262 2003-11-28  André Pönitz  <poenitz@gmx.net>
1263
1264         * BufferView.[Ch]: make LyXText * text a private member
1265
1266         * BufferView_pimpl.C:
1267         * cursor.C:
1268         * iterators.C:
1269         * lyx_cb.C:
1270         * lyxfind.C:
1271         * lyxtext.h:
1272         * rowpainter.[Ch]:
1273         * text.C:
1274         * text2.C:
1275         * undo.C: adjust
1276
1277         * output_plaintext.C: cleanup
1278
1279 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1280
1281         * buffer.C:
1282         * lyxtextclass.[Ch]: parametrize SGML document header
1283
1284 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
1285
1286         * converter.[Ch]:
1287         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
1288         getFlavor().
1289
1290 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1291
1292         * text2.C (setFont): rework using PosIterator (no more recursive)
1293         (setCharFont): no more needed
1294         (setLayout): no more selection cursors fiddling (done by redoCursor)
1295         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
1296         destroy remaining ones)
1297
1298 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
1299
1300         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
1301         * lyxtext.h: ditto
1302         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
1303         selection cursors
1304         * lyxfunc.C: adjust
1305         * text3.C: adjust + re-allow multi par depth changes
1306         * textcursor.C: simplify a bit
1307
1308 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
1309
1310         * src/buffer.C:
1311         * src/lyxlayout.C:
1312         * src/lyxlayout.h:
1313         * src/lyxtext.h:
1314         * src/output_docbook.C:
1315         * src/output_latex.C:
1316         * src/paragraph.C:
1317         * src/paragraph.h:
1318         * src/sgml.C:
1319         * src/sgml.h:
1320         * src/text2.C: Introducing a number of tags parametrizing various
1321         XML formats that we may want to support
1322
1323 2003-11-25  André Pönitz  <poenitz@gmx.net>
1324
1325         * InsetList.[Ch] (begein, end): inline as suggested by profiler
1326
1327         * lyxtext.h (leftMargin/rightMargin): simplify interface
1328
1329         * rowpainter.C:
1330         * text.C:
1331         * text2.C:
1332         * text3.C: adjust
1333
1334 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1335
1336         * lyxfunc.C (dispatch): propogate the bibtex databases from the
1337         master file to any child files. Fixes bug 546.
1338
1339 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1340
1341         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
1342
1343 2003-11-24  André Pönitz  <poenitz@gmx.net>
1344
1345         * rowpainter.C: simplification
1346
1347         * text2.C (updateCounters): remove call to redoParagraph on
1348         changed labels as this is far too expensive.
1349
1350 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1351
1352         * converter.C (convert): fix a crash: this function gets
1353         called with buffer == 0 from importer code.
1354
1355 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1356
1357         * text3.C (cursorPrevious): make sure that we do not compare
1358         iterators form different containers.
1359         (cursorNext): ditto
1360
1361         * rowpainter.C (paintSelection): make sure that we do not compare
1362         iterators from different containers.
1363
1364         * text3.C (dispatch): [PRIOR] make sure that we do not compare
1365         iterators from different ParagraphList containers.
1366         [NEXT] ditto
1367
1368         * text2.C (LyXText): change order of initialization slightly
1369         (operator=): new function. copy all variables except cache_par_
1370         (moveUp): make sure that we do not compare iterators from
1371         different ParagraphList constainers.
1372         (moveDown): ditto
1373
1374         * text.C (firstPar): new function
1375         (lastPar): new function
1376         (endPar): new function
1377
1378         * lyxtext.h: move things around and group public functions, public
1379         variables, private functions, private variables
1380
1381 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1382
1383         * factory.C: change call to InsetERT constructor to avoid
1384         additional invocation of method status
1385         * text2.C (toggleInset): remove redundant update() call
1386         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
1387         instead of a Bufferview pointer
1388
1389 2003-11-21  André Pönitz  <poenitz@gmx.net>
1390
1391         * rowpainter.C: simplification
1392
1393 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1394
1395         * text3.C (dispatch): make possible to extend a word/row selection
1396         with the mouse
1397
1398 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1399
1400         * lyxtext.h: x0_,y0_ -> xo_,yo_
1401         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
1402         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
1403         * rowpainter.C (paintRows): paint full paragraphs
1404
1405 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1406
1407         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
1408         screen coordinates)
1409
1410 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1411
1412         * lyxtext.h: add x0_, y0_
1413         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
1414         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
1415
1416 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
1417
1418         * text2.C (setCursorIntern): move the x_target update here *
1419         * text3.C: change some bv() to true/false in calls to
1420         cursorUp/Down/Right/Left
1421         * cursor.C: use helper function.
1422
1423 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1424
1425         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
1426         * paragraph_funcs.[Ch]: correct comment
1427         * rowpainter.C: do not paint selections away from bv->cursor()
1428         Fix a long standing selection painting bug.
1429         * text3.C: generalize mouse-selection code to LyXTexts other that
1430         top one
1431         * textcursor.C: do not use y coords if we can use par offsets
1432
1433 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1434
1435         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
1436         cursor position after e.g. inset insert)
1437
1438 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
1439
1440         * lyxfind.C (replace): adjust to locking removal + some
1441         code simplification
1442
1443 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
1444
1445         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
1446         of the path
1447
1448 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
1449
1450         * lyxlayout.[Ch]:
1451         * output_docbook.C: XML sanitation: new layout
1452         parameters InnerTag and CommandDepth
1453
1454 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
1455
1456         * BufferView_pimpl.C:
1457         * factory.C:
1458         * text3.C: Fix the insertion and modification of button-style
1459         insets
1460
1461 2003-11-13  André Pönitz  <poenitz@gmx.net>
1462
1463         * InsetList.[Ch]: remove deleteLyXText
1464
1465         * paragraph.[Ch]: cache beginOfBody position
1466
1467         * Bidi.C:
1468         * text.C:
1469         * text2.C:
1470         * text3.C: remove superfluous update() calls
1471
1472         * vspace.C: cleanup
1473
1474 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1475
1476         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
1477         * BufferView.C (fitLockedInsetCursor): remove
1478         * cursor.[Ch] (getDim): add
1479         * text.C (getRowNearY): add faster version
1480         * text3.C: remove some update calls
1481
1482 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1483
1484         * LaTeXFeatures.C:
1485         * LyXAction.C:
1486         * MenuBackend.C:
1487         * MenuBackend.h:
1488         * dispatchresult.h:
1489         * factory.C:
1490         * lfuns.h:
1491         * lyxfunc.C:
1492         * lyxtextclass.C:
1493         * lyxtextclass.h:
1494         * text3.C: The Character Style /XML short element patch.
1495
1496 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
1497
1498         * text3.C:
1499         * factory.C: Small step to solving 'unable to insert some insets'
1500         problem
1501
1502 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1503
1504         * cursor.[Ch] (updatePos): new function for updating the y
1505         position of the tip inset
1506         * bufferview_funcs.C (put_selection_at):
1507         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
1508
1509 2003-11-11  André Pönitz  <poenitz@gmx.net>
1510
1511         * text.C: remove big comment on invalid Paragraph pointers as it is
1512         not valid anymore
1513
1514 2003-11-11  André Pönitz  <poenitz@gmx.net>
1515
1516         * text_funcs.[Ch]: merge with ...
1517
1518         * text.C: ... this
1519
1520         * lyxtext.h:
1521         * text2.C:
1522         * text3.C: adjust
1523
1524         * Makefile.am: remove text_funcs.[Ch]
1525
1526 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1527
1528         * cursor.C (getPos): return absolute cached y coord
1529
1530         * BufferView_pimpl.C (fitCursor): new simplistic code
1531         (workAreaDispatch): add a fitCursor call
1532
1533 2003-11-10  André Pönitz  <poenitz@gmx.net>
1534
1535         * BufferView.[Ch]:
1536         * BufferView_pimpl.[Ch]: merge update() and updateInset()
1537
1538 2003-11-10  André Pönitz  <poenitz@gmx.net>
1539
1540         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
1541         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
1542         indicate that the cursor needs to leave an inset
1543
1544         * lyxtext.h: remove inset locking
1545
1546         * cursor.[Ch]: re-implement functionality provided by inset locking
1547
1548         * BufferView.[Ch]:
1549         * BufferView_pimpl.[Ch]:
1550         * LyXAction.C:
1551         * bufferview_funcs.[Ch]:
1552         * factory.C:
1553         * funcrequest.[Ch]:
1554         * iterators.C:
1555         * lyx_cb.C:
1556         * lyxfind.C:
1557         * lyxfunc.C:
1558         * text.C:
1559         * text2.C:
1560         * text3.C:
1561         * undo.C: adjust
1562
1563 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1564
1565         * PosIterator.[Ch]: replace the stack with a vector, add inset
1566         accesor
1567         * iterators.[C]: adjust
1568
1569 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1570
1571         * lyxfind.C (replaceAll): mark the buffer dirty if something was
1572         replaced
1573         * paragraph_funcs.C (readParToken): put the correct id in the
1574         error item, not the id of the top paragraph
1575
1576 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
1577
1578         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
1579         * bufferview_funcs.C (put_selection_at): use the above
1580
1581 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1582
1583         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
1584
1585 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1586
1587         * output_linuxdoc.h:
1588         * output_plaintext.h:
1589         * output.h:
1590         * output_docbook.h: add #include statements
1591
1592 2003-11-05  José Matos  <jamatos@lyx.org>
1593
1594         * output_docbook.[Ch]:
1595         * output_latex.[Ch]:
1596         * output_linuxdoc.[Ch]:
1597         * output_plaintext.[Ch]: New files for output formats.
1598         * output.[Ch]: New file for helper functions.
1599
1600         * buffer.[Ch]:
1601         * paragraph_funcs.[Ch]: output functions moved to new files.
1602
1603         * outputparams.h: rename of latexrunparams.h
1604
1605         * LaTeX.[Ch]:
1606         * buffer.[Ch]:
1607         * bufferlist.[Ch]:
1608         * converter.[Ch]:
1609         * exporter.C:
1610         * paragraph.[Ch]:
1611         * paragraph_funcs.[Ch]:
1612         * paragraph_pimpl.[Ch]:
1613         * tabular.[Ch]: rename ascii to plaintext
1614         and LatexRunParams to OutputParams.
1615
1616 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1617
1618         * iterators.[Ch] (text): require bv argument
1619         * undo.C (recordUndo):
1620         * lyxfunc.C (dispatch):
1621         * bufferview_funcs.C (put_selection_at): adjust
1622
1623 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
1624
1625         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
1626
1627 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1628
1629         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
1630         nestings
1631
1632 2003-11-04  André Pönitz  <poenitz@gmx.net>
1633
1634         * cursor.[Ch]: restructure
1635
1636         * BufferView.[Ch]:
1637         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
1638
1639         * iterators.[Ch] (asCursor): remove
1640
1641         * lfuns.h: remove LFUN_INSET_EDIT
1642
1643         * lyxfunc.C:
1644         * tabular.C:
1645         * text.C:
1646         * text2.C:
1647         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
1648
1649 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1650
1651         * lyxfind.[Ch]: complete overhaul
1652         * BufferView_pimpl.C:
1653         * lyxfunc.C: adjust
1654         * paragraph.[Ch] (insert): add
1655
1656 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1657
1658         * BufferView.[Ch]:
1659         * lyxtext.h:
1660         * text.C: remove dead spellcheck code
1661
1662 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1663
1664         * dispatchresult.h: add a val setter
1665
1666         * cursor.C (dispatch): use a tempvar for data_[i]
1667
1668 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1669
1670         * PosIterator.[Ch]: compile fix
1671
1672 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1673
1674         * text.C (cursorPar): deactivate the cursor cache
1675
1676 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1677
1678         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
1679
1680 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1681
1682         * text3.C (dispatch): adjust for new DisptchResult semantics.
1683
1684         * lyxfunc.C (dispatch): handle update when return from
1685         Cursor::dispatch, adjust for new DispatchResult semantics.
1686
1687         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
1688         DispatchResult(true) mean to not update. Add class functions for
1689         setting dispatched and update, as well as reading.
1690
1691         * cursor.C (dispatch): don't handle update here
1692
1693 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1694
1695         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
1696         * trans_mgr.C: adjust
1697
1698         * paragraph_funcs.C (readParToken): exception safety
1699
1700         * lyxvc.h: store the vcs pointer in a scoped_ptr
1701         * lyxvc.C: adjust
1702
1703         * lyxsocket.C (serverCallback): exception safety
1704
1705         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
1706
1707         * ispell.C (clone): make it return a auto_ptr
1708
1709         * factory.C (createInset): exception safety
1710         (readInset): exception safety
1711
1712         * bufferlist.C (newBuffer): exception safety
1713
1714         * Thesaurus.C (Thesaurus): use initialization for aik_
1715
1716         * MenuBackend.C (expandToc): exception safety.
1717
1718 2003-11-03  André Pönitz  <poenitz@gmx.net>
1719
1720         * buffer.C:
1721         * buffer.h:
1722         * bufferview_funcs.C: remove getInsetFromId()
1723
1724         * lyxcursor.[Ch]:
1725         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
1726
1727         * lyxfunc.C:
1728         * text2.C:
1729         * text3.C: adjust
1730
1731 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
1732
1733         * PosIterator.C (distance, advance): new
1734         * bufferview_funcs.[Ch] (put_selection_at): new
1735         * iterators.[Ch] (lockPath): new
1736
1737 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
1738
1739         * iterators.[Ch] (asPosIterator): added
1740         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
1741         * PosIterator.[Ch]: added
1742
1743 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1744
1745         * text3.C:
1746         * lyxfunc.C:
1747         * cursor.C (dispatch):
1748         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
1749
1750         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
1751         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
1752         contructor, add a class function dispatched. Remove operator>=
1753
1754 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1755
1756         * debug.C: only use the default constructor for debugstream
1757         (lyxerr) here.
1758
1759         * main.C (main): include debug.h and setup the lyxerr streambuf
1760         here.
1761
1762 2003-10-31  José Matos  <jamatos@lyx.org>
1763
1764         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
1765
1766         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
1767         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
1768         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1769         * paragraph_pimpl.C (simpleTeXSpecialC):
1770         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
1771         add LatexRunParams argument.
1772
1773         * exporter.C (Export): change call accordingly.
1774
1775         * latexrunparams.h: add new member to take care of the other backends.
1776 2003-10-30  José Matos  <jamatos@lyx.org>
1777
1778         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1779         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
1780         factorise code for paragraph output.
1781         * buffer.[Ch]:
1782         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
1783         move functions.
1784
1785 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1786
1787         * text3.C (dispatch):
1788         * lyxfunc.C (dispatch):
1789         * cursor.C (dispatch):
1790         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
1791
1792         * dispatchresult.h: make the dispatch_result_t ctor explicit
1793
1794 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1795
1796         * sgml.[Ch]:
1797         * buffer.C: small refactoring of docbook stuff
1798
1799 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1800
1801         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
1802         meaning.
1803
1804 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1805
1806         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
1807         operator dispatch_result_t, and operators for == != and >=
1808
1809         * cursor.C (dispatch): adjust for operator dispatch_result_t
1810         removal. comment out call to update
1811
1812         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
1813
1814 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1815
1816         * text3.C:
1817         * text2.C:
1818         * text.C:
1819         * lyxtext.h:
1820         * lyxfunc.C:
1821         * cursor.C:
1822         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
1823         (dispatch):
1824
1825         * dispatchresult.h: new file, DispatchResult broken out of
1826         insets/insetbase.h
1827
1828         * Makefile.am (lyx_SOURCES): add dispatchresult.h
1829
1830 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1831
1832         * text.C (rowBreakPoint): put a hack inside #if 0
1833
1834 2003-10-28  André Pönitz  <poenitz@gmx.net>
1835
1836         * lyxtext.h:
1837         * metricsinfo.C:
1838         * paragraph_funcs.C:
1839         * rowpainter.C:
1840         * text.C:
1841         * text2.C: general cleanup (lots of small stuff)
1842
1843 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
1844
1845         * text2.C (cursorEnd): simple fix to the "end key goes to one
1846         before the end on last row" bug
1847
1848 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1849
1850         * text.C (backspace): fix the "zombie characters"
1851
1852 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1853
1854         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
1855
1856 2003-10-27  André Pönitz  <poenitz@gmx.net>
1857
1858         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
1859
1860         * factory.C: handle new InsetPagebreak, InsetLine
1861
1862         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
1863         and move handling into new InsetPagebreak, InsetLine
1864
1865         * BufferView_pimpl.C:
1866         * LyXAction.C:
1867         * ParagraphParameters.C:
1868         * ParameterStruct.h:
1869         * lyxfunc.C:
1870         * lyxtext.h:
1871         * paragraph.C:
1872         * paragraph.h:
1873         * paragraph_funcs.C:
1874         * paragraph_pimpl.C:
1875         * rowpainter.C:
1876         * text.C:
1877         * text2.C:
1878         * text3.C: adjust
1879
1880 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1881
1882         * text.C:
1883         * lyxrow_funcs.[Ch]:
1884         * Bidi.C:
1885         * paragraph.C:
1886         * lyxtext.h:
1887         * rowpainter.C:
1888         * text2.C:
1889         * text3.C: remove lastPos uses in favour of Row::endpos
1890
1891 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
1892
1893         * undo.C (performUndoOrRedo): fix two crashes by setting a
1894         cursor by hand and reordering some calls. Use bv->lockInset instead
1895         of inset->edit because the latter loses cursor information
1896
1897 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
1898
1899         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
1900         by Martin
1901         (rowBreakPoint): fix width. change point to point + 1.
1902         Add a missing check.
1903
1904 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
1905
1906         * MenuBackend.C:
1907         * lyxfunc.C: fix (at least partly) the problems
1908         with the Nav menu and headers inside branch insets
1909         reported by Kayvan
1910
1911 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
1912
1913         * paragraph.C (getChar): add strong asserts
1914
1915         * lyxrow_funcs.C (lastPos): remove hideous hack
1916
1917         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
1918         (fill): adjust to that (avoid an infinite loop)
1919
1920 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1921
1922         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
1923
1924 2003-10-23  André Pönitz  <poenitz@gmx.net>
1925
1926         * RowList_fwd.h: change list<> to vector<> to gain speed
1927         after suggestion from Alfredo
1928
1929 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
1930
1931         * lyxtext.h: move the bidi stuff from here...
1932         * text.C: and here
1933         * text2.C: and here
1934         * Bidi.[Ch]: ... to here
1935
1936 2003-10-23  André Pönitz  <poenitz@gmx.net>
1937
1938         * lyxtext.h:
1939         * text.C (isLastRow, isFirstRow): new functions
1940
1941         * paragraph.h: new width cache member
1942
1943         * rowpainter.C: replace RowList::iterator with Row & where possible
1944
1945         * lyxfunc.C: replace several view()->text with a single call
1946
1947         * toc.C: fix 'unused' warning
1948
1949 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1950
1951         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
1952         when woring with stream::pos_type
1953         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
1954
1955 2003-10-22  André Pönitz  <poenitz@gmx.net>
1956
1957         * lyxtext.h:
1958         * text.C: use Row & instead of RowList::iterator
1959
1960         * lyxrow.h: rename end() to endpos()
1961
1962         * rowpainter.C:
1963         * text.C:
1964         * text2.C: adjust
1965
1966 2003-10-22  Angus Leeming  <leeming@lyx.org>
1967
1968         * buffer.[Ch] (fully_loaded): new member function, returning true
1969         only when the file has been loaded fully.
1970         Used to prevent the premature generation of previews and by the
1971         citation inset to prevent computation of the natbib-style label.
1972
1973         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
1974         templates are all set up.
1975
1976         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
1977
1978 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
1979
1980         * text.C: fixed an "oops" in the "is a bit silly"
1981         bug fix
1982
1983 2003-10-21  André Pönitz  <poenitz@gmx.net>
1984
1985         * FuncStatus.[Ch]: small stuff, whitespace
1986
1987         * lyxfont.[Ch]: operator<<() for debug reasons
1988
1989         * lyxfunc.C:
1990         * lyxrow_funcs.C:
1991         * lyxtext.h: whitespace, spelling
1992
1993         * paragraph.C: naming of variables
1994
1995         * text.C:
1996         * text2.C: small stuff
1997
1998
1999 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2000
2001         * text.C: (1) finish off the inset display() work;
2002         (2) fix the "is a bit silly" bug (accessing char
2003         past end of par).
2004
2005 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2006
2007         * text.C: re-introduce display() for insets, fixing the
2008         various bugs (stretch of line above, math inset
2009         positioning, ...)
2010
2011 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2012
2013         * text.C (rightMargin): remove spurious semicolon
2014
2015         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2016         1415)
2017
2018 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2019
2020         * text3.C: fix one crash due to wrong cursor def
2021
2022 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2023
2024         * vc-backend.C (scanMaster): make the regex static
2025
2026         * LaTeX.C (scanAuxFile): make the regexs static
2027
2028         * text3.C (doInsertInset, dispatch, dispatch):
2029         * text2.C (cursorUp, cursorDown):
2030         * text.C (selectNextWordToSpellcheck):
2031         * BufferView_pimpl.C (dispatch):
2032         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2033
2034 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2035
2036         * lyxsocket.C: include <cerrno>
2037
2038 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2039
2040         * lyxfunc.C (dispatch): remove textcache stuff
2041
2042         * bufferlist.C (release): remove textcache stuff
2043         (closeAll): ditto
2044
2045         * TextCache.C: delete file
2046         * TextCache.h: delete file
2047
2048         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
2049
2050         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
2051         delete of the bv_->text.
2052         (resizeCurrentBuffer): remove texcache stuff
2053         (workAreaResize): ditto
2054
2055 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2056
2057         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
2058         action.
2059
2060 2003-10-16  André Pönitz  <poenitz@gmx.net>
2061
2062         * lyxrow.[Ch]:
2063         * paragraph.h:
2064         * rowpainter.C:
2065         * text.C:
2066         * text2.C:
2067         * text3.C: speed up by storing y positions per paragraph plus per-row
2068         offset instead of having a 'full' y position in the row.
2069
2070 2003-10-15  André Pönitz  <poenitz@gmx.net>
2071
2072         * iterators.[Ch]:
2073         * iterators.[Ch]:
2074         * undo.[Ch]: make undo aware of inner insets
2075
2076 2003-10-14  Angus Leeming  <leeming@lyx.org>
2077
2078         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
2079         static member functions LyX::ref() and LyX::cref.
2080         (lastfiles): new accessor functions for the new lastfiles_ member var.
2081         (addLyXView, views_): add a new LyXView to the list of views_.
2082         (updateInset): loop over all LyXViews to call their own updateInset
2083         member function, returning a pointer to the Buffer owning the inset.
2084
2085         * BufferView_pimpl.C (loadLyXFile):
2086         * MenuBackend.C (expandLastfiles):
2087         * bufferlist.C (MenuWrite, QuitLyX):
2088         lastfiles is no longer a global variable.
2089         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
2090
2091         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
2092         static function. Access through LyX::cref().emergencyCleanup().
2093
2094 2003-10-14  André Pönitz  <poenitz@gmx.net>
2095
2096         * iterators.[Ch]: new direct access to innermost LyXText and Inset
2097
2098         * undo.[Ch]: restoring part of 'undo in insets'
2099
2100         * Makefile.am:
2101         * undo_funcs.[Ch]: merge with undo.[Ch]
2102
2103         * tabular.C: small cleansing stuff
2104
2105 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
2106
2107         * paragraph_funcs.C (readParToken): report unknown insets as error
2108         boxes. Use the outer paragraph as location (also for unknown
2109         tokens).
2110
2111         * factory.C (readInset): do not abort on reading an unknown inset.
2112         Eat it and return 0.
2113
2114 2003-10-13  Angus Leeming  <leeming@lyx.org>
2115
2116         * lyx_main.C (LyX): remove call to setDisplayTranslator().
2117
2118         * lyxrc.C: displayTranslator is now a function,
2119         declared in GraphicsTypes.h.
2120
2121 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2122
2123         * format.C: new placeholder $$a to pass the socket address.
2124
2125         * bufferlist.[Ch]: new function getBufferFromTmp.
2126
2127         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
2128           files in the temporary dir.
2129
2130 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
2131
2132         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
2133
2134         * Makefile.am: add lyxsocket.[Ch].
2135
2136         * lyx_main.C (error_handler): handle SIGPIPE.
2137
2138 2003-10-13  André Pönitz  <poenitz@gmx.net>
2139
2140         * BufferView_pimpl.C:
2141         * lyxtext.h:
2142         * text.C:
2143         * text2.C:
2144         * text3.C:
2145         * undo_funcs.[Ch]: use paroffset_type instead of
2146           ParagraphList::iterators to prevent multiple conversion
2147           (and get a more robust interface)
2148
2149 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2150
2151         * lyxfunc.C (dispatch): RESULT -> dispatch_result
2152         * lyxtext.h: ditto
2153         * text3.C (dispatch): ditto
2154
2155 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2156
2157         * LaTeX.C (handleFoundFile): move the static to smaller scope,
2158         move the onlyfile, use onlyfile instead of foundfile in a couple
2159         of places.
2160
2161         * DepTable.C (update): flush the error stream a bit more
2162
2163 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2164
2165         * lyxserver.C (callback): adjust
2166
2167         * lyxfunc.C (getStatus): add a missing brace in commented code
2168         (ensureBufferClean): reindent
2169         (dispatch): delete version taking a string
2170
2171 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2172
2173         * LaTeX.C (deplog): move found file handlig from here...
2174         (handleFoundFile): .. to new function here.
2175         (deplog): make sure to discover several files mentioned on the
2176         same log line.
2177
2178 2003-10-10  André Pönitz  <poenitz@gmx.net>
2179
2180         * lyxfunc.C:
2181         * lyxtext.h:
2182         * tabular.C:
2183         * text.C:
2184         * text2.C:
2185         * text3.C: fix some of the tabular crashes
2186
2187 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2188
2189         * MenuBackend.C (binding): put debug message into Debug::KBMAP
2190
2191         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
2192
2193 2003-10-09  André Pönitz  <poenitz@gmx.net>
2194
2195         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
2196
2197         * BufferView.C:
2198         * BufferView_pimpl.C:
2199         * bufferview_funcs.C:
2200         * lyx_cb.C:
2201         * lyxcursor.C:
2202         * lyxfind.C:
2203         * lyxfunc.C:
2204         * lyxtext.h:
2205         * text.C:
2206         * text2.C:
2207         * text3.C:
2208         * text_funcs.[Ch]:
2209         * textcursor.[Ch]:
2210         * undo_funcs.C: adjust
2211
2212 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2213
2214         * text2.C (incrementItemDepth): new function, use a backtracking
2215         algorithm to discover the correct item depth.
2216         (resetEnumCounterIfNeeded): new function, use a backtracking
2217         algorithm to discover if counter reset is needed.
2218         (setCounter): use them. Simplify a bit. Add different labels for
2219         different item depths for itemize.
2220
2221         * paragraph.C (Paragraph): remove initialization of enumdepth
2222         (operator=): ditto
2223
2224         * paragraph.h: get rid of enumdepth, and use itemdepth both for
2225         enumerate and itemize. Change the type of itemdepth to signed char.
2226
2227 2003-10-08  André Pönitz  <poenitz@gmx.net>
2228
2229         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
2230           thing assignable.
2231         * text.C:
2232         * text2.C: adjust
2233
2234         * tabular.[Ch]: fix crash after 'row-insert'
2235
2236 2003-10-08  Angus Leeming  <leeming@lyx.org>
2237
2238         Fix doxygen warnings.
2239
2240         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
2241         Remove CutAndPaste:: prefix from header file declaration.
2242
2243         * LColor.h (fill): remove LColor:: prefix from declaration.
2244
2245         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
2246         use lyx::depth_type rather than Paragraph::depth_type so that
2247         header file and .C file match.
2248
2249         * converter.h (intToFormat): remove Converters:: prefix from declaration.
2250
2251         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
2252         * aspell.C: \file aspell_local.C -> \file aspell.C
2253         * gettext.C: \file gettext.C -> \file src/gettext.C
2254         * gettext.h: \file gettext.h -> \file src/gettext.h
2255         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
2256         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
2257         * text.C: \file text.C -> \file src/text.C
2258
2259         * toc.C: move comment so that doxygen is not confused.
2260
2261 2003-10-07  Angus Leeming  <leeming@lyx.org>
2262
2263         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
2264
2265 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
2266
2267         * aspell.C:
2268         * aspell_local.h: add forgotten std::string's.
2269
2270 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2271
2272         * LaTeXFeatures.C:
2273         * LyXAction.C:
2274         * factory.C:
2275         * lfuns.h:
2276         * lyxfunc.C:
2277         * text3.C: The Box patch. Fancybox support, minipage, parbox
2278
2279 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
2280
2281         * CutAndPaste.h:
2282         * DepTable.h:
2283         * FloatList.h:
2284         * LaTeXFeatures.h:
2285         * ParagraphParameters.h:
2286         * TextCache.h:
2287         * Thesaurus.h:
2288         * bufferlist.h:
2289         * exporter.h:
2290         * importer.h:
2291         * lastfiles.h:
2292         * lyxfind.h:
2293         * lyxfont.h:
2294         * lyxlex.h:
2295         * lyxtextclasslist.h:
2296         * messages.h:
2297         * paragraph.h:
2298         * paragraph_pimpl.C:
2299         * textcursor.h: add <string> and other small fixes to make Lars'
2300         std::string patch compile with STLport.
2301
2302 2003-10-06  Angus Leeming  <leeming@lyx.org>
2303
2304         * LColor.h: Add missing #include <string>.
2305
2306 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2307
2308         * All most all file in all subdirs: Make <string> be the prefered
2309         way of getting to std::string, add using declarations.
2310
2311 2003-10-06  André Pönitz  <poenitz@gmx.net>
2312
2313         * metricsinfo.C: initialize LyXFont before changing attribute.
2314         (fixes the 'math in \emph is upright' bug)
2315
2316 2003-10-06  André Pönitz  <poenitz@gmx.net>
2317
2318         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
2319
2320 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
2321
2322         * graph.C:
2323         * paragraph_pimpl.C: Small fixes to build using STLport
2324
2325 2003-10-02  André Pönitz  <poenitz@gmx.net>
2326
2327         * lyxfunc.C:
2328         * text3.C: move handling of LFUN_DEPTH *; fix #1360
2329
2330 2003-10-01  André Pönitz  <poenitz@gmx.net>
2331
2332         * factory.C: assert early
2333
2334 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2335
2336         * lyx_main.C: remove the global debug object
2337
2338         * debug.h: adjust for new debugstream
2339
2340         * debug.C: adjust for new debugstream and keep the global debug
2341         object here.
2342
2343 2003-09-22  Angus Leeming  <leeming@lyx.org>
2344
2345         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
2346         of g++ which otherwise complain that the scoped_ptr destructor can't delete
2347         an incomplete class LyXFont.
2348
2349 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2350
2351         * factory.C: bug fix in branches
2352
2353 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2354
2355         * lyxfunc.C (processKeySym): adjust
2356         (dispatch): adjust
2357         (dispatch): change arg name from ev to func, adjust
2358         (sendDispatchMessage): ditto
2359
2360         * lyx_main.C (defaultKeyBindings): adjust keybindings
2361         (deadKeyBindings): ditto
2362
2363         * kbsequence.C (addkey): return a FuncRequest
2364
2365         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
2366
2367         * kbmap.C (bind): take a FuncRequest as arg, adjust
2368         (read): adjust
2369         (lookup): adjust
2370         (defkey): change to take a FuncRequest as arg, adjust
2371         (findbinding): take a FuncRequest as arg, adjust.
2372
2373         * funcrequest.h (operator=): added
2374
2375         * funcrequest.C (FuncRequest): default kb_action changed from
2376         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
2377
2378         * buffer.C (dispatch): simplify
2379         (dispatch): adjust to take a FuncRequest as arg, adjust
2380
2381         * boost.C (assertion_failed): change assertion message slightly
2382
2383         * ToolbarBackend.C (read): simplify
2384
2385         * MenuBackend.C (binding): adjust call to findbinding, add a
2386         message if no binding is found.
2387         (read): simplify
2388         (expandToc): correct by adding a empty FuncRequest
2389
2390         * LyXAction.C: include <boost/assert.hpp>
2391         (isPseudoAction): delete function
2392         (LookupFunc): change name to...
2393         (lookupFunc): this. change return type to FuncRequest.
2394         (getActionName): take kb_action as arg, simplify
2395         (funcHasFlag): add an assert, simplify.
2396
2397 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2398
2399         * toc.C (action): return a FuncRequest, simplify
2400
2401         * lyxfunc.C (processKeySym): adjust
2402         (getStatus): delete version that takes an int.
2403         (getStatus): adjust
2404         (dispatch): delete version that takes action as int
2405         (dispatch): adjust
2406         (sendDispatchMessage): simplify and adjust
2407
2408         * funcrequest.C (getArg): take unsigned int as arg
2409
2410         * ToolbarBackend.C (read): adjust
2411         (add): delete version that takes func as a string.
2412         (getIton): take a FuncRequest as arg
2413
2414         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
2415         action.
2416
2417         * MenuBackend.C (MenuItem): add a new construct that only takes a
2418         Kind, simplify the constructor use for submenus.
2419         (add): adjust
2420         (expandLastfiles): adjust
2421         (expandDocuments): adjust
2422         (expandFormats): adjust
2423         (expandFloatListInsert): adjust
2424         (expandFloatInsert): adjust
2425         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
2426
2427         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
2428         Remove class variables lyx_pseudo_map and lyx_arg_map
2429
2430         * LyXAction.C (searchActionArg): delete function
2431         (getPseudoAction): delete function
2432         (retrieveActionArg): delete function
2433         (LookupFunc): make it return kb_action, simplify.
2434         (getActionName): simplify
2435
2436         * factory.C (createInset): fix new bug
2437
2438 2003-09-19  Angus Leeming  <leeming@lyx.org>
2439
2440         * CutAndPaste.C (pasteSelection): remove fudge used to set the
2441         masterFilename_ parameter in the include inset.
2442
2443         * factory.C (createInset): changes due to the changes to InsetInclude.
2444
2445 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2446
2447         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
2448
2449 2003-09-18  Angus Leeming  <leeming@lyx.org>
2450
2451         * buffer.C:
2452         * BufferView.C: pass the buffer when calling Inset::getLabelList,
2453         Inset::fillWithBibKeys.
2454         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
2455
2456 2003-09-18  Angus Leeming  <leeming@lyx.org>
2457
2458         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
2459         variables.
2460         (ctor): pass and store a 'Buffer const &'
2461         (buffer): new member function.
2462
2463         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
2464         '*this' to the LaTeXFeatures ctor.
2465
2466 2003-09-18  Angus Leeming  <leeming@lyx.org>
2467
2468         * LColor.h:
2469         * lyxfont.C:
2470         * lyxfont.h:
2471         * lyxtext.h:
2472         * text.C: rename EnumLColor as LColor_color.
2473
2474 2003-09-18  Angus Leeming  <leeming@lyx.org>
2475
2476         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
2477         remove #include "insets/insetbase.h" from cursor.h.
2478
2479 2003-09-18  Angus Leeming  <leeming@lyx.org>
2480
2481         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
2482         InsetOld_code to remove #include "inset.h".
2483
2484         * iterators.C: add #include "insets/inset.h"
2485
2486 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
2487
2488         * BufferView.C: remove more locking stuff that apparently doesn't
2489         do anything sensible.
2490
2491 2003-09-16  André Pönitz  <poenitz@gmx.net>
2492
2493         * paragraph.[Ch]:
2494         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
2495           performance boost.
2496
2497 2003-09-16  Angus Leeming  <leeming@lyx.org>
2498
2499         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
2500
2501         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
2502         arg/return type.
2503
2504         * paragraph.h: remove #include "lyxfont.h". Forward declare
2505         LyXFont_size.
2506
2507 2003-09-16  Angus Leeming  <leeming@lyx.org>
2508
2509         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
2510         of support/textutils.h.
2511         (isWord): move the contents of support/textutils.h's IsWordChar here.
2512
2513         * buffer.C:
2514         * lyxfind.C:
2515         * rowpainter.C:
2516         * text.C:
2517         * text2.C: add #include "paragraph.h".
2518
2519         * rowpainter.C:
2520         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
2521
2522 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2523
2524         * main.C:
2525         * lyx_main.C:
2526         * lyx_cb.C:
2527         * buffer.C:
2528         * LaTeX.C: use namespace alias for lyx::support::os
2529
2530 2003-09-16  Angus Leeming  <leeming@lyx.org>
2531
2532         * bufferparams.C:
2533         * bufferview_funcs.C:
2534         * factory.C:
2535         * lyxfunc.C:
2536         * paragraph_pimpl.C:
2537         * rowpainter.C:
2538         * text.C: add #include "LColor.h".
2539
2540 2003-09-16  Angus Leeming  <leeming@lyx.org>
2541
2542         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
2543         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
2544         return LyXFont &.
2545         Store the FontBits::color variable as an int rather than as an
2546         LColor::colorso that we can move LColor.h out of the lyxfont.h header
2547         file.
2548
2549         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
2550         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
2551         string calls together.
2552
2553         * lyxrc.C: add #include "LColor.h".
2554
2555 2003-09-15  Angus Leeming  <leeming@lyx.org>
2556
2557         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
2558         a cow_ptr.
2559
2560 2003-09-15  Angus Leeming  <leeming@lyx.org>
2561
2562         * LColor.h: add an EnumLColor wrapper for LColor::color.
2563
2564         * lyxfont.[Ch] (color, setColor, realColor):
2565         * lyxtext.h, text.C (backgroundColor):
2566         pass EnumLColor args to/from the functions, rather than LColor::color
2567         ones.
2568
2569         * lyxfont.h:
2570         * lyxtext.h: forward declare EnumLColor.
2571
2572         * lyx_main.C: add #include "LColor.h".
2573
2574 2003-09-15  Angus Leeming  <leeming@lyx.org>
2575
2576         * .cvsignore: add lyx-gtk.
2577
2578 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2579
2580         * Chktex.C
2581         * LaTeX.C
2582         * LaTeXFeatures.C
2583         * ParagraphParameters.C
2584         * Spacing.C
2585         * buffer.C
2586         * bufferparams.C
2587         * bufferview_funcs.C
2588         * chset.C
2589         * counters.C
2590         * funcrequest.C
2591         * lyxfont.C
2592         * lyxgluelength.C
2593         * lyxlength.C
2594         * paragraph.C
2595         * paragraph_funcs.C
2596         * text3.C
2597         * vc-backend.C: remove usage of STRCONV
2598
2599 2003-09-15  Angus Leeming  <leeming@lyx.org>
2600
2601         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
2602         explicitly define the color passed to the painter.
2603
2604 2003-09-15  Angus Leeming  <leeming@lyx.org>
2605
2606         * bufferparams.C (BufferParams): reorder member initializers to avoid
2607         compiler warning.
2608
2609 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
2610
2611         * CutAndPaste.C (pasteSelection): remove an outdated #warning
2612         * text.C (updateRowPositions): remove an unusual nop
2613
2614 2003-09-12  André Pönitz  <poenitz@gmx.net>
2615
2616         * BufferView_pimpl.C:
2617         * Bullet.C:
2618         * layout.h:
2619         * lyxfunc.C:
2620         * lyxlayout.[Ch]:
2621         * lyxtextclass.C:
2622         * rowpainter.C:
2623         * text.C:
2624         * text2.C:
2625         * Counters.[Ch]: finish the 'automatic counters' job
2626
2627 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2628
2629         * aspell.C: include <boost/assert.cpp> (compile fix)
2630
2631 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
2632
2633         * boost.C (assertion_failed): use lyx::support::abort instead of
2634         assert.
2635
2636 2003-09-10  Angus Leeming  <leeming@lyx.org>
2637
2638         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
2639         with their _fwd progeny.
2640
2641 2003-09-09  Angus Leeming  <leeming@lyx.org>
2642
2643         134 files throughtout the source tree: replace 'using namespace abc;'
2644         directives with the appropriate 'using abc::xyz;' declarations.
2645
2646 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2647
2648         * boost.C (emergencyCleanup): moved here from LAssert.c
2649         (assertion_failed): new function, called by BOOST_ASSERT
2650
2651         * several files: change Assert to BOOST_ASSERT
2652
2653 2003-09-09  Angus Leeming  <leeming@lyx.org>
2654
2655         * buffer.[Ch]: Add an Impl class and move Buffer's member
2656         variables into it. As a result move several header files out of
2657         buffer.h.
2658
2659         Add header files to lots of .C files all over the tree as a result.
2660
2661 2003-09-09  Angus Leeming  <leeming@lyx.org>
2662
2663         * buffer.[Ch]: make Buffer's member variables private. Add
2664         accessor functions.
2665
2666         Lots of changes all over the tree as a result.
2667
2668 2003-09-08  Angus Leeming  <leeming@lyx.org>
2669
2670         * graph.C: #include <config.h>.
2671
2672 2003-09-08  Angus Leeming  <leeming@lyx.org>
2673
2674         * BranchList.C:
2675         * BufferView.C:
2676         * BufferView_pimpl.C:
2677         * CutAndPaste.C:
2678         * DepTable.C:
2679         * LaTeX.C:
2680         * LaTeXFeatures.C:
2681         * LyXAction.C:
2682         * MenuBackend.C:
2683         * TextCache.C:
2684         * aspell.C:
2685         * buffer.C:
2686         * bufferlist.C:
2687         * changes.C:
2688         * chset.C:
2689         * converter.C:
2690         * counters.C:
2691         * debug.C:
2692         * graph.C:
2693         * ispell.C:
2694         * lyx_cb.C:
2695         * lyxfind.C:
2696         * lyxfunc.C:
2697         * lyxlex_pimpl.C:
2698         * lyxrc.C:
2699         * lyxrow.C:
2700         * paragraph.C:
2701         * rowpainter.C:
2702         * texrow.C:
2703         * text.C:
2704         * text2.C:
2705         * toc.C: remove redundant using directives.
2706
2707 2003-09-07  Angus Leeming  <leeming@lyx.org>
2708
2709         * LaTeXFeatures.h: remove #include "support/types.h".
2710         * ToolbarBackend.h: remove #include <algorithm>.
2711         * changes.h: remove #include <ctime>.
2712         * debug.h: remove #include <iosfwd>.
2713         * graph.h: remove #include "support/std_string.h".
2714         * lyx_main.h: remove #include <csignal>.
2715         * lyxlex_pimpl.h: remove #include <fstream>.
2716         * sgml.h: remove #include <algorithm>, <utility>.
2717         * toc.h: remove #include "support/std_ostream.h".
2718         Add #include <iosfwd>.
2719
2720 2003-09-07  Angus Leeming  <leeming@lyx.org>
2721
2722         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
2723
2724         * converter.h: forward declare LatexRunParams.
2725         * encoding.h: remove #include "lyxrc.h".
2726         * lyxtext.h: remove #include "LColor.h".
2727         * lyxtextclass.h: remove #include "support/types.h".
2728         * trans.h: remove #include "tex-accent.h".
2729         * trans_mgr.h: remove #include "tex-accent.h".
2730         * insets/inset.h: remove #include "support/types.h", <vector>.
2731         * insets/insetcollapsable.h: remove #include "LColor.h".
2732         * insets/insetinclude.h: remove #include "dimension.h".
2733         * insets/insetlatexaccent.h: remove #include "dimension.h".
2734         * insets/insetoptarg.h:: remove #include "insettext.h".
2735         * insets/insettext.h: remove #include "dimension.h",
2736         <boost/shared_ptr.hpp>
2737
2738         * insets/renderers.h: add #include "dimension.h".
2739         * insets/updatableinset.h: add #include "support/types.h".
2740
2741         * many .C files: Associated changes.
2742
2743 2003-09-06  Angus Leeming  <leeming@lyx.org>
2744
2745         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
2746         one, inside testInvariant.
2747
2748         * PrinterParams.C: new file.
2749         * PrinterParams.[Ch]: move the function bodies out of line.
2750
2751 2003-09-06  Angus Leeming  <leeming@lyx.org>
2752
2753         * ParagraphParameters.h: forward declare ParameterStruct rather than
2754         including its header file.
2755         (depth): moved out-of-line.
2756
2757 2003-09-06  Angus Leeming  <leeming@lyx.org>
2758
2759         * BufferView_pimpl.h:
2760         * kbmap.h:
2761         * kbsequence.h:
2762         * lyxfunc.h: forward declare LyXKeySym rather than
2763         #include "frontends/LyXKeySym.h".
2764
2765         * BufferView_pimpl.C:
2766         * kbmap.C:
2767         * kbsequence.C:
2768         * lyxfunc.C: associated changes.
2769
2770 2003-09-06  Angus Leeming  <leeming@lyx.org>
2771
2772         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2773         As a result, can remove the #include "insets/inset.h" from BufferView.h
2774
2775 2003-09-06  Angus Leeming  <leeming@lyx.org>
2776
2777         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
2778         As a result, can remove the #include "insets/inset.h" from BufferView.h
2779
2780 2003-09-06  Angus Leeming  <leeming@lyx.org>
2781
2782         * buffer_funcs.C:
2783         * buffer.h:
2784         * bufferlist.C:
2785         * BufferView.C:
2786         * bufferview_funcs.C:
2787         * BufferView_pimpl.C:
2788         * CutAndPaste.C:
2789         * lyx_cb.C:
2790         * lyxfunc.C:
2791         * paragraph.h:
2792         * ParagraphParameters.C:
2793         * tabular.C:
2794         * text3.C:
2795         * toc.C:
2796         * undo_funcs.C:
2797         * frontends/controllers/ControlDocument.C:
2798         * insets/insetcaption.C: rearrange the #includes into some sort of
2799         coherent order.
2800
2801         * buffer.h: remove #includes ErrorList.h, undo.h
2802
2803 2003-09-06  Angus Leeming  <leeming@lyx.org>
2804
2805         * support/types.h: add a 'depth_type' typedef, used to store the
2806         nesting depth of a paragraph.
2807
2808         * paragraph.h:
2809         * ParameterStruct.h: use this lyx::depth_type typedef rather than
2810         defining explicitly.
2811
2812         * buffer.h:
2813         * paragraph_funcs.h:
2814         * ParagraphParameters.h:
2815         * sgml.h: use lyx::depth_type rather than Paragraph or
2816         ParameterStruct's depth_type.
2817
2818         * buffer.h
2819         * paragraph_funcs.h: no need to #include paragraph.h anymore.
2820
2821         * BufferView.C:
2822         * BufferView_pimpl.C:
2823         * CutAndPaste.C:
2824         * ParagraphParameters.C:
2825         * buffer_funcs.C:
2826         * bufferlist.C:
2827         * bufferview_funcs.C:
2828         * lyx_cb.C:
2829         * lyxfunc.C:
2830         * tabular.C:
2831         * text3.C:
2832         * toc.C:
2833         * undo_funcs.C:
2834         * frontends/LyXView.C:
2835         * frontends/controllers/ControlDocument.C:
2836         * frontends/controllers/ControlErrorList.C:
2837         * insets/insetbibitem.C:
2838         * insets/insetbranch.C:
2839         * insets/insetcaption.C:
2840         * insets/insetcollapsable.C:
2841         * insets/insetenv.C:
2842         * insets/insetert.C:
2843         * insets/insetfloat.C:
2844         * insets/insetfoot.C:
2845         * insets/insetfootlike.C:
2846         * insets/insetnewline.C:
2847         * insets/insetquotes.C:
2848         * insets/insettabular.C:
2849         * insets/insettext.C:
2850         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
2851
2852         * frontends/controllers/ControlChanges.C: #include "changes.h".
2853
2854 2003-09-06  Angus Leeming  <leeming@lyx.org>
2855
2856         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
2857         than #including paragraph.h.
2858
2859         * ParagraphList.h:
2860         * RowList.h: deleted. Superfluous.
2861
2862         * CutAndPaste.h:
2863         * iterators.h:
2864         * lyxcursor.h:
2865         * lyxtext.h:
2866         * text_funcs.h:
2867         * undo.h:
2868         * undo_funcs.h:
2869         * insets/inset.h:
2870         * insets/insettext.h: use ParagraphList_fwd.h rather than
2871         ParagraphList.h.
2872
2873         * paragraph.h: don't forward declare ParagraphList.
2874
2875         * buffer.h:
2876         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
2877         rather than ParagraphList.h. paragraph.h is still needed for the
2878         Paragraph::depth_type parameters.
2879
2880         * textcursor.h: enable it to compile stand-alone in light of the
2881         above changes.
2882
2883         * bufferview_funcs.C:
2884         * iterators.C:
2885         * lyxfunc.C:
2886         * lyxrow_funcs.C:
2887         * paragraph.C:
2888         * rowpainter.C:
2889         * text.C:
2890         * text2.C:
2891         * text3.C:
2892         * text_funcs.C:
2893         * textcursor.C:
2894         * undo.C:
2895         * frontends/controllers/ControlParagraph.C:
2896         * frontends/controllers/ControlTabular.C:
2897         * insets/insetmarginal.C:
2898         * insets/insetminipage.C:
2899         * insets/insetnote.C:
2900         * insets/insetoptarg.C: add header files needed to compile again.
2901
2902 2003-09-06  Angus Leeming  <leeming@lyx.org>
2903
2904         * RowList_fwd.h: new file, forward-declaring Row rather than
2905         #including lyxrow.h.
2906
2907         * lyxrow_funcs.h:
2908         * lyxtext.h:
2909         * paragraph.h:
2910         * insets/insettext.h: use it instead of RowList.h
2911
2912         * bufferview_funcs.C:
2913         * lyxfunc.C:
2914         * lyxrow_funcs.C:
2915         * paragraph.C:
2916         * rowpainter.C:
2917         * text.C:
2918         * text2.C:
2919         * text3.C: #include "RowList.h".
2920
2921 2003-09-05  Angus Leeming  <leeming@lyx.org>
2922
2923         * factory.C (createInset):
2924         * vspace.C (c-tor): replace sscanf call with an istringstream.
2925         * ispell.C: re-add missing HP/UX headers.
2926         * lyxserver.C: re-add missing  os2 headers.
2927
2928 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
2929
2930         * BranchList.C:
2931         * graph.C:
2932         * ispell.C:
2933         * lastfiles.C:
2934         * lyx_cb.C:
2935         * lyxserver.C:
2936         * texrow.C:
2937         * text3.C: re-add missing system headers, needed for 2.95.2.
2938
2939 2003-09-05  Angus Leeming  <leeming@lyx.org>
2940
2941         Changes most place everywhere due to the removal of using directives
2942         from support/std_sstream.h.
2943
2944 2003-09-05  Angus Leeming  <leeming@lyx.org>
2945
2946         Replace LString.h with support/std_string.h,
2947         Lsstream.h with support/std_sstream.h,
2948         support/LIstream.h with support/std_istream.h,
2949         support/LOstream.h with support/std_ostream.h.
2950
2951         Changes resulting throughout the tree.
2952
2953 2003-09-05  Angus Leeming  <leeming@lyx.org>
2954
2955         * sgml.h: ensure that the header file can be compiled stand-alone.
2956         * *.C: strip out redundant #includes. (320 in total.)
2957
2958 2003-09-04  Angus Leeming  <leeming@lyx.org>
2959
2960         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
2961         here (from getPackages).
2962
2963         * debug.[Ch]: add a new EXTERNAL tag.
2964
2965 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2966
2967         * text2.C (cursorEnd): simplify
2968         (setCursor): adjust
2969         (getColumnNearX): adjust
2970
2971         * text.C (computeBidiTables): adjust
2972         (fill): adjust
2973
2974         * rowpainter.C (paintChars): adjust
2975         (paintSelection): adjust
2976         (paintChangeBar): adjust
2977         (paintText): adjust
2978
2979         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
2980         lastPos instead.
2981         (numberOfSeparators): adjust
2982
2983 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2984
2985         * LyXAction.C:
2986         * box.[Ch]:
2987         * lfuns.h:
2988         * lyxfunc.C:
2989         * text3.C: Restricts the mouse click functionality
2990         of insets like bibtex, include, toc and floatlist to the visible
2991         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2992         up the dialogs. Cursor has to be in front of the inset (i.e.
2993         start of row) for this to function.
2994
2995 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2996
2997         * bufferview_funcs.C (currentState): output row information
2998
2999 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3000
3001         * bufferview_funcs.C (currentState): output paragraph position
3002
3003 2003-09-04  Angus Leeming  <leeming@lyx.org>
3004
3005         * FloatList.h: move out #include "Floating.h".
3006         * LaTeX.h: move out #include "DepTable.h".
3007         * LyXAction.h: move out #include "funcrequest.h".
3008         * buffer.h: move out #include "author.h", "iterators.h".
3009         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3010         * lyx_main.h: move out #include "errorlist.h".
3011         * lyxfunc.h: move out #include "FuncStatus.h".
3012         * lyxtext: move out #include "lyxcursor.h".
3013         * paragraph_pimpl.h: move out #include "counters.h".
3014
3015 2003-09-03  Angus Leeming  <leeming@lyx.org>
3016
3017         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3018         preamble_snippets list, enabling us to add snippets to the preamble
3019         only if the snippet was not there already.
3020
3021 2003-09-04  Angus Leeming  <leeming@lyx.org>
3022
3023         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3024
3025 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3026
3027         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3028         update
3029
3030 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3031
3032         * BranchList.C: point fix, earlier forgotten
3033
3034 2003-09-02  Angus Leeming  <leeming@lyx.org>
3035
3036         * box.C (contains): renamed from 'contained' after a fantastic
3037         amount of hot air.
3038
3039 2003-09-02  John Levon  <levon@movementarian.org>
3040
3041         * BufferView.C:
3042         * lyxcursor.h:
3043         * lyxcursor.C:
3044         * lyxfunc.C:
3045         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
3046
3047 2003-09-02  John Levon  <levon@movementarian.org>
3048
3049         * text2.C: simplification of cursorEnd(), including partial
3050         fix for bug 1376
3051
3052 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3053
3054         * buffer.C (readFile): add a space
3055
3056 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
3057
3058         * BufferView_pimpl.C (update): remove bogus fitCursor() call
3059
3060 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3061
3062         * buffer.C (readFile): new function, take a filename and a
3063         ParagraphList::iterator
3064         (readFile): adjust
3065         (readFile): adjust, make it private. don't use setStream, make
3066         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
3067         always contain the filename.
3068
3069         * BufferView.C (insertLyXFile): simplify and make it work for
3070         gzipped files.
3071
3072 2003-08-30  John Levon  <levon@movementarian.org>
3073
3074         * Makefile.am: fix dist (from Kayvan)
3075
3076 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3077
3078         * most files: change to use const Buffer refs
3079
3080 2003-08-27  André Pönitz  <poenitz@gmx.net>
3081
3082         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
3083         on top of ownerPar().
3084
3085 2003-08-27  John Levon  <levon@movementarian.org>
3086
3087         * funcrequest.C: properly initialise POD members
3088
3089 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3090
3091         * lyxtext.h (top_y): move top_y from here
3092         * text.C:
3093         * text2.C:
3094         * text3.C:
3095         * BufferView.[Ch]:
3096         * BufferView_pimpl.[Ch]: to here
3097         * frontends/screen.C:
3098         * insets/insettabular.C:
3099         * insets/insettext.C: adjust
3100         * rowpainter.[Ch] (paintRows): remove LyXText & argument
3101
3102 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
3103
3104         * BufferView.[Ch]:
3105         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
3106
3107 2003-08-26  André Pönitz  <poenitz@gmx.net>
3108
3109         * paragraph_func.[Ch] (outerPar): new function
3110
3111         * paragraph.C:
3112         * paragraph_funcs.C:
3113         * paragraph_funcs.h:
3114         * paragraph_pimpl.C:
3115         * text2.C: remove Inset::par_owner
3116
3117 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
3118
3119         * lyxrow_funcs.C:
3120         * lyxtext.h:
3121         * text.C:
3122         * text2.C: eliminates the needFullRow/display() stuff
3123         altogether, putting the logic in metrics/draw in the insets.
3124
3125 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
3126
3127         * text2.C (redoParagraphInternal, redoParagraphs):
3128         * text.C (redoParagraph): add a call to updateRowPositions at the
3129         end of each 'metrics-like' call. Remove all others.
3130         (getRow): remove the 'y-computing' version.
3131         (getRowNearY): do not compute nor return the real y. Solve the
3132         'y < 0' problem and simplify.
3133
3134 2003-08-22  Angus Leeming  <leeming@lyx.org>
3135
3136         * *.[Ch]: clean-up of licence and author blurbs.
3137         Also move config.h out of a few .h files and into a few .C files.
3138
3139 2003-08-22  André Pönitz  <poenitz@gmx.net>
3140
3141         * lyxrow.[Ch]: add x_ and *fill_ members
3142
3143         * lyxtext.h:
3144         * text.C:
3145         * rowpainter.C:
3146         * text2.C: adjust/remove prepareToPrint() calls
3147
3148 2003-08-22  André Pönitz  <poenitz@gmx.net>
3149
3150         * lyxrow.[Ch]: add  end_ member
3151
3152         * lyxrow_funcs.C: use LyXRow::end_
3153
3154         * lyxtext.h (singleWidth): add LyXFont parameter
3155
3156         * rowpainter.C:
3157         * text2.C: adjust LyXText::singleWidth() calls
3158
3159         * text.C (redoParagraph): simplify row breaking logic
3160
3161
3162 2003-08-19  André Pönitz  <poenitz@gmx.net>
3163
3164         * funcrequest.C: initialize button_ member
3165
3166         * text3.C:
3167         * rowpainter.[Ch]: interface consolidation
3168
3169 2003-08-18  André Pönitz  <poenitz@gmx.net>
3170
3171         * BufferView.C:
3172         * BufferView_pimpl.C:
3173         * lyxfind.C:
3174         * paragraph_funcs.C:
3175         * rowpainter.C:
3176         * text3.C: remove LyXScreen::draw() and fitCursor calls
3177
3178         * BranchList.h: remove spurious semicolons
3179
3180         * MenuBackend.C: fix branchlist related crash
3181
3182 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
3183
3184         * BranchList.[Ch]:
3185         * InsetList.[Ch]:
3186         * LColor.[Ch]:
3187         * LyXAction.C:
3188         * Makefile.am:
3189         * MenuBackend.[Ch]:
3190         * bufferparams.[Ch]:
3191         * factory.C:
3192         * lfuns.h:
3193         * lyxfunc.C:
3194         * text3.C: implements the 'branch inset'
3195         idea. This allows the output of various versions of a document
3196         from a single source version, selectively outputing or suppressing
3197         output of parts of the text.
3198         This implementation contains a 'branch list editor' in a separate
3199         tab of the document settings dialog. Branches are user definable
3200         and have a "display colour" to distinguish them on-screen.
3201
3202         ColorHandler was somewhat cleaned up.
3203         (1) make possible a dynamically growing LColor list by allowing
3204         the graphic context cache to grow along (vector);
3205         (2) eliminate an IMHO unnecessary step in colour allocation.
3206
3207 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
3208
3209         * BufferView_pimpl.C: compile fix
3210
3211 2003-08-15  André Pönitz  <poenitz@gmx.net>
3212
3213         * rowpainter.C: remove extra metrics calls
3214
3215         * lyxtext.h: merge the two constructors into a single one,
3216           pass reference to owner's par list
3217
3218         * BufferView_pimpl.C:
3219         * text.C:
3220         * text2.C: adjust
3221
3222 2003-08-15  André Pönitz  <poenitz@gmx.net>
3223
3224         * lyxrow_funcs.[Ch]:
3225         * lyxtext.h:
3226         * paragraph.h:
3227         * paragraph_funcs.C:
3228         * rowpainter.C:
3229         * text.C:
3230         * text2.C:
3231         * text3.C:
3232         * text_funcs.C: split LyXText::rowlist_ into individual
3233         Paragraph::rows_ chunks
3234
3235         * BufferView.[Ch]:
3236         * BufferView_pimpl.[Ch]:
3237         * lyxfind.C:
3238         * lyxtext.h:
3239         * text3.C: remove toggleSelection()
3240
3241 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
3242
3243         * bufferlist.C: beautify two alerts (shorter text of buttons)
3244         * buffer.C: Remove redundant ' ' from message
3245         * tabular.h:
3246         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
3247         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
3248         rename VALIGN_CENTER to VALIGN_MIDDLE
3249
3250 2003-08-11  André Pönitz  <poenitz@gmx.net>
3251
3252         * lyxtext.h (getPar):
3253         * text.C: new function
3254
3255 2003-08-11  André Pönitz  <poenitz@gmx.net>
3256
3257         * Makefile.am:
3258         * tracer.[Ch]: remove unneeded files
3259
3260         * InsetList.[Ch]: remove resizeInsetsLyXText()
3261
3262         * lyxtext.h:
3263         * text.C:
3264         * text2.C:
3265         * text3.C: merge insertParagraphs() and appendParagraph()
3266         remove breakAgain(), update()
3267
3268         * BufferView_pimpl.[Ch]:
3269         * bufferview_funcs.[Ch]:
3270         * lyxfunc.C:
3271         * paragraph.[Ch]:
3272         * rowpainter.C:
3273         * tabular.C: adjust after text & InsetList changes.
3274
3275 2003-08-08  André Pönitz  <poenitz@gmx.net>
3276
3277         * text.C (insertChar, backspace): replace rowlist fiddling
3278         with rebreak of full par
3279
3280         * lyxtext.h:
3281         * text.C (breakAgainOneRow, redoHeightOfParagraph,
3282         checkParagraph, updateInset): removed
3283
3284 2003-08-07  André Pönitz  <poenitz@gmx.net>
3285
3286         * paragraph.C:
3287         * text3.C: merge some LFUN handlers, remove dead code
3288
3289 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3290
3291         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
3292
3293 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
3294
3295         * text2.C (DEPM): fix part of bug 1255 and 1256
3296
3297 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3298
3299         * BufferView_pimpl.C (workAreaDispatch): change to use
3300         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
3301         that are no mouse related.
3302
3303 2003-08-05  André Pönitz  <poenitz@gmx.net>
3304
3305         * BufferView.[Ch]:
3306         * BufferView_pimpl.[Ch]:
3307         * bufferview_funcs.C:
3308         * text2.C:
3309         * text3.C: rip out "deep update"
3310
3311         * textcursor.[Ch] (last_sel_cursor): remove unused member
3312
3313 2003-08-04  André Pönitz  <poenitz@gmx.net>
3314
3315         * BufferView.[Ch]:
3316         * BufferView_pimpl.[Ch]:
3317         * ParagraphParameters.C:
3318         * bufferview_funcs.C:
3319         * lyx_cb.C:
3320         * lyxfind.C:
3321         * lyxfunc.C:
3322         * text.C:
3323         * text2.C:
3324         * text3.C: replace "complicated" BufferView::update(...) calls with
3325         simpler ones.
3326
3327         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
3328
3329 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
3330
3331         * Makefile.am (lyx_SOURCES): add paper.h
3332
3333 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3334
3335         * Makefile.am: move things around so that both lyx-qt and
3336         lyx-xforms can be built (according to --with-frontend). Then lyx
3337         is a symbolic link to lyx-[firstfrontend]
3338
3339 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3340
3341         * Always use std::endl with lyxerr
3342
3343 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3344
3345         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
3346
3347 2003-08-01  André Pönitz  <poenitz@gmx.net>
3348
3349         * BufferView.[Ch]:
3350         * BufferView_pimpl.[Ch]:
3351         * lyxfunc.C:
3352         * text3.C: merge BufferView::repaint() and BufferView::update()
3353
3354 2003-08-01  José Matos  <jamatos@lyx.org>
3355
3356         * buffer.[Ch]: file_format is no longer a buffer data element.
3357
3358 2003-08-01  André Pönitz  <poenitz@gmx.net>
3359
3360         * BufferView.C:
3361         * lyxtext.h:
3362         * text.C:
3363         * text2.C: make redoParagraph more independent of current cursor
3364
3365         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
3366         * text.C:
3367         * text2.C: remove unneeded members
3368
3369 2003-07-30  André Pönitz  <poenitz@gmx.net>
3370
3371         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
3372
3373         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
3374           create a single function...
3375
3376         * paragraph_funcs.C (moveItem): ... here.
3377
3378         * text.C:
3379           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
3380
3381 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
3382
3383         * LColor.[Ch]: Add comment and greyedout logical colors.
3384
3385 2003-07-30  André Pönitz  <poenitz@gmx.net>
3386
3387         * tabular.C: don't use Assert too heavily. This crashes where it
3388           shouldn't
3389
3390 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
3391
3392         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
3393         is disabled (bug 1232)
3394
3395 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3396
3397         * factory.C: limited 'arg' scope
3398
3399 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3400
3401         * factory.C: fixed Note submenu issues
3402
3403 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
3404
3405         * factory.C: submenu for Note/Comment/Greyedout
3406
3407 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
3408
3409         * lyx_main.C (LyX):
3410         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
3411
3412 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
3413
3414         * LaTeXFeatures.C:
3415         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
3416         greyedout. Patch provided by Jürgen Spitzmüller.
3417
3418 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3419
3420         * kbmap.C (read): fix error message when reading bind files
3421
3422 2003-07-29  Angus Leeming  <leeming@lyx.org>
3423
3424         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
3425         certainly does not do what it purports to do. I am doing it, and
3426         us, a favour by killing it.
3427
3428 2003-07-28  José Matos  <jamatos@lyx.org>
3429
3430         * buffer.C (readBody, do_writeFile):
3431         * paragraph.C(readParagraph): \end_document replaces \the_end.
3432
3433 2003-07-29  André Pönitz  <poenitz@gmx.net>
3434
3435         * BufferView.[Ch]:
3436         * BufferView_pimpl.[Ch]:
3437         * lyxfunc.C:
3438         * text2.C:
3439         * text3.C:
3440         * textcursor.[Ch]: remove toggleToggle & Co
3441
3442 2003-07-28  José Matos  <jamatos@fep.up.pt>
3443
3444         * buffer.C (readParagraph):
3445         * params_func (readParToken, readParagraph):
3446         * paragraph.C (write): \layout -> \begin_layout.
3447
3448 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3449
3450         * lyxlex_pimpl.C (setFile): clean up slightly.
3451
3452         * bufferparams.h: add compressed var
3453
3454         * buffer_funcs.C (readFile): adjust for LyXLex change
3455         (newFile): ditto + simplify
3456
3457         * buffer.C (writeFile): handle writing of compressed files
3458
3459         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
3460         Check if the file is compressed and set a bufferparm if so.
3461
3462         * Makefile.am (lyx_LDADD): remove explicit -lz
3463
3464 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3465
3466         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
3467         makeDocBookFile): put the real LyX version in the first line of
3468         the file
3469
3470         * version.h:
3471         * version.C.in: remove lyx_docversion
3472
3473         * tabular.C (write_attribute): add a template-based version to
3474         write enums properly
3475
3476 2003-07-28  André Pönitz  <poenitz@gmx.net>
3477
3478         * lyxtext.h:
3479         * text.C:
3480         * text2.C:
3481         * text3.C: use doubles again for x-coordinates. They are needed.
3482
3483 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3484
3485         * messages.C (getLocaleDir): use lyx_localedir()
3486
3487         * lyxlex_pimpl.C (setFile): compress stuff
3488
3489         * buffer.C (writeFile): add some compression stuff
3490         (do_writeFile): new func, dont call expliti close... will this
3491         breake anything?
3492
3493         * Makefile.am (lyx_LDADD): add -lz
3494
3495 2003-07-28  José Matos  <jamatos@fep.up.pt>
3496
3497         * buffer.C: increment file format.
3498         * paragraph_funcs (readParagraph, readParToken):
3499         * paragraph.C (readParagraph): add \end_layout.
3500
3501 2003-07-27  Angus Leeming  <leeming@lyx.org>
3502
3503         * Makefile.am: remove special casing for configure-time setting of
3504         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
3505
3506         * lyx_main.C (init): remove all Jean-Marc's magic setting of
3507         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
3508
3509 2003-07-26  André Pönitz  <poenitz@gmx.net>
3510
3511         * paragraph_func.[Ch]:
3512         * paragraph.C (realizeFont): inline it whereever it is used
3513
3514         * rowpainter.C:
3515         * text.C:
3516         * text2.C:
3517         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
3518
3519
3520 2003-07-26  André Pönitz  <poenitz@gmx.net>
3521
3522         *       lyxtext.h:
3523         * text.C:
3524         * text2.C: get rid of LyXText::need_break_row
3525
3526 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3527
3528         * toc.[Ch]: put namespace toc inside namespace lyx
3529
3530         * MenuBackend.C (expandToc2): adjust for lyx::toc
3531         (expandToc): ditto
3532
3533         * lyxfunc.C (dispatch): adjust for lyx::find
3534
3535         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
3536         lyx::find instead. Reorganize a bit.
3537         (LyXReplace): rename to replace
3538         (LyXFind): rename to find
3539
3540         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
3541         (dispatch): ditto
3542
3543 2003-07-26  André Pönitz  <poenitz@gmx.net>
3544
3545         * text.C (setHeightOfRow): restrict scope of temporary variable
3546
3547         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
3548           code (never has been used?)
3549
3550 2003-07-27  Asger Alstrup  <alstrup@local>
3551
3552         * text.C (fill): Optimise algorithm to exploit that we can reuse
3553         the LyXFont for many characters.
3554         (setHeightOfRow): Same thing.
3555         (rowBreakPoint): Same thing.
3556
3557 2003-07-26  Asger Alstrup  <alstrup@local>
3558
3559         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
3560
3561         * text.C (singleWidth): Spurious font copying in hot-spot
3562         singleWidth avoided. Reorder tests for arabic for efficiency.
3563
3564         * text.C (fill): handle empty paragraphs better.
3565
3566 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3567
3568         * ispell.C:
3569         * encoding.h: add includes
3570
3571         * lyxrc.C: remove reading of bind files
3572
3573         * lyx_main.C (init): setup bindings and menus only if we have a
3574         gui.
3575
3576         * kbmap.C (read): new method. Do the actual reading of bind
3577         files.
3578
3579         * converter.C (dvipdfm_options):
3580         * bufferparams.C:
3581         * lyxrc.C (read):
3582         (output): adapt PAPER_* enums.
3583
3584         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
3585
3586         * bufferparams.h: remove paper-related enums from there
3587
3588         * paper.h: New file. A trivial header file to hold paper-related
3589         enums. It should later expand to contain many paper-related
3590         horrors access.
3591
3592         * lyxrc.C: declare extern displayTranslator
3593
3594 2003-07-27  José Matos  <jamatos@fep.up.pt>
3595
3596         * tabular.[Ch] (linuxdoc): add support for tables and figures
3597         (linuxdoc).
3598
3599 2003-07-27  José Matos  <jamatos@fep.up.pt>
3600
3601         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
3602         consistency in both functions.
3603         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
3604
3605 2003-07-26  Asger Alstrup  <alstrup@local>
3606
3607         * rowpainter.C (paintRows): Change algorithm to work directly on
3608         the insets rather than asking every character in the document
3609         whether its an inset.
3610
3611 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
3612
3613         * buffer.C (openFileWrite): factorize some code
3614
3615 2003-07-26  Angus Leeming  <leeming@lyx.org>
3616
3617         * lyx_cb.C:
3618         * lyx_main.[Ch]: replace occurances of system_tempdir with
3619         os::getTmpDir().
3620
3621 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3622
3623         * rename Inset to InsetOld
3624
3625 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
3626
3627         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
3628         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
3629         which I think is a bit clearer. EDIT is gone, since it was
3630         premature optimisation, and broken for mathed anyway.
3631         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
3632         with cursor positioning in insets as well (math insets still do not
3633         work, but that's a different story anyway.) It mysteriously
3634         crashes sometimes with undo in the first paragraph, but I'm fairly
3635         confident that this is a compiler bug.
3636
3637 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3638
3639         * paragraph.C (Paragraph): adjust for new clone return type
3640         (operator==): ditto
3641         (copyIntoMinibuffer): ditto
3642
3643 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
3644
3645         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
3646         by not having a special case, and always doing a full rebreak of
3647         the document after undo.
3648
3649 2003-07-23  Angus Leeming  <leeming@lyx.org>
3650
3651         * factory.C (createInset): InsetExternal::setParams now takes a
3652         Buffer const * arg.
3653
3654 2003-07-23  Angus Leeming  <leeming@lyx.org>
3655
3656         * factory.C (createInset): changed interface to the external and
3657         graphics mailers' string2params functions.
3658
3659 2003-07-23  Angus Leeming  <leeming@lyx.org>
3660
3661         * factory.C (createInset): pass a
3662         Buffer const * parameter to InsetExternalMailer's string2params.
3663
3664 2003-07-22  John Levon  <levon@movementarian.org>
3665
3666         * Thesaurus.h: include the right aiksaurus header
3667
3668 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3669
3670         * MenuBackend.C (expand): check menu shortcuts unconditionally
3671
3672 2003-07-21  Angus Leeming  <leeming@lyx.org>
3673
3674         * factory.C (createInset): pass a
3675         buffer_path parameter to InsetGraphicsMailer's string2params.
3676
3677 2003-07-21  Angus Leeming  <leeming@lyx.org>
3678
3679         * BufferView_pimpl.C (buffer):
3680         * buffer.C (d-tor):
3681         * lyx_main.C (LyX):
3682         * lyxfunc.C (dispatch):
3683         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
3684         rather than the grfx shortcut.
3685
3686 2003-07-21  André Pönitz  <poenitz@gmx.net>
3687
3688         * rowpainter.C: remove unused variables
3689
3690         * tabular_funcs.C:
3691         * tabular_funcs.h: move to tabular.C
3692         * Makefile.am: adjust
3693
3694         * tabular.[Ch]: basic optical cleaning
3695
3696         * author.h: pass references, not values
3697
3698 2003-07-18  André Pönitz  <poenitz@gmx.net>
3699
3700         * lyxtext.h:
3701         * metricsinfo.C:
3702         * metricsinfo.h:
3703         * rowpainter.C:
3704         * text.C:
3705         * text2.C:
3706         * text3.C: two-phase drawing for InsetText and InsetTabular
3707         some float -> int changes.
3708
3709 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3710
3711         * lyx_main.C: fix the fix
3712
3713 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
3714
3715         * lyx_main.C: fix a crash in batch mode if no files specified
3716         * converter.C: ws
3717
3718 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
3719
3720         * format.[Ch] (papersize): moved to BufferParams
3721         * converter.[Ch] (dvips_options): moved to BufferParams
3722         (dvipdfm_options): moved to anon namespace
3723         * bufferparams.[Ch]: added above functions.
3724
3725 2003-07-17  André Pönitz  <poenitz@gmx.net>
3726
3727         * lyxtext.h:
3728         * rowpainter.C:
3729         * text2.C: don't call inset->update() anymore
3730
3731         * metricsinfo.[Ch]: add convenience constructor
3732
3733 2003-07-16  André Pönitz  <poenitz@gmx.net>
3734
3735         * lyxcursor.[Ch]:
3736         * lyxfunc.[Ch]:
3737         * text.C:
3738         * text2.C: replace the LyXCursor::irow_ member with
3739          on-demand computation of the value
3740
3741 2003-07-16  John Levon  <levon@movementarian.org>
3742
3743         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
3744
3745 2003-07-15  André Pönitz  <poenitz@gmx.net>
3746
3747         * text.C:
3748         * text2.C: remove no more needed refresh_row
3749
3750 2003-07-15  André Pönitz  <poenitz@gmx.net>
3751
3752         * lyxtext.h:
3753         * rowpainter.C:
3754         * text2.C:
3755         * text3.C: refresh_status tristate -> need_update bool
3756
3757 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
3758
3759         * lyxtext.h (init): remove reinit argument (act as if always true)
3760         * text2.C: adjust to that
3761
3762 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3763
3764         * bufferview_funcs.[Ch]: introduce function replaceSelection()
3765         * text3.C: use it to delete selections in some cases
3766         (bugs 441, 673, 702, 954).
3767
3768 2003-07-14  André Pönitz  <poenitz@gmx.net>
3769
3770         * rowpainter.[Ch]: reduce interface
3771
3772 2003-07-14  André Pönitz  <poenitz@gmx.net>
3773
3774         * BufferView_pimpl.C:
3775         * text2.C: adjust after removing unused BufferView * argument
3776
3777 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
3778
3779         * text2.C (init): fix a crash fired on resize
3780
3781 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
3782
3783         * buffer.[Ch]: added new closing signal
3784         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
3785         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
3786         BufferView::Pimpl via the closing the signal
3787
3788 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
3789
3790         * buffer.[Ch]: take out all bv-related from buffer
3791         * BufferView.C:
3792         * BufferView_pimpl.[Ch]: connect to new signals
3793         * CutAndPaste.C: removed useless asserts
3794         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
3795         * lyxvc.[Ch]:
3796         * vc-backend.[Ch]:
3797         * lyxfunc.C: moved view-related funciontality from vc here
3798         * paragraph.C: removed outdated comments
3799         * text.C: ws
3800
3801 2003-07-10  André Pönitz  <poenitz@gmx.net>
3802
3803         * BufferView_pimpl.C:
3804         * tabular.h:
3805         * tabular_funcs.C:
3806         * text.C:
3807         * text2.C: remove InsetText::InnerCache, clean up consequences
3808
3809 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3810
3811         * ispell.C: fix two typos in error messages
3812
3813 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
3814
3815         * Extend Note inset to other forms of annotation like Comment
3816         and Greyedout. Right button click gives dialog.
3817
3818         Files modified or added (+):
3819
3820         * insetnote.[Ch]
3821         * FormNote.[Ch]      +
3822         * ControlNote.[Ch]   +
3823         * form_note.fd       +
3824         * Makefile.am in frontends/xforms, frontends/xforms/forms,
3825         frontends/controllers
3826         * xforms/Dialogs.C
3827         * factory.C
3828
3829 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3830
3831         * aspell.C: add missing namespace lyx::support
3832
3833 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
3834
3835         * BufferView.[Ch] (newFile): Add
3836         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
3837         * LaTeX.[Ch] (message): added this signal and use it
3838         * buffer.[Ch] (busy, message): added these signals and use them
3839         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
3840         * converter.C:
3841         * exporter.C:
3842         * format.C:
3843         * importer.C: use buffer signals instead of direct bv calling
3844         * lyx_cb.[Ch] (ShowMessage): removed
3845         * lyx_main.C:
3846         * lyxfunc.C:
3847         * paragraph_funcs.C:
3848         * text2.C: use buffer signals
3849
3850 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3851
3852         * introduce namespace lyx::graphics
3853
3854 2003-07-02  André Pönitz  <poenitz@gmx.net>
3855
3856         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
3857
3858 2003-07-01  André Pönitz  <poenitz@gmx.net>
3859
3860         * text.C:
3861         * text2.C:
3862         * text3.C:
3863         * text_funcs.[Ch]:
3864         * textcursor.h:
3865         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
3866           text*.C to text_func.C
3867
3868 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3869
3870         * introduce namespace lyx::support
3871
3872 2003-06-30  André Pönitz  <poenitz@gmx.net>
3873
3874         * Chktex.C:
3875         * funcrequest.C:
3876         * lyxtext.h:
3877         * text.C: re-enable --with-included-string
3878
3879 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3880
3881         * textcursor.C: add <config.h>
3882
3883         * text.C (getWord): remove const from word_location arg
3884
3885         * lyxvc.C (getLogFile): fix const type order
3886
3887         * lyxtext.h: remove const from word_location arg, add arg name
3888
3889         * lyxlayout.h: currect type on labeltype.
3890
3891         * importer.C: correct \file
3892
3893         * converter.C (intToFormat): use std:: on ret val, ws changes
3894
3895         * bufferlist.h: correct \file
3896
3897         * buffer.C (makeLinuxDocFile): fix const type order
3898         (makeDocBookFile): ditto
3899         (fillWithBibKeys): use std:: on stdlib args.
3900
3901         * CutAndPaste.C: fix authors.
3902         (availableSelections): use std:: on return vector
3903
3904 2003-06-27  André Pönitz  <poenitz@gmx.net>
3905
3906         * BufferView_pimpl.C:
3907         * bufferview_funcs.C:
3908         * lyxcursor.C:
3909         * lyxcursor.h:
3910         * lyxfunc.C:
3911         * lyxtext.h:
3912         * rowpainter.C:
3913         * text.C:
3914         * text2.C:
3915         * text3.C: remove LyXCursor::row_ member
3916
3917         * lyxtext.h:
3918         * text.C: rename fullRebreak() to partialRebreak() and implement
3919           a fullRebreak() that really bereks fully
3920
3921         * textcursor.h: new struct for cursor-related data
3922
3923 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
3924
3925         * lyx_main.C (LyX): get full path of document loaded on the
3926         command line
3927
3928 2003-06-26  André Pönitz  <poenitz@gmx.net>
3929
3930         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
3931           remove unused/broken operator>,<,>=.
3932
3933         *       text.C: remove only use of broken operator<= in an Assert().
3934
3935 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3936
3937         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
3938         moved errorlist_.clear to showErrorList
3939
3940 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
3941
3942         * converter.C (scanLog, runLaTeX):
3943         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
3944         move the bv->showErrorList call to the callers
3945         * lyxfunc.C: i.e. here...
3946         * text2.C: and here
3947         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
3948         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
3949         namespace, the second to...
3950         * buffer_funcs (BufferFormat, parseErrors): added
3951         * errorlist.C (ErrorList(TeXErrors const &)): removed
3952
3953 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3954
3955         * ToolbarBackend.C (getIcon): complain when icon cannot be found
3956
3957 2003-06-24  "Garst R. Reese" <reese@isn.net>
3958
3959         * debug.C: fix typo
3960
3961 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3962
3963         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
3964
3965         * version.C.in: change docversion to 1.4
3966
3967 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
3968
3969         * buffer.C: fix a bug just introduced
3970
3971 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
3972
3973         * buffer.[Ch]: added the parseError signal and use it, removed
3974         sgmlError
3975         * BufferView.[Ch] (addError): moved to ...
3976         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
3977         to the Buffer::parseError signal to catch (guess what) parse errors
3978         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
3979
3980 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
3981
3982         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
3983         ability to create a buffer and to return an existing one from
3984         the list. Moved these functions to...
3985         * buffer_funcs.[Ch]: added
3986         * BufferView.[Ch] (loadLyXFile): added
3987         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
3988         job removed from bufferlist::loadLyXFile.
3989         * buffer.C (setReadOnly): make it work without view
3990         (i.e added an if (users))
3991
3992 2003-06-19  Angus Leeming  <leeming@lyx.org>
3993
3994         * lfuns.h:
3995         * LyXAction.C (init):
3996         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
3997         with LFUN_DIALOG_SHOW <name> <data>.
3998
3999 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4000
4001         * CutAndPaste.C (availableSelections): small compilation fix for
4002         ancient (gcc 2.9x) compilers
4003
4004 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4005
4006         * text3.C (cursorNext): add tmp var
4007
4008         * text2.C (updateCounters): for function calling out of for clause
4009         (replaceSelectionWithString): ditto
4010         (insertStringAsParagraphs): ditto
4011         (getColumnNearX): add tmp var
4012         (setCursorFromCoordinates): add tmp var
4013         (cursorDownParagraph): add tmp var
4014         (deleteEmptyParagraphMechanism): add tmp var
4015
4016         * text.C (insertChar): add tmp var
4017
4018         * rowpainter.C (paintDepthBar): add tmp var
4019
4020         * CutAndPaste.C (availableSelections): potentially check all
4021         paragraphs in a cut to fill the shown strings.
4022
4023 2003-06-18  André Pönitz  <poenitz@gmx.net>
4024
4025         * kbmap.[Ch]: use vector<> instead of list<>
4026
4027 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4028
4029         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4030         pasteSelection with index
4031
4032         * text2.C (pasteSelection): modify, call pasteSelection with index
4033
4034         * paragraph.C (asString): reimplement version with no interval to
4035         call the one with interval.
4036
4037         * lyxtext.h: add index arg to pasteSelection
4038
4039         * MenuBackend.C (MenuItem): handle PasteRecent
4040         (Menu::read::Menutags): add md_pasterecent
4041         (read): handle it
4042         (expandPasteRecent): new function
4043         (expand): use it
4044
4045         * MenuBackend.h: add PasteRecent to MenuItem::Kind
4046
4047         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
4048         the limited stack
4049         (availableSelections): new function
4050
4051 2003-06-17  Angus Leeming  <leeming@lyx.org>
4052
4053         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
4054
4055 2003-06-17  Angus Leeming  <leeming@lyx.org>
4056
4057         * lfuns.h:
4058         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
4059
4060         * lyxfunc.C (dispatch): invoke it.
4061
4062 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4063
4064         * iterators.C (operator++, ParPosition): reintroduce some
4065         const_cast for the benefit of older compilers.
4066
4067 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4068
4069         * text3.C (dispatch): do not modify clipboard when doing
4070         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
4071         LFUN_DELETE_SKIP on a selection selection
4072
4073 2003-06-16  André Pönitz  <poenitz@gmx.net>
4074
4075         * BufferView.C:
4076         * buffer.C:
4077         * buffer.h:
4078         * paragraph.C:
4079         * tabular.[Ch]: IU of clone() and getLabelList();
4080
4081 2003-06-13  André Pönitz  <poenitz@gmx.net>
4082
4083         * tabular.h: compactification
4084
4085 2003-06-12  André Pönitz  <poenitz@gmx.net>
4086
4087         * tabular.C:
4088         * tabular.h:
4089         * tabular_funcs.h: some renaming plus whitespace
4090
4091 2003-06-12  André Pönitz  <poenitz@gmx.net>
4092
4093         * BufferView.C:
4094         * BufferView_pimpl.C:
4095         * CutAndPaste.C:
4096         * buffer.C:
4097         * iterators.[Ch]:
4098         * lyxfunc.C:
4099         * text.C:
4100         * toc.C: Return a Paragraph & for ParIterator::operator*()
4101
4102 2003-06-11  John Levon  <levon@movementarian.org>
4103
4104         * lyx_main.C:
4105         * ToolbarBackend.h:
4106         * ToolbarBackend.C: add "Toolbars" section and
4107         put the flags there
4108
4109 2003-06-10  Angus Leeming  <leeming@lyx.org>
4110
4111         * lfuns.h:
4112         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
4113
4114         * lyxfunc.C (dispatch): invoke it.
4115
4116 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4117
4118         * main.C: protect <ios> with HAVE_IOS
4119         (main): protect sync_with_stdio with HAVE_IOS
4120
4121 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4122
4123         * text2.C (cutSelection): adjust
4124         (pasteSelection): adjust
4125
4126         * messages.C: handle get of empty string
4127
4128         * main.C (main): use sync_with_stdio(false)
4129
4130         * lyxfunc.C (dispatch): adjust
4131
4132         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
4133         (WriteAs): remove unneeded BufferView arg.
4134
4135         * bufferparams.h: use correct types on papersize, papersize2 and
4136         paperpackage.
4137
4138         * bufferparams.C (readToken): adjust for type
4139         (writeLaTeX): add missing cases to switch.
4140
4141         * bufferlist.C (quitWriteBuffer): adjust
4142         (close): adjust
4143
4144         * buffer.C (asciiParagraph): remove some commented code.
4145
4146         * CutAndPaste.C: remove current_view extern variable.
4147         (cutSelection): add BufferParams arg.
4148         (eraseSelection): add BufferParams arg.
4149         (pasteSelection): add Buffer const & arg
4150
4151 2003-06-07  John Levon  <levon@movementarian.org>
4152
4153         * buffer.C:
4154         * paragraph_funcs.C:
4155         * paragraph_pimpl.C:
4156         * text.C:
4157         * text2.C:
4158         * paragraph.h:
4159         * paragraph.C: allow InsetERT to freely space lines,
4160         and some consolidation of code
4161
4162 2003-06-06  José Matos  <jamatos@fep.up.pt>
4163
4164         * buffer.C (makeDocBookFile): fix bug #821
4165
4166 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
4167
4168         * BufferView_pimpl.C (dispatch): use Dialogs::visible
4169
4170 2003-06-04  Angus Leeming  <leeming@lyx.org>
4171
4172         * buffer.C: bump format to 224.
4173
4174 2003-06-05  André Pönitz  <poenitz@gmx.net>
4175
4176         * text2.C (redoParagraphs): remove two const_cast<>
4177
4178 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4179
4180         * ParagraphList.h: remove last remnants of NO_STD_LIST
4181
4182 2003-06-03  Angus Leeming  <leeming@lyx.org>
4183
4184         * factory.C (createInset): small change to the way InsetExternal's params
4185         are set.
4186
4187 2003-06-04  André Pönitz  <poenitz@gmx.net>
4188
4189         * buffer.h: use Undo directly instead of shared_ptr<Undo>
4190
4191         * paragraph_pimpl.h:
4192         * paragraph.[Ch]: some Inset -> UpdatableInset changes
4193
4194         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
4195
4196         * undo_funcs.C: make some simple cases of undo work again
4197
4198 2003-06-03  John Levon  <levon@movementarian.org>
4199
4200         * ispell.C: HPUX doesn't have sys/select.h
4201         (from Albert Chin)
4202
4203 2003-06-03  John Levon  <levon@movementarian.org>
4204
4205         * CutAndPaste.C: update tabular and include inset
4206         buffer references
4207
4208         * buffer.h:
4209         * paragraph.h:
4210         * paragraph.C: remove owningBuffer(), don't pass Buffer
4211         to clone()
4212
4213         * factory.C: insetGraphicsParams changed
4214
4215 2003-06-02  John Levon  <levon@movementarian.org>
4216
4217         * LyXAction.C:
4218         * factory.C:
4219         * lfuns.h:
4220         * lyxfunc.C:
4221         * text3.C: remove insetparent
4222
4223 2003-06-02  John Levon  <levon@movementarian.org>
4224
4225         * buffer.h:
4226         * buffer.C: fix inset_iterator.end(), move out of line
4227         (bug 1149)
4228
4229 2003-06-01  John Levon  <levon@movementarian.org>
4230
4231         * text3.C: use a proper cut/paste when doing inset
4232         insert (from Jürgen Spitzmüller)
4233
4234 2003-06-01  John Levon  <levon@movementarian.org>
4235
4236         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
4237
4238 2003-05-30  André Pönitz  <poenitz@gmx.net>
4239
4240         * rowpainter.C: unify second drawing phase
4241
4242 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4243
4244         * trans_mgr.C: remove one case of current_view
4245
4246         * text2.C (cursorBottom): delete NO_STD_LIST stuff
4247
4248         * paragraph_funcs.h: remove paragraph.h include
4249
4250         * paragraph.h: delete NO_STD_LIST stuff
4251
4252         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
4253
4254         * buffer.h: remove paragraph.h include
4255
4256         * ParagraphList.C: delete file
4257
4258         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
4259
4260         * toc.C (getTocList): adjust
4261
4262         * paragraph_pimpl.C (validate): adjust
4263
4264         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
4265
4266         * paragraph.C (Paragraph): adjust
4267         (getPositionOfInset): use const_iterator, adjust
4268         (bibitem): use const_iterator, adjust
4269         (setInsetOwner): adjust
4270
4271         * iterators.C (operator++): adjust
4272
4273         * InsetList.[Ch]: Replace selfmade iterator with standard
4274         vector::iterator also introduce const_iterator. Remove getPos,
4275         getInset and setInset from InsetTable. Adjust accordingly.
4276
4277         * BufferView.C (lockInset): adjust
4278         (ChangeInsets): adjust
4279
4280         * tabular.[Ch]: delete commented same_id functions
4281
4282 2003-05-28  John Levon  <levon@movementarian.org>
4283
4284         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
4285
4286 2003-05-28  André Pönitz  <poenitz@gmx.net>
4287
4288         * metricsinfo.[Ch]: remove 'fullredraw' member
4289
4290 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4291
4292         * lyxtextclass.C (operator): remove caching.
4293
4294 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4295
4296         * text3.C: adjust
4297
4298         * text2.C (cursorBottom): adjust
4299         (setCounter): use ParagraphList::find, adjust
4300
4301         * text.C (workWidth): use ParagraphList::find, adjust
4302
4303         * lyxcursor.C (LyXCursor): adjust
4304
4305         * buffer.C (inset_iterator): adjust
4306
4307         * ParagraphList.h: make iterator(value_type) private, make
4308         ParagraphList a friend of iterator.
4309
4310         * ParagraphList.C (find): new function
4311
4312         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
4313
4314 2003-05-27  André Pönitz  <poenitz@gmx.net>
4315
4316         * dimension.[Ch]: a -> asc, d -> des, w -> wid
4317
4318 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4319
4320         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
4321
4322 2003-05-26  John Levon  <levon@movementarian.org>
4323
4324         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
4325
4326 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4327
4328         * remove same_id from function signatures, adjust.
4329
4330 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4331
4332         * undo_funcs.C (createUndo): use the id functions directly, adjust.
4333
4334         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
4335
4336         * paragraph.C (Paragraph): get rid of same_ids parameter
4337
4338         * ParagraphList.C (insert): adjust
4339         (push_back): adjust
4340
4341 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4342
4343         * paragraph_funcs.C (breakParagraph): adjust
4344         (breakParagraphConservative): adjust
4345
4346         * buffer.C (readParagraph): adjust
4347
4348         * ParagraphList.C (insert): take a reference instead of a pointer
4349         (insert): adjust
4350
4351         * paragraph.[Ch] (id): new function
4352
4353         * bufferlist.C (newFile): adjust
4354
4355         * ParagraphList.C (ParagraphList): adjust
4356         (assign): adjust
4357         (push_back): take a reference instead of a pointer.
4358
4359         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
4360
4361         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
4362         instead.
4363
4364         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
4365         set else use old code.
4366
4367         * ParagraphList.C: remove all NO_NEXT code and only compile this
4368         code of NO_STD_LIST is set.
4369
4370 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4371
4372         * BufferView_pimpl.C:
4373         * TextCache.C:
4374         * TextCache.h:
4375         * bufferlist.C:
4376         * errorlist.h:
4377         * format.C:
4378         * format.h:
4379         * graph.C:
4380         * lyxfunc.C:
4381         * lyxrc.C:
4382         * graphics/GraphicsConverter.C:
4383         * graphics/PreviewLoader.C: header adjustment
4384
4385 2003-05-23  Angus Leeming  <leeming@lyx.org>
4386
4387         * LaTeXFeatures.[Ch] (useBabel): new method.
4388         * bufferparams.C (writeLaTeX): use it.
4389
4390 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4391
4392         * ParagraphList.h (set): remove unused function.
4393
4394 2003-05-23  André Pönitz  <poenitz@gmx.net>
4395
4396         * BufferView.C:
4397         * BufferView_pimpl.C:
4398         * buffer.C:
4399         * buffer.h:
4400         * lyxfunc.C:
4401         * undo_funcs.C: setUndo reworked
4402
4403         * iterators.[Ch]: add access to topmost ParagraphList
4404
4405         * lyxtext.[Ch] (workWidth): add a const
4406
4407 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
4408
4409         * texrow.[Ch] (increasePos): remove function
4410         * exporter.C (export): removed unused var and outdated comment
4411
4412 2003-05-23  Angus Leeming  <leeming@lyx.org>
4413
4414         * latexrunparams.h: rename fragile as moving_arg.
4415         * paragraph.C (simpleTeXOnePar): ditto.
4416         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
4417
4418 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4419
4420         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
4421         (createUndo): ditto
4422         (textUndoOrRedo): comment out a currently unused var.
4423
4424         * paragraph.h (NO_NEXT): enable NO_NEXT
4425
4426         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
4427
4428         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
4429
4430         * exporter.C (Export): adjust for removeAutoInsets removal.
4431
4432         * buffer.C (runChktex): adjust for removeAutoInsets removal.
4433
4434         * LyXAction.C (init): remove LFUN_REMOVEERRORS
4435
4436         * BufferView.[Ch] (removeAutoInsets): delete function
4437
4438 2003-05-22  Angus Leeming  <leeming@lyx.org>
4439
4440         * latexrunparams.h: add a free_spacing variable.
4441
4442         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
4443         to pass moving_arg, as the data is stored in runparams.fragile.
4444
4445         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
4446         to Inset::latexOptional or to simpleTeXOnePar.
4447
4448         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
4449         free_spacing arg to Inset::latexOptional.
4450
4451         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4452         free_spacing arg.
4453
4454 2003-05-22  Angus Leeming  <leeming@lyx.org>
4455
4456         * latexrunparams.h: add fragile and use_babel variables.
4457
4458         * bufferparams.[Ch] (writeLaTeX): return use_babel.
4459         * buffer.C (makeLaTeXFile): store this returned value in
4460         runparams.use_babel, thus passing it to the inset::latex methods.
4461
4462         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
4463         simpleTeXSpecialChars as it is now stored in runparams.fragile.
4464
4465         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
4466         longer has a fragile arg, as it is stored in runparams.fragile.
4467
4468         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
4469         moving_arg parameter as the data is stored in runparams.fragile.
4470
4471         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
4472         a fragile parameter as the data is stored in runparams.fragile.
4473
4474 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4475
4476         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
4477
4478 2003-05-22  Angus Leeming  <leeming@lyx.org>
4479
4480         * latexrunparams.h: add a 'bool nice' which defaults to false.
4481
4482         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
4483         now encapsulated within runparams.
4484
4485         * bufferlist.C (updateIncludedTeXfiles):
4486         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
4487
4488 2003-05-22  Angus Leeming  <leeming@lyx.org>
4489
4490         * latexrunparams.h: new file containing struct LatexRunParams.
4491         * Makefile.am: add new file.
4492
4493         * LaTeX.[Ch] (c-tor, run):
4494         * buffer.[Ch] (makeLaTeXFile):
4495         * bufferlist.[Ch] (updateIncludedTeXfiles):
4496         * converter.C (convert, scanLog):
4497         * converter.[Ch] (runLaTeX):
4498         * exporter.C (Export):
4499         * paragraph.[Ch] (simpleTeXOnePar):
4500         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
4501         * paragraph_funcs.[Ch] (latexParagraphs):
4502         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
4503         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
4504         pass around a LatexRunParams parameter.
4505
4506 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4507
4508         * paragraph.[Ch]: remove unused constructor
4509
4510         * ParagraphList.C (erase): new function, taking two iterators
4511
4512 2003-05-22  André Pönitz  <poenitz@gmx.net>
4513
4514         * undo_funcs.C: remove duplicated code
4515
4516         * iterator.[Ch]: operator=
4517
4518 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4519
4520         * tabular.C (SetMultiColumn): ws changes
4521
4522         * rowpainter.C (paintFirst): get rid of a ->previous
4523
4524         * lyx_cb.C (getPossibleLabel): parlist simplification
4525
4526         * BufferView.C (ChangeInsets): simplify slightly.
4527
4528 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4529
4530         * LyXAction.C: new lfun space-insert, kill protected-space-insert
4531         * lfuns.h: new LFUN_SPACE
4532         * lyxfunc.C: protected space has a new lfun
4533         * paragraph_funcs.C: read new space insets
4534         * text3.C:
4535         * factory.C: handle new space insets
4536
4537 2003-05-22  André Pönitz  <poenitz@gmx.net>
4538
4539         * BufferView.C:
4540         * BufferView_pimpl.C:
4541         * buffer.[Ch]:
4542         * lyxfunc.C:
4543         * undo_funcs.C: return a ParIterator from getParFromID.
4544
4545         * iterators.[Ch]: add two const's
4546
4547 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4548
4549         * toc.C (getTocList): adjust
4550
4551         * iterators.[Ch]: rework for parlist
4552
4553         * buffer.C (par_iterator_begin): adjust
4554         (par_iterator_end): adjust
4555
4556         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
4557
4558         * BufferView.C (removeAutoInsets): adjust
4559         (ChangeInsets): adjust
4560
4561 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
4562
4563         * text.C (top_y): fix bug 1110
4564
4565 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
4566
4567         * errorlist.[Ch]: added
4568         * buffer.C:
4569         * BufferView.[Ch]:
4570         * BufferView_pimpl.C:
4571         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
4572         instead
4573
4574 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4575
4576         * Makefile.am: ensure that lyx is relinked upon changes to the
4577         various "convenience" libs.
4578
4579 2003-05-20  Angus Leeming  <leeming@lyx.org>
4580
4581         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
4582         files are compiled in alphabetical order again.
4583
4584         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
4585
4586 2003-05-19  Angus Leeming  <leeming@lyx.org>
4587
4588         * gettext.[Ch]: remove "char const * _(char const *)".
4589
4590 2003-05-19  André Pönitz  <poenitz@gmx.net>
4591
4592         * dimension.[Ch]: promote from mathed/dimension.[Ch]
4593
4594         * Makefile.am:
4595         * BufferView.C:
4596         * DepTable.h:
4597         * LaTeXFeatures.C:
4598         * buffer.C:
4599         * lyxfont.C:
4600         * lyxlex.h:
4601         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
4602
4603 2003-05-19  André Pönitz  <poenitz@gmx.net>
4604
4605         * buffer.C:
4606         * lyxlayout.[Ch]:
4607         * lyxtextclass.[Ch]:
4608         * paragraph.C:
4609         * paragraph_funcs.[Ch]:
4610         * text2.C:
4611         * text3.C: more insetenv work
4612
4613 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
4614
4615         * ParagraphParameters.C (params2string): small bug fixed
4616
4617 2003-05-16  André Pönitz  <poenitz@gmx.net>
4618
4619         * debug.C:
4620         * bufferview_funcs.C: patch from Kornel Benko to prevent
4621           crash when _(...) is called twice in a statement
4622
4623 2003-05-16  André Pönitz  <poenitz@gmx.net>
4624
4625         * BufferView.C:
4626         * lyxfunc.C:
4627         * text.C:
4628         * text2.C:
4629         * text3.C:
4630         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
4631
4632 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
4633
4634         * lyx_main.C (init): remove spurious static_cast
4635
4636 2003-05-14  André Pönitz  <poenitz@gmx.net>
4637
4638         * BufferView.C: fix format string
4639
4640 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
4641
4642         * BufferView.[Ch] (insertErrors): removed
4643         * BufferView.[Ch] (showErrorList): added
4644         * buffer.C (runChkTeX):
4645         * converter.C (scanLog): call showErrorList instead of inserterrors
4646
4647 2003-05-13  André Pönitz  <poenitz@gmx.net>
4648
4649         * BufferView_pimpl.C:
4650         * buffer.C:
4651         * bufferview_func.C:
4652         * MenuBackend.C:
4653         * lyxfunc.C:
4654         * lyxrc.C:
4655         * tex-accent.C:
4656         * text3.C:
4657         * toc.C:
4658         * tabular_funcs.h: tostr() from its own header
4659
4660         * ParagraphParameters.C:
4661         * ToolbarBackend.C:
4662         * bufferparams.C:
4663         * format.C:
4664         * lyxlex_pimpl.C:
4665         * text3.C: STRCONV()
4666
4667 2003-05-12  André Pönitz  <poenitz@gmx.net>
4668
4669         * BufferView.C:
4670         * BufferView_pimpl.C:
4671         * CutAndPaste.C:
4672         * LaTeX.C:
4673         * LaTeXFeatures.C:
4674         * ParagraphParameters.C:
4675         * buffer.C:
4676         * bufferlist.C:
4677         * bufferparams.C:
4678         * bufferview_funcs.C:
4679         * converter.C:
4680         * counters.C:
4681         * debug.C:
4682         * exporter.C:
4683         * format.C:
4684         * importer.C:
4685         * lyx_cb.C:
4686         * lyx_main.C:
4687         * lyxfont.C:
4688         * lyxfunc.C:
4689         * lyxvc.C:
4690         * paragraph.C:
4691         * paragraph_funcs.C:
4692         * tabular.C:
4693         * tabular_funcs.C:
4694         * text2.C:
4695         * text3.C:  boost::format -> bformat  all over the place
4696
4697
4698 2003-05-09  André Pönitz  <poenitz@gmx.net>
4699
4700         * LColor.[Ch]: Pimpl the #include <map> away
4701
4702 2003-05-09  John Levon  <levon@movementarian.org>
4703
4704         * bufferlist.C: never remove emergency saves
4705
4706 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4707
4708         * Makefile.am: better lib building
4709
4710 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
4711
4712         * texrow.[Ch]: remove dependency on Paragraph and just store a id
4713         instead.
4714         * paragraph_pimpl.C (simpleTeXBlanks): adjust
4715         (simpleTeXSpecialChars): adjust
4716         (simpleTeXSpecialChars): adjust
4717         * paragraph.C (simpleTeXOnePar): adjust
4718         * buffer.C (makeLaTeXFile): adjust
4719
4720         * Makefile.am (BOOST_LIBS): allow boost as system lib.
4721
4722         * text2.C (changeDepth): parlist cleanup
4723         (getColumnNearX): ditto
4724
4725         * rowpainter.C (getLabelFont): parlist cleanup
4726
4727         * bufferlist.C (newFile): parlist cleanup
4728
4729         * CutAndPaste.C (eraseSelection): parlist cleanup
4730
4731         * BufferView_pimpl.C (trackChanges): parlist cleanup
4732         (dispatch): ditto
4733
4734         * BufferView.C (lockInset): parlist cleanup.
4735         (ChangeInsets): ditto
4736
4737 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4738
4739         * CutAndPaste.h: Update file header.
4740
4741         * CutAndPaste.C: Update file header.
4742         Store the parts cut out of the Document in a limited_stack.
4743         (copySelection): adjust
4744         (pasteSelection): new function, takes the index in the limited stack.
4745         (nrOfParagraphs): adjust
4746         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
4747         simplify error inset insertion.
4748         (checkPastePossible): adjust
4749
4750 2003-05-06  John Levon  <levon@movementarian.org>
4751
4752         * text2.C: don't cast wrap inset to float
4753
4754 2003-05-05  André Pönitz  <poenitz@gmx.net>
4755
4756         * iterator.C:
4757         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
4758
4759         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
4760           few naked Paragraph *.
4761
4762 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
4763
4764         * bufferparams.C: Output warning if a document with missing
4765         TeX document class is loaded
4766         * exporter.C: Disable TeX exports if the document class is missing
4767         * lyxtextclass.C:
4768         * lyxtextclass.h:
4769         * lyxtextclasslist.C: Handle new textclass.lst format; new method
4770         isTeXClassAvailable()
4771
4772 2003-05-03  John Levon  <levon@movementarian.org>
4773
4774         * BufferView.h:
4775         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
4776         explicit cursor show/hide
4777
4778         * BufferView_pimpl.h:
4779         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
4780         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
4781
4782         * lyxfunc.C: hide cursor before dispatching.
4783
4784         * lyx_cb.C:
4785         * lyxfind.C:
4786         * text.C:
4787         * text3.C: remove explicit cursor hides
4788
4789 2003-05-02  André Pönitz  <poenitz@gmx.net>
4790
4791         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
4792
4793         * undo_funcs.C:
4794         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
4795           linked lists
4796
4797         * text2.C: tiny whitespace
4798
4799 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4800
4801         * undo_funcs.C: almost only ws changes.
4802
4803         * ParagraphList.C (splice): just return if pl is empty.
4804
4805 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4806
4807         * ParagraphList.C (splice): new function.
4808
4809         * CutAndPaste.C (pasteSelection): use it
4810
4811 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4812
4813         * CutAndPaste.C (pasteSelection): remove the last next and
4814         previous from this file.
4815
4816 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4817
4818         * CutAndPaste.C (pasteSelection): more clean up, user proper
4819         ParagraphList functions for pasteing.
4820
4821         * ParagraphList.C (insert): new function, three arg insert
4822
4823 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4824
4825         * ParagraphList.C (insert): new function, three arg insert
4826
4827         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
4828         not on paragraphs.
4829
4830 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4831
4832         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
4833
4834 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4835
4836         * CutAndPaste.C (pasteSelection): remove some unneeded code.
4837
4838 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4839
4840         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
4841         (copySelection): clean up a bit.
4842         (pasteSelection): use make_pair
4843
4844         * ParagraphList.C (ParagraphList): implement copy constructor
4845         (operator=): implement, base on copy constructor.
4846         (assign): new func
4847
4848         * paragraph.C (erase): return a bool
4849
4850         * paragraph_pimpl.C (erasePos): remove function, move contents...
4851         (erase): ... here. Return a bool.
4852         (erase): call erase instead of erasePos.
4853
4854 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
4855
4856         * ParagraphList.h: define PitPosPair
4857         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
4858         ParagraphList, fix a bug on pasting multiple pars
4859         * text2.C: change interface to C&P
4860
4861 2003-04-30  André Pönitz  <poenitz@gmx.net>
4862
4863         * undo_func.C: revert part of yesterday's patch 2
4864
4865 2003-04-30  John Levon  <levon@movementarian.org>
4866
4867         * LColor.C: s/tabular/table/
4868
4869 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4870
4871         * text3.C (dispatch): do not convert iterator -> pointer
4872         * undo_funcs.C (setCursorParUndo): ditto
4873         * text_funcs.C (transposeChars): ditto
4874
4875         * text2.C (setLayout): ws changes only
4876
4877         * text.C (breakParagraph): do not convert iterator -> pointer
4878         (insertChar): ditto
4879         (acceptChange): ditto
4880         (rejectChange): ditto
4881         (changeCase): ditto
4882         (Delete): ditto
4883         (backspace): ditto
4884
4885         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
4886         pointer
4887
4888 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4889
4890         * text3.C (gotoInset): YABG (yet another bad getChar)
4891
4892 2003-04-29  André Pönitz  <poenitz@gmx.net>
4893
4894         * paragraph.h: make operator= private unimplemented as long as
4895           it is unusable
4896
4897         * ParagraphList.C: whitespace
4898
4899         * paragraph.[Ch]:
4900         * paragraph_pimpl.[Ch]:
4901         * paragraph_funcs.C:
4902         * CutAndPaste.C:
4903         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
4904
4905         * text2.C:
4906           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
4907
4908 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
4909
4910         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
4911         * paragraph.[Ch] (erase):
4912         * paragraph_pimpl.[Ch] (erase): change return type and value
4913         * text2.C (cutSelection): some rework
4914
4915 2003-04-28  John Levon  <levon@movementarian.org>
4916
4917         * bufferlist.C: changes for unsaved changes dialog
4918
4919 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4920
4921         * bufferlist.C (newFile): set language (messages_) for new
4922         documents also.
4923
4924         * buffer.C (readFile): ws changes only.
4925
4926 2003-04-28  André Pönitz  <poenitz@gmx.net>
4927
4928         * undo_funcs.C:
4929         * lyxfunc.C:
4930         * buffer.[Ch]:
4931         * BufferView_pimpl.C:
4932         * BufferView.C: getParFromID related ParagraphList::iterator changes
4933
4934 2003-04-28  André Pönitz  <poenitz@gmx.net>
4935
4936         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
4937           Changes
4938
4939 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4940
4941         * messages.C: remove one more localedir class variable.
4942
4943 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4944
4945         * messages.C (getLocaleDir): singleton generation function
4946         (Pimpl): use it.
4947         (Messages): add a default constructor.
4948
4949         * main.C (main): do not setup localedir here, do not call
4950         gettext_init.
4951
4952         * gettext.C (_): use it.
4953         (gettext_init): delete funciton
4954
4955 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4956
4957         * gettext.C (getLyXMessages): new singleton generating function.
4958
4959         * buffer.C (updateDocLang): adjust
4960
4961         * Makefile.am (messages.o): add target
4962         (main.o): remove target
4963
4964 2003-04-27  John Levon  <levon@movementarian.org>
4965
4966         * bufferlist.C:
4967         * lyx_cb.C:
4968         * lyxfunc.C:
4969         * lyxvc.C: specify cancel button in Alert::prompt
4970
4971 2003-04-26  John Levon  <levon@movementarian.org>
4972
4973         * text3.C:
4974         * lyxfunc.C:
4975         * lfuns.h:
4976         * LyXAction.C: add LFUN_INSET_SETTINGS
4977
4978         * lyxfunc.C: don't enable tabular-feature when there's
4979         just any locking inset
4980
4981 2003-04-26  John Levon  <levon@movementarian.org>
4982
4983         * bufferlist.C: re-add Cancel to buffer close question
4984
4985         * lyxfunc.C: fix import UI a bit
4986
4987 2003-04-25  John Levon  <levon@movementarian.org>
4988
4989         * gettext.C: remove the broken asserts for now
4990
4991 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4992
4993         * messages.C: make case where setlocale cannot comply work better.
4994
4995         * buffer.C (updateDocLang): new function
4996         (changeLanguage): use it
4997         (readFile): use it
4998
4999         * text2.C (setCounter): use B_ a bit.
5000
5001         * lyxlayout.C (Read): be sure to trim the label strings.
5002
5003         * messages.C (Messages): fix typo in comment
5004
5005         * buffer.C (readFile): set message_ after file is loaded.
5006         (makeDocBookFile): remove double return
5007         (changeLanguage): reset message_ upon language change.
5008         (B_): new func, use this to get translated buffer strings.
5009
5010         * main.C: add myself and Jean Marc as authors.
5011
5012 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5013
5014         * messages.[hC]: pimplify Messages, and three different pimpls to be
5015         used in different circumstances.
5016
5017         * gettext.[Ch]: change for use with new message code.
5018
5019 2003-04-24 André Pönitz <poenitz@gmx.net>
5020
5021         * factory.C: support for eqref
5022
5023 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5024
5025         * messages.[Ch]: add missing char
5026
5027         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5028
5029         * messages.[Ch]: New files
5030
5031 2003-04-18  John Levon  <levon@movementarian.org>
5032
5033         * BufferView.h:
5034         * BufferView.C:
5035         * BufferView_pimpl.C:
5036         * lfuns.h:
5037         * LyXAction.C:
5038         * lyxtext.h:
5039         * text2.C: remove layout-copy/paste (bug 778)
5040
5041 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5042
5043         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
5044
5045 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
5046
5047         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
5048         if they succeed. Act accordingly.
5049
5050 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5051
5052         * text2.C (setCharFont): adjust
5053         (setCounter): adjust
5054         (insertStringAsLines): adjust
5055
5056         * text.C (leftMargin): adjust
5057         (setHeightOfRow): adjust
5058
5059         * rowpainter.C (paintFirst): adjust
5060         (paintLast): adjust
5061
5062         * paragraph_funcs.C (depthHook): ParagraphList::iterators
5063         (outerHook): ditto
5064         (isFirstInSequence): ditto
5065         (getEndLabel): ditto
5066         (outerFont): adjust
5067
5068         * paragraph.C (getParLanguage): comment out some hard stuff.
5069
5070         * buffer.C (insertStringAsLines): take a ParagraphList as arg
5071         (sgmlError): ditto
5072         (simpleDocBookOnePar): ditto
5073         (makeDocBookFile): use ParagraphList::iterator
5074
5075         * CutAndPaste.C (pasteSelection): adjust
5076
5077 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5078
5079         * text2.C (getFont): adjust
5080         (getLayoutFont): adjust
5081         (getLabelFont): adjust
5082
5083         * paragraph_funcs.C (TeXOnePar): adjust
5084
5085         * buffer.C (simpleLinuxDocOnePar): adjust
5086         (simpleDocBookOnePar): adjust
5087
5088         * CutAndPaste.C (pasteSelection): adjust
5089
5090         * BufferView.C (getEncoding): adjust
5091
5092         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
5093
5094 2003-04-16  John Levon  <levon@movementarian.org>
5095
5096         * lyxfind.C: use parlist stuff for search/changes
5097
5098 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5099
5100         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
5101
5102         * text2.C (deleteEmptyParagraphMechanism): adjust
5103
5104         * text2.[Ch] (ownerParagraph): delete func (both of them
5105
5106 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5107
5108         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
5109
5110 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5111
5112         * ParagraphList.C: prepare for NO_NEXT
5113
5114 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5115
5116         * text2.C (getFont): adjust
5117         (getLayoutFont): adjust
5118         (getLabelFont): adjust
5119
5120         * paragraph.C (getFont): adjust
5121         (getLabelFont): adjust
5122         (getLayoutFont): adjust
5123
5124         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
5125
5126 2003-04-15  John Levon  <levon@movementarian.org>
5127
5128         From Angus Leeming
5129
5130         * lyx_main.C: handle Include in .ui files
5131
5132 2003-04-15  John Levon  <levon@movementarian.org>
5133
5134         * MenuBackend.C: make the doc files length shorter
5135
5136         * ToolbarBackend.h:
5137         * ToolbarBackend.C: handle toolbar placement flags,
5138         Minibuffer
5139
5140 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5141
5142         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
5143         adjust
5144
5145         * paragraph_funcs.C (TeXOnePar): adjust
5146
5147         * paragraph.C (getLabelFont): add outerfont arg, adjust
5148         (getLayoutFont): ditto
5149         (simpleTeXOnePar): adjust
5150
5151         * paragraph_pimpl.C (realizeFont): delete func
5152
5153 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
5154
5155         * text2.C (beforeFullRowInset): added a bad getchar check, removed
5156         row argument, constify cur argument.
5157
5158 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5159
5160         * text2.C (getFont): adjust
5161         (getLayoutFont): adjust
5162         (getLabelFont): adjust
5163
5164         * paragraph_funcs.C (TeXOnePar): adjust
5165         (outerFont): new func...
5166         (realizeFont): ...moved out from here, changed this to facilitate
5167         transition
5168
5169         * paragraph.C (getFont): take outerfont as arg, adjust
5170         (simpleTeXOnePar): add outerfont arg, adjust
5171
5172         * buffer.C (simpleLinuxDocOnePar): adjust
5173         (simpleDocBookOnePar): adjust
5174
5175         * CutAndPaste.C (pasteSelection): adjust
5176
5177         * BufferView.C (getEncoding): adjust
5178
5179 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5180
5181         * text2.C (setCharFont): adjust
5182         (setCounter): adjust
5183
5184         * text.C (leftMargin): adjust
5185         (setHeightOfRow): adjust
5186
5187         * rowpainter.C (paintFirst): adjust
5188         (paintLast): adjust
5189
5190         * paragraph_pimpl.C (realizeFont): adjust
5191
5192         * paragraph.C (isFirstInSequence): move from here...
5193         * paragraph_funcs.C (isFirstInSequence): ...to here
5194
5195         * paragraph.C (outerHook): move from here...
5196         * paragraph_funcs.C (outerHook): ...to here
5197
5198         * paragraph.C (depthHook): move from here...
5199         * paragraph_funcs.C (depthHook): ...to here
5200
5201         * paragraph.C (getEndLabel): move from here...
5202         * paragraph_funcs.C (getEndLabel): ...to here
5203
5204         * text2.C (realizeFont): move from here...
5205         * paragraph_funcs.C (realizeFont): ...to here
5206
5207 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5208
5209         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
5210
5211 2003-04-14  Angus Leeming  <leeming@lyx.org>
5212
5213         * LColor.[Ch]: scrap LColor mathcursor.
5214
5215 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5216
5217         * lyxlex.[Ch] (text): delete function
5218         * trans.C (Load): adjust
5219         * paragraph_funcs.C (readParToken): adjust
5220
5221 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5222
5223         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
5224         vector<char> instead of a char[].
5225
5226         * lyxlex_pimpl.C (getString): adjust
5227         (next): adjust
5228         (lex): use getString
5229         (eatLine): adjust
5230         (nextToken): adjust
5231
5232         * lyxlex.C (text): use pimpl_->getString()
5233         (getBool): ditto
5234         (findToken): ditto
5235
5236 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
5237
5238         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
5239         (makeFontEntriesLayoutSpecific): temp var for par.size()
5240         (setLayout): temp var for ownerParagraphs().end()
5241         (fullRebreak): temp var for rows().end()
5242         (selectionAsString): temp var for boost::next(startpit), realize
5243         that the while really is a regular for loop.
5244         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
5245         setCursor in one place.
5246         (setParagraph): temp vr for ownerParagraphs().end()
5247         (updateCounters): make the while loop a for loop
5248         (cutSelection): temp var for ownerParagraphs().end()
5249         (updateInset): make the do {} while() a regular for loop
5250         (getCursorX): use temp vars
5251         (setCurrentFont): use temp vars
5252         (getColumnNearX): use temp vars
5253
5254 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5255
5256         * text.C (transformChar): use temp var for getChar
5257         (computeBidiTables): use temp var for row->par()
5258         (fill): move temp vars for row->par() and pit->layout() earlier in
5259         the function.
5260         (labelFill): use temp var for row->par()
5261         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
5262         asc and desc, realize that pit never changes and that firstpit is
5263         just a duplicate and not needed. Exchange rit->par() with pit in a
5264         lot of places.
5265         (breakAgain): use a temp var for boost::next(rit)
5266         (breakAgainOneRow): ditto
5267         (breakParagraph): use a temp var for rows().begin()
5268         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
5269         (cursorRightOneWord): use temp var for cursor.par() and
5270         cursor.pos(), remove usage of tmpcursor.
5271         (cursorLeftOneWord): use temp var for cursor.par() and
5272         cursor.pos() only set cur at end of function.
5273
5274 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
5275
5276         * text.C, text2.C: exchange all usage of Paragraph::next with
5277         boost::next(ParagraphList::iterator)
5278
5279         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
5280
5281         * text2.C (cursorTop): simplify implementation
5282         (cursorBottom): ditto
5283         (setParagraph): use ParagraphList::iterator
5284         (setCurrentFont): adjust
5285         (getColumnNearX): adjust
5286         (cursorRight): adjust
5287         (cursorLeft): remove usage of Paragraph::previous
5288         (cursorUpParagraph): ditto
5289         (deleteEmptyParagraphMechanism): slight cleanup
5290
5291         * text.C (isBoundary): take a Paragraph const & instead of a
5292         pointer as arg.
5293         (addressBreakPoint): ditto
5294         (leftMargin): remove usage of Paragraph::previous.
5295         (setHeightOfRow): ditto
5296         (cursorLeftOneWord): ditto
5297         (selectNextWordToSpellcheck): ditto
5298         (Delete): ditto
5299         (backspace): ditto
5300         (breakParagraph): remove one usage of Paragraph::next
5301         (redoParagraph): ditto
5302         (acceptChange): ditto
5303         (insertChar): adjust
5304         (rowBreakPoint): adjust
5305
5306         * bufferview_funcs.C (toggleAndShow): adjust
5307
5308 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
5309
5310         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
5311         methods to access it.
5312         * lyxtext.h:
5313         * text.C: Added updateRowPositions to compute all row positions.
5314         Make top_y and getRowNearY() to use the cached y position
5315
5316 2003-04-11  John Levon  <levon@movementarian.org>
5317
5318         * text.C (rowBreakPoint): reintroduce the labelEnd
5319         checks, code copied from the row fill stuff. Deep voodoo.
5320
5321         * text.C (fill): add a comment and debugging for the
5322         next poor soul.
5323
5324 2003-04-11  John Levon  <levon@movementarian.org>
5325
5326         * text.C: make sure fullrow insets get wrapped to the next line,
5327         even when they're in a manual label
5328
5329 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5330
5331         * text2.C (insertParagraph): make it take ParagraphList::iterator
5332         as arg.
5333         (setLayout): make it return ParagraphList::iterator
5334         (redoParagraphs): ditto
5335         (setCounter): ditto
5336         (checkParagraph): ditto
5337
5338         * text.C (getRow): make getrow take ParagraphList::iterator as arg
5339
5340         * text2.C: adjust several funcs.
5341         (realizeFont): take a ParagraphList::iterator as arg.
5342         (getLayoutFont): ditto
5343         (getLabelFont): ditto
5344         (setCharFont): ditto
5345
5346         * text.C: adjust several funcs.
5347
5348 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5349
5350         * text.C (selectNextWordToSpellcheck): don't accidentally
5351         skip insets
5352
5353 2003-04-10  John Levon  <levon@movementarian.org>
5354
5355         * ToolbarBackend.C (getIcon): special handling for
5356         LFUN_MATH_DELIM
5357
5358 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
5359
5360         * text2.C (cursorRight): a getChar assert fixed
5361
5362 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5363
5364         * text2.C (getFont): change to take a ParagraphList::iterator
5365         instead of Paragraph*
5366         Adjust several functions.
5367
5368         * text.C (transformChar): change to take a ParagraphList::iterator
5369         instead of Paragraph*
5370         (singleWidth): ditto
5371         Adjust several functions.
5372
5373         * rowpainter.C: adjust several functions
5374         * rowpainter.h:store a ParagraphList::iterator and not a
5375         Paragraph&.
5376
5377
5378 2003-04-09  John Levon  <levon@movementarian.org>
5379
5380         * lyxfunc.C:
5381         * lfuns.h:
5382         * LyXAction.h:
5383         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
5384         and the "help" bits as well
5385
5386 2003-04-09  John Levon  <levon@movementarian.org>
5387
5388         * ToolbarBackend.h:
5389         * ToolbarBackend.C: allow multiple toolbars
5390
5391 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5392
5393         * undo_funcs.C (setCursorParUndo): adjust
5394
5395         * text_funcs.C (transposeChars): adjust
5396
5397         * text3.C (gotoNextInset): adjust
5398         (dispatch): adjust
5399
5400         * text2.C (setLayout): adjust
5401         (changeDepth): adjust
5402         (setFont): adjust
5403         (redoParagraphs): adjust
5404         (selectionAsString): adjust
5405         (setParagraph): adjust
5406         (insertInset): adjust
5407         (cutSelection): adjust
5408         (copySelection): adjust
5409         (pasteSelection): adjust
5410         (insertStringAsLines): adjust
5411         (updateInset): adjust
5412         (setCursor): change to take a ParagraphList::iterator parameter
5413         (setCursorIntern): change to take a ParagraphList::iterator parameter
5414         (setCurrentFont): adjust
5415         (cursorLeft): adjust
5416         (cursorRight): adjust
5417         (deleteEmptyParagraphMechanism): adjust
5418
5419         * text.C (breakParagraph): adjust
5420         (insertChar): adjust
5421         (acceptChange): adjust
5422         (rejectChange): adjust
5423         (selectNextWordToSpellcheck): adjust
5424         (changeCase): adjust
5425         (Delete): adjust
5426         (backspace): adjust
5427
5428         * lyxfind.C (SearchForward): adjust
5429         (SearchBackward): adjust
5430         (nextChange): adjust
5431
5432         * lyxcursor.C (par): adjust
5433
5434         * lyxcursor.h: store a ParagraphList::iterator instead of a
5435         Paragraph*
5436
5437         * lyx_cb.C (getPossibleLabel): adjust
5438
5439         * bufferview_funcs.C (toggleAndShow): adjust
5440
5441         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5442         (dispatch): adjust
5443
5444         * BufferView.C (removeAutoInsets): adjust
5445         (lockedInsetStoreUndo): adjust
5446
5447 2003-04-09  John Levon  <levon@movementarian.org>
5448
5449         * ToolbarBackend.C: try icon without argument
5450         if with argument fails
5451
5452 2003-04-08  John Levon  <levon@movementarian.org>
5453
5454         * ToolbarBackend.h:
5455         * ToolbarBackend.C: add getIcon(), handle tooltip,
5456         and change from "Icon" to "Item".
5457
5458 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5459
5460         * BufferView.C (lockInset): another bad getchar crunched
5461
5462 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
5463
5464         * text2.C (changeDepth): do not setUndo on test_only (make undo work
5465         again)
5466
5467 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
5468
5469         * lyxfind.C (searchForward, searchBackwards): bug 782
5470
5471 2003-04-07  John Levon  <levon@movementarian.org>
5472
5473         * paragraph.C: remove dead comment
5474
5475         * text.C: remove troublesome depth-fiddling code
5476         in leftMargin() and rightMargin() (bug 1017)
5477
5478         * text.C: fix breaking of rows in nested lists
5479         (bug 1004)
5480
5481         * text2.C (updateCounters): fix up depth values
5482         (bug 1013)
5483
5484 2003-04-07  John Levon  <levon@movementarian.org>
5485
5486         * BufferView_pimpl.C: clear message when doc finishes resizing,
5487         and after a mouse event
5488
5489         * lyxfunc.C: clear message after exiting inset
5490
5491 2003-04-07  John Levon  <levon@movementarian.org>
5492
5493         * bufferview_funcs.C: show math status not outside
5494         status in the statusbar
5495
5496 2003-04-07  John Levon  <levon@movementarian.org>
5497
5498         * lyxfunc.C: note status changed after a depth change
5499
5500 2003-04-04  Angus Leeming  <leeming@lyx.org>
5501
5502         * LaTeX.h: move AuxInfo operator==, != out of line.
5503         Remove LaTeX virtual destructor; nothing derives from it.
5504         Move operator()() out of public area and rename it startscript().
5505         Change protected for private.
5506
5507 2003-04-04  Angus Leeming  <leeming@lyx.org>
5508
5509         * lyxfunc.C:
5510         * text2.C: remove unneeded #includes.
5511
5512 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5513
5514         * text2.C (dEPM): fix the heigth of the next row
5515
5516 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
5517
5518         * text.C: squashed an invalid getChar requester + some ws changes
5519
5520 2003-04-03  John Levon  <levon@movementarian.org>
5521
5522         * bufferview_funcs.h:
5523         * bufferview_funcs.C:
5524         * lyxfunc.C:
5525         * lyxtext.h:
5526         * text2.C: make getStatus work for the env depth lfuns
5527
5528 2003-04-03  John Levon  <levon@movementarian.org>
5529
5530         * bufferview_funcs.h:
5531         * bufferview_funcs.C:
5532         * lyxfunc.C:
5533         * lyxtext.h:
5534         * text2.C: parlistize decDepth(), by merging it with incDepth()
5535
5536 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5537
5538         * lyxrow.h: store a ParagraphList::iterator instead of a
5539         Paragraph* and adjust other class functions to suit.
5540
5541         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
5542         above.
5543
5544 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5545
5546         * text2.C (setCursor): do not anchor to cursor row for the time being
5547
5548 2003-04-02  John Levon  <levon@movementarian.org>
5549
5550         * LyXAction.C:
5551         * lfuns.h:
5552         * lyx_main.C:
5553         * lyxtext.h:
5554         * text.C:
5555         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
5556
5557 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5558
5559         * paragraph.h: make ParagraphList and ParagraphList::iterator
5560         friends of Paragraph.
5561
5562         * buffer.C (makeLinuxDocFile): move towards ParagraphList
5563
5564         * ParagraphList.C: Use the private next_ and previous_ from
5565         Paragraph.
5566
5567 2003-04-01  John Levon  <levon@movementarian.org>
5568
5569         * ToolbarBackend.h:
5570         * ToolbarBackend.C:
5571         * Makefile.am: rename, remove defaults gunk
5572
5573         * MenuBackend.h:
5574         * MenuBackend.C: remove defaults gunk
5575
5576         * Languages.h:
5577         * Languages.C: remove defaults gunk
5578
5579         * lyx_main.h:
5580         * lyx_main.C: error out if files couldn't be found.
5581
5582 2003-04-02  John Levon  <levon@movementarian.org>
5583
5584         * text2.C: make incDepth() use parlist
5585
5586 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5587
5588         * undo_funcs.C (firstUndoParagraph): adjust
5589
5590         * text3.C (gotoInset): adjust
5591         (dispatch): adjust, and rewrite loop.
5592
5593         * text2.C (init): adjust, and rewrite loop.
5594         (redoParagraphs): adjust
5595         (updateInset): adjust, and rewrite loop.
5596         (deleteEmptyParagraphMechanism): adjust
5597
5598         * tabular.C (LyXTabular): adjust
5599         (SetMultiColumn): adjust
5600         (TeXRow): adjust
5601
5602         * lyxtext.[Ch] (ownerParagraph): delete function
5603         (ownerParagraphs): new function returns a ParagraphList.
5604
5605         * BufferView.C (removeAutoInsets): adjust
5606         (insertErrors): adjust
5607         (setCursorFromRow): adjust
5608
5609 2003-04-01  Angus Leeming  <leeming@lyx.org>
5610
5611         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
5612         in the frontends.
5613
5614 2003-04-02  John Levon  <levon@movementarian.org>
5615
5616         * lyxtext.h:
5617         * text.C:
5618         * Makefile.am:
5619         * text_funcs.h:
5620         * text_funcs.C: make transposeChars a free function
5621
5622         * lyxrow_funcs.C: remove wrong comment
5623
5624 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5625
5626         * lyxtext.h: adjust
5627         * rowpainter.C: adjust
5628         * text.C: adjust
5629         * text2.C: adjust
5630         * text3.C: adjust
5631
5632         * lyxrow_funcs. [Ch]: new files
5633
5634         * lyxrow.[Ch]: remove next and previous pointers
5635         (next,previous): remove accessor functions
5636         (isParEnd): move to lyxrow_funcs
5637         (lastPos): move to lyxrow_funcs
5638         (nextRowIsAllInset): move to lyxrow_funcs
5639         (lastPrintablePos): move to lyxrow_funcs
5640         (numberOfSeparators): move to lyxrow_funcs
5641         (numberOfHfills): move to lyxrow_funcs
5642         (numberOfLabelHfills): move to lyxrow_funcs
5643         (hfillExpansion): move to lyxrow_funcs
5644
5645         * lyxfunc.C: adjust
5646
5647         * bufferview_funcs.C (toggleAndShow): adjust
5648
5649         * RowList.h: Remove class RowList from file leave just a
5650         std::list<Row>.
5651
5652         * RowList.C: delete file
5653
5654         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
5655         and lyxrow_funcs.h
5656
5657 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5658
5659         * text3.C (cursorPrevious): adjust
5660         (cursorNext): adjust
5661         (dispatch): adjust
5662
5663         * text2.C (redoHeightOfParagraph): adjust
5664         (redoDrawingOfParagraph): adjust
5665         (setCursor): adjust
5666
5667         * text.C (breakParagraph): adjust
5668         (insertChar): adjust
5669         (backspace): adjust
5670
5671         * rowpainter.C (RowPainter): adjust
5672         (leftMargin): simplify and adjust
5673         (most rowpainter functions): adjust.
5674
5675         * rowpainter.h: store the row as RowList::iterator not as Row*
5676
5677         * lyxcursor.C (row): taka RowList::iterator as arg
5678         (irow): ditto
5679
5680         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
5681         of Row*.
5682
5683 2003-04-01  Angus Leeming  <leeming@lyx.org>
5684
5685         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
5686         stuff like bool Bool.
5687
5688 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
5689
5690         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
5691         rewrite a loop
5692
5693 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5694
5695         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
5696         RowList::iterator.
5697
5698         * lyxtext.h (rows): drop one version and leve a const variant that
5699         returns a RowList::iterator.
5700
5701 2003-03-31  Angus Leeming  <leeming@lyx.org>
5702
5703         * text.C (fill): ensure that the signature is the same as that in the
5704         header file.
5705
5706 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
5707
5708         * text2.C (redoParagraphs): adjust
5709         (updateCounters): adjust
5710         (checkParagraph): adjust
5711         (getColumnNearX): adjust and reformat a bit.
5712
5713         * text.C (top_y): adjust
5714         (workWidth): adjust
5715         (leftMargin): adjust
5716         (prepareToPrint): adjust
5717         (getRow): adjust
5718         (getRowNearY): adjust
5719
5720         * lyxtext.h: make rowlist_ mutable.
5721
5722         * RowList.h: add const_iterator
5723         * RowList.C: adjust for RowList::const_iterator.
5724
5725         * text2.C (getCursorX): make it take a RowList::iterator as arg,
5726         adjust.
5727
5728 2003-03-31  John Levon  <levon@movementarian.org>
5729
5730         * lyxrc.h:
5731         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
5732
5733         * lyx_main.C: set default fonts from using lyx_gui funcs
5734
5735         * exporter.C: pdf_mode moved from lyxrc
5736
5737         * lyx_cb.C:
5738         * lyxfunc.C: changes from above
5739
5740 2003-03-31  John Levon  <levon@movementarian.org>
5741
5742         * lyx_main.C: fix to the last fix
5743
5744 2003-03-31  John Levon  <levon@movementarian.org>
5745
5746         * bufferlist.C: "Load original" -> "Load Original"
5747
5748         * converter.C:
5749         * exporter.C:
5750         * importer.C:
5751         * lyx_main.C:
5752         * format.C: more Alert cleanups
5753
5754 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5755
5756         * text2.C (removeParagraph): make it take a RowList::iterator as
5757         arg, adjust.
5758         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
5759         (postRowPaint): make it take a RowList::iterator as arg, adjust.
5760
5761         * text.C (anchor_row): make it take a RowList::iterator as arg,
5762         adjust.
5763         (computeBidiTables): make it take a const reference to Row instead
5764         of Row pointer, adjust.
5765         (leftMargin): make it take a RowList::iterator as arg, adjust.
5766         (rowBreakPoint): adjust
5767         (breakAgainOneRow): make it take a RowList::iterator as arg,
5768         adjust.
5769         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
5770
5771         * bufferview_funcs.C (toggleAndShow): adjust
5772
5773 2003-03-30  John Levon  <levon@movementarian.org>
5774
5775         * Makefile.am:
5776         * BoostFormat.h:
5777         * boost-inst.C: moved to support
5778
5779         * several files: changes as a result
5780
5781 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5782
5783         * text2.C (LyXText): adjust.
5784         (init): adjust
5785         (removeRow): make it take a RowList::iterator as arg, adjust.
5786         (fullRebreak): adjust
5787         (deleteEmptyParagraphMechanism): adjust
5788         (clearPaint): adjust
5789         (postPaint): adjust
5790
5791         * text.C (top_y): adjust
5792         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
5793         (breakAgain): make it take a RowList::iterator as arg, adjust.
5794         (breakParagraph): adjust
5795         (insertChar): adjust
5796         (backspace): adjust
5797
5798         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
5799         need_break_row, and refresh_row.
5800
5801         * text3.C (dispatch): adjust
5802
5803         * text2.C (checkParagraph): adjust
5804         (setCursor): adjust
5805         (setCursorFromCoordinates): adjust
5806
5807         * text.C (top_y): adjust
5808         (workWidth): adjust
5809         (getRow): make it return a RowList::iterator, adjust
5810         (getRowNearY): make it return a RowList::iterator, adjust
5811
5812         * text2.C (init): adjust
5813         (insertRow): remove function
5814         (insertParagraph): adjust
5815         (redoParagraphs): adjust
5816         (fullRebreak): adjust
5817         (updateCounters): adjust
5818
5819         * text.C (top_y): rewrite to use RowList iterators.
5820         (top_y): adjust
5821         (setHeightOfRow): rewrite to sue RowList iterators.
5822         (appendParagraph): adjust
5823         (breakAgain): adjust
5824         (breakAgainOneRow): adjust
5825         (breakParagraph): adjust
5826         (getRow): adjust
5827         (getRowNearY): adjust, and remove commented code.
5828
5829         * lyxtext.h (firstRow): delete function
5830         (lastRow): delete function
5831         (rows): new function (const and non-const versions.)
5832         (insertRow): delete function
5833
5834         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
5835
5836 2003-03-29  John Levon  <levon@movementarian.org>
5837
5838         * BufferView_pimpl.C: always update scrollbar top
5839         because pasting text when we're anchored could mean we
5840         miss an update altogether
5841
5842 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5843
5844         * text2.C (init): use rowlist_.end() and not 0.
5845         (insertRow): change to take a RowList::iterator as arg, adjust
5846         for this.
5847         (insertParagraph): change to take a RowList::iterator as arg,
5848         adjust for this.
5849         (redoParagraphs): remove some debug msgs.
5850
5851         * text.C (appendParagraph): change to take a RowList::iterator
5852         arg, adjust for this.
5853         (breakAgain): add an assert
5854         (breakAgainOneRow): ditto
5855
5856 2003-03-29  John Levon  <levon@movementarian.org>
5857
5858         * text2.C: do not clear selection after inc/decDepth
5859         (bug 550)
5860
5861 2003-03-29  John Levon  <levon@movementarian.org>
5862
5863         * BufferView.C:
5864         * buffer.C: fix broken strerrors according to Lars
5865
5866 2003-03-29  John Levon  <levon@movementarian.org>
5867
5868         * converters.C: more Alert cleanups
5869
5870 2003-03-29  John Levon  <levon@movementarian.org>
5871
5872         * bufferview_funcs.C: remove pointless Alert
5873
5874         * buffer.C: fix confusing error message when
5875         a template is chmoded 000
5876
5877 2003-03-29  John Levon  <levon@movementarian.org>
5878
5879         * BufferView.C:
5880         * BufferView.h:
5881         * BufferView_pimpl.C: Alert fixes
5882
5883         * Makefile.am:
5884         * tabular.C:
5885         * tabular-old.C: remove unused table compat reading
5886
5887 2003-03-29  John Levon  <levon@movementarian.org>
5888
5889         * BufferView.C:
5890         * buffer.C:
5891         * lyx_cb.h:
5892         * lyx_cb.C: more Alert cleanups
5893
5894         * lyxfunc.C: don't allow chktex if not latex document
5895
5896 2003-03-29  John Levon  <levon@movementarian.org>
5897
5898         * lyx_cb.C:
5899         * BufferView.C:
5900         * buffer.C: warnings pushed down from support/,
5901         kill err_alert
5902
5903 2003-03-29  John Levon  <levon@movementarian.org>
5904
5905         * lyxfunc.C: safety check for C-r (revert)
5906
5907 2003-03-29  John Levon  <levon@movementarian.org>
5908
5909         * bufferlist.h:
5910         * bufferlist.C: several UI fixes using Alert::prompt.
5911         Fix the pointless looping quit code. Fix stupid revert
5912         behaviour (bug 938)
5913
5914         * lyxvc.h:
5915         * lyxvc.C:
5916         * lyx_cb.C: use Alert::prompt
5917
5918         * lyx_main.C: remove a silly question
5919
5920         * lyxfunc.C: remove a couple of silly questions,
5921         use Alert::prompt
5922
5923 2003-03-28  John Levon  <levon@movementarian.org>
5924
5925         * text2.C: fix bug 974 (End on empty par)
5926
5927 2003-03-28  John Levon  <levon@movementarian.org>
5928
5929         * BufferView_pimpl.C:
5930         * LyXAction.C:
5931         * lfuns.h: remove do-nothing math greek lfuns
5932
5933 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5934
5935         * lyxgluelength.h (isValidGlueLength): add default arg on
5936         parameter 2. Remove default arg from friend in class.
5937
5938         * lyxlength.h (isValidLength): add default arg on parameter 2.
5939         Remove default arg from friend in class.
5940
5941         * text2.C (LyXText): adjust, initialize refresh_row.
5942         (init): adjust
5943         (removeRow): adjust
5944         (insertRow): adjust
5945         (insertParagraph): adjst
5946         (redoParagraphs): adjust
5947         (fullRebreak): adjust
5948         (updateCounters): adjust
5949         (deleteEmptyParagraphMechanism): first attempt at fixing a
5950         crashing bug.
5951
5952         * text.C (top_y): adjust
5953         (setHeightOfRow): adjust
5954         (getRow): adjust
5955         (getRowNearY): adjust
5956
5957         * lyxtext.h: include RowList.h
5958         (~LyXText): not needed anymore, deleted.
5959         (firstRow): modify for RowList
5960         (lastRow): new function
5961         Delete firstrow and lastrow class variables, add a Rowlist
5962         rowlist_ class variable.
5963
5964         * lyxrow.C (lastPos): use empty() and not !size() to check if a
5965         paragraph is empty.
5966
5967         * RowList.C (insert): fix case where it == begin().
5968
5969 2003-03-26  Angus Leeming  <leeming@lyx.org>
5970
5971         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
5972         the thesaurus dialog.
5973
5974 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5975
5976         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
5977
5978         * RowList.[Ch]: new files
5979
5980         * ParagraphList.C (erase): handle the case where it == begin
5981         correctly.
5982
5983 2003-03-25  John Levon  <levon@movementarian.org>
5984
5985         * Makefile.am:
5986         * aspell_local.h:
5987         * aspell.C: add new aspell support
5988
5989         * lyxrc.h:
5990         * lyxrc.C: Make use_pspell be use_spell_lib. Always
5991         have it accessible.
5992
5993 2003-03-25  Angus Leeming  <leeming@lyx.org>
5994
5995         * lfuns.h:
5996         * LyXAction.C (init): new LFUN_INSET_INSERT.
5997
5998         * BufferView_pimpl.C (dispatch): split out part of the
5999         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6000
6001         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6002         LFUN_INSET_APPLY.
6003
6004 2003-03-25  Angus Leeming  <leeming@lyx.org>
6005
6006         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6007
6008 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6009
6010         * text2.C:
6011         * text3.C: remove useless row->height(0)
6012
6013 2003-03-25  John Levon  <levon@movementarian.org>
6014
6015         * lyxtext.h:
6016         * text2.C:
6017         * text3.C: rename the refreshing stuff to better names
6018
6019 2003-03-24  John Levon  <levon@movementarian.org>
6020
6021         * BufferView_pimpl.h:
6022         * BufferView_pimpl.C: update layout choice on a mouse
6023         press/release
6024
6025 2003-03-23  John Levon  <levon@movementarian.org>
6026
6027         * Makefile.am: fix commandtags.h reference
6028
6029 2003-03-22  John Levon  <levon@movementarian.org>
6030
6031         * BufferView_pimpl.C:
6032         * lyxtext.h:
6033         * rowpainter.C:
6034         * rowpainter.h:
6035         * text.C:
6036         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
6037
6038 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
6039
6040         * lyxtext.h:
6041         * text.C: take the rtl methods out of line
6042
6043 2003-03-21 André Pönitz <poenitz@gmx.net>
6044
6045         * metricsinfo.[Ch]: new files containing structures to be passed around
6046         during the two-phase-drawing...
6047
6048 2003-03-21 André Pönitz <poenitz@gmx.net>
6049
6050         * lyxtextclass.C: read 'environment' tag.
6051
6052 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
6053
6054         * text2.C (removeRow): fix bug 964
6055
6056 2003-03-20  John Levon  <levon@movementarian.org>
6057
6058         * rowpainter.C:
6059         * text.C:
6060         * text2.C: paint cleanups. Inset::update() dropped font
6061         parameter
6062
6063 2003-03-19  John Levon  <levon@movementarian.org>
6064
6065         * lyxfunc.C: only fitcursor/markDirty if available()
6066
6067 2003-03-19  John Levon  <levon@movementarian.org>
6068
6069         * commandtags.h: rename to ...
6070
6071         * lfuns.h: ... this, and renumber / cleanup
6072
6073 2003-03-19  John Levon  <levon@movementarian.org>
6074
6075         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
6076         fit the cursor after an lfun
6077
6078         * BufferView.h:
6079         * BufferView.C:
6080         * BufferView_pimpl.h:
6081         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
6082
6083         * LyXAction.C: layout-character should have ReadOnly
6084
6085         * ParagraphParameters.C:
6086         * buffer.C:
6087         * bufferview_funcs.C:
6088         * lyx_cb.C:
6089         * lyxfind.C:
6090         * lyxtext.h:
6091         * text.C:
6092         * text2.C:
6093         * text3.C:
6094         * undo_funcs.C: changes from above
6095
6096 2003-03-18  John Levon  <levon@movementarian.org>
6097
6098         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
6099         remove it from update()
6100
6101         * lyxfunc.C: update layout choice after an lfun
6102
6103         * text3.C: remove extra updateLayoutChoice()s
6104
6105 2003-03-18  John Levon  <levon@movementarian.org>
6106
6107         * text.C: top_y change means full repaint, fix
6108         a drawing bug with cursor movement
6109
6110 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6111
6112         * lyxtext.h:
6113         * text.C:
6114         * text2.C: anchor row on setCursor
6115
6116 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
6117
6118         * lyxtext.h: remove almost all mutable keywords
6119         * text.C:
6120         * text2.C:
6121         * text3.C: remove const keywords accordingly
6122
6123 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6124
6125         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
6126         anon namespace
6127         (TeXEnvironment): ditto
6128         (TeXOnePar): ditto
6129
6130 2003-03-17  John Levon  <levon@movementarian.org>
6131
6132         * text.C (rowBreakPoint): remove attempt to fix displayed
6133         math insets inside a manual label
6134
6135 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6136
6137         * lyxtext.h: remove BufferView* as first arg from almost all class
6138         functions.
6139         * other files: adjust.
6140
6141 2003-03-17  John Levon  <levon@movementarian.org>
6142
6143         * lyxtext.h:
6144         * undo_funcs.C:
6145         * text2.C: more paint cleanups
6146
6147         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
6148
6149         * rowpainter.h:
6150         * rowpainter.C: remove "smart" background painting code
6151
6152 2003-03-16  John Levon  <levon@movementarian.org>
6153
6154         * lyxtext.h:
6155         * text.C:
6156         * text2.C:
6157         * text3.C: add helper functions for setting refresh_row/y
6158
6159 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
6160
6161         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
6162         newline inset which *can* get inserted in the pass_thru layouts.
6163         This is primarily for literate documents.
6164
6165 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
6166
6167         * buffer.C: increment LYX_FORMAT to 223
6168
6169 2003-03-14 André Pönitz <poenitz@gmx.net>
6170
6171         * textclass.h: prepare for environment handling, ws changes
6172         * lyxlayout.C: read latexheader and latexfooter tags
6173
6174 2003-03-14  John Levon  <levon@movementarian.org>
6175
6176         * text2.C: rewrite ::status() a bit
6177
6178 2003-03-13  John Levon  <levon@movementarian.org>
6179
6180         * lyxtext.h: add some docs
6181
6182 2003-03-13  John Levon  <levon@movementarian.org>
6183
6184         * lyxtext.h:
6185         * text.C:
6186         * text2.C:
6187         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
6188
6189 2003-03-13  John Levon  <levon@movementarian.org>
6190
6191         * text3.C: fix appendix redrawing
6192
6193 2003-03-13  John Levon  <levon@movementarian.org>
6194
6195         * text.C (setHeightOfRow):
6196         * rowpainter.h:
6197         * rowpainter.C: make appendix mark have the text
6198           "Appendix" so the user knows what it is
6199
6200         * LColor.h:
6201         * LColor.C: s/appendixline/appendix/ from above
6202
6203 2003-03-13  John Levon  <levon@movementarian.org>
6204
6205         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
6206
6207         * text.C: fix a getChar(pos) bug properly
6208
6209 2003-03-13  Angus Leeming  <leeming@lyx.org>
6210
6211         * commandtags.h:
6212         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
6213         Probably only temporary. Let's see how things pan out.
6214
6215         * BufferView.C (unlockInset):
6216         * BufferView_pimpl.C (fitCursor):
6217         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
6218
6219         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
6220         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
6221
6222         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
6223         new functions that convert ParagraphParameters to and from a string.
6224
6225         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
6226         BufferView::Pimpl's dispatch.
6227         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
6228
6229 2003-03-13 André Pönitz <poenitz@gmx.net>
6230
6231         * lyxfunc.C:
6232         * text3.C:
6233         * factory.C: make it aware of InsetEnv
6234
6235 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6236
6237         * text2.C (setCursor): never ask for one past last
6238         (setCursor): add some debugging messages.
6239
6240         * text.C (singleWidth): never ask for one past last
6241         (singleWidth): ditto
6242         (leftMargin): ditto
6243         (rightMargin): ditto
6244         (rowBreakPoint): ditto
6245         (setHeightOfRow): ditto
6246         (prepareToPrint): ditto
6247
6248         * rowpainter.C (paintBackground): never ask for one past last
6249         (paintText): never ask for one past last
6250
6251         * paragraph_pimpl.C (getChar): make the assert stricter, never
6252         allow the one past last pos to be taken
6253
6254         * paragraph.C (getChar): ws changes only
6255
6256         * lyxrow.C (nextRowIsAllInset): never ask for one past last
6257         (numberOfSeparators): ditto
6258         (numberOfHfills): ditto
6259
6260 2003-03-12  John Levon  <levon@movementarian.org>
6261
6262         * author.h:
6263         * author.C:
6264         * bufferparams.h:
6265         * bufferparams.C:
6266         * paragraph_funcs.C: fix per-buffer authorlists
6267
6268 2003-03-12  John Levon  <levon@movementarian.org>
6269
6270         * text.C: fix newline in right address
6271
6272 2003-03-12  Angus Leeming  <leeming@lyx.org>
6273
6274         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
6275         duplicate those in LyXFunc::dispatch.
6276
6277         * commandtags.h:
6278         * LyXAction.C:
6279         * ToolbarDefaults.C:
6280         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
6281         Add LFUN_FONTFREE_UPDATE.
6282
6283         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
6284         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
6285
6286         * bufferview_func.[Ch]: several new functions to facilliate
6287         transfer of data to and from the character dialog.
6288
6289 2003-03-12  John Levon  <levon@movementarian.org>
6290
6291         * buffer.C:
6292         * paragraph.h:
6293         * paragraph.C:
6294         * paragraph_funcs.C:
6295         * paragraph_pimpl.C:
6296         * sgml.C:
6297         * tabular.C:
6298         * text.C:
6299         * text3.C: remove META_NEWLINE in favour of an inset
6300
6301         * rowpainter.h:
6302         * rowpainter.C: remove paintNewline (done by inset)
6303
6304 2003-03-12  John Levon  <levon@movementarian.org>
6305
6306         * paragraph_pimpl.C: complain about bad getChar()s
6307         for a while at least
6308
6309 2003-03-12  John Levon  <levon@movementarian.org>
6310
6311         * buffer.h:
6312         * buffer.C: move paragraph read into a separate function,
6313         a little renaming to reflect that.
6314
6315         * bufferparams.h:
6316         * bufferparams.C: remove the author_ids map, not necessary now
6317
6318         * factory.h:
6319         * factory.C: moved Buffer::readInset to here
6320
6321         * paragraph_funcs.h:
6322         * paragraph_funcs.C: readParagraph free function moved from
6323         buffer.C
6324
6325         * tabular.C: name change
6326
6327 2003-03-12  John Levon  <levon@movementarian.org>
6328
6329         * buffer.C:
6330         * ParagraphParameters.C: move par params input to
6331         a read() method
6332
6333         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
6334         behave like a normal read from the stream wrt reading
6335         a line vs. a \\token
6336
6337 2003-03-12  John Levon  <levon@movementarian.org>
6338
6339         * paragraph.C:
6340         * ParagraphParameters.h:
6341         * ParagraphParameters.C: move output code to a
6342         ::write() method
6343
6344 2003-03-12  John Levon  <levon@movementarian.org>
6345
6346         * BufferView.C (insertLyXFile):
6347         * buffer.h:
6348         * buffer.C:
6349         * tabular.C: use a parlist iterator for creating the
6350           document.
6351
6352 2003-03-12  John Levon  <levon@movementarian.org>
6353
6354         * buffer.C: make current_change static local not
6355           static file-scope
6356
6357 2003-03-12  John Levon  <levon@movementarian.org>
6358
6359         * buffer.C: fix insertStringAsLines for change tracking
6360
6361 2003-03-12  John Levon  <levon@movementarian.org>
6362
6363         * BufferView.C:
6364         * tabular.C:
6365         * buffer.h:
6366         * buffer.C:
6367         * bufferparams.h:
6368         * bufferparams.C: move author list into params. Rename some
6369           functions. Move the header reading into a separate token
6370           loop. Move the header token reading into BufferParams.
6371
6372 2003-03-12  John Levon  <levon@movementarian.org>
6373
6374         * changes.C: put debug inside lyxerr.debugging() checks
6375
6376 2003-03-11 André Pönitz <poenitz@gmx.net>
6377
6378         * factory.C: make it aware of InsetHFill
6379
6380 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6381
6382         * buffer.C (latexParagraphs): move function from here...
6383         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
6384         args.
6385
6386 2003-03-10  Angus Leeming  <leeming@lyx.org>
6387
6388         * LyXAction.C (init): fix bug in poplating array with multiple entries
6389         with the same LFUN (spotted by JMarc).
6390
6391 2003-03-10  John Levon  <levon@movementarian.org>
6392
6393         * text.C:
6394         * text2.C: move getColumnNearX() near its
6395         only call site
6396
6397 2003-03-10  John Levon  <levon@movementarian.org>
6398
6399         * text.C: fix break before a minipage
6400
6401 2003-03-10  John Levon  <levon@movementarian.org>
6402
6403         * text.C: fix the last commit
6404
6405 2003-03-09  John Levon  <levon@movementarian.org>
6406
6407         * lyxtext.h:
6408         * text.C:
6409         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
6410         bug 365 (don't break before insets unless needed). Don't
6411         return a value > last under any circumstances.
6412
6413 2003-03-09  Angus Leeming  <leeming@lyx.org>
6414
6415         * BufferView_pimpl.C (trackChanges, dispatch): call
6416         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
6417
6418 2003-03-09  Angus Leeming  <leeming@lyx.org>
6419
6420         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
6421         than Dialogs::showAboutlyx().
6422
6423 2003-03-09  Angus Leeming  <leeming@lyx.org>
6424
6425         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
6426         than Dialogs::showTabularCreate().
6427
6428 2003-03-09  John Levon  <levon@movementarian.org>
6429
6430         * lyxtext.h:
6431         * text.C:
6432         * text2.C: 3rd arg to nextBreakPoint was always the same.
6433           Use references.
6434
6435 2003-03-08  John Levon  <levon@movementarian.org>
6436
6437         * lyxrow.C:
6438         * paragraph.C:
6439         * paragraph.h:
6440         * rowpainter.C:
6441         * text.C:
6442         * text2.C: Remove the "main" bit from the "main body"
6443           notion.
6444
6445 2003-03-08  John Levon  <levon@movementarian.org>
6446
6447         * text.C (leftMargin): The left margin of an empty
6448         manual label paragraph should not include the label width
6449         string length.
6450
6451         * text.C (prepareToPrint): don't attempt to measure hfills
6452         for empty manual label paragraphs - the answer should be 0
6453
6454 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6455
6456         * CutAndPaste.C: remove commented code and reindent.
6457
6458 2003-03-08  John Levon  <levon@movementarian.org>
6459
6460         * lyxfunc.h:
6461         * lyxfunc.C: move reloadBuffer()
6462
6463         * BufferView.h:
6464         * BufferView.C: to here
6465
6466         * lyxvc.C: add comment
6467
6468         * vc-backend.h:
6469         * vc-backend.C: call bv->reload() to avoid
6470           getStatus() check on MENURELOAD
6471
6472 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
6473
6474         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
6475         to an old format .dep file.
6476
6477 2003-03-07  Angus Leeming  <leeming@lyx.org>
6478
6479         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
6480         when the LFUN_MOUSE_RELEASE should have been handled by
6481         inset->localDispatch.
6482
6483 2003-03-07  Angus Leeming  <leeming@lyx.org>
6484
6485         * BufferView_pimpl.C (dispatch):
6486         * LyXAction.C (init):
6487         * ToolbarDefaults.C (init):
6488         * commandtags.h:
6489         * lyxfunc.C (getStatus):
6490         remove LFUN_INSET_GRAPHICS.
6491
6492         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
6493
6494 2003-03-07  Angus Leeming  <leeming@lyx.org>
6495
6496         * commandtags.h:
6497         * LyXAction.C (init):
6498         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
6499
6500         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
6501
6502         * commandtags.h:
6503         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
6504
6505         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
6506         localDispatch method LFUN_INSET_DIALOG_UPDATE.
6507
6508 2003-03-07  Angus Leeming  <leeming@lyx.org>
6509
6510         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
6511         remove "ert".
6512
6513 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6514
6515         * ParagraphList.C (front): new function
6516         (back): implement
6517
6518 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
6519
6520         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
6521         and top_row_offset_. removed var first_y.
6522         * text.C (top_y):
6523         * text2.C (LyXText, removeRow):
6524         * text3.C:
6525         * BufferView_pimpl.C:
6526         use these methods instead of using first_y
6527
6528 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6529
6530         * text2.C (pasteSelection): adjust for checkPastePossible
6531
6532         * CutAndPaste.C: remove Paragraph * buf and replace with
6533         ParagraphList paragraphs.
6534         (DeleteBuffer): delete
6535         (cutSelection): change the tc type to textclass_type
6536         (copySelection): change the tc type to textclass_type
6537         (copySelection): adjust for ParagraphList
6538         (pasteSelection): change the tc type to textclass_type
6539         (pasteSelection): adjust for Paragraphlist
6540         (nrOfParagraphs): simplify for ParagraphList
6541         (checkPastePossible): simplify for ParagraphList
6542         (checkPastePossible): remove unused arg
6543
6544         * ParagraphList.C (insert): handle the case where there are no
6545         paragraphs yet.
6546
6547         * CutAndPaste.h: make CutAndPaste a namespace.
6548
6549         * text3.C (dispatch): adjust
6550
6551         * text.C (breakParagraph): add a ParagraphList as arg
6552
6553         * paragraph_funcs.C (breakParagraph): change to take a
6554         BufferParams and a ParagraphList as args.
6555         (breakParagraphConservative): ditto
6556         (mergeParagraph): ditto
6557         (TeXDeeper): add a ParagraphList arg
6558         (TeXEnvironment): ditto
6559         (TeXOnePar): ditto
6560
6561         * buffer.C (readLyXformat2): adjust
6562         (insertStringAsLines): adjust
6563         (latexParagraphs): adjust
6564
6565         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
6566         (cutSelection): adjust
6567         (pasteSelection): adjust
6568
6569         * BufferView_pimpl.C (insertInset): adjust
6570
6571 2003-03-05  Angus Leeming  <leeming@lyx.org>
6572
6573         * commandtags.h:
6574         * LyXAction.C (init):
6575         * BufferView_pimpl.C (dispatch):
6576         * lyxfunc.C (getStatus):
6577         remove LFUN_CHILD_INSERT.
6578
6579         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
6580
6581 2003-03-05  Angus Leeming  <leeming@lyx.org>
6582
6583         * commandtags.h:
6584         * LyXAction.C (init):
6585         * src/factory.C (createInset):
6586         * lyxfunc.C (getStatus):
6587         * text3.C (dispatch):
6588         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
6589
6590         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
6591
6592 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6593
6594         * ParagraphList.C (insert): handle insert right before end()
6595         (erase): fix cases where it can be first or last paragraph.
6596
6597 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6598
6599         * paragraph_funcs.C (TeXEnvironment): remove all usage of
6600         Paragraph::next and Paragraph::previous
6601         (TeXOnePar): ditto
6602
6603         * text.C (breakParagraph): adjust
6604
6605         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
6606         BufferParams& as arg.
6607         (breakParagraph): use ParagraphList::insert
6608         (breakParagraphConservative): take a Buffer* instead of a
6609         BufferParams& as arg.
6610         (breakParagraphConservative): use ParagraphList::insert.
6611
6612         * buffer.C (insertStringAsLines): un-const it
6613         (insertStringAsLines): adjust
6614
6615         * ParagraphList.C (insert): new function
6616
6617         * CutAndPaste.C (pasteSelection): adjust
6618
6619         * text.C (backspace): adjust
6620
6621         * tabular.C (SetMultiColumn): adjust
6622
6623         * CutAndPaste.C (cutSelection): adjust
6624         (pasteSelection): adjust
6625
6626         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
6627         Buffer const * as arg
6628
6629         * ParagraphList.C (erase): new function
6630         * paragraph_funcs.C (mergeParagraph): use it
6631         (mergeParagraph): make it take a Buffer* instead of a
6632         BufferParams* as arg
6633
6634         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
6635         as arg
6636         (breakParagraphConservative): ditto
6637
6638         * paragraph.h: remove the breakParagraph friend
6639
6640         * paragraph.C (eraseIntern): new function
6641         (setChange): new function
6642
6643         * paragraph_funcs.C (mergeParagraph): make it take a
6644         ParagraphList::iterator instead of a Paragraph *, adjust
6645         accordingly.
6646
6647         * paragraph.h: move an #endif so that the change tracking stuff
6648         also works in the NO_NEXT case.
6649
6650 2003-03-04  Angus Leeming  <leeming@lyx.org>
6651
6652         * commandtags.h:
6653         * LyXAction.C: new LFUN_INSET_MODIFY.
6654
6655         * BufferView_pimpl.C (dispatch): if an inset is found to be open
6656         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
6657
6658 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6659
6660         * several files: ws changes only
6661
6662         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
6663         (TeXEnvironment): ditto
6664         (TeXDeeper): ditto
6665
6666         * buffer.C (makeLaTeXFile): adjust
6667         (latexParagraphs): make it take ParagraphList::iterator as args
6668
6669 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6670
6671         * buffer.C (latexParagraphs): adjust
6672
6673         * paragraph.C (TeXOnePar): move function...
6674         (optArgInset): move function...
6675         (TeXEnvironment): move function...
6676         * paragraph_pimpl.C (TeXDeeper): move function...
6677         * paragraph_funcs.C: ...here
6678
6679         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
6680
6681 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6682
6683         * buffer.C (readInset): remove compability code for old Figure and
6684         InsetInfo insets
6685
6686 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6687
6688         * buffer.C: ws changes
6689         (readInset):
6690
6691         * BufferView_pimpl.C: ditto
6692         * author.C: ditto
6693         * buffer.h: ditto
6694         * bufferlist.h: ditto
6695         * changes.h: ditto
6696         * lyxfunc.C: ditto
6697
6698 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
6699
6700         * converter.[Ch]: split into itself +
6701         * graph.[Ch]
6702         * format.[Ch]
6703         * Makefile.am: += graph.[Ch] + format.[Ch]
6704         * MenuBackend.C
6705         * buffer.C
6706         * exporter.C
6707         * importer.C
6708         * lyx_main.C
6709         * lyxfunc.C
6710         * lyxrc.C: added #include "format.h"
6711
6712 2003-02-27  Angus Leeming  <leeming@lyx.org>
6713
6714         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
6715           a label.
6716
6717         * factory.C (createInset): add "label" to the factory.
6718
6719         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
6720           string and do no more.
6721
6722 2003-02-27  Angus Leeming  <leeming@lyx.org>
6723
6724         * commandtags.h:
6725         * LyXAction.C (init):
6726         * factory.C (createInset):
6727         * BufferView_pimpl.C (dispatch):
6728           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
6729
6730         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
6731
6732         * lyxfunc.C (dispatch):
6733         * text3.C (dispatch): pass name to params2string.
6734
6735 2003-02-26  Angus Leeming  <leeming@lyx.org>
6736
6737         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
6738           blocks together.
6739           Rearrange the ~includes. Strip out the unnecessary ones.
6740
6741         * factory.C (createInset): reformat.
6742           create new insets for the various LFUN_XYZ_APPLY lfuns.
6743
6744 2003-02-26  John Levon  <levon@movementarian.org>
6745
6746         * lyxrow.h:
6747         * lyxrow.C: add isParStart,isParEnd helpers
6748
6749         * paragraph.h: make isInserted/DeletedText take refs
6750
6751         * paragraph_funcs.h:
6752         * paragraph_funcs.C: remove #if 0'd code
6753
6754         * lyxtext.h:
6755         * text3.C:
6756         * text2.C:
6757         * text.C: use lyxrow helpers above.
6758           Move draw and paint routines to RowPainter.
6759           Make several methods use refs not pointers.
6760           Make backgroundColor() const.
6761           Add markChangeInDraw(), isInInset().
6762           Merge changeRegionCase into changeCase.
6763           Make workWidth() shouldn't-happen code into an Assert.
6764
6765         * rowpainter.h:
6766         * rowpainter.C: new class for painting a row.
6767
6768         * vspace.h:
6769         * vspace.C: make inPixels take a ref
6770
6771 2003-02-26  Angus Leeming  <leeming@lyx.org>
6772
6773         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
6774         LFUN_REF_APPLY.
6775
6776 2003-02-25  John Levon  <levon@movementarian.org>
6777
6778         * ispell.C: give the forked command a more accurate name
6779
6780 2003-02-22  John Levon  <levon@movementarian.org>
6781
6782         * toc.h:
6783         * toc.C: make TocItem store an id not a Paragraph *
6784           (bug #913)
6785
6786 2003-02-21  Angus Leeming  <leeming@lyx.org>
6787
6788         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
6789           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
6790           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
6791           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
6792           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
6793           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
6794
6795         * BufferView_pimpl.C (dispatch):
6796         * LyXAction.C (init):
6797         * factory.C (createInset):
6798         * lyxfunc.C (getStatus, dispatch):
6799         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
6800
6801 2003-02-21  Angus Leeming  <leeming@lyx.org>
6802
6803         * BufferView_pimpl.C (MenuInsertLyXFile):
6804         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
6805         * lyxfunc.C (menuNew, open, doImport):
6806           no longer pass a LyXView & to fileDlg.
6807
6808 2003-02-21  Angus Leeming  <leeming@lyx.org>
6809
6810         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
6811         * LyXAction.C: change, BIBKEY to BIBITEM.
6812         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
6813         Change InsetBibKey to InsetBibitem.
6814         Change BIBKEY_CODE to BIBITEM_CODE.
6815         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6816         * factory.C: replace insetbib.h with insetbibitem.h.
6817         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6818         * paragraph.C: replace insetbib.h with insetbibitem.h.
6819         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
6820         Change bibkey() to bibitem().
6821         * text.C: remove insetbib.h.
6822         * text2.C: replace insetbib.h with insetbibitem.h.
6823         change bibkey() to bibitem().
6824         * text3.C: remove insetbib.h.
6825         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
6826
6827 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6828
6829         * lyxrc.C (output): enclose user email in quotes (in case there are
6830         several words)
6831
6832 2003-02-18  John Levon  <levon@movementarian.org>
6833
6834         * buffer.h: add std::
6835
6836 2003-02-17  John Levon  <levon@movementarian.org>
6837
6838         * SpellBase.h:
6839         * ispell.h:
6840         * ispell.C:
6841         * pspell.h:
6842         * pspell.C: reworking. Especially in ispell, a large
6843           number of clean ups and bug fixes.
6844
6845         * lyxfunc.C: fix revert to behave sensibly
6846
6847 2003-02-17 André Pönitz <poenitz@gmx.net>
6848
6849         * LyXAction.C:
6850         * commandtags.h: new LFUN_INSERT_BIBKEY
6851
6852         * layout.h:
6853         * lyxlayout.C:
6854         * buffer.C:
6855         * factory.C:
6856         * text.C:
6857         * text2.C:
6858         * text3.C:
6859         * paragraph.[Ch]:
6860         * paragraph_func.C: remove special bibkey handling
6861
6862 2003-02-17  John Levon  <levon@movementarian.org>
6863
6864         * text.C (Delete): fix case where delete at the end of
6865           the very first paragraph would not merge the pars
6866
6867 2003-02-17  John Levon  <levon@movementarian.org>
6868
6869         * lyxrow.C: fix lastPrintablePos()
6870
6871 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6872
6873         * bufferparams.C (writeLaTeX): add a std:here
6874
6875         * buffer.C: and remove a using directive there
6876
6877 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6878
6879         * buffer.C (makeLaTeXFile): move the code that generates the
6880           preamble...
6881
6882         * bufferparams.C (writeLaTeX): ... in this new method
6883
6884         * LaTeXFeatures.C (getEncodingSet): make const
6885           (getLanguages): make const
6886
6887         * MenuBackend.C (binding): returns the binding associated to this
6888           action
6889           (add): sets the status of each item by calling getStatus. Adds
6890           some intelligence.
6891           (read): add support for OptSubMenu
6892           (expand): remove extra separator at the end of expanded menu
6893
6894 2003-02-15  John Levon  <levon@movementarian.org>
6895
6896         * BufferView.C:
6897         * BufferView_pimpl.C:
6898         * bufferlist.h:
6899         * bufferlist.C: remove pointless BufferStorage bloat. Remove
6900           inset code that had no actual effect. Remove unneeded status
6901           code.
6902
6903 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6904
6905         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
6906           in preamble
6907
6908 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
6909
6910         * text.C (drawLengthMarker): also draw an arrow marker for
6911           symbolic lengths (medskip...)
6912
6913 2003-02-14  John Levon  <levon@movementarian.org>
6914
6915         * tabular.h:
6916         * tabular.C: better method names
6917
6918 2003-02-14  John Levon  <levon@movementarian.org>
6919
6920         * BufferView_pimpl.C:
6921         * bufferlist.C:
6922         * buffer.C:
6923         * converter.C:
6924         * lyx_cb.C:
6925         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
6926           it's a more accurate name. Remove some pointless uses.
6927
6928 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6929
6930         * text2.C (LyXText): change order of initilizers to shut off
6931           warnings
6932
6933 2003-02-14  John Levon  <levon@movementarian.org>
6934
6935         * buffer.C: use ParIterator for getParFromID()
6936
6937         * paragraph.h:
6938         * paragraph.C:
6939         * paragraph_pimpl.h:
6940         * paragraph_pimpl.C: remove unused getParFromID()
6941
6942 2003-02-14  John Levon  <levon@movementarian.org>
6943
6944         * buffer.C: remove some very old #if 0'd parse code
6945
6946 2003-02-13  John Levon  <levon@movementarian.org>
6947
6948         * text.h:
6949         * text.C:
6950         * text2.C: move hfillExpansion(), numberOfSeparators(),
6951           rowLast(), rowLastPrintable(), numberofHfills(),
6952           numberOfLabelHfills() ...
6953
6954         * lyxrow.h:
6955         * lyxrow.C: ... to member functions here.
6956
6957         * paragraph.h:
6958         * paragraph.C:
6959         * lyxtext.h:
6960         * text.C: remove LyXText::beginningOfMainBody(), and call
6961           p->beginningOfMainBody() directly. Move the check for
6962           LABEL_MANUAL into the latter.
6963
6964         * text.h:
6965         * text.C:
6966         * text2.C:
6967         * vspace.C:
6968         * BufferView.h:
6969         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
6970
6971         * text.h:
6972         * text.C:
6973         * text2.C:
6974         * text3.C:
6975         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
6976           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
6977
6978 2003-02-13  John Levon  <levon@movementarian.org>
6979
6980         * CutAndPaste.C: remove debug
6981
6982 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6983
6984         * paragraph.C (asString): remove two unused variables
6985
6986         * lyxtextclass.C (readTitleType):
6987           (Read):
6988           (LyXTextClass): handle new members titletype_ and titlename_
6989
6990         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
6991
6992 2003-02-09  John Levon  <levon@movementarian.org>
6993
6994         * buffer.h:
6995         * buffer.C: replace hand-coded list with a map for the dep clean
6996
6997 2003-02-08  John Levon  <levon@movementarian.org>
6998
6999         * LaTeX.C: consolidate code into showRunMessage() helper
7000
7001 2003-02-08  John Levon  <levon@movementarian.org>
7002
7003         * lyxfind.C:
7004         * lyxtext.h:
7005         * text2.C:
7006         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7007           and pass the size in explicitly
7008
7009         * BufferView_pimpl.h:
7010         * BufferView_pimpl.C:
7011         * BufferView.h:
7012         * BufferView.C: add getCurrentChange()
7013
7014         * BufferView_pimpl.h:
7015         * BufferView_pimpl.C: handle change lfuns
7016
7017         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7018           for changes. Mark pasted paragraphs as new.
7019
7020         * support/lyxtime.h:
7021         * support/lyxtime.C:
7022         * DepTable.C: abstract time_t as lyx::time_type
7023
7024         * LColor.h:
7025         * LColor.C: add colours for new text, deleted text, changebars
7026
7027         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7028           package use "usenames" option.
7029
7030         * commandtags.h:
7031         * lyxfunc.C:
7032         * LyXAction.C: add change lfuns
7033
7034         * Makefile.am:
7035         * author.h:
7036         * author.C: author handling
7037
7038         * buffer.h:
7039         * buffer.C: add a per-buffer author list, with first entry as
7040           current author. Handle new .lyx tokens for change tracking. Output
7041           author list to .lyx file. Output dvipost stuff to .tex preamble.
7042           Bump lyx format to 222.
7043
7044         * bufferlist.h:
7045         * bufferlist.C: add setCurrentAuthor() to reset current author details
7046           in all buffers.
7047
7048         * bufferparams.h:
7049         * bufferparams.C: add param for tracking
7050
7051         * bufferview_funcs.C: output change info in minibuffer
7052
7053         * Makefile.am:
7054         * changes.h:
7055         * changes.C: add change-tracking structure
7056
7057         * debug.h:
7058         * debug.C: add CHANGES debug flag
7059
7060         * lyxfind.h:
7061         * lyxfind.C: add code for finding the next change piece
7062
7063         * lyxrc.h:
7064         * lyxrc.C: add user_name and user_email
7065
7066         * lyxrow.h:
7067         * lyxrow.C: add a metric for the top of the text line
7068
7069         * lyxtext.h:
7070         * text.C: implement accept/rejectChange()
7071
7072         * lyxtext.h:
7073         * text.C: paint changebars. Paint new/deleted text in the chosen
7074         colours. Strike through deleted text.
7075
7076         * paragraph.h:
7077         * paragraph.C:
7078         * paragraph_pimpl.h:
7079         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
7080           in the current change to the insert functions. Rework erase to
7081           mark text as deleted, adding an eraseIntern() and a range-based
7082           erase(). Implement per-paragraph change lookup and
7083           accept/reject.
7084
7085         * paragraph_funcs.C: Fixup paste for change tracking.
7086
7087         * tabular.C: mark added row/columns as new.
7088
7089         * text.C: fix rowLast() to never return -1. Don't allow
7090           spellchecking of deleted text. Track transpose changes. Don't
7091           allow paragraph break or merge where appropriate.
7092
7093         * text2.C: leave cursor at end of selection after a cut.
7094
7095 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7096
7097         * text.C (getLengthMarkerHeight):
7098         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
7099         visible on screen too.
7100
7101 2003-02-07  John Levon  <levon@movementarian.org>
7102
7103         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
7104
7105 2003-02-05  Angus Leeming  <leeming@lyx.org>
7106
7107         * lyxserver.C (read_ready): revert my patch of 11 September last year
7108         as it sends PC cpu through the roof. Presumably this means that
7109         the lyxserver will no longer run on an Alpha...
7110
7111 2003-01-30  Angus Leeming  <leeming@lyx.org>
7112
7113         * factory.C (createInset): create an InsetCommandParam of type "index"
7114         and use it to 'do the right thing'.
7115
7116         * text2.C (getStringToIndex): ensure that cursor position is always
7117         reset to the reset_cursor position.
7118
7119 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7120
7121         * lyxfunc.C (getStatus): "buffer-export custom" should never be
7122         disabled.
7123
7124 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
7125
7126         * bufferview.C:
7127         * lyxcb.C:
7128         * lyxfunc.C: Output messages with identical spelling, punctuation,
7129         and spaces
7130
7131 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
7132
7133         * MenuBackend.C (expandFormats): List only viewable export formats
7134         in "View" menu
7135
7136         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
7137         message
7138
7139         * lyxfunc.C (getStatus): Make sure that formats other than
7140         "fax" can also be disabled
7141
7142 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7143
7144         * text3.C (dispatch): put the lfuns that insert insets in 3
7145         groups, and call doInsertInset with appropriate arguments.
7146         (doInsertInset): new function, that creates an inset and inserts
7147         it according to some boolean parameters.
7148
7149 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7150
7151         * buffer.C (readFile): remember to pass on 'par' when calling
7152         readFile recursively.
7153
7154 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7155
7156         * MenuBackend.C (expandFormats): add "..." to import formats.
7157
7158 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7159
7160         * paragraph.C (asString): Remove XForms RTL hacks.
7161
7162 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
7163         * buffer.C: fix typo
7164
7165 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
7166
7167         * Makefile.am (LIBS): delete var
7168         (lyx_LDADD): add @LIBS@ here instead.
7169
7170 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
7171
7172         * Clarify the meaning of "wheel mouse jump"
7173
7174 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7175
7176         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
7177         tabular in a float
7178
7179 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7180
7181         * importer.C (Loaders): do not preallocate 3 elements in the
7182         vector, since one ends up with 6 elements otherwise
7183
7184 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7185
7186         * DepTable.C (write): write the file name as last element of the
7187         .dep file (because it may contain spaces)
7188         (read): read info in the right order
7189
7190 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7191
7192         * paragraph_pimpl.C (simpleTeXBlanks):
7193         (simpleTeXSpecialChars):
7194         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
7195
7196         * tabular.C (latex): add some missing case statements. Reindent.
7197
7198         * MenuBackend.C (expandToc): remove unused variable.
7199
7200 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
7201
7202         * LColor.C:
7203         * LaTeX.C:
7204         * LyXAction.C:
7205         * MenuBackend.C:
7206         * buffer.C:
7207         * exporter.C:
7208         * lyxfunc.C:
7209         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
7210         and the like.
7211
7212 2003-01-05  John Levon  <levon@movementarian.org>
7213
7214         * BufferView.h:
7215         * BufferView.C: add getEncoding()
7216
7217         * kbsequence.h:
7218         * kbsequence.C: do not store last keypress
7219
7220         * lyxfunc.h:
7221         * lyxfunc.C: store last keypress here instead. Pass encoding
7222           to getISOEncoded()
7223
7224 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7225
7226         * lyx_main.C (init): remove annoying error message when following
7227         symbolic links (bug #780)
7228
7229 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7230
7231         * text.C (insertChar):
7232         * lyxrc.C (getDescription): remove extra spaces
7233
7234 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7235
7236         * lyxrc.C (getDescription): remove extra spaces
7237
7238 2002-12-20  John Levon  <levon@movementarian.org>
7239
7240         * text3.C: hack fix for page up/down across tall rows
7241
7242 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7243
7244         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
7245         not been invoked
7246
7247 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7248
7249         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
7250         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
7251         thesaurus is not compiled in
7252
7253 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
7254
7255         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
7256
7257 2002-12-16  Angus Leeming  <leeming@lyx.org>
7258
7259         * lyxrc.[Ch]:
7260         * lyx_main.C (init): remove override_x_deadkeys stuff.
7261
7262 2002-12-12  John Levon  <levon@movementarian.org>
7263
7264         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
7265           insert. Only remove shift modifier under strict
7266           circumstances.
7267
7268 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7269
7270         * MenuBackend.C (expandToc): fix crash.
7271
7272 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7273
7274         * MenuBackend.C (expandToc): gettext on float names.
7275
7276 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7277
7278         * lyxlength.[Ch]: set default unit to UNIT_NONE,
7279         implement bool empty() [bug 490]
7280
7281 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7282
7283         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
7284
7285 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7286
7287         * several files: ws changes
7288
7289 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7290
7291         * text2.C (setCounter): clean up a bit, use boost.format.
7292         (updateCounters): initialize par upon declaration.
7293
7294         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
7295         if the layout exists. We do not just store the layout any more.
7296         (SwitchLayoutsBetweenClasses): use boost.format
7297
7298 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7299
7300         * converter.C (convert): if from and to files are the same, use a
7301         temporary files as intermediary
7302
7303 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7304
7305         * commandtags.h:
7306         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
7307
7308 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
7309
7310         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
7311
7312 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7313
7314         * tabular.C (asciiPrintCell): use string(size, char) instead of
7315         explicit loop.
7316
7317         * sgml.C (openTag): fix order of arguments to string constructor
7318         (closeTag): ditto
7319
7320         * lyxfunc.C (dispatch): use boost.format
7321
7322         * lots of files: change "c" -> 'c'
7323
7324 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
7325
7326         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
7327
7328 2002-11-25  Angus Leeming  <leeming@lyx.org>
7329
7330         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
7331
7332         * lyx_main.C (init): compile fix.
7333
7334 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7335
7336         * lyx_cb.C (start): boost.formatify
7337         do not include <iostream>
7338
7339         * lengthcommon.C: ws only
7340
7341         * boost-inst.C,BoostFormat.h: add more explict instantations
7342
7343 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7344
7345         * lots of files: handle USE_BOOST_FORMAT
7346
7347 2002-11-21  John Levon  <levon@movementarian.org>
7348
7349         * pspell.C: fix compile
7350
7351 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7352
7353         * lyxfunc.C (dispatch): use boost::format
7354         (open): ditto
7355         (doImport): ditto
7356
7357         * lyxfont.C (stateText): use boost::format
7358
7359         * lyx_main.C (LyX): use boost::format
7360         (init): ditto
7361         (queryUserLyXDir): ditto
7362         (readRcFile): ditto
7363         (parse_dbg): ditto
7364         (typedef boost::function): use the recommened syntax.
7365
7366         * importer.C (Import): use boost::format
7367
7368         * debug.C (showLevel): use boost::format
7369
7370         * converter.C (view): use boost::format
7371         (convert): ditto
7372         (move): ditto
7373         (scanLog): ditto
7374
7375         * bufferview_funcs.C (currentState): use boost::format
7376
7377         * bufferlist.C (emergencyWrite): use boost::format
7378
7379         * buffer.C (readLyXformat2): use boost::format
7380         (parseSingleLyXformat2Token): ditto
7381
7382         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
7383
7384         * LaTeX.C (run): use boost::format
7385
7386         * Chktex.C (scanLogFile): use boost::format
7387
7388         * BufferView_pimpl.C (savePosition): use boost::format
7389         (restorePosition): ditto
7390         (MenuInsertLyXFile): ditto
7391
7392         * BoostFormat.h: help file for explicit instation.
7393
7394 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
7395
7396         * tabular.C (latex): Support for block alignment in fixed width
7397         columns.
7398
7399 2002-11-17  John Levon  <levon@movementarian.org>
7400
7401         * BufferView_pimpl.C:
7402         * lyx_cb.C:
7403         * lyxfunc.C: split filedialog into open/save
7404
7405 2002-11-08  Juergen Vigna  <jug@sad.it>
7406
7407         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
7408         by my last patch (hopefully).
7409
7410 2002-11-08  John Levon  <levon@movementarian.org>
7411
7412         * iterators.h:
7413         * iterators.C:
7414         * buffer.h:
7415         * buffer.C:
7416         * paragraph.h:
7417         * paragraph.C:
7418         * toc.h:
7419         * toc.C: ParConstIterator, and use it (from Lars)
7420
7421 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
7422
7423         * lyxtextclass.[Ch]: revise and add doxygen comments
7424
7425 2002-11-07  John Levon  <levon@movementarian.org>
7426
7427         * text.C: fix progress value for spellchecker
7428
7429         * toc.C: fix navigate menu for insetwrap inside minipage
7430
7431         * paragraph_funcs.C: added FIXME for suspect code
7432
7433 2002-11-07  John Levon  <levon@movementarian.org>
7434
7435         * BufferView_pimpl.C: fix redrawing of insets
7436           on buffer switch
7437
7438 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7439
7440         * text2.C (updateCounters): fix bug 668
7441
7442 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
7443
7444         * text3.C (dispatch): Do not make the buffer dirty when moving the
7445         cursor.
7446
7447 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7448
7449         * vc-backend.C: STRCONV
7450         (scanMaster): ditto
7451
7452         * text2.C (setCounter): STRCONV
7453
7454         * paragraph.C (asString): STRCONV
7455
7456         * lyxlength.C (asString): STRCONV
7457         (asLatexString): ditto
7458
7459         * lyxgluelength.C (asString): STRCONV
7460         (asLatexString): ditto
7461
7462         * lyxfunc.C (dispatch): STRCONV
7463         (open): ditto
7464
7465         * lyxfont.C (stateText): STRCONV
7466
7467         * importer.C (Import): STRCONV
7468
7469         * counters.C (labelItem): STRCONV
7470         (numberLabel): ditto
7471         (numberLabel): remove unused ostringstream o
7472
7473         * chset.C: STRCONV
7474         (loadFile): ditto
7475
7476         * bufferview_funcs.C (currentState): STRCONV
7477
7478         * buffer.C (readFile): STRCONV
7479         (asciiParagraph): ditto
7480         (makeLaTeXFile): ditto
7481
7482         * Spacing.C (writeEnvirBegin): STRCONV
7483
7484         * LaTeXFeatures.C (getLanguages): STRCONV
7485         (getPackages): ditto
7486         (getMacros): ditto
7487         (getBabelOptions): ditto
7488         (getTClassPreamble): ditto
7489         (getLyXSGMLEntities): ditto
7490         (getIncludedFiles): ditto
7491
7492         * LaTeX.C: STRCONV
7493         (run): ditto
7494         (scanAuxFile): ditto
7495         (deplog): ditto
7496
7497         * LString.h: add the STRCONV macros
7498
7499         * BufferView_pimpl.C (savePosition): STRCONV
7500         (restorePosition): ditto
7501         (MenuInsertLyXFile): ditto
7502
7503         * vc-backend.C (scanMaster): change from submatch[...] to
7504         submatch.str(...)
7505
7506         * funcrequest.C: include config.h
7507
7508         * factory.C: include config.h
7509
7510         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
7511
7512         * box.C: include config.h
7513
7514         * LaTeX.C (scanAuxFile): change from submatch[...] to
7515         submatch.str(...)
7516         (deplog): ditto
7517
7518 2002-10-25  Angus Leeming  <leeming@lyx.org>
7519
7520         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
7521
7522         * ispell.[Ch] (setError): new method.
7523         * ispell.C (c-tor): move out child process into new class LaunchIspell.
7524         Use setError() insetead of goto END.
7525
7526         * lyx_cb.C (AutoSave): move out child process into new class
7527         AutoSaveBuffer.
7528
7529 2002-10-30  John Levon  <levon@movementarian.org>
7530
7531         * text3.C: make start appendix undoable
7532
7533 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
7534
7535         * lyxlength.C (inPixels): Fix returned value.
7536
7537         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
7538         environment.
7539
7540 2002-10-24  Angus Leeming  <leeming@lyx.org>
7541
7542         * lyxgluelength.h: no need to forward declare BufferParams
7543         or BufferView, so don't.
7544
7545 2002-10-21  John Levon  <levon@movementarian.org>
7546
7547         * BufferView.C: menuUndo ->undo, redo
7548
7549         * BufferView.h: document, remove dead, make some methods private
7550
7551         * paragraph_funcs.h:
7552         * paragraph_funcs.C:
7553         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
7554
7555         * buffer.h:
7556         * buffer.C:
7557         * sgml.h:
7558         * sgml.C: move sgml open/close tag into sgml.C
7559
7560         * bufferview_funcs.h: unused prototype
7561
7562         * lyxfunc.h:
7563         * lyxfunc.C: remove unused
7564
7565         * lyxtext.h:
7566         * text.C: remove unused
7567
7568 2002-10-21  John Levon  <levon@movementarian.org>
7569
7570         * BufferView.h:
7571         * BufferView.C:
7572         * BufferView_pimpl.h:
7573         * BufferView_pimpl.C: fix mouse wheel handling based on
7574           patch from Darren Freeman
7575
7576 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
7577
7578         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
7579
7580 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
7581
7582         * lyxlength.C (inPixels): Fix hanfling of negative length.
7583         Fix LyXLength::MU case.
7584
7585 2002-10-16  John Levon  <levon@movementarian.org>
7586
7587         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
7588
7589 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7590
7591         * converter.C (view): add support for $$i (file name) and $$p
7592         (file path) for the viewer command. If $$i is not specified, then
7593         it is appended to the command (for compatibility with old syntax)
7594
7595 2002-10-14  Juergen Vigna  <jug@sad.it>
7596
7597         * undo_funcs.C (textHandleUndo): alter the order in which the
7598         new undopar is added to the LyXText, as we have to set first
7599         the right prev/next and then add it as otherwise the rebuild of
7600         LyXText is not correct. Also reset the cursor to the right paragraph,
7601         with this IMO we could remove the hack in "redoParagraphs()".
7602
7603 2002-10-09  Angus Leeming  <leeming@lyx.org>
7604
7605         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
7606         to turn off an optimisation if a new inset is to be inserted.
7607
7608 2002-10-11 André Pönitz <poenitz@gmx.net>
7609
7610         * lyxtext.h: make some functions public to allow access
7611         from inset/lyxtext for handling LFUN_PRIOR/NEXT
7612
7613 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7614
7615         * text3.C (dispatch): when changing layout, avoid an infinite loop
7616         [bug #652]
7617
7618 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7619
7620         * lyxrc.C (read): treat a viewer or converter command of "none" as
7621         if it were empty.
7622
7623         * MenuBackend.C (expandFormats): for an update, also allow the
7624         formats that are not viewable
7625
7626         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
7627         script if it is newer than the lyxrc.defaults in user directory
7628
7629 2002-10-07 André Pönitz <poenitz@gmx.net>
7630
7631         * text.C: Vitaly Lipatov's small i18n fix
7632
7633 2002-09-25  Angus Leeming  <leeming@lyx.org>
7634
7635         * ispell.h: doxygen fix.
7636
7637 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
7638
7639         * buffer.h (readFile): Add a new argument to the method, to allow
7640         reading of old-format templates.
7641
7642 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
7643
7644         * toc.C (getTocList): Get TOC from InsetWrap.
7645
7646 2002-09-16  John Levon  <levon@movementarian.org>
7647
7648         * lyxfunc.C: check tabular for cut/copy too
7649
7650 2002-09-12  John Levon  <levon@movementarian.org>
7651
7652         * LyXAction.C: tidy
7653
7654         * factory.h:
7655         * factory.C: add header
7656
7657         * paragraph_funcs.h:
7658         * paragraph_funcs.C: cleanup
7659
7660 2002-09-11  John Levon  <levon@movementarian.org>
7661
7662         * PrinterParams.h: odd/even default to true
7663
7664 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
7665
7666         * PrinterParams.h: update printer parameters for new xforms dialog
7667
7668 2002-09-11  Angus Leeming  <leeming@lyx.org>
7669
7670         * lyxserver.C (read_ready): re-write to make it more transparent
7671         and to make it work in coherent fashion under Tru64 Unix.
7672
7673 2002-09-11  André Pönitz <poenitz@gmx.net>
7674
7675         * commandtags.h:
7676         * LyXAction.C:
7677         * text3.C: implement LFUN_WORDSEL
7678
7679 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
7680
7681         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
7682         make floatlist_ a boost::shared_ptr<FloatList>
7683
7684         * lyxtextclass.C: include FloatList.h
7685         (LyXTextClass): initialize floatlist_
7686         (TextClassTags): add TC_NOFLOAT
7687         (Read): match "nofloat" to TC_NOFLOAT and use it.
7688         (readFloat): modify call to floatlist_
7689         (floats): ditto
7690         (floats): ditto
7691
7692         * FloatList.[Ch] (FloatList): remove commented out float
7693         initialization.
7694         (erase): new function
7695
7696 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7697
7698         * MenuBackend.C (expandToc): fix crash when there is no document
7699         open
7700
7701 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
7702
7703         * many files: Add insetwrap.
7704
7705 2002-09-09  John Levon  <levon@movementarian.org>
7706
7707         * text2.C: remove confusing and awkward depth wraparound
7708
7709 2002-09-09  John Levon  <levon@movementarian.org>
7710
7711         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
7712
7713         * buffer.h:
7714         * buffer.C: remove getIncludeonlyList()
7715
7716         * paragraph.C:
7717         * lyxfunc.C: remove headers
7718
7719 2002-09-09  Juergen Vigna  <jug@sad.it>
7720
7721         * text.C (getColumnNearX): fix form Michael this is most
7722         probably a cut&paste bug.
7723
7724 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7725
7726         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
7727
7728         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
7729         references, ws changes.
7730
7731         * text2.C (init): update counters after init
7732         (insertParagraph): no need to set counter on idividual paragraphs.
7733         (setCounter): access the counters object in the textclass object
7734         on in the buffer object.
7735         (updateCounters): ditto
7736
7737         * lyxtextclass.C: include counters.h, add variable ctrs_ as
7738         shared_ptr<Counters> to avoid loading counters.h in all
7739         compilation units.
7740         (LyXTextClass): initialize ctrs_
7741         (TextClassTags): add TC_COUNTER, and ...
7742         (Read): use it here.
7743         (CounterTags): new tags
7744         (readCounter): new function
7745         (counters): new funtion
7746         (defaultLayoutName): return a const reference
7747
7748         * counters.C (Counters): remove contructor
7749         (newCounter): remove a couple of unneeded statements.
7750         (newCounter): simplify a bit.
7751         (numberLabel): some small formatting changes.
7752
7753         * buffer.[Ch]: remove all traces of counters, move the Counters
7754         object to the LyXTextClass.
7755
7756 2002-09-06  Alain Castera  <castera@in2p3.fr>
7757
7758         * tabular.C: uses \tabularnewline; uses >{...} construct from array
7759         package to set the horizontal alignment on fixed width columns.
7760
7761         * lyx_sty.C:
7762         * lyx_sty.h: added tabularnewline macro def.
7763
7764         * LaTeXFeatures.C: added NeedTabularnewline macro feature
7765
7766 2002-09-06  John Levon  <levon@movementarian.org>
7767
7768         * LyXAction.C: tooltips for sub/superscript
7769
7770         * MenuBackend.C: a bit more verbose
7771
7772         * lyxfunc.C: tiny clean
7773
7774         * undo_funcs.C: document undo_frozen
7775
7776 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7777
7778         * counters.C (Counters): add missing algorithm counter.
7779
7780         * text2.C (setCounter): lookup the counter with layouts latexname
7781         instead of by section number.
7782         (setCounter): use a hackish way to lookup the correct enum
7783         counter.
7784         a float name->type change
7785         reset enum couners with counter name directly instead of depth value.
7786
7787         * counters.C (Counters): remove the push_backs, change to use the
7788         float type not the float name.
7789         (labelItem): remove unused string, float name->type change
7790
7791         * counters.h: don't include vector, loose the enums and sects vectors
7792
7793 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7794
7795         * lyxtextclass.C (TextClassTags): add TC_FLOAT
7796         (Read): add float->TC_FLOAT to textclassTags
7797         (Read): and handle it in the switch
7798         (readFloat): new function
7799
7800         * FloatList.C (FloatList): comment out the hardcoded float
7801         definitions.
7802
7803         * lyxlayout.h: ws change.
7804
7805 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
7806
7807         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
7808
7809 2002-09-03  Angus Leeming  <leeming@lyx.org>
7810
7811         * BufferView_pimpl.h: qualified name is not allowed in member
7812         declaration: WorkArea & Pimpl::workarea() const;
7813
7814         * factory.C: added using std::endl directive.
7815
7816         * text3.C: added using std::find and std::vector directives.
7817
7818 2002-08-29  André Pönitz <poenitz@gmx.net>
7819
7820         * lyxtext.h:
7821         * text2.C: remove unused member number_of_rows
7822
7823         * Makefile.am:
7824         * BufferView2.C: remove file, move contents to...
7825         * BufferView.C: ... here
7826
7827         * BufferView_pimpl.C:
7828         * factory.C: move more inset creation to factory
7829
7830         * vspace.C: avoid direct usage of LyXText, ws changes
7831
7832         * BufferView.[Ch]:
7833                 don't provide direct access to WorkArea, use two simple
7834                 acessors haveSelction() and workHeight() instead
7835
7836
7837 2002-08-29  John Levon  <levon@movementarian.org>
7838
7839         * BufferView_pimpl.C (dispatch): do not continue when
7840           no buffer
7841
7842 2002-08-28  André Pönitz <poenitz@gmx.net>
7843
7844         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
7845
7846         * BufferView.h:
7847         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
7848
7849 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
7850
7851         * buffer.C: increment LYX_FORMAT to 221
7852
7853         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
7854         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
7855
7856         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
7857
7858         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
7859
7860 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7861
7862         * factory.C (createInset): use LyXTextClass::floats
7863
7864         * MenuBackend.C (expandFloatListInsert):
7865         (expandFloatInsert):
7866         (expandToc):
7867
7868         * text2.C (setCounter):
7869
7870         * LaTeXFeatures.C (useFloat):
7871         (getFloatDefinitions):
7872
7873         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
7874
7875         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
7876         floatlist_, with accessor floats().
7877
7878         * FloatList.h: remove global FloatList
7879
7880 2002-08-26  André Pönitz <poenitz@gmx.net>
7881
7882         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
7883
7884         * BufferView.h:
7885         * BufferView2.C:
7886         * BufferView_pimpl.C:
7887         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
7888
7889 2002-08-25  John Levon  <levon@movementarian.org>
7890
7891         * LyXAction.C: fix margin note description
7892
7893 2002-08-24  John Levon  <levon@movementarian.org>
7894
7895         * buffer.C:
7896         * bufferlist.C:
7897         * bufferview_funcs.C:
7898         * lyxfont.C:
7899         * undo_funcs.C: cleanups
7900
7901         * lyxfunc.C: disable CUT/COPY when no selection
7902
7903 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
7904
7905         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
7906         in "enum UNIT"; e.g. PTW for Percent of TextWidth
7907
7908         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
7909         Add backward compatibility to "mono", "gray" and "no".
7910
7911 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
7912
7913         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
7914         (and file_format >= 200).
7915
7916 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7917
7918         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
7919
7920 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7921
7922         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
7923
7924 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
7925
7926         * BufferView_pimpl.C:
7927         * LyXAction.C:
7928         * buffer.C:
7929         * commandtags.h:
7930         * lyxfunc.C:
7931         * paragraph.[Ch]:
7932         * text2.C:
7933         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
7934         inset and code to make it  work with the paragraph code. The inset
7935         can be anywhere in the paragraph, but will only do the expected
7936         thing in LaTeX if the layout file contains the parameter line
7937                         OptionalArgs    1
7938         (or more generally, a nonzero value) for that layout.
7939
7940 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7941
7942         * paragraph.h: remove the declaration of undefined counters class
7943         function.
7944
7945 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
7946
7947         * text2.C (setCounter):  fixed enumeration mis-count as reported by
7948         Dr. Richard Hawkins.
7949
7950 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7951
7952         * paragraph_funcs.h: remove some unneeded includes
7953
7954         * text.C (backspace): pasteParagraph now in global scipe
7955
7956         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
7957         (pasteSelection): ditto
7958
7959         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
7960         * paragraph_funcs.C (pasteParagraph): ... here
7961
7962 2002-08-20  André Pönitz <poenitz@gmx.net>
7963
7964         * commandtags.h: new LFUNs for swapping/copying table row/colums
7965
7966         * LyXAction.C:
7967         * lyxfunc.C: support for new lfuns
7968
7969 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7970
7971         * tabular.C:
7972         * buffer.[Ch]: remove NO_COMPABILITY stuff
7973
7974 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
7975
7976         * boost.C (throw_exception): new file, with helper function for
7977         boost compiled without exceptions.
7978
7979         * paragraph.h:
7980         * lyxlength.C:
7981         * buffer.C:
7982         * ParameterStruct.h:
7983         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
7984
7985         * bufferlist.C (emergencyWriteAll): use boost bind
7986
7987         * BufferView_pimpl.C (moveCursorUpdate): remove inline
7988
7989         * text.C: include paragraph_funcs.h
7990         (breakParagraph): breakParagraph is now in global scope
7991
7992         * paragraph_funcs.[Ch]: new files
7993
7994         * paragraph.C (breakParagraph,breakParagraphConservative): move to
7995         global scope
7996
7997         * buffer.C: include paragraph_funcs.h
7998         (insertStringAsLines): breakParagraph is now in global scope
7999
8000         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8001         paragraph_funcs.C
8002
8003         * CutAndPaste.C: include paragraph_funcs.h
8004         (cutSelection): breakParagraphConservative is now in global scope
8005         (pasteSelection): ditto
8006
8007         * buffer.h: declare oprator== and operator!= for
8008         Buffer::inset_iterator
8009
8010         * bufferlist.C (emergencyWrite): don't use fmt(...)
8011
8012         * text3.C: add using std::endl
8013
8014         * BufferView.C (moveCursorUpdate): remove default arg
8015
8016 2002-08-20  André Pönitz <poenitz@gmx.net>
8017
8018         * buffer.[Ch]: move inline functions to .C
8019
8020         * BufferView2.C:
8021         * BufferView_pimpl.C:
8022         * text.C:
8023         * buffer.[Ch]: use improved inset_iterator
8024
8025         * buffer.C:
8026         * paragraph.[Ch]: write one paragraph at a time
8027
8028 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8029
8030         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8031         style if style is not specified.
8032
8033 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8034
8035         * text2.C (setCounter): when searching for right label for a
8036         caption, make sure to recurse to parent insets (so that a caption
8037         in a minipage in a figure float works) (bug #568)
8038
8039 2002-08-20  André Pönitz <poenitz@gmx.net>
8040
8041         * text3.C: new file for LyXText::dispatch() and helpers
8042
8043         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
8044
8045         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
8046
8047 2002-08-19  André Pönitz <poenitz@gmx.net>
8048
8049         * lyxtext.h:
8050         * text.C: new LyXText::dispatch()
8051
8052         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
8053
8054 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
8055
8056         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
8057
8058         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
8059         Hebrew text.
8060
8061 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8062
8063         * Makefile.am: use $(variables) instead of @substitutions@
8064
8065 2002-08-15  André Pönitz <poenitz@gmx.net>
8066
8067         * lyxfunc.C:
8068         * BufferView_pimpl.C: streamlining mathed <-> outer world
8069         interaction
8070
8071         * commandtags.h:
8072         * LyXAction.C: remove unused LFUN_MATH
8073
8074 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8075
8076         * paragraph.[Ch]: add some NO_NEXT ifdefs.
8077
8078 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
8079
8080         * paragraph.C (Paragraph): reformat a bit
8081         (cutIntoMinibuffer): use builtin InsetList function instad of
8082         doing it manually.
8083         (getInset): ditto
8084
8085         * buffer.C: include boost/bind.hpp, add using std::for_each
8086         (writeFileAscii): use ParagraphList iterators
8087         (validate): use for_each for validate traversal of paragraphs
8088         (getBibkeyList): use ParagraphList iterators
8089         (resizeInsets): use for_each to resizeInsetsLyXText for all
8090         paragraphs.
8091         (getParFromID): use ParagraphList iterators
8092
8093         * BufferView2.C (lockInset): use paragraph list and iterators
8094
8095 2002-08-14  John Levon  <levon@movementarian.org>
8096
8097         * lyxserver.C: remove spurious xforms include
8098
8099 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8100
8101         * lyxfunc.C (getStatus): disable math-extern outside of math mode
8102
8103 2002-08-13  André Pönitz <poenitz@gmx.net>
8104
8105         * LyXAction.[Ch]:
8106         * lyxfunc.C: further cleaning
8107
8108 2002-08-13  André Pönitz <poenitz@gmx.net>
8109
8110         * funcrequest.h: new constructor
8111
8112         * funcrequest.C: move stuff here from .h
8113
8114         * Makefile.am:
8115         * BufferView_pimpl.C:
8116         * LyXAction.C:
8117         * toc.C:
8118         * lyxfunc.C: subsequent changes
8119
8120         * lyxfunc.h: new view() member function
8121
8122         * lyxfunc.C: subsequent changes
8123
8124 2002-08-13  Angus Leeming  <leeming@lyx.org>
8125
8126         * BufferView2.C:
8127         * BufferView_pimpl.C:
8128         * buffer.C:
8129         * converter.C:
8130         * importer.C:
8131         * lyxfunc.C:
8132         * lyxvc.C:
8133         * toc.C:
8134         * vc-backend.C:
8135         changes due to the changed LyXView interface that now returns references
8136         to member variables not pointers.
8137
8138 2002-08-13  Angus Leeming  <leeming@lyx.org>
8139
8140         * WordLangTuple (word, lang_code): return references to strings,
8141         not strings.
8142
8143         * BufferView.h:
8144         * SpellBase.h:
8145         * lyxtext.h: forward-declare WordLangTuple.
8146
8147         * BufferView2.C:
8148         * ispell.C:
8149         * pspell.C:
8150         * text.C: #include "WordLangTuple.h".
8151
8152         * lyxtext.h:
8153         * text.C: (selectNextWordToSpellcheck): constify return type.
8154
8155 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
8156
8157         * buffer.C:
8158         * buffer.h:
8159         * lyxtext.h:
8160         * paragraph.C:
8161         * paragraph_pimpl.h:
8162         * text.C:
8163         * text2.C:
8164         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
8165         suggested by Angus.
8166         Made updateCounter always count from start of buffer, and removed
8167         second argument (par).
8168         Reverted floats number display to '#'. Perhaps I'll try again when the
8169         code base is sanitized a bit.
8170
8171 2002-08-12  Angus Leeming  <leeming@lyx.org>
8172
8173         * buffer.[Ch] (getLabelList): constify.
8174
8175 2002-08-07  André Pönitz <poenitz@gmx.net>
8176
8177         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
8178
8179         * funcrequest.h: extension to keep mouse (x,y) position
8180
8181 2002-08-12  Juergen Vigna  <jug@sad.it>
8182
8183         * BufferView2.C (insertErrors): forbid undo when inserting error
8184         insets.
8185
8186         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
8187
8188 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8189
8190         * ParagraphList.[Ch]: new files
8191
8192         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
8193
8194         * BufferView2.C (lockInset): ParagraphList changes
8195         * toc.C: ditto
8196         * text2.C: ditto
8197         * bufferlist.C: ditto
8198         * buffer.h: ditto
8199         * buffer.C: ditto
8200
8201 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8202
8203         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
8204         unused class variable counter_,
8205
8206         * paragraph.[Ch] (getFirstCounter): delete unused function
8207
8208         * counters.C: include LAssert.h
8209         (reset): add a new function with no arg, change other version to
8210         not have def. arg and to not allow empty arg.
8211
8212         * text2.C (setCounter): remove empty arg from call to Counters::reset
8213
8214 2002-08-11  John Levon  <levon@movementarian.org>
8215
8216         * Makefile.am: add WordLangTuple.h
8217
8218 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8219
8220         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
8221         lyxfunc.C lyxlex_pimpl.C: ws changes only.
8222
8223         * insets/insettext.C: InsetList changes
8224
8225         * graphics/GraphicsSupport.C (operator()): InsetList changes
8226
8227         * toc.C (getTocList): InsetList changes
8228
8229         * paragraph_pimpl.[Ch]: InsetList changes
8230
8231         * paragraph.[Ch]: InsetList changes
8232
8233         * buffer.C (inset_iterator): InsetList changes
8234         (setParagraph): ditto
8235         * buffer.h (inset_iterator): ditto
8236         * iterators.C (operator++): ditto
8237         * iterators.h: ditto
8238
8239         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
8240
8241         * InsetList.[Ch]: new files, most InsetList handling moved out of
8242         paragraph.C.
8243
8244         * BufferView2.C (removeAutoInsets): InsetList changes
8245         (lockInset): ditto
8246         (ChangeInsets): ditto
8247
8248 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8249
8250         * paragraph_pimpl.h (empty): new function
8251
8252         * paragraph.[Ch] (empty): new function
8253
8254         * other files: use the new Paragraph::empty function
8255
8256 2002-08-09  John Levon  <levon@movementarian.org>
8257
8258         * lyxtext.h: remove unused refresh_height
8259
8260 2002-08-09  John Levon  <levon@movementarian.org>
8261
8262         * Makefile.am:
8263         * sgml.h:
8264         * sgml.C:
8265         * buffer.C:
8266         * paragraph.h:
8267         * paragraph.C: move sgml char escaping out of paragraph
8268
8269         * paragraph.h:
8270         * paragraph.C: remove id setter
8271
8272         * buffer.C:
8273         * paragraph.C:
8274         * paragraph_pimpl.C: remove dead tex_code_break_column
8275
8276         * bufferview_funcs.C: small cleanup
8277
8278         * lyxfunc.C: remove dead proto
8279
8280         * lyxtext.h: make some stuff private. Remove some dead stuff.
8281
8282         * lyxgluelength.C: make as[LyX]String() readable
8283
8284 2002-08-08  John Levon  <levon@movementarian.org>
8285
8286         * LyXAction.h:
8287         * LyXAction.C:
8288         * MenuBackend.C:
8289         * ToolbarDefaults.C:
8290         * lyxfunc.C:
8291         * lyxrc.C:
8292         * toc.C: lyxaction cleanup
8293
8294 2002-08-08  John Levon  <levon@movementarian.org>
8295
8296         * BufferView2.C: small cleanup
8297
8298         * lyxfind.h:
8299         * lyxfind.C: move unnecessary header into the .C
8300
8301 2002-08-08  John Levon  <levon@movementarian.org>
8302
8303         * funcrequest.h: just tedious nonsense
8304
8305         * lyx_main.h:
8306         * lyx_main.C: cleanups
8307
8308         * buffer.C:
8309         * vspace.C: remove dead header lyx_main.h
8310
8311 2002-08-07  Angus Leeming  <leeming@lyx.org>
8312
8313         * Paragraph.[Ch]:
8314         * paragraph_pimpl.h:
8315         Forward declare class Counters in paragraph.h by moving the ctrs member
8316         variable into Paragraph::Pimpl.
8317         (counters): new method, returning a reference to pimpl_->ctrs.
8318
8319         * text2.C: ensuing changes.
8320
8321 2002-08-07  John Levon  <levon@movementarian.org>
8322
8323         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
8324
8325         * BufferView_pimpl.C: announce X selection on double/triple
8326           click
8327
8328         * lyx_main.C: use correct bool in batch dispatch
8329
8330         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
8331
8332 2002-08-07  André Pönitz <poenitz@gmx.net>
8333
8334         * funcrequest.h: new class to wrap a kb_action and its argument
8335
8336         * BufferView.[Ch]:
8337         * BufferView_pimpl[Ch]:
8338         * LaTeX.C:
8339         * LyXAction.[Ch]:
8340         * lyxfunc.[Ch]:
8341         * lyxrc.C: subsequent changes
8342
8343
8344 2002-08-07  John Levon  <levon@movementarian.org>
8345
8346         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
8347           document options change.
8348
8349 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
8350
8351         * counters.[Ch]
8352         * text2.C
8353         * paragraph.[Ch]
8354         * makefile.am: move counters functionality over from
8355         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
8356
8357 2002-08-06  John Levon  <levon@movementarian.org>
8358
8359         * WordLangTuple.h: new file for word + language code tuple
8360
8361         * SpellBase.h:
8362         * pspell.h:
8363         * pspell.C:
8364         * ispell.h:
8365         * ispell.C:
8366         * lyxtext.h:
8367         * text.C:
8368         * text2.C:
8369         * BufferView.h:
8370         * BufferView2.C: use WordLangTuple
8371
8372         * layout.h:
8373         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
8374
8375 2002-08-06  John Levon  <levon@movementarian.org>
8376
8377         * lyx_main.C: fix cmdline batch handling
8378
8379 2002-08-06  André Pönitz <poenitz@gmx.net>
8380
8381         * lyxrc.C: set default for show_banner to true
8382
8383 2002-08-06  John Levon  <levon@movementarian.org>
8384
8385         * pspell.C: fix a crash, and allow new aspell to work
8386
8387 2002-08-06  John Levon  <levon@movementarian.org>
8388
8389         * lyxfunc.C:
8390         * kbmap.C: small cleanup
8391
8392         * vspace.h:
8393         * vspace.C: add const
8394
8395 2002-08-05  John Levon  <levon@movementarian.org>
8396
8397         * LyXAction.C: back to tabular-insert
8398
8399 2002-08-04  John Levon  <levon@movementarian.org>
8400
8401         * BufferView.h:
8402         * BufferView.C: cosmetic change
8403
8404         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
8405
8406         * bufferlist.C:
8407         * buffer.h:
8408         * buffer.C:
8409         * lyxcb.h:
8410         * lyxcb.C:
8411         * lyxserver.C:
8412         * lyxvc.C:
8413         * vc-backend.C:
8414         * BufferView2.C: purge all "Lyx" not "LyX" strings
8415
8416         * lyxcursor.h:
8417         * lyxcursor.C: attempt to add some documentation
8418
8419         * lyxfunc.C:
8420         * commandtags.h:
8421         * LyXAction.C:
8422         * ToolbarDefaults.C:
8423         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
8424           merge with LFUN_TABULAR_INSERT
8425
8426         * Makefile.am:
8427         * SpellBase.h:
8428         * ispell.h:
8429         * ispell.C:
8430         * pspell.h:
8431         * pspell.C: split up i/pspell implementations into separate
8432           files, many cleanups
8433
8434         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
8435
8436         * text2.C: some cleanup
8437
8438         * lyxfunc.C: don't check for isp_command == "none" any more, it
8439           didn't make any sense
8440
8441 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
8442
8443         * counters.[Ch]
8444         * text2.C
8445         * paragraph.[Ch]
8446         * makefile.am: move counters functionality over
8447         from text2.C/paragraph.[Ch] to counters.[Ch], and
8448         make proper C++.
8449 2002-08-02  John Levon  <levon@movementarian.org>
8450
8451         * buffer.C: s/lyxconvert/lyx2lyx/
8452
8453 2002-08-02  Angus Leeming  <leeming@lyx.org>
8454
8455         * lyxlex.C: revert John's change as it breaks reading of the user
8456         preamble.
8457
8458 2002-08-02  Angus Leeming  <leeming@lyx.org>
8459
8460         * importer.C (Import):
8461         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
8462         changes due to LyXView::view() now returning a boost::shared_ptr.
8463
8464 2002-08-02  John Levon  <levon@movementarian.org>
8465
8466         * lyxlex.C: small cleanup
8467
8468 2002-08-02  John Levon  <levon@movementarian.org>
8469
8470         * text2.C (status): small cleanup, no logic change
8471
8472 2002-08-01  John Levon  <levon@movementarian.org>
8473
8474         * buffer.h:
8475         * buffer.C (writeFile): don't output alerts, caller
8476           handles this
8477
8478         * bufferlist.C:
8479         * lyx_cb.C: from above
8480
8481         * lyxfunc.C: allow to open non-existent files
8482
8483 2002-07-31  John Levon  <levon@movementarian.org>
8484
8485         * lyxserver.C: don't let incidental errors get
8486           in the way (errno)
8487
8488 2002-07-30  John Levon  <levon@movementarian.org>
8489
8490         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
8491
8492 2002-07-30  John Levon  <levon@movementarian.org>
8493
8494         * lyxserver.h:
8495         * lyxserver.C: remove I/O callback too
8496
8497 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8498
8499         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
8500         log.
8501
8502 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8503
8504         * many files: strip,frontStrip -> trim,ltrim,rtrim
8505
8506 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
8507
8508         * PrinterParams.h: remove extern containsOnly, and include
8509         support/lstrings.h instead.
8510
8511         * LaTeX.C (scanAuxFile): modify because of strip changes
8512         (deplog): ditto
8513         * buffer.C (makeLaTeXFile): ditto
8514         * bufferparams.C (writeFile): ditt
8515         * lyxfont.C (stateText): ditto
8516         * lyxserver.C (read_ready): ditto
8517         * vc-backend.C (scanMaster): ditto
8518
8519         * BufferView_pimpl.h: ws changes
8520
8521         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
8522
8523 2002-07-26  André Pönitz <poenitz@gmx.net>
8524
8525         * kb_sequence.C: remove unnedred usings
8526
8527 2002-07-26  Juergen Vigna  <jug@sad.it>
8528
8529         * lyxfind.C (LyXReplace): we have to check better if the returned
8530         text is not of theLockingInset()->getLockingInset().
8531
8532 2002-07-25  Juergen Vigna  <jug@sad.it>
8533
8534         * lyxfind.C (LyXReplace): don't replace if we don't get the
8535         right LyXText.
8536
8537         * undo_funcs.C (createUndo): remove debugging code.
8538
8539 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
8540
8541         * buffer.C (parseSingleLyXformat2Token): Use default placement
8542         when reading old floats.
8543
8544         * FloatList.C (FloatList): Change the default placement of figure
8545         and tables to "tbp".
8546
8547 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
8548
8549         * MenuBackend.C: using std::max
8550
8551 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8552
8553         * MenuBackend.C (expandToc):
8554         (expandToc2): code moved from xforms menu frontend. It is now
8555         generic and TOCs are transparent to menu frontends.
8556
8557 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8558
8559         * toc.C (getTocList): protect against buf=0
8560
8561         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
8562         Menu as first parameter. Now, this calls itself recursively to
8563         expand a whole tree (this will be useful for TOC handling)
8564         (expandFloatInsert): remove 'wide' version of floats
8565
8566         * MenuBackend.h (submenuname): returns the name of the submenu.
8567         (submenu): returns the submenu itself, provided it has been
8568         created by MenuBackend::expand
8569
8570 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8571
8572         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
8573         insets which have noFontChange == true. (bug #172)
8574
8575 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8576
8577         * BufferView_pimpl.C: add connection objects and use them...
8578         (Pimpl): here.
8579
8580 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8581
8582         * MenuBackend.C (expandLastfiles):
8583         (expandDocuments):
8584         (expandFormats):
8585         (expandFloatListInsert):
8586         (expandFloatInsert):
8587         (expand): split expand in parts
8588
8589 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8590
8591         * lyx_gui.C: use lyx_gui::exit()
8592
8593 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8594
8595         * LyXAction.C: show the failing pseudo action
8596
8597 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
8598
8599         * buffer.C (readFile): Run the lyxconvert script in order to read
8600         old files.
8601
8602 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8603
8604         * LyXAction.C:
8605         * commandtags.h:
8606         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
8607
8608 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
8609
8610         * LyXAction.C:
8611         * commandtags.h:
8612         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
8613
8614 2002-07-22  Herbert Voss  <voss@lyx.org>
8615
8616         * lengthcommon.C:
8617         * lyxlength.[Ch]: add support for the vertical lengths
8618
8619 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
8620
8621         * toc.[Ch]: std:: fixes
8622
8623 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8624
8625         * lyxrc.C: do not include lyx_main.h
8626
8627         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
8628         for layouts
8629
8630         * lyxrc.C:
8631         * encoding.C:
8632         * bufferlist.C:
8633         * BufferView2.C: include "lyxlex.h"
8634
8635         * tabular.h:
8636         * bufferparams.h: do not #include "lyxlex.h"
8637
8638         * lyxtextclasslist.C (Add): remove method
8639         (classlist): renamed to classlist_
8640
8641         * paragraph_pimpl.C:
8642         * paragraph.C:
8643         * text2.C:
8644         * CutAndPaste.C:
8645         * bufferview_funcs.C:
8646         * bufferlist.C:
8647         * text.C:
8648         * LaTeXFeatures.C:
8649         * buffer.C:
8650         * toc.C (getTocList): use BufferParams::getLyXTextClass
8651
8652         * toc.C (getTocList): use InsetFloat::addToToc
8653
8654         * toc.[Ch]: new files, containing helper functions to handle table
8655         of contents
8656
8657         * lyxfunc.C (dispatch): no need to remove spaces around command
8658         given as a string
8659         (getStatus): handle LFUN_SEQUENCE by returning the status of the
8660         first command of the sequence; it is not very clever, but I do not
8661         have a better idea, actually
8662
8663         * LyXAction.C (LookupFunc): make sure to remove space at the
8664         beginning and end of the command
8665
8666 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8667
8668         * MenuBackend.C (getMenubar): new method: return the menubar of
8669         this menu set
8670         (read): treat differently reading of menu and menubar (in
8671         particular, the menubar has no name now)
8672         (Menu::menubar): remove
8673
8674         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
8675         saving is finished
8676
8677 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8678
8679         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
8680         a bibitem inset in a RTL paragraph.
8681
8682 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
8683
8684         * paragraph_pimpl.C: constify
8685
8686         * BufferView_pimpl.C:
8687         * LaTeX.C:
8688         * lyxfunc.C: fix dispatch in a nicer way
8689
8690 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8691
8692         * lyxfunc.C (dispatch):
8693         * BufferView_pimpl.C:
8694         * BufferView_pimpl.h:
8695         * BufferView.C:
8696         * BufferView.h: rename Dispatch() to dispatch()
8697
8698         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
8699
8700         * lyxlayout.C (Read): honor DependsOn tag
8701
8702         * lyxlayout.[Ch] (depends_on): new method
8703
8704         * version.C.in: update lyx_docversion
8705
8706         * LaTeXFeatures.C (getMacros): only define \LyX when needed
8707
8708         * paragraph.C (validate): remove from here...
8709         * paragraph_pimpl.C (validate): ... and move here
8710         (isTextAt): make it const
8711
8712         * buffer.C (getLists): ws cleanup
8713
8714 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
8715
8716         * language.C (read): Use iso8859-1 encoding in latex_lang
8717         (this prevents LyX from crashing when using iso10646-1 encoding).
8718
8719 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8720
8721         * text2.C (toggleInset): if cursor is inside an inset, close the
8722         inset and leave cursor _after_ it
8723
8724 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8725
8726         * lyxfunc.C: move minibuffer completion handling out of here
8727
8728 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
8729
8730         * BufferView_pimpl.C:
8731         * LaTeX.C: fix dispatch calls
8732
8733 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
8734
8735         * text.C (drawChars): Fix Arabic text rendering.
8736
8737 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
8738
8739         * LyXAction.C:
8740         * commandtags.h:
8741         * lyxfunc.C: remove message-push/pop
8742
8743         * lyxserver.C:
8744         * lyxfunc.h:
8745         * lyxfunc.C: rationalise some code by removing verboseDispatch
8746           in favour of a bool argument to dispatch()
8747
8748 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8749
8750         * lyx_main.C (init): make sure to read symlinks as absolute paths
8751
8752 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8753
8754         * lyxfunc.h:
8755         * lyxfunc.C: no need for commandshortcut to be a member
8756
8757 2002-07-15  André Pönitz <poenitz@gmx.net>
8758
8759         * converter.C: add support for $$s (scripts from lib/scripts dir)
8760         * lyx_main.C: white space
8761
8762 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8763
8764         * bufferlist.C:
8765         * lyxrc.h:
8766         * lyxrc.C: remove second exit confirmation
8767
8768 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
8769
8770         * BufferView.h:
8771         * BufferView.C:
8772         * BufferView2.C:
8773         * BufferView_pimpl.h:
8774         * BufferView_pimpl.C:
8775         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
8776
8777 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8778
8779         * MenuBackend.C (expand): add numeric shortcuts to document menu
8780
8781         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
8782
8783 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8784
8785         * lyxfont.C (setLyXFamily):
8786         (setLyXSeries):
8787         (setLyXShape):
8788         (setLyXSize):
8789         (setLyXMisc):
8790         (lyxRead):
8791         * debug.C (value):
8792         * buffer.C (asciiParagraph): use ascii_lowercase
8793
8794 2002-07-15  Mike Fabian  <mfabian@suse.de>
8795
8796         * lyxlex_pimpl.C (search_kw):
8797         * lyxlex.C (getLongString):
8798         * converter.h (operator<):
8799         * converter.C (operator<):
8800         * buffer.C (parseSingleLyXformat2Token):
8801         (asciiParagraph):
8802         * ToolbarDefaults.C (read):
8803         * MenuBackend.C (checkShortcuts):
8804         (read):
8805         * LColor.C (getFromGUIName):
8806         (getFromLyXName): use the compare_ascii_no_case instead of
8807         compare_no_case, because in turkish, 'i' is not the lowercase
8808         version of 'I', and thus turkish locale breaks parsing of tags.
8809
8810 2002-07-16  Angus Leeming  <leeming@lyx.org>
8811
8812         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
8813         now takes a Buffer const & argument.
8814
8815 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
8816
8817         * BufferView.C (resize): check there's a buffer to resize
8818
8819 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
8820
8821         * lyxfunc.C: remove dead code
8822
8823         * lyxserver.h:
8824         * lyxserver.C: use lyx_guii::set_read_callback
8825
8826 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
8827
8828         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
8829         an inset in a RTL paragraph.
8830
8831 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8832
8833         * lyxfunc.C: repaint after a font size update
8834
8835 2002-07-15  André Pönitz <poenitz@gmx.net>
8836
8837         * lyxlength.C: inBP should be able to return negative values
8838
8839 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8840
8841         * lyxfunc.C: use lyx_gui::update_fonts()
8842
8843 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
8844
8845         * lyxfunc.C: use lyx_gui::update_color()
8846
8847 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8848
8849         * bufferlist.C:
8850         * lyxfunc.h:
8851         * lyxfunc.C:
8852         * lyxrc.h:
8853         * lyxrc.C: remove file->new asks for name option, and let
8854           buffer-new take an argument
8855
8856 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
8857
8858         * BufferView_pimpl.C: remove unneeded extra repaint()
8859
8860 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
8861
8862         * LyXAction.C: allow command-sequence with NoBuffer
8863
8864         * lyxfunc.C: don't insist on trailing ';' for command-sequence
8865
8866 2002-07-10  Angus Leeming  <leeming@lyx.org>
8867
8868         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
8869
8870 2002-07-09  Angus Leeming  <leeming@lyx.org>
8871
8872         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
8873
8874 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8875
8876         * lengthcommon.h: whitespace
8877
8878         * lyxfunc.C: update scrollbar after goto paragraph
8879
8880         * lyxtext.h: factor out page break drawing, and fix it so
8881           page break/added space paints as selected nicely
8882
8883 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
8884
8885         * BufferView_pimpl.C: add FIXMEs, clean up a little
8886
8887 2002-07-09  André Pönitz <poenitz@gmx.net>
8888
8889         * lyxfont.[Ch]: support for wasy symbols
8890
8891 2002-07-08  André Pönitz <poenitz@gmx.net>
8892
8893         * BufferView_pimpl.C: apply John's patch for #93.
8894
8895 2002-07-05  Angus Leeming  <leeming@lyx.org>
8896
8897         * BufferView_pimpl.C (buffer): generate previews if desired.
8898
8899         * LColor.h: add "preview" to the color enum.
8900
8901         * LColor.C (LColor): add a corresponding entry to the items array.
8902
8903         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
8904         with this buffer.
8905
8906 2002-07-05  Angus Leeming  <leeming@lyx.org>
8907
8908         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
8909         The body of the code is now in the method that is passed an ostream &
8910         rather than a file name.
8911         Pass an additional only_preamble parameter, useful for the forthcoming
8912         preview stuff.
8913
8914 2002-07-03  André Pönitz <poenitz@gmx.net>
8915
8916         * lyxfunc.C: simplify getStatus() a bit for math stuff
8917
8918 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8919
8920         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
8921
8922 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8923
8924         * text.C (changeRegionCase): do not change case of all the
8925         document when region ends at paragraph end (bug #461)
8926
8927 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8928
8929         * paragraph.C (startTeXParParams):
8930         (endTeXParParams): add \protect when necessary
8931
8932 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8933
8934         * BufferView_pimpl.C (workAreaExpose): remove warning
8935
8936 2002-06-27  Angus Leeming  <leeming@lyx.org>
8937
8938         * Makefile.am: add lyxlayout_ptr_fwd.h.
8939
8940 2002-06-26  André Pönitz <poenitz@gmx.net>
8941
8942         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
8943
8944 2002-06-25  Angus Leeming  <leeming@lyx.org>
8945
8946         * lyxfunc.C (dispatch): Comment out the call to
8947         grfx::GCache::changeDisplay. The method no longer exists now that the
8948         pixmap generation part of the graphics loader has been moved into
8949         InsetGraphics.
8950
8951 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8952
8953         * text2.C: layout as layout
8954
8955         * text.C: layout as layout
8956
8957         * tabular.C (OldFormatRead): layout as layout
8958
8959         * paragraph_pimpl.C (TeXDeeper): layout as layout
8960         (realizeFont): layout as layout
8961
8962         * paragraph.C (writeFile): layout as layout
8963         (validate): layout as layout
8964         (getFont): layout as layout
8965         (getLabelFont): layout as layout
8966         (getLayoutFont): layout as layout
8967         (breakParagraph): layout as layout
8968         (stripLeadingSpaces): layout as layout
8969         (getEndLabel): layout as layout
8970         (getMaxDepthAfter): layout as layout
8971         (applyLayout): layout as layout
8972         (TeXOnePar): layout as layout
8973         (simpleTeXOnePar): layout as layout
8974         (TeXEnvironment): layout as layout
8975         (layout): layout as layout
8976         (layout): layout as layout
8977
8978         * lyxtextclass.C (compare_name): new functor to work with
8979         shared_ptr, layout as layout
8980         (Read): layout as layout
8981         (hasLayout): layout as layout
8982         (operator): layout as layout
8983         (delete_layout): layout as layout
8984         (defaultLayout): layout as layout
8985
8986         * lyxlayout_ptr_fwd.h: new file
8987
8988         * lyxlayout.C (Read): layout as layout
8989
8990         * lyx_cb.C (MenuInsertLabel): layout as layout
8991
8992         * bufferlist.C (newFile): layout as layout
8993
8994         * buffer.C (readLyXformat2): layout as layout
8995         (parseSingleLyXformat2Token): layout as layout
8996         (insertStringAsLines): layout as layout
8997         (asciiParagraph): layout as layout
8998         (latexParagraphs): layout as layout
8999         (makeLinuxDocFile): layout as layout
9000         (simpleLinuxDocOnePar): layout as layout
9001         (makeDocBookFile): layout as layout
9002         (simpleDocBookOnePar): layout as layout
9003         (getLists): layout as layout
9004
9005         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9006
9007         * CutAndPaste.C (cutSelection): layout as layout
9008         (pasteSelection): layout as layout
9009         (SwitchLayoutsBetweenClasses): layout as layout
9010
9011         * BufferView_pimpl.C (Dispatch): layout as layout
9012         (smartQuote): layout as layout
9013
9014         * BufferView2.C (unlockInset): layout as layout
9015
9016 2002-06-24  André Pönitz <poenitz@gmx.net>
9017
9018         * lyxfunc.C: fix #487
9019
9020 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9021
9022         * lyxrc.h:
9023         * lyxrc.C:
9024         * lyxfunc.C: remove display_shortcuts, show_banner
9025
9026 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9027
9028         * Buffer_pimpl.C: oops, update on resize
9029
9030 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9031
9032         * buffer.C:
9033         * converter.C:
9034         * exporter.C:
9035         * lyxfunc.C:
9036         * BufferView.h:
9037         * BufferView.C: use repaint()
9038
9039         * BufferView_pimpl.h:
9040         * BufferView_pimpl.C: s/updateScreen()/repaint()/
9041           as it's a clearer description. Remove superfluous
9042           redraws.
9043
9044 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9045
9046         * text.C: fix bug 488. Not ideal, but getting
9047           getWord() to work properly for the insets that
9048           matter is more difficult ...
9049
9050 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9051
9052         * BufferView_pimpl.C:
9053         * LyXAction.C:
9054         * commandtags.h:
9055         * lyxfunc.C: remove the six million index lyxfuncs to just
9056           one, and DTRT (bug 458)
9057
9058 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9059
9060         * BufferView.h:
9061         * BufferView.C:
9062         * BufferView_pimpl.h:
9063         * BufferView_pimpl.C: clean up resize() stuff,
9064           and unnecessary updateScreen()s
9065
9066 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
9067
9068         * BufferView.h:
9069         * BufferView.C:
9070         * BufferView_pimpl.h:
9071         * BufferView_pimpl.C:
9072         * lyxfind.h:
9073         * lyxfind.C:
9074         * minibuffer.C: remove focus management of workarea,
9075           not needed. Use screen's greyOut()
9076
9077 2002-06-17  Herbert Voss  <voss@lyx.org>
9078
9079         * converter.C: (convert) do not post a message, when converting
9080         fails, let the calling function decide what to do in this case
9081
9082 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
9083
9084         * lyxfunc.C: tidy up a little
9085
9086 2002-06-16    <alstrup@diku.dk>
9087
9088         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
9089         Got rid of FORMS_H_LOCATION include. Now we are
9090         GUII.
9091
9092 2002-06-15  LyX Development team  <lyx@rilke>
9093
9094         * buffer.[Ch] (sgmlOpenTag):
9095         (sgmlCloseTag): Added support for avoiding pernicious mixed
9096         content. Return number of lines written.
9097
9098         (makeLinuxDocFile):
9099         (makeDocBookFile): Fixed calls to sgml*Tag.
9100         Simple white space clean.
9101
9102         (simpleDocBookOnePar): Simple white space clean.
9103
9104         * tabular.[Ch] (docBook): Renamed to docbook and got another
9105         argument to related with the pernicious mixed content.
9106
9107         (docbookRow): Fixed calls for docbook inset method.
9108
9109 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
9110
9111         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
9112         so it's X11 independent.
9113
9114         * kb*.[Ch]: ditto.
9115
9116         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
9117
9118 2002-06-15  Lyx Development team  <lyx@electronia>
9119
9120         * intl.h: Renamed getTrans to getTransManager.
9121
9122 2002-06-14  Angus Leeming  <leeming@lyx.org>
9123
9124         * Makefile.am: nuke forgotten stl_string_fwd.h.
9125
9126 2002-06-12  Angus Leeming  <leeming@lyx.org>
9127
9128         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
9129
9130 2002-06-13  Angus Leeming  <leeming@lyx.org>
9131
9132         * LaTeX.C:
9133         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
9134
9135 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
9136
9137         * kbmap.C (getiso): add support for cyrillic and greek
9138
9139 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9140
9141         * BufferView.h:
9142         * BufferView.C:
9143         * BufferView_pimpl.h:
9144         * BufferView_pimpl.C: move bogus scrolling logic
9145           to xforms
9146
9147 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9148
9149         * lyxfunc.C:
9150         * BufferView_pimpl.C: view->resize() change
9151
9152 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9153
9154         * BufferView_pimpl.C: topCursorVisible
9155           prototype change
9156
9157 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9158
9159         * Makefile.am:
9160         * lyx_gui.h:
9161         * lyx_gui.C: move to frontends/
9162
9163         * main.C:
9164         * lyx_main.h:
9165         * lyx_main.C: changes from above
9166
9167 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9168
9169         * intl.C:
9170         * intl.h:
9171         * kbmap.C:
9172         * kbsequence.C:
9173         * lyx_cb.C:
9174         * lyx_main.C: minor tidy
9175
9176 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9177
9178         * BufferView_pimpl.h:
9179         * BufferView_pimpl.C:
9180         * BufferView.h:
9181         * BufferView.C: make painter() const,
9182           remove dead code
9183
9184         * BufferView2.C: use screen() accessor
9185
9186         * lyx_main.h:
9187         * lyx_main.C: some minor cleanup
9188
9189 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9190
9191         * BufferView_pimpl.h:
9192         * BufferView_pimpl.C: remove enter/leaveView,
9193           use workHeight()
9194
9195 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
9196
9197         * BufferView.h:
9198         * BufferView.C:
9199         * BufferView2.C:
9200         * BufferView_pimpl.h:
9201         * BufferView_pimpl.C: only construct screen once,
9202           rename
9203
9204         * lyxrc.C: remove pointless comment
9205
9206 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9207
9208         * BufferView.h:
9209         * BufferView.C: remove active() and belowMouse()
9210
9211         * BufferView_pimpl.h:
9212         * BufferView_pimpl.C: use workarea() not workarea_,
9213           and make it use a scoped_ptr instead
9214
9215 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
9216
9217         * lyx_gui.C: add debug message on BadWindow
9218
9219 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9220
9221         * sp_spell.C: fdopen is not part of the C++ standard.
9222
9223         * paragraph.C (InsetIterator): use >= instead of ==
9224
9225 2002-06-07  Angus Leeming  <leeming@lyx.org>
9226
9227         Fixes needed to compile with Compaq cxx 6.5.
9228         * BufferView_pimpl.C:
9229         * DepTable.C:
9230         * buffer.C:
9231         * converter.C:
9232         * encoding.C:
9233         * lyx_gui.C:
9234         * lyx_main.C:
9235         * lyxtextclasslist.C:
9236         * minibuffer.C:
9237         * sp_spell.C:
9238         * tabular_funcs.C:
9239         * vc-backend.C:
9240         all c-library variables have been moved into namespace std. Wrap
9241         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
9242
9243         * lyxlength.C:
9244         * tabular-old.C:
9245         * tabular.C:
9246         Add a using std::abs declaration.
9247
9248         * kbmap.h (modifier_pair):
9249         * paragraph.h (InsetTable, InsetList):
9250         * lyxfont.h (FontBits):
9251         type definition made public.
9252
9253         * bufferlist.C (emergencyWriteAll): the compiler complains that
9254         there is more than one possible lyx::class_fun template to choose from.
9255         I re-named the void specialisation as lyx::void_class_fun.
9256
9257         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
9258
9259         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
9260         the compiler is is unable to find tostr in write_attribute.
9261
9262 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9263
9264         * buffer.C (sgmlError): hide #warning
9265
9266 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9267
9268         * xtl/*: get rid of xtl, which is not in use anyway
9269
9270         * LyXAction.C (init):
9271         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
9272         were unimplemented xtl experimentation
9273
9274 2002-06-04  André Pönitz <poenitz@gmx.net>
9275
9276         * lyxfunc.C: disable array operation on simple formulae
9277
9278 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
9279
9280         * converter.C: constify a bit
9281
9282 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
9283
9284         * lyx_gui.C: check xforms version correctly
9285
9286 2002-04-30  Herbert Voss  <voss@lyx.org>
9287
9288         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
9289         "keep" option
9290
9291 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
9292
9293         * lyxvc.C: fix bug 416 (make sure buffer is saved before
9294           attempt to register it with a VCS)
9295
9296 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9297
9298         * lyx_main.C (init): honor variables LYX_DIR_13x and
9299         LYX_USERDIR_13x
9300
9301 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9302
9303         * buffer.h:
9304         * buffer.C:
9305         * lyx_main.C: fix a crash on bad command line,
9306           and give a useful exit status on error
9307
9308         * lyxfunc.C (doImport): allow -i lyx to work
9309
9310 2002-03-30  André Pönitz <poenitz@gmx.net>
9311
9312         * lyxfunc.C: mathed font changes
9313
9314 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
9315
9316         * LaTeX.C:
9317         * importer.h:
9318         * importer.C:
9319         * lyx_sty.h:
9320         * lyx_sty.C:
9321         * lyxlex.C:
9322         * lyxrow.h:
9323         * lyxtext.h:
9324         * paragraph.h:
9325         * paragraph.C:
9326         * texrow.h:
9327         * texrow.C:
9328         * text.C:
9329         * trans_mgr.h: srcdocs, and some minor cleanups
9330
9331 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9332
9333         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
9334         call getFont all the time)
9335
9336 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9337
9338         * switch from SigC signals to boost::signals
9339
9340 2002-05-29  André Pönitz <poenitz@gmx.net>
9341
9342         * paragraph_pimpl.C (getChar): don't call size() too often...
9343
9344 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9345
9346         * paragraph_pimpl.C (insertChar): do not try to update tables when
9347         appending (pos == size())
9348
9349         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
9350         in order to reduce drastically the number of comparisons needed to
9351         parse a large document
9352
9353 2002-05-29  André Pönitz <poenitz@gmx.net>
9354
9355         * text.C:
9356         * text2.C:
9357         * lyxtextclass.C:
9358         * sp_pspell.h:
9359         * textclasslist.[Ch]:
9360         * sp_ispell.h: whitespace change
9361
9362 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9363
9364         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
9365         lyxaction directly now.
9366
9367 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
9368
9369         * trans.C:
9370         * lyxfont.C:
9371         * lyxvc.C: remove unused headers
9372
9373 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9374
9375         * Makefile.am:
9376         * buffer.h:
9377         * undostack.h:
9378         * undostack.C:
9379         * undo_funcs.h:
9380         * undo_funcs.C: some cleanups. Use shared_ptr
9381           and a template for the undo stacks.
9382
9383 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
9384
9385         * BufferView_pimpl.h:
9386         * BufferView_pimpl.C:
9387         * kbmap.h:
9388         * kbmap.C:
9389         * kbsequence.h:
9390         * kbsequence.C:
9391         * lyxfunc.h:
9392         * lyxfunc.C:
9393         * text2.C: use key_state/mouse_state
9394
9395 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9396
9397         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
9398         and LSubstring
9399
9400         * chset.C: change include order
9401         (loadFile): use boost regex and get rid of LRegex and LSubstring
9402
9403         * Makefile.am (BOOST_LIBS): new variable
9404         (lyx_LDADD): use it
9405
9406         * LaTeX.C: change include order.
9407         (scanAuxFile): use boost regex and get rid of LRegex and
9408         LSubstring
9409         (deplog): ditto
9410
9411 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9412
9413         * ColorHandler.h:
9414         * ColorHandler.C:
9415         * FontInfo.h:
9416         * FontInfo.C: moved to frontends/xforms/
9417
9418         * FontLoader.h:
9419         * FontLoader.C: moved into frontends for GUIIzation
9420
9421         * Makefile.am:
9422         * lyx_gui.C:
9423         * lyxfont.C:
9424         * lyxfunc.C: changes from above
9425
9426 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
9427
9428         * LColor.C: remove spurious X include
9429
9430         * BufferView_pimpl.C:
9431         * Makefile.am:
9432         * font.h:
9433         * font.C:
9434         * text.C:
9435         * text2.C: move font metrics to frontends/
9436
9437 2002-05-24  Juergen Vigna  <jug@sad.it>
9438
9439         * undo_funcs.C (textHandleUndo): fix the cursor selection after
9440         setting the undo_cursor.
9441
9442         * ParagraphParameters.h: include local includes first.
9443
9444 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9445
9446         * BufferView_pimpl.C:
9447         * BufferView_pimpl.h:
9448         * Makefile.am:
9449         * WorkArea.h:
9450         * WorkArea.C:
9451         * screen.C: move WorkArea into frontends/
9452
9453         * lyxscreen.h:
9454         * screen.C:
9455         * text.C:
9456         * BufferView.C:
9457         * BufferView2.C: move LyXScreen into frontends/
9458
9459         * lyxlookup.h:
9460         * lyxlookup.C:
9461         * lyx_gui.C: move lyxlookup into frontends/xforms/
9462
9463 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9464
9465         * BufferView2.C:
9466         * BufferView_pimpl.C:
9467         * FontLoader.C:
9468         * LyXView.h:
9469         * LyXView.C:
9470         * Makefile.am:
9471         * WorkArea.C:
9472         * XFormsView.h:
9473         * XFormsView.C:
9474         * buffer.C:
9475         * bufferlist.C:
9476         * bufferview_funcs.C:
9477         * converter.C:
9478         * importer.C:
9479         * lyx_cb.C:
9480         * lyx_gui.C:
9481         * lyx_main.C:
9482         * lyx_find.C:
9483         * lyxfunc.C:
9484         * lyxvc.C:
9485         * minibuffer.C:
9486         * text.C:
9487         * text2.C:
9488         * trans.C:
9489         * vc-backend.C: move LyX/XFormsView into frontends/
9490
9491 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
9492
9493         * Makefile.am:
9494         * PainterBase.C:
9495         * PainterBase.h:
9496         * Painter.C:
9497         * Painter.h:
9498         * WorkArea.C:
9499         * WorkArea.h:
9500         * screen.C:
9501         * tabular.C:
9502         * text.C:
9503         * text2.C: move Painter to frontends/
9504
9505 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9506
9507         * buffer.C: comment out some some code that depend upon lyx_format
9508         < 220
9509
9510         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
9511         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
9512
9513         * buffer.h (NO_COMPABILITY): turn off compability
9514
9515         * ColorHandler.C: include scoped_array.hpp
9516
9517         * font.C: Use more specific smart_ptr header.
9518         * Painter.C: ditto
9519         * gettext.C: ditto
9520         * ShareContainer.h: ditto
9521         * lyx_main.h: ditto
9522         * kbmap.h: ditto
9523         * FontInfo.h: ditto
9524         * BufferView_pimpl.h: ditto
9525         * ColorHandler.h: ditto
9526
9527         * kbmap.C (defkey): change call to shared_ptr::reset
9528
9529 2002-05-21  Juergen Vigna  <jug@sad.it>
9530
9531         * buffer.C (insertErtContents): fix to insert ert asis if it is
9532         non empty. Skip it completely if it contains only whitespaces.
9533
9534 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
9535
9536         * BufferView_pimpl.C:
9537         * BufferView2.C: clear selection on paste (bug 393)
9538
9539 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9540
9541         * DepTable.C: include ctime
9542
9543 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
9544
9545         * buffer.C (latexParagraphs): Add new argument (moving_arg).
9546
9547 2002-05-14  Juergen Vigna  <jug@sad.it>
9548
9549         * text.C (breakParagraph): fixed function to honor the keepempty
9550         layout in the right maner and also to permit the right breaking
9551         algorithm on empty or non empyt keepempty paragraphs.
9552
9553         * paragraph.C (breakParagraph): we have to check also if the par
9554         is really empty (!size()) for isempty otherwise we do the wrong
9555         paragraph break.
9556
9557 2002-05-10  Juergen Vigna  <jug@sad.it>
9558
9559         * buffer.[Ch] : The following are only changes to the ert
9560         compatibility read reading old LaTeX layout and font stuff and
9561         convert it to ERTInsets.
9562
9563         * buffer.h: added isErtInset().
9564
9565         * buffer.C (struct ErtComp): add a fromlayout bool to check
9566         if we're inside a LaTeX layout.
9567         (isErtInset): new helper function.
9568         (insertErtContents): look for other ert insets before this one
9569         and insert the contents there, so that we don't have subsequent
9570         ERT insets with nothing between them. This way we create only one
9571         inset with multiple paragraphs. Also check if we don't insert only
9572         spaces ' ' as they are ignored anyway afterwards in the .tex file
9573         so if we have only spaces we will ignore this latex part in the
9574         new file.
9575         (parseSingleLyXformat2Token \\layout): better compatibility when
9576         reading layout-latex stuff.
9577         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
9578         language tag.
9579         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
9580         stuff after reading the inset only get the information back from
9581         the stack.
9582
9583 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
9584
9585         * buffer.C (makeLaTeXFile): Put language options after loading babel.
9586
9587         * LaTeXFeatures.C (getBabelOptions): New method.
9588
9589 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9590
9591         * BufferView_pimpl.C (Dispatch): work around missing argument for
9592         'layout'
9593
9594 2002-05-08  Juergen Vigna  <jug@sad.it>
9595
9596         * text.C (leftMargin): handle paragraph leftindent.
9597
9598         * paragraph.C (writeFile): write the new \\leftindent tag.
9599         (validate): handle leftindent code.
9600         (TeXEnvironment): handle paragraphleftindent code again.
9601
9602         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
9603
9604         * buffer.C (parseSingleLyXformat2Token): added compatibility code
9605         for paragrap_extra indent code and new token \\leftindent.
9606         (latexParagraphs): handle the leftindent as environment.
9607
9608         * ParameterStruct.h: added leftindent support.
9609
9610         * ParagraphParameters.C (leftIndent): added support functions for
9611         the paragraph left indent.
9612
9613         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
9614         more appropriate.
9615
9616 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
9617
9618         * paragraph.C (isRightToLeftPar): Return false for a paragraph
9619         inside insetERT.
9620
9621         * text.C (computeBidiTables): No bidi in insetERT.
9622
9623         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
9624         in RTL documents.
9625
9626 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9627
9628         * version.C.in: pre 5
9629
9630 2002-05-02  José Matos  <jamatos@fep.up.pt>
9631         * buffer.C (makeDocBookFile): white space changes, add newline to
9632         command styles.
9633         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
9634
9635         * tabular.C (docBook): fix typo.
9636
9637 2002-05-03  Juergen Vigna  <jug@sad.it>
9638
9639         * screen.C (drawFromTo): recalculate the rowpointer if we had a
9640         change in LyXText as we can not be sure it was not freed.
9641         (drawOneRow): remove unused code.
9642
9643         * text.C (drawInset): redo the calculation of the need_break_row as
9644         it could have a row which was already freed.
9645         (draw): look at the return value of drawInset and return false if
9646         it also returned false.
9647         (paintRowText): look at the return value of draw and return false if
9648         it also returned false.
9649
9650         * lyxtext.h: added bool return type to drawInset() and draw() so that
9651         if we have a change in the row so that the rowbreak has to be redone
9652         we abort drawing as it will be called again.
9653
9654 2002-05-02  Juergen Vigna  <jug@sad.it>
9655
9656         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
9657         a change in the maintext also if we're inside an inset.
9658         (Dispatch): set the cursor again after a break line and after the
9659         screen has been updated as it could be we're in a different row.
9660
9661         * text2.C (fixCursorAfterDelete): check to make sure we don't request
9662         to set the cursor behind the pargraph with > size().
9663         (setCursor): check also for the same paragraph when checking where
9664         to put the cursor if we have a NFR inset.
9665
9666         * buffer.C (parseSingleLyXformat2Token): move the compatibility
9667         parts of layout read further up as it still was in the wrong
9668         position.
9669
9670 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9671
9672         * screen.C (drawFromTo): change sine fullRebreak always return
9673         true.
9674
9675         * buffer.C (parseSingleLyXformat2Token): reindent some
9676
9677         * BufferView_pimpl.C (update): change since fullRebreak always
9678         return true.
9679         (Dispatch): git rid of the last hardcoded "Standard"s.
9680
9681 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9682
9683         * text2.[Ch] (fullRebreak): make it return void now that we always
9684         returned true.
9685
9686 2002-04-30  Juergen Vigna  <jug@sad.it>
9687
9688         * buffer.C (parseSingleLyXformat2Token): reset the font before the
9689         ert compatibility check for "latex" layout.
9690
9691 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
9692
9693         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
9694         minipages: use col% instead of p%, and also use the current font.
9695         (makeLaTeXFile): Fix use babel condition.
9696         (parseSingleLyXformat2Token): Correct font when reading old floats.
9697
9698 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
9699
9700         * BufferView_pimpl.C (Dispatch): Check that float type exists when
9701         inserting list of floats.
9702
9703 2002-04-25  Herbert Voss  <voss@lyx.org>
9704
9705         * MenuBackend.C (expand): don't add the graphics extensions to the
9706         export menu
9707
9708 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9709
9710         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
9711         non-existing layout, do not complain if it was the default layout
9712         of the original class (bug #342)
9713
9714 2002-04-24  Juergen Vigna  <jug@sad.it>
9715
9716         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
9717         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
9718
9719 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
9720
9721         * buffer.C (getBibkeyList): If using \bibliography, return the
9722         option field with the reference itself. Enables us to provide natbib
9723         support when using \bibliography.
9724
9725 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
9726
9727         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
9728
9729         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
9730         natbib is provided by the LaTeX class.
9731
9732 2002-04-23  Juergen Vigna  <jug@sad.it>
9733
9734         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
9735         Wakeup functions.
9736
9737         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
9738
9739 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9740
9741         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
9742
9743         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
9744         ensuremath around textordmasculine, textordfeminine and
9745         textdegree.
9746
9747 2002-04-19  Juergen Vigna  <jug@sad.it>
9748
9749         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
9750         reinitializing the buffer otherwise row-dimensions may be wrong.
9751         (update): reset also the selection cursors if they do exits otherwise
9752         their x/y positions may be wrong.
9753
9754         * text2.C (cursorDown): don't enter the inset if we came from a row
9755         above and are one row over the inset.
9756
9757         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
9758         really leaving an inset.
9759
9760 2002-04-18  Juergen Vigna  <jug@sad.it>
9761
9762         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
9763         of the selected paragraph does not have the selected layout also if
9764         the last one had!
9765
9766         * text2.C (setLayout): fixed bug which did not change last selected
9767         paragraph.
9768
9769         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
9770         changed the read and substituted \\end_float with \\end_inset!
9771
9772         * BufferView_pimpl.C (cursorPrevious):
9773         (cursorNext): fixed to make it work with rows heigher than the work
9774         area without moving the cursor only the draw of the row.
9775         (workAreaMotionNotify): fix jumping over high rows.
9776
9777 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9778
9779         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
9780         Ressler.
9781
9782 2002-04-16  Juergen Vigna  <jug@sad.it>
9783
9784         * text2.C (setCursor): set also the irow().
9785         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
9786         (cursorUp):
9787         (cursorDown): support for locking an inset if the x_fix value goes
9788         inside it. That way I can transverse insets too with cursor up/down.
9789
9790         * lyxrow.h: added irow helper function same as other (i) functions.
9791
9792         * BufferView_pimpl.C (cursorPrevious):
9793         (cursorNext): fixed for insets!
9794
9795 2002-04-15  Juergen Vigna  <jug@sad.it>
9796
9797         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
9798         position otherwise it is wrong in some cases.
9799
9800         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
9801         inside the inset before the call.
9802
9803 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
9804
9805         * buffer.[Ch] (getBibkeyList): make it const.
9806
9807 2002-04-12  Juergen Vigna  <jug@sad.it>
9808
9809         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
9810
9811         * text2.C (getCursorX): new helper function
9812         (setCursor): compute also ix_
9813         (setCursorFromCoordinates): set also ix.
9814
9815         * lyxcursor.h: added ix_ and helper functions.
9816
9817         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
9818
9819         * buffer.C (insertStringAsLines): dont break paragraph if the this
9820         paragraph is inside an inset which does not permit it!
9821
9822         * text.C (breakParagraph): honor keepempty flag and break the paragraph
9823         also with no chars on this paragraph.
9824         (paintRowText): only paint stuff if it's inside the workarea!
9825
9826         * paragraph.C (breakParagraph): honor keepempty flag and break the
9827         paragraph always below not above.
9828
9829         * BufferView2.C (unlockInset): update the paragraph layout on inset
9830         unlock as we changed paragraph in such a case.
9831
9832         * lyxfind.C (LyXFind): clear the former selection if not found!
9833
9834         * text2.C (insertInset): freeze Undo after setUndo so that it is not
9835         again called in insertChar().
9836
9837         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
9838         an inset which uses the whole row!
9839         (rightMargin): ditto.
9840         (insertChar): force a rebreak if we inserted an inset!
9841
9842 2002-03-28  Herbert Voss  <voss@lyx.org>
9843
9844         * lyxlength.[Ch]: add inBP() to get the right PS-point
9845         units (BigPoint). With inPixels we have rounding errors
9846
9847 2002-04-11  Juergen Vigna  <jug@sad.it>
9848
9849         * text2.C (setCursorFromCoordinates): set iy to the right value.
9850         (setCursor): add check if row->previous exists!
9851
9852         * buffer.C (parseSingleLyXformat2Token): reset font after read of
9853         an old float_type as this was the case in the old code!
9854
9855         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
9856
9857         * BufferView2.C (showLockedInsetCursor): use iy
9858         (fitLockedInsetCursor): ditto
9859
9860         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
9861         locked insets as there we have the right value now.
9862
9863         * lyxcursor.C: added iy_ variable and iy functions to set to the
9864         baseline of cursor-y of the locked inset.
9865
9866         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
9867         (setCursor): fixed for insets which need a full row.
9868
9869         * text.C (rowLastPrintable): don't ignore the last space when before
9870         an inset which needs a full row.
9871         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
9872         as last character of a row when before a inset which needs a full row.
9873
9874 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9875
9876         * version.C.in: update date
9877
9878         * text2.C (fullRebreak): try to always return true and see what
9879         happens...
9880
9881 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9882
9883         * MenuBackend.C (expand): use Floating::listName
9884
9885         * FloatList.C (FloatList): add listName argument to the built-in
9886         floats
9887
9888         * Floating.[Ch]: add listName member, which is the 'List of XXX'
9889         text associated with the float.
9890
9891 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9892
9893         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
9894
9895 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9896
9897         * ShareContainer.h: add a couple of missing typenames.
9898
9899 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
9900
9901         * lyxrc.C (getDescription): use _() correctly rather than N_().
9902
9903 2002-03-28  Herbert Voss  <voss@lyx.org>
9904
9905         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
9906         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
9907
9908 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9909
9910         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
9911         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
9912
9913 2002-03-29  Juergen Vigna  <jug@sad.it>
9914
9915         * lyxfunc.C (dispatch): add a missing fitCursor call.
9916
9917         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
9918         it was scrolled by a cursor move, so return the bool status.
9919
9920         * BufferView.C (fitCursor): return the bool flag also to the outside
9921         world as this is needed.
9922
9923         * screen.C (toggleToggle): don't subtract the offset if it's positive.
9924
9925         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
9926         call the edit() as it is not needed (and wrong) IMO.
9927         (workAreaButtonPress): set the screen_first variable before evt.
9928         unlock the inset as this may change screen_first and then we have
9929         a wrong y position for the click!
9930
9931 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9932
9933         * MenuBackend.C (expand): another translation that I missed
9934
9935 2002-03-28  Juergen Vigna  <jug@sad.it>
9936
9937         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
9938
9939         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
9940
9941 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9942
9943         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
9944
9945         * MenuBackend.C (expand): fix export/view/update when there is no
9946         document open.
9947
9948 2002-03-27  Herbert Voss  <voss@lyx.org>
9949
9950         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
9951         and text%
9952
9953 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9954
9955         * bufferview_funcs.C (currentState): only show paragraph number
9956         for is DEVEL_VERSION is set.
9957
9958         * lyxfunc.C (dispatch): put warning in INFO channel
9959
9960         * MenuBackend.C (expand): translate the name of floats
9961
9962         * FloatList.C (FloatList): mark the float names for translation
9963
9964         * converter.C (convert): use LibScriptSearch
9965
9966 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9967
9968         * MenuBackend.C (defaults): fix default menu (we might as well get
9969         rid of it...)
9970
9971 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9972
9973         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
9974         directory.
9975
9976 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9977
9978         * lyxvc.C: reorder includes.
9979
9980 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
9981
9982         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
9983           properly
9984
9985 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
9986
9987         * CutAndPaste.C: change layouts earlier on paste
9988           to avoid crashing when calling getFont()
9989
9990 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
9991
9992         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
9993         irritating #error.
9994
9995 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9996
9997         * WorkArea.C: remove 'Pending' debug message.
9998
9999         * most files: ws cleanup
10000
10001         * buffer.[Ch]: ws changes
10002
10003         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10004
10005 2002-03-21  Juergen Vigna  <jug@sad.it>
10006
10007         * tabular.C (SetMultiColumn): collapse also the contents of the
10008         cells and set the last border right. Added a Buffer const * param.
10009
10010 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10011
10012         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10013         linking or not.
10014
10015 2002-03-19  Juergen Vigna  <jug@sad.it>
10016
10017         * text2.C (clearSelection): reset also xsel_cache.
10018
10019         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10020         where it needs to be called (John tells us to do so too :)
10021         (selectionLost): reset sel_cache.
10022
10023         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10024
10025 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10026
10027         * text2.C (setCursorIntern): put debuging code in INSETS channel
10028
10029 2002-03-19  André Pönitz <poenitz@gmx.net>
10030
10031         * lyxfunc.C: tiny whitespace change
10032
10033 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10034
10035         * ToolbarDefaults.C (init):
10036         * LyXAction.C (init):
10037         * commandtags.h:
10038         * BufferView_pimpl.C (Dispatch):
10039         * lyxfunc.C (dispatch): remove LFUN_DEPTH
10040
10041 2002-03-19  Allan Rae  <rae@lyx.org>
10042
10043         * exporter.C (Export): removeAutoInsets before doing anything else.
10044         While I've just introduced a dependency on BufferView this really is
10045         the best place to clean the buffer otherwise you need to cleanup in
10046         a dozen places before calling export or cleanup in a dozen functions
10047         that export calls.
10048
10049         * converter.C (runLaTeX):
10050         (scanLog): Better handling of removeAutoInsets and screen updates.
10051
10052         * lyxfunc.C (dispatch): small whitespace changes
10053
10054 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10055
10056         * WorkArea.C (C_WorkAreaEvent): return a value.
10057         (event_cb): return 1 if we handled the event, 0 otherwise.
10058
10059         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
10060
10061 2002-03-18  Juergen Vigna  <jug@sad.it>
10062
10063         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
10064         (GetAdditionalWidth): ditto.
10065         (RightLine): ditto.
10066         (LeftLine): ditto.
10067
10068         * BufferView2.C (copy): use getLyXText() so that we do it inside an
10069         inset if we're there actually (probably not used right now but this
10070         is the direction to go for unifying code).
10071         (paste): disable code to clear the selection.
10072
10073         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
10074         inside an InsetText and move the check further up as it is in the
10075         wrong place.
10076
10077         * text2.C (pasteSelection): set a selection over the pasted text.
10078
10079 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
10080
10081         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
10082         and libgraphics to build on Cygwin.
10083
10084 2002-03-15  Juergen Vigna  <jug@sad.it>
10085
10086         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
10087         inserting an Inset into the paragraph. I know this is not the best
10088         fix but we already use current_view in CutAndPaste so we will remove
10089         all of it's using at the same time.
10090
10091         * buffer.C (sgmlError): deactivated function till it is rewritten in
10092         the right mode, now it can create problems.
10093
10094         * paragraph.C (isLineSeparator): check if getInset returns != 0,
10095         before accessing it.
10096
10097 2002-03-14  Juergen Vigna  <jug@sad.it>
10098
10099         * undo_funcs.C (textHandleUndo): do the right thing when updating
10100         the inset after the undo/redo.
10101
10102         * text2.C (setCursor): just some testcode for #44 not ready yet.
10103
10104         * undo_funcs.C (textHandleUndo): set the next() and previous()
10105         pointers of the paragraph to 0 before deleting otherwise we have
10106         problems with the Paragraph::[destructor].
10107
10108         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
10109         on a paragraph insertion.
10110
10111 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10112
10113         * buffer.C (asciiParagraph): use += operator for char append to
10114         string.
10115
10116         * paragraph.C (getFontSettings): compare >= not just >
10117         (highestFontInRange): ditto
10118         (setFont): ditto
10119
10120 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10121
10122         * paragraph.C: change several algorithm to be more appripriate for
10123         the problem domain. This is lookip in FontList and in the InsetList.
10124
10125 2002-03-13  André Pönitz <poenitz@gmx.net>
10126
10127         * commandtags.h:
10128         * LyXAction.C: remove unused LFUN_MATH_MACROARG
10129
10130 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
10131
10132         * commandtags.h:
10133         * LyXAction.C:
10134         * lyxfunc.C:
10135         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
10136
10137 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10138
10139         * Painter.C (display): anon helper function, adjust code for this
10140         change.
10141         (pixmap): remove function.
10142
10143         * Painter.h: remove private display variable.
10144
10145         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
10146
10147 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
10148
10149         * WorkArea.[Ch]: remove figinset_canvas cruft.
10150
10151 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10152
10153         * lyxtextclass.C (operator): add one item cache optimization.
10154
10155         * bufferlist.h: doxy changes
10156
10157         * bufferlist.C: ws changes
10158
10159         * DepTable.[Ch] (ext_exist): place const in the right spot.
10160
10161         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
10162         call resizeInsets.
10163         (workAreaExpose): call resizeInsets when the with BufferView changes.
10164         (Dispatch): adjust for protectedBlank removal
10165         (specialChar): call updateInset if the insert went ok.
10166
10167         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
10168         specialChar instead.
10169
10170         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
10171
10172         * BufferView.h: doxy change
10173
10174         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
10175
10176         * lyxtextclass.C (operator[]): remove non-const version
10177         (defaultLayout): remove non-const version
10178
10179 2002-03-12  Juergen Vigna  <jug@sad.it>
10180
10181         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
10182         did resize the LyXText too.
10183
10184         * buffer.C (readLyXformat2): set layout information on newly allocated
10185         paragraphs.
10186
10187         * tabular.C (OldFormatRead): set layout information on the paragraph.
10188
10189 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10190
10191         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
10192
10193 2002-03-11  Juergen Vigna  <jug@sad.it>
10194
10195         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
10196         plainly wrong.
10197         (resizeCurrentBuffer): force also the insets to resize themselfes.
10198         (moveCursorUpdate): fixed up for InsetText.
10199
10200 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
10201
10202         * commandtags.h:
10203         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
10204         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
10205         value of Dialogs::tooltipsEnabled().
10206         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
10207
10208 2002-03-08  Juergen Vigna  <jug@sad.it>
10209
10210         * BufferView_pimpl.C (updateInset): update inset inside inset also
10211         if it isn't inside theLockingInset().
10212
10213 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10214
10215         * buffer.C (asciiParagraph): redo some of the word and line length
10216         handling.
10217         (getLists): look for Caption instead of caption.
10218
10219 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10220
10221         * buffer.C (Buffer): initialize niceFile to true
10222         (makeLaTeXFile):
10223         (makeLinuxDocFile):
10224         (makeDocBookFile): make sure niceFile is true on exit
10225
10226 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10227
10228         * buffer.C (makeLaTeXFile): escape ~ in \input@path
10229
10230 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
10231
10232         * LyXSendto.C: remove.
10233         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
10234         * lyx_gui.C: remove now-redundant comment.
10235         * ColorHandler.h: remove forward declaration of class WorkArea.
10236         * lyxfunc.C: remove #include "WorkArea.h".
10237
10238 2002-03-07  Juergen Vigna  <jug@sad.it>
10239
10240         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
10241         got moved away with the DEPM and also set the inset_owner always
10242         right which before could have been omitted.
10243
10244 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10245
10246         * buffer.C (parseSingleLyXformat2Token): use default layout is the
10247         wanted layout is not found.
10248
10249 2002-03-07  Juergen Vigna  <jug@sad.it>
10250
10251         * CutAndPaste.C (cutSelection): another layout settings forgotten.
10252
10253 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10254
10255         * paragraph.C (breakParagraph): use default layout not layout of
10256         prev paragraph.
10257         (Paragraph): clear ParagraphParameters.
10258
10259 2002-03-06  Juergen Vigna  <jug@sad.it>
10260
10261         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
10262         otherwise it would not be a valid lenght. Fixed a special case in
10263         the minipage compatibility read where we end the document with a
10264         minipage.
10265
10266         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
10267         was set as it could be 0 for InsetTexts first entry.
10268
10269 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10270
10271         * paragraph.C (writeFile): if layout is empty write out
10272         defaultLayoutName().
10273
10274         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
10275         file without named layout we set layout to defaultLayoutName().
10276
10277 2002-03-06  Juergen Vigna  <jug@sad.it>
10278
10279         * CutAndPaste.C (copySelection): set layout for new paragraph.
10280
10281         * text.C (prepareToPrint): leave ERT inset left aligned
10282         (leftMargin): don't indent paragraphs inside ERT insets
10283
10284 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10285
10286         * paragraph.C (breakParagraph): dont call clear do the work manually
10287
10288         * paragraph.[Ch] (clear): remove function
10289
10290 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10291
10292         * paragraph.C (Paragraph): dont call clear, the work has already
10293         been done.
10294
10295         * lyxtextclass.C (operator): assert if n is empty
10296
10297         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
10298         work manually instead.
10299
10300 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10301
10302         * BufferView_pimpl.C: protect selectionLost against text == 0
10303
10304 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10305
10306         * text.C (breakParagraph): fix a setting layout to '0' problem.
10307
10308 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10309
10310         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
10311         final location of file, for the included files, and graphics.
10312
10313 2002-03-05  Juergen Vigna  <jug@sad.it>
10314
10315         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
10316
10317 2002-03-04  Juergen Vigna  <jug@sad.it>
10318
10319         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
10320
10321         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
10322         last column of multicolumn cells.
10323         (SetWidthOfMulticolCell): recalculate NMC and real columns.
10324
10325 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
10326
10327         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
10328         file if it doesn't go to a temporary file.
10329
10330         * buffer.C (sgmlOpenTag):
10331         (sgmlCloseTag):  remove extra newline insertion.
10332
10333 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10334
10335         * text.C (getRowNearY): comment out debug msg
10336
10337 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10338
10339         * text2.C: first -> first_y
10340
10341         * text.C (getRowNearY): add some attemts at a possible
10342         optimization, not working.
10343
10344         * tabular.[Ch]: add BufferParams to several function so that newly
10345         created paragraph can be initialized to he default layotu for the
10346         buffers textclass.
10347
10348         * tabular-old.C (ReadOld): add buf->params to call of Init
10349
10350         * screen.C: rename text->first to text->first_y
10351
10352         * paragraph.C (breakParagraph): always set layout in the broken
10353         paragraph
10354
10355         * lyxtextclass.C (Read): remove lowercase
10356         (hasLayout): ditto
10357         (operator): ditto
10358         (delete_layout): ditto
10359
10360         * lyxtext.h: rename first -> first_y
10361
10362         * lyxlayout.C (Read): remove lowercase
10363         (name): ditto
10364         (setName): ditto
10365         (obsoleted_by): ditto
10366
10367         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
10368
10369         * buffer.C (insertErtContents): add params are to InsetERT
10370         (parseSingleLyXformat2Token): add code to check if a paragraphs
10371         layout really exist.
10372         (parseSingleLyXformat2Token): add params to several inset
10373         constructors
10374         (asciiParagraph): remove lowercase, do the layout comparisons with
10375         no_case
10376
10377         * BufferView_pimpl.C (cursorNext): first -> first_y
10378         (resizeCurrentBuffer): first -> first_y
10379         (updateScrollbar): first -> first_y
10380         (scrollCB): first -> first_y
10381         (workAreaMotionNotify): first -> first_y
10382         (workAreaButtonPress): first -> first_y
10383         (checkInsetHit): first -> first_y
10384         (cursorPrevious): first -> first_y
10385         (cursorNext): first -> first_y
10386         (Dispatch): add buffer_->params to severl inset contructors
10387
10388 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10389
10390         * lyxlayout.C (Read): remove some debug info that I forgot.
10391
10392         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
10393         clean up the code slightly.
10394         (makeLinuxDocFile): ditto
10395         (makeDocBookFile): ditto
10396
10397         * text2.C: layout as string
10398
10399         * text.C: layout as string
10400
10401         * paragraph_pimpl.C: layout as string
10402
10403         * paragraph.[Ch]: layout as string
10404
10405         * lyxtextclasslist.[Ch]: layout as string
10406
10407         * lyxtextclass.[Ch]: layout as string
10408
10409         * lyxtext.h: layout as string
10410
10411         * lyxlayout.[Ch]: layout as string
10412
10413         * lyx_cb.C: layout as string
10414
10415         * bufferview_funcs.C: layout as string
10416
10417         * bufferparams.C: layout as string
10418
10419         * buffer.C: layout as string
10420
10421         * LyXView.[Ch]: layout as string
10422
10423         * LaTeXFeatures.[Ch]: layout as string
10424
10425         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
10426
10427         * BufferView_pimpl.C: change current_layout to string, remove
10428         lyx::layout_type.
10429         (Dispatch):
10430         (smartQuote):
10431         (insertInset):
10432         (workAreaButtonRelease): layout as string
10433
10434         * BufferView2.C (unlockInset): adjust
10435
10436         * vspace.C (asLatexCommand): use an explict temp variable.
10437
10438 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
10439
10440         * Makefile.am: use FRONTEND_*
10441
10442 2002-03-01  Juergen Vigna  <jug@sad.it>
10443
10444         * tabular.C (SetWidthOfMulticolCell): changed to something better
10445         I hope but still work in progress.
10446         (recalculateMulticolumnsOfColumn): renamed function from
10447         recalculateMulticolCells as it is more appropriate now.
10448         (SetWidthOfCell): calculate multicols better.
10449
10450 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10451
10452         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
10453
10454         * lyxfunc.C (processKeySym): print sequence also if it is
10455         `deleted' (complete)
10456
10457         * kbsequence.C (print): print sequence even if it is deleted
10458         (complete would be a better word, actually).
10459
10460         * lyxfunc.C (dispatch): print complete options after a prefix key
10461
10462         * vspace.C (asLatexCommand): rewrite in a slightly different form.
10463
10464 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
10465
10466         * text2.C (setCharFont): eliminate setCharFont code duplication.
10467
10468 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10469
10470         * BufferView_pimpl.C (Dispatch): remove bogus handling of
10471         LFUN_TABULAR_FEATURE (bug #177)
10472
10473 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
10474
10475         * Makefile.am: remove figure.h
10476
10477 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
10478
10479         * Bufferview_pimpl.C:
10480         * CutAndPasteC:
10481         * LaTeX.C:
10482         * LyXSendto.C:
10483         * buffer.C:
10484         * bufferlist.C:
10485         * converter.C:
10486         * language.C:
10487         * lyxfunc.C:
10488         * lyxvc.C:
10489         * paragraph.C:
10490         * text.C:
10491         * text2.C: remove #include "lyx_gui_misc.h".
10492
10493         * LaTeX.C: added #include <cstdio>
10494
10495 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10496
10497         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
10498         that the paragraph following this one can have.
10499
10500         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
10501
10502         * vspace.C (asLatexCommand): fix bogus gcc warning
10503
10504         * Makefile.am (lyx_SOURCES): remove vms_defines.h
10505
10506 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
10507
10508         * text2.C (setLayout): get rid of redundant code
10509
10510 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
10511
10512         * text2.C (incDepth): make sure depth cannot be increased beyond
10513         reasonable values.
10514
10515 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
10516
10517         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
10518         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
10519
10520         * PainterBase.h (image):
10521         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
10522         a LyXImage const *.
10523
10524 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10525
10526         * BufferView.C:
10527         * BufferView.h:
10528         * BufferView_pimpl.C:
10529         * BufferView_pimpl.h:
10530         * LaTeXFeatures.C:
10531         * LyXAction.C:
10532         * LyXView.C:
10533         * Makefile.am:
10534         * UpdateList.h:
10535         * UpdateList.C:
10536         * buffer.C:
10537         * figure.h:
10538         * figureForm.C:
10539         * figureForm.h:
10540         * figure_form.C:
10541         * figure_form.h:
10542         * lyx_cb.C:
10543         * lyx_gui.C:
10544         * lyx_gui_misc.C:
10545         * lyxfunc.C:
10546         * sp_base.h:
10547         * sp_ispell.h:
10548         * sp_pspell.h:
10549         * sp_spell.C: remove fig inset, and the crap house of
10550           cards that follows it
10551
10552 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
10553
10554         * Makefile.am:
10555         * lyxserver.C:
10556         * os2_defines.h:
10557         * os2_errortable.h:
10558         * nt_defines.h: move .h into support/
10559
10560         * vms_defines.h: remove
10561
10562         * WorkArea.C: add space in debug output
10563
10564         * text2.C:
10565         * paragraph.C:
10566         * buffer.C: add WITH_WARNINGS
10567
10568         * vc-backend.h:
10569         * vc-backend.C:
10570         * bufferlist.C: s/retrive/retrieve/, add docs
10571
10572         * vspace.h:
10573         * vspace.C:
10574         * kbmap.h:
10575         * lyxlength.h:
10576         * lyxgluelength.h:
10577         * length_common.h:
10578         * chset.h:
10579         * chset.C: add docs
10580
10581         * lyxgui.C: add ID to X error handler
10582
10583         * lyxtestclass.c: fix typo
10584
10585 2002-02-26  Juergen Vigna  <jug@sad.it>
10586
10587         * tabular_funcs.C (write_attribute): changed so that some default
10588         attributes are not written at all.
10589         (getTokenValue): set default values before trying to read the
10590         value so we have the return value always set as default if we don't
10591         find the token we search for.
10592
10593         * tabular.C (Write): write bools as bools not as strings!
10594
10595 2002-02-22  Juergen Vigna  <jug@sad.it>
10596
10597         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
10598         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
10599
10600         * text.C (leftMargin): don't add an indent for paragraphs inside
10601         tabular cells (fix #208).
10602
10603 2002-02-21  José Matos  <jamatos@fep.up.pt>
10604
10605         * tabular.C (docBook): fixed support for long tables.
10606
10607 2002-02-20  Juergen Vigna  <jug@sad.it>
10608
10609         * text2.C (getFont): get the drawing font of the Inset if this
10610         paragraph is inside an inset (only important for InsetERT for now).
10611
10612         * buffer.C (insertErtContents): use new lanugage params in ERT
10613         constructor.
10614
10615         * CutAndPaste.C: commenting out seemingly uneeded code.
10616
10617 2002-02-19  Allan Rae  <rae@lyx.org>
10618
10619         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
10620         Iterators might be simple to use but they also get invalidated.
10621         (removeAutoInsets): renamed saved cursor tracking variables and added
10622         some comments to clarify what everything does.
10623
10624 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
10625
10626         * Chktex.C:
10627         * LaTeX.C:
10628         * LyXSendto.C:
10629         * converter.C:
10630         * lyx_cb.C:
10631         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
10632         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
10633
10634         * lyxfunc.C:
10635         * vc-backend.h: remove #include "support/syscall.h"
10636
10637         * LaTeX.C:
10638         * LyXSendto.C:
10639         * converter.C: rearrange #includes in Lars' approved fashion.
10640
10641         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
10642         forward declare class Timeout in the header file.
10643
10644         * XFormsView.C: changes due to the above.
10645
10646         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
10647         similar to LyXView.
10648
10649         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
10650         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
10651
10652 2002-02-18  José Matos  <jamatos@fep.up.pt>
10653
10654         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
10655         insets contents.
10656
10657 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10658
10659         * a lot of small ws changes
10660         * add a lot of using std::XXX
10661         * use std construcs some places where approp.
10662         * use some exisint stuff from lyxfunctional where approp.
10663         * Make file changes to use partial linking (lets test this now...)
10664
10665 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10666
10667         * Chktex.C:
10668         * buffer.C:
10669         remove #include "support/syscontr.h" as it's redundant. Always has been.
10670
10671         * Chktex.C:
10672         * LaTeX.C:
10673         * LyXSendto.C:
10674         * converter.C:
10675         * lyx_cb.C:
10676         * vc-backend.C:
10677         change Systemcalls::System to Systemcalls::Wait and
10678         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
10679         No change of functionality, just reflects the stripped down Systemcalls
10680         class.
10681
10682 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
10683
10684         * debug.[Ch]: add a GRAPHICS type to the enum.
10685
10686 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10687
10688         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
10689
10690         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
10691         there is an inset.
10692
10693 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10694
10695         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
10696         match the changes below.
10697
10698         * text2.C (toggleInset): if there is not editable inset at cursor
10699         position, try to see if cursor is _inside_ a collapsable inset
10700         and close it.
10701
10702 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10703
10704         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
10705         document menu has a nice checkbox
10706
10707 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10708
10709         * lyxlength.C (asLatexString): change PW to output as percent of
10710         \textwidth.
10711
10712         * lengthcommon.C: change '%' to 't%'
10713
10714         * lyxfunc.C (dispatch): a few comments from Martin
10715
10716 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
10717
10718         * WorkArea.h:
10719         * WorkArea.C:
10720         * BufferView_pimpl.h:
10721         * BufferView_pimpl.C: clear our selection when X tells us we've lost
10722           the X selection.
10723
10724 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10725
10726         * vspace.C (inPixels): fix compiler warning
10727
10728 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10729
10730         * lyxfunc.C (getStatus): fix status message for disabled commands.
10731
10732 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
10733
10734         * BufferView_pimpl.C: fix crash on close buffer
10735         during selection (#227)
10736
10737 2002-01-27  Herbert Voss  <voss@lyx.org>
10738
10739         * buffer.C: link old Figure to new graphic inset
10740
10741 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
10742
10743         * FontLoader.C (getFontinfo): Change the latex font names in order
10744         to match the names of type1inst.
10745
10746 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10747
10748         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
10749
10750         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
10751         (extchanged): ditto
10752         (ext_exist): ditto
10753         (remove_files_with_extension): ditto
10754         (remove_file): ditto
10755         (write): ditto
10756
10757         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
10758         document is smaller than the work area height. Do not initialize
10759         static variables to 0.
10760
10761 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10762
10763         * lyx_gui.C (init): give the toolbar tooltips a normal font.
10764
10765         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
10766         LFUN_LAYOUT_PARAGRAPHS.
10767
10768         * tabular.C (GetCellFromInset): new method. Finds an inset in a
10769         tabular. It is possible to provide a possible cell, which will
10770         typically be the actcell from the corresponding insettabular
10771
10772         * lyxfunc.C (getStatus): small cleanup; disable
10773         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
10774         true
10775
10776 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10777
10778         * tabular.C (Validate): remove broken optimization (fixes bug #201)
10779
10780         * paragraph.C (startTeXParParams):
10781         (endTeXParParams): new methods. The LaTeX code to
10782         start/end paragraph formatting
10783         (simpleTeXOnePar): call startTeXParParams also when paragraph is
10784         empty (fixes bug #200)
10785
10786         * vspace.C (inPixels): adapt to the change below
10787         (inPixels): [later] more cleanups (remove unused variables)
10788
10789         * lyxlength.C (inPixels): change to use a width and a height as
10790         parameter.
10791
10792 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10793
10794         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
10795         Replaced with \paperwidth
10796
10797         * DepTable.C (insert): add std:: qualifier
10798
10799 2002-01-18  Allan Rae  <rae@lyx.org>
10800
10801         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
10802         updated also?
10803
10804         * text.C (drawInset): Turned out I didn't know enough about how
10805         rebreaking worked.  This fixes most of the redraw problems.  I see
10806         an occasional cursor trail when a line is broken now and the cursor
10807         placement can seem out by a few pixels also after a rebreak.
10808
10809 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10810
10811         * buffer.C (parseSingleLyXformat2Token): update because minipage
10812         width is now a LyXLength
10813
10814         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
10815
10816         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
10817         math insets
10818
10819 2002-01-17  Juergen Vigna  <jug@sad.it>
10820
10821         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
10822
10823         * BufferView2.C (lockInset): call edit() so that theLockingInset()
10824         is set correctly and the inset is updated correctly.
10825
10826 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10827
10828         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
10829         the beginning of the loop.
10830
10831 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
10832
10833         * lyxrc.C: improve help for use_scalable_fonts
10834
10835 2002-01-17  Allan Rae  <rae@lyx.org>
10836
10837         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
10838
10839 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10840
10841         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
10842         make sure to set their inset_owner to the right value (bug #171)
10843
10844 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
10845
10846         * DepTable.h
10847         * DepTable.C: Implement mtime checking to reduce time spent doing
10848         CRCs.
10849
10850 2002-01-16  Juergen Vigna  <jug@sad.it>
10851
10852         * tabular.C (GetAdditionalHeight): one of error fixed.
10853
10854         * lyxrc.C (output): small fix in writing use_pspell.
10855
10856 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
10857
10858         * sp_base.h: #include LString.h
10859
10860 2002-01-16  Allan Rae  <rae@lyx.org>
10861
10862         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
10863         Can someone check this please?
10864
10865         * text.C (drawInset): It was possible that p.row would be removed by
10866         breakAgainOneRow upsetting a few other settings.  There may be another
10867         small tweak possible by setting need_break_row = 0 when p.row has been
10868         removed but I don't know enough about the logic here.
10869
10870 2002-01-15  Allan Rae  <rae@lyx.org>
10871
10872         * text.C (insertChar): removed conditional truism.
10873
10874         * BufferView2.C (removeAutoInsets): More tweaks.
10875         cur_par_prev could be a stray pointer.  Check for trailing empty line
10876         in case last line was cur_par and only had an error inset on it.
10877
10878 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10879
10880         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
10881         absolute
10882
10883         * vc-backend.C (most methods):
10884         * exporter.C (Export):
10885         * converter.C (convert):
10886         (runLaTeX):
10887         * LyXSendto.C (SendtoApplyCB):
10888         * lyxfunc.C (dispatch):
10889         (menuNew):
10890         (open):
10891         (doImport):
10892         * lyx_cb.C (AutoSave):
10893         (InsertAsciiFile):
10894         * BufferView_pimpl.C (MenuInsertLyXFile):
10895         * buffer.C (runChktex): use Buffer::filePath().
10896
10897         * buffer.h: rename filename to filename_; rename filepath to
10898         filepath_ and make it private
10899         (filePath): new method
10900
10901         * buffer.C (writeFile): use fileName()
10902         (getLatexName):
10903
10904         * lyx_main.C (init): fix starting  of LyX when the binary is a
10905         link from so,ewhere else.
10906
10907         * minibuffer.C: include <cctype> for isprint
10908
10909 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10910
10911         * buffer.C (parseSingleLyXformat2Token): changes associated with the
10912         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
10913         name clash with InsetCollapsable's width function.
10914
10915 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10916
10917         * lastfiles.C: include <iterator>
10918
10919 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10920
10921         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
10922         std::count.
10923
10924         * buffer.C (makeLaTeXFile): ditto.
10925         Also make loop operation more transparent.
10926
10927 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
10928
10929         * ToolbarDefaults.C: remove trailing comma closing namespace.
10930
10931         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
10932
10933         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
10934         as in WorkArea.
10935
10936         * trans.C (Load): comment out unused variable, allowed.
10937
10938 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
10939
10940         * minibuffer.[Ch] (append_char): new method to recieve input from the
10941         drop-down completion browser. If a key was pressed, then recieve this
10942         char and append it to the existing string.
10943         (peek_event): modify the positioning data passed to the completion
10944         browser so that it can be placed above the minibuffer rather than below.
10945 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10946
10947         * LyXAction.C (init): alloe error-next for readonly documents.
10948
10949         * BufferView2.C (ChangeRefsIfUnique): use standard version of
10950         count.
10951
10952 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10953
10954         * bufferlist.C (readFile): create the buffer _after_ checking that
10955         the file exists.
10956
10957         * lyxfunc.C (verboseDispatch): fix handling of arguments
10958
10959         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
10960
10961         * lyxrc.C: use string::erase() instead of initializing to "".
10962
10963
10964 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10965
10966         * BufferView_pimpl.h:
10967         * BufferView_pimpl.C:
10968         * WorkArea.h:
10969         * WorkArea.C:
10970         * text2.C: tell X when we have made a selection for copying
10971
10972 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10973
10974         * BufferView_pimpl.C (MenuInsertLyXFile):
10975         * lyxfunc.C (menuNew):
10976         (open):
10977         (doImport): add shortcuts to directory buttons
10978
10979         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
10980         open a float)
10981
10982         * lyxfunc.C (setStatusMessage):
10983         (getStatusMessage): new methods
10984         (getStatus):use setStatusMessage instead of setErrorMessage
10985         (dispatch): when function is disabled, set error message here
10986         [instead of in getStatus previously]
10987
10988         * BufferView_pimpl.C (workAreaButtonRelease): update
10989         toolbar/menubar here too.
10990
10991 2002-01-13  Allan Rae  <rae@lyx.org>
10992
10993         * BufferView2.C (removeAutoInsets): finished off earlier fix.
10994         Now seems indestructible.  Remaining task is to audit all other
10995         code affected by deleteEmptyParagraphMechanism.  One small quirk
10996         left is that an empty document with an error in the preamble can
10997         be made to report an error but no error box appears.  I don't know
10998         where it goes.
10999         (removeAutoInsets): Improved comments.
11000
11001 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11002
11003         * Thesaurus.h:
11004         * Thesaurus.C: update for Aiksaurus 0.14
11005
11006 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11007
11008         * text2.C (firstParagraph): removed member function, all uses
11009         replaces with ownerParagraph
11010         (redoParagraphs): here
11011         (updateInset): here
11012         (toggleAppendix): here
11013         * BufferView2.C (insertErrors): here
11014         (setCursorFromRow): here
11015
11016 2002-01-13  Allan Rae  <rae@lyx.org>
11017
11018         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11019         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11020         There is still a way to segfault this although you may have to do this
11021         multiple times: Have an InsetERT with an unknown command in it.
11022         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11023         <down-arrow>, <Enter> again, View->DVI, BANG!
11024
11025         * text2.C (setCursor):
11026         (deleteEmptyParagraphMechanism):
11027         * lyxtext.h (setCursor):
11028         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11029         Making use of the return value may help fix other bugs.
11030
11031 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11032
11033         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11034
11035         * LyXView.C (updateMenubar): call MenuBar::update here
11036         (updateToolbar): but not here
11037         (showState): do not update toolbar/menubar
11038
11039         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
11040         should need to care about that.
11041
11042         * lyxfunc.C (verboseDispatch): simplify a bit
11043         (getStatus): have a version which takes a pseudoaction, and
11044         another which requires a (kb_action,string).
11045
11046         * LyXAction.C (retrieveActionArg): make it work also when action
11047         is not a pseudo-action.
11048         (getActionName): simplify a bit
11049         (helpText):
11050
11051 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11052
11053         * lyxfunc.C (verboseDispatch): new families of methods with
11054         several ways to specify a command and a bool to indicate whether
11055         the command name and shortcut should be displayed in minibuffer
11056         (eventually, we could extend that to a finer bitmask like
11057         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
11058         (dispatch): the pristine dispatch command which just, well,
11059         dispatchs! Note it still sets its result to minibuffer; I'm not
11060         sure we want that.
11061
11062         * lyxfunc.h: remove setHintMessage
11063
11064         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
11065
11066 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11067
11068         * BufferView_pimpl.C (specialChar): delete new inset if we have
11069         not been able to insert it.
11070
11071         * kbmap.C: revert to using int instead of kb_action, since all we
11072         are dealing with is pseudo-actions.
11073
11074         * LyXAction.C (searchActionArg): change to return int instead of
11075         kb_action, since the result is a pseudoaction.
11076
11077 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
11078
11079         * buffer.C (insertErtContents): Fix (partially) the font bug.
11080
11081 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11082
11083         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
11084         as the other one is broken on my machine!
11085
11086 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
11087
11088         * commandtags.h:
11089         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
11090
11091 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
11092
11093         * lyxrc.[Ch]: change names and descriptions of popup font variables to
11094         reflect their actual use. Provide compatibility code for older lyxrc
11095         files.
11096
11097         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
11098         FL_NORMAL_STYLE.
11099         change names of popup font variables in line with the changes to lyxrc.C
11100
11101 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11102
11103         * buffer.C (asciiParagraph): avoid outputing a word twice after
11104         an inset.
11105
11106         * lyxrc.C (getDescription): document that document_path and
11107         template_path can be empty.
11108
11109 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11110
11111         * LaTeXFeatures.C (getMacros):
11112         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
11113
11114         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
11115
11116         * LaTeXFeatures.C (useFloat): require "float" here instead of in
11117         getPackages.
11118         (getPackages): rename feature "floats" to "float". Use an array to
11119         iterate over 'simple' features (i.e. just a \usepackage). Add
11120         handling of "amsmath" (renamed from "amsstyle").
11121
11122 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
11123
11124         * LaTeXFeatures.C (require): Prevent duplicate entries in the
11125         features list.
11126
11127 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
11128
11129         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
11130         FuncStaus::FuncStatus & FuncStaus::some_method().
11131
11132 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
11133
11134         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
11135         of the func_satus stuff. Edited and massaged in various ways by
11136         JMarc.
11137
11138         * lyxfunc.C (getStatus): use FuncStatus
11139
11140 2002-01-08  Juergen Vigna  <jug@sad.it>
11141
11142         * text.C (nextBreakPoint): use function Inset::isChar().
11143
11144         * paragraph.C (TeXOnePar): use function
11145         Inset::forceDefaultParagraphs.
11146
11147         * buffer.C (latexParagraphs): use function
11148         Inset::forceDefaultParagraphs.
11149
11150 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11151
11152         * lyx_gui.C (init): set the style of the menu popups to
11153         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
11154
11155 2002-01-07  Juergen Vigna  <jug@sad.it>
11156
11157         * text.C (setHeightOfRow): small fix
11158         (prepareToPrint): don't look at alignment if we don't have the place
11159         for doing it.
11160
11161 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11162
11163         * box.C: New file. Move the Box methods and functions out of box.h,
11164         following Lars' suggestion.
11165
11166 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
11167
11168         * box.h: #include "support/LOstream.h", needed for inlined function.
11169
11170         * lyxtextclass.C:
11171         * lyxtextclasslist.C: added some using std declarations.
11172
11173 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
11174
11175         * box.h: make signed dimensions to allow insets wider than
11176           the screen (bug #162)
11177
11178         * BufferView_pimpl.C: add some insetHit debug
11179
11180 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
11181
11182         * vc-backend.C: add FIXME
11183
11184 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11185
11186         * lyxfunc.C (getStatus): enable code for showing math font status
11187         in toolbar/menu.
11188
11189 2002-01-07  Juergen Vigna  <jug@sad.it>
11190
11191         * text.C (nextBreakPoint): removed debug output not needed anymore.
11192
11193 2002-01-06  Juergen Vigna  <jug@sad.it>
11194
11195         * text.C (nextBreakPoint): fixed up this function we had this bug
11196         since ever but now hopefully we break row better.
11197         (insertChar): we have to check if an inset is the next char as it
11198         could now happen that a large inset is causing a break.
11199
11200 2002-01-05  Juergen Vigna  <jug@sad.it>
11201
11202         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
11203         if it doesn't like to be drawed.
11204
11205 2002-01-04  Juergen Vigna  <jug@sad.it>
11206
11207         * BufferView2.C (lockInset): forgot to set a cursor.
11208
11209         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
11210
11211 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
11212
11213         * FormMathsPanel.C:
11214         * FormMathsPanel.h
11215         * MathsSymbols.C:
11216         * form_maths_panel.C:
11217         * form_maths_panel.h:
11218         * form_maths_panel.fd: implemented sub- and super- buttons in math
11219         panel.
11220
11221         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
11222         (or ^ space) to be used as in TeX (req'd by André).
11223
11224         * lyxfunc.C: Allow ^ and _ again to be used both as
11225         super/subscript (mathed) and as themselves (in text).
11226
11227 2002-01-03  Allan Rae  <rae@lyx.org>
11228
11229         * LyXView.C (updateWindowTitle): Setup a short icon title of either
11230         "LyX" or the filename of the current buffer if it has one.  This is a
11231         modified form of John Levon's patch.
11232
11233         * XFormsView.C (setWindowTitle): also set icon title.
11234
11235         * LyXView.h (setWindowTitle): signature changed.
11236         * XFormsView.h (setWindowTitle): ditto.
11237
11238 2002-01-02  Juergen Vigna  <jug@sad.it>
11239
11240         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
11241
11242 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11243
11244         * screen.C (topCursorVisible): introduce a temp var for
11245         text->cursor.row(), handle the case where this row is null. (kindo
11246         hachish)
11247
11248         * text2.C (setCursor): add a couple of asserts.
11249
11250         * paragraph.h (inset_iterator): add -> operator
11251
11252         * paragraph.[Ch] (autoDeleteInsets): remove member function
11253
11254         * BufferView2.C (removeAutoInsets): rewrite to handle the old
11255         cursor pos correctly and handle inset deletion by itself.
11256         (insertErrors): move iterator declaration out of for expression
11257
11258         * lyxtextclass.C: add <algorithm>
11259
11260         * Makefile.am: added the new files to sources, removed layout.C
11261
11262         * layout.C: removed file
11263
11264         * layout.h: remove LYX_DUMMY_LAYOUT
11265
11266         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
11267         layout.
11268
11269         * lyxlayout.[Ch]:
11270         * lyxtextclass.[Ch]:
11271         * lyxtextclasslist.[Ch]: new files
11272
11273         * include order changes to a lot of files, also changes because of
11274         the six new files.
11275
11276 2001-12-27  Juergen Vigna  <jug@sad.it>
11277
11278         * buffer.C (asciiParagraph): more fixes.
11279
11280         * tabular.C (ascii): make ascii export support export of only the
11281         data separated by a column-delimiter.
11282         (ascii): better support for ascii export.
11283
11284         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
11285
11286 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11287
11288         * tabular_funcs.C: use a "using std::getline" instead of the
11289         previous fix from Angus (necessary for cxx + lyxstring)
11290
11291 2001-12-24  Juergen Vigna  <jug@sad.it>
11292
11293         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
11294
11295         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
11296         problems. First check a minipage also if we have some ert-contents
11297         (not only on par->size(), second set the right depth of the paragraph
11298         on the relink to the root-paragraph-list!
11299
11300         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
11301         which then did not anymore update the main paragraphs on undo/redo!
11302
11303 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11304
11305         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
11306         code. Support all font-changing funcs (even those which are not in
11307         menu currently). Support for reporting font settings in
11308         mathed (disabled until Andre provides a function on mathed's side).
11309
11310         * func_status.h (toggle): small helper function to set toggle
11311         state on a flag.
11312
11313 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
11314
11315         * tabular_funcs.C: getline -> std::getline
11316
11317 2001-12-21  Juergen Vigna  <jug@sad.it>
11318
11319         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
11320         accessed and could be 0 (I couldn't generate this but it seems
11321         Michael could!).
11322
11323 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11324
11325         * tabular_funcs.C: add LIstream.h, move write_attribute to..
11326         * tabular_funcs.h: here and include iosfwd
11327
11328 2001-12-20  Juergen Vigna  <jug@sad.it>
11329
11330         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
11331         inside inset but undo_par was.
11332
11333 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11334
11335         * Thesaurus.C: always include <config.h> in sources.
11336
11337         * Painter.h:
11338         * lyxlookup.h:
11339         * box.h: do not include <config.h> in header files
11340
11341         * text.C (paintLastRow): remove unused variable
11342
11343         * text.C (transformChar):
11344         (insertChar):
11345         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
11346
11347         * Painter.C (text):
11348         * font.C (width): rewrite to use uppercase() instead of
11349         islower/toupper.
11350
11351         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
11352
11353 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
11354
11355         * lyxfind.C: clean up of find failure position change
11356
11357 2001-12-20  Juergen Vigna  <jug@sad.it>
11358
11359         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
11360
11361         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
11362         (TeXRow): added to LaTeX a single tabular row.
11363         (TeXLongtableHeaderFooter): added to output LT-h/f data.
11364         (Latex): simplified and finally good LT-h/f support.
11365         (various_functions): just small adaptions for LT-h/f support.
11366
11367         * tabular_funcs.[hC]: added and moved here all not classfunctions
11368         of LyXTabular.
11369
11370 2001-12-19  Juergen Vigna  <jug@sad.it>
11371
11372         * tabular.[Ch]: better support for longtabular options (not finished
11373         yet!)
11374
11375 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11376
11377         * text.C (paintLastRow): use the label font instead of the font of
11378         the last character to compute the size of *_BOX. This makes more
11379         sense and avoids a crash with empty paragraphs.
11380         Use Painter::rectangle to draw EMPTY_BOX.
11381
11382 2001-12-19  Juergen Vigna  <jug@sad.it>
11383
11384         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
11385         the paragraphs if the replaced paragraph is not the first one!
11386         Tried to delete not used paragraphs but does not work yet so for
11387         now it's inside #ifdef's and by default off!
11388
11389 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11390
11391         * MenuBackend.C: include "lyx_main.h" instead of declaring
11392         lastfiles (actually was declared as LastFiles* instead of a
11393         scoped_ptr).
11394
11395 2001-12-17  Juergen Vigna  <jug@sad.it>
11396
11397         * tabular.C (AppendColumn): applied John's fix
11398
11399 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
11400
11401         * BufferView.h:
11402         * BufferView.C:
11403         * BufferView_pimpl.h:
11404         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
11405
11406         * Makefile.am:
11407         * box.h: new start of class for above
11408
11409         * lyxfunc.C: ignore space-only minibuffer dispatches.
11410           Show the command name when it doesn't exist
11411
11412         * minibuffer.C: don't add empty lines to the history
11413
11414         * minibuffer.C: add a space on dropdown completion
11415
11416 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
11417
11418         * text.C: fix line above/below drawing in insets
11419
11420 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11421
11422         * lyxlength.C (LyXLength): Initialize private variables.
11423
11424 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
11425
11426         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
11427         when inserting error insets.
11428
11429 2001-12-13  Juergen Vigna  <jug@sad.it>
11430
11431         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
11432         actually sometimes the before-paragraph.
11433         (setUndo): don't clear the redostack if we're not actually undoing!
11434
11435 2001-12-06  Juergen Vigna  <jug@sad.it>
11436
11437         * undo_funcs.C (textHandleUndo): well after John's hint I got here
11438         and fixed redoing of main paragraph, so we can use it now ;)
11439
11440         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
11441
11442 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11443
11444         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
11445         Juergen's request
11446
11447 2001-12-13  André Pönitz <poenitz@gmx.net>
11448
11449         * undostack.[Ch]:
11450         * undo_func.C: minor cleanup
11451
11452 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11453
11454         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
11455         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
11456         font in urw-fonts package which is marked as -urw-fontspecific and
11457         does not work (incidentally, changing the encoding in the
11458         fonts.dir of this package to -adobe-fontspecific fixes the
11459         problem).
11460
11461         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
11462         is a crash when undoing first paragraph (Juergen, please take a
11463         look). THis does not mean the undo fix is wrong, just that it
11464         uncovers problems.
11465
11466         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
11467         the (Paragraph*) version when needed instead of duplicating the
11468         code.
11469
11470         * text.C (workWidth): use Inset::parOwner to find out where the
11471         inset has been inserted. This is a huge performance gain for large
11472         documents with lots of insets. If Inset::parOwner is not set, fall
11473         back on the brute force method
11474
11475         * paragraph_pimpl.C (insertInset):
11476         * paragraph.C (Paragraph):
11477         (cutIntoMinibuffer): set parOwner of insets when
11478         inserting/removing them
11479
11480         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11481
11482 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
11483
11484         * commandtags.h:
11485         * LyXAction.C:
11486         * lyx_main.C:
11487         * lyxfunc.C:
11488         * mathed/formulabase.C:
11489         * mathed/math_cursor.[Ch]:
11490         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
11491
11492
11493 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11494
11495         * lyxlength.[Ch] (operator!=): new function
11496
11497 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11498
11499         * text.C (workWidth): use Inset::parOwner to find out where the
11500         inset has been inserted. This is a huge performance gain for large
11501         documents with lots of insets. If Inset::parOwner is not set, fall
11502         back on the brute force method
11503
11504         * paragraph_pimpl.C (insertInset):
11505         * paragraph.C (Paragraph):
11506         (cutIntoMinibuffer): set parOwner of insets when
11507         inserting/removing them
11508
11509         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
11510
11511 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11512
11513         * tabular-old.C (getTokenValue):
11514         * tabular.C (getTokenValue):
11515         (write_attribute): new versions for LyXLength
11516         (everywhere): adjust the use of widths
11517
11518         * tabular.h: change the type of widths from string to LyXLength
11519
11520 2001-12-11  Ben Stanley <bds02@uow.edu.au>
11521
11522         * paragraph.C: fixed missing line number count when exporting
11523         Environments to LaTeX file
11524
11525         * buffer.C: added informational message for checking line numbers.
11526
11527 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11528
11529         * text2.C (deleteEmptyParagraphMechanism): if there is only one
11530         paragraph, do the 'double space' part, but not the 'empty
11531         paragraph' one.
11532
11533         * text.C (workWidth): small optimization
11534         (getLengthMarkerHeight): use minimal size for negative lengths.
11535
11536 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
11537
11538         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
11539
11540         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
11541
11542 2001-12-11  André Pönitz <poenitz@gmx.net>
11543
11544         * FontLoader.C:
11545         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
11546
11547 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11548
11549         * text2.C: keep selection on a setFont()
11550
11551 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11552
11553         * lyx_cb.C: another bv->text misuse, from insert label
11554
11555 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11556
11557         * kbsequence.h:
11558         * kbsequence.C: re-instate nmodifier mask
11559
11560 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
11561
11562         * lyx_main.h: make lyxGUI private.
11563
11564 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
11565
11566         * lyxfind.C: place the cursor correctly on failed search
11567
11568 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11569
11570         * text.C (getLengthMarkerHeight): for small heights, the arrows
11571         are not always on top/bottom of the text
11572         (drawLengthMarker): smaller arrows; take the left margin in
11573         account; draw also vfills.
11574         (paintFirstRow):
11575         (paintLastRow): remove special code for vfill and standard spaces,
11576         since everything is handled in drawLengthMarker now.
11577
11578 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11579
11580         * buffer.C (insertErtContents): try to handle font and language
11581         interaction a bit better.g
11582
11583         * ColorHandler.C (updateColor): change the hash to cover the whole
11584         LColor enum, ws cleanup
11585         (getGCLinepars): ditto
11586         (getGCLinepars): only lookup in the linecache once.
11587
11588 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
11589
11590         * iterators.C (operator++): Make the iterator more robust
11591
11592         * BufferView2.C (removeAutoInsets): Use paragraph iterators
11593         (John's patch)
11594         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
11595
11596 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11597
11598         * lyxtext.h:
11599         * text.C: better added space drawing
11600
11601 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11602
11603         * LyXView.C:
11604         * BufferView2.C: fix layout combo update on inset unlock
11605
11606 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11607
11608         * Makefile.am: don't compile unused files
11609
11610 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11611
11612         * lyxfunc.C:
11613         * commandtags.h:
11614         * LyXAction.C: remove old LFUN_LAYOUTNO
11615
11616 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11617
11618         * paragraph_pimpl.h:
11619         * paragraph_pimpl.C: isTextAt() doesn't need font param
11620
11621 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11622
11623         * lyxlex.h:
11624         * lyxlex.C: little cleanup
11625
11626 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11627
11628         * BufferView_pimpl.C: fix insertAscii for insets
11629
11630 2001-12-05  Juergen Vigna  <jug@sad.it>
11631
11632         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
11633         set the right font on the "multi" paragraph paste!
11634
11635 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11636
11637         * trans_decl.h:
11638         * trans_mgr.[Ch]:
11639         * trans.[Ch]:
11640         * lyxgluelength.C:
11641         * lyxlength.C: remove out-commented code.
11642
11643         * BufferView_pimpl:
11644         * CutAndPaste.C:
11645         * DepTable.C:
11646         * buffer.C:
11647         * chset.C:
11648         * lastfiles.C:
11649         * lyxlex.C:
11650         * lyxlex_pimpl.C:
11651         * lyxserver.C:
11652         * screen.C:
11653         * tabular-old.C:
11654         * tabular.C:
11655         * text.C:
11656         * trans_mgr.C:
11657         * vc-backend.C: change "while(" to "while ("
11658
11659         * lyxlength.[Ch]: add zero function to check if length is zero or
11660         not
11661         * lyxgluelength.C: use it
11662
11663 2001-12-05  Allan Rae  <rae@lyx.org>
11664
11665         * lyxlength.C: Attempted a fix for the abs(int) header selection.
11666         Works for 2.95.3, from what I understand of Garst's reports this should
11667         work for other g++ versions.  We're screwed if the abs(int) definition
11668         changed between bugfix releases of gcc.
11669
11670 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11671
11672         * text.C: fix chapter label offset !
11673
11674 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
11675
11676         * lyxtext.h:
11677         * text.C: fix hfill at end of line, clean up
11678
11679 2001-12-04  Juergen Vigna  <jug@sad.it>
11680
11681         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
11682         that we force an update of the inset and it's owners if neccessary.
11683
11684 2001-12-03  Juergen Vigna  <jug@sad.it>
11685
11686         * text.C (rowLast): simplified code
11687
11688 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
11689
11690         * lyxfunc.C: fix show options on timeout
11691
11692 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11693
11694         * screen.C (topCursorVisible): scroll half a page when the cursor
11695         reached top of bottom of screen
11696
11697 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
11698
11699         * minibuffer.C: deactivate on loss of focus
11700
11701 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11702
11703         * vspace.[Ch] (operator!=): add operator.
11704
11705 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
11706
11707         * BufferView_pimpl.C: refuse to open an inset when
11708         there's a selection.
11709
11710 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
11711
11712         * BufferView_pimpl.C: allow to click on RHS of full row insets
11713
11714 2001-11-30  Juergen Vigna  <jug@sad.it>
11715
11716         * tabular.C (LyXTabular): add a same_id to set the same id's in the
11717         insets for undo reasons.
11718
11719 2001-11-28  André Pönitz <poenitz@gmx.net>
11720
11721         * vspace.[Ch]: cosmetical changes
11722
11723 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11724
11725         * LyXAction.h:
11726         * LyXAction.C:
11727         * lyxfunc.h:
11728         * lyxfunc.C:
11729         * kbmap.h:
11730         * kbmap.C:
11731         * lyxrc.C:
11732         * kbsequence.h:
11733         * kbsequence.C: part re-write of old kb code
11734
11735         * Painter.C:
11736         * WorkArea.C: remove Lgb_bug_find_hack
11737
11738 2001-11-30  José Matos <jamatos@fep.up.pt>
11739
11740         * buffer.C (makeDocBookFile): add a comment to point a hack.
11741         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
11742         Fixed a double write of labels.
11743
11744 2001-11-29 Ben Stanley <bds02@uow.edu.au>
11745
11746         * LaTeX.C:
11747         * LaTeX.h Fixed bug in LaTeX class where it would not
11748         re-run latex if no depfiles were changed, but the .dvi was removed.
11749
11750 2001-11-28  André Pönitz <poenitz@gmx.net>
11751
11752         * all the files from the change on 2001/11/26:
11753         use lyx::layout_type instead of LyXTextClass::size_type
11754         use lyx::textclass_type instead of LyXTextClassList::size_type
11755
11756 2001-11-29  Juergen Vigna  <jug@sad.it>
11757
11758         * text.C: added support for paragraph::isFreeSpacing()
11759
11760         * buffer.C: same as above
11761
11762         * paragraph.h: inserted isFreeSpacing() function to enable
11763         FreeSpacing inside InsetERT.
11764
11765         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
11766         of the paragraph's in the cut/copy buffer to 0!
11767
11768         * text2.C (removeRow): remove the assert as it can!
11769
11770         * lyxtext.h: added helper function firstRow returning firstrow and
11771         made firstrow private again.
11772
11773         * BufferView2.C (lockInset): don't relock if we're already locked!
11774
11775         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
11776         the only paragraph.
11777         (removeRow): added Assert::(firstrow)
11778
11779         * debug.C: forgot to add INSETTEXT here.
11780
11781 2001-11-28  Juergen Vigna  <jug@sad.it>
11782
11783         * sp_spell.C (initialize): changed error text to more general
11784         spellchecker command use (not only ispell!)
11785
11786         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
11787
11788         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
11789
11790 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11791
11792         * vspace.C: initialise lyxgluelength on failure
11793
11794 2001-11-28  Allan Rae  <rae@lyx.org>
11795
11796         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
11797         declaration & definition that looks like a function declaration.
11798
11799 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11800
11801         * BufferView2.C (copy):
11802         (copyEnvironment): do not clear the selection when doing a copy.
11803
11804         * text.C (paintFirstRow): compilation fix
11805
11806 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
11807
11808         * tabular.C (Latex): correct line count when writing latex.
11809
11810 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
11811
11812         * paragraph_pimpl.h:
11813         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
11814           bug a bit
11815
11816 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11817
11818         * text.C:
11819         * LColor.h:
11820         * LColor.C: change vfillline->added_space
11821
11822         * text.C: add markers and text for added space
11823
11824         * vspace.C: fix comment
11825
11826 2001-11-28  André Pönitz <poenitz@gmx.net>
11827
11828         * paragraph.C: whitespace changes
11829         * all the other files from the change on 2001/11/26:
11830         change *::pos_type into lyx::pos_type
11831
11832 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
11833
11834         * buffer.C (parseSingleLyXformat2Token): Set the language to the
11835         language of the document when inserting error insets.
11836
11837 2001-11-26  André Pönitz <poenitz@gmx.net>
11838
11839         * BufferView_pimpl.[Ch]:
11840         *       CutAndPaste.C:
11841         * buffer.[Ch]:
11842         * lyxcursor.[Ch]:
11843         * lyxfind.C:
11844         * lyxfunc.C:
11845         * lyxrow.[Ch]:
11846         * paragraph.[Ch]:
11847         * paragraph_pimpl.[Ch]:
11848         * sp_spell.C:
11849         * text.C:
11850         * text2.C: reduce header dependencies, introduce type for positions
11851
11852 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11853
11854         * <various>: change to use Alert.h
11855
11856 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
11857
11858         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
11859         when encountering an unknown token.
11860         (readLyXformat2): Show an error message if there were unknown tokens.
11861
11862 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
11863
11864         * BufferView2.C:
11865         * BufferView_pimpl.C:
11866         * buffer.C:
11867         * paragraph.h:
11868         * text.C:
11869         * text2.C: use par->isInset()
11870
11871 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
11872
11873         * paragraph_pimpl.h:
11874         * paragraph_pimpl.C: cleanup
11875
11876 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11877
11878         * text2.C (removeRow):
11879         * text.C (setHeightOfRow): remove useless (and costly) call to
11880         getRow.
11881
11882 2001-11-20  Allan Rae  <rae@lyx.org>
11883
11884         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
11885         Now need Inset*::checkInsertChar() to return true for appropriate
11886         cases so that the characters in the minibuffer will actually be
11887         inserted.
11888
11889 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11890
11891         * text.C: change the order of the includes.
11892         (workWidth): initialize it at once.
11893         (workWidth): make maxw unsigned
11894         (setHeightOfRow): remove unused variable (inset)
11895         (selectSelectedWord): remove unused variable (inset)
11896         (paintRowText): fix drawing of hfill characters, and clean up a bit.
11897
11898 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11899
11900         * lyxserver.C (emergencyCleanup): do not try to close pipes if
11901         server is not running.
11902         (openConnection):
11903         (closeConnection): add debug info when server is disabled.
11904
11905         * ColorHandler.C (getGCForeground): send debug message to GUI
11906         channel.
11907
11908         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
11909
11910         * kbmap.C (bind): modify because return conventions of
11911         kb_sequence::parse have changed.
11912
11913         * kbsequence.C (parse): only ignore spaces and not any stupid
11914         control character. This avoids tests like s[i] <= ' ', which are
11915         guaranteed to fail with 8bit characters and signed chars.
11916         Change return code to string::npos when there have been no error
11917         (0 was a bad idea when error is at first character)
11918
11919 2001-11-14  José Matos  <jamatos@fep.up.pt>
11920
11921         * buffer.h:
11922         * buffer.C (simpleDocBookOnePar): removed unused argument.
11923
11924 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11925
11926         * text.C (selectNextWordToSpellcheck): do not test explicitely for
11927         insets which are part of a word. Paragraph::isLetter takes care of
11928         that now. Use Paragraph::isInset to identify insets.
11929         (selectSelectedWord): do not test for hyphenation break.
11930
11931         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
11932         that protected spaces are considered as spaces.
11933
11934         * paragraph.C (isLetter): cleanup the code for ispell extras; use
11935         Inset::isLetter.
11936
11937 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
11938
11939         * lyxserver.h:
11940         * lyxserver.C: fix it. and small cleanup.
11941
11942 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11943
11944         * BufferView_pimpl.C: use inline helpers
11945
11946         * LaTeXFeatures.h:
11947         * LaTeXFeatures.C: fix typos
11948
11949         * Spacing.h:
11950         * Spacing.C: move spacing_string into class
11951
11952         * ToolbarDefaults.C: move stuff into namespace anon
11953
11954         * layout.h: update enum
11955
11956         * lyxfunc.C: use better debug
11957
11958         * minibuffer.h: fix typo
11959
11960         * debug.h:
11961         * debug.C:
11962         * WorkArea.C: add and use Debug::WORKAREA
11963
11964         * lyxtext.h:
11965         * text.C:
11966         * text2.C: code re-organisation, inline helpers
11967
11968 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
11969
11970         * Layout.C: replaced a few cases of std::vector.size() == 0 with
11971         std::vector.empty().
11972
11973 2001-11-09  Allan Rae  <rae@lyx.org>
11974
11975         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
11976         '\n's after tables.  Tabular and ERT inset work now makes this no
11977         longer necessary.
11978
11979 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
11980
11981         * minibuffer.h:
11982         * minibuffer.C: fix crash, improve drop-down completion
11983
11984 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
11985
11986         * lyxserver.h:
11987         * lyxserver.C: invalidate fd's when doing endPipe()
11988
11989 2001-11-08  José Matos  <jamatos@fep.up.pt>
11990
11991         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
11992         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
11993
11994         * paragraph.h:
11995         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
11996
11997 2001-11-07  José Matos  <jamatos@fep.up.pt>
11998
11999         * buffer.h:
12000         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12001         const qualifier.
12002
12003         * buffer.C (sgmlOpenTag):
12004         * buffer.C (sgmlCloseTag): removed debug info.
12005
12006         * buffer.h (sgmlOpenTag):
12007         * buffer.h (sgmlCloseTag): made public.
12008
12009 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12010
12011         * buffer.C (saveParamsAsDefaults):
12012         * lyx_cb.C (MenuLayoutSave): remove
12013
12014         * LyXAction.C (init):
12015         * commandtags.h:
12016         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12017
12018 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12019
12020         * buffer.C (setPaperStuff): removed from here...
12021
12022         * bufferparams.C (setPaperStuff): ... and moved there.
12023
12024 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12025
12026         * minibuffer.h:
12027         * minibuffer.C:
12028         * XFormsView.C: add support for drop-down completion
12029
12030 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12031
12032         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12033         commands.
12034
12035 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12036
12037         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
12038         disabled.
12039
12040 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
12041
12042         * lyx_main.C: change ref to known bugs
12043
12044 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
12045
12046         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
12047         to work around older babel problems.
12048
12049 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12050
12051         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
12052
12053 2001-10-24  Juergen Vigna  <jug@sad.it>
12054
12055         * tabular-old.C (ReadOld): below variable changes reflected.
12056
12057         * tabular.[Ch]: added ltType struct for longtable header/footer
12058         defines and changed all instances where they are used. Added
12059         future support for double top/bottom rows.
12060
12061 2001-10-24  José Matos  <jamatos@fep.up.pt>
12062
12063         * buffer.h (docbookHandleCaption):
12064         * buffer.C (docbookHandleCaption): removed unused function.
12065         (makeDocBookFile): moved docbook supported version to v4.1.
12066
12067 2001-10-24  José Matos  <jamatos@fep.up.pt>
12068
12069         * tabular.h:
12070         * tabular.C (docbookRow): new function to export docbook code of a row.
12071         (DocBook): now honors the longtable flags.
12072
12073 2001-10-23  José Matos  <jamatos@fep.up.pt>
12074
12075         * LaTeXFeatures.h:
12076         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
12077         of the lyx defined sgml entities used in a docbook/linuxdoc document.
12078
12079         * buffer.C (makeLinuxDocFile):
12080         (makeDocBookFile): reworked the preamble, more clean, and with
12081         support for lyx defined entities. Changed the document declaration
12082         to be more XML friendly.
12083
12084         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
12085         if we need to output XML that should be done with a filter.
12086
12087 2001-10-22  Juergen Vigna  <jug@sad.it>
12088
12089         * sp_pspell.h (class PSpell): add alive function needed in the
12090         controller to see if the spellchecker could be started.
12091
12092 2001-10-22  Juergen Vigna  <jug@sad.it>
12093
12094         * buffer.C (insertStringAsLines): modify the font for inserting
12095         chars in certain conditions by calling checkInsertChar(font).
12096
12097 2001-10-19  Juergen Vigna  <jug@sad.it>
12098
12099         * text.C (workWidth): use getRow instead of wrong algorithm.
12100         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
12101
12102 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
12103
12104         * lyxserver.h:
12105         * lyxserver.C:
12106         * lyx_main.h:
12107         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
12108
12109 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12110
12111         * text.C (workWidth): do not search for the exact row when
12112         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
12113         optimization for big documents.
12114
12115 2001-10-18  Juergen Vigna  <jug@sad.it>
12116
12117         * text.C (workWidth): new function with added Inset * parameter.
12118
12119 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12120
12121         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
12122
12123         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
12124         change return type of getColumnNearX.
12125
12126
12127         * text.C (changeRegionCase): use uppercase/lowercase instead of
12128         toupper/tolower.
12129         (leftMargin):
12130         (rightMargin): simplify code by factoring out the uses of
12131         textclasslist.
12132         (labelFill):
12133         (numberOfHfills):
12134         (setHeightOfRow):
12135         (appendParagraph): use Paragraph::size_type
12136
12137 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12138
12139         * vspace.C (asLatexString): add a missing break
12140
12141 2001-10-15  Herbert Voss  <voss@perce.de>
12142
12143         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
12144
12145 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12146
12147         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
12148         is not available.
12149
12150 2001-10-10  André Pönitz <poenitz@gmx.net>
12151
12152         * lyxfunc.C: removed greek_kb_flag.
12153
12154 2001-10-10  Herbert Voss  <voss@perce.de>
12155
12156         * lyx_main.C: delete global string help_lyxdir.
12157
12158 2001-10-09  Herbert Voss  <voss@perce.de>
12159
12160         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
12161
12162         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
12163
12164         * lyx_main.C: added global string help_lyxdir.
12165
12166         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
12167
12168 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12169
12170         * lyxrc.C (set_font_norm_type): support iso8859-4
12171
12172 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
12173
12174         * LaTeX.C (deplog): add another regex for MikTeX
12175
12176 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12177
12178         * lyxrc.C (set_font_norm_type): support iso8859-3
12179
12180 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12181
12182         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
12183
12184         * LaTeXFeatures.C: remove special case of french and index
12185
12186         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
12187         before \begin{document}). This solves several incompatibilities.
12188
12189 2001-10-03  Garst Reese  <reese@isn.net>
12190
12191         * lyx_cb.C: change CheckTex error msg.
12192
12193 2001-10-03  José Matos  <jamatos@fep.up.pt>
12194
12195         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
12196
12197 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12198
12199         * .cvsignore: update
12200
12201         * lyx_main.C (commandLineVersionInfo): use new style version info.
12202
12203         * buffer.C (writeFile):
12204         (makeLaTeXFile):
12205         (makeLinuxDocFile):
12206         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
12207
12208         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
12209
12210         * version.h: update to use stuff in version.C
12211
12212         * version.C.in: new file. Contains version information determined
12213         at compile time. This is a merging of version.h and
12214         version_info.h.in.
12215
12216 2001-10-03  Juergen Vigna  <jug@sad.it>
12217
12218         * BufferView_pimpl.C (update): don't change "dirty" status in
12219         updateInset call.
12220
12221 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
12222
12223         * WorkArea.C (c-tor): re-position version string slightly.
12224
12225 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
12226
12227         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
12228         revert to previous code.
12229
12230         WorkArea.[Ch]: (show, destroySplash): methods removed.
12231
12232         WorkArea.C: rework code so that it's an amalgam of the codes before and
12233         after the splash screen was moved to WorkArea.
12234
12235 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12236
12237         * lyxrc.C (read):
12238         * vspace.C (inPixels):
12239         (lyx_advance):
12240         * kbmap.C (bind):
12241         * buffer.C (insertStringAsLines):
12242         (asciiParagraph): fix types to be large enough
12243
12244         * lyxlex_pimpl.h: change member status from short to int
12245
12246         * layout.h: fix type of endlabeltype
12247
12248         * kbmap.C (bind):
12249         * kbsequence.C (parse): change return type to string::size_type
12250
12251         * LaTeX.C (updateBibtexDependencies): comment out unneeded
12252         variable
12253
12254         * Bullet.C (bulletSize):
12255         (bulletEntry): do not use short ints as parameters
12256
12257         * BufferView2.C (insertLyXFile): change a char to an int.
12258
12259         * WorkArea.C (WorkArea): remove unneeded floats in computation
12260
12261 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
12262
12263         * buffer.C (asciiParagraph): Treat '\\' as other chars.
12264
12265         * paragraph.C (asString): Do not ignore newline/hfill chars when
12266         copying to the clipboard.
12267
12268 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
12269
12270         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
12271         after a multi-line inset.
12272
12273 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
12274
12275         * paragraph.C (validate): Set NeedLyXFootnoteCode
12276
12277 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12278
12279         * lyxfont.C (LyXSizeNames): changed increase-error to increase
12280         and decrease-error to decrease.
12281
12282 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12283
12284         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
12285         it more readable (should be equivalent)
12286
12287 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
12288
12289         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
12290
12291 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12292
12293         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
12294         of a cursor (row, etc.) after a character has been deleted
12295         (deleteEmptyParagraphMechanism): call the method above on _all_
12296         cursors held by the LyXText when a double space has been
12297         detected/deleted.
12298
12299 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
12300
12301         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
12302         pixmap.
12303         (resizeCurrentBuff): remove code to destroy the old splash dialog.
12304
12305         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
12306         background. Use greyOut() and the new show() methods to toggle between
12307         the foreground and background. Add code to remove the splash after
12308         its initial showing.
12309
12310         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
12311         (create_forms): no longer call Dialogs::showSplash.
12312
12313 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12314
12315         * .cvsignore: add version_info.h
12316
12317 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12318
12319         * version_info.h.in: new file
12320
12321         * Makefile.am: add version_info.h.in
12322
12323         * lyx_main.C (commandLineVersionInfo): use version_info defined in
12324         version_info.h instead of VERSION_INFO
12325
12326 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
12327
12328         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
12329         The ERT inset now returns string().
12330
12331 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
12332
12333         * lyxtext.h, text.C (selectNextWord): renamed as
12334         selectNextWordToSpellcheck.
12335
12336         * text.C (selectNextWordToSpellcheck): Modified to not select
12337         words inside an ERT inset.
12338
12339 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12340
12341         * lyx_cb.C (MenuLayoutSave): change a bit the question
12342
12343         * sp_base.h: include <sys/types.h>
12344
12345 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
12346
12347         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
12348
12349 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
12350
12351         * several files: fix typos in user-visible strings
12352
12353 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12354
12355         * text2.C (pasteSelection): do not set the selection, since it
12356         will be cleared later. Actually, the intent was to fix the way the
12357         selection was set, but I figured rmoving the code was just as good.
12358
12359 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
12360
12361         * FontLoader.C (available): Check if font is available without
12362         loading the font.
12363
12364 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12365
12366         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
12367
12368 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
12369
12370         * lyxrc.[Ch]: added display_graphics variable and associated code.
12371
12372 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12373
12374         * bufferparams.C (hasClassDefaults): new method. Returns true if
12375         the buffer parameters correspond to known class defaults
12376
12377 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
12378
12379         * XFormsView.C (show): set minimum size to the main window.
12380
12381 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12382
12383         * text2.C (copySelection):
12384         (cutSelection):
12385         * lyxfind.C (LyXReplace):
12386         * BufferView_pimpl.C (Dispatch): pass the correct flag to
12387         LyXText::selectionAsString.
12388
12389         * paragraph.C (asString): add "label" argument to the second form
12390
12391         * text2.C (selectionAsString): add "label" argument and pass it to
12392         Paragraph::asString.
12393
12394 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12395
12396         * lyx_main.C (commandLineHelp): remove version information
12397
12398 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
12399
12400         * lyx_main.C: add -version commandline option
12401
12402 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12403
12404         * paragraph.h: make the optional constructor arg required instead.
12405         some modifications to other files because of this.
12406
12407         * minibuffer.C (C_MiniBuffer_peek_event): make it static
12408
12409         * lyxserver.C (C_LyXComm_callback): make it static
12410
12411         * lyx_main.C (error_handler): make it static
12412
12413         * lyx_gui.C (LyX_XErrHandler): make it static
12414
12415         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
12416
12417         * WorkArea.C: make the extern "C" methods static.
12418
12419         * Makefile.am (lyx_LDADD): simplify
12420
12421 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12422
12423         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
12424         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
12425
12426         * LyXAction.C (init):
12427         * lyxfunc.C (dispatch): associated code removal.
12428
12429 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12430
12431         * lyxfont.h (isSymbolFont): shut off warning
12432
12433         * text.C (setHeightOfRow):
12434         (getVisibleRow): fix crash with empty paragraphs which have a
12435         bottom line
12436
12437 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
12438
12439         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
12440         code.
12441
12442 2001-09-04  José Matos  <jamatos@fep.up.pt>
12443         * buffer.C
12444         * buffer.h
12445         * tabular.C (docbook): rename docBook method to docbook.
12446
12447 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12448
12449         * Makefile.am: add dependencies to main.o.
12450
12451 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
12452
12453         * FontLoader.C (available): Return false if !lyxrc.use_gui
12454
12455 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
12456
12457         * FontInfo.C (query):
12458         * converter.C (view):
12459         * importer.C (Import):
12460         * exporter.C (Export): Can not -> cannot.
12461
12462 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
12463
12464         * BufferView_pimpl.C: allow to create index inset even if
12465           string is empty
12466
12467 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
12468
12469         * buffer.C (getLists): replace boost::tie code with an explicit pair
12470         as boost::tie can break some compilers.
12471
12472         * iterators.h: Added a std:: declaration to the return type of
12473         ParIterator::size.
12474
12475 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
12476
12477         * lyxrc.C: add help for view_dvi_paper_option, default to safe
12478           case.
12479
12480 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
12481
12482         * iterators.[Ch]: New files. Provide paragraph iterators.
12483
12484         * buffer.C (changeLanguage): Use paragraph iterators.
12485         (isMultiLingual): ditto
12486
12487         * BufferView2.C (ChangeInsets): Use paragraph iterators.
12488
12489 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
12490
12491         * FontLoader.C: Support for cmr font.
12492
12493 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
12494
12495         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
12496         (available): New method.
12497
12498         * FontInfo.C (getFontname): Use scalable fonts even when
12499         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
12500         found.
12501
12502 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12503
12504         * converter.C (Formats::view): reverted! Incorrect fix.
12505
12506 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
12507
12508         * converter.C (Formats::view): only output the -paper option
12509         if the dvi viewer is xdvi, thereby fixing bug #233429.
12510
12511 2001-08-23  Herbert Voss  <voss@perce>
12512
12513         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
12514
12515 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
12516
12517         * Spacing.h (Spacing): Set space to Default on in the default
12518         constructor.
12519
12520 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12521
12522         * vc-backend.h (RCS::versionString): add RCS to version
12523         (CVS::versionString): add CVS to version
12524
12525         * vc-backend.C (scanMaster): do not add CVS to version.
12526         (scanMaster): do not add RCS to version
12527
12528         * lyxvc.C (versionString): new method
12529
12530         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
12531
12532 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12533
12534         * Spacing.C (set): initialize fval
12535
12536 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
12537
12538         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
12539         " or \.
12540
12541 2001-08-16  Juergen Vigna  <jug@sad.it>
12542
12543         * lyxfunc.C (dispatch): implemented the new FINISHED states.
12544
12545 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12546
12547         * BufferView_pimpl.C:
12548         * figureForm.C:
12549         * lyxtext.h:
12550         * text2.C: setParagraph takes linespacing now
12551
12552 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
12553
12554         * LyxAction.C: add internal LFUN_CITATION_INSERT
12555
12556         * LyXView.C: actually apply fix
12557
12558         * bufferlist.C: fix open non-existent file
12559
12560         * lyxfind.C: fix indentation
12561
12562         * lyxfunc.C: remove unneeded assert, fix typo
12563
12564 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
12565
12566         * MenuBackend.C: use "Floatname List"
12567
12568 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
12569
12570         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
12571         when converting LaTeX layout to insetERT.
12572         Generate a non-collapsed float when reading old float
12573
12574 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12575
12576         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
12577         ERT insets.
12578
12579 2001-08-13  Juergen Vigna  <jug@sad.it>
12580
12581         * text.C (fill): return 0 instead of 20 as this seems to be the more
12582         correct value.
12583
12584 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
12585
12586         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
12587         lyxrc.font_norm.
12588
12589 2001-08-13  Juergen Vigna  <jug@sad.it>
12590
12591         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
12592         casesensitive off.
12593         (SearchBackward): comment out the unlocking of the inset_owner this
12594         should not be needed!
12595
12596 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
12597
12598         * Many files: Remove inherit_language, and add latex_language
12599
12600         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
12601         collapsible insets.
12602
12603 2001-08-10  Juergen Vigna  <jug@sad.it>
12604
12605         * text.C (prepareToPrint): fixed hfill-width in draw!
12606
12607         * BufferView2.C (selectLastWord): save the selection cursor as this
12608         now is cleared in the function LyXText::clearSelection!
12609
12610 2001-08-08  Juergen Vigna  <jug@sad.it>
12611
12612         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
12613         BACKSPACE type functions.
12614
12615         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
12616         is only cutted from the document but not put in the cut-buffer, where
12617         still the old stuff should be.
12618
12619         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
12620
12621         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
12622
12623         * tabular.C (SetWidthOfCell): fixed special case where the width
12624         was not updated!
12625         (LeftLine): handle '|' in align_special.
12626         (RightLine): ditto
12627         (LeftAlreadyDrawed): ditto
12628         (SetWidthOfCell): ditto
12629
12630 2001-08-07  Juergen Vigna  <jug@sad.it>
12631
12632         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
12633
12634 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12635
12636         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
12637         * lyxlex.[hC]: ditto
12638
12639 2001-08-06  Juergen Vigna  <jug@sad.it>
12640
12641         * text.C (getVisibleRow): fix up row clearing a bit.
12642
12643 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12644
12645         * minibuffer.C: make sure the X server sees the changes in the input.
12646
12647 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12648
12649         * paragraph.C (getFont): split into...
12650         (getLabelFont): this
12651         (getLayoutFont): and this
12652         * paragraph_pimpl.C (realizeFont): calling this
12653
12654         * text2.C (getFont): split into...
12655         (getLayoutFont): this
12656         (getLabelFont): and this
12657         (realizeFont): all three calling this
12658
12659         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
12660         files where used.
12661
12662 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12663
12664         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
12665
12666 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
12667
12668         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
12669         layouts from the Quote inset insertion.
12670
12671 2001-08-03  Juergen Vigna  <jug@sad.it>
12672
12673         * BufferView_pimpl.C (update): do the fitCursor only at the end!
12674
12675         * screen.C (drawFromTo): don't call fitcursor here and do the loop
12676         only if status not is already CHANGED_IN_DRAW (second level).
12677
12678         * text.C (draw): don't set the need_break_row when inside an
12679         InsetText LyXText.
12680
12681 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12682
12683         * buffer.C (parseSingleLyXformat2Token): handle more latex
12684         conversion cases.
12685
12686         * bufferview_funcs.[hC]: change function names to
12687         begin with small char, adjust other files.
12688
12689 2001-08-02  André Pönitz <poenitz@gmx.net>
12690
12691         * lyxfunc.C:
12692         BufferView_pimpl.C: remove broken special code for math-greek
12693
12694 2001-08-02  Juergen Vigna  <jug@sad.it>
12695
12696         * BufferView_pimpl.C (update): redone this function so that we
12697         update the text again if there was a CHANGE_IN_DRAW.
12698
12699         * screen.C (cursorToggle): removed LyXText parameter and recoded.
12700         (drawFromTo): added a new internal bool which is used by draw() and
12701         redraw() function.
12702         (general): some cursor drawing problems fixed.
12703
12704 2001-08-01  Juergen Vigna  <jug@sad.it>
12705
12706         * lyxfind.C (LyXFind): fixed
12707         (SearchForward): ditto
12708         (SearchBackward): ditto
12709
12710         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
12711         spurius drawing of the cursor in the main area.
12712
12713         * text2.C (status): small fix which could lead to a segfault!
12714         (clearSelection): remove unneeded BufferView param.
12715
12716 2001-08-01  André Pönitz <poenitz@gmx.net>
12717
12718         * lyxfunc.C: small change due to changed mathed interface
12719
12720 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12721
12722         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
12723
12724 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
12725
12726         * lyxfunc.c: fail gracefully if file doesn't exist
12727
12728         * LyXSendto.C:
12729         * buffer.C:
12730         * lyxfunc.C:
12731         * BufferView_pimpl.C: IsDirWriteable() proto changed
12732
12733         * LyXView.C: fix updateWindowTitle() to store the last title
12734
12735 2001-07-31  Juergen Vigna  <jug@sad.it>
12736
12737         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
12738         the font (wrong since using of Paragraph::highestFontInRange).
12739
12740         * paragraph.C (highestFontInRange): added a default_size parameter.
12741
12742         * text.C (getVisibleRow): minor clear row changes (still not perfect).
12743         (setHeightOfRow): reformat
12744
12745 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12746
12747         * converter.[hC] + affected files: move to (inital-char)lowercase
12748         function names.
12749
12750         * ParagraphParameters.C (ParagraphParameters): remove commented code
12751
12752         * PainterBase.[Ch]: remove commented code
12753
12754         * LaTeXFeatures.h: add "bool floats" for float.sty
12755
12756         * LaTeXFeatures.C (LaTeXFeatures): init floats
12757         (require): handle float
12758         (getPackages): do it with floats
12759
12760 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12761
12762         * BufferView_pimpl.C (Dispatch): improve handling of
12763         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
12764
12765         * commandtags.h: #include lyxfont.h here temporarily to avoid
12766         keybinding bug.
12767
12768         * bufferlist.h: include LString.h here.
12769
12770 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12771
12772         * text2.C (getStringToIndex): new method.
12773
12774 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
12775
12776         * *: Reduced header file dependencies all over.
12777
12778 2001-07-30  Baruch Even  <baruch@lyx.org>
12779
12780         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
12781
12782 2001-07-29  Baruch Even  <baruch@lyx.org>
12783
12784         * buffer.C (readInset): Changed GRAPHICS to Graphics.
12785
12786 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12787
12788         * ParameterStruct.h (endif): add a default constructor to make
12789         sure that all variables is initialized.
12790
12791         * ParagraphParameters.C (ParagraphParameters): adjust
12792
12793 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12794
12795         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
12796         index; also, check that there is something to index, and that it
12797         does not span over several paragraphs.
12798         (doubleClick): use WHOLE_WORD_STRICT for double click.
12799
12800         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
12801
12802         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
12803         scheme.
12804
12805 2001-07-26  Baruch Even  <baruch@lyx.org>
12806
12807         * buffer.C (readInset): Changed to call up InsetGraphics when reading
12808         an InsetFig figure, backwards compatible reading of old figure code.
12809
12810 2001-07-27  Juergen Vigna  <jug@sad.it>
12811
12812         * text2.C: font.realize function adaption.
12813
12814         * text.C (draw): add a warnings lyxerr text if needed.
12815
12816         * layout.C: font.realize function adaption.
12817
12818         * language.C: add inherit_language and implement it's handlings
12819
12820         * bufferview_funcs.C (StyleReset): remove language parameter from
12821         font creation (should be language_inherit now).
12822
12823         * bufferparams.C (writeFile): handle ignore_language.
12824
12825         * paragraph.C (getFontSettings): the language has to be resolved
12826         otherwise we have problems in LyXFont!
12827
12828         * lyxfont.C (lyxWriteChanges): added document_language parameter
12829         (update): removed unneeded language parameter
12830
12831         * paragraph.C (validate): fixed wrong output of color-package when
12832         using interface colors for certain fonts in certain environments,
12833         which should not seen as that on the final output.
12834
12835 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
12836
12837         * BufferView_pimpl.C:
12838         * Thesaurus.h:
12839         * Thesaurus.C:
12840         * Makefile.am:
12841         * commandtags.h:
12842         * LyXAction.C: add thesaurus support
12843
12844         * lyxfind.h:
12845         * lyxfind.C: add "once" parameter, for thesaurus, to not
12846           move to the next match
12847
12848 2001-07-26  Juergen Vigna  <jug@sad.it>
12849
12850         * lyxfont.C (realize): honor ignore_language too!
12851         (resolved): ditto.
12852
12853         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
12854
12855         * text.C (draw): one place more for ignore_language to not draw
12856         itself!
12857
12858 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
12859
12860         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
12861
12862 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12863
12864         * buffer.C (parseSingleLyXformat2Token): a more general fix for
12865         the minipage conversion problem.
12866
12867 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12868
12869         * buffer.C (parseSingleLyXformat2Token): check minipage if we
12870         insert an inset.
12871
12872 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12873
12874         * BufferView.h: don't forward declare WorkArea
12875
12876         * BufferView.C: don't include WorkArea.h
12877
12878 2001-07-25  André Pönitz <poenitz@gmx.net>
12879
12880         * commandtags.h:
12881         * LyXAction.C:
12882         * lyxfunc.C:  new LFUN 'math-space'
12883
12884         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
12885
12886 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12887
12888         * text2.C (toggleInset): call open/close
12889
12890 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12891
12892         * lyxfunc.C (dispatch): add debug for the disabled case
12893
12894         * font.C (buttonText): make similar to rectText
12895
12896         * buffer.C (readInset): comment out parsing of insetlist and
12897         insttheorem
12898
12899         * PainterBase.C (rectText): small correction
12900
12901         * BufferView_pimpl.C: comment out insettheorem and insetlist
12902         * LyXAction.C: ditto
12903         * commandtags.h: ditto
12904
12905 2001-07-24  Juergen Vigna  <jug@sad.it>
12906
12907         * text.C (draw): honor the ignore_language.
12908
12909         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
12910
12911 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12912
12913         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
12914         char inset.
12915
12916 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12917
12918         * lyxtext.h: remove unused (and unimplemented) methods
12919
12920 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12921
12922         * text.C (getVisibleRow): honor background color
12923
12924         * PainterBase.h:
12925         * Painter.h: remove default color argument for fillRectangle
12926
12927         * text.C (backgroundColor): new method
12928
12929 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12930
12931         * text.C (getVisibleRow): adjust
12932
12933         * font.[Ch] (rectText): new method, metrics
12934         (buttonText): new method, metrics
12935
12936         * PainterBase.[hC]: make rectText and buttonText always draw and take
12937         fewer paramteres.
12938
12939 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
12940
12941         * ToolbarDefaults.C (read):
12942         * MenuBackend.C (read): allow escaping in all strings
12943
12944         * BufferView_pimpl.C (insertAndEditInset): new method.
12945         (Dispatch): use insertAndEditInset whenever appropriate.
12946
12947         * BufferView_pimpl.C (insertNote): removed
12948
12949         * BufferView_pimpl.C (smartQuote): new method, moved from
12950         BufferView; if an insetquote cannot be inserted, insert a '"'
12951         character instead.
12952
12953         * BufferView2.C: remove insertCorrectQuote();
12954
12955         * lyxfunc.C (getStatus): Add support for all remaingin
12956         inset-insert lfuns.
12957
12958         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
12959
12960         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
12961         command (necessary to pass " as parameter of self-insert.
12962
12963         * text.C (selectWordWhenUnderCursor):
12964         (selectWord): add word_location parameter
12965         (selectWordWhenUnderCursor): same + remove special code for word
12966         boundary.
12967         (selectNextWord): use kind() to guess type of insetspecialchar,
12968         not latex().
12969
12970         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
12971         (insertErtContents): create ert insets as collapsed.
12972         (readInset): better compatibility code for Info inset.
12973
12974 2001-07-20  Juergen Vigna  <jug@sad.it>
12975
12976         * lyxfunc.C (dispatch): use always LyXFind now!
12977
12978         * text2.C (init): add a reinit flag so that the LyXText can be
12979         reinited instead of deleted and reallocated (used in InsetText).
12980
12981         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
12982
12983         * text.C: ditto
12984
12985         * text2.C: ditto
12986
12987 2001-07-18  Juergen Vigna  <jug@sad.it>
12988
12989         * text.C (selectNextWord): handle insets inside inset by calling
12990         always the bv->text functions so that we can go up the_locking_inset!
12991
12992         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
12993         in strange locations when inside an inset!
12994
12995         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
12996         handling to include insets.
12997
12998         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
12999
13000 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13001
13002         * LyXAction.C (init):
13003         * commandtags.h:
13004         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13005         LIGATURE_BREAK, since the name is so stupid.
13006
13007 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13008
13009         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13010         InsetInfos.
13011
13012         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13013
13014         * sp_form.[Ch]: remove.
13015
13016         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13017
13018         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13019         InsetInfo.
13020
13021         * src/buffer.C (readInset): ditto.
13022
13023 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13024
13025         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13026         menuSeparator(), endOfSentenceDot(), ldots() and
13027         hyphenationPoint(), which are therefore removed.
13028         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13029
13030         * LyXAction.C (init):
13031         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13032
13033         * paragraph.C (getWord): removed.
13034
13035         * BufferView_pimpl.C (Dispatch): use last word or selection for
13036         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
13037
13038         * lyx_main.C (queryUserLyXDir): do not ask before creating
13039         user_dir, except if it has been named explicitely.
13040
13041 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13042
13043         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
13044         a document of zero size.
13045
13046 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
13047
13048         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
13049         approriately in the c-tor and in require().
13050         (getPackages): output the appropriate LaTeX for natbib support.
13051
13052         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
13053         variables "use_natbib" and "use_numerical_citations" when reading the
13054         LyX file.
13055         (readInset): read the various natbib cite commands.
13056         (validate): white-space change.
13057
13058         * bufferparams.[Ch]: new variables "bool use_natbib" and
13059         "bool use_numerical_citations".
13060         (writeFile): output them in the LyX file.
13061
13062 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13063
13064         * lyxfunc.C (getStatus): add support for all the inset insertion
13065         commands.
13066
13067         * text2.C (insertInset):
13068         * paragraph.C (insetAllowed):
13069         * BufferView_pimpl.C (insertInset): update to take in account the
13070         renaming of insertInsetAllowed
13071
13072         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
13073
13074         * text2.C (getInset): new method. returns inset at cursor position.
13075
13076         * BufferView_pimpl.C (Dispatch): changes because of this.
13077
13078         * LyXAction.C (init): rename open-stuff to inset-toggle.
13079
13080         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
13081
13082         * text2.C (toggleInset): renamed from openStuff; use
13083         Inset::open().
13084
13085 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
13086
13087         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
13088
13089         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
13090
13091 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
13092
13093         * buffer.C (readLyXformat2): Add filename to the error dialog
13094
13095 2001-07-18  Juergen Vigna  <jug@sad.it>
13096
13097         * tabular.C (GetCellNumber): put an assert here instead of the check!
13098
13099 2001-07-17  Juergen Vigna  <jug@sad.it>
13100
13101         * BufferView_pimpl.C (toggleSelection): adapted too.
13102
13103         * text.C (selectNextWord): adapted for use with insets.
13104         (selectSelectedWord): ditto
13105
13106 2001-07-17  Juergen Vigna  <jug@sad.it>
13107
13108         * sp_spell.C (PSpell): fix initialitation order.
13109
13110 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13111
13112         * paragraph.C: spacing
13113
13114 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
13115
13116         * sp_spell.C: repair language selection for pspell
13117
13118 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13119
13120         * lyxfunc.h: change more methods to begin with lower char.
13121
13122 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
13123
13124         * buffer.C (parseSingleLyXformat2Token): Generate error insets
13125         for unknown layouts.
13126
13127 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
13128
13129         * buffer.C (readLyXformat2): Generate an error dialog if there are
13130         unknown layouts.
13131
13132 2001-07-16  Juergen Vigna  <jug@sad.it>
13133
13134         * sp_spell.C: always compile ISpell part.
13135
13136         * lyxrc.C: added use_pspell entry and it's handling.
13137
13138 2001-07-13  Juergen Vigna  <jug@sad.it>
13139
13140         * sp_spell.C: removed double includes.
13141
13142 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
13143
13144         Consistent use of Lsstream.h:
13145         * Lsstream.h: added using std::stringstream for consistencies sake.
13146
13147         * buffer.C: removed using std::stringstream
13148
13149         * lyxfont.C (stateText):
13150         * paragraph.C (asString):
13151         * text.C (selectNextWord, selectSelectedWord):
13152         * text2.C (setCounter):
13153         * vspace.C (asString, asLatexString):
13154         std::ostringstream -> ostringstream.
13155
13156 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13157
13158         * LyXAction.C: add LFUN_HELP_ABOUTLYX
13159         * commandtags.h: add LFUN_HELP_ABOUTLYX
13160         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
13161
13162 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
13163
13164         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
13165         cursorToggle()
13166         * lyx_gui_misc.C: remove spellchecker
13167         * lyxfunc.C: showSpellchecker
13168         * sp_base.h: added
13169         * sp_ispell.h: added
13170         * sp_pspell.h: added
13171         * sp_spell.C: added
13172         * sp_form.[Ch]: removed
13173         * spellchecker.[Ch]: removed
13174
13175 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
13176
13177         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
13178         is set.
13179         (simpleTeXSpecialChars): Simply print the input character without
13180         any special translation if pass_thru is set.
13181
13182         * layout.h: Added bool pass_thru to layout class for being able to
13183         implement pass through of a paragraph for Literate Programming.
13184
13185         * layout.C: add LT_PASS_THRU to LayoutTags enum.
13186         * layout.C (LyXLayout): set pass_thru to flase in constructor.
13187         * layout.C (Read): add "passthru" to list of layout tags and add
13188         code to set the pass_thru boolean when it is read.
13189
13190 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13191
13192         * trans_decl.h: remove allowed from KmodInfo
13193
13194         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
13195         remove allowed code
13196         (Load): adjust
13197
13198         * paragraph_pimpl.C (erase): use boost::prior
13199
13200         * Painter.C (text): use data() instead of c_str() when length is
13201         also provided.
13202         * WorkArea.C (putClipboard): ditto
13203         * font.h (width): ditto
13204
13205         * BufferView2.C: use it-> instead of (*it). for iterators
13206         * texrow.C: ditto
13207         * paragraph_pimpl.C: ditto
13208         * paragraph.C: ditto
13209         * minibuffer.C: ditto
13210         * language.C: ditto
13211         * kbmap.C: ditto
13212         * encoding.C: ditto
13213         * counters.C: ditto
13214         * converter.C: ditto
13215         * chset.C: ditto
13216         * Variables.C: ditto
13217         * TextCache.C: ditto
13218         * MenuBackend.C: ditto
13219         * LyXAction.C: ditto
13220         * LColor.C: ditto
13221         * FloatList.C: ditto
13222         * DepTable.C: ditto
13223         * ColorHandler.C (LyXColorHandler): ditto
13224
13225 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13226
13227         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
13228
13229         * text2.C (openStuff): reintroduce this method (which had been
13230         nuked in NEW_INSETS frenzy).
13231
13232         * lyxfunc.C (Dispatch): when an action has not been handled, use
13233         its name in the error message, not its number.
13234
13235         * paragraph.C (inInset): change method name to begin with lowercase.
13236
13237         * undo_funcs.C:
13238         * text2.C: updates because of this.
13239
13240 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13241
13242         * ToolbarDefaults.C (add): add spaces in error message
13243
13244 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13245
13246         * buffer.C (readLyXformat2): initialize the ert comp. variables.
13247         (readLyXformat2): rename return_par to first_par, use lyxlex's
13248         pushToken and remove the manual push handling.
13249         (parseSingleLyXformat2Token): add another ert comp. variable:
13250         in_tabular, rename return_par to first_par. handle newlines better
13251
13252 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13253
13254         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
13255
13256 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13257
13258         * text2.C (getParFromID): removed
13259
13260         * buffer.C (getParFromID): new method moved form lyxtext.
13261         * BufferView2.C (insertErrors): adjust
13262         (setCursorFromRow): adjust
13263         * BufferView_pimpl.C (restorePosition): adjust
13264         * lyxfunc.C (Dispatch): adjust
13265         * undo_funcs.C (textUndo): adjust
13266         (textRedo): adjust
13267         (textHandleUndo): adjust
13268         (textHandleUndo): adjust
13269
13270 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13271
13272         * buffer.C: up' the LYX_FORMAT
13273
13274         * lyxfont.h: turn NO_LATEX on as default
13275
13276         * buffer.C (insertErtContents): new methods of tex style compability.
13277         (parseSingleLyXformat2Token): use it several places.
13278         * tabular.C (OldFormatRead): and here
13279
13280 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13281
13282         * text2.C: remove some commented code.
13283         reindent file.
13284
13285         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
13286         * trans.C: changes because of the above.
13287
13288 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
13289
13290         * text2.C (setCounter): Fix counters bug with bibliography layout.
13291
13292 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13293
13294         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
13295         own member functions
13296         (simpleTeXSpecialChars): ditto
13297
13298 2001-07-06  Juergen Vigna  <jug@sad.it>
13299
13300         * a lot of files: changed the access to LyXText::status and the
13301         call of undo-functions.
13302
13303         * undo.[Ch]: added a inset_id to the undo informations.
13304
13305         * undo_funcs.[Ch]: added and moved here all undo functions.
13306
13307         * lyxtext.h: give the status enum a weight, made status_ a private
13308         variable and made accessor functions for it, removed the whole bunch
13309         of undo-functions as they are now in their own file, make some
13310         functions publically available. Added function ownerParagraph with
13311         int parameter.
13312
13313         * paragraph.[Ch]: added "bool same_ids" to the constructor,
13314         made InInset() a const function, added getParFromID() function.
13315
13316         * buffer.[Ch]: added const version for inset_iterator functions,
13317         added getInsetFromID() function.
13318
13319         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
13320         changed undo functions for new version.
13321
13322 2001-07-05  Juergen Vigna  <jug@sad.it>
13323
13324         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
13325         unknow mechanism does not call the proper constructor but only this
13326         one also if I request the other!?
13327
13328 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13329
13330         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
13331
13332         * text2.C (LyXText): use initialization lists.
13333
13334         * lyxtext.h (Selection): initialize set_ and mark_
13335         (init): remove method
13336
13337 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
13338
13339         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
13340
13341 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13342
13343         * screen.[Ch]: change method names to begin with lowercase
13344
13345         * BufferView_pimpl.C (updateScrollbar): simplify further and
13346         hopefully make it a bit faster.
13347
13348 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13349
13350         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
13351         calling directly xforms functions.
13352
13353         * Painter.C (Painter):
13354         * lyx_cb.C (MenuWrite):
13355         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
13356         fl_display.
13357
13358         * lyx_gui.C: remove bogus guiruntime extern declaration.
13359
13360 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13361
13362         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
13363         in NEW_INSETS
13364         (redoDrawingOfParagraph): ditto
13365         (redoParagraphs): ditto
13366         (cutSelection): don't create a object for CutAndPaste use the
13367         static method directly
13368         (pasteSelection): ditto
13369
13370         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
13371         LyXview (+ rename)
13372
13373 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13374
13375         * modifications to some other files because of this.
13376
13377         * Makefile.am (lyx_SOURCES): add XFormsView
13378
13379         * XFormsView.[Ch]: new files
13380
13381         * LyXView.[Ch]: make LyXView a base class for the gui handling for
13382         the main window. Move the gui dependent stuff to XFormsView
13383
13384 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13385
13386         * tabular.C (GetCellInset): update cur_cell also in the row/col
13387         version of this function.
13388
13389         * lyxfunc.C: no need to include figure_form.h here.
13390
13391         * FontLoader.h:
13392         * lyxfunc.h:
13393         * lyxscreen.h:
13394         * text2.C:
13395         * lyxvc.C: no need to include forms.h here.
13396
13397 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13398
13399         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
13400
13401         * lyxfunc.C (Dispatch):
13402         * Spacing.C (set):
13403         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
13404         constructor argument.
13405
13406 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13407
13408         * paragraph.C (Paragraph): dont't clear, and just set layout.
13409         (makeSameLayout): use params's copy contructor.
13410
13411         * ParagraphParameters.[Ch] (makeSame): delete method
13412
13413 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
13414
13415         * Variables.[Ch]: fix indentation, rename set to isSet
13416
13417 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13418
13419         * lyxfunc.C (Dispatch): fix typo
13420
13421 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13422
13423         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
13424         upper_bound.
13425
13426         * bufferlist.C: include assert.h for emergencyWrite().
13427
13428 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13429
13430         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
13431           give up at last (bug #425202) !
13432
13433 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
13434
13435         * lyx_gui_misc.C:
13436         * sp_form.h:
13437         * sp_form.C:
13438         * spellchecker.h:
13439         * spellchecker.C: strip spellchecker options and bring up
13440           preferences tab instead
13441
13442 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13443
13444         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
13445         the istringstream constructor
13446
13447 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13448
13449         * paragraph.C (getLayout): fix return value
13450
13451         * paragraph.h: do not declare getLayout as inline.
13452
13453         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
13454
13455 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13456
13457         * lyxcursor.h (operator<): new func
13458         (operator>): new func
13459         (operator>=): new func
13460         (operator<=): new func
13461
13462         * text.C (changeCase): use selection.start and selection.end
13463         (changeRegionCase): require from to be <= to. Require par to be a
13464         valid paragraph.
13465
13466         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
13467
13468 2001-06-27  Juergen Vigna  <jug@sad.it>
13469
13470         * text.C (cursorLeftOneWord): changed to return the cursor and added
13471         overlay with BufferView * parameter which calls this one.
13472         (getWord): added
13473         (selectWord): use new getWord function.
13474         (changeCase): renamed from changeWordCase as and extended to work
13475         also on selections.
13476
13477         * lyxtext.h: added enum word_location
13478
13479         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
13480         changeCase as this operates now also on selections.
13481
13482 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
13483
13484         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
13485
13486         * many files: send debug output to Debug::INFO instead of
13487         Debug::ANY.
13488
13489         * converter.C (View):
13490         (Convert):
13491         (Move): send debug output to Debug::FILES instead of console.
13492
13493 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
13494
13495         * lyxfunc.C (getStatus): use func_status
13496
13497         * func_status.h: new header, describing the results of
13498         LyXFunc::getStatus;
13499
13500         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
13501         LFUN_MATH_HALIGN.
13502
13503 2001-06-25  The LyX Project  <jug@sad.it>
13504
13505         * buffer.C (sgmlOpenTag):
13506         (sgmlCloseTag):
13507         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
13508
13509 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13510
13511         * text2.C: remove some dead code
13512
13513         * tabular.C (GetCellInset): store the last cell checked (gotten)
13514
13515         * tabular.h: add the helper for the speedup
13516
13517         * lyxtext.h: remove some dead code
13518
13519 2001-06-26  The LyX Project  <Asger>
13520
13521         * paragraph.C: Change export to LaTeX of alignment to
13522         \begin{center} and family for better roundtrip work with reLyX.
13523
13524         * Tune the math drawing a bit.
13525
13526 2001-06-25  The LyX Project  <Asger>
13527
13528         * LColor.C (LColor): New color for math background. New color
13529         for buttons.
13530
13531 2001-06-25  The LyX Project  <jug@sad.it>
13532
13533         * lyxfunc.C (MenuNew): remove extra check for .lyx file
13534
13535         * lyxfunc.C (Open):
13536         * bufferlist.C (newFile): do not restrict to files ending with
13537         .lyx
13538
13539         * BufferView_pimpl.C (MenuInsertLyXFile):
13540
13541 2001-06-24  The LyX Project  <jug@sad.it>
13542
13543         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
13544         of compare_no_case
13545
13546 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13547
13548         * lyxtext.h: rename most methods to begin with a small char.
13549         Lots of changes because of this.
13550
13551         * paragraph.C (Paragraph): do not call fitToSize
13552         (erase): call Pimpl::erase
13553         (insertChar): call Pimpl::insertChar
13554         (insertInset): call Pipl::insertInset
13555         (breakParagraph): do not call fitToSize
13556         (breakParagraphConservative): do not call fitToSize
13557         (fitToSize): remove method
13558
13559         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
13560
13561 2001-06-24  The LyX Project  <Asger>
13562
13563         * Fix Qt compilation^2
13564
13565 2001-06-24  The LyX Project  <jug@sad.it>
13566
13567         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
13568         depthHook(getDepth()-1).
13569
13570         * paragraph.h:
13571         * ParagraphParameters.h:
13572         * ParameterStruct.h: change type of depth to unsigned int ==
13573         depth_type. Many adaptations to other files before of that.
13574
13575 2001-06-24  The LyX Project  <Asger>
13576
13577         * Fix Qt compilation.
13578
13579 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13580
13581         * paragraph.h: renamed several methods to begin with small letter.
13582         several changes to many parts of the code because of this.
13583
13584 2001-06-23  The LyX Project  <jug@sad.it>
13585
13586         * text2.C (InsertStringAsLines): renamed from InsertStringA;
13587         rewritten to discard all double spaces when KeepEmpty is off
13588         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
13589         to only handle newlines but not fiddle with spaces and friends.
13590
13591         * lyxfunc.C (MenuNew): when doing 'new from template', use
13592         template_path as default directory
13593
13594 2001-06-23  The LyX Project  <Asger>
13595
13596         * Clean-up of header file includes all over
13597         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
13598
13599 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13600
13601         * paragraph.h: renamed from lyxparagraph.h
13602
13603 2001-06-23  Asger  <lyx@violet.home.sad.it>
13604
13605         * Buffer.h: Removed Buffer::resize
13606         * BufferList.h: Removed BufferList::resize
13607         * LyXView.h: Added LyXView::resize. This way, we will only reflow
13608         the document lazily when we change the width, or the font settings.
13609
13610 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13611
13612         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
13613
13614 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13615
13616         * buffer.h: remove out of date comment
13617
13618 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
13619
13620         * lyxscreen.h:
13621         * screen.C: fix "theoretical" GC leak
13622
13623 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13624
13625         * LaTeX.C (scanAuxFile):
13626         (deplog): remove trailing \r when reading stream (useful under
13627         win32)
13628
13629 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
13630
13631         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
13632         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
13633         and BufferView::theLockingInset(Inset*), so should use them and not
13634         access bv_->text->the_locking_inset directly.
13635
13636         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
13637
13638 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13639
13640         * Makefile.am:
13641         * tex-defs.h: remove old unused file
13642
13643 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
13644
13645         * BufferView_pimpl.C: fix typo, remove minibuffer message
13646           when buffer has loaded
13647
13648 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13649
13650         * lyxfunc.C (Dispatch): use stringstream
13651         (MenuNew): use stringstream
13652         (Open): use stringstream
13653
13654         * importer.C (Import): use stringstream
13655
13656         * bufferview_funcs.C (CurrentState): use stringstream
13657
13658         * LaTeX.C (run): use stringstream
13659
13660         * BufferView_pimpl.C (savePosition): use stringstream
13661         (restorePosition): use stringstream
13662         (MenuInsertLyXFile): use stringstream
13663
13664 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
13665
13666         * BufferView.C:
13667         * Bullet.C:
13668         * ColorHandler.C:
13669         * FontInfo.C:
13670         * FontLoader.C:
13671         * LColor.C:
13672         * LaTeXFeatures.C:
13673         * Painter.C:
13674         * gettext.C:
13675         * lyx_gui_misc.C:
13676         * lyxserver.C:
13677         * vspace.C: removed // -*- C++ -*- as first line.
13678
13679         * lyxfind.h:
13680         * version.h: added // -*- C++ -*- as first line.
13681
13682 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13683
13684         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
13685
13686         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
13687         of string
13688
13689 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13690
13691         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
13692         of floats.
13693
13694 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13695
13696         * gettext.C: include LString.h even when --disable-nls is on.
13697
13698 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
13699
13700         * converter.h (Get): changed argument type from int to
13701         FormatList::size_type to avoid unnecessary conversion.
13702
13703         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
13704         before using it.
13705
13706 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13707
13708         * gettext.h: include LString.h even when --disable-nls is on.
13709
13710 2001-06-07  Juergen Vigna  <jug@sad.it>
13711
13712         * text.C (BreakAgain): subst spaces with tabs.
13713
13714         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
13715         (resizeInsetsLyXText): set force on resizeLyXText.
13716
13717 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13718
13719         * gettext.h (gettext_init):
13720         (locale_init): use a real definition instead of a macro
13721
13722 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
13723
13724         * Bufferview_pimpl.C:
13725         * LColor.h:
13726         * LColor.C: further lcolor tidies
13727
13728 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13729
13730         * BufferView_pimpl.C (updateScrollbar): simplify.
13731
13732         * BufferView2.C: don't include insets/insetinfo.h, change
13733         prototype for insertInset and call the Pimpl version. let
13734         updateInset call Pimpl version.
13735
13736         * BufferView.h: move inset_slept to BufferView::Pimpl, move
13737         gotoInset to BufferView::Pimpl
13738
13739 2001-06-01  Juergen Vigna  <jug@sad.it>
13740
13741         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
13742         inside a LockingInset (is the update needed at all?).
13743
13744 2001-05-31  Juergen Vigna  <jug@sad.it>
13745
13746         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
13747         here not the old one otherwise how should we compare it afterwards
13748         if it's the same!
13749
13750 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13751
13752         * lyxfont.C:
13753         * tabular.C:
13754         * tabular-old.C:
13755         * FontInfo.C: bring C functions into global namespace when
13756         necessary
13757
13758 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13759
13760         * LString.h: make sure config.h has been loaded before LString.h.
13761
13762         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
13763         (one for each char read by EatLine!).
13764
13765         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
13766         variables.
13767
13768 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13769
13770         * paragraph.C (BreakParagraph): set the inset_owner in the new par
13771         to the same as the par we break from
13772
13773 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13774
13775         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
13776
13777         * MenuBackend.C (expand): also create menu entries for wide
13778         versions of the floats.
13779
13780         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
13781
13782         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
13783
13784         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
13785         frontends/Makefile.am
13786
13787         * text2.C: adjust
13788         * text.C: adjust
13789
13790
13791         * tabular.C (getTokenValue): add std::
13792
13793         * tabular-old.C (getTokenValue): add std::
13794         (getTokenValue): ditto
13795         (getTokenValue): ditto
13796
13797         * screen.C (ToggleSelection): adjust
13798
13799         * lyxtext.h: put selection cursors inside a Selection struct.
13800
13801         * lyxfunc.C (moveCursorUpdate): adjust
13802
13803         * lyxfont.C (latexWriteStartChanges): add std::
13804
13805         * lyxfind.C: adjust
13806
13807         * font.h: delete with(char const *, LyXFont const &)
13808
13809         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
13810
13811         * FontInfo.C (getFontname): add std::
13812
13813         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
13814         (workAreaButtonPress): adjust
13815         (tripleClick): adjust
13816         (update): adjust
13817         (moveCursorUpdate): adjust
13818         (Dispatch): adjust
13819
13820         * BufferView2.C (gotoInset): adjust
13821
13822 2001-05-30  Juergen Vigna  <jug@sad.it>
13823
13824         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
13825         to check pspell I add this as default as I now have new pspell
13826         libraries and they seem to use this.
13827
13828 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13829
13830         * text2.C (CutSelection): make the cursor valid before the call to
13831         ClearSelection.
13832
13833 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13834
13835         * kbsequence.C (parse): de-uglify a bit the parsing code, which
13836         relied on 0 terminated strings and other horrors. Bug found due to
13837         the new assert in lyxstring!
13838
13839         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
13840         KP_ keys.
13841
13842 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13843
13844         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
13845         to latinkeys.bind.
13846
13847         * lyxfunc.C (processKeySym): change method of getting to the
13848         self-insert char.
13849
13850         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
13851         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
13852         * BufferView_pimpl.[Ch]: here as private methods.
13853
13854 2001-05-28  Juergen Vigna  <jug@sad.it>
13855
13856         * text.C (SetHeightOfRow): added the update() call again as it is
13857         needed to initialize inset dimensions!
13858
13859 2001-05-16  Juergen Vigna  <jug@sad.it>
13860
13861         * text2.C (SetCharFont): Add new function with BufferView * and
13862         bool toggleall parameters for setting insets internal fonts.
13863         (SetFont): Freeze the undo as we may change fonts in Insets and
13864         all this change should be inside only one Undo!
13865
13866         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
13867         setting font's in insets as for them we have the SetFont function!
13868
13869 2001-05-15  Juergen Vigna  <jug@sad.it>
13870
13871         * text2.C (ClearSelection): to be sure we REALLY don't have any
13872         selection anymore!
13873
13874         * tabular.C (TeXCellPreamble): fixed the left border problem for
13875         multicolumn cells.
13876
13877 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
13878
13879         * LaTeX.C (deplog): Make sure that the main .tex file is in the
13880         dependancy file
13881
13882 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13883
13884         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
13885         LFUN_BREAKPARAGRAPH.
13886
13887         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
13888         help test to "internal only", similar for LFUN_INSERT_URL
13889
13890         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
13891         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
13892         auto_region_delete and deadkeys.
13893
13894 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
13895
13896         * LColor.h:
13897         * LColor.C: remove some dead entries, tidy a little
13898
13899 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13900
13901         * lyxfunc.C (processKeySym): comment the Escape handling, remove
13902         commented code.
13903         (Dispatch): implement LFUN_ESCAPE
13904
13905         * commandtags.h: add LFUN_ESCAPE
13906
13907         * LyXAction.C (init): add entry for LFUN_ESCAPE
13908
13909         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
13910         Remove commented code.
13911         (insertNote): moved here
13912         (open_new_inset): moved here
13913
13914         * BufferView[2].[Ch]: move insertNote and open_new_inset to
13915         BufferView_pimpl
13916
13917 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13918
13919         * kbmap.C (findbinding): clean it up and make it work correctly.
13920
13921         * lyx_main.C (init): do not pass argc and argv as parameters
13922
13923 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
13924
13925         * buffer.C: fix path for OS/2 & Win32
13926
13927         * lyx_gui.C:
13928         * lyx_main:
13929         * lyx_main.C: Added os:: class.
13930
13931         * os2_defines.h: update
13932
13933 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13934
13935         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
13936         better by trying again with reduced state.
13937
13938 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13939
13940         * lyxrc.C (read): print error about invalid key sequence only when
13941         debugging (because not all latinX keysyms are known to some X
13942         servers)
13943
13944         * kbsequence.C (getiso): add a few std:: qualifiers
13945         (getiso): comment out extra return statement.
13946
13947 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13948
13949         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
13950         handling.
13951         (Dispatch): enhance the accent inset a bit. (not perfect)
13952
13953 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13954
13955         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
13956
13957 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13958
13959         * bufferlist.C (emergencyWrite): fix assert() call
13960
13961 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
13962
13963         * text.C (InsertChar): Added trivial patch to only send the "you
13964         can not do multiple spaces this way" message once during a
13965         session.
13966
13967 2001-05-08  Baruch Even  <baruch@lyx.org>
13968
13969         * Makefile.am: Changed order of libraries to get LyX to link properly
13970         with the gnome frontend.
13971
13972 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13973
13974         * LaTeXFeatures.h: add a std:: qualifier
13975
13976 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13977
13978         * paragraph.C (String): use stringstream
13979
13980 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13981
13982         * paragraph.C (writeFile): remove footflag arg
13983
13984         * buffer.C (makeLaTeXFile): use stringstream
13985         (latexParagraphs): remove footnot gurba
13986
13987         * LaTeXFeatures.C (getPackages): use stringstream
13988         (getMacros): likewise
13989         (getTClassPreamble): likewise
13990         (getFloatDefinitions): new method
13991
13992         * paragraph.C (writeFile): reindent
13993         (Erase): reindent
13994
13995         * WorkArea.h: revert the xpos + etc changes.
13996
13997         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
13998
13999         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14000
14001         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14002         (pasteSelection): likewise
14003         * text2.C (CreateUndo): likewise
14004
14005 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14006
14007         * minibuffer.C (peek_event): temporarily reduce the functionality
14008         of the minibuffer (to allow args on lfuns)
14009
14010         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14011         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14012
14013         * buffer.C (readInset): add compability reading of old float
14014         lists, add reading of new style float list.
14015         (readInset): avoid reevaluation of inscmd.getCmdName()
14016         (getLists): reindent
14017
14018         * MenuBackend.C (MenuItem): implement parsing of
14019         md_floatlistinsert and md_floatinsert.
14020         (expand::LastFiles): move initalizaton of iterators out of loop,
14021         avoid reevaluation.
14022         (expand::Documents): introduce typdedef vector<string> Strings,
14023         and use it.
14024         (expand::ExportFormats): introduce typedef vector<Format const *>
14025         Formats, and use it.
14026         (expand): implement FloatListInsert and FloatInsert.
14027
14028         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14029         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14030         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14031
14032         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14033         handling.
14034         (Dispatch::LFUN_FLOAT_LIST): implement
14035
14036 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14037
14038         * LaTeX.C (run): Fix problem with --export code.
14039
14040 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14041
14042         * BufferView.[Ch] (workarea): removed.
14043         (getClipboard) new method; wrapper for workarea()->getClipboard()
14044
14045         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
14046         bug.
14047
14048         * WorkArea.h (width, height, xpos, ypos): These methods all
14049         returned the dimensions of the work_area sub-area of WorkArea,
14050         resulting in a position error if the WorkArea were resized. Now
14051         return the dimensions of the entire WorkArea.
14052
14053         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
14054
14055 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14056
14057         * LaTeX.C (deplog): correct the syntax of regex reg1
14058
14059 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14060
14061         * undo.C: remove !NEW_INSETS cruft
14062
14063 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14064
14065         * text2.C: remove !NEW_INSETS cruft
14066
14067         * text.C: remove !NEW_INSETS cruft
14068
14069         * tabular.C: remove !NEW_INSETS cruft
14070
14071         * spellchecker.C: remove !NEW_INSETS cruft
14072
14073         * lyxtext.h: remove !NEW_INSETS cruft
14074
14075         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
14076
14077         * lyxfunc.C: remove !NEW_INSETS cruft
14078
14079         * lyxfind.C: remove !NEW_INSETS cruft
14080
14081         * lyx_cb.C: remove !NEW_INSETS cruft
14082
14083         * figureForm.C: remove  !NEW_INSETS cruft
14084
14085         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
14086
14087         * buffer.[Ch]: remove !NEW_INSETS cruft
14088
14089         * ToolbarDefaults.C: remove !NEW_INSETS cruft
14090
14091         * CutAndPaste.C: remove !NEW_INSETS cruft
14092
14093         * BufferView_pimpl.C: remove !NEW_INSETS cruft
14094
14095         * BufferView2.C: remove !NEW_INSETS cruft
14096
14097         * BufferView.h: remove !NEW_INSETS cruft
14098
14099 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14100
14101         * Lsstream.h: include LString.h before the sstream headers to
14102         fix problem with gcc 2.95.3 and lyxstring
14103
14104 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14105
14106         * lyx_main.C: add using directives when needed for C functions
14107         declared in std:: namespace.
14108
14109 2001-04-27  Juergen Vigna  <jug@sad.it>
14110
14111         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
14112         (SetHeightOfRow): comment out the update call should not be needed!
14113
14114 2001-04-13  Juergen Vigna  <jug@sad.it>
14115
14116         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
14117         (LyXTabular): tried to minimize operator= operations (and realized
14118         hopfully Lars wish).
14119
14120 2001-04-27  Juergen Vigna  <jug@sad.it>
14121
14122         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
14123
14124 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14125
14126         * lyxfunc.C (Dispatch): hack to make listof algorithm work
14127
14128         * buffer.C (readInset): hack to make listof algorithm work
14129
14130         * BufferView_pimpl.C: hack to make listof algorithm work
14131
14132 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14133
14134         * LyXAction.C: removed all !NEW_INSETS cruft
14135         (init): moved lfun_item in method
14136
14137         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
14138
14139 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
14140
14141         * BufferView2.C (theLockingInset): white space.
14142
14143 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14144
14145         * minibuffer.C: include <iostream>
14146
14147         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
14148
14149         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
14150
14151         * commandtags.h: add LFUN_TRANSPOSE_CHARS
14152
14153         * text.[Ch] (TransposeChars): new method
14154
14155 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14156
14157         * call message directly through LyXView instead of through LyXFunc
14158         * BufferView2.C: adjust
14159         * BufferView_pimpl.C: adjust
14160         * FontLoader.C: adjust
14161         * buffer.C: adjust
14162         * bufferview_funcs.C: adjust
14163         * converter.C: adjust
14164         * figureForm.C: adjust
14165         * importer.C: adjust
14166         * lyx_cb.C: adjust
14167         * lyx_gui_misc.C: adjust
14168         * lyxfunc.C: adjust
14169         * lyxvc.C: adjust
14170         * text2.C: adjust
14171         + more files in subdirs
14172
14173         * lyxparagraph.h (size): move up int file
14174         (GetLayout): ditto
14175
14176         * adjust all uses of Assert to lyx::Assert.
14177
14178         * BufferView2.C (ChangeCitationsIfUnique): adjust for
14179         lyxfunctional in namespace lyx
14180         * layout.C (hasLayout): ditto
14181         (GetLayout): ditto
14182         (GetLayout): ditto
14183         (delete_layout): ditto
14184         (NumberOfClass): ditto
14185         * converter.C (GetFormat): ditto
14186         (GetNumber): ditto
14187         (Add): ditto
14188         (Delete): ditto
14189         (SetViewer): ditto
14190         * bufferlist.C (getFileNames): ditto
14191         (emergencyWriteAll): ditto
14192         (exists): ditto
14193         (getBuffer): ditto
14194         * MenuBackend.C (hasSubmenu): ditto
14195         (hasMenu): ditto
14196         (getMenu): ditto
14197         * BufferView_pimpl.C (getInsetByCode): ditto
14198
14199 2001-04-18  Juergen Vigna  <jug@sad.it>
14200
14201         * vspace.C (asLatexString): fixed the 100% problem.
14202
14203 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14204
14205         * lyxfunc.C (Dispatch):
14206         * minibuffer.C:
14207         * minibuffer.h: add a few std:: qualifiers
14208
14209 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14210
14211         * minibuffer.[Ch]: reimplement so that commands is initiated and
14212         run from lyxfunc, simplified som handling, and made the completion
14213         and history code for complete. wip.
14214
14215         * lyxfunc.C (processKeySym): call message
14216         (miniDispatch): new temporary method
14217         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
14218         (LFUN_MESSAGE): implement
14219         (LFUN_MESSAGE_PUSH): implement
14220         (LFUN_MESSAGE_POP): implement
14221         (initMiniBuffer): the initial/defualt minibuffer message.
14222
14223         * lyxfont.[Ch]: inline some more getters
14224
14225         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
14226
14227         * lyx_gui_misc.[Ch] (WriteStatus): remove method
14228
14229         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
14230         (AutoSave): use LFUN_MESSAGE
14231         (Reconfigure): ditto
14232
14233         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
14234
14235         * figureForm.C: use LFUN_MESSAGE
14236
14237         * converter.C (runLaTeX): use LFUN_MESSAGE
14238
14239         * bufferview_funcs.C: use LFUN_MESSAGE
14240         (Melt): ditto
14241         (changeDepth): ditto
14242
14243         * bufferparams.h: use boost::
14244
14245         * bufferlist.h: inherit privately from noncopyable
14246
14247         * bufferlist.C (loadLyXFile): remove some commented code.
14248
14249         * buffer.C (runChktex): use LFUN_MESSAGE
14250
14251         * ShareContainer.h: inherit privately from noncopyable
14252
14253         * ParagraphParameters.[hC] (depth): inline it.
14254
14255         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
14256         methods.
14257         (message): new method
14258         (messagePush): ditto
14259         (messagePop): ditto
14260         (show): init minibuffer
14261         (showState): direct call
14262
14263         * LaTeX.[Ch]: inherit privately from noncopyable
14264         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
14265         instead of WriteStatus.
14266
14267         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
14268
14269         * BufferView_pimpl.C (buffer): don't init minibuffer
14270         (workAreaButtonPress): use LFUN_MESSAGE
14271         (workAreaButtonRelease): ditto
14272         (savePosition): ditto
14273         (restorePosition): ditto
14274         (MenuInsertLyXFile): ditto
14275         (workAreaExpose): don't init minibuffer
14276         (update): remove commented code, simplify
14277
14278         * BufferView2.C (openStuff): use LFUN_MESSAGE
14279         (toggleFloat): ditto
14280         (menuUndo): ditto
14281         (menuRedo): ditto
14282         (copyEnvironment): ditto
14283         (pasteEnvironment): ditto
14284         (copy): ditto
14285         (cut): ditto
14286         (paste): ditto
14287         (gotoInset): ditto
14288         (updateInset): remove some commented code
14289
14290         * lastfiles.h: inherit privately from noncopyable
14291         * layout.h: ditto
14292         * lyx_gui.h: ditto
14293         * lyx_main.h: ditto
14294         * lyxlex.h: ditto
14295         * lyxlex_pimpl.h: ditto
14296
14297         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
14298         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
14299         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14300
14301         * LyXAction.h: inherit privately from noncopyable, add methods
14302         func_begin, func_end, returning iterators to the func map.
14303
14304         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
14305         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
14306         (func_begin): new method
14307         (func_end): new method
14308
14309         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
14310         and not)
14311         (copySelection): ditto
14312         (pasteSelection): ditto
14313
14314         * BufferView.C: whitespace change
14315         * BufferView.h: inherit privately from noncopyable
14316
14317 2001-04-16  Allan Rae  <rae@lyx.org>
14318
14319         * tabular-old.C (l_getline):
14320         * spellchecker.C (sc_check_word):
14321         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
14322         an unrecognised preprocessor directive.  So ensure they're wrapped.
14323
14324 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
14325
14326         * src/exporter.C (Export): Give an error message when path to file
14327         contains spaces.
14328
14329 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
14330
14331         * LaTeX.C (deplog): Always check that foundfile exists.
14332
14333 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14334
14335         * lyx_main.h:
14336         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
14337
14338 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14339
14340         * tabular.[Ch] (getLabelList): implement new method
14341
14342         * minibuffer.h: comment ouf setTiimer
14343
14344         * minibuffer.C (ExecutingCB): constify res
14345         (peek_event): constify s
14346         (Set): constify ntext
14347         (Init): constify nicename
14348
14349         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
14350
14351         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
14352         (savePosition): use two params to Minibuffer::Set
14353         (restorePosition): ditto
14354
14355 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14356
14357         * lyx_main.C: include language.h
14358
14359         * Makefile.am (lyx_main.o): add language.h
14360
14361 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14362
14363         * exporter.C:
14364         * paragraph.C:
14365         * screen.C:
14366         * tabular.C:
14367         * CutAndPaste.C: include gettext.h
14368
14369         * lyxfont.h: remove old hack with ON and OFF.
14370
14371         * lyxparagraph.h:
14372         * lyxfont.h: do not include language.h...
14373
14374         * BufferView2.C:
14375         * LaTeXFeatures.C:
14376         * Painter.C:
14377         * bufferview_funcs.C:
14378         * font.C:
14379         * lyxfont.C:
14380         * text.C:
14381         * text2.C:
14382         * trans_mgr.C:
14383         * paragraph.C: ... but do it here instead
14384
14385 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14386
14387         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
14388
14389         * tabular.C: small reformat
14390
14391         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
14392         NEW_INSETS version
14393         (GetChar): ditto
14394         (BreakParagraph): ditto
14395         (SetOnlyLayout): ditto
14396         (SetLayout): ditto
14397
14398         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
14399         with one arg less.
14400
14401         * lastfiles.C: removed most using decl, add std:: where needed
14402
14403         * buffer.C: ws changes
14404
14405         * MenuBackend.C (class compare_format): put into anon namespace
14406         (expand): constify label, names, action, action2
14407         (expand):
14408
14409         * text.C (SingleWidth): constify font
14410         (IsBoundary): constify rtl2
14411         (GetVisibleRow): constify ww
14412
14413         * LaTeX.C (deplog): constify logfile
14414
14415         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
14416         start_x, end_x
14417         (workAreaExpose): constify widthChange, heightChange
14418
14419         * lyxrow.C (par): moved
14420         (height): moved
14421         (next): moved
14422         * lyxrow.h: as inlines here
14423
14424         * lyxfont.h (shape): moved from lyxfont.C
14425         (emph): moved from lyxfont.C
14426
14427         * lyxfont.C (LyXFont): use initialization list for all
14428         constructors
14429         (shape): move to lyxfont.h as inline
14430         (emph): move to lyxfont.h as inline
14431
14432
14433 2001-04-04  Juergen Vigna  <jug@sad.it>
14434
14435         * vspace.C: had to include stdio.h for use of sscanf
14436
14437 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
14438
14439         * BufferView.h:
14440         * BufferView_pimpl.h: remove xforms cruft. Both classes are
14441         independent of xforms.
14442
14443 2001-04-02  Juergen Vigna  <jug@sad.it>
14444
14445         * spellchecker.C: fixed namespace placing!
14446
14447 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
14448
14449         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
14450         the LyXParagraph * is 0.
14451
14452 2001-03-29  Juergen Vigna  <jug@sad.it>
14453
14454         * vspace.C: added support for %, c%, p%, l%.
14455         (stringFromUnit): added helper function.
14456         (asLatexString): changed to give right results for the %-values.
14457
14458         * buffer.C: convert the widthp in a width%.
14459
14460 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
14461
14462         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
14463         figureForm.[Ch].
14464
14465         * figureForm.[Ch]: stripped the FD_from_figure manipulation
14466         code out of lux_cb.[Ch], ready for its (imminent?) removal.
14467
14468         * lyx_cb.[Ch]: see above.
14469
14470         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
14471         form1.[Ch].
14472
14473         * form1.[Ch]:
14474         * lyx.[Ch]: replaced by figure_form.[Ch].
14475
14476         * lyx_gui.C:
14477         * lyx_gui_misc.C:
14478         * lyxfunc.C: changed headers associated with above changes.
14479
14480 2001-03-27  Juergen Vigna  <jug@sad.it>
14481
14482         * BufferView_pimpl.C: set the temporary cursor right!
14483
14484 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
14485
14486         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
14487
14488 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
14489
14490         * LString.h: removed "using std::getline"!
14491
14492         * BufferView_pimpl.C (Dispatch): changes due to changes in
14493         InsetInclude::Params.
14494
14495         * buffer.C (tag_name): removed redundant break statements as they were
14496         producing lots of warnings with my compiler.
14497
14498 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14499
14500         * LString.h: add "using std::getline" when using the real <string>.
14501
14502 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
14503
14504         * buffer.C: removed bitset usage.
14505         PAR_TAG moved to an anonymous name space.
14506         (tag_name): new funtion, also in the anonymous namespace.
14507         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
14508         (makeDocBookFile): clean code. Completed transition from string arrays
14509         to string vectors.
14510         (SimpleDocBookOnePar): code clean.
14511
14512 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14513
14514         * tabular.C: add some comments.
14515
14516 2001-03-22  Juergen Vigna  <jug@sad.it>
14517
14518         * buffer.C (parseSingleLyXformat2Token): redone the minipage
14519         compatibility read a bit and fixed bug with minipage in different
14520         depth.
14521
14522 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
14523
14524         * buffer.C (pop_tag): removed.
14525         (push_tag): removed.
14526         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
14527         array replaced with vector. Added support for CDATA sections.
14528         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
14529         at any nest level.
14530         (makeDocBookFile): XML conformant declaration of CDATA section,
14531         fixed bug related to <emphasis> in the first paragraph char.
14532         (sgmlOpenTag): exclude empty tags.
14533         (sgmlCloseTag): ditto.
14534
14535         * buffer.h (pop_tag): removed.
14536         (push_tag): removed.
14537
14538 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
14539
14540         * language.h (Languages): added size_type and size().
14541
14542 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14543
14544         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
14545         response on compability reading of minipages. One probliem is that
14546         the old usage of minipages was «flertydig»
14547
14548         * several files here and in subdirs: don't use static at file
14549         scope use anon namespaces instead.
14550
14551 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
14552
14553         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
14554         LaTeX output. This is necessary for Literate document
14555         processing.
14556
14557 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14558
14559         * buffer.C: insert hfill when needed.
14560
14561         * tabular.C (l_getline): use string::erase, small whitespace change.
14562
14563         * BufferView_pimpl.C: try the anon namespace.
14564         * WorkArea.C: ditto
14565
14566 2001-03-16  Juergen Vigna  <jug@sad.it>
14567
14568         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
14569         otherwise it won't open options-dialogs.
14570
14571         * buffer.C: honor pextraWidth(p) on converting minipages.
14572
14573         * tabular.C (l_getline): changed the functions to strip trailing \r.
14574
14575 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
14576
14577         * BufferView_pimpl.C:
14578         * minibuffer..C: added "using SigC::slot" declaration.
14579
14580 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14581
14582         * lyxlex_pimpl.h: noncopyable is in namespace boost.
14583
14584         * text2.C: ditto
14585
14586         * text.C: ditto
14587
14588         * paragraph.C: ditto
14589
14590         * lyxtext.h: NO_PEXTRA
14591
14592         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
14593
14594         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
14595         * ParameterStruct.h: ditto
14596         * ParagraphParameters.h: ditto
14597         * lyxparagraph.h: ditto
14598
14599 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14600
14601         * buffer.C: add compability for minipage alignment.
14602         (latexParagraphs): remove unwanted pextra check.
14603
14604         * several files: remove CXX_WORKING_NAMESPACES
14605
14606         * buffer.C (pop_tag): tie is in namespace boost
14607
14608         * BufferView.h: noncopyable is in namespace boost
14609         * lyxlex.h: ditto
14610         * lyx_main.h: ditto
14611         * lyx_gui.h: ditto
14612         * layout.h: ditto
14613         * lastfiles.h: ditto
14614         * bufferlist.h: ditto
14615         * ShareContainer.h: ditto
14616         * LyXView.h: ditto
14617         * LyXAction.h: ditto
14618         * LaTeX.h: ditto
14619
14620 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14621
14622         * Merging changes from BRANCH_MVC back into HEAD.
14623
14624         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
14625
14626 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
14627
14628         * BufferView_pimpl.C: change from intl.C
14629
14630         * combox.h:
14631         * combox.C:
14632         * Makefile.am: move combox.*
14633
14634         * form1.h:
14635         * form1.C:
14636         * lyx_gui.C:
14637         * intl.h:
14638         * intl.C: remove dialog (covered by prefs)
14639
14640 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
14641
14642         * lyxfunc.C (Dispatch): removed redundant break statement.
14643
14644 2001-03-14  Juergen Vigna  <jug@sad.it>
14645
14646         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
14647
14648 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14649
14650         * buffer.C: add hack to fix compability reading of minipages.
14651
14652 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
14653
14654         * buffer.C (getLists): Cleanup.
14655
14656 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14657
14658         * lyxfont.C (update): don't honor toggleall on font size.
14659
14660 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
14661
14662         * bmtable.c:
14663         * bmtable.h:
14664         * Makefile.am: moved to frontends/xforms/
14665
14666         * lyx_gui_misc.C:
14667         * lyxfunc.C:
14668         * BufferView_pimpl.C: changes for moved mathpanel
14669
14670 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14671
14672         * gettext.h: fix gettext_init() in --disable-nls
14673
14674 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14675
14676         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
14677
14678 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
14679
14680         * lyx.C:
14681         * lyx.h: strip external form
14682
14683 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14684
14685         * BufferView_pimpl.C: add comment, destroySplash()
14686
14687 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
14688
14689         * BufferView_pimpl.C:
14690         * LyXAction.C:
14691         * buffer.C:
14692         * commandtags.h:
14693         * lyxfunc.C: use re-worked insetinclude
14694
14695 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14696
14697         * buffer.C: add using std::stringstream.
14698
14699         * lyx_cb.C: readd using std::ios.
14700
14701         * buffer.C: add using std::map.
14702
14703         * BufferView_pimpl.C: add using std::vector.
14704
14705         * ShareContainer.h: add std:: to swap.
14706
14707         * buffer.h: add some typedefs
14708         * buffer.C (getLists): use them
14709         (getLists): renamed from getTocList.
14710         add a counter for the different float types and use it in the
14711         generated string.
14712         (getLists): use the same counter for the NEW_INSETS and the "non"
14713         NEW_INSETS
14714
14715         * lyx_cb.h: remove unused items, includes, using etc.
14716
14717         * ShareContainer.h: remove some commented code, add more comments
14718         and "documentation".
14719
14720 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14721
14722         * buffer.C (getTocList): make the list also when NEW_INSETS is
14723         defined.
14724
14725         * buffer.h: remove TocType
14726
14727         * buffer.C (getTocList): change to return a map<string,
14728         vector<TocItem> >, implement for dynamic number of list.
14729
14730         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
14731         * text2.C (PasteSelection): adjust
14732         * CutAndPaste.C (pasteSelection): adjust
14733
14734         * FloatList.C (FloatList): update from the new_insets branch.
14735         * Floating.[Ch]: ditto
14736         * LaTeXFeatures.C: ditto
14737         * buffer.C: ditto
14738         * lyxlex_pimpl.C: ditto
14739
14740         * paragraph.C (Last): remove when NEW_INSETS is defined.
14741
14742         * other file: changes because of the above.
14743
14744 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14745
14746         * lyxparagraph.h: rename next to next_, previous to previous_,
14747         make them private for NEW_INSETS. Rename Next() to next(),
14748         Previous() to previous().
14749
14750         * other files: changes because of the above.
14751
14752 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
14753
14754         * BufferView.h:
14755         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
14756         problem.
14757
14758 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14759
14760         * main.C (main): pass lyx_localedir to gettext_init().
14761
14762         * gettext.h: remove locale_init and gettext_init macros
14763
14764         * gettext.C (locale_init): new function
14765         (gettext_init): new function
14766
14767         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
14768         setlocale().
14769
14770 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
14771
14772         * Moved credits to frontends:
14773         * credits.[Ch]: removed
14774         * credits_form.[Ch]: removed
14775         * lyx_gui_misc.C: remove credits stuff
14776         * Makefile.am:
14777
14778 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14779
14780         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
14781
14782         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
14783         unneeded destructor.
14784
14785         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
14786         a standalone pointer again.
14787
14788         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
14789
14790 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
14791
14792         * Makefile.am:
14793         * filedlg.h:
14794         * filedlg.C:
14795         * LyXAction.C:
14796         * ToolbarDefaults.C:
14797         * bufferlist.C:
14798         * commandtags.h:
14799         * form1.C:
14800         * form1.h:
14801         * lyx_cb.C:
14802         * lyx_cb.h:
14803         * lyxfunc.h:
14804         * lyxfunc.C:
14805         * BufferView_pimpl.C: use new file dialog in GUII
14806
14807         * lyx_cb.h:
14808         * lyx_cb.C: remove LayoutsCB to Toolbar
14809
14810 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14811
14812         * ShareContainer.h (get): add std:: qualifier
14813
14814 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14815
14816         * ShareContainer.h: define a proper ShareContainer::value_type
14817         type (and use typename to please compaq cxx)
14818
14819 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14820
14821         * lyxparagraph.h: move serveral local vars to
14822         ParameterStruct/ParagraphParameters., use ShareContainer in
14823         FontTable., make vars in FontTable private and add getter and
14824         setter.
14825
14826         * paragraph.C: changes because of the above.
14827
14828         * lyxfont.h: remove copy constructor and copy assignment. (the
14829         default ones is ok), move number inside FontBits. move inlines to
14830         lyxfont.C
14831
14832         * lyxfont.C: add number to initializaton of statics, move several
14833         inlines here. constify several local vars. some whitespace
14834         cleanup. Dont hide outerscope variables.
14835
14836         * Spacing.h: add two new constructors to match the set methods.
14837
14838         * ShareContainer.h: new file, will perhaps be moved to support
14839
14840         * ParameterStruct.h: new file
14841
14842         * ParagraphParameters.h: new file
14843
14844         * ParagraphParameters.C: new file
14845
14846         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
14847         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
14848
14849         * BufferView_pimpl.C: ParagraphParameter changes.
14850         * buffer.C: Likewise.
14851         * bufferview_funcs.C: Likewise.
14852         * text.C: Likewise.
14853         * text2.C: Likewise.
14854
14855 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14856
14857         * lyxfind.C (LyXReplace): do not redefine default argument in
14858         implementation.
14859         (IsStringInText): ditto
14860         (SearchForward): ditto
14861         (SearchBackward): ditto
14862
14863 2001-03-06  Juergen Vigna  <jug@sad.it>
14864
14865         * lyxfind.C (IsStringInText): put parentes around expressions.
14866
14867 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
14868
14869         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
14870
14871 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
14872
14873         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
14874
14875         * stl_string_fwd.h: add comment
14876
14877         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
14878
14879         * tabular.h:
14880         * tabular.C: remove unused DocBook methods
14881
14882         * intl.C:
14883         * language.C:
14884         * paragraph.C:
14885         * buffer.C:
14886         killed DO_USE_DEFAULT_LANGUAGE
14887
14888 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14889
14890         * lyx_gui.C: do not include language.h.
14891
14892         * bufferview_funcs.C (ToggleAndShow): do not provide optional
14893         arguments in function implementation.
14894
14895 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14896
14897         * BufferView_pimpl.C: add <ctime>
14898
14899 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14900
14901         * BufferView_pimpl.C: add using std::find_if
14902
14903 2001-02-27  José Matos  <jamatos@fep.up.pt>
14904
14905         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
14906         by OnlyPath.
14907
14908 2001-02-11  José Matos  <jamatos@fep.up.pt>
14909
14910         * buffer.C (makeDocBookFile): command styles now have a parameter as
14911         "title" by default.
14912
14913 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
14914
14915         * layout_forms.[Ch]: removed
14916         * lyx_cb.[Ch]: out character
14917         * lyx_gui.C: out character
14918         * lyx_gui_misc.C: out character
14919         * bufferview_funcs.C: : out character,
14920         added toggleall as parameter in ToggleAndShow
14921
14922 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
14923
14924         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
14925
14926         * text2.C (SetCurrentFont): Disable number property at boundary.
14927
14928 2001-02-26  Juergen Vigna  <jug@sad.it>
14929
14930         * lyxfunc.C (getStatus): added a string argument override function so
14931         that this is correctly called from LyXFunc::Dispatch if it contains a
14932         do_not_use_argument which is used!
14933         (Dispatch): added check for "custom" export and call appropriate func.
14934
14935 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
14936
14937         * lyxrc.C: Add language_command_local, language_use_babel and
14938         language_global_options.
14939
14940         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
14941
14942         * buffer.C (makeLaTeXFile): Use language_use_babel and
14943         language_global_options.
14944
14945 2001-02-23  Juergen Vigna  <jug@sad.it>
14946
14947         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
14948         which works with LyXText and putted it inside BufferView. Here now we
14949         only call for that part the BufferView::Dispatch() function.
14950
14951         * BufferView.C (Dispatch): added.
14952
14953         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
14954         functions which needs to use a LyXText over from LyXFunc.
14955         (MenuInsertLyXFile): added
14956         (getInsetByCode): added
14957         (moveCursorUpdate): added
14958         (static TEXT): added
14959
14960 2001-02-22  Juergen Vigna  <jug@sad.it>
14961
14962         * BufferView_pimpl.C (update): call a status update to see if LyXText
14963         needs it.
14964
14965 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
14966
14967         * vc-backend.C (revert): implement for CVS
14968         (getLog): implement for CVS
14969
14970 2001-02-20  Juergen Vigna  <jug@sad.it>
14971
14972         * text2.C (ClearSelection): added BufferView param for inset_owner call
14973
14974         * lyxfunc.C (TEXT): added this function and use it instead of
14975         directly owner->view()-text of getLyXText().
14976
14977 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
14978
14979         * src/layout_forms.C: out preamble
14980         * src/layout_forms.h: out preamble
14981         * src/lyx_cb.C: out preamble
14982         * src/lyx_cb.h: out preamble
14983         * src/lyx_gui.C: out preamble
14984         * src/lyx_gui_misc.C: out preamble
14985         * src/lyxfunc.C: connect with guii preamble
14986
14987 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
14988
14989         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
14990
14991 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
14992
14993         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
14994         whether to run bibtex.
14995
14996 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
14997
14998         * Makefile.am (lyx_SOURCES): Remove BackStack.h
14999
15000 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15001
15002         * Makefile.am (lyx_SOURCES): removed bibforms.h
15003
15004         * vspace.h: doxygen
15005
15006         * text.C (GetVisibleRow): make several local vars const
15007
15008         * tabular.C: small cleanup.
15009
15010         * lyxserver.C (callback): use compare instead of strncmp
15011
15012         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15013         inlines to after class or to paragraph.C
15014
15015         * lyxfont.h: remove friend operator!=
15016
15017         * converter.h: move friend bool operator< to non friend and after
15018         class def.
15019
15020         * combox.h: small cleanup
15021
15022         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15023         to inlines after class def.
15024
15025         * buffer.C (pop_tag): use string operations instead of strcmp
15026
15027         * bmtable.c: doxygen, small cleanup
15028
15029         * LaTeX.h: remove friend operator==
15030
15031 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15032
15033         * screen.C:
15034         * lyxrc.[Ch]:
15035         * lyxfunc.C:
15036         * lyxfont.[Ch]:
15037         * lyx_cb.C:
15038         * intl.[Ch]:
15039         * commandtags.h:
15040         * buffer.C:
15041         * WorkArea.[Ch]:
15042         * LyXAction.C:
15043         * BufferView_pimpl.C:
15044         * BufferView.[Ch]: remove cruft
15045
15046 2001-02-14  Juergen Vigna  <jug@sad.it>
15047
15048         * lyxfunc.C: removed #if 0 unused code
15049
15050         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
15051
15052         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
15053
15054         * text2.C (SetSelection): added a BufferView * parameter
15055
15056 2001-02-13  Juergen Vigna  <jug@sad.it>
15057
15058         * lyxfunc.C (Dispatch): fixed protected blank problem.
15059         * BufferView2.C (protectedBlank): added LyxText * parameter.
15060
15061         * tabular.C (AppendRow): forgot to set row_info of newly added row.
15062         (AppendColumn): same as above for column_info.
15063
15064         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
15065         (moveCursorUpdate): use a LyXText param for support of InsetText.
15066
15067         * BufferView_pimpl.C (doubleClick): added support for InsetText.
15068         (tripleClick): ditto
15069
15070         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
15071
15072         * BufferView_pimpl.C (update): added LyXText param to honor insets.
15073
15074         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
15075
15076         * text2.C (SetSelection): set correct update status if inset_owner
15077         (ToggleFree): ditto
15078
15079 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
15080
15081         * tabular.C: remove some commented code.
15082
15083 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
15084
15085         * BufferView_pimpl.C: call hideSplash()
15086
15087         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
15088
15089         * include_form.h:
15090         * bibforms.h: remove
15091
15092         * lyxfunc.C:
15093         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
15094           add LFUN_CHILD_CREATE
15095
15096         * counters.h: fix tiny typo
15097
15098         * lyx_cb.C:
15099         * lyx.h:
15100         * lyx_gui.C:
15101         * lyx.C: move splash to frontends/xforms/
15102
15103         * lyx_gui_misc.C: move Include and Bibform to frontends
15104
15105         * lyxvc.h: clarify comment
15106
15107         * vspace.C: tiny housekeeping
15108
15109 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
15110
15111         * text.C (PrepareToPrint): RTL Fix.
15112
15113         * paragraph.C (GetUChar): New method.
15114         (String):  Use GetUChar.
15115
15116         * buffer.C (asciiParagraph): Use GetUChar.
15117
15118 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
15119
15120         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
15121
15122 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
15123
15124         * buffer.h:
15125         * buffer.C: rename to getLogName(), handle
15126           build log / latex log nicely
15127
15128 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15129
15130         * MenuBackend.C:
15131         * MenuBackend.h: remove support for reference menuitem type.
15132
15133 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
15134
15135         * BufferView_pimpl.C: housekeeping
15136         * BufferView_pimpl.h:
15137         * LyXView.h:
15138         * Makefile.am:
15139         * Timeout.C:
15140         * Timeout.h:
15141         * minibuffer.h: move Timeout GUI-I
15142
15143 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
15144
15145         * lyxrc.C (read): Update converters data-structures.
15146
15147 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
15148
15149         * LaTeX.h (operator!=): add operator != for Aux_Info
15150
15151 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
15152
15153         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
15154
15155         * LaTeXLog.C: deleted, useful code moved to Buffer
15156
15157         * buffer.h:
15158         * buffer.C: new function getLatexLogName()
15159
15160         * lyx_gui_misc.C:
15161         * lyx_gui.C:
15162         * lyxvc.C:
15163         * lyxvc.h:
15164         * lyxfunc.C: use frontends for LaTeX and VC logs
15165
15166 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15167
15168         * LaTeX.h: yet another std:: that Allan forgot.
15169
15170         * Variables.C (set): renamed from isset(), because this clashes
15171         with some HP-UX macros (grr).
15172
15173 2001-02-06  Allan Rae  <rae@lyx.org>
15174
15175         * LaTeX.h: Another bug fix.  Missing std:: this time.
15176
15177 2001-02-04  Allan Rae  <rae@lyx.org>
15178
15179         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
15180         floats problem. I've left it commented out because it's not quite
15181         correct.  It should also test that the current object is a table or
15182         figure inset.  But I haven't gotten around to figuring out how to do
15183         that.  I *think* it'll be something like: "table" == inset.type()
15184
15185         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
15186         bool.
15187
15188 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
15189
15190         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
15191         all the citation/databases/styles in the auxilary file.
15192         (run): Rerun latex if there was a babel language error.
15193
15194 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
15195
15196         * text.C (Backspace): Preserve the font when changing newline char
15197         with a space.
15198         (BreakParagraph): If the cursor is before a space, delete the space.
15199
15200         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
15201
15202 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
15203
15204         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
15205         new argument (code).
15206         (ChangeCitationsIfUnique): New method.
15207
15208         * paragraph.C (GetPositionOfInset): Handle bibkey.
15209
15210 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15211
15212         * BufferView_pimpl.h: change type of Position::par_pos to
15213         LyXParagraph::size_type.
15214
15215 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
15216
15217         * BufferView_pimpl.C (savePosition, restorePosition): Write
15218         messages to minibuffer.
15219
15220 2001-01-28  José Matos  <jamatos@fep.up.pt>
15221
15222         * buffer.C (makeDocBookFile): adds support for document language.
15223         A silly restriction on the name of LatexCommand types where removed.
15224         Added support for CDATA sections, allows to chars unescaped, used
15225         among others in code, to avoid escape < and >.
15226
15227 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15228
15229         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
15230         saved positions instrad of a stack. Furthermore, a position is
15231         stored using paragraph id/paragraph position.
15232
15233         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
15234         Remove LFUN_REF_BACK.
15235
15236 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
15237
15238         * converter.C (dvipdfm_options): New method.
15239
15240 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15241
15242         * vspace.C (isValidLength): Fix for empty input string.
15243
15244 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15245
15246         * LyXAction.C (init): change description of LFUN_FIGURE to
15247         "Insert Graphics"
15248
15249 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15250
15251         * LaTeX.C: add using directive
15252
15253 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15254
15255         * MenuBackend.C (expand): Fix the sorting of the formats.
15256
15257 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
15258
15259         * lyx_main.C: tiny error message fix
15260
15261 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15262
15263         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
15264         calling fl_initialize(). This fixes the problem with ',' as
15265         decimal separator in text files.
15266
15267 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
15268
15269         * trans.C (process): Fix the keymap bug.
15270
15271 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
15272
15273         * LaTeX.C (scanAuxFiles): New method. Provides support for
15274         multiple bibliographies (when using the bibtopic/bibunits pacakges).
15275         (scanLogFile) Scan for "run BibTeX" messages.
15276
15277         * buffer.C (makeLaTeXFile): Do not load the ae package when using
15278         OT1 font encoding. Also, load the aecompl package if the ae
15279         package is loaded.
15280
15281         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
15282
15283 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15284
15285         * texrow.C (increasePos): turn two error messages into debug
15286         messages.
15287
15288 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
15289
15290         * LaTeX.C (scanAux): Handle the \@input macro.
15291         (runBibTeX): Use scanAux().
15292
15293         * language.C (latex_options_): New field.
15294
15295         * LaTeXFeatures.C (getMacros): Add language macros.
15296
15297         * buffer.C (makeLaTeXFile): Small fix.
15298
15299 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15300
15301         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
15302
15303         * text2.C: add a using directive.
15304
15305 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
15306
15307         * BufferView2.C:
15308         * lyx_gui_misc.h:
15309         * lyxfr1.C:
15310         * lyxfunc.C: kill LyXBell.
15311
15312 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
15313
15314         * text.C (IsBoundary): Remove the error message
15315
15316         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
15317
15318         * lyxrc.C (setDefaults): Correct initialization value for
15319         font_norm_type.
15320
15321 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
15322
15323         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
15324         gotoError().
15325
15326         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
15327         and GotoNextNote().
15328
15329         * src/LyXAction.C: Added reference-next.
15330
15331         * text.C (InsertChar): Use contains instead of strchr.
15332
15333         * lyx_cb.C (MenuInsertLabel): Enable default value code.
15334
15335 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
15336
15337         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
15338         alignment commands (when needed).
15339
15340         * text.C (InsertChar): Add ':' to number separator chars.