]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Whitespace.
[lyx.git] / src / ChangeLog
1
2 2003-08-26  André Pönitz  <poenitz@gmx.net>
3
4         * paragraph_func.[Ch] (outerPar): new function
5
6         * paragraph.C:
7         * paragraph_funcs.C:
8         * paragraph_funcs.h:
9         * paragraph_pimpl.C:
10         * text2.C: remove Inset::par_owner
11
12 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
13  
14         * lyxrow_funcs.C:
15         * lyxtext.h:
16         * text.C:
17         * text2.C: eliminates the needFullRow/display() stuff
18         altogether, putting the logic in metrics/draw in the insets.
19
20 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
21
22         * text2.C (redoParagraphInternal, redoParagraphs): 
23         * text.C (redoParagraph): add a call to updateRowPositions at the 
24         end of each 'metrics-like' call. Remove all others.
25         (getRow): remove the 'y-computing' version.
26         (getRowNearY): do not compute nor return the real y. Solve the
27         'y < 0' problem and simplify.
28
29 2003-08-22  Angus Leeming  <leeming@lyx.org>
30
31         * *.[Ch]: clean-up of licence and author blurbs.
32         Also move config.h out of a few .h files and into a few .C files.
33
34 2003-08-22  André Pönitz  <poenitz@gmx.net>
35
36         * lyxrow.[Ch]: add x_ and *fill_ members
37
38         * lyxtext.h: 
39         * text.C:
40         * rowpainter.C:
41         * text2.C: adjust/remove prepareToPrint() calls
42
43 2003-08-22  André Pönitz  <poenitz@gmx.net>
44
45         * lyxrow.[Ch]: add  end_ member
46
47         * lyxrow_funcs.C: use LyXRow::end_
48
49         * lyxtext.h (singleWidth): add LyXFont parameter
50
51         * rowpainter.C:
52         * text2.C: adjust LyXText::singleWidth() calls
53
54         * text.C (redoParagraph): simplify row breaking logic
55
56
57 2003-08-19  André Pönitz  <poenitz@gmx.net>
58
59         * funcrequest.C: initialize button_ member
60
61         * text3.C:
62         * rowpainter.[Ch]: interface consolidation
63
64 2003-08-18  André Pönitz  <poenitz@gmx.net>
65
66         * BufferView.C:
67         * BufferView_pimpl.C:
68         * lyxfind.C:
69         * paragraph_funcs.C:
70         * rowpainter.C:
71         * text3.C: remove LyXScreen::draw() and fitCursor calls
72
73         * BranchList.h: remove spurious semicolons
74
75         * MenuBackend.C: fix branchlist related crash
76
77 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>     
78
79         * BranchList.[Ch]:
80         * InsetList.[Ch]:
81         * LColor.[Ch]:
82         * LyXAction.C:
83         * Makefile.am:
84         * MenuBackend.[Ch]:
85         * bufferparams.[Ch]:
86         * factory.C:
87         * lfuns.h:
88         * lyxfunc.C:
89         * text3.C: implements the 'branch inset'
90         idea. This allows the output of various versions of a document
91         from a single source version, selectively outputing or suppressing
92         output of parts of the text.
93         This implementation contains a 'branch list editor' in a separate
94         tab of the document settings dialog. Branches are user definable
95         and have a "display colour" to distinguish them on-screen.
96
97         ColorHandler was somewhat cleaned up.
98         (1) make possible a dynamically growing LColor list by allowing
99         the graphic context cache to grow along (vector);
100         (2) eliminate an IMHO unnecessary step in colour allocation.
101
102 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
103
104         * BufferView_pimpl.C: compile fix
105         
106 2003-08-15  André Pönitz  <poenitz@gmx.net>
107
108         * rowpainter.C: remove extra metrics calls
109
110         * lyxtext.h: merge the two constructors into a single one,
111           pass reference to owner's par list
112
113         * BufferView_pimpl.C:
114         * text.C:
115         * text2.C: adjust
116
117 2003-08-15  André Pönitz  <poenitz@gmx.net>
118
119         * lyxrow_funcs.[Ch]:
120         * lyxtext.h:
121         * paragraph.h:
122         * paragraph_funcs.C:
123         * rowpainter.C:
124         * text.C:
125         * text2.C:
126         * text3.C:
127         * text_funcs.C: split LyXText::rowlist_ into individual
128         Paragraph::rows_ chunks
129
130         * BufferView.[Ch]:
131         * BufferView_pimpl.[Ch]:
132         * lyxfind.C:
133         * lyxtext.h:
134         * text3.C: remove toggleSelection()
135
136 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
137
138         * bufferlist.C: beautify two alerts (shorter text of buttons)
139         * buffer.C: Remove redundant ' ' from message
140         * tabular.h:
141         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
142         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
143         rename VALIGN_CENTER to VALIGN_MIDDLE
144
145 2003-08-11  André Pönitz  <poenitz@gmx.net>
146
147         * lyxtext.h (getPar):
148         * text.C: new function
149
150 2003-08-11  André Pönitz  <poenitz@gmx.net>
151
152         * Makefile.am:
153         * tracer.[Ch]: remove unneeded files
154
155         * InsetList.[Ch]: remove resizeInsetsLyXText()
156
157         * lyxtext.h:
158         * text.C:
159         * text2.C:
160         * text3.C: merge insertParagraphs() and appendParagraph()
161         remove breakAgain(), update()
162
163         * BufferView_pimpl.[Ch]:
164         * bufferview_funcs.[Ch]:
165         * lyxfunc.C:
166         * paragraph.[Ch]:
167         * rowpainter.C:
168         * tabular.C: adjust after text & InsetList changes.
169
170 2003-08-08  André Pönitz  <poenitz@gmx.net>
171
172         * text.C (insertChar, backspace): replace rowlist fiddling
173         with rebreak of full par
174
175         * lyxtext.h:
176         * text.C (breakAgainOneRow, redoHeightOfParagraph,
177         checkParagraph, updateInset): removed
178
179 2003-08-07  André Pönitz  <poenitz@gmx.net>
180
181         * paragraph.C:
182         * text3.C: merge some LFUN handlers, remove dead code
183
184 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
185
186         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
187
188 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
189
190         * text2.C (DEPM): fix part of bug 1255 and 1256 
191
192 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
193
194         * BufferView_pimpl.C (workAreaDispatch): change to use
195         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
196         that are no mouse related.
197
198 2003-08-05  André Pönitz  <poenitz@gmx.net>
199
200         * BufferView.[Ch]:
201         * BufferView_pimpl.[Ch]:
202         * bufferview_funcs.C:
203         * text2.C:
204         * text3.C: rip out "deep update"
205
206         * textcursor.[Ch] (last_sel_cursor): remove unused member
207
208 2003-08-04  André Pönitz  <poenitz@gmx.net>
209
210         * BufferView.[Ch]:
211         * BufferView_pimpl.[Ch]:
212         * ParagraphParameters.C:
213         * bufferview_funcs.C:
214         * lyx_cb.C:
215         * lyxfind.C:
216         * lyxfunc.C:
217         * text.C:
218         * text2.C:
219         * text3.C: replace "complicated" BufferView::update(...) calls with
220         simpler ones.
221
222         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
223
224 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
225
226         * Makefile.am (lyx_SOURCES): add paper.h
227
228 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
229
230         * Makefile.am: move things around so that both lyx-qt and
231         lyx-xforms can be built (according to --with-frontend). Then lyx
232         is a symbolic link to lyx-[firstfrontend]
233
234 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
235
236         * Always use std::endl with lyxerr
237
238 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
239
240         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
241
242 2003-08-01  André Pönitz  <poenitz@gmx.net>
243
244         * BufferView.[Ch]:
245         * BufferView_pimpl.[Ch]:
246         * lyxfunc.C:
247         * text3.C: merge BufferView::repaint() and BufferView::update()
248
249 2003-08-01  José Matos  <jamatos@lyx.org>
250
251         * buffer.[Ch]: file_format is no longer a buffer data element.
252
253 2003-08-01  André Pönitz  <poenitz@gmx.net>
254
255         * BufferView.C:
256         * lyxtext.h:
257         * text.C:
258         * text2.C: make redoParagraph more independent of current cursor
259
260         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
261         * text.C:
262         * text2.C: remove unneeded members
263
264 2003-07-30  André Pönitz  <poenitz@gmx.net>
265
266         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
267
268         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
269           create a single function...
270
271         * paragraph_funcs.C (moveItem): ... here.
272
273         * text.C:
274           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
275
276 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
277
278         * LColor.[Ch]: Add comment and greyedout logical colors.
279
280 2003-07-30  André Pönitz  <poenitz@gmx.net>
281
282         * tabular.C: don't use Assert too heavily. This crashes where it
283           shouldn't
284
285 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
286
287         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
288         is disabled (bug 1232)
289
290 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
291
292         * factory.C: limited 'arg' scope
293
294 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
295
296         * factory.C: fixed Note submenu issues
297
298 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
299
300         * factory.C: submenu for Note/Comment/Greyedout
301
302 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
303
304         * lyx_main.C (LyX):
305         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
306
307 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
308
309         * LaTeXFeatures.C:
310         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
311         greyedout. Patch provided by Jürgen Spitzmüller.
312
313 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
314
315         * kbmap.C (read): fix error message when reading bind files
316
317 2003-07-29  Angus Leeming  <leeming@lyx.org>
318
319         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
320         certainly does not do what it purports to do. I am doing it, and
321         us, a favour by killing it.
322
323 2003-07-28  José Matos  <jamatos@lyx.org>
324
325         * buffer.C (readBody, do_writeFile):
326         * paragraph.C(readParagraph): \end_document replaces \the_end.
327
328 2003-07-29  André Pönitz  <poenitz@gmx.net>
329
330         * BufferView.[Ch]:
331         * BufferView_pimpl.[Ch]:
332         * lyxfunc.C:
333         * text2.C:
334         * text3.C:
335         * textcursor.[Ch]: remove toggleToggle & Co
336
337 2003-07-28  José Matos  <jamatos@fep.up.pt>
338
339         * buffer.C (readParagraph):
340         * params_func (readParToken, readParagraph):
341         * paragraph.C (write): \layout -> \begin_layout.
342
343 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
344
345         * lyxlex_pimpl.C (setFile): clean up slightly.
346
347         * bufferparams.h: add compressed var
348
349         * buffer_funcs.C (readFile): adjust for LyXLex change
350         (newFile): ditto + simplify
351
352         * buffer.C (writeFile): handle writing of compressed files
353
354         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
355         Check if the file is compressed and set a bufferparm if so.
356
357         * Makefile.am (lyx_LDADD): remove explicit -lz
358
359 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
360
361         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
362         makeDocBookFile): put the real LyX version in the first line of
363         the file
364
365         * version.h:
366         * version.C.in: remove lyx_docversion
367
368         * tabular.C (write_attribute): add a template-based version to
369         write enums properly
370
371 2003-07-28  André Pönitz  <poenitz@gmx.net>
372
373         * lyxtext.h:
374         * text.C:
375         * text2.C:
376         * text3.C: use doubles again for x-coordinates. They are needed.
377
378 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
379
380         * messages.C (getLocaleDir): use lyx_localedir()
381
382         * lyxlex_pimpl.C (setFile): compress stuff
383
384         * buffer.C (writeFile): add some compression stuff
385         (do_writeFile): new func, dont call expliti close... will this
386         breake anything?
387
388         * Makefile.am (lyx_LDADD): add -lz
389
390 2003-07-28  José Matos  <jamatos@fep.up.pt>
391
392         * buffer.C: increment file format.
393         * paragraph_funcs (readParagraph, readParToken):
394         * paragraph.C (readParagraph): add \end_layout.
395
396 2003-07-27  Angus Leeming  <leeming@lyx.org>
397
398         * Makefile.am: remove special casing for configure-time setting of
399         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
400
401         * lyx_main.C (init): remove all Jean-Marc's magic setting of
402         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
403
404 2003-07-26  André Pönitz  <poenitz@gmx.net>
405
406         * paragraph_func.[Ch]:
407         * paragraph.C (realizeFont): inline it whereever it is used
408
409         * rowpainter.C:
410         * text.C:
411         * text2.C:
412         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
413
414
415 2003-07-26  André Pönitz  <poenitz@gmx.net>
416
417         *       lyxtext.h:
418         * text.C:
419         * text2.C: get rid of LyXText::need_break_row
420
421 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
422
423         * toc.[Ch]: put namespace toc inside namespace lyx
424
425         * MenuBackend.C (expandToc2): adjust for lyx::toc
426         (expandToc): ditto
427
428         * lyxfunc.C (dispatch): adjust for lyx::find
429
430         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
431         lyx::find instead. Reorganize a bit.
432         (LyXReplace): rename to replace
433         (LyXFind): rename to find
434
435         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
436         (dispatch): ditto
437
438 2003-07-26  André Pönitz  <poenitz@gmx.net>
439
440         * text.C (setHeightOfRow): restrict scope of temporary variable
441
442         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
443           code (never has been used?)
444
445 2003-07-27  Asger Alstrup  <alstrup@local>
446
447         * text.C (fill): Optimise algorithm to exploit that we can reuse
448         the LyXFont for many characters.
449         (setHeightOfRow): Same thing.
450         (rowBreakPoint): Same thing.
451
452 2003-07-26  Asger Alstrup  <alstrup@local>
453
454         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
455
456         * text.C (singleWidth): Spurious font copying in hot-spot
457         singleWidth avoided. Reorder tests for arabic for efficiency.
458
459         * text.C (fill): handle empty paragraphs better.
460
461 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
462
463         * ispell.C:
464         * encoding.h: add includes
465
466         * lyxrc.C: remove reading of bind files
467
468         * lyx_main.C (init): setup bindings and menus only if we have a
469         gui.
470
471         * kbmap.C (read): new method. Do the actual reading of bind
472         files.
473
474         * converter.C (dvipdfm_options):
475         * bufferparams.C:
476         * lyxrc.C (read):
477         (output): adapt PAPER_* enums.
478
479         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
480
481         * bufferparams.h: remove paper-related enums from there
482
483         * paper.h: New file. A trivial header file to hold paper-related
484         enums. It should later expand to contain many paper-related
485         horrors access.
486
487         * lyxrc.C: declare extern displayTranslator
488
489 2003-07-27  José Matos  <jamatos@fep.up.pt>
490
491         * tabular.[Ch] (linuxdoc): add support for tables and figures
492         (linuxdoc).
493
494 2003-07-27  José Matos  <jamatos@fep.up.pt>
495
496         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
497         consistency in both functions.
498         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
499
500 2003-07-26  Asger Alstrup  <alstrup@local>
501
502         * rowpainter.C (paintRows): Change algorithm to work directly on
503         the insets rather than asking every character in the document
504         whether its an inset.
505
506 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
507
508         * buffer.C (openFileWrite): factorize some code
509
510 2003-07-26  Angus Leeming  <leeming@lyx.org>
511
512         * lyx_cb.C:
513         * lyx_main.[Ch]: replace occurances of system_tempdir with
514         os::getTmpDir().
515
516 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
517
518         * rename Inset to InsetOld
519
520 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
521
522         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
523         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
524         which I think is a bit clearer. EDIT is gone, since it was
525         premature optimisation, and broken for mathed anyway.
526         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
527         with cursor positioning in insets as well (math insets still do not
528         work, but that's a different story anyway.) It mysteriously
529         crashes sometimes with undo in the first paragraph, but I'm fairly
530         confident that this is a compiler bug.
531
532 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
533
534         * paragraph.C (Paragraph): adjust for new clone return type
535         (operator==): ditto
536         (copyIntoMinibuffer): ditto
537
538 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
539
540         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
541         by not having a special case, and always doing a full rebreak of
542         the document after undo.
543
544 2003-07-23  Angus Leeming  <leeming@lyx.org>
545
546         * factory.C (createInset): InsetExternal::setParams now takes a
547         Buffer const * arg.
548
549 2003-07-23  Angus Leeming  <leeming@lyx.org>
550
551         * factory.C (createInset): changed interface to the external and
552         graphics mailers' string2params functions.
553
554 2003-07-23  Angus Leeming  <leeming@lyx.org>
555
556         * factory.C (createInset): pass a
557         Buffer const * parameter to InsetExternalMailer's string2params.
558
559 2003-07-22  John Levon  <levon@movementarian.org>
560
561         * Thesaurus.h: include the right aiksaurus header
562
563 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
564
565         * MenuBackend.C (expand): check menu shortcuts unconditionally
566
567 2003-07-21  Angus Leeming  <leeming@lyx.org>
568
569         * factory.C (createInset): pass a
570         buffer_path parameter to InsetGraphicsMailer's string2params.
571
572 2003-07-21  Angus Leeming  <leeming@lyx.org>
573
574         * BufferView_pimpl.C (buffer):
575         * buffer.C (d-tor):
576         * lyx_main.C (LyX):
577         * lyxfunc.C (dispatch):
578         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
579         rather than the grfx shortcut.
580
581 2003-07-21  André Pönitz  <poenitz@gmx.net>
582
583         * rowpainter.C: remove unused variables
584
585         * tabular_funcs.C:
586         * tabular_funcs.h: move to tabular.C
587         * Makefile.am: adjust
588
589         * tabular.[Ch]: basic optical cleaning
590
591         * author.h: pass references, not values
592
593 2003-07-18  André Pönitz  <poenitz@gmx.net>
594
595         * lyxtext.h:
596         * metricsinfo.C:
597         * metricsinfo.h:
598         * rowpainter.C:
599         * text.C:
600         * text2.C:
601         * text3.C: two-phase drawing for InsetText and InsetTabular
602         some float -> int changes.
603
604 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
605
606         * lyx_main.C: fix the fix
607
608 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
609
610         * lyx_main.C: fix a crash in batch mode if no files specified
611         * converter.C: ws
612
613 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
614
615         * format.[Ch] (papersize): moved to BufferParams
616         * converter.[Ch] (dvips_options): moved to BufferParams
617         (dvipdfm_options): moved to anon namespace
618         * bufferparams.[Ch]: added above functions.
619
620 2003-07-17  André Pönitz  <poenitz@gmx.net>
621
622         * lyxtext.h:
623         * rowpainter.C:
624         * text2.C: don't call inset->update() anymore
625
626         * metricsinfo.[Ch]: add convenience constructor
627
628 2003-07-16  André Pönitz  <poenitz@gmx.net>
629
630         * lyxcursor.[Ch]:
631         * lyxfunc.[Ch]:
632         * text.C:
633         * text2.C: replace the LyXCursor::irow_ member with
634          on-demand computation of the value
635
636 2003-07-16  John Levon  <levon@movementarian.org>
637
638         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
639
640 2003-07-15  André Pönitz  <poenitz@gmx.net>
641
642         * text.C:
643         * text2.C: remove no more needed refresh_row
644
645 2003-07-15  André Pönitz  <poenitz@gmx.net>
646
647         * lyxtext.h:
648         * rowpainter.C:
649         * text2.C:
650         * text3.C: refresh_status tristate -> need_update bool
651
652 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
653
654         * lyxtext.h (init): remove reinit argument (act as if always true)
655         * text2.C: adjust to that
656
657 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
658
659         * bufferview_funcs.[Ch]: introduce function replaceSelection()
660         * text3.C: use it to delete selections in some cases
661         (bugs 441, 673, 702, 954).
662
663 2003-07-14  André Pönitz  <poenitz@gmx.net>
664
665         * rowpainter.[Ch]: reduce interface
666
667 2003-07-14  André Pönitz  <poenitz@gmx.net>
668
669         * BufferView_pimpl.C:
670         * text2.C: adjust after removing unused BufferView * argument
671
672 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
673
674         * text2.C (init): fix a crash fired on resize
675
676 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
677
678         * buffer.[Ch]: added new closing signal
679         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
680         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
681         BufferView::Pimpl via the closing the signal
682
683 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
684
685         * buffer.[Ch]: take out all bv-related from buffer
686         * BufferView.C:
687         * BufferView_pimpl.[Ch]: connect to new signals
688         * CutAndPaste.C: removed useless asserts
689         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
690         * lyxvc.[Ch]:
691         * vc-backend.[Ch]:
692         * lyxfunc.C: moved view-related funciontality from vc here
693         * paragraph.C: removed outdated comments
694         * text.C: ws
695
696 2003-07-10  André Pönitz  <poenitz@gmx.net>
697
698         * BufferView_pimpl.C:
699         * tabular.h:
700         * tabular_funcs.C:
701         * text.C:
702         * text2.C: remove InsetText::InnerCache, clean up consequences
703
704 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
705
706         * ispell.C: fix two typos in error messages
707
708 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
709
710         * Extend Note inset to other forms of annotation like Comment
711         and Greyedout. Right button click gives dialog.
712
713         Files modified or added (+):
714
715         * insetnote.[Ch]
716         * FormNote.[Ch]      +
717         * ControlNote.[Ch]   +
718         * form_note.fd       +
719         * Makefile.am in frontends/xforms, frontends/xforms/forms,
720         frontends/controllers
721         * xforms/Dialogs.C
722         * factory.C
723
724 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
725
726         * aspell.C: add missing namespace lyx::support
727
728 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
729
730         * BufferView.[Ch] (newFile): Add
731         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
732         * LaTeX.[Ch] (message): added this signal and use it
733         * buffer.[Ch] (busy, message): added these signals and use them
734         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
735         * converter.C:
736         * exporter.C:
737         * format.C:
738         * importer.C: use buffer signals instead of direct bv calling
739         * lyx_cb.[Ch] (ShowMessage): removed
740         * lyx_main.C:
741         * lyxfunc.C:
742         * paragraph_funcs.C:
743         * text2.C: use buffer signals
744
745 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
746
747         * introduce namespace lyx::graphics
748
749 2003-07-02  André Pönitz  <poenitz@gmx.net>
750
751         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
752
753 2003-07-01  André Pönitz  <poenitz@gmx.net>
754
755         * text.C:
756         * text2.C:
757         * text3.C:
758         * text_funcs.[Ch]:
759         * textcursor.h:
760         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
761           text*.C to text_func.C
762
763 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
764
765         * introduce namespace lyx::support
766
767 2003-06-30  André Pönitz  <poenitz@gmx.net>
768
769         * Chktex.C:
770         * funcrequest.C:
771         * lyxtext.h:
772         * text.C: re-enable --with-included-string
773
774 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
775
776         * textcursor.C: add <config.h>
777
778         * text.C (getWord): remove const from word_location arg
779
780         * lyxvc.C (getLogFile): fix const type order
781
782         * lyxtext.h: remove const from word_location arg, add arg name
783
784         * lyxlayout.h: currect type on labeltype.
785
786         * importer.C: correct \file
787
788         * converter.C (intToFormat): use std:: on ret val, ws changes
789
790         * bufferlist.h: correct \file
791
792         * buffer.C (makeLinuxDocFile): fix const type order
793         (makeDocBookFile): ditto
794         (fillWithBibKeys): use std:: on stdlib args.
795
796         * CutAndPaste.C: fix authors.
797         (availableSelections): use std:: on return vector
798
799 2003-06-27  André Pönitz  <poenitz@gmx.net>
800
801         * BufferView_pimpl.C:
802         * bufferview_funcs.C:
803         * lyxcursor.C:
804         * lyxcursor.h:
805         * lyxfunc.C:
806         * lyxtext.h:
807         * rowpainter.C:
808         * text.C:
809         * text2.C:
810         * text3.C: remove LyXCursor::row_ member
811
812         * lyxtext.h:
813         * text.C: rename fullRebreak() to partialRebreak() and implement
814           a fullRebreak() that really bereks fully
815
816         * textcursor.h: new struct for cursor-related data
817
818 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
819
820         * lyx_main.C (LyX): get full path of document loaded on the
821         command line
822
823 2003-06-26  André Pönitz  <poenitz@gmx.net>
824
825         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
826           remove unused/broken operator>,<,>=.
827
828         *       text.C: remove only use of broken operator<= in an Assert().
829
830 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
831
832         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
833         moved errorlist_.clear to showErrorList
834
835 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
836
837         * converter.C (scanLog, runLaTeX):
838         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
839         move the bv->showErrorList call to the callers
840         * lyxfunc.C: i.e. here...
841         * text2.C: and here
842         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
843         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
844         namespace, the second to...
845         * buffer_funcs (BufferFormat, parseErrors): added
846         * errorlist.C (ErrorList(TeXErrors const &)): removed
847
848 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
849
850         * ToolbarBackend.C (getIcon): complain when icon cannot be found
851
852 2003-06-24  "Garst R. Reese" <reese@isn.net>
853
854         * debug.C: fix typo
855
856 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
857
858         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
859
860         * version.C.in: change docversion to 1.4
861
862 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
863
864         * buffer.C: fix a bug just introduced
865
866 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
867
868         * buffer.[Ch]: added the parseError signal and use it, removed
869         sgmlError
870         * BufferView.[Ch] (addError): moved to ...
871         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
872         to the Buffer::parseError signal to catch (guess what) parse errors
873         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
874
875 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
876
877         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
878         ability to create a buffer and to return an existing one from
879         the list. Moved these functions to...
880         * buffer_funcs.[Ch]: added
881         * BufferView.[Ch] (loadLyXFile): added
882         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
883         job removed from bufferlist::loadLyXFile.
884         * buffer.C (setReadOnly): make it work without view
885         (i.e added an if (users))
886
887 2003-06-19  Angus Leeming  <leeming@lyx.org>
888
889         * lfuns.h:
890         * LyXAction.C (init):
891         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
892         with LFUN_DIALOG_SHOW <name> <data>.
893
894 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
895
896         * CutAndPaste.C (availableSelections): small compilation fix for
897         ancient (gcc 2.9x) compilers
898
899 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
900
901         * text3.C (cursorNext): add tmp var
902
903         * text2.C (updateCounters): for function calling out of for clause
904         (replaceSelectionWithString): ditto
905         (insertStringAsParagraphs): ditto
906         (getColumnNearX): add tmp var
907         (setCursorFromCoordinates): add tmp var
908         (cursorDownParagraph): add tmp var
909         (deleteEmptyParagraphMechanism): add tmp var
910
911         * text.C (insertChar): add tmp var
912
913         * rowpainter.C (paintDepthBar): add tmp var
914
915         * CutAndPaste.C (availableSelections): potentially check all
916         paragraphs in a cut to fill the shown strings.
917
918 2003-06-18  André Pönitz  <poenitz@gmx.net>
919
920         * kbmap.[Ch]: use vector<> instead of list<>
921
922 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
923
924         * text3.C (dispatch): handle arg to LFUN_PASTE, call
925         pasteSelection with index
926
927         * text2.C (pasteSelection): modify, call pasteSelection with index
928
929         * paragraph.C (asString): reimplement version with no interval to
930         call the one with interval.
931
932         * lyxtext.h: add index arg to pasteSelection
933
934         * MenuBackend.C (MenuItem): handle PasteRecent
935         (Menu::read::Menutags): add md_pasterecent
936         (read): handle it
937         (expandPasteRecent): new function
938         (expand): use it
939
940         * MenuBackend.h: add PasteRecent to MenuItem::Kind
941
942         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
943         the limited stack
944         (availableSelections): new function
945
946 2003-06-17  Angus Leeming  <leeming@lyx.org>
947
948         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
949
950 2003-06-17  Angus Leeming  <leeming@lyx.org>
951
952         * lfuns.h:
953         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
954
955         * lyxfunc.C (dispatch): invoke it.
956
957 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
958
959         * iterators.C (operator++, ParPosition): reintroduce some
960         const_cast for the benefit of older compilers.
961
962 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
963
964         * text3.C (dispatch): do not modify clipboard when doing
965         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
966         LFUN_DELETE_SKIP on a selection selection
967
968 2003-06-16  André Pönitz  <poenitz@gmx.net>
969
970         * BufferView.C:
971         * buffer.C:
972         * buffer.h:
973         * paragraph.C:
974         * tabular.[Ch]: IU of clone() and getLabelList();
975
976 2003-06-13  André Pönitz  <poenitz@gmx.net>
977
978         * tabular.h: compactification
979
980 2003-06-12  André Pönitz  <poenitz@gmx.net>
981
982         * tabular.C:
983         * tabular.h:
984         * tabular_funcs.h: some renaming plus whitespace
985
986 2003-06-12  André Pönitz  <poenitz@gmx.net>
987
988         * BufferView.C:
989         * BufferView_pimpl.C:
990         * CutAndPaste.C:
991         * buffer.C:
992         * iterators.[Ch]:
993         * lyxfunc.C:
994         * text.C:
995         * toc.C: Return a Paragraph & for ParIterator::operator*()
996
997 2003-06-11  John Levon  <levon@movementarian.org>
998
999         * lyx_main.C:
1000         * ToolbarBackend.h:
1001         * ToolbarBackend.C: add "Toolbars" section and
1002         put the flags there
1003
1004 2003-06-10  Angus Leeming  <leeming@lyx.org>
1005
1006         * lfuns.h:
1007         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
1008
1009         * lyxfunc.C (dispatch): invoke it.
1010
1011 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
1012
1013         * main.C: protect <ios> with HAVE_IOS
1014         (main): protect sync_with_stdio with HAVE_IOS
1015
1016 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1017
1018         * text2.C (cutSelection): adjust
1019         (pasteSelection): adjust
1020
1021         * messages.C: handle get of empty string
1022
1023         * main.C (main): use sync_with_stdio(false)
1024
1025         * lyxfunc.C (dispatch): adjust
1026
1027         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
1028         (WriteAs): remove unneeded BufferView arg.
1029
1030         * bufferparams.h: use correct types on papersize, papersize2 and
1031         paperpackage.
1032
1033         * bufferparams.C (readToken): adjust for type
1034         (writeLaTeX): add missing cases to switch.
1035
1036         * bufferlist.C (quitWriteBuffer): adjust
1037         (close): adjust
1038
1039         * buffer.C (asciiParagraph): remove some commented code.
1040
1041         * CutAndPaste.C: remove current_view extern variable.
1042         (cutSelection): add BufferParams arg.
1043         (eraseSelection): add BufferParams arg.
1044         (pasteSelection): add Buffer const & arg
1045
1046 2003-06-07  John Levon  <levon@movementarian.org>
1047
1048         * buffer.C:
1049         * paragraph_funcs.C:
1050         * paragraph_pimpl.C:
1051         * text.C:
1052         * text2.C:
1053         * paragraph.h:
1054         * paragraph.C: allow InsetERT to freely space lines,
1055         and some consolidation of code
1056
1057 2003-06-06  José Matos  <jamatos@fep.up.pt>
1058
1059         * buffer.C (makeDocBookFile): fix bug #821
1060
1061 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
1062
1063         * BufferView_pimpl.C (dispatch): use Dialogs::visible
1064
1065 2003-06-04  Angus Leeming  <leeming@lyx.org>
1066
1067         * buffer.C: bump format to 224.
1068
1069 2003-06-05  André Pönitz  <poenitz@gmx.net>
1070
1071         * text2.C (redoParagraphs): remove two const_cast<>
1072
1073 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1074
1075         * ParagraphList.h: remove last remnants of NO_STD_LIST
1076
1077 2003-06-03  Angus Leeming  <leeming@lyx.org>
1078
1079         * factory.C (createInset): small change to the way InsetExternal's params
1080         are set.
1081
1082 2003-06-04  André Pönitz  <poenitz@gmx.net>
1083
1084         * buffer.h: use Undo directly instead of shared_ptr<Undo>
1085
1086         * paragraph_pimpl.h:
1087         * paragraph.[Ch]: some Inset -> UpdatableInset changes
1088
1089         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
1090
1091         * undo_funcs.C: make some simple cases of undo work again
1092
1093 2003-06-03  John Levon  <levon@movementarian.org>
1094
1095         * ispell.C: HPUX doesn't have sys/select.h
1096         (from Albert Chin)
1097
1098 2003-06-03  John Levon  <levon@movementarian.org>
1099
1100         * CutAndPaste.C: update tabular and include inset
1101         buffer references
1102
1103         * buffer.h:
1104         * paragraph.h:
1105         * paragraph.C: remove owningBuffer(), don't pass Buffer
1106         to clone()
1107
1108         * factory.C: insetGraphicsParams changed
1109
1110 2003-06-02  John Levon  <levon@movementarian.org>
1111
1112         * LyXAction.C:
1113         * factory.C:
1114         * lfuns.h:
1115         * lyxfunc.C:
1116         * text3.C: remove insetparent
1117
1118 2003-06-02  John Levon  <levon@movementarian.org>
1119
1120         * buffer.h:
1121         * buffer.C: fix inset_iterator.end(), move out of line
1122         (bug 1149)
1123
1124 2003-06-01  John Levon  <levon@movementarian.org>
1125
1126         * text3.C: use a proper cut/paste when doing inset
1127         insert (from Jürgen Spitzmüller)
1128
1129 2003-06-01  John Levon  <levon@movementarian.org>
1130
1131         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
1132
1133 2003-05-30  André Pönitz  <poenitz@gmx.net>
1134
1135         * rowpainter.C: unify second drawing phase
1136
1137 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1138
1139         * trans_mgr.C: remove one case of current_view
1140
1141         * text2.C (cursorBottom): delete NO_STD_LIST stuff
1142
1143         * paragraph_funcs.h: remove paragraph.h include
1144
1145         * paragraph.h: delete NO_STD_LIST stuff
1146
1147         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
1148
1149         * buffer.h: remove paragraph.h include
1150
1151         * ParagraphList.C: delete file
1152
1153         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
1154
1155         * toc.C (getTocList): adjust
1156
1157         * paragraph_pimpl.C (validate): adjust
1158
1159         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
1160
1161         * paragraph.C (Paragraph): adjust
1162         (getPositionOfInset): use const_iterator, adjust
1163         (bibitem): use const_iterator, adjust
1164         (setInsetOwner): adjust
1165
1166         * iterators.C (operator++): adjust
1167
1168         * InsetList.[Ch]: Replace selfmade iterator with standard
1169         vector::iterator also introduce const_iterator. Remove getPos,
1170         getInset and setInset from InsetTable. Adjust accordingly.
1171
1172         * BufferView.C (lockInset): adjust
1173         (ChangeInsets): adjust
1174
1175         * tabular.[Ch]: delete commented same_id functions
1176
1177 2003-05-28  John Levon  <levon@movementarian.org>
1178
1179         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
1180
1181 2003-05-28  André Pönitz  <poenitz@gmx.net>
1182
1183         * metricsinfo.[Ch]: remove 'fullredraw' member
1184
1185 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1186
1187         * lyxtextclass.C (operator): remove caching.
1188
1189 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1190
1191         * text3.C: adjust
1192
1193         * text2.C (cursorBottom): adjust
1194         (setCounter): use ParagraphList::find, adjust
1195
1196         * text.C (workWidth): use ParagraphList::find, adjust
1197
1198         * lyxcursor.C (LyXCursor): adjust
1199
1200         * buffer.C (inset_iterator): adjust
1201
1202         * ParagraphList.h: make iterator(value_type) private, make
1203         ParagraphList a friend of iterator.
1204
1205         * ParagraphList.C (find): new function
1206
1207         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1208
1209 2003-05-27  André Pönitz  <poenitz@gmx.net>
1210
1211         * dimension.[Ch]: a -> asc, d -> des, w -> wid
1212
1213 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1214
1215         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
1216
1217 2003-05-26  John Levon  <levon@movementarian.org>
1218
1219         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
1220
1221 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1222
1223         * remove same_id from function signatures, adjust.
1224
1225 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1226
1227         * undo_funcs.C (createUndo): use the id functions directly, adjust.
1228
1229         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
1230
1231         * paragraph.C (Paragraph): get rid of same_ids parameter
1232
1233         * ParagraphList.C (insert): adjust
1234         (push_back): adjust
1235
1236 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1237
1238         * paragraph_funcs.C (breakParagraph): adjust
1239         (breakParagraphConservative): adjust
1240
1241         * buffer.C (readParagraph): adjust
1242
1243         * ParagraphList.C (insert): take a reference instead of a pointer
1244         (insert): adjust
1245
1246         * paragraph.[Ch] (id): new function
1247
1248         * bufferlist.C (newFile): adjust
1249
1250         * ParagraphList.C (ParagraphList): adjust
1251         (assign): adjust
1252         (push_back): take a reference instead of a pointer.
1253
1254         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
1255
1256         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
1257         instead.
1258
1259         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
1260         set else use old code.
1261
1262         * ParagraphList.C: remove all NO_NEXT code and only compile this
1263         code of NO_STD_LIST is set.
1264
1265 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1266
1267         * BufferView_pimpl.C:
1268         * TextCache.C:
1269         * TextCache.h:
1270         * bufferlist.C:
1271         * errorlist.h:
1272         * format.C:
1273         * format.h:
1274         * graph.C:
1275         * lyxfunc.C:
1276         * lyxrc.C:
1277         * graphics/GraphicsConverter.C:
1278         * graphics/PreviewLoader.C: header adjustment
1279
1280 2003-05-23  Angus Leeming  <leeming@lyx.org>
1281
1282         * LaTeXFeatures.[Ch] (useBabel): new method.
1283         * bufferparams.C (writeLaTeX): use it.
1284
1285 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1286
1287         * ParagraphList.h (set): remove unused function.
1288
1289 2003-05-23  André Pönitz  <poenitz@gmx.net>
1290
1291         * BufferView.C:
1292         * BufferView_pimpl.C:
1293         * buffer.C:
1294         * buffer.h:
1295         * lyxfunc.C:
1296         * undo_funcs.C: setUndo reworked
1297
1298         * iterators.[Ch]: add access to topmost ParagraphList
1299
1300         * lyxtext.[Ch] (workWidth): add a const
1301
1302 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
1303
1304         * texrow.[Ch] (increasePos): remove function
1305         * exporter.C (export): removed unused var and outdated comment
1306
1307 2003-05-23  Angus Leeming  <leeming@lyx.org>
1308
1309         * latexrunparams.h: rename fragile as moving_arg.
1310         * paragraph.C (simpleTeXOnePar): ditto.
1311         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
1312
1313 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1314
1315         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
1316         (createUndo): ditto
1317         (textUndoOrRedo): comment out a currently unused var.
1318
1319         * paragraph.h (NO_NEXT): enable NO_NEXT
1320
1321         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
1322
1323         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
1324
1325         * exporter.C (Export): adjust for removeAutoInsets removal.
1326
1327         * buffer.C (runChktex): adjust for removeAutoInsets removal.
1328
1329         * LyXAction.C (init): remove LFUN_REMOVEERRORS
1330
1331         * BufferView.[Ch] (removeAutoInsets): delete function
1332
1333 2003-05-22  Angus Leeming  <leeming@lyx.org>
1334
1335         * latexrunparams.h: add a free_spacing variable.
1336
1337         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
1338         to pass moving_arg, as the data is stored in runparams.fragile.
1339
1340         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
1341         to Inset::latexOptional or to simpleTeXOnePar.
1342
1343         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
1344         free_spacing arg to Inset::latexOptional.
1345
1346         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1347         free_spacing arg.
1348
1349 2003-05-22  Angus Leeming  <leeming@lyx.org>
1350
1351         * latexrunparams.h: add fragile and use_babel variables.
1352
1353         * bufferparams.[Ch] (writeLaTeX): return use_babel.
1354         * buffer.C (makeLaTeXFile): store this returned value in
1355         runparams.use_babel, thus passing it to the inset::latex methods.
1356
1357         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
1358         simpleTeXSpecialChars as it is now stored in runparams.fragile.
1359
1360         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
1361         longer has a fragile arg, as it is stored in runparams.fragile.
1362
1363         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
1364         moving_arg parameter as the data is stored in runparams.fragile.
1365
1366         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
1367         a fragile parameter as the data is stored in runparams.fragile.
1368
1369 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1370
1371         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
1372
1373 2003-05-22  Angus Leeming  <leeming@lyx.org>
1374
1375         * latexrunparams.h: add a 'bool nice' which defaults to false.
1376
1377         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
1378         now encapsulated within runparams.
1379
1380         * bufferlist.C (updateIncludedTeXfiles):
1381         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
1382
1383 2003-05-22  Angus Leeming  <leeming@lyx.org>
1384
1385         * latexrunparams.h: new file containing struct LatexRunParams.
1386         * Makefile.am: add new file.
1387
1388         * LaTeX.[Ch] (c-tor, run):
1389         * buffer.[Ch] (makeLaTeXFile):
1390         * bufferlist.[Ch] (updateIncludedTeXfiles):
1391         * converter.C (convert, scanLog):
1392         * converter.[Ch] (runLaTeX):
1393         * exporter.C (Export):
1394         * paragraph.[Ch] (simpleTeXOnePar):
1395         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
1396         * paragraph_funcs.[Ch] (latexParagraphs):
1397         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
1398         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
1399         pass around a LatexRunParams parameter.
1400
1401 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1402
1403         * paragraph.[Ch]: remove unused constructor
1404
1405         * ParagraphList.C (erase): new function, taking two iterators
1406
1407 2003-05-22  André Pönitz  <poenitz@gmx.net>
1408
1409         * undo_funcs.C: remove duplicated code
1410
1411         * iterator.[Ch]: operator=
1412
1413 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1414
1415         * tabular.C (SetMultiColumn): ws changes
1416
1417         * rowpainter.C (paintFirst): get rid of a ->previous
1418
1419         * lyx_cb.C (getPossibleLabel): parlist simplification
1420
1421         * BufferView.C (ChangeInsets): simplify slightly.
1422
1423 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1424
1425         * LyXAction.C: new lfun space-insert, kill protected-space-insert
1426         * lfuns.h: new LFUN_SPACE
1427         * lyxfunc.C: protected space has a new lfun
1428         * paragraph_funcs.C: read new space insets
1429         * text3.C:
1430         * factory.C: handle new space insets
1431
1432 2003-05-22  André Pönitz  <poenitz@gmx.net>
1433
1434         * BufferView.C:
1435         * BufferView_pimpl.C:
1436         * buffer.[Ch]:
1437         * lyxfunc.C:
1438         * undo_funcs.C: return a ParIterator from getParFromID.
1439
1440         * iterators.[Ch]: add two const's
1441
1442 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1443
1444         * toc.C (getTocList): adjust
1445
1446         * iterators.[Ch]: rework for parlist
1447
1448         * buffer.C (par_iterator_begin): adjust
1449         (par_iterator_end): adjust
1450
1451         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
1452
1453         * BufferView.C (removeAutoInsets): adjust
1454         (ChangeInsets): adjust
1455
1456 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1457
1458         * text.C (top_y): fix bug 1110
1459
1460 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
1461
1462         * errorlist.[Ch]: added
1463         * buffer.C:
1464         * BufferView.[Ch]:
1465         * BufferView_pimpl.C:
1466         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
1467         instead
1468
1469 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1470
1471         * Makefile.am: ensure that lyx is relinked upon changes to the
1472         various "convenience" libs.
1473
1474 2003-05-20  Angus Leeming  <leeming@lyx.org>
1475
1476         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
1477         files are compiled in alphabetical order again.
1478
1479         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
1480
1481 2003-05-19  Angus Leeming  <leeming@lyx.org>
1482
1483         * gettext.[Ch]: remove "char const * _(char const *)".
1484
1485 2003-05-19  André Pönitz  <poenitz@gmx.net>
1486
1487         * dimension.[Ch]: promote from mathed/dimension.[Ch]
1488
1489         * Makefile.am:
1490         * BufferView.C:
1491         * DepTable.h:
1492         * LaTeXFeatures.C:
1493         * buffer.C:
1494         * lyxfont.C:
1495         * lyxlex.h:
1496         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
1497
1498 2003-05-19  André Pönitz  <poenitz@gmx.net>
1499
1500         * buffer.C:
1501         * lyxlayout.[Ch]:
1502         * lyxtextclass.[Ch]:
1503         * paragraph.C:
1504         * paragraph_funcs.[Ch]:
1505         * text2.C:
1506         * text3.C: more insetenv work
1507
1508 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
1509
1510         * ParagraphParameters.C (params2string): small bug fixed
1511
1512 2003-05-16  André Pönitz  <poenitz@gmx.net>
1513
1514         * debug.C:
1515         * bufferview_funcs.C: patch from Kornel Benko to prevent
1516           crash when _(...) is called twice in a statement
1517
1518 2003-05-16  André Pönitz  <poenitz@gmx.net>
1519
1520         * BufferView.C:
1521         * lyxfunc.C:
1522         * text.C:
1523         * text2.C:
1524         * text3.C:
1525         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
1526
1527 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
1528
1529         * lyx_main.C (init): remove spurious static_cast
1530
1531 2003-05-14  André Pönitz  <poenitz@gmx.net>
1532
1533         * BufferView.C: fix format string
1534
1535 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
1536
1537         * BufferView.[Ch] (insertErrors): removed
1538         * BufferView.[Ch] (showErrorList): added
1539         * buffer.C (runChkTeX):
1540         * converter.C (scanLog): call showErrorList instead of inserterrors
1541
1542 2003-05-13  André Pönitz  <poenitz@gmx.net>
1543
1544         * BufferView_pimpl.C:
1545         * buffer.C:
1546         * bufferview_func.C:
1547         * MenuBackend.C:
1548         * lyxfunc.C:
1549         * lyxrc.C:
1550         * tex-accent.C:
1551         * text3.C:
1552         * toc.C:
1553         * tabular_funcs.h: tostr() from its own header
1554
1555         * ParagraphParameters.C:
1556         * ToolbarBackend.C:
1557         * bufferparams.C:
1558         * format.C:
1559         * lyxlex_pimpl.C:
1560         * text3.C: STRCONV()
1561
1562 2003-05-12  André Pönitz  <poenitz@gmx.net>
1563
1564         * BufferView.C:
1565         * BufferView_pimpl.C:
1566         * CutAndPaste.C:
1567         * LaTeX.C:
1568         * LaTeXFeatures.C:
1569         * ParagraphParameters.C:
1570         * buffer.C:
1571         * bufferlist.C:
1572         * bufferparams.C:
1573         * bufferview_funcs.C:
1574         * converter.C:
1575         * counters.C:
1576         * debug.C:
1577         * exporter.C:
1578         * format.C:
1579         * importer.C:
1580         * lyx_cb.C:
1581         * lyx_main.C:
1582         * lyxfont.C:
1583         * lyxfunc.C:
1584         * lyxvc.C:
1585         * paragraph.C:
1586         * paragraph_funcs.C:
1587         * tabular.C:
1588         * tabular_funcs.C:
1589         * text2.C:
1590         * text3.C:  boost::format -> bformat  all over the place
1591
1592
1593 2003-05-09  André Pönitz  <poenitz@gmx.net>
1594
1595         * LColor.[Ch]: Pimpl the #include <map> away
1596
1597 2003-05-09  John Levon  <levon@movementarian.org>
1598
1599         * bufferlist.C: never remove emergency saves
1600
1601 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1602
1603         * Makefile.am: better lib building
1604
1605 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1606
1607         * texrow.[Ch]: remove dependency on Paragraph and just store a id
1608         instead.
1609         * paragraph_pimpl.C (simpleTeXBlanks): adjust
1610         (simpleTeXSpecialChars): adjust
1611         (simpleTeXSpecialChars): adjust
1612         * paragraph.C (simpleTeXOnePar): adjust
1613         * buffer.C (makeLaTeXFile): adjust
1614
1615         * Makefile.am (BOOST_LIBS): allow boost as system lib.
1616
1617         * text2.C (changeDepth): parlist cleanup
1618         (getColumnNearX): ditto
1619
1620         * rowpainter.C (getLabelFont): parlist cleanup
1621
1622         * bufferlist.C (newFile): parlist cleanup
1623
1624         * CutAndPaste.C (eraseSelection): parlist cleanup
1625
1626         * BufferView_pimpl.C (trackChanges): parlist cleanup
1627         (dispatch): ditto
1628
1629         * BufferView.C (lockInset): parlist cleanup.
1630         (ChangeInsets): ditto
1631
1632 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1633
1634         * CutAndPaste.h: Update file header.
1635
1636         * CutAndPaste.C: Update file header.
1637         Store the parts cut out of the Document in a limited_stack.
1638         (copySelection): adjust
1639         (pasteSelection): new function, takes the index in the limited stack.
1640         (nrOfParagraphs): adjust
1641         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
1642         simplify error inset insertion.
1643         (checkPastePossible): adjust
1644
1645 2003-05-06  John Levon  <levon@movementarian.org>
1646
1647         * text2.C: don't cast wrap inset to float
1648
1649 2003-05-05  André Pönitz  <poenitz@gmx.net>
1650
1651         * iterator.C:
1652         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
1653
1654         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
1655           few naked Paragraph *.
1656
1657 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
1658
1659         * bufferparams.C: Output warning if a document with missing
1660         TeX document class is loaded
1661         * exporter.C: Disable TeX exports if the document class is missing
1662         * lyxtextclass.C:
1663         * lyxtextclass.h:
1664         * lyxtextclasslist.C: Handle new textclass.lst format; new method
1665         isTeXClassAvailable()
1666
1667 2003-05-03  John Levon  <levon@movementarian.org>
1668
1669         * BufferView.h:
1670         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
1671         explicit cursor show/hide
1672
1673         * BufferView_pimpl.h:
1674         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
1675         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
1676
1677         * lyxfunc.C: hide cursor before dispatching.
1678
1679         * lyx_cb.C:
1680         * lyxfind.C:
1681         * text.C:
1682         * text3.C: remove explicit cursor hides
1683
1684 2003-05-02  André Pönitz  <poenitz@gmx.net>
1685
1686         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
1687
1688         * undo_funcs.C:
1689         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
1690           linked lists
1691
1692         * text2.C: tiny whitespace
1693
1694 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1695
1696         * undo_funcs.C: almost only ws changes.
1697
1698         * ParagraphList.C (splice): just return if pl is empty.
1699
1700 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1701
1702         * ParagraphList.C (splice): new function.
1703
1704         * CutAndPaste.C (pasteSelection): use it
1705
1706 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1707
1708         * CutAndPaste.C (pasteSelection): remove the last next and
1709         previous from this file.
1710
1711 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1712
1713         * CutAndPaste.C (pasteSelection): more clean up, user proper
1714         ParagraphList functions for pasteing.
1715
1716         * ParagraphList.C (insert): new function, three arg insert
1717
1718 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1719
1720         * ParagraphList.C (insert): new function, three arg insert
1721
1722         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
1723         not on paragraphs.
1724
1725 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1726
1727         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
1728
1729 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1730
1731         * CutAndPaste.C (pasteSelection): remove some unneeded code.
1732
1733 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1734
1735         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
1736         (copySelection): clean up a bit.
1737         (pasteSelection): use make_pair
1738
1739         * ParagraphList.C (ParagraphList): implement copy constructor
1740         (operator=): implement, base on copy constructor.
1741         (assign): new func
1742
1743         * paragraph.C (erase): return a bool
1744
1745         * paragraph_pimpl.C (erasePos): remove function, move contents...
1746         (erase): ... here. Return a bool.
1747         (erase): call erase instead of erasePos.
1748
1749 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
1750
1751         * ParagraphList.h: define PitPosPair
1752         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
1753         ParagraphList, fix a bug on pasting multiple pars
1754         * text2.C: change interface to C&P
1755
1756 2003-04-30  André Pönitz  <poenitz@gmx.net>
1757
1758         * undo_func.C: revert part of yesterday's patch 2
1759
1760 2003-04-30  John Levon  <levon@movementarian.org>
1761
1762         * LColor.C: s/tabular/table/
1763
1764 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1765
1766         * text3.C (dispatch): do not convert iterator -> pointer
1767         * undo_funcs.C (setCursorParUndo): ditto
1768         * text_funcs.C (transposeChars): ditto
1769
1770         * text2.C (setLayout): ws changes only
1771
1772         * text.C (breakParagraph): do not convert iterator -> pointer
1773         (insertChar): ditto
1774         (acceptChange): ditto
1775         (rejectChange): ditto
1776         (changeCase): ditto
1777         (Delete): ditto
1778         (backspace): ditto
1779
1780         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
1781         pointer
1782
1783 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
1784
1785         * text3.C (gotoInset): YABG (yet another bad getChar)
1786
1787 2003-04-29  André Pönitz  <poenitz@gmx.net>
1788
1789         * paragraph.h: make operator= private unimplemented as long as
1790           it is unusable
1791
1792         * ParagraphList.C: whitespace
1793
1794         * paragraph.[Ch]:
1795         * paragraph_pimpl.[Ch]:
1796         * paragraph_funcs.C:
1797         * CutAndPaste.C:
1798         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
1799
1800         * text2.C:
1801           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
1802
1803 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
1804
1805         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
1806         * paragraph.[Ch] (erase):
1807         * paragraph_pimpl.[Ch] (erase): change return type and value
1808         * text2.C (cutSelection): some rework
1809
1810 2003-04-28  John Levon  <levon@movementarian.org>
1811
1812         * bufferlist.C: changes for unsaved changes dialog
1813
1814 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1815
1816         * bufferlist.C (newFile): set language (messages_) for new
1817         documents also.
1818
1819         * buffer.C (readFile): ws changes only.
1820
1821 2003-04-28  André Pönitz  <poenitz@gmx.net>
1822
1823         * undo_funcs.C:
1824         * lyxfunc.C:
1825         * buffer.[Ch]:
1826         * BufferView_pimpl.C:
1827         * BufferView.C: getParFromID related ParagraphList::iterator changes
1828
1829 2003-04-28  André Pönitz  <poenitz@gmx.net>
1830
1831         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
1832           Changes
1833
1834 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1835
1836         * messages.C: remove one more localedir class variable.
1837
1838 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1839
1840         * messages.C (getLocaleDir): singleton generation function
1841         (Pimpl): use it.
1842         (Messages): add a default constructor.
1843
1844         * main.C (main): do not setup localedir here, do not call
1845         gettext_init.
1846
1847         * gettext.C (_): use it.
1848         (gettext_init): delete funciton
1849
1850 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1851
1852         * gettext.C (getLyXMessages): new singleton generating function.
1853
1854         * buffer.C (updateDocLang): adjust
1855
1856         * Makefile.am (messages.o): add target
1857         (main.o): remove target
1858
1859 2003-04-27  John Levon  <levon@movementarian.org>
1860
1861         * bufferlist.C:
1862         * lyx_cb.C:
1863         * lyxfunc.C:
1864         * lyxvc.C: specify cancel button in Alert::prompt
1865
1866 2003-04-26  John Levon  <levon@movementarian.org>
1867
1868         * text3.C:
1869         * lyxfunc.C:
1870         * lfuns.h:
1871         * LyXAction.C: add LFUN_INSET_SETTINGS
1872
1873         * lyxfunc.C: don't enable tabular-feature when there's
1874         just any locking inset
1875
1876 2003-04-26  John Levon  <levon@movementarian.org>
1877
1878         * bufferlist.C: re-add Cancel to buffer close question
1879
1880         * lyxfunc.C: fix import UI a bit
1881
1882 2003-04-25  John Levon  <levon@movementarian.org>
1883
1884         * gettext.C: remove the broken asserts for now
1885
1886 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1887
1888         * messages.C: make case where setlocale cannot comply work better.
1889
1890         * buffer.C (updateDocLang): new function
1891         (changeLanguage): use it
1892         (readFile): use it
1893
1894         * text2.C (setCounter): use B_ a bit.
1895
1896         * lyxlayout.C (Read): be sure to trim the label strings.
1897
1898         * messages.C (Messages): fix typo in comment
1899
1900         * buffer.C (readFile): set message_ after file is loaded.
1901         (makeDocBookFile): remove double return
1902         (changeLanguage): reset message_ upon language change.
1903         (B_): new func, use this to get translated buffer strings.
1904
1905         * main.C: add myself and Jean Marc as authors.
1906
1907 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1908
1909         * messages.[hC]: pimplify Messages, and three different pimpls to be
1910         used in different circumstances.
1911
1912         * gettext.[Ch]: change for use with new message code.
1913
1914 2003-04-24 André Pönitz <poenitz@gmx.net>
1915
1916         * factory.C: support for eqref
1917
1918 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1919
1920         * messages.[Ch]: add missing char
1921
1922         * Makefile.am (lyx_SOURCES): add messages.[Ch]
1923
1924         * messages.[Ch]: New files
1925
1926 2003-04-18  John Levon  <levon@movementarian.org>
1927
1928         * BufferView.h:
1929         * BufferView.C:
1930         * BufferView_pimpl.C:
1931         * lfuns.h:
1932         * LyXAction.C:
1933         * lyxtext.h:
1934         * text2.C: remove layout-copy/paste (bug 778)
1935
1936 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
1937
1938         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
1939
1940 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
1941
1942         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
1943         if they succeed. Act accordingly.
1944
1945 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1946
1947         * text2.C (setCharFont): adjust
1948         (setCounter): adjust
1949         (insertStringAsLines): adjust
1950
1951         * text.C (leftMargin): adjust
1952         (setHeightOfRow): adjust
1953
1954         * rowpainter.C (paintFirst): adjust
1955         (paintLast): adjust
1956
1957         * paragraph_funcs.C (depthHook): ParagraphList::iterators
1958         (outerHook): ditto
1959         (isFirstInSequence): ditto
1960         (getEndLabel): ditto
1961         (outerFont): adjust
1962
1963         * paragraph.C (getParLanguage): comment out some hard stuff.
1964
1965         * buffer.C (insertStringAsLines): take a ParagraphList as arg
1966         (sgmlError): ditto
1967         (simpleDocBookOnePar): ditto
1968         (makeDocBookFile): use ParagraphList::iterator
1969
1970         * CutAndPaste.C (pasteSelection): adjust
1971
1972 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1973
1974         * text2.C (getFont): adjust
1975         (getLayoutFont): adjust
1976         (getLabelFont): adjust
1977
1978         * paragraph_funcs.C (TeXOnePar): adjust
1979
1980         * buffer.C (simpleLinuxDocOnePar): adjust
1981         (simpleDocBookOnePar): adjust
1982
1983         * CutAndPaste.C (pasteSelection): adjust
1984
1985         * BufferView.C (getEncoding): adjust
1986
1987         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
1988
1989 2003-04-16  John Levon  <levon@movementarian.org>
1990
1991         * lyxfind.C: use parlist stuff for search/changes
1992
1993 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1994
1995         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
1996
1997         * text2.C (deleteEmptyParagraphMechanism): adjust
1998
1999         * text2.[Ch] (ownerParagraph): delete func (both of them
2000
2001 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2002
2003         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2004
2005 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2006
2007         * ParagraphList.C: prepare for NO_NEXT
2008
2009 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2010
2011         * text2.C (getFont): adjust
2012         (getLayoutFont): adjust
2013         (getLabelFont): adjust
2014
2015         * paragraph.C (getFont): adjust
2016         (getLabelFont): adjust
2017         (getLayoutFont): adjust
2018
2019         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
2020
2021 2003-04-15  John Levon  <levon@movementarian.org>
2022
2023         From Angus Leeming
2024
2025         * lyx_main.C: handle Include in .ui files
2026
2027 2003-04-15  John Levon  <levon@movementarian.org>
2028
2029         * MenuBackend.C: make the doc files length shorter
2030
2031         * ToolbarBackend.h:
2032         * ToolbarBackend.C: handle toolbar placement flags,
2033         Minibuffer
2034
2035 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2036
2037         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
2038         adjust
2039
2040         * paragraph_funcs.C (TeXOnePar): adjust
2041
2042         * paragraph.C (getLabelFont): add outerfont arg, adjust
2043         (getLayoutFont): ditto
2044         (simpleTeXOnePar): adjust
2045
2046         * paragraph_pimpl.C (realizeFont): delete func
2047
2048 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
2049
2050         * text2.C (beforeFullRowInset): added a bad getchar check, removed
2051         row argument, constify cur argument.
2052
2053 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2054
2055         * text2.C (getFont): adjust
2056         (getLayoutFont): adjust
2057         (getLabelFont): adjust
2058
2059         * paragraph_funcs.C (TeXOnePar): adjust
2060         (outerFont): new func...
2061         (realizeFont): ...moved out from here, changed this to facilitate
2062         transition
2063
2064         * paragraph.C (getFont): take outerfont as arg, adjust
2065         (simpleTeXOnePar): add outerfont arg, adjust
2066
2067         * buffer.C (simpleLinuxDocOnePar): adjust
2068         (simpleDocBookOnePar): adjust
2069
2070         * CutAndPaste.C (pasteSelection): adjust
2071
2072         * BufferView.C (getEncoding): adjust
2073
2074 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2075
2076         * text2.C (setCharFont): adjust
2077         (setCounter): adjust
2078
2079         * text.C (leftMargin): adjust
2080         (setHeightOfRow): adjust
2081
2082         * rowpainter.C (paintFirst): adjust
2083         (paintLast): adjust
2084
2085         * paragraph_pimpl.C (realizeFont): adjust
2086
2087         * paragraph.C (isFirstInSequence): move from here...
2088         * paragraph_funcs.C (isFirstInSequence): ...to here
2089
2090         * paragraph.C (outerHook): move from here...
2091         * paragraph_funcs.C (outerHook): ...to here
2092
2093         * paragraph.C (depthHook): move from here...
2094         * paragraph_funcs.C (depthHook): ...to here
2095
2096         * paragraph.C (getEndLabel): move from here...
2097         * paragraph_funcs.C (getEndLabel): ...to here
2098
2099         * text2.C (realizeFont): move from here...
2100         * paragraph_funcs.C (realizeFont): ...to here
2101
2102 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2103
2104         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
2105
2106 2003-04-14  Angus Leeming  <leeming@lyx.org>
2107
2108         * LColor.[Ch]: scrap LColor mathcursor.
2109
2110 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2111
2112         * lyxlex.[Ch] (text): delete function
2113         * trans.C (Load): adjust
2114         * paragraph_funcs.C (readParToken): adjust
2115
2116 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2117
2118         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
2119         vector<char> instead of a char[].
2120
2121         * lyxlex_pimpl.C (getString): adjust
2122         (next): adjust
2123         (lex): use getString
2124         (eatLine): adjust
2125         (nextToken): adjust
2126
2127         * lyxlex.C (text): use pimpl_->getString()
2128         (getBool): ditto
2129         (findToken): ditto
2130
2131 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
2132
2133         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
2134         (makeFontEntriesLayoutSpecific): temp var for par.size()
2135         (setLayout): temp var for ownerParagraphs().end()
2136         (fullRebreak): temp var for rows().end()
2137         (selectionAsString): temp var for boost::next(startpit), realize
2138         that the while really is a regular for loop.
2139         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
2140         setCursor in one place.
2141         (setParagraph): temp vr for ownerParagraphs().end()
2142         (updateCounters): make the while loop a for loop
2143         (cutSelection): temp var for ownerParagraphs().end()
2144         (updateInset): make the do {} while() a regular for loop
2145         (getCursorX): use temp vars
2146         (setCurrentFont): use temp vars
2147         (getColumnNearX): use temp vars
2148
2149 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2150
2151         * text.C (transformChar): use temp var for getChar
2152         (computeBidiTables): use temp var for row->par()
2153         (fill): move temp vars for row->par() and pit->layout() earlier in
2154         the function.
2155         (labelFill): use temp var for row->par()
2156         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
2157         asc and desc, realize that pit never changes and that firstpit is
2158         just a duplicate and not needed. Exchange rit->par() with pit in a
2159         lot of places.
2160         (breakAgain): use a temp var for boost::next(rit)
2161         (breakAgainOneRow): ditto
2162         (breakParagraph): use a temp var for rows().begin()
2163         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
2164         (cursorRightOneWord): use temp var for cursor.par() and
2165         cursor.pos(), remove usage of tmpcursor.
2166         (cursorLeftOneWord): use temp var for cursor.par() and
2167         cursor.pos() only set cur at end of function.
2168
2169 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2170
2171         * text.C, text2.C: exchange all usage of Paragraph::next with
2172         boost::next(ParagraphList::iterator)
2173
2174         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
2175
2176         * text2.C (cursorTop): simplify implementation
2177         (cursorBottom): ditto
2178         (setParagraph): use ParagraphList::iterator
2179         (setCurrentFont): adjust
2180         (getColumnNearX): adjust
2181         (cursorRight): adjust
2182         (cursorLeft): remove usage of Paragraph::previous
2183         (cursorUpParagraph): ditto
2184         (deleteEmptyParagraphMechanism): slight cleanup
2185
2186         * text.C (isBoundary): take a Paragraph const & instead of a
2187         pointer as arg.
2188         (addressBreakPoint): ditto
2189         (leftMargin): remove usage of Paragraph::previous.
2190         (setHeightOfRow): ditto
2191         (cursorLeftOneWord): ditto
2192         (selectNextWordToSpellcheck): ditto
2193         (Delete): ditto
2194         (backspace): ditto
2195         (breakParagraph): remove one usage of Paragraph::next
2196         (redoParagraph): ditto
2197         (acceptChange): ditto
2198         (insertChar): adjust
2199         (rowBreakPoint): adjust
2200
2201         * bufferview_funcs.C (toggleAndShow): adjust
2202
2203 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
2204
2205         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
2206         methods to access it.
2207         * lyxtext.h:
2208         * text.C: Added updateRowPositions to compute all row positions.
2209         Make top_y and getRowNearY() to use the cached y position
2210
2211 2003-04-11  John Levon  <levon@movementarian.org>
2212
2213         * text.C (rowBreakPoint): reintroduce the labelEnd
2214         checks, code copied from the row fill stuff. Deep voodoo.
2215
2216         * text.C (fill): add a comment and debugging for the
2217         next poor soul.
2218
2219 2003-04-11  John Levon  <levon@movementarian.org>
2220
2221         * text.C: make sure fullrow insets get wrapped to the next line,
2222         even when they're in a manual label
2223
2224 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
2225
2226         * text2.C (insertParagraph): make it take ParagraphList::iterator
2227         as arg.
2228         (setLayout): make it return ParagraphList::iterator
2229         (redoParagraphs): ditto
2230         (setCounter): ditto
2231         (checkParagraph): ditto
2232
2233         * text.C (getRow): make getrow take ParagraphList::iterator as arg
2234
2235         * text2.C: adjust several funcs.
2236         (realizeFont): take a ParagraphList::iterator as arg.
2237         (getLayoutFont): ditto
2238         (getLabelFont): ditto
2239         (setCharFont): ditto
2240
2241         * text.C: adjust several funcs.
2242
2243 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2244
2245         * text.C (selectNextWordToSpellcheck): don't accidentally
2246         skip insets
2247
2248 2003-04-10  John Levon  <levon@movementarian.org>
2249
2250         * ToolbarBackend.C (getIcon): special handling for
2251         LFUN_MATH_DELIM
2252
2253 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
2254
2255         * text2.C (cursorRight): a getChar assert fixed
2256
2257 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2258
2259         * text2.C (getFont): change to take a ParagraphList::iterator
2260         instead of Paragraph*
2261         Adjust several functions.
2262
2263         * text.C (transformChar): change to take a ParagraphList::iterator
2264         instead of Paragraph*
2265         (singleWidth): ditto
2266         Adjust several functions.
2267
2268         * rowpainter.C: adjust several functions
2269         * rowpainter.h:store a ParagraphList::iterator and not a
2270         Paragraph&.
2271
2272
2273 2003-04-09  John Levon  <levon@movementarian.org>
2274
2275         * lyxfunc.C:
2276         * lfuns.h:
2277         * LyXAction.h:
2278         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
2279         and the "help" bits as well
2280
2281 2003-04-09  John Levon  <levon@movementarian.org>
2282
2283         * ToolbarBackend.h:
2284         * ToolbarBackend.C: allow multiple toolbars
2285
2286 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2287
2288         * undo_funcs.C (setCursorParUndo): adjust
2289
2290         * text_funcs.C (transposeChars): adjust
2291
2292         * text3.C (gotoNextInset): adjust
2293         (dispatch): adjust
2294
2295         * text2.C (setLayout): adjust
2296         (changeDepth): adjust
2297         (setFont): adjust
2298         (redoParagraphs): adjust
2299         (selectionAsString): adjust
2300         (setParagraph): adjust
2301         (insertInset): adjust
2302         (cutSelection): adjust
2303         (copySelection): adjust
2304         (pasteSelection): adjust
2305         (insertStringAsLines): adjust
2306         (updateInset): adjust
2307         (setCursor): change to take a ParagraphList::iterator parameter
2308         (setCursorIntern): change to take a ParagraphList::iterator parameter
2309         (setCurrentFont): adjust
2310         (cursorLeft): adjust
2311         (cursorRight): adjust
2312         (deleteEmptyParagraphMechanism): adjust
2313
2314         * text.C (breakParagraph): adjust
2315         (insertChar): adjust
2316         (acceptChange): adjust
2317         (rejectChange): adjust
2318         (selectNextWordToSpellcheck): adjust
2319         (changeCase): adjust
2320         (Delete): adjust
2321         (backspace): adjust
2322
2323         * lyxfind.C (SearchForward): adjust
2324         (SearchBackward): adjust
2325         (nextChange): adjust
2326
2327         * lyxcursor.C (par): adjust
2328
2329         * lyxcursor.h: store a ParagraphList::iterator instead of a
2330         Paragraph*
2331
2332         * lyx_cb.C (getPossibleLabel): adjust
2333
2334         * bufferview_funcs.C (toggleAndShow): adjust
2335
2336         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2337         (dispatch): adjust
2338
2339         * BufferView.C (removeAutoInsets): adjust
2340         (lockedInsetStoreUndo): adjust
2341
2342 2003-04-09  John Levon  <levon@movementarian.org>
2343
2344         * ToolbarBackend.C: try icon without argument
2345         if with argument fails
2346
2347 2003-04-08  John Levon  <levon@movementarian.org>
2348
2349         * ToolbarBackend.h:
2350         * ToolbarBackend.C: add getIcon(), handle tooltip,
2351         and change from "Icon" to "Item".
2352
2353 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2354
2355         * BufferView.C (lockInset): another bad getchar crunched
2356
2357 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
2358
2359         * text2.C (changeDepth): do not setUndo on test_only (make undo work
2360         again)
2361
2362 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
2363
2364         * lyxfind.C (searchForward, searchBackwards): bug 782
2365
2366 2003-04-07  John Levon  <levon@movementarian.org>
2367
2368         * paragraph.C: remove dead comment
2369
2370         * text.C: remove troublesome depth-fiddling code
2371         in leftMargin() and rightMargin() (bug 1017)
2372
2373         * text.C: fix breaking of rows in nested lists
2374         (bug 1004)
2375
2376         * text2.C (updateCounters): fix up depth values
2377         (bug 1013)
2378
2379 2003-04-07  John Levon  <levon@movementarian.org>
2380
2381         * BufferView_pimpl.C: clear message when doc finishes resizing,
2382         and after a mouse event
2383
2384         * lyxfunc.C: clear message after exiting inset
2385
2386 2003-04-07  John Levon  <levon@movementarian.org>
2387
2388         * bufferview_funcs.C: show math status not outside
2389         status in the statusbar
2390
2391 2003-04-07  John Levon  <levon@movementarian.org>
2392
2393         * lyxfunc.C: note status changed after a depth change
2394
2395 2003-04-04  Angus Leeming  <angus@localhost.localdomain>
2396
2397         * LaTeX.h: move AuxInfo operator==, != out of line.
2398         Remove LaTeX virtual destructor; nothing derives from it.
2399         Move operator()() out of public area and rename it startscript().
2400         Change protected for private.
2401
2402 2003-04-04  Angus Leeming  <leeming@lyx.org>
2403
2404         * lyxfunc.C:
2405         * text2.C: remove unneeded #includes.
2406
2407 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
2408
2409         * text2.C (dEPM): fix the heigth of the next row
2410
2411 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
2412
2413         * text.C: squashed an invalid getChar requester + some ws changes
2414
2415 2003-04-03  John Levon  <levon@movementarian.org>
2416
2417         * bufferview_funcs.h:
2418         * bufferview_funcs.C:
2419         * lyxfunc.C:
2420         * lyxtext.h:
2421         * text2.C: make getStatus work for the env depth lfuns
2422
2423 2003-04-03  John Levon  <levon@movementarian.org>
2424
2425         * bufferview_funcs.h:
2426         * bufferview_funcs.C:
2427         * lyxfunc.C:
2428         * lyxtext.h:
2429         * text2.C: parlistize decDepth(), by merging it with incDepth()
2430
2431 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2432
2433         * lyxrow.h: store a ParagraphList::iterator instead of a
2434         Paragraph* and adjust other class functions to suit.
2435
2436         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
2437         above.
2438
2439 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
2440
2441         * text2.C (setCursor): do not anchor to cursor row for the time being
2442
2443 2003-04-02  John Levon  <levon@movementarian.org>
2444
2445         * LyXAction.C:
2446         * lfuns.h:
2447         * lyx_main.C:
2448         * lyxtext.h:
2449         * text.C:
2450         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
2451
2452 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2453
2454         * paragraph.h: make ParagraphList and ParagraphList::iterator
2455         friends of Paragraph.
2456
2457         * buffer.C (makeLinuxDocFile): move towards ParagraphList
2458
2459         * ParagraphList.C: Use the private next_ and previous_ from
2460         Paragraph.
2461
2462 2003-04-01  John Levon  <levon@movementarian.org>
2463
2464         * ToolbarBackend.h:
2465         * ToolbarBackend.C:
2466         * Makefile.am: rename, remove defaults gunk
2467
2468         * MenuBackend.h:
2469         * MenuBackend.C: remove defaults gunk
2470
2471         * Languages.h:
2472         * Languages.C: remove defaults gunk
2473
2474         * lyx_main.h:
2475         * lyx_main.C: error out if files couldn't be found.
2476
2477 2003-04-02  John Levon  <levon@movementarian.org>
2478
2479         * text2.C: make incDepth() use parlist
2480
2481 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2482
2483         * undo_funcs.C (firstUndoParagraph): adjust
2484
2485         * text3.C (gotoInset): adjust
2486         (dispatch): adjust, and rewrite loop.
2487
2488         * text2.C (init): adjust, and rewrite loop.
2489         (redoParagraphs): adjust
2490         (updateInset): adjust, and rewrite loop.
2491         (deleteEmptyParagraphMechanism): adjust
2492
2493         * tabular.C (LyXTabular): adjust
2494         (SetMultiColumn): adjust
2495         (TeXRow): adjust
2496
2497         * lyxtext.[Ch] (ownerParagraph): delete function
2498         (ownerParagraphs): new function returns a ParagraphList.
2499
2500         * BufferView.C (removeAutoInsets): adjust
2501         (insertErrors): adjust
2502         (setCursorFromRow): adjust
2503
2504 2003-04-01  Angus Leeming  <leeming@lyx.org>
2505
2506         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
2507         in the frontends.
2508
2509 2003-04-02  John Levon  <levon@movementarian.org>
2510
2511         * lyxtext.h:
2512         * text.C:
2513         * Makefile.am:
2514         * text_funcs.h:
2515         * text_funcs.C: make transposeChars a free function
2516
2517         * lyxrow_funcs.C: remove wrong comment
2518
2519 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2520
2521         * lyxtext.h: adjust
2522         * rowpainter.C: adjust
2523         * text.C: adjust
2524         * text2.C: adjust
2525         * text3.C: adjust
2526
2527         * lyxrow_funcs. [Ch]: new files
2528
2529         * lyxrow.[Ch]: remove next and previous pointers
2530         (next,previous): remove accessor functions
2531         (isParEnd): move to lyxrow_funcs
2532         (lastPos): move to lyxrow_funcs
2533         (nextRowIsAllInset): move to lyxrow_funcs
2534         (lastPrintablePos): move to lyxrow_funcs
2535         (numberOfSeparators): move to lyxrow_funcs
2536         (numberOfHfills): move to lyxrow_funcs
2537         (numberOfLabelHfills): move to lyxrow_funcs
2538         (hfillExpansion): move to lyxrow_funcs
2539
2540         * lyxfunc.C: adjust
2541
2542         * bufferview_funcs.C (toggleAndShow): adjust
2543
2544         * RowList.h: Remove class RowList from file leave just a
2545         std::list<Row>.
2546
2547         * RowList.C: delete file
2548
2549         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
2550         and lyxrow_funcs.h
2551
2552 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2553
2554         * text3.C (cursorPrevious): adjust
2555         (cursorNext): adjust
2556         (dispatch): adjust
2557
2558         * text2.C (redoHeightOfParagraph): adjust
2559         (redoDrawingOfParagraph): adjust
2560         (setCursor): adjust
2561
2562         * text.C (breakParagraph): adjust
2563         (insertChar): adjust
2564         (backspace): adjust
2565
2566         * rowpainter.C (RowPainter): adjust
2567         (leftMargin): simplify and adjust
2568         (most rowpainter functions): adjust.
2569
2570         * rowpainter.h: store the row as RowList::iterator not as Row*
2571
2572         * lyxcursor.C (row): taka RowList::iterator as arg
2573         (irow): ditto
2574
2575         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
2576         of Row*.
2577
2578 2003-04-01  Angus Leeming  <leeming@lyx.org>
2579
2580         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
2581         stuff like bool Bool.
2582
2583 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
2584
2585         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
2586         rewrite a loop
2587
2588 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2589
2590         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
2591         RowList::iterator.
2592
2593         * lyxtext.h (rows): drop one version and leve a const variant that
2594         returns a RowList::iterator.
2595
2596 2003-03-31  Angus Leeming  <leeming@lyx.org>
2597
2598         * text.C (fill): ensure that the signature is the same as that in the
2599         header file.
2600
2601 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
2602
2603         * text2.C (redoParagraphs): adjust
2604         (updateCounters): adjust
2605         (checkParagraph): adjust
2606         (getColumnNearX): adjust and reformat a bit.
2607
2608         * text.C (top_y): adjust
2609         (workWidth): adjust
2610         (leftMargin): adjust
2611         (prepareToPrint): adjust
2612         (getRow): adjust
2613         (getRowNearY): adjust
2614
2615         * lyxtext.h: make rowlist_ mutable.
2616
2617         * RowList.h: add const_iterator
2618         * RowList.C: adjust for RowList::const_iterator.
2619
2620         * text2.C (getCursorX): make it take a RowList::iterator as arg,
2621         adjust.
2622
2623 2003-03-31  John Levon  <levon@movementarian.org>
2624
2625         * lyxrc.h:
2626         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
2627
2628         * lyx_main.C: set default fonts from using lyx_gui funcs
2629
2630         * exporter.C: pdf_mode moved from lyxrc
2631
2632         * lyx_cb.C:
2633         * lyxfunc.C: changes from above
2634
2635 2003-03-31  John Levon  <levon@movementarian.org>
2636
2637         * lyx_main.C: fix to the last fix
2638
2639 2003-03-31  John Levon  <levon@movementarian.org>
2640
2641         * bufferlist.C: "Load original" -> "Load Original"
2642
2643         * converter.C:
2644         * exporter.C:
2645         * importer.C:
2646         * lyx_main.C:
2647         * format.C: more Alert cleanups
2648
2649 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2650
2651         * text2.C (removeParagraph): make it take a RowList::iterator as
2652         arg, adjust.
2653         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
2654         (postRowPaint): make it take a RowList::iterator as arg, adjust.
2655
2656         * text.C (anchor_row): make it take a RowList::iterator as arg,
2657         adjust.
2658         (computeBidiTables): make it take a const reference to Row instead
2659         of Row pointer, adjust.
2660         (leftMargin): make it take a RowList::iterator as arg, adjust.
2661         (rowBreakPoint): adjust
2662         (breakAgainOneRow): make it take a RowList::iterator as arg,
2663         adjust.
2664         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
2665
2666         * bufferview_funcs.C (toggleAndShow): adjust
2667
2668 2003-03-30  John Levon  <levon@movementarian.org>
2669
2670         * Makefile.am:
2671         * BoostFormat.h:
2672         * boost-inst.C: moved to support
2673
2674         * several files: changes as a result
2675
2676 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2677
2678         * text2.C (LyXText): adjust.
2679         (init): adjust
2680         (removeRow): make it take a RowList::iterator as arg, adjust.
2681         (fullRebreak): adjust
2682         (deleteEmptyParagraphMechanism): adjust
2683         (clearPaint): adjust
2684         (postPaint): adjust
2685
2686         * text.C (top_y): adjust
2687         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
2688         (breakAgain): make it take a RowList::iterator as arg, adjust.
2689         (breakParagraph): adjust
2690         (insertChar): adjust
2691         (backspace): adjust
2692
2693         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
2694         need_break_row, and refresh_row.
2695
2696         * text3.C (dispatch): adjust
2697
2698         * text2.C (checkParagraph): adjust
2699         (setCursor): adjust
2700         (setCursorFromCoordinates): adjust
2701
2702         * text.C (top_y): adjust
2703         (workWidth): adjust
2704         (getRow): make it return a RowList::iterator, adjust
2705         (getRowNearY): make it return a RowList::iterator, adjust
2706
2707         * text2.C (init): adjust
2708         (insertRow): remove function
2709         (insertParagraph): adjust
2710         (redoParagraphs): adjust
2711         (fullRebreak): adjust
2712         (updateCounters): adjust
2713
2714         * text.C (top_y): rewrite to use RowList iterators.
2715         (top_y): adjust
2716         (setHeightOfRow): rewrite to sue RowList iterators.
2717         (appendParagraph): adjust
2718         (breakAgain): adjust
2719         (breakAgainOneRow): adjust
2720         (breakParagraph): adjust
2721         (getRow): adjust
2722         (getRowNearY): adjust, and remove commented code.
2723
2724         * lyxtext.h (firstRow): delete function
2725         (lastRow): delete function
2726         (rows): new function (const and non-const versions.)
2727         (insertRow): delete function
2728
2729         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
2730
2731 2003-03-29  John Levon  <levon@movementarian.org>
2732
2733         * BufferView_pimpl.C: always update scrollbar top
2734         because pasting text when we're anchored could mean we
2735         miss an update altogether
2736
2737 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2738
2739         * text2.C (init): use rowlist_.end() and not 0.
2740         (insertRow): change to take a RowList::iterator as arg, adjust
2741         for this.
2742         (insertParagraph): change to take a RowList::iterator as arg,
2743         adjust for this.
2744         (redoParagraphs): remove some debug msgs.
2745
2746         * text.C (appendParagraph): change to take a RowList::iterator
2747         arg, adjust for this.
2748         (breakAgain): add an assert
2749         (breakAgainOneRow): ditto
2750
2751 2003-03-29  John Levon  <levon@movementarian.org>
2752
2753         * text2.C: do not clear selection after inc/decDepth
2754         (bug 550)
2755
2756 2003-03-29  John Levon  <levon@movementarian.org>
2757
2758         * BufferView.C:
2759         * buffer.C: fix broken strerrors according to Lars
2760
2761 2003-03-29  John Levon  <levon@movementarian.org>
2762
2763         * converters.C: more Alert cleanups
2764
2765 2003-03-29  John Levon  <levon@movementarian.org>
2766
2767         * bufferview_funcs.C: remove pointless Alert
2768
2769         * buffer.C: fix confusing error message when
2770         a template is chmoded 000
2771
2772 2003-03-29  John Levon  <levon@movementarian.org>
2773
2774         * BufferView.C:
2775         * BufferView.h:
2776         * BufferView_pimpl.C: Alert fixes
2777
2778         * Makefile.am:
2779         * tabular.C:
2780         * tabular-old.C: remove unused table compat reading
2781
2782 2003-03-29  John Levon  <levon@movementarian.org>
2783
2784         * BufferView.C:
2785         * buffer.C:
2786         * lyx_cb.h:
2787         * lyx_cb.C: more Alert cleanups
2788
2789         * lyxfunc.C: don't allow chktex if not latex document
2790
2791 2003-03-29  John Levon  <levon@movementarian.org>
2792
2793         * lyx_cb.C:
2794         * BufferView.C:
2795         * buffer.C: warnings pushed down from support/,
2796         kill err_alert
2797
2798 2003-03-29  John Levon  <levon@movementarian.org>
2799
2800         * lyxfunc.C: safety check for C-r (revert)
2801
2802 2003-03-29  John Levon  <levon@movementarian.org>
2803
2804         * bufferlist.h:
2805         * bufferlist.C: several UI fixes using Alert::prompt.
2806         Fix the pointless looping quit code. Fix stupid revert
2807         behaviour (bug 938)
2808
2809         * lyxvc.h:
2810         * lyxvc.C:
2811         * lyx_cb.C: use Alert::prompt
2812
2813         * lyx_main.C: remove a silly question
2814
2815         * lyxfunc.C: remove a couple of silly questions,
2816         use Alert::prompt
2817
2818 2003-03-28  John Levon  <levon@movementarian.org>
2819
2820         * text2.C: fix bug 974 (End on empty par)
2821
2822 2003-03-28  John Levon  <levon@movementarian.org>
2823
2824         * BufferView_pimpl.C:
2825         * LyXAction.C:
2826         * lfuns.h: remove do-nothing math greek lfuns
2827
2828 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2829
2830         * lyxgluelength.h (isValidGlueLength): add default arg on
2831         parameter 2. Remove default arg from friend in class.
2832
2833         * lyxlength.h (isValidLength): add default arg on parameter 2.
2834         Remove default arg from friend in class.
2835
2836         * text2.C (LyXText): adjust, initialize refresh_row.
2837         (init): adjust
2838         (removeRow): adjust
2839         (insertRow): adjust
2840         (insertParagraph): adjst
2841         (redoParagraphs): adjust
2842         (fullRebreak): adjust
2843         (updateCounters): adjust
2844         (deleteEmptyParagraphMechanism): first attempt at fixing a
2845         crashing bug.
2846
2847         * text.C (top_y): adjust
2848         (setHeightOfRow): adjust
2849         (getRow): adjust
2850         (getRowNearY): adjust
2851
2852         * lyxtext.h: include RowList.h
2853         (~LyXText): not needed anymore, deleted.
2854         (firstRow): modify for RowList
2855         (lastRow): new function
2856         Delete firstrow and lastrow class variables, add a Rowlist
2857         rowlist_ class variable.
2858
2859         * lyxrow.C (lastPos): use empty() and not !size() to check if a
2860         paragraph is empty.
2861
2862         * RowList.C (insert): fix case where it == begin().
2863
2864 2003-03-26  Angus Leeming  <leeming@lyx.org>
2865
2866         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
2867         the thesaurus dialog.
2868
2869 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2870
2871         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
2872
2873         * RowList.[Ch]: new files
2874
2875         * ParagraphList.C (erase): handle the case where it == begin
2876         correctly.
2877
2878 2003-03-25  John Levon  <levon@movementarian.org>
2879
2880         * Makefile.am:
2881         * aspell_local.h:
2882         * aspell.C: add new aspell support
2883
2884         * lyxrc.h:
2885         * lyxrc.C: Make use_pspell be use_spell_lib. Always
2886         have it accessible.
2887
2888 2003-03-25  Angus Leeming  <leeming@lyx.org>
2889
2890         * lfuns.h:
2891         * LyXAction.C (init): new LFUN_INSET_INSERT.
2892
2893         * BufferView_pimpl.C (dispatch): split out part of the
2894         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
2895
2896         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
2897         LFUN_INSET_APPLY.
2898
2899 2003-03-25  Angus Leeming  <leeming@lyx.org>
2900
2901         * lyxfunc.C (dispatch): changes to the Dialogs interface.
2902
2903 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
2904
2905         * text2.C:
2906         * text3.C: remove useless row->height(0)
2907
2908 2003-03-25  John Levon  <levon@movementarian.org>
2909
2910         * lyxtext.h:
2911         * text2.C:
2912         * text3.C: rename the refreshing stuff to better names
2913
2914 2003-03-24  John Levon  <levon@movementarian.org>
2915
2916         * BufferView_pimpl.h:
2917         * BufferView_pimpl.C: update layout choice on a mouse
2918         press/release
2919
2920 2003-03-23  John Levon  <levon@movementarian.org>
2921
2922         * Makefile.am: fix commandtags.h reference
2923
2924 2003-03-22  John Levon  <levon@movementarian.org>
2925
2926         * BufferView_pimpl.C:
2927         * lyxtext.h:
2928         * rowpainter.C:
2929         * rowpainter.h:
2930         * text.C:
2931         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
2932
2933 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
2934
2935         * lyxtext.h:
2936         * text.C: take the rtl methods out of line
2937
2938 2003-03-21 André Pönitz <poenitz@gmx.net>
2939
2940         * metricsinfo.[Ch]: new files containing structures to be passed around
2941         during the two-phase-drawing...
2942
2943 2003-03-21 André Pönitz <poenitz@gmx.net>
2944
2945         * lyxtextclass.C: read 'environment' tag.
2946
2947 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
2948
2949         * text2.C (removeRow): fix bug 964
2950
2951 2003-03-20  John Levon  <levon@movementarian.org>
2952
2953         * rowpainter.C:
2954         * text.C:
2955         * text2.C: paint cleanups. Inset::update() dropped font
2956         parameter
2957
2958 2003-03-19  John Levon  <levon@movementarian.org>
2959
2960         * lyxfunc.C: only fitcursor/markDirty if available()
2961
2962 2003-03-19  John Levon  <levon@movementarian.org>
2963
2964         * commandtags.h: rename to ...
2965
2966         * lfuns.h: ... this, and renumber / cleanup
2967
2968 2003-03-19  John Levon  <levon@movementarian.org>
2969
2970         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
2971         fit the cursor after an lfun
2972
2973         * BufferView.h:
2974         * BufferView.C:
2975         * BufferView_pimpl.h:
2976         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
2977
2978         * LyXAction.C: layout-character should have ReadOnly
2979
2980         * ParagraphParameters.C:
2981         * buffer.C:
2982         * bufferview_funcs.C:
2983         * lyx_cb.C:
2984         * lyxfind.C:
2985         * lyxtext.h:
2986         * text.C:
2987         * text2.C:
2988         * text3.C:
2989         * undo_funcs.C: changes from above
2990
2991 2003-03-18  John Levon  <levon@movementarian.org>
2992
2993         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
2994         remove it from update()
2995
2996         * lyxfunc.C: update layout choice after an lfun
2997
2998         * text3.C: remove extra updateLayoutChoice()s
2999
3000 2003-03-18  John Levon  <levon@movementarian.org>
3001
3002         * text.C: top_y change means full repaint, fix
3003         a drawing bug with cursor movement
3004
3005 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3006
3007         * lyxtext.h:
3008         * text.C:
3009         * text2.C: anchor row on setCursor
3010
3011 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3012
3013         * lyxtext.h: remove almost all mutable keywords
3014         * text.C:
3015         * text2.C:
3016         * text3.C: remove const keywords accordingly
3017
3018 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3019
3020         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
3021         anon namespace
3022         (TeXEnvironment): ditto
3023         (TeXOnePar): ditto
3024
3025 2003-03-17  John Levon  <levon@movementarian.org>
3026
3027         * text.C (rowBreakPoint): remove attempt to fix displayed
3028         math insets inside a manual label
3029
3030 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3031
3032         * lyxtext.h: remove BufferView* as first arg from almost all class
3033         functions.
3034         * other files: adjust.
3035
3036 2003-03-17  John Levon  <levon@movementarian.org>
3037
3038         * lyxtext.h:
3039         * undo_funcs.C:
3040         * text2.C: more paint cleanups
3041
3042         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
3043
3044         * rowpainter.h:
3045         * rowpainter.C: remove "smart" background painting code
3046
3047 2003-03-16  John Levon  <levon@movementarian.org>
3048
3049         * lyxtext.h:
3050         * text.C:
3051         * text2.C:
3052         * text3.C: add helper functions for setting refresh_row/y
3053
3054 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
3055
3056         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
3057         newline inset which *can* get inserted in the pass_thru layouts.
3058         This is primarily for literate documents.
3059
3060 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
3061
3062         * buffer.C: increment LYX_FORMAT to 223
3063
3064 2003-03-14 André Pönitz <poenitz@gmx.net>
3065
3066         * textclass.h: prepare for environment handling, ws changes
3067         * lyxlayout.C: read latexheader and latexfooter tags
3068
3069 2003-03-14  John Levon  <levon@movementarian.org>
3070
3071         * text2.C: rewrite ::status() a bit
3072
3073 2003-03-13  John Levon  <levon@movementarian.org>
3074
3075         * lyxtext.h: add some docs
3076
3077 2003-03-13  John Levon  <levon@movementarian.org>
3078
3079         * lyxtext.h:
3080         * text.C:
3081         * text2.C:
3082         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
3083
3084 2003-03-13  John Levon  <levon@movementarian.org>
3085
3086         * text3.C: fix appendix redrawing
3087
3088 2003-03-13  John Levon  <levon@movementarian.org>
3089
3090         * text.C (setHeightOfRow):
3091         * rowpainter.h:
3092         * rowpainter.C: make appendix mark have the text
3093           "Appendix" so the user knows what it is
3094
3095         * LColor.h:
3096         * LColor.C: s/appendixline/appendix/ from above
3097
3098 2003-03-13  John Levon  <levon@movementarian.org>
3099
3100         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
3101
3102         * text.C: fix a getChar(pos) bug properly
3103
3104 2003-03-13  Angus Leeming  <leeming@lyx.org>
3105
3106         * commandtags.h:
3107         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
3108         Probably only temporary. Let's see how things pan out.
3109
3110         * BufferView.C (unlockInset):
3111         * BufferView_pimpl.C (fitCursor):
3112         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
3113
3114         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
3115         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
3116
3117         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
3118         new functions that convert ParagraphParameters to and from a string.
3119
3120         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
3121         BufferView::Pimpl's dispatch.
3122         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
3123
3124 2003-03-13 André Pönitz <poenitz@gmx.net>
3125
3126         * lyxfunc.C:
3127         * text3.C:
3128         * factory.C: make it aware of InsetEnv
3129
3130 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3131
3132         * text2.C (setCursor): never ask for one past last
3133         (setCursor): add some debugging messages.
3134
3135         * text.C (singleWidth): never ask for one past last
3136         (singleWidth): ditto
3137         (leftMargin): ditto
3138         (rightMargin): ditto
3139         (rowBreakPoint): ditto
3140         (setHeightOfRow): ditto
3141         (prepareToPrint): ditto
3142
3143         * rowpainter.C (paintBackground): never ask for one past last
3144         (paintText): never ask for one past last
3145
3146         * paragraph_pimpl.C (getChar): make the assert stricter, never
3147         allow the one past last pos to be taken
3148
3149         * paragraph.C (getChar): ws changes only
3150
3151         * lyxrow.C (nextRowIsAllInset): never ask for one past last
3152         (numberOfSeparators): ditto
3153         (numberOfHfills): ditto
3154
3155 2003-03-12  John Levon  <levon@movementarian.org>
3156
3157         * author.h:
3158         * author.C:
3159         * bufferparams.h:
3160         * bufferparams.C:
3161         * paragraph_funcs.C: fix per-buffer authorlists
3162
3163 2003-03-12  John Levon  <levon@movementarian.org>
3164
3165         * text.C: fix newline in right address
3166
3167 2003-03-12  Angus Leeming  <leeming@lyx.org>
3168
3169         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
3170         duplicate those in LyXFunc::dispatch.
3171
3172         * commandtags.h:
3173         * LyXAction.C:
3174         * ToolbarDefaults.C:
3175         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
3176         Add LFUN_FONTFREE_UPDATE.
3177
3178         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
3179         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
3180
3181         * bufferview_func.[Ch]: several new functions to facilliate
3182         transfer of data to and from the character dialog.
3183
3184 2003-03-12  John Levon  <levon@movementarian.org>
3185
3186         * buffer.C:
3187         * paragraph.h:
3188         * paragraph.C:
3189         * paragraph_funcs.C:
3190         * paragraph_pimpl.C:
3191         * sgml.C:
3192         * tabular.C:
3193         * text.C:
3194         * text3.C: remove META_NEWLINE in favour of an inset
3195
3196         * rowpainter.h:
3197         * rowpainter.C: remove paintNewline (done by inset)
3198
3199 2003-03-12  John Levon  <levon@movementarian.org>
3200
3201         * paragraph_pimpl.C: complain about bad getChar()s
3202         for a while at least
3203
3204 2003-03-12  John Levon  <levon@movementarian.org>
3205
3206         * buffer.h:
3207         * buffer.C: move paragraph read into a separate function,
3208         a little renaming to reflect that.
3209
3210         * bufferparams.h:
3211         * bufferparams.C: remove the author_ids map, not necessary now
3212
3213         * factory.h:
3214         * factory.C: moved Buffer::readInset to here
3215
3216         * paragraph_funcs.h:
3217         * paragraph_funcs.C: readParagraph free function moved from
3218         buffer.C
3219
3220         * tabular.C: name change
3221
3222 2003-03-12  John Levon  <levon@movementarian.org>
3223
3224         * buffer.C:
3225         * ParagraphParameters.C: move par params input to
3226         a read() method
3227
3228         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
3229         behave like a normal read from the stream wrt reading
3230         a line vs. a \\token
3231
3232 2003-03-12  John Levon  <levon@movementarian.org>
3233
3234         * paragraph.C:
3235         * ParagraphParameters.h:
3236         * ParagraphParameters.C: move output code to a
3237         ::write() method
3238
3239 2003-03-12  John Levon  <levon@movementarian.org>
3240
3241         * BufferView.C (insertLyXFile):
3242         * buffer.h:
3243         * buffer.C:
3244         * tabular.C: use a parlist iterator for creating the
3245           document.
3246
3247 2003-03-12  John Levon  <levon@movementarian.org>
3248
3249         * buffer.C: make current_change static local not
3250           static file-scope
3251
3252 2003-03-12  John Levon  <levon@movementarian.org>
3253
3254         * buffer.C: fix insertStringAsLines for change tracking
3255
3256 2003-03-12  John Levon  <levon@movementarian.org>
3257
3258         * BufferView.C:
3259         * tabular.C:
3260         * buffer.h:
3261         * buffer.C:
3262         * bufferparams.h:
3263         * bufferparams.C: move author list into params. Rename some
3264           functions. Move the header reading into a separate token
3265           loop. Move the header token reading into BufferParams.
3266
3267 2003-03-12  John Levon  <levon@movementarian.org>
3268
3269         * changes.C: put debug inside lyxerr.debugging() checks
3270
3271 2003-03-11 André Pönitz <poenitz@gmx.net>
3272
3273         * factory.C: make it aware of InsetHFill
3274
3275 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3276
3277         * buffer.C (latexParagraphs): move function from here...
3278         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
3279         args.
3280
3281 2003-03-10  Angus Leeming  <leeming@lyx.org>
3282
3283         * LyXAction.C (init): fix bug in poplating array with multiple entries
3284         with the same LFUN (spotted by JMarc).
3285
3286 2003-03-10  John Levon  <levon@movementarian.org>
3287
3288         * text.C:
3289         * text2.C: move getColumnNearX() near its
3290         only call site
3291
3292 2003-03-10  John Levon  <levon@movementarian.org>
3293
3294         * text.C: fix break before a minipage
3295
3296 2003-03-10  John Levon  <levon@movementarian.org>
3297
3298         * text.C: fix the last commit
3299
3300 2003-03-09  John Levon  <levon@movementarian.org>
3301
3302         * lyxtext.h:
3303         * text.C:
3304         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
3305         bug 365 (don't break before insets unless needed). Don't
3306         return a value > last under any circumstances.
3307
3308 2003-03-09  Angus Leeming  <leeming@lyx.org>
3309
3310         * BufferView_pimpl.C (trackChanges, dispatch): call
3311         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
3312
3313 2003-03-09  Angus Leeming  <leeming@lyx.org>
3314
3315         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
3316         than Dialogs::showAboutlyx().
3317
3318 2003-03-09  Angus Leeming  <leeming@lyx.org>
3319
3320         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
3321         than Dialogs::showTabularCreate().
3322
3323 2003-03-09  John Levon  <levon@movementarian.org>
3324
3325         * lyxtext.h:
3326         * text.C:
3327         * text2.C: 3rd arg to nextBreakPoint was always the same.
3328           Use references.
3329
3330 2003-03-08  John Levon  <levon@movementarian.org>
3331
3332         * lyxrow.C:
3333         * paragraph.C:
3334         * paragraph.h:
3335         * rowpainter.C:
3336         * text.C:
3337         * text2.C: Remove the "main" bit from the "main body"
3338           notion.
3339
3340 2003-03-08  John Levon  <levon@movementarian.org>
3341
3342         * text.C (leftMargin): The left margin of an empty
3343         manual label paragraph should not include the label width
3344         string length.
3345
3346         * text.C (prepareToPrint): don't attempt to measure hfills
3347         for empty manual label paragraphs - the answer should be 0
3348
3349 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3350
3351         * CutAndPaste.C: remove commented code and reindent.
3352
3353 2003-03-08  John Levon  <levon@movementarian.org>
3354
3355         * lyxfunc.h:
3356         * lyxfunc.C: move reloadBuffer()
3357
3358         * BufferView.h:
3359         * BufferView.C: to here
3360
3361         * lyxvc.C: add comment
3362
3363         * vc-backend.h:
3364         * vc-backend.C: call bv->reload() to avoid
3365           getStatus() check on MENURELOAD
3366
3367 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
3368
3369         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
3370         to an old format .dep file.
3371
3372 2003-03-07  Angus Leeming  <leeming@lyx.org>
3373
3374         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
3375         when the LFUN_MOUSE_RELEASE should have been handled by
3376         inset->localDispatch.
3377
3378 2003-03-07  Angus Leeming  <leeming@lyx.org>
3379
3380         * BufferView_pimpl.C (dispatch):
3381         * LyXAction.C (init):
3382         * ToolbarDefaults.C (init):
3383         * commandtags.h:
3384         * lyxfunc.C (getStatus):
3385         remove LFUN_INSET_GRAPHICS.
3386
3387         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
3388
3389 2003-03-07  Angus Leeming  <leeming@lyx.org>
3390
3391         * commandtags.h:
3392         * LyXAction.C (init):
3393         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
3394
3395         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
3396
3397         * commandtags.h:
3398         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
3399
3400         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
3401         localDispatch method LFUN_INSET_DIALOG_UPDATE.
3402
3403 2003-03-07  Angus Leeming  <leeming@lyx.org>
3404
3405         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
3406         remove "ert".
3407
3408 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3409
3410         * ParagraphList.C (front): new function
3411         (back): implement
3412
3413 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
3414
3415         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
3416         and top_row_offset_. removed var first_y.
3417         * text.C (top_y):
3418         * text2.C (LyXText, removeRow):
3419         * text3.C:
3420         * BufferView_pimpl.C:
3421         use these methods instead of using first_y
3422
3423 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3424
3425         * text2.C (pasteSelection): adjust for checkPastePossible
3426
3427         * CutAndPaste.C: remove Paragraph * buf and replace with
3428         ParagraphList paragraphs.
3429         (DeleteBuffer): delete
3430         (cutSelection): change the tc type to textclass_type
3431         (copySelection): change the tc type to textclass_type
3432         (copySelection): adjust for ParagraphList
3433         (pasteSelection): change the tc type to textclass_type
3434         (pasteSelection): adjust for Paragraphlist
3435         (nrOfParagraphs): simplify for ParagraphList
3436         (checkPastePossible): simplify for ParagraphList
3437         (checkPastePossible): remove unused arg
3438
3439         * ParagraphList.C (insert): handle the case where there are no
3440         paragraphs yet.
3441
3442         * CutAndPaste.h: make CutAndPaste a namespace.
3443
3444         * text3.C (dispatch): adjust
3445
3446         * text.C (breakParagraph): add a ParagraphList as arg
3447
3448         * paragraph_funcs.C (breakParagraph): change to take a
3449         BufferParams and a ParagraphList as args.
3450         (breakParagraphConservative): ditto
3451         (mergeParagraph): ditto
3452         (TeXDeeper): add a ParagraphList arg
3453         (TeXEnvironment): ditto
3454         (TeXOnePar): ditto
3455
3456         * buffer.C (readLyXformat2): adjust
3457         (insertStringAsLines): adjust
3458         (latexParagraphs): adjust
3459
3460         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
3461         (cutSelection): adjust
3462         (pasteSelection): adjust
3463
3464         * BufferView_pimpl.C (insertInset): adjust
3465
3466 2003-03-05  Angus Leeming  <leeming@lyx.org>
3467
3468         * commandtags.h:
3469         * LyXAction.C (init):
3470         * BufferView_pimpl.C (dispatch):
3471         * lyxfunc.C (getStatus):
3472         remove LFUN_CHILD_INSERT.
3473
3474         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
3475
3476 2003-03-05  Angus Leeming  <leeming@lyx.org>
3477
3478         * commandtags.h:
3479         * LyXAction.C (init):
3480         * src/factory.C (createInset):
3481         * lyxfunc.C (getStatus):
3482         * text3.C (dispatch):
3483         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
3484
3485         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
3486
3487 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3488
3489         * ParagraphList.C (insert): handle insert right before end()
3490         (erase): fix cases where it can be first or last paragraph.
3491
3492 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3493
3494         * paragraph_funcs.C (TeXEnvironment): remove all usage of
3495         Paragraph::next and Paragraph::previous
3496         (TeXOnePar): ditto
3497
3498         * text.C (breakParagraph): adjust
3499
3500         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
3501         BufferParams& as arg.
3502         (breakParagraph): use ParagraphList::insert
3503         (breakParagraphConservative): take a Buffer* instead of a
3504         BufferParams& as arg.
3505         (breakParagraphConservative): use ParagraphList::insert.
3506
3507         * buffer.C (insertStringAsLines): un-const it
3508         (insertStringAsLines): adjust
3509
3510         * ParagraphList.C (insert): new function
3511
3512         * CutAndPaste.C (pasteSelection): adjust
3513
3514         * text.C (backspace): adjust
3515
3516         * tabular.C (SetMultiColumn): adjust
3517
3518         * CutAndPaste.C (cutSelection): adjust
3519         (pasteSelection): adjust
3520
3521         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
3522         Buffer const * as arg
3523
3524         * ParagraphList.C (erase): new function
3525         * paragraph_funcs.C (mergeParagraph): use it
3526         (mergeParagraph): make it take a Buffer* instead of a
3527         BufferParams* as arg
3528
3529         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
3530         as arg
3531         (breakParagraphConservative): ditto
3532
3533         * paragraph.h: remove the breakParagraph friend
3534
3535         * paragraph.C (eraseIntern): new function
3536         (setChange): new function
3537
3538         * paragraph_funcs.C (mergeParagraph): make it take a
3539         ParagraphList::iterator instead of a Paragraph *, adjust
3540         accordingly.
3541
3542         * paragraph.h: move an #endif so that the change tracking stuff
3543         also works in the NO_NEXT case.
3544
3545 2003-03-04  Angus Leeming  <leeming@lyx.org>
3546
3547         * commandtags.h:
3548         * LyXAction.C: new LFUN_INSET_MODIFY.
3549
3550         * BufferView_pimpl.C (dispatch): if an inset is found to be open
3551         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
3552
3553 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3554
3555         * several files: ws changes only
3556
3557         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
3558         (TeXEnvironment): ditto
3559         (TeXDeeper): ditto
3560
3561         * buffer.C (makeLaTeXFile): adjust
3562         (latexParagraphs): make it take ParagraphList::iterator as args
3563
3564 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3565
3566         * buffer.C (latexParagraphs): adjust
3567
3568         * paragraph.C (TeXOnePar): move function...
3569         (optArgInset): move function...
3570         (TeXEnvironment): move function...
3571         * paragraph_pimpl.C (TeXDeeper): move function...
3572         * paragraph_funcs.C: ...here
3573
3574         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
3575
3576 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3577
3578         * buffer.C (readInset): remove compability code for old Figure and
3579         InsetInfo insets
3580
3581 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3582
3583         * buffer.C: ws changes
3584         (readInset):
3585
3586         * BufferView_pimpl.C: ditto
3587         * author.C: ditto
3588         * buffer.h: ditto
3589         * bufferlist.h: ditto
3590         * changes.h: ditto
3591         * lyxfunc.C: ditto
3592
3593 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
3594
3595         * converter.[Ch]: split into itself +
3596         * graph.[Ch]
3597         * format.[Ch]
3598         * Makefile.am: += graph.[Ch] + format.[Ch]
3599         * MenuBackend.C
3600         * buffer.C
3601         * exporter.C
3602         * importer.C
3603         * lyx_main.C
3604         * lyxfunc.C
3605         * lyxrc.C: added #include "format.h"
3606
3607 2003-02-27  Angus Leeming  <leeming@lyx.org>
3608
3609         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
3610           a label.
3611
3612         * factory.C (createInset): add "label" to the factory.
3613
3614         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
3615           string and do no more.
3616
3617 2003-02-27  Angus Leeming  <leeming@lyx.org>
3618
3619         * commandtags.h:
3620         * LyXAction.C (init):
3621         * factory.C (createInset):
3622         * BufferView_pimpl.C (dispatch):
3623           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
3624
3625         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
3626
3627         * lyxfunc.C (dispatch):
3628         * text3.C (dispatch): pass name to params2string.
3629
3630 2003-02-26  Angus Leeming  <leeming@lyx.org>
3631
3632         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
3633           blocks together.
3634           Rearrange the ~includes. Strip out the unnecessary ones.
3635
3636         * factory.C (createInset): reformat.
3637           create new insets for the various LFUN_XYZ_APPLY lfuns.
3638
3639 2003-02-26  John Levon  <levon@movementarian.org>
3640
3641         * lyxrow.h:
3642         * lyxrow.C: add isParStart,isParEnd helpers
3643
3644         * paragraph.h: make isInserted/DeletedText take refs
3645
3646         * paragraph_funcs.h:
3647         * paragraph_funcs.C: remove #if 0'd code
3648
3649         * lyxtext.h:
3650         * text3.C:
3651         * text2.C:
3652         * text.C: use lyxrow helpers above.
3653           Move draw and paint routines to RowPainter.
3654           Make several methods use refs not pointers.
3655           Make backgroundColor() const.
3656           Add markChangeInDraw(), isInInset().
3657           Merge changeRegionCase into changeCase.
3658           Make workWidth() shouldn't-happen code into an Assert.
3659
3660         * rowpainter.h:
3661         * rowpainter.C: new class for painting a row.
3662
3663         * vspace.h:
3664         * vspace.C: make inPixels take a ref
3665
3666 2003-02-26  Angus Leeming  <leeming@lyx.org>
3667
3668         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
3669         LFUN_REF_APPLY.
3670
3671 2003-02-25  John Levon  <levon@movementarian.org>
3672
3673         * ispell.C: give the forked command a more accurate name
3674
3675 2003-02-22  John Levon  <levon@movementarian.org>
3676
3677         * toc.h:
3678         * toc.C: make TocItem store an id not a Paragraph *
3679           (bug #913)
3680
3681 2003-02-21  Angus Leeming  <leeming@lyx.org>
3682
3683         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
3684           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
3685           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
3686           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
3687           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
3688           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
3689
3690         * BufferView_pimpl.C (dispatch):
3691         * LyXAction.C (init):
3692         * factory.C (createInset):
3693         * lyxfunc.C (getStatus, dispatch):
3694         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
3695
3696 2003-02-21  Angus Leeming  <leeming@lyx.org>
3697
3698         * BufferView_pimpl.C (MenuInsertLyXFile):
3699         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3700         * lyxfunc.C (menuNew, open, doImport):
3701           no longer pass a LyXView & to fileDlg.
3702
3703 2003-02-21  Angus Leeming  <leeming@lyx.org>
3704
3705         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
3706         * LyXAction.C: change, BIBKEY to BIBITEM.
3707         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
3708         Change InsetBibKey to InsetBibitem.
3709         Change BIBKEY_CODE to BIBITEM_CODE.
3710         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3711         * factory.C: replace insetbib.h with insetbibitem.h.
3712         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3713         * paragraph.C: replace insetbib.h with insetbibitem.h.
3714         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
3715         Change bibkey() to bibitem().
3716         * text.C: remove insetbib.h.
3717         * text2.C: replace insetbib.h with insetbibitem.h.
3718         change bibkey() to bibitem().
3719         * text3.C: remove insetbib.h.
3720         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
3721
3722 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3723
3724         * lyxrc.C (output): enclose user email in quotes (in case there are
3725         several words)
3726
3727 2003-02-18  John Levon  <levon@movementarian.org>
3728
3729         * buffer.h: add std::
3730
3731 2003-02-17  John Levon  <levon@movementarian.org>
3732
3733         * SpellBase.h:
3734         * ispell.h:
3735         * ispell.C:
3736         * pspell.h:
3737         * pspell.C: reworking. Especially in ispell, a large
3738           number of clean ups and bug fixes.
3739
3740         * lyxfunc.C: fix revert to behave sensibly
3741
3742 2003-02-17 André Pönitz <poenitz@gmx.net>
3743
3744         * LyXAction.C:
3745         * commandtags.h: new LFUN_INSERT_BIBKEY
3746
3747         * layout.h:
3748         * lyxlayout.C:
3749         * buffer.C:
3750         * factory.C:
3751         * text.C:
3752         * text2.C:
3753         * text3.C:
3754         * paragraph.[Ch]:
3755         * paragraph_func.C: remove special bibkey handling
3756
3757 2003-02-17  John Levon  <levon@movementarian.org>
3758
3759         * text.C (Delete): fix case where delete at the end of
3760           the very first paragraph would not merge the pars
3761
3762 2003-02-17  John Levon  <levon@movementarian.org>
3763
3764         * lyxrow.C: fix lastPrintablePos()
3765
3766 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3767
3768         * bufferparams.C (writeLaTeX): add a std:here
3769
3770         * buffer.C: and remove a using directive there
3771
3772 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3773
3774         * buffer.C (makeLaTeXFile): move the code that generates the
3775           preamble...
3776
3777         * bufferparams.C (writeLaTeX): ... in this new method
3778
3779         * LaTeXFeatures.C (getEncodingSet): make const
3780           (getLanguages): make const
3781
3782         * MenuBackend.C (binding): returns the binding associated to this
3783           action
3784           (add): sets the status of each item by calling getStatus. Adds
3785           some intelligence.
3786           (read): add support for OptSubMenu
3787           (expand): remove extra separator at the end of expanded menu
3788
3789 2003-02-15  John Levon  <levon@movementarian.org>
3790
3791         * BufferView.C:
3792         * BufferView_pimpl.C:
3793         * bufferlist.h:
3794         * bufferlist.C: remove pointless BufferStorage bloat. Remove
3795           inset code that had no actual effect. Remove unneeded status
3796           code.
3797
3798 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3799
3800         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
3801           in preamble
3802
3803 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
3804
3805         * text.C (drawLengthMarker): also draw an arrow marker for
3806           symbolic lengths (medskip...)
3807
3808 2003-02-14  John Levon  <levon@movementarian.org>
3809
3810         * tabular.h:
3811         * tabular.C: better method names
3812
3813 2003-02-14  John Levon  <levon@movementarian.org>
3814
3815         * BufferView_pimpl.C:
3816         * bufferlist.C:
3817         * buffer.C:
3818         * converter.C:
3819         * lyx_cb.C:
3820         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
3821           it's a more accurate name. Remove some pointless uses.
3822
3823 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3824
3825         * text2.C (LyXText): change order of initilizers to shut off
3826           warnings
3827
3828 2003-02-14  John Levon  <levon@movementarian.org>
3829
3830         * buffer.C: use ParIterator for getParFromID()
3831
3832         * paragraph.h:
3833         * paragraph.C:
3834         * paragraph_pimpl.h:
3835         * paragraph_pimpl.C: remove unused getParFromID()
3836
3837 2003-02-14  John Levon  <levon@movementarian.org>
3838
3839         * buffer.C: remove some very old #if 0'd parse code
3840
3841 2003-02-13  John Levon  <levon@movementarian.org>
3842
3843         * text.h:
3844         * text.C:
3845         * text2.C: move hfillExpansion(), numberOfSeparators(),
3846           rowLast(), rowLastPrintable(), numberofHfills(),
3847           numberOfLabelHfills() ...
3848
3849         * lyxrow.h:
3850         * lyxrow.C: ... to member functions here.
3851
3852         * paragraph.h:
3853         * paragraph.C:
3854         * lyxtext.h:
3855         * text.C: remove LyXText::beginningOfMainBody(), and call
3856           p->beginningOfMainBody() directly. Move the check for
3857           LABEL_MANUAL into the latter.
3858
3859         * text.h:
3860         * text.C:
3861         * text2.C:
3862         * vspace.C:
3863         * BufferView.h:
3864         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
3865
3866         * text.h:
3867         * text.C:
3868         * text2.C:
3869         * text3.C:
3870         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
3871           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
3872
3873 2003-02-13  John Levon  <levon@movementarian.org>
3874
3875         * CutAndPaste.C: remove debug
3876
3877 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3878
3879         * paragraph.C (asString): remove two unused variables
3880
3881         * lyxtextclass.C (readTitleType):
3882           (Read):
3883           (LyXTextClass): handle new members titletype_ and titlename_
3884
3885         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
3886
3887 2003-02-09  John Levon  <levon@movementarian.org>
3888
3889         * buffer.h:
3890         * buffer.C: replace hand-coded list with a map for the dep clean
3891
3892 2003-02-08  John Levon  <levon@movementarian.org>
3893
3894         * LaTeX.C: consolidate code into showRunMessage() helper
3895
3896 2003-02-08  John Levon  <levon@movementarian.org>
3897
3898         * lyxfind.C:
3899         * lyxtext.h:
3900         * text2.C:
3901         * BufferView.C: change setSelectionOverString() to setSelectionRange()
3902           and pass the size in explicitly
3903
3904         * BufferView_pimpl.h:
3905         * BufferView_pimpl.C:
3906         * BufferView.h:
3907         * BufferView.C: add getCurrentChange()
3908
3909         * BufferView_pimpl.h:
3910         * BufferView_pimpl.C: handle change lfuns
3911
3912         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
3913           for changes. Mark pasted paragraphs as new.
3914
3915         * support/lyxtime.h:
3916         * support/lyxtime.C:
3917         * DepTable.C: abstract time_t as lyx::time_type
3918
3919         * LColor.h:
3920         * LColor.C: add colours for new text, deleted text, changebars
3921
3922         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
3923           package use "usenames" option.
3924
3925         * commandtags.h:
3926         * lyxfunc.C:
3927         * LyXAction.C: add change lfuns
3928
3929         * Makefile.am:
3930         * author.h:
3931         * author.C: author handling
3932
3933         * buffer.h:
3934         * buffer.C: add a per-buffer author list, with first entry as
3935           current author. Handle new .lyx tokens for change tracking. Output
3936           author list to .lyx file. Output dvipost stuff to .tex preamble.
3937           Bump lyx format to 222.
3938
3939         * bufferlist.h:
3940         * bufferlist.C: add setCurrentAuthor() to reset current author details
3941           in all buffers.
3942
3943         * bufferparams.h:
3944         * bufferparams.C: add param for tracking
3945
3946         * bufferview_funcs.C: output change info in minibuffer
3947
3948         * Makefile.am:
3949         * changes.h:
3950         * changes.C: add change-tracking structure
3951
3952         * debug.h:
3953         * debug.C: add CHANGES debug flag
3954
3955         * lyxfind.h:
3956         * lyxfind.C: add code for finding the next change piece
3957
3958         * lyxrc.h:
3959         * lyxrc.C: add user_name and user_email
3960
3961         * lyxrow.h:
3962         * lyxrow.C: add a metric for the top of the text line
3963
3964         * lyxtext.h:
3965         * text.C: implement accept/rejectChange()
3966
3967         * lyxtext.h:
3968         * text.C: paint changebars. Paint new/deleted text in the chosen
3969         colours. Strike through deleted text.
3970
3971         * paragraph.h:
3972         * paragraph.C:
3973         * paragraph_pimpl.h:
3974         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
3975           in the current change to the insert functions. Rework erase to
3976           mark text as deleted, adding an eraseIntern() and a range-based
3977           erase(). Implement per-paragraph change lookup and
3978           accept/reject.
3979
3980         * paragraph_funcs.C: Fixup paste for change tracking.
3981
3982         * tabular.C: mark added row/columns as new.
3983
3984         * text.C: fix rowLast() to never return -1. Don't allow
3985           spellchecking of deleted text. Track transpose changes. Don't
3986           allow paragraph break or merge where appropriate.
3987
3988         * text2.C: leave cursor at end of selection after a cut.
3989
3990 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3991
3992         * text.C (getLengthMarkerHeight):
3993         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
3994         visible on screen too.
3995
3996 2003-02-07  John Levon  <levon@movementarian.org>
3997
3998         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
3999
4000 2003-02-05  Angus Leeming  <leeming@lyx.org>
4001
4002         * lyxserver.C (read_ready): revert my patch of 11 September last year
4003         as it sends PC cpu through the roof. Presumably this means that
4004         the lyxserver will no longer run on an Alpha...
4005
4006 2003-01-30  Angus Leeming  <leeming@lyx.org>
4007
4008         * factory.C (createInset): create an InsetCommandParam of type "index"
4009         and use it to 'do the right thing'.
4010
4011         * text2.C (getStringToIndex): ensure that cursor position is always
4012         reset to the reset_cursor position.
4013
4014 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4015
4016         * lyxfunc.C (getStatus): "buffer-export custom" should never be
4017         disabled.
4018
4019 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4020
4021         * bufferview.C:
4022         * lyxcb.C:
4023         * lyxfunc.C: Output messages with identical spelling, punctuation,
4024         and spaces
4025
4026 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
4027
4028         * MenuBackend.C (expandFormats): List only viewable export formats
4029         in "View" menu
4030
4031         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
4032         message
4033
4034         * lyxfunc.C (getStatus): Make sure that formats other than
4035         "fax" can also be disabled
4036
4037 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4038
4039         * text3.C (dispatch): put the lfuns that insert insets in 3
4040         groups, and call doInsertInset with appropriate arguments.
4041         (doInsertInset): new function, that creates an inset and inserts
4042         it according to some boolean parameters.
4043
4044 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4045
4046         * buffer.C (readFile): remember to pass on 'par' when calling
4047         readFile recursively.
4048
4049 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4050
4051         * MenuBackend.C (expandFormats): add "..." to import formats.
4052
4053 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
4054
4055         * paragraph.C (asString): Remove XForms RTL hacks.
4056
4057 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
4058         * buffer.C: fix typo
4059
4060 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4061
4062         * Makefile.am (LIBS): delete var
4063         (lyx_LDADD): add @LIBS@ here instead.
4064
4065 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
4066
4067         * Clarify the meaning of "wheel mouse jump"
4068
4069 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4070
4071         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
4072         tabular in a float
4073
4074 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4075
4076         * importer.C (Loaders): do not preallocate 3 elements in the
4077         vector, since one ends up with 6 elements otherwise
4078
4079 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4080
4081         * DepTable.C (write): write the file name as last element of the
4082         .dep file (because it may contain spaces)
4083         (read): read info in the right order
4084
4085 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4086
4087         * paragraph_pimpl.C (simpleTeXBlanks):
4088         (simpleTeXSpecialChars):
4089         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
4090
4091         * tabular.C (latex): add some missing case statements. Reindent.
4092
4093         * MenuBackend.C (expandToc): remove unused variable.
4094
4095 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4096
4097         * LColor.C:
4098         * LaTeX.C:
4099         * LyXAction.C:
4100         * MenuBackend.C:
4101         * buffer.C:
4102         * exporter.C:
4103         * lyxfunc.C:
4104         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
4105         and the like.
4106
4107 2003-01-05  John Levon  <levon@movementarian.org>
4108
4109         * BufferView.h:
4110         * BufferView.C: add getEncoding()
4111
4112         * kbsequence.h:
4113         * kbsequence.C: do not store last keypress
4114
4115         * lyxfunc.h:
4116         * lyxfunc.C: store last keypress here instead. Pass encoding
4117           to getISOEncoded()
4118
4119 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4120
4121         * lyx_main.C (init): remove annoying error message when following
4122         symbolic links (bug #780)
4123
4124 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4125
4126         * text.C (insertChar):
4127         * lyxrc.C (getDescription): remove extra spaces
4128
4129 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4130
4131         * lyxrc.C (getDescription): remove extra spaces
4132
4133 2002-12-20  John Levon  <levon@movementarian.org>
4134
4135         * text3.C: hack fix for page up/down across tall rows
4136
4137 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4138
4139         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
4140         not been invoked
4141
4142 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4143
4144         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
4145         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
4146         thesaurus is not compiled in
4147
4148 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4149
4150         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
4151
4152 2002-12-16  Angus Leeming  <leeming@lyx.org>
4153
4154         * lyxrc.[Ch]:
4155         * lyx_main.C (init): remove override_x_deadkeys stuff.
4156
4157 2002-12-12  John Levon  <levon@movementarian.org>
4158
4159         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
4160           insert. Only remove shift modifier under strict
4161           circumstances.
4162
4163 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
4164
4165         * MenuBackend.C (expandToc): fix crash.
4166
4167 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4168
4169         * MenuBackend.C (expandToc): gettext on float names.
4170
4171 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4172
4173         * lyxlength.[Ch]: set default unit to UNIT_NONE,
4174         implement bool empty() [bug 490]
4175
4176 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4177
4178         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
4179
4180 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4181
4182         * several files: ws changes
4183
4184 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4185
4186         * text2.C (setCounter): clean up a bit, use boost.format.
4187         (updateCounters): initialize par upon declaration.
4188
4189         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
4190         if the layout exists. We do not just store the layout any more.
4191         (SwitchLayoutsBetweenClasses): use boost.format
4192
4193 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4194
4195         * converter.C (convert): if from and to files are the same, use a
4196         temporary files as intermediary
4197
4198 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4199
4200         * commandtags.h:
4201         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
4202
4203 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
4204
4205         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
4206
4207 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4208
4209         * tabular.C (asciiPrintCell): use string(size, char) instead of
4210         explicit loop.
4211
4212         * sgml.C (openTag): fix order of arguments to string constructor
4213         (closeTag): ditto
4214
4215         * lyxfunc.C (dispatch): use boost.format
4216
4217         * lots of files: change "c" -> 'c'
4218
4219 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
4220
4221         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
4222
4223 2002-11-25  Angus Leeming  <leeming@lyx.org>
4224
4225         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
4226
4227         * lyx_main.C (init): compile fix.
4228
4229 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4230
4231         * lyx_cb.C (start): boost.formatify
4232         do not include <iostream>
4233
4234         * lengthcommon.C: ws only
4235
4236         * boost-inst.C,BoostFormat.h: add more explict instantations
4237
4238 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4239
4240         * lots of files: handle USE_BOOST_FORMAT
4241
4242 2002-11-21  John Levon  <levon@movementarian.org>
4243
4244         * pspell.C: fix compile
4245
4246 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4247
4248         * lyxfunc.C (dispatch): use boost::format
4249         (open): ditto
4250         (doImport): ditto
4251
4252         * lyxfont.C (stateText): use boost::format
4253
4254         * lyx_main.C (LyX): use boost::format
4255         (init): ditto
4256         (queryUserLyXDir): ditto
4257         (readRcFile): ditto
4258         (parse_dbg): ditto
4259         (typedef boost::function): use the recommened syntax.
4260
4261         * importer.C (Import): use boost::format
4262
4263         * debug.C (showLevel): use boost::format
4264
4265         * converter.C (view): use boost::format
4266         (convert): ditto
4267         (move): ditto
4268         (scanLog): ditto
4269
4270         * bufferview_funcs.C (currentState): use boost::format
4271
4272         * bufferlist.C (emergencyWrite): use boost::format
4273
4274         * buffer.C (readLyXformat2): use boost::format
4275         (parseSingleLyXformat2Token): ditto
4276
4277         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
4278
4279         * LaTeX.C (run): use boost::format
4280
4281         * Chktex.C (scanLogFile): use boost::format
4282
4283         * BufferView_pimpl.C (savePosition): use boost::format
4284         (restorePosition): ditto
4285         (MenuInsertLyXFile): ditto
4286
4287         * BoostFormat.h: help file for explicit instation.
4288
4289 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4290
4291         * tabular.C (latex): Support for block alignment in fixed width
4292         columns.
4293
4294 2002-11-17  John Levon  <levon@movementarian.org>
4295
4296         * BufferView_pimpl.C:
4297         * lyx_cb.C:
4298         * lyxfunc.C: split filedialog into open/save
4299
4300 2002-11-08  Juergen Vigna  <jug@sad.it>
4301
4302         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
4303         by my last patch (hopefully).
4304
4305 2002-11-08  John Levon  <levon@movementarian.org>
4306
4307         * iterators.h:
4308         * iterators.C:
4309         * buffer.h:
4310         * buffer.C:
4311         * paragraph.h:
4312         * paragraph.C:
4313         * toc.h:
4314         * toc.C: ParConstIterator, and use it (from Lars)
4315
4316 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
4317
4318         * lyxtextclass.[Ch]: revise and add doxygen comments
4319
4320 2002-11-07  John Levon  <levon@movementarian.org>
4321
4322         * text.C: fix progress value for spellchecker
4323
4324         * toc.C: fix navigate menu for insetwrap inside minipage
4325
4326         * paragraph_funcs.C: added FIXME for suspect code
4327
4328 2002-11-07  John Levon  <levon@movementarian.org>
4329
4330         * BufferView_pimpl.C: fix redrawing of insets
4331           on buffer switch
4332
4333 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4334
4335         * text2.C (updateCounters): fix bug 668
4336
4337 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
4338
4339         * text3.C (dispatch): Do not make the buffer dirty when moving the
4340         cursor.
4341
4342 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4343
4344         * vc-backend.C: STRCONV
4345         (scanMaster): ditto
4346
4347         * text2.C (setCounter): STRCONV
4348
4349         * paragraph.C (asString): STRCONV
4350
4351         * lyxlength.C (asString): STRCONV
4352         (asLatexString): ditto
4353
4354         * lyxgluelength.C (asString): STRCONV
4355         (asLatexString): ditto
4356
4357         * lyxfunc.C (dispatch): STRCONV
4358         (open): ditto
4359
4360         * lyxfont.C (stateText): STRCONV
4361
4362         * importer.C (Import): STRCONV
4363
4364         * counters.C (labelItem): STRCONV
4365         (numberLabel): ditto
4366         (numberLabel): remove unused ostringstream o
4367
4368         * chset.C: STRCONV
4369         (loadFile): ditto
4370
4371         * bufferview_funcs.C (currentState): STRCONV
4372
4373         * buffer.C (readFile): STRCONV
4374         (asciiParagraph): ditto
4375         (makeLaTeXFile): ditto
4376
4377         * Spacing.C (writeEnvirBegin): STRCONV
4378
4379         * LaTeXFeatures.C (getLanguages): STRCONV
4380         (getPackages): ditto
4381         (getMacros): ditto
4382         (getBabelOptions): ditto
4383         (getTClassPreamble): ditto
4384         (getLyXSGMLEntities): ditto
4385         (getIncludedFiles): ditto
4386
4387         * LaTeX.C: STRCONV
4388         (run): ditto
4389         (scanAuxFile): ditto
4390         (deplog): ditto
4391
4392         * LString.h: add the STRCONV macros
4393
4394         * BufferView_pimpl.C (savePosition): STRCONV
4395         (restorePosition): ditto
4396         (MenuInsertLyXFile): ditto
4397
4398         * vc-backend.C (scanMaster): change from submatch[...] to
4399         submatch.str(...)
4400
4401         * funcrequest.C: include config.h
4402
4403         * factory.C: include config.h
4404
4405         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
4406
4407         * box.C: include config.h
4408
4409         * LaTeX.C (scanAuxFile): change from submatch[...] to
4410         submatch.str(...)
4411         (deplog): ditto
4412
4413 2002-10-25  Angus Leeming  <leeming@lyx.org>
4414
4415         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
4416
4417         * ispell.[Ch] (setError): new method.
4418         * ispell.C (c-tor): move out child process into new class LaunchIspell.
4419         Use setError() insetead of goto END.
4420
4421         * lyx_cb.C (AutoSave): move out child process into new class
4422         AutoSaveBuffer.
4423
4424 2002-10-30  John Levon  <levon@movementarian.org>
4425
4426         * text3.C: make start appendix undoable
4427
4428 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
4429
4430         * lyxlength.C (inPixels): Fix returned value.
4431
4432         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
4433         environment.
4434
4435 2002-10-24  Angus Leeming  <leeming@lyx.org>
4436
4437         * lyxgluelength.h: no need to forward declare BufferParams
4438         or BufferView, so don't.
4439
4440 2002-10-21  John Levon  <levon@movementarian.org>
4441
4442         * BufferView.C: menuUndo ->undo, redo
4443
4444         * BufferView.h: document, remove dead, make some methods private
4445
4446         * paragraph_funcs.h:
4447         * paragraph_funcs.C:
4448         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
4449
4450         * buffer.h:
4451         * buffer.C:
4452         * sgml.h:
4453         * sgml.C: move sgml open/close tag into sgml.C
4454
4455         * bufferview_funcs.h: unused prototype
4456
4457         * lyxfunc.h:
4458         * lyxfunc.C: remove unused
4459
4460         * lyxtext.h:
4461         * text.C: remove unused
4462
4463 2002-10-21  John Levon  <levon@movementarian.org>
4464
4465         * BufferView.h:
4466         * BufferView.C:
4467         * BufferView_pimpl.h:
4468         * BufferView_pimpl.C: fix mouse wheel handling based on
4469           patch from Darren Freeman
4470
4471 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
4472
4473         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
4474
4475 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
4476
4477         * lyxlength.C (inPixels): Fix hanfling of negative length.
4478         Fix LyXLength::MU case.
4479
4480 2002-10-16  John Levon  <levon@movementarian.org>
4481
4482         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
4483
4484 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4485
4486         * converter.C (view): add support for $$i (file name) and $$p
4487         (file path) for the viewer command. If $$i is not specified, then
4488         it is appended to the command (for compatibility with old syntax)
4489
4490 2002-10-14  Juergen Vigna  <jug@sad.it>
4491
4492         * undo_funcs.C (textHandleUndo): alter the order in which the
4493         new undopar is added to the LyXText, as we have to set first
4494         the right prev/next and then add it as otherwise the rebuild of
4495         LyXText is not correct. Also reset the cursor to the right paragraph,
4496         with this IMO we could remove the hack in "redoParagraphs()".
4497
4498 2002-10-09  Angus Leeming  <leeming@lyx.org>
4499
4500         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
4501         to turn off an optimisation if a new inset is to be inserted.
4502
4503 2002-10-11 André Pönitz <poenitz@gmx.net>
4504
4505         * lyxtext.h: make some functions public to allow access
4506         from inset/lyxtext for handling LFUN_PRIOR/NEXT
4507
4508 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4509
4510         * text3.C (dispatch): when changing layout, avoid an infinite loop
4511         [bug #652]
4512
4513 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4514
4515         * lyxrc.C (read): treat a viewer or converter command of "none" as
4516         if it were empty.
4517
4518         * MenuBackend.C (expandFormats): for an update, also allow the
4519         formats that are not viewable
4520
4521         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
4522         script if it is newer than the lyxrc.defaults in user directory
4523
4524 2002-10-07 André Pönitz <poenitz@gmx.net>
4525
4526         * text.C: Vitaly Lipatov's small i18n fix
4527
4528 2002-09-25  Angus Leeming  <leeming@lyx.org>
4529
4530         * ispell.h: doxygen fix.
4531
4532 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
4533
4534         * buffer.h (readFile): Add a new argument to the method, to allow
4535         reading of old-format templates.
4536
4537 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
4538
4539         * toc.C (getTocList): Get TOC from InsetWrap.
4540
4541 2002-09-16  John Levon  <levon@movementarian.org>
4542
4543         * lyxfunc.C: check tabular for cut/copy too
4544
4545 2002-09-12  John Levon  <levon@movementarian.org>
4546
4547         * LyXAction.C: tidy
4548
4549         * factory.h:
4550         * factory.C: add header
4551
4552         * paragraph_funcs.h:
4553         * paragraph_funcs.C: cleanup
4554
4555 2002-09-11  John Levon  <levon@movementarian.org>
4556
4557         * PrinterParams.h: odd/even default to true
4558
4559 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
4560
4561         * PrinterParams.h: update printer parameters for new xforms dialog
4562
4563 2002-09-11  Angus Leeming  <leeming@lyx.org>
4564
4565         * lyxserver.C (read_ready): re-write to make it more transparent
4566         and to make it work in coherent fashion under Tru64 Unix.
4567
4568 2002-09-11  André Pönitz <poenitz@gmx.net>
4569
4570         * commandtags.h:
4571         * LyXAction.C:
4572         * text3.C: implement LFUN_WORDSEL
4573
4574 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4575
4576         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
4577         make floatlist_ a boost::shared_ptr<FloatList>
4578
4579         * lyxtextclass.C: include FloatList.h
4580         (LyXTextClass): initialize floatlist_
4581         (TextClassTags): add TC_NOFLOAT
4582         (Read): match "nofloat" to TC_NOFLOAT and use it.
4583         (readFloat): modify call to floatlist_
4584         (floats): ditto
4585         (floats): ditto
4586
4587         * FloatList.[Ch] (FloatList): remove commented out float
4588         initialization.
4589         (erase): new function
4590
4591 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4592
4593         * MenuBackend.C (expandToc): fix crash when there is no document
4594         open
4595
4596 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
4597
4598         * many files: Add insetwrap.
4599
4600 2002-09-09  John Levon  <levon@movementarian.org>
4601
4602         * text2.C: remove confusing and awkward depth wraparound
4603
4604 2002-09-09  John Levon  <levon@movementarian.org>
4605
4606         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
4607
4608         * buffer.h:
4609         * buffer.C: remove getIncludeonlyList()
4610
4611         * paragraph.C:
4612         * lyxfunc.C: remove headers
4613
4614 2002-09-09  Juergen Vigna  <jug@sad.it>
4615
4616         * text.C (getColumnNearX): fix form Michael this is most
4617         probably a cut&paste bug.
4618
4619 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4620
4621         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
4622
4623         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
4624         references, ws changes.
4625
4626         * text2.C (init): update counters after init
4627         (insertParagraph): no need to set counter on idividual paragraphs.
4628         (setCounter): access the counters object in the textclass object
4629         on in the buffer object.
4630         (updateCounters): ditto
4631
4632         * lyxtextclass.C: include counters.h, add variable ctrs_ as
4633         shared_ptr<Counters> to avoid loading counters.h in all
4634         compilation units.
4635         (LyXTextClass): initialize ctrs_
4636         (TextClassTags): add TC_COUNTER, and ...
4637         (Read): use it here.
4638         (CounterTags): new tags
4639         (readCounter): new function
4640         (counters): new funtion
4641         (defaultLayoutName): return a const reference
4642
4643         * counters.C (Counters): remove contructor
4644         (newCounter): remove a couple of unneeded statements.
4645         (newCounter): simplify a bit.
4646         (numberLabel): some small formatting changes.
4647
4648         * buffer.[Ch]: remove all traces of counters, move the Counters
4649         object to the LyXTextClass.
4650
4651 2002-09-06  Alain Castera  <castera@in2p3.fr>
4652
4653         * tabular.C: uses \tabularnewline; uses >{...} construct from array
4654         package to set the horizontal alignment on fixed width columns.
4655
4656         * lyx_sty.C:
4657         * lyx_sty.h: added tabularnewline macro def.
4658
4659         * LaTeXFeatures.C: added NeedTabularnewline macro feature
4660
4661 2002-09-06  John Levon  <levon@movementarian.org>
4662
4663         * LyXAction.C: tooltips for sub/superscript
4664
4665         * MenuBackend.C: a bit more verbose
4666
4667         * lyxfunc.C: tiny clean
4668
4669         * undo_funcs.C: document undo_frozen
4670
4671 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4672
4673         * counters.C (Counters): add missing algorithm counter.
4674
4675         * text2.C (setCounter): lookup the counter with layouts latexname
4676         instead of by section number.
4677         (setCounter): use a hackish way to lookup the correct enum
4678         counter.
4679         a float name->type change
4680         reset enum couners with counter name directly instead of depth value.
4681
4682         * counters.C (Counters): remove the push_backs, change to use the
4683         float type not the float name.
4684         (labelItem): remove unused string, float name->type change
4685
4686         * counters.h: don't include vector, loose the enums and sects vectors
4687
4688 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4689
4690         * lyxtextclass.C (TextClassTags): add TC_FLOAT
4691         (Read): add float->TC_FLOAT to textclassTags
4692         (Read): and handle it in the switch
4693         (readFloat): new function
4694
4695         * FloatList.C (FloatList): comment out the hardcoded float
4696         definitions.
4697
4698         * lyxlayout.h: ws change.
4699
4700 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
4701
4702         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
4703
4704 2002-09-03  Angus Leeming  <leeming@lyx.org>
4705
4706         * BufferView_pimpl.h: qualified name is not allowed in member
4707         declaration: WorkArea & Pimpl::workarea() const;
4708
4709         * factory.C: added using std::endl directive.
4710
4711         * text3.C: added using std::find and std::vector directives.
4712
4713 2002-08-29  André Pönitz <poenitz@gmx.net>
4714
4715         * lyxtext.h:
4716         * text2.C: remove unused member number_of_rows
4717
4718         * Makefile.am:
4719         * BufferView2.C: remove file, move contents to...
4720         * BufferView.C: ... here
4721
4722         * BufferView_pimpl.C:
4723         * factory.C: move more inset creation to factory
4724
4725         * vspace.C: avoid direct usage of LyXText, ws changes
4726
4727         * BufferView.[Ch]:
4728                 don't provide direct access to WorkArea, use two simple
4729                 acessors haveSelction() and workHeight() instead
4730
4731
4732 2002-08-29  John Levon  <levon@movementarian.org>
4733
4734         * BufferView_pimpl.C (dispatch): do not continue when
4735           no buffer
4736
4737 2002-08-28  André Pönitz <poenitz@gmx.net>
4738
4739         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
4740
4741         * BufferView.h:
4742         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
4743
4744 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
4745
4746         * buffer.C: increment LYX_FORMAT to 221
4747
4748         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
4749         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
4750
4751         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
4752
4753         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
4754
4755 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4756
4757         * factory.C (createInset): use LyXTextClass::floats
4758
4759         * MenuBackend.C (expandFloatListInsert):
4760         (expandFloatInsert):
4761         (expandToc):
4762
4763         * text2.C (setCounter):
4764
4765         * LaTeXFeatures.C (useFloat):
4766         (getFloatDefinitions):
4767
4768         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
4769
4770         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
4771         floatlist_, with accessor floats().
4772
4773         * FloatList.h: remove global FloatList
4774
4775 2002-08-26  André Pönitz <poenitz@gmx.net>
4776
4777         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
4778
4779         * BufferView.h:
4780         * BufferView2.C:
4781         * BufferView_pimpl.C:
4782         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
4783
4784 2002-08-25  John Levon  <levon@movementarian.org>
4785
4786         * LyXAction.C: fix margin note description
4787
4788 2002-08-24  John Levon  <levon@movementarian.org>
4789
4790         * buffer.C:
4791         * bufferlist.C:
4792         * bufferview_funcs.C:
4793         * lyxfont.C:
4794         * undo_funcs.C: cleanups
4795
4796         * lyxfunc.C: disable CUT/COPY when no selection
4797
4798 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
4799
4800         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
4801         in "enum UNIT"; e.g. PTW for Percent of TextWidth
4802
4803         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
4804         Add backward compatibility to "mono", "gray" and "no".
4805
4806 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
4807
4808         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
4809         (and file_format >= 200).
4810
4811 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4812
4813         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
4814
4815 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4816
4817         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
4818
4819 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
4820
4821         * BufferView_pimpl.C:
4822         * LyXAction.C:
4823         * buffer.C:
4824         * commandtags.h:
4825         * lyxfunc.C:
4826         * paragraph.[Ch]:
4827         * text2.C:
4828         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
4829         inset and code to make it  work with the paragraph code. The inset
4830         can be anywhere in the paragraph, but will only do the expected
4831         thing in LaTeX if the layout file contains the parameter line
4832                         OptionalArgs    1
4833         (or more generally, a nonzero value) for that layout.
4834
4835 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4836
4837         * paragraph.h: remove the declaration of undefined counters class
4838         function.
4839
4840 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
4841
4842         * text2.C (setCounter):  fixed enumeration mis-count as reported by
4843         Dr. Richard Hawkins.
4844
4845 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4846
4847         * paragraph_funcs.h: remove some unneeded includes
4848
4849         * text.C (backspace): pasteParagraph now in global scipe
4850
4851         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
4852         (pasteSelection): ditto
4853
4854         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
4855         * paragraph_funcs.C (pasteParagraph): ... here
4856
4857 2002-08-20  André Pönitz <poenitz@gmx.net>
4858
4859         * commandtags.h: new LFUNs for swapping/copying table row/colums
4860
4861         * LyXAction.C:
4862         * lyxfunc.C: support for new lfuns
4863
4864 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4865
4866         * tabular.C:
4867         * buffer.[Ch]: remove NO_COMPABILITY stuff
4868
4869 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
4870
4871         * boost.C (throw_exception): new file, with helper function for
4872         boost compiled without exceptions.
4873
4874         * paragraph.h:
4875         * lyxlength.C:
4876         * buffer.C:
4877         * ParameterStruct.h:
4878         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
4879
4880         * bufferlist.C (emergencyWriteAll): use boost bind
4881
4882         * BufferView_pimpl.C (moveCursorUpdate): remove inline
4883
4884         * text.C: include paragraph_funcs.h
4885         (breakParagraph): breakParagraph is now in global scope
4886
4887         * paragraph_funcs.[Ch]: new files
4888
4889         * paragraph.C (breakParagraph,breakParagraphConservative): move to
4890         global scope
4891
4892         * buffer.C: include paragraph_funcs.h
4893         (insertStringAsLines): breakParagraph is now in global scope
4894
4895         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
4896         paragraph_funcs.C
4897
4898         * CutAndPaste.C: include paragraph_funcs.h
4899         (cutSelection): breakParagraphConservative is now in global scope
4900         (pasteSelection): ditto
4901
4902         * buffer.h: declare oprator== and operator!= for
4903         Buffer::inset_iterator
4904
4905         * bufferlist.C (emergencyWrite): don't use fmt(...)
4906
4907         * text3.C: add using std::endl
4908
4909         * BufferView.C (moveCursorUpdate): remove default arg
4910
4911 2002-08-20  André Pönitz <poenitz@gmx.net>
4912
4913         * buffer.[Ch]: move inline functions to .C
4914
4915         * BufferView2.C:
4916         * BufferView_pimpl.C:
4917         * text.C:
4918         * buffer.[Ch]: use improved inset_iterator
4919
4920         * buffer.C:
4921         * paragraph.[Ch]: write one paragraph at a time
4922
4923 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
4924
4925         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
4926         style if style is not specified.
4927
4928 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4929
4930         * text2.C (setCounter): when searching for right label for a
4931         caption, make sure to recurse to parent insets (so that a caption
4932         in a minipage in a figure float works) (bug #568)
4933
4934 2002-08-20  André Pönitz <poenitz@gmx.net>
4935
4936         * text3.C: new file for LyXText::dispatch() and helpers
4937
4938         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
4939
4940         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
4941
4942 2002-08-19  André Pönitz <poenitz@gmx.net>
4943
4944         * lyxtext.h:
4945         * text.C: new LyXText::dispatch()
4946
4947         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
4948
4949 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
4950
4951         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
4952
4953         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
4954         Hebrew text.
4955
4956 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4957
4958         * Makefile.am: use $(variables) instead of @substitutions@
4959
4960 2002-08-15  André Pönitz <poenitz@gmx.net>
4961
4962         * lyxfunc.C:
4963         * BufferView_pimpl.C: streamlining mathed <-> outer world
4964         interaction
4965
4966         * commandtags.h:
4967         * LyXAction.C: remove unused LFUN_MATH
4968
4969 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4970
4971         * paragraph.[Ch]: add some NO_NEXT ifdefs.
4972
4973 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4974
4975         * paragraph.C (Paragraph): reformat a bit
4976         (cutIntoMinibuffer): use builtin InsetList function instad of
4977         doing it manually.
4978         (getInset): ditto
4979
4980         * buffer.C: include boost/bind.hpp, add using std::for_each
4981         (writeFileAscii): use ParagraphList iterators
4982         (validate): use for_each for validate traversal of paragraphs
4983         (getBibkeyList): use ParagraphList iterators
4984         (resizeInsets): use for_each to resizeInsetsLyXText for all
4985         paragraphs.
4986         (getParFromID): use ParagraphList iterators
4987
4988         * BufferView2.C (lockInset): use paragraph list and iterators
4989
4990 2002-08-14  John Levon  <levon@movementarian.org>
4991
4992         * lyxserver.C: remove spurious xforms include
4993
4994 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4995
4996         * lyxfunc.C (getStatus): disable math-extern outside of math mode
4997
4998 2002-08-13  André Pönitz <poenitz@gmx.net>
4999
5000         * LyXAction.[Ch]:
5001         * lyxfunc.C: further cleaning
5002
5003 2002-08-13  André Pönitz <poenitz@gmx.net>
5004
5005         * funcrequest.h: new constructor
5006
5007         * funcrequest.C: move stuff here from .h
5008
5009         * Makefile.am:
5010         * BufferView_pimpl.C:
5011         * LyXAction.C:
5012         * toc.C:
5013         * lyxfunc.C: subsequent changes
5014
5015         * lyxfunc.h: new view() member function
5016
5017         * lyxfunc.C: subsequent changes
5018
5019 2002-08-13  Angus Leeming  <leeming@lyx.org>
5020
5021         * BufferView2.C:
5022         * BufferView_pimpl.C:
5023         * buffer.C:
5024         * converter.C:
5025         * importer.C:
5026         * lyxfunc.C:
5027         * lyxvc.C:
5028         * toc.C:
5029         * vc-backend.C:
5030         changes due to the changed LyXView interface that now returns references
5031         to member variables not pointers.
5032
5033 2002-08-13  Angus Leeming  <leeming@lyx.org>
5034
5035         * WordLangTuple (word, lang_code): return references to strings,
5036         not strings.
5037
5038         * BufferView.h:
5039         * SpellBase.h:
5040         * lyxtext.h: forward-declare WordLangTuple.
5041
5042         * BufferView2.C:
5043         * ispell.C:
5044         * pspell.C:
5045         * text.C: #include "WordLangTuple.h".
5046
5047         * lyxtext.h:
5048         * text.C: (selectNextWordToSpellcheck): constify return type.
5049
5050 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
5051
5052         * buffer.C:
5053         * buffer.h:
5054         * lyxtext.h:
5055         * paragraph.C:
5056         * paragraph_pimpl.h:
5057         * text.C:
5058         * text2.C:
5059         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
5060         suggested by Angus.
5061         Made updateCounter always count from start of buffer, and removed
5062         second argument (par).
5063         Reverted floats number display to '#'. Perhaps I'll try again when the
5064         code base is sanitized a bit.
5065
5066 2002-08-12  Angus Leeming  <leeming@lyx.org>
5067
5068         * buffer.[Ch] (getLabelList): constify.
5069
5070 2002-08-07  André Pönitz <poenitz@gmx.net>
5071
5072         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
5073
5074         * funcrequest.h: extension to keep mouse (x,y) position
5075
5076 2002-08-12  Juergen Vigna  <jug@sad.it>
5077
5078         * BufferView2.C (insertErrors): forbid undo when inserting error
5079         insets.
5080
5081         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
5082
5083 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5084
5085         * ParagraphList.[Ch]: new files
5086
5087         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
5088
5089         * BufferView2.C (lockInset): ParagraphList changes
5090         * toc.C: ditto
5091         * text2.C: ditto
5092         * bufferlist.C: ditto
5093         * buffer.h: ditto
5094         * buffer.C: ditto
5095
5096 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5097
5098         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
5099         unused class variable counter_,
5100
5101         * paragraph.[Ch] (getFirstCounter): delete unused function
5102
5103         * counters.C: include LAssert.h
5104         (reset): add a new function with no arg, change other version to
5105         not have def. arg and to not allow empty arg.
5106
5107         * text2.C (setCounter): remove empty arg from call to Counters::reset
5108
5109 2002-08-11  John Levon  <levon@movementarian.org>
5110
5111         * Makefile.am: add WordLangTuple.h
5112
5113 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5114
5115         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
5116         lyxfunc.C lyxlex_pimpl.C: ws changes only.
5117
5118         * insets/insettext.C: InsetList changes
5119
5120         * graphics/GraphicsSupport.C (operator()): InsetList changes
5121
5122         * toc.C (getTocList): InsetList changes
5123
5124         * paragraph_pimpl.[Ch]: InsetList changes
5125
5126         * paragraph.[Ch]: InsetList changes
5127
5128         * buffer.C (inset_iterator): InsetList changes
5129         (setParagraph): ditto
5130         * buffer.h (inset_iterator): ditto
5131         * iterators.C (operator++): ditto
5132         * iterators.h: ditto
5133
5134         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
5135
5136         * InsetList.[Ch]: new files, most InsetList handling moved out of
5137         paragraph.C.
5138
5139         * BufferView2.C (removeAutoInsets): InsetList changes
5140         (lockInset): ditto
5141         (ChangeInsets): ditto
5142
5143 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
5144
5145         * paragraph_pimpl.h (empty): new function
5146
5147         * paragraph.[Ch] (empty): new function
5148
5149         * other files: use the new Paragraph::empty function
5150
5151 2002-08-09  John Levon  <levon@movementarian.org>
5152
5153         * lyxtext.h: remove unused refresh_height
5154
5155 2002-08-09  John Levon  <levon@movementarian.org>
5156
5157         * Makefile.am:
5158         * sgml.h:
5159         * sgml.C:
5160         * buffer.C:
5161         * paragraph.h:
5162         * paragraph.C: move sgml char escaping out of paragraph
5163
5164         * paragraph.h:
5165         * paragraph.C: remove id setter
5166
5167         * buffer.C:
5168         * paragraph.C:
5169         * paragraph_pimpl.C: remove dead tex_code_break_column
5170
5171         * bufferview_funcs.C: small cleanup
5172
5173         * lyxfunc.C: remove dead proto
5174
5175         * lyxtext.h: make some stuff private. Remove some dead stuff.
5176
5177         * lyxgluelength.C: make as[LyX]String() readable
5178
5179 2002-08-08  John Levon  <levon@movementarian.org>
5180
5181         * LyXAction.h:
5182         * LyXAction.C:
5183         * MenuBackend.C:
5184         * ToolbarDefaults.C:
5185         * lyxfunc.C:
5186         * lyxrc.C:
5187         * toc.C: lyxaction cleanup
5188
5189 2002-08-08  John Levon  <levon@movementarian.org>
5190
5191         * BufferView2.C: small cleanup
5192
5193         * lyxfind.h:
5194         * lyxfind.C: move unnecessary header into the .C
5195
5196 2002-08-08  John Levon  <levon@movementarian.org>
5197
5198         * funcrequest.h: just tedious nonsense
5199
5200         * lyx_main.h:
5201         * lyx_main.C: cleanups
5202
5203         * buffer.C:
5204         * vspace.C: remove dead header lyx_main.h
5205
5206 2002-08-07  Angus Leeming  <leeming@lyx.org>
5207
5208         * Paragraph.[Ch]:
5209         * paragraph_pimpl.h:
5210         Forward declare class Counters in paragraph.h by moving the ctrs member
5211         variable into Paragraph::Pimpl.
5212         (counters): new method, returning a reference to pimpl_->ctrs.
5213
5214         * text2.C: ensuing changes.
5215
5216 2002-08-07  John Levon  <levon@movementarian.org>
5217
5218         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
5219
5220         * BufferView_pimpl.C: announce X selection on double/triple
5221           click
5222
5223         * lyx_main.C: use correct bool in batch dispatch
5224
5225         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
5226
5227 2002-08-07  André Pönitz <poenitz@gmx.net>
5228
5229         * funcrequest.h: new class to wrap a kb_action and its argument
5230
5231         * BufferView.[Ch]:
5232         * BufferView_pimpl[Ch]:
5233         * LaTeX.C:
5234         * LyXAction.[Ch]:
5235         * lyxfunc.[Ch]:
5236         * lyxrc.C: subsequent changes
5237
5238
5239 2002-08-07  John Levon  <levon@movementarian.org>
5240
5241         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
5242           document options change.
5243
5244 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
5245
5246         * counters.[Ch]
5247         * text2.C
5248         * paragraph.[Ch]
5249         * makefile.am: move counters functionality over from
5250         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
5251
5252 2002-08-06  John Levon  <levon@movementarian.org>
5253
5254         * WordLangTuple.h: new file for word + language code tuple
5255
5256         * SpellBase.h:
5257         * pspell.h:
5258         * pspell.C:
5259         * ispell.h:
5260         * ispell.C:
5261         * lyxtext.h:
5262         * text.C:
5263         * text2.C:
5264         * BufferView.h:
5265         * BufferView2.C: use WordLangTuple
5266
5267         * layout.h:
5268         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
5269
5270 2002-08-06  John Levon  <levon@movementarian.org>
5271
5272         * lyx_main.C: fix cmdline batch handling
5273
5274 2002-08-06  André Pönitz <poenitz@gmx.net>
5275
5276         * lyxrc.C: set default for show_banner to true
5277
5278 2002-08-06  John Levon  <levon@movementarian.org>
5279
5280         * pspell.C: fix a crash, and allow new aspell to work
5281
5282 2002-08-06  John Levon  <levon@movementarian.org>
5283
5284         * lyxfunc.C:
5285         * kbmap.C: small cleanup
5286
5287         * vspace.h:
5288         * vspace.C: add const
5289
5290 2002-08-05  John Levon  <levon@movementarian.org>
5291
5292         * LyXAction.C: back to tabular-insert
5293
5294 2002-08-04  John Levon  <levon@movementarian.org>
5295
5296         * BufferView.h:
5297         * BufferView.C: cosmetic change
5298
5299         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
5300
5301         * bufferlist.C:
5302         * buffer.h:
5303         * buffer.C:
5304         * lyxcb.h:
5305         * lyxcb.C:
5306         * lyxserver.C:
5307         * lyxvc.C:
5308         * vc-backend.C:
5309         * BufferView2.C: purge all "Lyx" not "LyX" strings
5310
5311         * lyxcursor.h:
5312         * lyxcursor.C: attempt to add some documentation
5313
5314         * lyxfunc.C:
5315         * commandtags.h:
5316         * LyXAction.C:
5317         * ToolbarDefaults.C:
5318         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
5319           merge with LFUN_TABULAR_INSERT
5320
5321         * Makefile.am:
5322         * SpellBase.h:
5323         * ispell.h:
5324         * ispell.C:
5325         * pspell.h:
5326         * pspell.C: split up i/pspell implementations into separate
5327           files, many cleanups
5328
5329         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
5330
5331         * text2.C: some cleanup
5332
5333         * lyxfunc.C: don't check for isp_command == "none" any more, it
5334           didn't make any sense
5335
5336 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
5337
5338         * counters.[Ch]
5339         * text2.C
5340         * paragraph.[Ch]
5341         * makefile.am: move counters functionality over
5342         from text2.C/paragraph.[Ch] to counters.[Ch], and
5343         make proper C++.
5344 2002-08-02  John Levon  <levon@movementarian.org>
5345
5346         * buffer.C: s/lyxconvert/lyx2lyx/
5347
5348 2002-08-02  Angus Leeming  <leeming@lyx.org>
5349
5350         * lyxlex.C: revert John's change as it breaks reading of the user
5351         preamble.
5352
5353 2002-08-02  Angus Leeming  <leeming@lyx.org>
5354
5355         * importer.C (Import):
5356         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
5357         changes due to LyXView::view() now returning a boost::shared_ptr.
5358
5359 2002-08-02  John Levon  <levon@movementarian.org>
5360
5361         * lyxlex.C: small cleanup
5362
5363 2002-08-02  John Levon  <levon@movementarian.org>
5364
5365         * text2.C (status): small cleanup, no logic change
5366
5367 2002-08-01  John Levon  <levon@movementarian.org>
5368
5369         * buffer.h:
5370         * buffer.C (writeFile): don't output alerts, caller
5371           handles this
5372
5373         * bufferlist.C:
5374         * lyx_cb.C: from above
5375
5376         * lyxfunc.C: allow to open non-existent files
5377
5378 2002-07-31  John Levon  <levon@movementarian.org>
5379
5380         * lyxserver.C: don't let incidental errors get
5381           in the way (errno)
5382
5383 2002-07-30  John Levon  <levon@movementarian.org>
5384
5385         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
5386
5387 2002-07-30  John Levon  <levon@movementarian.org>
5388
5389         * lyxserver.h:
5390         * lyxserver.C: remove I/O callback too
5391
5392 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5393
5394         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
5395         log.
5396
5397 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5398
5399         * many files: strip,frontStrip -> trim,ltrim,rtrim
5400
5401 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5402
5403         * PrinterParams.h: remove extern containsOnly, and include
5404         support/lstrings.h instead.
5405
5406         * LaTeX.C (scanAuxFile): modify because of strip changes
5407         (deplog): ditto
5408         * buffer.C (makeLaTeXFile): ditto
5409         * bufferparams.C (writeFile): ditt
5410         * lyxfont.C (stateText): ditto
5411         * lyxserver.C (read_ready): ditto
5412         * vc-backend.C (scanMaster): ditto
5413
5414         * BufferView_pimpl.h: ws changes
5415
5416         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
5417
5418 2002-07-26  André Pönitz <poenitz@gmx.net>
5419
5420         * kb_sequence.C: remove unnedred usings
5421
5422 2002-07-26  Juergen Vigna  <jug@sad.it>
5423
5424         * lyxfind.C (LyXReplace): we have to check better if the returned
5425         text is not of theLockingInset()->getLockingInset().
5426
5427 2002-07-25  Juergen Vigna  <jug@sad.it>
5428
5429         * lyxfind.C (LyXReplace): don't replace if we don't get the
5430         right LyXText.
5431
5432         * undo_funcs.C (createUndo): remove debugging code.
5433
5434 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
5435
5436         * buffer.C (parseSingleLyXformat2Token): Use default placement
5437         when reading old floats.
5438
5439         * FloatList.C (FloatList): Change the default placement of figure
5440         and tables to "tbp".
5441
5442 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
5443
5444         * MenuBackend.C: using std::max
5445
5446 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5447
5448         * MenuBackend.C (expandToc):
5449         (expandToc2): code moved from xforms menu frontend. It is now
5450         generic and TOCs are transparent to menu frontends.
5451
5452 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5453
5454         * toc.C (getTocList): protect against buf=0
5455
5456         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
5457         Menu as first parameter. Now, this calls itself recursively to
5458         expand a whole tree (this will be useful for TOC handling)
5459         (expandFloatInsert): remove 'wide' version of floats
5460
5461         * MenuBackend.h (submenuname): returns the name of the submenu.
5462         (submenu): returns the submenu itself, provided it has been
5463         created by MenuBackend::expand
5464
5465 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5466
5467         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
5468         insets which have noFontChange == true. (bug #172)
5469
5470 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5471
5472         * BufferView_pimpl.C: add connection objects and use them...
5473         (Pimpl): here.
5474
5475 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5476
5477         * MenuBackend.C (expandLastfiles):
5478         (expandDocuments):
5479         (expandFormats):
5480         (expandFloatListInsert):
5481         (expandFloatInsert):
5482         (expand): split expand in parts
5483
5484 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5485
5486         * lyx_gui.C: use lyx_gui::exit()
5487
5488 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5489
5490         * LyXAction.C: show the failing pseudo action
5491
5492 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
5493
5494         * buffer.C (readFile): Run the lyxconvert script in order to read
5495         old files.
5496
5497 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5498
5499         * LyXAction.C:
5500         * commandtags.h:
5501         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
5502
5503 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
5504
5505         * LyXAction.C:
5506         * commandtags.h:
5507         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
5508
5509 2002-07-22  Herbert Voss  <voss@lyx.org>
5510
5511         * lengthcommon.C:
5512         * lyxlength.[Ch]: add support for the vertical lengths
5513
5514 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
5515
5516         * toc.[Ch]: std:: fixes
5517
5518 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5519
5520         * lyxrc.C: do not include lyx_main.h
5521
5522         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
5523         for layouts
5524
5525         * lyxrc.C:
5526         * encoding.C:
5527         * bufferlist.C:
5528         * BufferView2.C: include "lyxlex.h"
5529
5530         * tabular.h:
5531         * bufferparams.h: do not #include "lyxlex.h"
5532
5533         * lyxtextclasslist.C (Add): remove method
5534         (classlist): renamed to classlist_
5535
5536         * paragraph_pimpl.C:
5537         * paragraph.C:
5538         * text2.C:
5539         * CutAndPaste.C:
5540         * bufferview_funcs.C:
5541         * bufferlist.C:
5542         * text.C:
5543         * LaTeXFeatures.C:
5544         * buffer.C:
5545         * toc.C (getTocList): use BufferParams::getLyXTextClass
5546
5547         * toc.C (getTocList): use InsetFloat::addToToc
5548
5549         * toc.[Ch]: new files, containing helper functions to handle table
5550         of contents
5551
5552         * lyxfunc.C (dispatch): no need to remove spaces around command
5553         given as a string
5554         (getStatus): handle LFUN_SEQUENCE by returning the status of the
5555         first command of the sequence; it is not very clever, but I do not
5556         have a better idea, actually
5557
5558         * LyXAction.C (LookupFunc): make sure to remove space at the
5559         beginning and end of the command
5560
5561 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5562
5563         * MenuBackend.C (getMenubar): new method: return the menubar of
5564         this menu set
5565         (read): treat differently reading of menu and menubar (in
5566         particular, the menubar has no name now)
5567         (Menu::menubar): remove
5568
5569         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
5570         saving is finished
5571
5572 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
5573
5574         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
5575         a bibitem inset in a RTL paragraph.
5576
5577 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
5578
5579         * paragraph_pimpl.C: constify
5580
5581         * BufferView_pimpl.C:
5582         * LaTeX.C:
5583         * lyxfunc.C: fix dispatch in a nicer way
5584
5585 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5586
5587         * lyxfunc.C (dispatch):
5588         * BufferView_pimpl.C:
5589         * BufferView_pimpl.h:
5590         * BufferView.C:
5591         * BufferView.h: rename Dispatch() to dispatch()
5592
5593         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
5594
5595         * lyxlayout.C (Read): honor DependsOn tag
5596
5597         * lyxlayout.[Ch] (depends_on): new method
5598
5599         * version.C.in: update lyx_docversion
5600
5601         * LaTeXFeatures.C (getMacros): only define \LyX when needed
5602
5603         * paragraph.C (validate): remove from here...
5604         * paragraph_pimpl.C (validate): ... and move here
5605         (isTextAt): make it const
5606
5607         * buffer.C (getLists): ws cleanup
5608
5609 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
5610
5611         * language.C (read): Use iso8859-1 encoding in latex_lang
5612         (this prevents LyX from crashing when using iso10646-1 encoding).
5613
5614 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5615
5616         * text2.C (toggleInset): if cursor is inside an inset, close the
5617         inset and leave cursor _after_ it
5618
5619 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
5620
5621         * lyxfunc.C: move minibuffer completion handling out of here
5622
5623 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
5624
5625         * BufferView_pimpl.C:
5626         * LaTeX.C: fix dispatch calls
5627
5628 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
5629
5630         * text.C (drawChars): Fix Arabic text rendering.
5631
5632 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
5633
5634         * LyXAction.C:
5635         * commandtags.h:
5636         * lyxfunc.C: remove message-push/pop
5637
5638         * lyxserver.C:
5639         * lyxfunc.h:
5640         * lyxfunc.C: rationalise some code by removing verboseDispatch
5641           in favour of a bool argument to dispatch()
5642
5643 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5644
5645         * lyx_main.C (init): make sure to read symlinks as absolute paths
5646
5647 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5648
5649         * lyxfunc.h:
5650         * lyxfunc.C: no need for commandshortcut to be a member
5651
5652 2002-07-15  André Pönitz <poenitz@gmx.net>
5653
5654         * converter.C: add support for $$s (scripts from lib/scripts dir)
5655         * lyx_main.C: white space
5656
5657 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5658
5659         * bufferlist.C:
5660         * lyxrc.h:
5661         * lyxrc.C: remove second exit confirmation
5662
5663 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
5664
5665         * BufferView.h:
5666         * BufferView.C:
5667         * BufferView2.C:
5668         * BufferView_pimpl.h:
5669         * BufferView_pimpl.C:
5670         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
5671
5672 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5673
5674         * MenuBackend.C (expand): add numeric shortcuts to document menu
5675
5676         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
5677
5678 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5679
5680         * lyxfont.C (setLyXFamily):
5681         (setLyXSeries):
5682         (setLyXShape):
5683         (setLyXSize):
5684         (setLyXMisc):
5685         (lyxRead):
5686         * debug.C (value):
5687         * buffer.C (asciiParagraph): use ascii_lowercase
5688
5689 2002-07-15  Mike Fabian  <mfabian@suse.de>
5690
5691         * lyxlex_pimpl.C (search_kw):
5692         * lyxlex.C (getLongString):
5693         * converter.h (operator<):
5694         * converter.C (operator<):
5695         * buffer.C (parseSingleLyXformat2Token):
5696         (asciiParagraph):
5697         * ToolbarDefaults.C (read):
5698         * MenuBackend.C (checkShortcuts):
5699         (read):
5700         * LColor.C (getFromGUIName):
5701         (getFromLyXName): use the compare_ascii_no_case instead of
5702         compare_no_case, because in turkish, 'i' is not the lowercase
5703         version of 'I', and thus turkish locale breaks parsing of tags.
5704
5705 2002-07-16  Angus Leeming  <leeming@lyx.org>
5706
5707         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
5708         now takes a Buffer const & argument.
5709
5710 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
5711
5712         * BufferView.C (resize): check there's a buffer to resize
5713
5714 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
5715
5716         * lyxfunc.C: remove dead code
5717
5718         * lyxserver.h:
5719         * lyxserver.C: use lyx_guii::set_read_callback
5720
5721 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
5722
5723         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
5724         an inset in a RTL paragraph.
5725
5726 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5727
5728         * lyxfunc.C: repaint after a font size update
5729
5730 2002-07-15  André Pönitz <poenitz@gmx.net>
5731
5732         * lyxlength.C: inBP should be able to return negative values
5733
5734 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5735
5736         * lyxfunc.C: use lyx_gui::update_fonts()
5737
5738 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
5739
5740         * lyxfunc.C: use lyx_gui::update_color()
5741
5742 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
5743
5744         * bufferlist.C:
5745         * lyxfunc.h:
5746         * lyxfunc.C:
5747         * lyxrc.h:
5748         * lyxrc.C: remove file->new asks for name option, and let
5749           buffer-new take an argument
5750
5751 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
5752
5753         * BufferView_pimpl.C: remove unneeded extra repaint()
5754
5755 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
5756
5757         * LyXAction.C: allow command-sequence with NoBuffer
5758
5759         * lyxfunc.C: don't insist on trailing ';' for command-sequence
5760
5761 2002-07-10  Angus Leeming  <leeming@lyx.org>
5762
5763         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
5764
5765 2002-07-09  Angus Leeming  <leeming@lyx.org>
5766
5767         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
5768
5769 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
5770
5771         * lengthcommon.h: whitespace
5772
5773         * lyxfunc.C: update scrollbar after goto paragraph
5774
5775         * lyxtext.h: factor out page break drawing, and fix it so
5776           page break/added space paints as selected nicely
5777
5778 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
5779
5780         * BufferView_pimpl.C: add FIXMEs, clean up a little
5781
5782 2002-07-09  André Pönitz <poenitz@gmx.net>
5783
5784         * lyxfont.[Ch]: support for wasy symbols
5785
5786 2002-07-08  André Pönitz <poenitz@gmx.net>
5787
5788         * BufferView_pimpl.C: apply John's patch for #93.
5789
5790 2002-07-05  Angus Leeming  <leeming@lyx.org>
5791
5792         * BufferView_pimpl.C (buffer): generate previews if desired.
5793
5794         * LColor.h: add "preview" to the color enum.
5795
5796         * LColor.C (LColor): add a corresponding entry to the items array.
5797
5798         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
5799         with this buffer.
5800
5801 2002-07-05  Angus Leeming  <leeming@lyx.org>
5802
5803         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
5804         The body of the code is now in the method that is passed an ostream &
5805         rather than a file name.
5806         Pass an additional only_preamble parameter, useful for the forthcoming
5807         preview stuff.
5808
5809 2002-07-03  André Pönitz <poenitz@gmx.net>
5810
5811         * lyxfunc.C: simplify getStatus() a bit for math stuff
5812
5813 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5814
5815         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
5816
5817 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5818
5819         * text.C (changeRegionCase): do not change case of all the
5820         document when region ends at paragraph end (bug #461)
5821
5822 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5823
5824         * paragraph.C (startTeXParParams):
5825         (endTeXParParams): add \protect when necessary
5826
5827 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5828
5829         * BufferView_pimpl.C (workAreaExpose): remove warning
5830
5831 2002-06-27  Angus Leeming  <leeming@lyx.org>
5832
5833         * Makefile.am: add lyxlayout_ptr_fwd.h.
5834
5835 2002-06-26  André Pönitz <poenitz@gmx.net>
5836
5837         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
5838
5839 2002-06-25  Angus Leeming  <leeming@lyx.org>
5840
5841         * lyxfunc.C (dispatch): Comment out the call to
5842         grfx::GCache::changeDisplay. The method no longer exists now that the
5843         pixmap generation part of the graphics loader has been moved into
5844         InsetGraphics.
5845
5846 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5847
5848         * text2.C: layout as layout
5849
5850         * text.C: layout as layout
5851
5852         * tabular.C (OldFormatRead): layout as layout
5853
5854         * paragraph_pimpl.C (TeXDeeper): layout as layout
5855         (realizeFont): layout as layout
5856
5857         * paragraph.C (writeFile): layout as layout
5858         (validate): layout as layout
5859         (getFont): layout as layout
5860         (getLabelFont): layout as layout
5861         (getLayoutFont): layout as layout
5862         (breakParagraph): layout as layout
5863         (stripLeadingSpaces): layout as layout
5864         (getEndLabel): layout as layout
5865         (getMaxDepthAfter): layout as layout
5866         (applyLayout): layout as layout
5867         (TeXOnePar): layout as layout
5868         (simpleTeXOnePar): layout as layout
5869         (TeXEnvironment): layout as layout
5870         (layout): layout as layout
5871         (layout): layout as layout
5872
5873         * lyxtextclass.C (compare_name): new functor to work with
5874         shared_ptr, layout as layout
5875         (Read): layout as layout
5876         (hasLayout): layout as layout
5877         (operator): layout as layout
5878         (delete_layout): layout as layout
5879         (defaultLayout): layout as layout
5880
5881         * lyxlayout_ptr_fwd.h: new file
5882
5883         * lyxlayout.C (Read): layout as layout
5884
5885         * lyx_cb.C (MenuInsertLabel): layout as layout
5886
5887         * bufferlist.C (newFile): layout as layout
5888
5889         * buffer.C (readLyXformat2): layout as layout
5890         (parseSingleLyXformat2Token): layout as layout
5891         (insertStringAsLines): layout as layout
5892         (asciiParagraph): layout as layout
5893         (latexParagraphs): layout as layout
5894         (makeLinuxDocFile): layout as layout
5895         (simpleLinuxDocOnePar): layout as layout
5896         (makeDocBookFile): layout as layout
5897         (simpleDocBookOnePar): layout as layout
5898         (getLists): layout as layout
5899
5900         * LaTeXFeatures.C (getTClassPreamble): layout as layout
5901
5902         * CutAndPaste.C (cutSelection): layout as layout
5903         (pasteSelection): layout as layout
5904         (SwitchLayoutsBetweenClasses): layout as layout
5905
5906         * BufferView_pimpl.C (Dispatch): layout as layout
5907         (smartQuote): layout as layout
5908
5909         * BufferView2.C (unlockInset): layout as layout
5910
5911 2002-06-24  André Pönitz <poenitz@gmx.net>
5912
5913         * lyxfunc.C: fix #487
5914
5915 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5916
5917         * lyxrc.h:
5918         * lyxrc.C:
5919         * lyxfunc.C: remove display_shortcuts, show_banner
5920
5921 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5922
5923         * Buffer_pimpl.C: oops, update on resize
5924
5925 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5926
5927         * buffer.C:
5928         * converter.C:
5929         * exporter.C:
5930         * lyxfunc.C:
5931         * BufferView.h:
5932         * BufferView.C: use repaint()
5933
5934         * BufferView_pimpl.h:
5935         * BufferView_pimpl.C: s/updateScreen()/repaint()/
5936           as it's a clearer description. Remove superfluous
5937           redraws.
5938
5939 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
5940
5941         * text.C: fix bug 488. Not ideal, but getting
5942           getWord() to work properly for the insets that
5943           matter is more difficult ...
5944
5945 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5946
5947         * BufferView_pimpl.C:
5948         * LyXAction.C:
5949         * commandtags.h:
5950         * lyxfunc.C: remove the six million index lyxfuncs to just
5951           one, and DTRT (bug 458)
5952
5953 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5954
5955         * BufferView.h:
5956         * BufferView.C:
5957         * BufferView_pimpl.h:
5958         * BufferView_pimpl.C: clean up resize() stuff,
5959           and unnecessary updateScreen()s
5960
5961 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
5962
5963         * BufferView.h:
5964         * BufferView.C:
5965         * BufferView_pimpl.h:
5966         * BufferView_pimpl.C:
5967         * lyxfind.h:
5968         * lyxfind.C:
5969         * minibuffer.C: remove focus management of workarea,
5970           not needed. Use screen's greyOut()
5971
5972 2002-06-17  Herbert Voss  <voss@lyx.org>
5973
5974         * converter.C: (convert) do not post a message, when converting
5975         fails, let the calling function decide what to do in this case
5976
5977 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
5978
5979         * lyxfunc.C: tidy up a little
5980
5981 2002-06-16    <alstrup@diku.dk>
5982
5983         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
5984         Got rid of FORMS_H_LOCATION include. Now we are
5985         GUII.
5986
5987 2002-06-15  LyX Development team  <lyx@rilke>
5988
5989         * buffer.[Ch] (sgmlOpenTag):
5990         (sgmlCloseTag): Added support for avoiding pernicious mixed
5991         content. Return number of lines written.
5992
5993         (makeLinuxDocFile):
5994         (makeDocBookFile): Fixed calls to sgml*Tag.
5995         Simple white space clean.
5996
5997         (simpleDocBookOnePar): Simple white space clean.
5998
5999         * tabular.[Ch] (docBook): Renamed to docbook and got another
6000         argument to related with the pernicious mixed content.
6001
6002         (docbookRow): Fixed calls for docbook inset method.
6003
6004 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6005
6006         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6007         so it's X11 independent.
6008
6009         * kb*.[Ch]: ditto.
6010
6011         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
6012
6013 2002-06-15  Lyx Development team  <lyx@electronia>
6014
6015         * intl.h: Renamed getTrans to getTransManager.
6016
6017 2002-06-14  Angus Leeming  <leeming@lyx.org>
6018
6019         * Makefile.am: nuke forgotten stl_string_fwd.h.
6020
6021 2002-06-12  Angus Leeming  <leeming@lyx.org>
6022
6023         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
6024
6025 2002-06-13  Angus Leeming  <leeming@lyx.org>
6026
6027         * LaTeX.C:
6028         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
6029
6030 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
6031
6032         * kbmap.C (getiso): add support for cyrillic and greek
6033
6034 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6035
6036         * BufferView.h:
6037         * BufferView.C:
6038         * BufferView_pimpl.h:
6039         * BufferView_pimpl.C: move bogus scrolling logic
6040           to xforms
6041
6042 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6043
6044         * lyxfunc.C:
6045         * BufferView_pimpl.C: view->resize() change
6046
6047 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6048
6049         * BufferView_pimpl.C: topCursorVisible
6050           prototype change
6051
6052 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6053
6054         * Makefile.am:
6055         * lyx_gui.h:
6056         * lyx_gui.C: move to frontends/
6057
6058         * main.C:
6059         * lyx_main.h:
6060         * lyx_main.C: changes from above
6061
6062 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6063
6064         * intl.C:
6065         * intl.h:
6066         * kbmap.C:
6067         * kbsequence.C:
6068         * lyx_cb.C:
6069         * lyx_main.C: minor tidy
6070
6071 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6072
6073         * BufferView_pimpl.h:
6074         * BufferView_pimpl.C:
6075         * BufferView.h:
6076         * BufferView.C: make painter() const,
6077           remove dead code
6078
6079         * BufferView2.C: use screen() accessor
6080
6081         * lyx_main.h:
6082         * lyx_main.C: some minor cleanup
6083
6084 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6085
6086         * BufferView_pimpl.h:
6087         * BufferView_pimpl.C: remove enter/leaveView,
6088           use workHeight()
6089
6090 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
6091
6092         * BufferView.h:
6093         * BufferView.C:
6094         * BufferView2.C:
6095         * BufferView_pimpl.h:
6096         * BufferView_pimpl.C: only construct screen once,
6097           rename
6098
6099         * lyxrc.C: remove pointless comment
6100
6101 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6102
6103         * BufferView.h:
6104         * BufferView.C: remove active() and belowMouse()
6105
6106         * BufferView_pimpl.h:
6107         * BufferView_pimpl.C: use workarea() not workarea_,
6108           and make it use a scoped_ptr instead
6109
6110 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
6111
6112         * lyx_gui.C: add debug message on BadWindow
6113
6114 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6115
6116         * sp_spell.C: fdopen is not part of the C++ standard.
6117
6118         * paragraph.C (InsetIterator): use >= instead of ==
6119
6120 2002-06-07  Angus Leeming  <leeming@lyx.org>
6121
6122         Fixes needed to compile with Compaq cxx 6.5.
6123         * BufferView_pimpl.C:
6124         * DepTable.C:
6125         * buffer.C:
6126         * converter.C:
6127         * encoding.C:
6128         * lyx_gui.C:
6129         * lyx_main.C:
6130         * lyxtextclasslist.C:
6131         * minibuffer.C:
6132         * sp_spell.C:
6133         * tabular_funcs.C:
6134         * vc-backend.C:
6135         all c-library variables have been moved into namespace std. Wrap
6136         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
6137
6138         * lyxlength.C:
6139         * tabular-old.C:
6140         * tabular.C:
6141         Add a using std::abs declaration.
6142
6143         * kbmap.h (modifier_pair):
6144         * paragraph.h (InsetTable, InsetList):
6145         * lyxfont.h (FontBits):
6146         type definition made public.
6147
6148         * bufferlist.C (emergencyWriteAll): the compiler complains that
6149         there is more than one possible lyx::class_fun template to choose from.
6150         I re-named the void specialisation as lyx::void_class_fun.
6151
6152         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
6153
6154         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
6155         the compiler is is unable to find tostr in write_attribute.
6156
6157 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6158
6159         * buffer.C (sgmlError): hide #warning
6160
6161 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6162
6163         * xtl/*: get rid of xtl, which is not in use anyway
6164
6165         * LyXAction.C (init):
6166         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
6167         were unimplemented xtl experimentation
6168
6169 2002-06-04  André Pönitz <poenitz@gmx.net>
6170
6171         * lyxfunc.C: disable array operation on simple formulae
6172
6173 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
6174
6175         * converter.C: constify a bit
6176
6177 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
6178
6179         * lyx_gui.C: check xforms version correctly
6180
6181 2002-04-30  Herbert Voss  <voss@lyx.org>
6182
6183         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
6184         "keep" option
6185
6186 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
6187
6188         * lyxvc.C: fix bug 416 (make sure buffer is saved before
6189           attempt to register it with a VCS)
6190
6191 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6192
6193         * lyx_main.C (init): honor variables LYX_DIR_13x and
6194         LYX_USERDIR_13x
6195
6196 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6197
6198         * buffer.h:
6199         * buffer.C:
6200         * lyx_main.C: fix a crash on bad command line,
6201           and give a useful exit status on error
6202
6203         * lyxfunc.C (doImport): allow -i lyx to work
6204
6205 2002-03-30  André Pönitz <poenitz@gmx.net>
6206
6207         * lyxfunc.C: mathed font changes
6208
6209 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
6210
6211         * LaTeX.C:
6212         * importer.h:
6213         * importer.C:
6214         * lyx_sty.h:
6215         * lyx_sty.C:
6216         * lyxlex.C:
6217         * lyxrow.h:
6218         * lyxtext.h:
6219         * paragraph.h:
6220         * paragraph.C:
6221         * texrow.h:
6222         * texrow.C:
6223         * text.C:
6224         * trans_mgr.h: srcdocs, and some minor cleanups
6225
6226 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6227
6228         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
6229         call getFont all the time)
6230
6231 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6232
6233         * switch from SigC signals to boost::signals
6234
6235 2002-05-29  André Pönitz <poenitz@gmx.net>
6236
6237         * paragraph_pimpl.C (getChar): don't call size() too often...
6238
6239 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6240
6241         * paragraph_pimpl.C (insertChar): do not try to update tables when
6242         appending (pos == size())
6243
6244         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
6245         in order to reduce drastically the number of comparisons needed to
6246         parse a large document
6247
6248 2002-05-29  André Pönitz <poenitz@gmx.net>
6249
6250         * text.C:
6251         * text2.C:
6252         * lyxtextclass.C:
6253         * sp_pspell.h:
6254         * textclasslist.[Ch]:
6255         * sp_ispell.h: whitespace change
6256
6257 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6258
6259         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
6260         lyxaction directly now.
6261
6262 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
6263
6264         * trans.C:
6265         * lyxfont.C:
6266         * lyxvc.C: remove unused headers
6267
6268 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6269
6270         * Makefile.am:
6271         * buffer.h:
6272         * undostack.h:
6273         * undostack.C:
6274         * undo_funcs.h:
6275         * undo_funcs.C: some cleanups. Use shared_ptr
6276           and a template for the undo stacks.
6277
6278 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
6279
6280         * BufferView_pimpl.h:
6281         * BufferView_pimpl.C:
6282         * kbmap.h:
6283         * kbmap.C:
6284         * kbsequence.h:
6285         * kbsequence.C:
6286         * lyxfunc.h:
6287         * lyxfunc.C:
6288         * text2.C: use key_state/mouse_state
6289
6290 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6291
6292         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
6293         and LSubstring
6294
6295         * chset.C: change include order
6296         (loadFile): use boost regex and get rid of LRegex and LSubstring
6297
6298         * Makefile.am (BOOST_LIBS): new variable
6299         (lyx_LDADD): use it
6300
6301         * LaTeX.C: change include order.
6302         (scanAuxFile): use boost regex and get rid of LRegex and
6303         LSubstring
6304         (deplog): ditto
6305
6306 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6307
6308         * ColorHandler.h:
6309         * ColorHandler.C:
6310         * FontInfo.h:
6311         * FontInfo.C: moved to frontends/xforms/
6312
6313         * FontLoader.h:
6314         * FontLoader.C: moved into frontends for GUIIzation
6315
6316         * Makefile.am:
6317         * lyx_gui.C:
6318         * lyxfont.C:
6319         * lyxfunc.C: changes from above
6320
6321 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
6322
6323         * LColor.C: remove spurious X include
6324
6325         * BufferView_pimpl.C:
6326         * Makefile.am:
6327         * font.h:
6328         * font.C:
6329         * text.C:
6330         * text2.C: move font metrics to frontends/
6331
6332 2002-05-24  Juergen Vigna  <jug@sad.it>
6333
6334         * undo_funcs.C (textHandleUndo): fix the cursor selection after
6335         setting the undo_cursor.
6336
6337         * ParagraphParameters.h: include local includes first.
6338
6339 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6340
6341         * BufferView_pimpl.C:
6342         * BufferView_pimpl.h:
6343         * Makefile.am:
6344         * WorkArea.h:
6345         * WorkArea.C:
6346         * screen.C: move WorkArea into frontends/
6347
6348         * lyxscreen.h:
6349         * screen.C:
6350         * text.C:
6351         * BufferView.C:
6352         * BufferView2.C: move LyXScreen into frontends/
6353
6354         * lyxlookup.h:
6355         * lyxlookup.C:
6356         * lyx_gui.C: move lyxlookup into frontends/xforms/
6357
6358 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6359
6360         * BufferView2.C:
6361         * BufferView_pimpl.C:
6362         * FontLoader.C:
6363         * LyXView.h:
6364         * LyXView.C:
6365         * Makefile.am:
6366         * WorkArea.C:
6367         * XFormsView.h:
6368         * XFormsView.C:
6369         * buffer.C:
6370         * bufferlist.C:
6371         * bufferview_funcs.C:
6372         * converter.C:
6373         * importer.C:
6374         * lyx_cb.C:
6375         * lyx_gui.C:
6376         * lyx_main.C:
6377         * lyx_find.C:
6378         * lyxfunc.C:
6379         * lyxvc.C:
6380         * minibuffer.C:
6381         * text.C:
6382         * text2.C:
6383         * trans.C:
6384         * vc-backend.C: move LyX/XFormsView into frontends/
6385
6386 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
6387
6388         * Makefile.am:
6389         * PainterBase.C:
6390         * PainterBase.h:
6391         * Painter.C:
6392         * Painter.h:
6393         * WorkArea.C:
6394         * WorkArea.h:
6395         * screen.C:
6396         * tabular.C:
6397         * text.C:
6398         * text2.C: move Painter to frontends/
6399
6400 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6401
6402         * buffer.C: comment out some some code that depend upon lyx_format
6403         < 220
6404
6405         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
6406         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
6407
6408         * buffer.h (NO_COMPABILITY): turn off compability
6409
6410         * ColorHandler.C: include scoped_array.hpp
6411
6412         * font.C: Use more specific smart_ptr header.
6413         * Painter.C: ditto
6414         * gettext.C: ditto
6415         * ShareContainer.h: ditto
6416         * lyx_main.h: ditto
6417         * kbmap.h: ditto
6418         * FontInfo.h: ditto
6419         * BufferView_pimpl.h: ditto
6420         * ColorHandler.h: ditto
6421
6422         * kbmap.C (defkey): change call to shared_ptr::reset
6423
6424 2002-05-21  Juergen Vigna  <jug@sad.it>
6425
6426         * buffer.C (insertErtContents): fix to insert ert asis if it is
6427         non empty. Skip it completely if it contains only whitespaces.
6428
6429 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
6430
6431         * BufferView_pimpl.C:
6432         * BufferView2.C: clear selection on paste (bug 393)
6433
6434 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6435
6436         * DepTable.C: include ctime
6437
6438 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
6439
6440         * buffer.C (latexParagraphs): Add new argument (moving_arg).
6441
6442 2002-05-14  Juergen Vigna  <jug@sad.it>
6443
6444         * text.C (breakParagraph): fixed function to honor the keepempty
6445         layout in the right maner and also to permit the right breaking
6446         algorithm on empty or non empyt keepempty paragraphs.
6447
6448         * paragraph.C (breakParagraph): we have to check also if the par
6449         is really empty (!size()) for isempty otherwise we do the wrong
6450         paragraph break.
6451
6452 2002-05-10  Juergen Vigna  <jug@sad.it>
6453
6454         * buffer.[Ch] : The following are only changes to the ert
6455         compatibility read reading old LaTeX layout and font stuff and
6456         convert it to ERTInsets.
6457
6458         * buffer.h: added isErtInset().
6459
6460         * buffer.C (struct ErtComp): add a fromlayout bool to check
6461         if we're inside a LaTeX layout.
6462         (isErtInset): new helper function.
6463         (insertErtContents): look for other ert insets before this one
6464         and insert the contents there, so that we don't have subsequent
6465         ERT insets with nothing between them. This way we create only one
6466         inset with multiple paragraphs. Also check if we don't insert only
6467         spaces ' ' as they are ignored anyway afterwards in the .tex file
6468         so if we have only spaces we will ignore this latex part in the
6469         new file.
6470         (parseSingleLyXformat2Token \\layout): better compatibility when
6471         reading layout-latex stuff.
6472         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
6473         language tag.
6474         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
6475         stuff after reading the inset only get the information back from
6476         the stack.
6477
6478 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
6479
6480         * buffer.C (makeLaTeXFile): Put language options after loading babel.
6481
6482         * LaTeXFeatures.C (getBabelOptions): New method.
6483
6484 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6485
6486         * BufferView_pimpl.C (Dispatch): work around missing argument for
6487         'layout'
6488
6489 2002-05-08  Juergen Vigna  <jug@sad.it>
6490
6491         * text.C (leftMargin): handle paragraph leftindent.
6492
6493         * paragraph.C (writeFile): write the new \\leftindent tag.
6494         (validate): handle leftindent code.
6495         (TeXEnvironment): handle paragraphleftindent code again.
6496
6497         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
6498
6499         * buffer.C (parseSingleLyXformat2Token): added compatibility code
6500         for paragrap_extra indent code and new token \\leftindent.
6501         (latexParagraphs): handle the leftindent as environment.
6502
6503         * ParameterStruct.h: added leftindent support.
6504
6505         * ParagraphParameters.C (leftIndent): added support functions for
6506         the paragraph left indent.
6507
6508         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
6509         more appropriate.
6510
6511 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
6512
6513         * paragraph.C (isRightToLeftPar): Return false for a paragraph
6514         inside insetERT.
6515
6516         * text.C (computeBidiTables): No bidi in insetERT.
6517
6518         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
6519         in RTL documents.
6520
6521 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6522
6523         * version.C.in: pre 5
6524
6525 2002-05-02  José Matos  <jamatos@fep.up.pt>
6526         * buffer.C (makeDocBookFile): white space changes, add newline to
6527         command styles.
6528         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
6529
6530         * tabular.C (docBook): fix typo.
6531
6532 2002-05-03  Juergen Vigna  <jug@sad.it>
6533
6534         * screen.C (drawFromTo): recalculate the rowpointer if we had a
6535         change in LyXText as we can not be sure it was not freed.
6536         (drawOneRow): remove unused code.
6537
6538         * text.C (drawInset): redo the calculation of the need_break_row as
6539         it could have a row which was already freed.
6540         (draw): look at the return value of drawInset and return false if
6541         it also returned false.
6542         (paintRowText): look at the return value of draw and return false if
6543         it also returned false.
6544
6545         * lyxtext.h: added bool return type to drawInset() and draw() so that
6546         if we have a change in the row so that the rowbreak has to be redone
6547         we abort drawing as it will be called again.
6548
6549 2002-05-02  Juergen Vigna  <jug@sad.it>
6550
6551         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
6552         a change in the maintext also if we're inside an inset.
6553         (Dispatch): set the cursor again after a break line and after the
6554         screen has been updated as it could be we're in a different row.
6555
6556         * text2.C (fixCursorAfterDelete): check to make sure we don't request
6557         to set the cursor behind the pargraph with > size().
6558         (setCursor): check also for the same paragraph when checking where
6559         to put the cursor if we have a NFR inset.
6560
6561         * buffer.C (parseSingleLyXformat2Token): move the compatibility
6562         parts of layout read further up as it still was in the wrong
6563         position.
6564
6565 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6566
6567         * screen.C (drawFromTo): change sine fullRebreak always return
6568         true.
6569
6570         * buffer.C (parseSingleLyXformat2Token): reindent some
6571
6572         * BufferView_pimpl.C (update): change since fullRebreak always
6573         return true.
6574         (Dispatch): git rid of the last hardcoded "Standard"s.
6575
6576 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6577
6578         * text2.[Ch] (fullRebreak): make it return void now that we always
6579         returned true.
6580
6581 2002-04-30  Juergen Vigna  <jug@sad.it>
6582
6583         * buffer.C (parseSingleLyXformat2Token): reset the font before the
6584         ert compatibility check for "latex" layout.
6585
6586 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
6587
6588         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
6589         minipages: use col% instead of p%, and also use the current font.
6590         (makeLaTeXFile): Fix use babel condition.
6591         (parseSingleLyXformat2Token): Correct font when reading old floats.
6592
6593 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
6594
6595         * BufferView_pimpl.C (Dispatch): Check that float type exists when
6596         inserting list of floats.
6597
6598 2002-04-25  Herbert Voss  <voss@lyx.org>
6599
6600         * MenuBackend.C (expand): don't add the graphics extensions to the
6601         export menu
6602
6603 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6604
6605         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
6606         non-existing layout, do not complain if it was the default layout
6607         of the original class (bug #342)
6608
6609 2002-04-24  Juergen Vigna  <jug@sad.it>
6610
6611         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
6612         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
6613
6614 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
6615
6616         * buffer.C (getBibkeyList): If using \bibliography, return the
6617         option field with the reference itself. Enables us to provide natbib
6618         support when using \bibliography.
6619
6620 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
6621
6622         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
6623
6624         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
6625         natbib is provided by the LaTeX class.
6626
6627 2002-04-23  Juergen Vigna  <jug@sad.it>
6628
6629         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
6630         Wakeup functions.
6631
6632         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
6633
6634 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6635
6636         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
6637
6638         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
6639         ensuremath around textordmasculine, textordfeminine and
6640         textdegree.
6641
6642 2002-04-19  Juergen Vigna  <jug@sad.it>
6643
6644         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
6645         reinitializing the buffer otherwise row-dimensions may be wrong.
6646         (update): reset also the selection cursors if they do exits otherwise
6647         their x/y positions may be wrong.
6648
6649         * text2.C (cursorDown): don't enter the inset if we came from a row
6650         above and are one row over the inset.
6651
6652         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
6653         really leaving an inset.
6654
6655 2002-04-18  Juergen Vigna  <jug@sad.it>
6656
6657         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
6658         of the selected paragraph does not have the selected layout also if
6659         the last one had!
6660
6661         * text2.C (setLayout): fixed bug which did not change last selected
6662         paragraph.
6663
6664         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
6665         changed the read and substituted \\end_float with \\end_inset!
6666
6667         * BufferView_pimpl.C (cursorPrevious):
6668         (cursorNext): fixed to make it work with rows heigher than the work
6669         area without moving the cursor only the draw of the row.
6670         (workAreaMotionNotify): fix jumping over high rows.
6671
6672 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6673
6674         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
6675         Ressler.
6676
6677 2002-04-16  Juergen Vigna  <jug@sad.it>
6678
6679         * text2.C (setCursor): set also the irow().
6680         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
6681         (cursorUp):
6682         (cursorDown): support for locking an inset if the x_fix value goes
6683         inside it. That way I can transverse insets too with cursor up/down.
6684
6685         * lyxrow.h: added irow helper function same as other (i) functions.
6686
6687         * BufferView_pimpl.C (cursorPrevious):
6688         (cursorNext): fixed for insets!
6689
6690 2002-04-15  Juergen Vigna  <jug@sad.it>
6691
6692         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
6693         position otherwise it is wrong in some cases.
6694
6695         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
6696         inside the inset before the call.
6697
6698 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
6699
6700         * buffer.[Ch] (getBibkeyList): make it const.
6701
6702 2002-04-12  Juergen Vigna  <jug@sad.it>
6703
6704         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
6705
6706         * text2.C (getCursorX): new helper function
6707         (setCursor): compute also ix_
6708         (setCursorFromCoordinates): set also ix.
6709
6710         * lyxcursor.h: added ix_ and helper functions.
6711
6712         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
6713
6714         * buffer.C (insertStringAsLines): dont break paragraph if the this
6715         paragraph is inside an inset which does not permit it!
6716
6717         * text.C (breakParagraph): honor keepempty flag and break the paragraph
6718         also with no chars on this paragraph.
6719         (paintRowText): only paint stuff if it's inside the workarea!
6720
6721         * paragraph.C (breakParagraph): honor keepempty flag and break the
6722         paragraph always below not above.
6723
6724         * BufferView2.C (unlockInset): update the paragraph layout on inset
6725         unlock as we changed paragraph in such a case.
6726
6727         * lyxfind.C (LyXFind): clear the former selection if not found!
6728
6729         * text2.C (insertInset): freeze Undo after setUndo so that it is not
6730         again called in insertChar().
6731
6732         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
6733         an inset which uses the whole row!
6734         (rightMargin): ditto.
6735         (insertChar): force a rebreak if we inserted an inset!
6736
6737 2002-03-28  Herbert Voss  <voss@lyx.org>
6738
6739         * lyxlength.[Ch]: add inBP() to get the right PS-point
6740         units (BigPoint). With inPixels we have rounding errors
6741
6742 2002-04-11  Juergen Vigna  <jug@sad.it>
6743
6744         * text2.C (setCursorFromCoordinates): set iy to the right value.
6745         (setCursor): add check if row->previous exists!
6746
6747         * buffer.C (parseSingleLyXformat2Token): reset font after read of
6748         an old float_type as this was the case in the old code!
6749
6750         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
6751
6752         * BufferView2.C (showLockedInsetCursor): use iy
6753         (fitLockedInsetCursor): ditto
6754
6755         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
6756         locked insets as there we have the right value now.
6757
6758         * lyxcursor.C: added iy_ variable and iy functions to set to the
6759         baseline of cursor-y of the locked inset.
6760
6761         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
6762         (setCursor): fixed for insets which need a full row.
6763
6764         * text.C (rowLastPrintable): don't ignore the last space when before
6765         an inset which needs a full row.
6766         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
6767         as last character of a row when before a inset which needs a full row.
6768
6769 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6770
6771         * version.C.in: update date
6772
6773         * text2.C (fullRebreak): try to always return true and see what
6774         happens...
6775
6776 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6777
6778         * MenuBackend.C (expand): use Floating::listName
6779
6780         * FloatList.C (FloatList): add listName argument to the built-in
6781         floats
6782
6783         * Floating.[Ch]: add listName member, which is the 'List of XXX'
6784         text associated with the float.
6785
6786 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6787
6788         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
6789
6790 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6791
6792         * ShareContainer.h: add a couple of missing typenames.
6793
6794 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
6795
6796         * lyxrc.C (getDescription): use _() correctly rather than N_().
6797
6798 2002-03-28  Herbert Voss  <voss@lyx.org>
6799
6800         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
6801         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
6802
6803 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6804
6805         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
6806         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
6807
6808 2002-03-29  Juergen Vigna  <jug@sad.it>
6809
6810         * lyxfunc.C (dispatch): add a missing fitCursor call.
6811
6812         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
6813         it was scrolled by a cursor move, so return the bool status.
6814
6815         * BufferView.C (fitCursor): return the bool flag also to the outside
6816         world as this is needed.
6817
6818         * screen.C (toggleToggle): don't subtract the offset if it's positive.
6819
6820         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
6821         call the edit() as it is not needed (and wrong) IMO.
6822         (workAreaButtonPress): set the screen_first variable before evt.
6823         unlock the inset as this may change screen_first and then we have
6824         a wrong y position for the click!
6825
6826 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6827
6828         * MenuBackend.C (expand): another translation that I missed
6829
6830 2002-03-28  Juergen Vigna  <jug@sad.it>
6831
6832         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
6833
6834         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
6835
6836 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6837
6838         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
6839
6840         * MenuBackend.C (expand): fix export/view/update when there is no
6841         document open.
6842
6843 2002-03-27  Herbert Voss  <voss@lyx.org>
6844
6845         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
6846         and text%
6847
6848 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6849
6850         * bufferview_funcs.C (currentState): only show paragraph number
6851         for is DEVEL_VERSION is set.
6852
6853         * lyxfunc.C (dispatch): put warning in INFO channel
6854
6855         * MenuBackend.C (expand): translate the name of floats
6856
6857         * FloatList.C (FloatList): mark the float names for translation
6858
6859         * converter.C (convert): use LibScriptSearch
6860
6861 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6862
6863         * MenuBackend.C (defaults): fix default menu (we might as well get
6864         rid of it...)
6865
6866 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6867
6868         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
6869         directory.
6870
6871 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6872
6873         * lyxvc.C: reorder includes.
6874
6875 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
6876
6877         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
6878           properly
6879
6880 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
6881
6882         * CutAndPaste.C: change layouts earlier on paste
6883           to avoid crashing when calling getFont()
6884
6885 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
6886
6887         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
6888         irritating #error.
6889
6890 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6891
6892         * WorkArea.C: remove 'Pending' debug message.
6893
6894         * most files: ws cleanup
6895
6896         * buffer.[Ch]: ws changes
6897
6898         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
6899
6900 2002-03-21  Juergen Vigna  <jug@sad.it>
6901
6902         * tabular.C (SetMultiColumn): collapse also the contents of the
6903         cells and set the last border right. Added a Buffer const * param.
6904
6905 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6906
6907         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
6908         linking or not.
6909
6910 2002-03-19  Juergen Vigna  <jug@sad.it>
6911
6912         * text2.C (clearSelection): reset also xsel_cache.
6913
6914         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
6915         where it needs to be called (John tells us to do so too :)
6916         (selectionLost): reset sel_cache.
6917
6918         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
6919
6920 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6921
6922         * text2.C (setCursorIntern): put debuging code in INSETS channel
6923
6924 2002-03-19  André Pönitz <poenitz@gmx.net>
6925
6926         * lyxfunc.C: tiny whitespace change
6927
6928 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6929
6930         * ToolbarDefaults.C (init):
6931         * LyXAction.C (init):
6932         * commandtags.h:
6933         * BufferView_pimpl.C (Dispatch):
6934         * lyxfunc.C (dispatch): remove LFUN_DEPTH
6935
6936 2002-03-19  Allan Rae  <rae@lyx.org>
6937
6938         * exporter.C (Export): removeAutoInsets before doing anything else.
6939         While I've just introduced a dependency on BufferView this really is
6940         the best place to clean the buffer otherwise you need to cleanup in
6941         a dozen places before calling export or cleanup in a dozen functions
6942         that export calls.
6943
6944         * converter.C (runLaTeX):
6945         (scanLog): Better handling of removeAutoInsets and screen updates.
6946
6947         * lyxfunc.C (dispatch): small whitespace changes
6948
6949 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6950
6951         * WorkArea.C (C_WorkAreaEvent): return a value.
6952         (event_cb): return 1 if we handled the event, 0 otherwise.
6953
6954         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
6955
6956 2002-03-18  Juergen Vigna  <jug@sad.it>
6957
6958         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
6959         (GetAdditionalWidth): ditto.
6960         (RightLine): ditto.
6961         (LeftLine): ditto.
6962
6963         * BufferView2.C (copy): use getLyXText() so that we do it inside an
6964         inset if we're there actually (probably not used right now but this
6965         is the direction to go for unifying code).
6966         (paste): disable code to clear the selection.
6967
6968         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
6969         inside an InsetText and move the check further up as it is in the
6970         wrong place.
6971
6972         * text2.C (pasteSelection): set a selection over the pasted text.
6973
6974 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
6975
6976         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
6977         and libgraphics to build on Cygwin.
6978
6979 2002-03-15  Juergen Vigna  <jug@sad.it>
6980
6981         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
6982         inserting an Inset into the paragraph. I know this is not the best
6983         fix but we already use current_view in CutAndPaste so we will remove
6984         all of it's using at the same time.
6985
6986         * buffer.C (sgmlError): deactivated function till it is rewritten in
6987         the right mode, now it can create problems.
6988
6989         * paragraph.C (isLineSeparator): check if getInset returns != 0,
6990         before accessing it.
6991
6992 2002-03-14  Juergen Vigna  <jug@sad.it>
6993
6994         * undo_funcs.C (textHandleUndo): do the right thing when updating
6995         the inset after the undo/redo.
6996
6997         * text2.C (setCursor): just some testcode for #44 not ready yet.
6998
6999         * undo_funcs.C (textHandleUndo): set the next() and previous()
7000         pointers of the paragraph to 0 before deleting otherwise we have
7001         problems with the Paragraph::[destructor].
7002
7003         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7004         on a paragraph insertion.
7005
7006 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7007
7008         * buffer.C (asciiParagraph): use += operator for char append to
7009         string.
7010
7011         * paragraph.C (getFontSettings): compare >= not just >
7012         (highestFontInRange): ditto
7013         (setFont): ditto
7014
7015 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7016
7017         * paragraph.C: change several algorithm to be more appripriate for
7018         the problem domain. This is lookip in FontList and in the InsetList.
7019
7020 2002-03-13  André Pönitz <poenitz@gmx.net>
7021
7022         * commandtags.h:
7023         * LyXAction.C: remove unused LFUN_MATH_MACROARG
7024
7025 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
7026
7027         * commandtags.h:
7028         * LyXAction.C:
7029         * lyxfunc.C:
7030         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
7031
7032 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7033
7034         * Painter.C (display): anon helper function, adjust code for this
7035         change.
7036         (pixmap): remove function.
7037
7038         * Painter.h: remove private display variable.
7039
7040         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
7041
7042 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
7043
7044         * WorkArea.[Ch]: remove figinset_canvas cruft.
7045
7046 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7047
7048         * lyxtextclass.C (operator): add one item cache optimization.
7049
7050         * bufferlist.h: doxy changes
7051
7052         * bufferlist.C: ws changes
7053
7054         * DepTable.[Ch] (ext_exist): place const in the right spot.
7055
7056         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
7057         call resizeInsets.
7058         (workAreaExpose): call resizeInsets when the with BufferView changes.
7059         (Dispatch): adjust for protectedBlank removal
7060         (specialChar): call updateInset if the insert went ok.
7061
7062         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
7063         specialChar instead.
7064
7065         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
7066
7067         * BufferView.h: doxy change
7068
7069         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
7070
7071         * lyxtextclass.C (operator[]): remove non-const version
7072         (defaultLayout): remove non-const version
7073
7074 2002-03-12  Juergen Vigna  <jug@sad.it>
7075
7076         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
7077         did resize the LyXText too.
7078
7079         * buffer.C (readLyXformat2): set layout information on newly allocated
7080         paragraphs.
7081
7082         * tabular.C (OldFormatRead): set layout information on the paragraph.
7083
7084 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7085
7086         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
7087
7088 2002-03-11  Juergen Vigna  <jug@sad.it>
7089
7090         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
7091         plainly wrong.
7092         (resizeCurrentBuffer): force also the insets to resize themselfes.
7093         (moveCursorUpdate): fixed up for InsetText.
7094
7095 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
7096
7097         * commandtags.h:
7098         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
7099         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
7100         value of Dialogs::tooltipsEnabled().
7101         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
7102
7103 2002-03-08  Juergen Vigna  <jug@sad.it>
7104
7105         * BufferView_pimpl.C (updateInset): update inset inside inset also
7106         if it isn't inside theLockingInset().
7107
7108 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7109
7110         * buffer.C (asciiParagraph): redo some of the word and line length
7111         handling.
7112         (getLists): look for Caption instead of caption.
7113
7114 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7115
7116         * buffer.C (Buffer): initialize niceFile to true
7117         (makeLaTeXFile):
7118         (makeLinuxDocFile):
7119         (makeDocBookFile): make sure niceFile is true on exit
7120
7121 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7122
7123         * buffer.C (makeLaTeXFile): escape ~ in \input@path
7124
7125 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
7126
7127         * LyXSendto.C: remove.
7128         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
7129         * lyx_gui.C: remove now-redundant comment.
7130         * ColorHandler.h: remove forward declaration of class WorkArea.
7131         * lyxfunc.C: remove #include "WorkArea.h".
7132
7133 2002-03-07  Juergen Vigna  <jug@sad.it>
7134
7135         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
7136         got moved away with the DEPM and also set the inset_owner always
7137         right which before could have been omitted.
7138
7139 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7140
7141         * buffer.C (parseSingleLyXformat2Token): use default layout is the
7142         wanted layout is not found.
7143
7144 2002-03-07  Juergen Vigna  <jug@sad.it>
7145
7146         * CutAndPaste.C (cutSelection): another layout settings forgotten.
7147
7148 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7149
7150         * paragraph.C (breakParagraph): use default layout not layout of
7151         prev paragraph.
7152         (Paragraph): clear ParagraphParameters.
7153
7154 2002-03-06  Juergen Vigna  <jug@sad.it>
7155
7156         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
7157         otherwise it would not be a valid lenght. Fixed a special case in
7158         the minipage compatibility read where we end the document with a
7159         minipage.
7160
7161         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
7162         was set as it could be 0 for InsetTexts first entry.
7163
7164 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7165
7166         * paragraph.C (writeFile): if layout is empty write out
7167         defaultLayoutName().
7168
7169         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
7170         file without named layout we set layout to defaultLayoutName().
7171
7172 2002-03-06  Juergen Vigna  <jug@sad.it>
7173
7174         * CutAndPaste.C (copySelection): set layout for new paragraph.
7175
7176         * text.C (prepareToPrint): leave ERT inset left aligned
7177         (leftMargin): don't indent paragraphs inside ERT insets
7178
7179 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7180
7181         * paragraph.C (breakParagraph): dont call clear do the work manually
7182
7183         * paragraph.[Ch] (clear): remove function
7184
7185 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7186
7187         * paragraph.C (Paragraph): dont call clear, the work has already
7188         been done.
7189
7190         * lyxtextclass.C (operator): assert if n is empty
7191
7192         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
7193         work manually instead.
7194
7195 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7196
7197         * BufferView_pimpl.C: protect selectionLost against text == 0
7198
7199 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7200
7201         * text.C (breakParagraph): fix a setting layout to '0' problem.
7202
7203 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7204
7205         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
7206         final location of file, for the included files, and graphics.
7207
7208 2002-03-05  Juergen Vigna  <jug@sad.it>
7209
7210         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
7211
7212 2002-03-04  Juergen Vigna  <jug@sad.it>
7213
7214         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
7215
7216         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
7217         last column of multicolumn cells.
7218         (SetWidthOfMulticolCell): recalculate NMC and real columns.
7219
7220 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
7221
7222         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
7223         file if it doesn't go to a temporary file.
7224
7225         * buffer.C (sgmlOpenTag):
7226         (sgmlCloseTag):  remove extra newline insertion.
7227
7228 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7229
7230         * text.C (getRowNearY): comment out debug msg
7231
7232 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7233
7234         * text2.C: first -> first_y
7235
7236         * text.C (getRowNearY): add some attemts at a possible
7237         optimization, not working.
7238
7239         * tabular.[Ch]: add BufferParams to several function so that newly
7240         created paragraph can be initialized to he default layotu for the
7241         buffers textclass.
7242
7243         * tabular-old.C (ReadOld): add buf->params to call of Init
7244
7245         * screen.C: rename text->first to text->first_y
7246
7247         * paragraph.C (breakParagraph): always set layout in the broken
7248         paragraph
7249
7250         * lyxtextclass.C (Read): remove lowercase
7251         (hasLayout): ditto
7252         (operator): ditto
7253         (delete_layout): ditto
7254
7255         * lyxtext.h: rename first -> first_y
7256
7257         * lyxlayout.C (Read): remove lowercase
7258         (name): ditto
7259         (setName): ditto
7260         (obsoleted_by): ditto
7261
7262         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
7263
7264         * buffer.C (insertErtContents): add params are to InsetERT
7265         (parseSingleLyXformat2Token): add code to check if a paragraphs
7266         layout really exist.
7267         (parseSingleLyXformat2Token): add params to several inset
7268         constructors
7269         (asciiParagraph): remove lowercase, do the layout comparisons with
7270         no_case
7271
7272         * BufferView_pimpl.C (cursorNext): first -> first_y
7273         (resizeCurrentBuffer): first -> first_y
7274         (updateScrollbar): first -> first_y
7275         (scrollCB): first -> first_y
7276         (workAreaMotionNotify): first -> first_y
7277         (workAreaButtonPress): first -> first_y
7278         (checkInsetHit): first -> first_y
7279         (cursorPrevious): first -> first_y
7280         (cursorNext): first -> first_y
7281         (Dispatch): add buffer_->params to severl inset contructors
7282
7283 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7284
7285         * lyxlayout.C (Read): remove some debug info that I forgot.
7286
7287         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
7288         clean up the code slightly.
7289         (makeLinuxDocFile): ditto
7290         (makeDocBookFile): ditto
7291
7292         * text2.C: layout as string
7293
7294         * text.C: layout as string
7295
7296         * paragraph_pimpl.C: layout as string
7297
7298         * paragraph.[Ch]: layout as string
7299
7300         * lyxtextclasslist.[Ch]: layout as string
7301
7302         * lyxtextclass.[Ch]: layout as string
7303
7304         * lyxtext.h: layout as string
7305
7306         * lyxlayout.[Ch]: layout as string
7307
7308         * lyx_cb.C: layout as string
7309
7310         * bufferview_funcs.C: layout as string
7311
7312         * bufferparams.C: layout as string
7313
7314         * buffer.C: layout as string
7315
7316         * LyXView.[Ch]: layout as string
7317
7318         * LaTeXFeatures.[Ch]: layout as string
7319
7320         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
7321
7322         * BufferView_pimpl.C: change current_layout to string, remove
7323         lyx::layout_type.
7324         (Dispatch):
7325         (smartQuote):
7326         (insertInset):
7327         (workAreaButtonRelease): layout as string
7328
7329         * BufferView2.C (unlockInset): adjust
7330
7331         * vspace.C (asLatexCommand): use an explict temp variable.
7332
7333 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
7334
7335         * Makefile.am: use FRONTEND_*
7336
7337 2002-03-01  Juergen Vigna  <jug@sad.it>
7338
7339         * tabular.C (SetWidthOfMulticolCell): changed to something better
7340         I hope but still work in progress.
7341         (recalculateMulticolumnsOfColumn): renamed function from
7342         recalculateMulticolCells as it is more appropriate now.
7343         (SetWidthOfCell): calculate multicols better.
7344
7345 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7346
7347         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
7348
7349         * lyxfunc.C (processKeySym): print sequence also if it is
7350         `deleted' (complete)
7351
7352         * kbsequence.C (print): print sequence even if it is deleted
7353         (complete would be a better word, actually).
7354
7355         * lyxfunc.C (dispatch): print complete options after a prefix key
7356
7357         * vspace.C (asLatexCommand): rewrite in a slightly different form.
7358
7359 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
7360
7361         * text2.C (setCharFont): eliminate setCharFont code duplication.
7362
7363 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7364
7365         * BufferView_pimpl.C (Dispatch): remove bogus handling of
7366         LFUN_TABULAR_FEATURE (bug #177)
7367
7368 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
7369
7370         * Makefile.am: remove figure.h
7371
7372 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
7373
7374         * Bufferview_pimpl.C:
7375         * CutAndPasteC:
7376         * LaTeX.C:
7377         * LyXSendto.C:
7378         * buffer.C:
7379         * bufferlist.C:
7380         * converter.C:
7381         * language.C:
7382         * lyxfunc.C:
7383         * lyxvc.C:
7384         * paragraph.C:
7385         * text.C:
7386         * text2.C: remove #include "lyx_gui_misc.h".
7387
7388         * LaTeX.C: added #include <cstdio>
7389
7390 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7391
7392         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
7393         that the paragraph following this one can have.
7394
7395         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
7396
7397         * vspace.C (asLatexCommand): fix bogus gcc warning
7398
7399         * Makefile.am (lyx_SOURCES): remove vms_defines.h
7400
7401 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
7402
7403         * text2.C (setLayout): get rid of redundant code
7404
7405 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
7406
7407         * text2.C (incDepth): make sure depth cannot be increased beyond
7408         reasonable values.
7409
7410 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
7411
7412         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
7413         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
7414
7415         * PainterBase.h (image):
7416         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
7417         a LyXImage const *.
7418
7419 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
7420
7421         * BufferView.C:
7422         * BufferView.h:
7423         * BufferView_pimpl.C:
7424         * BufferView_pimpl.h:
7425         * LaTeXFeatures.C:
7426         * LyXAction.C:
7427         * LyXView.C:
7428         * Makefile.am:
7429         * UpdateList.h:
7430         * UpdateList.C:
7431         * buffer.C:
7432         * figure.h:
7433         * figureForm.C:
7434         * figureForm.h:
7435         * figure_form.C:
7436         * figure_form.h:
7437         * lyx_cb.C:
7438         * lyx_gui.C:
7439         * lyx_gui_misc.C:
7440         * lyxfunc.C:
7441         * sp_base.h:
7442         * sp_ispell.h:
7443         * sp_pspell.h:
7444         * sp_spell.C: remove fig inset, and the crap house of
7445           cards that follows it
7446
7447 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
7448
7449         * Makefile.am:
7450         * lyxserver.C:
7451         * os2_defines.h:
7452         * os2_errortable.h:
7453         * nt_defines.h: move .h into support/
7454
7455         * vms_defines.h: remove
7456
7457         * WorkArea.C: add space in debug output
7458
7459         * text2.C:
7460         * paragraph.C:
7461         * buffer.C: add WITH_WARNINGS
7462
7463         * vc-backend.h:
7464         * vc-backend.C:
7465         * bufferlist.C: s/retrive/retrieve/, add docs
7466
7467         * vspace.h:
7468         * vspace.C:
7469         * kbmap.h:
7470         * lyxlength.h:
7471         * lyxgluelength.h:
7472         * length_common.h:
7473         * chset.h:
7474         * chset.C: add docs
7475
7476         * lyxgui.C: add ID to X error handler
7477
7478         * lyxtestclass.c: fix typo
7479
7480 2002-02-26  Juergen Vigna  <jug@sad.it>
7481
7482         * tabular_funcs.C (write_attribute): changed so that some default
7483         attributes are not written at all.
7484         (getTokenValue): set default values before trying to read the
7485         value so we have the return value always set as default if we don't
7486         find the token we search for.
7487
7488         * tabular.C (Write): write bools as bools not as strings!
7489
7490 2002-02-22  Juergen Vigna  <jug@sad.it>
7491
7492         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
7493         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
7494
7495         * text.C (leftMargin): don't add an indent for paragraphs inside
7496         tabular cells (fix #208).
7497
7498 2002-02-21  José Matos  <jamatos@fep.up.pt>
7499
7500         * tabular.C (docBook): fixed support for long tables.
7501
7502 2002-02-20  Juergen Vigna  <jug@sad.it>
7503
7504         * text2.C (getFont): get the drawing font of the Inset if this
7505         paragraph is inside an inset (only important for InsetERT for now).
7506
7507         * buffer.C (insertErtContents): use new lanugage params in ERT
7508         constructor.
7509
7510         * CutAndPaste.C: commenting out seemingly uneeded code.
7511
7512 2002-02-19  Allan Rae  <rae@lyx.org>
7513
7514         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
7515         Iterators might be simple to use but they also get invalidated.
7516         (removeAutoInsets): renamed saved cursor tracking variables and added
7517         some comments to clarify what everything does.
7518
7519 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
7520
7521         * Chktex.C:
7522         * LaTeX.C:
7523         * LyXSendto.C:
7524         * converter.C:
7525         * lyx_cb.C:
7526         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
7527         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
7528
7529         * lyxfunc.C:
7530         * vc-backend.h: remove #include "support/syscall.h"
7531
7532         * LaTeX.C:
7533         * LyXSendto.C:
7534         * converter.C: rearrange #includes in Lars' approved fashion.
7535
7536         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
7537         forward declare class Timeout in the header file.
7538
7539         * XFormsView.C: changes due to the above.
7540
7541         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
7542         similar to LyXView.
7543
7544         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
7545         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
7546
7547 2002-02-18  José Matos  <jamatos@fep.up.pt>
7548
7549         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
7550         insets contents.
7551
7552 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7553
7554         * a lot of small ws changes
7555         * add a lot of using std::XXX
7556         * use std construcs some places where approp.
7557         * use some exisint stuff from lyxfunctional where approp.
7558         * Make file changes to use partial linking (lets test this now...)
7559
7560 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
7561
7562         * Chktex.C:
7563         * buffer.C:
7564         remove #include "support/syscontr.h" as it's redundant. Always has been.
7565
7566         * Chktex.C:
7567         * LaTeX.C:
7568         * LyXSendto.C:
7569         * converter.C:
7570         * lyx_cb.C:
7571         * vc-backend.C:
7572         change Systemcalls::System to Systemcalls::Wait and
7573         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
7574         No change of functionality, just reflects the stripped down Systemcalls
7575         class.
7576
7577 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
7578
7579         * debug.[Ch]: add a GRAPHICS type to the enum.
7580
7581 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7582
7583         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
7584
7585         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
7586         there is an inset.
7587
7588 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7589
7590         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
7591         match the changes below.
7592
7593         * text2.C (toggleInset): if there is not editable inset at cursor
7594         position, try to see if cursor is _inside_ a collapsable inset
7595         and close it.
7596
7597 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7598
7599         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
7600         document menu has a nice checkbox
7601
7602 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7603
7604         * lyxlength.C (asLatexString): change PW to output as percent of
7605         \textwidth.
7606
7607         * lengthcommon.C: change '%' to 't%'
7608
7609         * lyxfunc.C (dispatch): a few comments from Martin
7610
7611 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
7612
7613         * WorkArea.h:
7614         * WorkArea.C:
7615         * BufferView_pimpl.h:
7616         * BufferView_pimpl.C: clear our selection when X tells us we've lost
7617           the X selection.
7618
7619 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7620
7621         * vspace.C (inPixels): fix compiler warning
7622
7623 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7624
7625         * lyxfunc.C (getStatus): fix status message for disabled commands.
7626
7627 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
7628
7629         * BufferView_pimpl.C: fix crash on close buffer
7630         during selection (#227)
7631
7632 2002-01-27  Herbert Voss  <voss@lyx.org>
7633
7634         * buffer.C: link old Figure to new graphic inset
7635
7636 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
7637
7638         * FontLoader.C (getFontinfo): Change the latex font names in order
7639         to match the names of type1inst.
7640
7641 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7642
7643         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
7644
7645         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
7646         (extchanged): ditto
7647         (ext_exist): ditto
7648         (remove_files_with_extension): ditto
7649         (remove_file): ditto
7650         (write): ditto
7651
7652         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
7653         document is smaller than the work area height. Do not initialize
7654         static variables to 0.
7655
7656 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7657
7658         * lyx_gui.C (init): give the toolbar tooltips a normal font.
7659
7660         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
7661         LFUN_LAYOUT_PARAGRAPHS.
7662
7663         * tabular.C (GetCellFromInset): new method. Finds an inset in a
7664         tabular. It is possible to provide a possible cell, which will
7665         typically be the actcell from the corresponding insettabular
7666
7667         * lyxfunc.C (getStatus): small cleanup; disable
7668         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
7669         true
7670
7671 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7672
7673         * tabular.C (Validate): remove broken optimization (fixes bug #201)
7674
7675         * paragraph.C (startTeXParParams):
7676         (endTeXParParams): new methods. The LaTeX code to
7677         start/end paragraph formatting
7678         (simpleTeXOnePar): call startTeXParParams also when paragraph is
7679         empty (fixes bug #200)
7680
7681         * vspace.C (inPixels): adapt to the change below
7682         (inPixels): [later] more cleanups (remove unused variables)
7683
7684         * lyxlength.C (inPixels): change to use a width and a height as
7685         parameter.
7686
7687 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7688
7689         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
7690         Replaced with \paperwidth
7691
7692         * DepTable.C (insert): add std:: qualifier
7693
7694 2002-01-18  Allan Rae  <rae@lyx.org>
7695
7696         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
7697         updated also?
7698
7699         * text.C (drawInset): Turned out I didn't know enough about how
7700         rebreaking worked.  This fixes most of the redraw problems.  I see
7701         an occasional cursor trail when a line is broken now and the cursor
7702         placement can seem out by a few pixels also after a rebreak.
7703
7704 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7705
7706         * buffer.C (parseSingleLyXformat2Token): update because minipage
7707         width is now a LyXLength
7708
7709         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
7710
7711         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
7712         math insets
7713
7714 2002-01-17  Juergen Vigna  <jug@sad.it>
7715
7716         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
7717
7718         * BufferView2.C (lockInset): call edit() so that theLockingInset()
7719         is set correctly and the inset is updated correctly.
7720
7721 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7722
7723         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
7724         the beginning of the loop.
7725
7726 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
7727
7728         * lyxrc.C: improve help for use_scalable_fonts
7729
7730 2002-01-17  Allan Rae  <rae@lyx.org>
7731
7732         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
7733
7734 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7735
7736         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
7737         make sure to set their inset_owner to the right value (bug #171)
7738
7739 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
7740
7741         * DepTable.h
7742         * DepTable.C: Implement mtime checking to reduce time spent doing
7743         CRCs.
7744
7745 2002-01-16  Juergen Vigna  <jug@sad.it>
7746
7747         * tabular.C (GetAdditionalHeight): one of error fixed.
7748
7749         * lyxrc.C (output): small fix in writing use_pspell.
7750
7751 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
7752
7753         * sp_base.h: #include LString.h
7754
7755 2002-01-16  Allan Rae  <rae@lyx.org>
7756
7757         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
7758         Can someone check this please?
7759
7760         * text.C (drawInset): It was possible that p.row would be removed by
7761         breakAgainOneRow upsetting a few other settings.  There may be another
7762         small tweak possible by setting need_break_row = 0 when p.row has been
7763         removed but I don't know enough about the logic here.
7764
7765 2002-01-15  Allan Rae  <rae@lyx.org>
7766
7767         * text.C (insertChar): removed conditional truism.
7768
7769         * BufferView2.C (removeAutoInsets): More tweaks.
7770         cur_par_prev could be a stray pointer.  Check for trailing empty line
7771         in case last line was cur_par and only had an error inset on it.
7772
7773 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7774
7775         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
7776         absolute
7777
7778         * vc-backend.C (most methods):
7779         * exporter.C (Export):
7780         * converter.C (convert):
7781         (runLaTeX):
7782         * LyXSendto.C (SendtoApplyCB):
7783         * lyxfunc.C (dispatch):
7784         (menuNew):
7785         (open):
7786         (doImport):
7787         * lyx_cb.C (AutoSave):
7788         (InsertAsciiFile):
7789         * BufferView_pimpl.C (MenuInsertLyXFile):
7790         * buffer.C (runChktex): use Buffer::filePath().
7791
7792         * buffer.h: rename filename to filename_; rename filepath to
7793         filepath_ and make it private
7794         (filePath): new method
7795
7796         * buffer.C (writeFile): use fileName()
7797         (getLatexName):
7798
7799         * lyx_main.C (init): fix starting  of LyX when the binary is a
7800         link from so,ewhere else.
7801
7802         * minibuffer.C: include <cctype> for isprint
7803
7804 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7805
7806         * buffer.C (parseSingleLyXformat2Token): changes associated with the
7807         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
7808         name clash with InsetCollapsable's width function.
7809
7810 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7811
7812         * lastfiles.C: include <iterator>
7813
7814 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7815
7816         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
7817         std::count.
7818
7819         * buffer.C (makeLaTeXFile): ditto.
7820         Also make loop operation more transparent.
7821
7822 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
7823
7824         * ToolbarDefaults.C: remove trailing comma closing namespace.
7825
7826         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
7827
7828         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
7829         as in WorkArea.
7830
7831         * trans.C (Load): comment out unused variable, allowed.
7832
7833 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
7834
7835         * minibuffer.[Ch] (append_char): new method to recieve input from the
7836         drop-down completion browser. If a key was pressed, then recieve this
7837         char and append it to the existing string.
7838         (peek_event): modify the positioning data passed to the completion
7839         browser so that it can be placed above the minibuffer rather than below.
7840 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7841
7842         * LyXAction.C (init): alloe error-next for readonly documents.
7843
7844         * BufferView2.C (ChangeRefsIfUnique): use standard version of
7845         count.
7846
7847 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7848
7849         * bufferlist.C (readFile): create the buffer _after_ checking that
7850         the file exists.
7851
7852         * lyxfunc.C (verboseDispatch): fix handling of arguments
7853
7854         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
7855
7856         * lyxrc.C: use string::erase() instead of initializing to "".
7857
7858
7859 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
7860
7861         * BufferView_pimpl.h:
7862         * BufferView_pimpl.C:
7863         * WorkArea.h:
7864         * WorkArea.C:
7865         * text2.C: tell X when we have made a selection for copying
7866
7867 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7868
7869         * BufferView_pimpl.C (MenuInsertLyXFile):
7870         * lyxfunc.C (menuNew):
7871         (open):
7872         (doImport): add shortcuts to directory buttons
7873
7874         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
7875         open a float)
7876
7877         * lyxfunc.C (setStatusMessage):
7878         (getStatusMessage): new methods
7879         (getStatus):use setStatusMessage instead of setErrorMessage
7880         (dispatch): when function is disabled, set error message here
7881         [instead of in getStatus previously]
7882
7883         * BufferView_pimpl.C (workAreaButtonRelease): update
7884         toolbar/menubar here too.
7885
7886 2002-01-13  Allan Rae  <rae@lyx.org>
7887
7888         * BufferView2.C (removeAutoInsets): finished off earlier fix.
7889         Now seems indestructible.  Remaining task is to audit all other
7890         code affected by deleteEmptyParagraphMechanism.  One small quirk
7891         left is that an empty document with an error in the preamble can
7892         be made to report an error but no error box appears.  I don't know
7893         where it goes.
7894         (removeAutoInsets): Improved comments.
7895
7896 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
7897
7898         * Thesaurus.h:
7899         * Thesaurus.C: update for Aiksaurus 0.14
7900
7901 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7902
7903         * text2.C (firstParagraph): removed member function, all uses
7904         replaces with ownerParagraph
7905         (redoParagraphs): here
7906         (updateInset): here
7907         (toggleAppendix): here
7908         * BufferView2.C (insertErrors): here
7909         (setCursorFromRow): here
7910
7911 2002-01-13  Allan Rae  <rae@lyx.org>
7912
7913         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
7914         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
7915         There is still a way to segfault this although you may have to do this
7916         multiple times: Have an InsetERT with an unknown command in it.
7917         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
7918         <down-arrow>, <Enter> again, View->DVI, BANG!
7919
7920         * text2.C (setCursor):
7921         (deleteEmptyParagraphMechanism):
7922         * lyxtext.h (setCursor):
7923         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
7924         Making use of the return value may help fix other bugs.
7925
7926 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7927
7928         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
7929
7930         * LyXView.C (updateMenubar): call MenuBar::update here
7931         (updateToolbar): but not here
7932         (showState): do not update toolbar/menubar
7933
7934         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
7935         should need to care about that.
7936
7937         * lyxfunc.C (verboseDispatch): simplify a bit
7938         (getStatus): have a version which takes a pseudoaction, and
7939         another which requires a (kb_action,string).
7940
7941         * LyXAction.C (retrieveActionArg): make it work also when action
7942         is not a pseudo-action.
7943         (getActionName): simplify a bit
7944         (helpText):
7945
7946 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7947
7948         * lyxfunc.C (verboseDispatch): new families of methods with
7949         several ways to specify a command and a bool to indicate whether
7950         the command name and shortcut should be displayed in minibuffer
7951         (eventually, we could extend that to a finer bitmask like
7952         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
7953         (dispatch): the pristine dispatch command which just, well,
7954         dispatchs! Note it still sets its result to minibuffer; I'm not
7955         sure we want that.
7956
7957         * lyxfunc.h: remove setHintMessage
7958
7959         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
7960
7961 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7962
7963         * BufferView_pimpl.C (specialChar): delete new inset if we have
7964         not been able to insert it.
7965
7966         * kbmap.C: revert to using int instead of kb_action, since all we
7967         are dealing with is pseudo-actions.
7968
7969         * LyXAction.C (searchActionArg): change to return int instead of
7970         kb_action, since the result is a pseudoaction.
7971
7972 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
7973
7974         * buffer.C (insertErtContents): Fix (partially) the font bug.
7975
7976 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
7977
7978         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
7979         as the other one is broken on my machine!
7980
7981 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
7982
7983         * commandtags.h:
7984         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
7985
7986 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
7987
7988         * lyxrc.[Ch]: change names and descriptions of popup font variables to
7989         reflect their actual use. Provide compatibility code for older lyxrc
7990         files.
7991
7992         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
7993         FL_NORMAL_STYLE.
7994         change names of popup font variables in line with the changes to lyxrc.C
7995
7996 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7997
7998         * buffer.C (asciiParagraph): avoid outputing a word twice after
7999         an inset.
8000
8001         * lyxrc.C (getDescription): document that document_path and
8002         template_path can be empty.
8003
8004 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8005
8006         * LaTeXFeatures.C (getMacros):
8007         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
8008
8009         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
8010
8011         * LaTeXFeatures.C (useFloat): require "float" here instead of in
8012         getPackages.
8013         (getPackages): rename feature "floats" to "float". Use an array to
8014         iterate over 'simple' features (i.e. just a \usepackage). Add
8015         handling of "amsmath" (renamed from "amsstyle").
8016
8017 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
8018
8019         * LaTeXFeatures.C (require): Prevent duplicate entries in the
8020         features list.
8021
8022 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
8023
8024         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
8025         FuncStaus::FuncStatus & FuncStaus::some_method().
8026
8027 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
8028
8029         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
8030         of the func_satus stuff. Edited and massaged in various ways by
8031         JMarc.
8032
8033         * lyxfunc.C (getStatus): use FuncStatus
8034
8035 2002-01-08  Juergen Vigna  <jug@sad.it>
8036
8037         * text.C (nextBreakPoint): use function Inset::isChar().
8038
8039         * paragraph.C (TeXOnePar): use function
8040         Inset::forceDefaultParagraphs.
8041
8042         * buffer.C (latexParagraphs): use function
8043         Inset::forceDefaultParagraphs.
8044
8045 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8046
8047         * lyx_gui.C (init): set the style of the menu popups to
8048         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
8049
8050 2002-01-07  Juergen Vigna  <jug@sad.it>
8051
8052         * text.C (setHeightOfRow): small fix
8053         (prepareToPrint): don't look at alignment if we don't have the place
8054         for doing it.
8055
8056 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8057
8058         * box.C: New file. Move the Box methods and functions out of box.h,
8059         following Lars' suggestion.
8060
8061 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
8062
8063         * box.h: #include "support/LOstream.h", needed for inlined function.
8064
8065         * lyxtextclass.C:
8066         * lyxtextclasslist.C: added some using std declarations.
8067
8068 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
8069
8070         * box.h: make signed dimensions to allow insets wider than
8071           the screen (bug #162)
8072
8073         * BufferView_pimpl.C: add some insetHit debug
8074
8075 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
8076
8077         * vc-backend.C: add FIXME
8078
8079 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8080
8081         * lyxfunc.C (getStatus): enable code for showing math font status
8082         in toolbar/menu.
8083
8084 2002-01-07  Juergen Vigna  <jug@sad.it>
8085
8086         * text.C (nextBreakPoint): removed debug output not needed anymore.
8087
8088 2002-01-06  Juergen Vigna  <jug@sad.it>
8089
8090         * text.C (nextBreakPoint): fixed up this function we had this bug
8091         since ever but now hopefully we break row better.
8092         (insertChar): we have to check if an inset is the next char as it
8093         could now happen that a large inset is causing a break.
8094
8095 2002-01-05  Juergen Vigna  <jug@sad.it>
8096
8097         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
8098         if it doesn't like to be drawed.
8099
8100 2002-01-04  Juergen Vigna  <jug@sad.it>
8101
8102         * BufferView2.C (lockInset): forgot to set a cursor.
8103
8104         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
8105
8106 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
8107
8108         * FormMathsPanel.C:
8109         * FormMathsPanel.h
8110         * MathsSymbols.C:
8111         * form_maths_panel.C:
8112         * form_maths_panel.h:
8113         * form_maths_panel.fd: implemented sub- and super- buttons in math
8114         panel.
8115
8116         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
8117         (or ^ space) to be used as in TeX (req'd by André).
8118
8119         * lyxfunc.C: Allow ^ and _ again to be used both as
8120         super/subscript (mathed) and as themselves (in text).
8121
8122 2002-01-03  Allan Rae  <rae@lyx.org>
8123
8124         * LyXView.C (updateWindowTitle): Setup a short icon title of either
8125         "LyX" or the filename of the current buffer if it has one.  This is a
8126         modified form of John Levon's patch.
8127
8128         * XFormsView.C (setWindowTitle): also set icon title.
8129
8130         * LyXView.h (setWindowTitle): signature changed.
8131         * XFormsView.h (setWindowTitle): ditto.
8132
8133 2002-01-02  Juergen Vigna  <jug@sad.it>
8134
8135         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
8136
8137 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8138
8139         * screen.C (topCursorVisible): introduce a temp var for
8140         text->cursor.row(), handle the case where this row is null. (kindo
8141         hachish)
8142
8143         * text2.C (setCursor): add a couple of asserts.
8144
8145         * paragraph.h (inset_iterator): add -> operator
8146
8147         * paragraph.[Ch] (autoDeleteInsets): remove member function
8148
8149         * BufferView2.C (removeAutoInsets): rewrite to handle the old
8150         cursor pos correctly and handle inset deletion by itself.
8151         (insertErrors): move iterator declaration out of for expression
8152
8153         * lyxtextclass.C: add <algorithm>
8154
8155         * Makefile.am: added the new files to sources, removed layout.C
8156
8157         * layout.C: removed file
8158
8159         * layout.h: remove LYX_DUMMY_LAYOUT
8160
8161         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
8162         layout.
8163
8164         * lyxlayout.[Ch]:
8165         * lyxtextclass.[Ch]:
8166         * lyxtextclasslist.[Ch]: new files
8167
8168         * include order changes to a lot of files, also changes because of
8169         the six new files.
8170
8171 2001-12-27  Juergen Vigna  <jug@sad.it>
8172
8173         * buffer.C (asciiParagraph): more fixes.
8174
8175         * tabular.C (ascii): make ascii export support export of only the
8176         data separated by a column-delimiter.
8177         (ascii): better support for ascii export.
8178
8179         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
8180
8181 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8182
8183         * tabular_funcs.C: use a "using std::getline" instead of the
8184         previous fix from Angus (necessary for cxx + lyxstring)
8185
8186 2001-12-24  Juergen Vigna  <jug@sad.it>
8187
8188         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
8189
8190         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
8191         problems. First check a minipage also if we have some ert-contents
8192         (not only on par->size(), second set the right depth of the paragraph
8193         on the relink to the root-paragraph-list!
8194
8195         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
8196         which then did not anymore update the main paragraphs on undo/redo!
8197
8198 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8199
8200         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
8201         code. Support all font-changing funcs (even those which are not in
8202         menu currently). Support for reporting font settings in
8203         mathed (disabled until Andre provides a function on mathed's side).
8204
8205         * func_status.h (toggle): small helper function to set toggle
8206         state on a flag.
8207
8208 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
8209
8210         * tabular_funcs.C: getline -> std::getline
8211
8212 2001-12-21  Juergen Vigna  <jug@sad.it>
8213
8214         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
8215         accessed and could be 0 (I couldn't generate this but it seems
8216         Michael could!).
8217
8218 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8219
8220         * tabular_funcs.C: add LIstream.h, move write_attribute to..
8221         * tabular_funcs.h: here and include iosfwd
8222
8223 2001-12-20  Juergen Vigna  <jug@sad.it>
8224
8225         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
8226         inside inset but undo_par was.
8227
8228 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8229
8230         * Thesaurus.C: always include <config.h> in sources.
8231
8232         * Painter.h:
8233         * lyxlookup.h:
8234         * box.h: do not include <config.h> in header files
8235
8236         * text.C (paintLastRow): remove unused variable
8237
8238         * text.C (transformChar):
8239         (insertChar):
8240         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
8241
8242         * Painter.C (text):
8243         * font.C (width): rewrite to use uppercase() instead of
8244         islower/toupper.
8245
8246         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
8247
8248 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
8249
8250         * lyxfind.C: clean up of find failure position change
8251
8252 2001-12-20  Juergen Vigna  <jug@sad.it>
8253
8254         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
8255
8256         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
8257         (TeXRow): added to LaTeX a single tabular row.
8258         (TeXLongtableHeaderFooter): added to output LT-h/f data.
8259         (Latex): simplified and finally good LT-h/f support.
8260         (various_functions): just small adaptions for LT-h/f support.
8261
8262         * tabular_funcs.[hC]: added and moved here all not classfunctions
8263         of LyXTabular.
8264
8265 2001-12-19  Juergen Vigna  <jug@sad.it>
8266
8267         * tabular.[Ch]: better support for longtabular options (not finished
8268         yet!)
8269
8270 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8271
8272         * text.C (paintLastRow): use the label font instead of the font of
8273         the last character to compute the size of *_BOX. This makes more
8274         sense and avoids a crash with empty paragraphs.
8275         Use Painter::rectangle to draw EMPTY_BOX.
8276
8277 2001-12-19  Juergen Vigna  <jug@sad.it>
8278
8279         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
8280         the paragraphs if the replaced paragraph is not the first one!
8281         Tried to delete not used paragraphs but does not work yet so for
8282         now it's inside #ifdef's and by default off!
8283
8284 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8285
8286         * MenuBackend.C: include "lyx_main.h" instead of declaring
8287         lastfiles (actually was declared as LastFiles* instead of a
8288         scoped_ptr).
8289
8290 2001-12-17  Juergen Vigna  <jug@sad.it>
8291
8292         * tabular.C (AppendColumn): applied John's fix
8293
8294 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
8295
8296         * BufferView.h:
8297         * BufferView.C:
8298         * BufferView_pimpl.h:
8299         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
8300
8301         * Makefile.am:
8302         * box.h: new start of class for above
8303
8304         * lyxfunc.C: ignore space-only minibuffer dispatches.
8305           Show the command name when it doesn't exist
8306
8307         * minibuffer.C: don't add empty lines to the history
8308
8309         * minibuffer.C: add a space on dropdown completion
8310
8311 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
8312
8313         * text.C: fix line above/below drawing in insets
8314
8315 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8316
8317         * lyxlength.C (LyXLength): Initialize private variables.
8318
8319 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
8320
8321         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
8322         when inserting error insets.
8323
8324 2001-12-13  Juergen Vigna  <jug@sad.it>
8325
8326         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
8327         actually sometimes the before-paragraph.
8328         (setUndo): don't clear the redostack if we're not actually undoing!
8329
8330 2001-12-06  Juergen Vigna  <jug@sad.it>
8331
8332         * undo_funcs.C (textHandleUndo): well after John's hint I got here
8333         and fixed redoing of main paragraph, so we can use it now ;)
8334
8335         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
8336
8337 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8338
8339         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
8340         Juergen's request
8341
8342 2001-12-13  André Pönitz <poenitz@gmx.net>
8343
8344         * undostack.[Ch]:
8345         * undo_func.C: minor cleanup
8346
8347 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8348
8349         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
8350         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
8351         font in urw-fonts package which is marked as -urw-fontspecific and
8352         does not work (incidentally, changing the encoding in the
8353         fonts.dir of this package to -adobe-fontspecific fixes the
8354         problem).
8355
8356         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
8357         is a crash when undoing first paragraph (Juergen, please take a
8358         look). THis does not mean the undo fix is wrong, just that it
8359         uncovers problems.
8360
8361         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
8362         the (Paragraph*) version when needed instead of duplicating the
8363         code.
8364
8365         * text.C (workWidth): use Inset::parOwner to find out where the
8366         inset has been inserted. This is a huge performance gain for large
8367         documents with lots of insets. If Inset::parOwner is not set, fall
8368         back on the brute force method
8369
8370         * paragraph_pimpl.C (insertInset):
8371         * paragraph.C (Paragraph):
8372         (cutIntoMinibuffer): set parOwner of insets when
8373         inserting/removing them
8374
8375         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
8376
8377 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
8378
8379         * commandtags.h:
8380         * LyXAction.C:
8381         * lyx_main.C:
8382         * lyxfunc.C:
8383         * mathed/formulabase.C:
8384         * mathed/math_cursor.[Ch]:
8385         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
8386
8387
8388 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8389
8390         * lyxlength.[Ch] (operator!=): new function
8391
8392 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8393
8394         * text.C (workWidth): use Inset::parOwner to find out where the
8395         inset has been inserted. This is a huge performance gain for large
8396         documents with lots of insets. If Inset::parOwner is not set, fall
8397         back on the brute force method
8398
8399         * paragraph_pimpl.C (insertInset):
8400         * paragraph.C (Paragraph):
8401         (cutIntoMinibuffer): set parOwner of insets when
8402         inserting/removing them
8403
8404         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
8405
8406 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8407
8408         * tabular-old.C (getTokenValue):
8409         * tabular.C (getTokenValue):
8410         (write_attribute): new versions for LyXLength
8411         (everywhere): adjust the use of widths
8412
8413         * tabular.h: change the type of widths from string to LyXLength
8414
8415 2001-12-11  Ben Stanley <bds02@uow.edu.au>
8416
8417         * paragraph.C: fixed missing line number count when exporting
8418         Environments to LaTeX file
8419
8420         * buffer.C: added informational message for checking line numbers.
8421
8422 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8423
8424         * text2.C (deleteEmptyParagraphMechanism): if there is only one
8425         paragraph, do the 'double space' part, but not the 'empty
8426         paragraph' one.
8427
8428         * text.C (workWidth): small optimization
8429         (getLengthMarkerHeight): use minimal size for negative lengths.
8430
8431 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
8432
8433         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
8434
8435         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
8436
8437 2001-12-11  André Pönitz <poenitz@gmx.net>
8438
8439         * FontLoader.C:
8440         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
8441
8442 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8443
8444         * text2.C: keep selection on a setFont()
8445
8446 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8447
8448         * lyx_cb.C: another bv->text misuse, from insert label
8449
8450 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
8451
8452         * kbsequence.h:
8453         * kbsequence.C: re-instate nmodifier mask
8454
8455 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
8456
8457         * lyx_main.h: make lyxGUI private.
8458
8459 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
8460
8461         * lyxfind.C: place the cursor correctly on failed search
8462
8463 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8464
8465         * text.C (getLengthMarkerHeight): for small heights, the arrows
8466         are not always on top/bottom of the text
8467         (drawLengthMarker): smaller arrows; take the left margin in
8468         account; draw also vfills.
8469         (paintFirstRow):
8470         (paintLastRow): remove special code for vfill and standard spaces,
8471         since everything is handled in drawLengthMarker now.
8472
8473 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8474
8475         * buffer.C (insertErtContents): try to handle font and language
8476         interaction a bit better.g
8477
8478         * ColorHandler.C (updateColor): change the hash to cover the whole
8479         LColor enum, ws cleanup
8480         (getGCLinepars): ditto
8481         (getGCLinepars): only lookup in the linecache once.
8482
8483 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
8484
8485         * iterators.C (operator++): Make the iterator more robust
8486
8487         * BufferView2.C (removeAutoInsets): Use paragraph iterators
8488         (John's patch)
8489         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
8490
8491 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8492
8493         * lyxtext.h:
8494         * text.C: better added space drawing
8495
8496 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8497
8498         * LyXView.C:
8499         * BufferView2.C: fix layout combo update on inset unlock
8500
8501 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8502
8503         * Makefile.am: don't compile unused files
8504
8505 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8506
8507         * lyxfunc.C:
8508         * commandtags.h:
8509         * LyXAction.C: remove old LFUN_LAYOUTNO
8510
8511 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8512
8513         * paragraph_pimpl.h:
8514         * paragraph_pimpl.C: isTextAt() doesn't need font param
8515
8516 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8517
8518         * lyxlex.h:
8519         * lyxlex.C: little cleanup
8520
8521 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
8522
8523         * BufferView_pimpl.C: fix insertAscii for insets
8524
8525 2001-12-05  Juergen Vigna  <jug@sad.it>
8526
8527         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
8528         set the right font on the "multi" paragraph paste!
8529
8530 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8531
8532         * trans_decl.h:
8533         * trans_mgr.[Ch]:
8534         * trans.[Ch]:
8535         * lyxgluelength.C:
8536         * lyxlength.C: remove out-commented code.
8537
8538         * BufferView_pimpl:
8539         * CutAndPaste.C:
8540         * DepTable.C:
8541         * buffer.C:
8542         * chset.C:
8543         * lastfiles.C:
8544         * lyxlex.C:
8545         * lyxlex_pimpl.C:
8546         * lyxserver.C:
8547         * screen.C:
8548         * tabular-old.C:
8549         * tabular.C:
8550         * text.C:
8551         * trans_mgr.C:
8552         * vc-backend.C: change "while(" to "while ("
8553
8554         * lyxlength.[Ch]: add zero function to check if length is zero or
8555         not
8556         * lyxgluelength.C: use it
8557
8558 2001-12-05  Allan Rae  <rae@lyx.org>
8559
8560         * lyxlength.C: Attempted a fix for the abs(int) header selection.
8561         Works for 2.95.3, from what I understand of Garst's reports this should
8562         work for other g++ versions.  We're screwed if the abs(int) definition
8563         changed between bugfix releases of gcc.
8564
8565 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
8566
8567         * text.C: fix chapter label offset !
8568
8569 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
8570
8571         * lyxtext.h:
8572         * text.C: fix hfill at end of line, clean up
8573
8574 2001-12-04  Juergen Vigna  <jug@sad.it>
8575
8576         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
8577         that we force an update of the inset and it's owners if neccessary.
8578
8579 2001-12-03  Juergen Vigna  <jug@sad.it>
8580
8581         * text.C (rowLast): simplified code
8582
8583 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
8584
8585         * lyxfunc.C: fix show options on timeout
8586
8587 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8588
8589         * screen.C (topCursorVisible): scroll half a page when the cursor
8590         reached top of bottom of screen
8591
8592 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
8593
8594         * minibuffer.C: deactivate on loss of focus
8595
8596 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8597
8598         * vspace.[Ch] (operator!=): add operator.
8599
8600 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
8601
8602         * BufferView_pimpl.C: refuse to open an inset when
8603         there's a selection.
8604
8605 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
8606
8607         * BufferView_pimpl.C: allow to click on RHS of full row insets
8608
8609 2001-11-30  Juergen Vigna  <jug@sad.it>
8610
8611         * tabular.C (LyXTabular): add a same_id to set the same id's in the
8612         insets for undo reasons.
8613
8614 2001-11-28  André Pönitz <poenitz@gmx.net>
8615
8616         * vspace.[Ch]: cosmetical changes
8617
8618 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8619
8620         * LyXAction.h:
8621         * LyXAction.C:
8622         * lyxfunc.h:
8623         * lyxfunc.C:
8624         * kbmap.h:
8625         * kbmap.C:
8626         * lyxrc.C:
8627         * kbsequence.h:
8628         * kbsequence.C: part re-write of old kb code
8629
8630         * Painter.C:
8631         * WorkArea.C: remove Lgb_bug_find_hack
8632
8633 2001-11-30  José Matos <jamatos@fep.up.pt>
8634
8635         * buffer.C (makeDocBookFile): add a comment to point a hack.
8636         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
8637         Fixed a double write of labels.
8638
8639 2001-11-29 Ben Stanley <bds02@uow.edu.au>
8640
8641         * LaTeX.C:
8642         * LaTeX.h Fixed bug in LaTeX class where it would not
8643         re-run latex if no depfiles were changed, but the .dvi was removed.
8644
8645 2001-11-28  André Pönitz <poenitz@gmx.net>
8646
8647         * all the files from the change on 2001/11/26:
8648         use lyx::layout_type instead of LyXTextClass::size_type
8649         use lyx::textclass_type instead of LyXTextClassList::size_type
8650
8651 2001-11-29  Juergen Vigna  <jug@sad.it>
8652
8653         * text.C: added support for paragraph::isFreeSpacing()
8654
8655         * buffer.C: same as above
8656
8657         * paragraph.h: inserted isFreeSpacing() function to enable
8658         FreeSpacing inside InsetERT.
8659
8660         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
8661         of the paragraph's in the cut/copy buffer to 0!
8662
8663         * text2.C (removeRow): remove the assert as it can!
8664
8665         * lyxtext.h: added helper function firstRow returning firstrow and
8666         made firstrow private again.
8667
8668         * BufferView2.C (lockInset): don't relock if we're already locked!
8669
8670         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
8671         the only paragraph.
8672         (removeRow): added Assert::(firstrow)
8673
8674         * debug.C: forgot to add INSETTEXT here.
8675
8676 2001-11-28  Juergen Vigna  <jug@sad.it>
8677
8678         * sp_spell.C (initialize): changed error text to more general
8679         spellchecker command use (not only ispell!)
8680
8681         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
8682
8683         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
8684
8685 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8686
8687         * vspace.C: initialise lyxgluelength on failure
8688
8689 2001-11-28  Allan Rae  <rae@lyx.org>
8690
8691         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
8692         declaration & definition that looks like a function declaration.
8693
8694 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8695
8696         * BufferView2.C (copy):
8697         (copyEnvironment): do not clear the selection when doing a copy.
8698
8699         * text.C (paintFirstRow): compilation fix
8700
8701 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
8702
8703         * tabular.C (Latex): correct line count when writing latex.
8704
8705 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
8706
8707         * paragraph_pimpl.h:
8708         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
8709           bug a bit
8710
8711 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8712
8713         * text.C:
8714         * LColor.h:
8715         * LColor.C: change vfillline->added_space
8716
8717         * text.C: add markers and text for added space
8718
8719         * vspace.C: fix comment
8720
8721 2001-11-28  André Pönitz <poenitz@gmx.net>
8722
8723         * paragraph.C: whitespace changes
8724         * all the other files from the change on 2001/11/26:
8725         change *::pos_type into lyx::pos_type
8726
8727 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8728
8729         * buffer.C (parseSingleLyXformat2Token): Set the language to the
8730         language of the document when inserting error insets.
8731
8732 2001-11-26  André Pönitz <poenitz@gmx.net>
8733
8734         * BufferView_pimpl.[Ch]:
8735         *       CutAndPaste.C:
8736         * buffer.[Ch]:
8737         * lyxcursor.[Ch]:
8738         * lyxfind.C:
8739         * lyxfunc.C:
8740         * lyxrow.[Ch]:
8741         * paragraph.[Ch]:
8742         * paragraph_pimpl.[Ch]:
8743         * sp_spell.C:
8744         * text.C:
8745         * text2.C: reduce header dependencies, introduce type for positions
8746
8747 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
8748
8749         * <various>: change to use Alert.h
8750
8751 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8752
8753         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
8754         when encountering an unknown token.
8755         (readLyXformat2): Show an error message if there were unknown tokens.
8756
8757 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
8758
8759         * BufferView2.C:
8760         * BufferView_pimpl.C:
8761         * buffer.C:
8762         * paragraph.h:
8763         * text.C:
8764         * text2.C: use par->isInset()
8765
8766 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
8767
8768         * paragraph_pimpl.h:
8769         * paragraph_pimpl.C: cleanup
8770
8771 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8772
8773         * text2.C (removeRow):
8774         * text.C (setHeightOfRow): remove useless (and costly) call to
8775         getRow.
8776
8777 2001-11-20  Allan Rae  <rae@lyx.org>
8778
8779         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
8780         Now need Inset*::checkInsertChar() to return true for appropriate
8781         cases so that the characters in the minibuffer will actually be
8782         inserted.
8783
8784 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8785
8786         * text.C: change the order of the includes.
8787         (workWidth): initialize it at once.
8788         (workWidth): make maxw unsigned
8789         (setHeightOfRow): remove unused variable (inset)
8790         (selectSelectedWord): remove unused variable (inset)
8791         (paintRowText): fix drawing of hfill characters, and clean up a bit.
8792
8793 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8794
8795         * lyxserver.C (emergencyCleanup): do not try to close pipes if
8796         server is not running.
8797         (openConnection):
8798         (closeConnection): add debug info when server is disabled.
8799
8800         * ColorHandler.C (getGCForeground): send debug message to GUI
8801         channel.
8802
8803         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
8804
8805         * kbmap.C (bind): modify because return conventions of
8806         kb_sequence::parse have changed.
8807
8808         * kbsequence.C (parse): only ignore spaces and not any stupid
8809         control character. This avoids tests like s[i] <= ' ', which are
8810         guaranteed to fail with 8bit characters and signed chars.
8811         Change return code to string::npos when there have been no error
8812         (0 was a bad idea when error is at first character)
8813
8814 2001-11-14  José Matos  <jamatos@fep.up.pt>
8815
8816         * buffer.h:
8817         * buffer.C (simpleDocBookOnePar): removed unused argument.
8818
8819 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8820
8821         * text.C (selectNextWordToSpellcheck): do not test explicitely for
8822         insets which are part of a word. Paragraph::isLetter takes care of
8823         that now. Use Paragraph::isInset to identify insets.
8824         (selectSelectedWord): do not test for hyphenation break.
8825
8826         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
8827         that protected spaces are considered as spaces.
8828
8829         * paragraph.C (isLetter): cleanup the code for ispell extras; use
8830         Inset::isLetter.
8831
8832 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
8833
8834         * lyxserver.h:
8835         * lyxserver.C: fix it. and small cleanup.
8836
8837 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
8838
8839         * BufferView_pimpl.C: use inline helpers
8840
8841         * LaTeXFeatures.h:
8842         * LaTeXFeatures.C: fix typos
8843
8844         * Spacing.h:
8845         * Spacing.C: move spacing_string into class
8846
8847         * ToolbarDefaults.C: move stuff into namespace anon
8848
8849         * layout.h: update enum
8850
8851         * lyxfunc.C: use better debug
8852
8853         * minibuffer.h: fix typo
8854
8855         * debug.h:
8856         * debug.C:
8857         * WorkArea.C: add and use Debug::WORKAREA
8858
8859         * lyxtext.h:
8860         * text.C:
8861         * text2.C: code re-organisation, inline helpers
8862
8863 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
8864
8865         * Layout.C: replaced a few cases of std::vector.size() == 0 with
8866         std::vector.empty().
8867
8868 2001-11-09  Allan Rae  <rae@lyx.org>
8869
8870         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
8871         '\n's after tables.  Tabular and ERT inset work now makes this no
8872         longer necessary.
8873
8874 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
8875
8876         * minibuffer.h:
8877         * minibuffer.C: fix crash, improve drop-down completion
8878
8879 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
8880
8881         * lyxserver.h:
8882         * lyxserver.C: invalidate fd's when doing endPipe()
8883
8884 2001-11-08  José Matos  <jamatos@fep.up.pt>
8885
8886         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
8887         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
8888
8889         * paragraph.h:
8890         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
8891
8892 2001-11-07  José Matos  <jamatos@fep.up.pt>
8893
8894         * buffer.h:
8895         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
8896         const qualifier.
8897
8898         * buffer.C (sgmlOpenTag):
8899         * buffer.C (sgmlCloseTag): removed debug info.
8900
8901         * buffer.h (sgmlOpenTag):
8902         * buffer.h (sgmlCloseTag): made public.
8903
8904 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8905
8906         * buffer.C (saveParamsAsDefaults):
8907         * lyx_cb.C (MenuLayoutSave): remove
8908
8909         * LyXAction.C (init):
8910         * commandtags.h:
8911         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
8912
8913 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8914
8915         * buffer.C (setPaperStuff): removed from here...
8916
8917         * bufferparams.C (setPaperStuff): ... and moved there.
8918
8919 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
8920
8921         * minibuffer.h:
8922         * minibuffer.C:
8923         * XFormsView.C: add support for drop-down completion
8924
8925 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
8926
8927         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
8928         commands.
8929
8930 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8931
8932         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
8933         disabled.
8934
8935 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
8936
8937         * lyx_main.C: change ref to known bugs
8938
8939 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
8940
8941         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
8942         to work around older babel problems.
8943
8944 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
8945
8946         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
8947
8948 2001-10-24  Juergen Vigna  <jug@sad.it>
8949
8950         * tabular-old.C (ReadOld): below variable changes reflected.
8951
8952         * tabular.[Ch]: added ltType struct for longtable header/footer
8953         defines and changed all instances where they are used. Added
8954         future support for double top/bottom rows.
8955
8956 2001-10-24  José Matos  <jamatos@fep.up.pt>
8957
8958         * buffer.h (docbookHandleCaption):
8959         * buffer.C (docbookHandleCaption): removed unused function.
8960         (makeDocBookFile): moved docbook supported version to v4.1.
8961
8962 2001-10-24  José Matos  <jamatos@fep.up.pt>
8963
8964         * tabular.h:
8965         * tabular.C (docbookRow): new function to export docbook code of a row.
8966         (DocBook): now honors the longtable flags.
8967
8968 2001-10-23  José Matos  <jamatos@fep.up.pt>
8969
8970         * LaTeXFeatures.h:
8971         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
8972         of the lyx defined sgml entities used in a docbook/linuxdoc document.
8973
8974         * buffer.C (makeLinuxDocFile):
8975         (makeDocBookFile): reworked the preamble, more clean, and with
8976         support for lyx defined entities. Changed the document declaration
8977         to be more XML friendly.
8978
8979         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
8980         if we need to output XML that should be done with a filter.
8981
8982 2001-10-22  Juergen Vigna  <jug@sad.it>
8983
8984         * sp_pspell.h (class PSpell): add alive function needed in the
8985         controller to see if the spellchecker could be started.
8986
8987 2001-10-22  Juergen Vigna  <jug@sad.it>
8988
8989         * buffer.C (insertStringAsLines): modify the font for inserting
8990         chars in certain conditions by calling checkInsertChar(font).
8991
8992 2001-10-19  Juergen Vigna  <jug@sad.it>
8993
8994         * text.C (workWidth): use getRow instead of wrong algorithm.
8995         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
8996
8997 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
8998
8999         * lyxserver.h:
9000         * lyxserver.C:
9001         * lyx_main.h:
9002         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9003
9004 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9005
9006         * text.C (workWidth): do not search for the exact row when
9007         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
9008         optimization for big documents.
9009
9010 2001-10-18  Juergen Vigna  <jug@sad.it>
9011
9012         * text.C (workWidth): new function with added Inset * parameter.
9013
9014 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9015
9016         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
9017
9018         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
9019         change return type of getColumnNearX.
9020
9021
9022         * text.C (changeRegionCase): use uppercase/lowercase instead of
9023         toupper/tolower.
9024         (leftMargin):
9025         (rightMargin): simplify code by factoring out the uses of
9026         textclasslist.
9027         (labelFill):
9028         (numberOfHfills):
9029         (setHeightOfRow):
9030         (appendParagraph): use Paragraph::size_type
9031
9032 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9033
9034         * vspace.C (asLatexString): add a missing break
9035
9036 2001-10-15  Herbert Voss  <voss@perce.de>
9037
9038         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
9039
9040 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9041
9042         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
9043         is not available.
9044
9045 2001-10-10  André Pönitz <poenitz@gmx.net>
9046
9047         * lyxfunc.C: removed greek_kb_flag.
9048
9049 2001-10-10  Herbert Voss  <voss@perce.de>
9050
9051         * lyx_main.C: delete global string help_lyxdir.
9052
9053 2001-10-09  Herbert Voss  <voss@perce.de>
9054
9055         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
9056
9057         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
9058
9059         * lyx_main.C: added global string help_lyxdir.
9060
9061         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
9062
9063 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9064
9065         * lyxrc.C (set_font_norm_type): support iso8859-4
9066
9067 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
9068
9069         * LaTeX.C (deplog): add another regex for MikTeX
9070
9071 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9072
9073         * lyxrc.C (set_font_norm_type): support iso8859-3
9074
9075 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9076
9077         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
9078
9079         * LaTeXFeatures.C: remove special case of french and index
9080
9081         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
9082         before \begin{document}). This solves several incompatibilities.
9083
9084 2001-10-03  Garst Reese  <reese@isn.net>
9085
9086         * lyx_cb.C: change CheckTex error msg.
9087
9088 2001-10-03  José Matos  <jamatos@fep.up.pt>
9089
9090         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
9091
9092 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9093
9094         * .cvsignore: update
9095
9096         * lyx_main.C (commandLineVersionInfo): use new style version info.
9097
9098         * buffer.C (writeFile):
9099         (makeLaTeXFile):
9100         (makeLinuxDocFile):
9101         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
9102
9103         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
9104
9105         * version.h: update to use stuff in version.C
9106
9107         * version.C.in: new file. Contains version information determined
9108         at compile time. This is a merging of version.h and
9109         version_info.h.in.
9110
9111 2001-10-03  Juergen Vigna  <jug@sad.it>
9112
9113         * BufferView_pimpl.C (update): don't change "dirty" status in
9114         updateInset call.
9115
9116 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
9117
9118         * WorkArea.C (c-tor): re-position version string slightly.
9119
9120 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
9121
9122         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
9123         revert to previous code.
9124
9125         WorkArea.[Ch]: (show, destroySplash): methods removed.
9126
9127         WorkArea.C: rework code so that it's an amalgam of the codes before and
9128         after the splash screen was moved to WorkArea.
9129
9130 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9131
9132         * lyxrc.C (read):
9133         * vspace.C (inPixels):
9134         (lyx_advance):
9135         * kbmap.C (bind):
9136         * buffer.C (insertStringAsLines):
9137         (asciiParagraph): fix types to be large enough
9138
9139         * lyxlex_pimpl.h: change member status from short to int
9140
9141         * layout.h: fix type of endlabeltype
9142
9143         * kbmap.C (bind):
9144         * kbsequence.C (parse): change return type to string::size_type
9145
9146         * LaTeX.C (updateBibtexDependencies): comment out unneeded
9147         variable
9148
9149         * Bullet.C (bulletSize):
9150         (bulletEntry): do not use short ints as parameters
9151
9152         * BufferView2.C (insertLyXFile): change a char to an int.
9153
9154         * WorkArea.C (WorkArea): remove unneeded floats in computation
9155
9156 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
9157
9158         * buffer.C (asciiParagraph): Treat '\\' as other chars.
9159
9160         * paragraph.C (asString): Do not ignore newline/hfill chars when
9161         copying to the clipboard.
9162
9163 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
9164
9165         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
9166         after a multi-line inset.
9167
9168 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
9169
9170         * paragraph.C (validate): Set NeedLyXFootnoteCode
9171
9172 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9173
9174         * lyxfont.C (LyXSizeNames): changed increase-error to increase
9175         and decrease-error to decrease.
9176
9177 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9178
9179         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
9180         it more readable (should be equivalent)
9181
9182 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
9183
9184         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
9185
9186 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9187
9188         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
9189         of a cursor (row, etc.) after a character has been deleted
9190         (deleteEmptyParagraphMechanism): call the method above on _all_
9191         cursors held by the LyXText when a double space has been
9192         detected/deleted.
9193
9194 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
9195
9196         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
9197         pixmap.
9198         (resizeCurrentBuff): remove code to destroy the old splash dialog.
9199
9200         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
9201         background. Use greyOut() and the new show() methods to toggle between
9202         the foreground and background. Add code to remove the splash after
9203         its initial showing.
9204
9205         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
9206         (create_forms): no longer call Dialogs::showSplash.
9207
9208 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9209
9210         * .cvsignore: add version_info.h
9211
9212 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9213
9214         * version_info.h.in: new file
9215
9216         * Makefile.am: add version_info.h.in
9217
9218         * lyx_main.C (commandLineVersionInfo): use version_info defined in
9219         version_info.h instead of VERSION_INFO
9220
9221 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
9222
9223         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
9224         The ERT inset now returns string().
9225
9226 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
9227
9228         * lyxtext.h, text.C (selectNextWord): renamed as
9229         selectNextWordToSpellcheck.
9230
9231         * text.C (selectNextWordToSpellcheck): Modified to not select
9232         words inside an ERT inset.
9233
9234 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9235
9236         * lyx_cb.C (MenuLayoutSave): change a bit the question
9237
9238         * sp_base.h: include <sys/types.h>
9239
9240 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
9241
9242         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
9243
9244 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
9245
9246         * several files: fix typos in user-visible strings
9247
9248 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9249
9250         * text2.C (pasteSelection): do not set the selection, since it
9251         will be cleared later. Actually, the intent was to fix the way the
9252         selection was set, but I figured rmoving the code was just as good.
9253
9254 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
9255
9256         * FontLoader.C (available): Check if font is available without
9257         loading the font.
9258
9259 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
9260
9261         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
9262
9263 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
9264
9265         * lyxrc.[Ch]: added display_graphics variable and associated code.
9266
9267 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9268
9269         * bufferparams.C (hasClassDefaults): new method. Returns true if
9270         the buffer parameters correspond to known class defaults
9271
9272 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
9273
9274         * XFormsView.C (show): set minimum size to the main window.
9275
9276 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9277
9278         * text2.C (copySelection):
9279         (cutSelection):
9280         * lyxfind.C (LyXReplace):
9281         * BufferView_pimpl.C (Dispatch): pass the correct flag to
9282         LyXText::selectionAsString.
9283
9284         * paragraph.C (asString): add "label" argument to the second form
9285
9286         * text2.C (selectionAsString): add "label" argument and pass it to
9287         Paragraph::asString.
9288
9289 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9290
9291         * lyx_main.C (commandLineHelp): remove version information
9292
9293 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
9294
9295         * lyx_main.C: add -version commandline option
9296
9297 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9298
9299         * paragraph.h: make the optional constructor arg required instead.
9300         some modifications to other files because of this.
9301
9302         * minibuffer.C (C_MiniBuffer_peek_event): make it static
9303
9304         * lyxserver.C (C_LyXComm_callback): make it static
9305
9306         * lyx_main.C (error_handler): make it static
9307
9308         * lyx_gui.C (LyX_XErrHandler): make it static
9309
9310         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
9311
9312         * WorkArea.C: make the extern "C" methods static.
9313
9314         * Makefile.am (lyx_LDADD): simplify
9315
9316 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9317
9318         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
9319         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
9320
9321         * LyXAction.C (init):
9322         * lyxfunc.C (dispatch): associated code removal.
9323
9324 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9325
9326         * lyxfont.h (isSymbolFont): shut off warning
9327
9328         * text.C (setHeightOfRow):
9329         (getVisibleRow): fix crash with empty paragraphs which have a
9330         bottom line
9331
9332 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
9333
9334         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
9335         code.
9336
9337 2001-09-04  José Matos  <jamatos@fep.up.pt>
9338         * buffer.C
9339         * buffer.h
9340         * tabular.C (docbook): rename docBook method to docbook.
9341
9342 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9343
9344         * Makefile.am: add dependencies to main.o.
9345
9346 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
9347
9348         * FontLoader.C (available): Return false if !lyxrc.use_gui
9349
9350 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
9351
9352         * FontInfo.C (query):
9353         * converter.C (view):
9354         * importer.C (Import):
9355         * exporter.C (Export): Can not -> cannot.
9356
9357 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
9358
9359         * BufferView_pimpl.C: allow to create index inset even if
9360           string is empty
9361
9362 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
9363
9364         * buffer.C (getLists): replace boost::tie code with an explicit pair
9365         as boost::tie can break some compilers.
9366
9367         * iterators.h: Added a std:: declaration to the return type of
9368         ParIterator::size.
9369
9370 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
9371
9372         * lyxrc.C: add help for view_dvi_paper_option, default to safe
9373           case.
9374
9375 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
9376
9377         * iterators.[Ch]: New files. Provide paragraph iterators.
9378
9379         * buffer.C (changeLanguage): Use paragraph iterators.
9380         (isMultiLingual): ditto
9381
9382         * BufferView2.C (ChangeInsets): Use paragraph iterators.
9383
9384 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
9385
9386         * FontLoader.C: Support for cmr font.
9387
9388 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
9389
9390         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
9391         (available): New method.
9392
9393         * FontInfo.C (getFontname): Use scalable fonts even when
9394         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
9395         found.
9396
9397 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
9398
9399         * converter.C (Formats::view): reverted! Incorrect fix.
9400
9401 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
9402
9403         * converter.C (Formats::view): only output the -paper option
9404         if the dvi viewer is xdvi, thereby fixing bug #233429.
9405
9406 2001-08-23  Herbert Voss  <voss@perce>
9407
9408         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
9409
9410 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
9411
9412         * Spacing.h (Spacing): Set space to Default on in the default
9413         constructor.
9414
9415 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9416
9417         * vc-backend.h (RCS::versionString): add RCS to version
9418         (CVS::versionString): add CVS to version
9419
9420         * vc-backend.C (scanMaster): do not add CVS to version.
9421         (scanMaster): do not add RCS to version
9422
9423         * lyxvc.C (versionString): new method
9424
9425         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
9426
9427 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9428
9429         * Spacing.C (set): initialize fval
9430
9431 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
9432
9433         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
9434         " or \.
9435
9436 2001-08-16  Juergen Vigna  <jug@sad.it>
9437
9438         * lyxfunc.C (dispatch): implemented the new FINISHED states.
9439
9440 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
9441
9442         * BufferView_pimpl.C:
9443         * figureForm.C:
9444         * lyxtext.h:
9445         * text2.C: setParagraph takes linespacing now
9446
9447 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
9448
9449         * LyxAction.C: add internal LFUN_CITATION_INSERT
9450
9451         * LyXView.C: actually apply fix
9452
9453         * bufferlist.C: fix open non-existent file
9454
9455         * lyxfind.C: fix indentation
9456
9457         * lyxfunc.C: remove unneeded assert, fix typo
9458
9459 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
9460
9461         * MenuBackend.C: use "Floatname List"
9462
9463 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
9464
9465         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
9466         when converting LaTeX layout to insetERT.
9467         Generate a non-collapsed float when reading old float
9468
9469 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
9470
9471         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
9472         ERT insets.
9473
9474 2001-08-13  Juergen Vigna  <jug@sad.it>
9475
9476         * text.C (fill): return 0 instead of 20 as this seems to be the more
9477         correct value.
9478
9479 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
9480
9481         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
9482         lyxrc.font_norm.
9483
9484 2001-08-13  Juergen Vigna  <jug@sad.it>
9485
9486         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
9487         casesensitive off.
9488         (SearchBackward): comment out the unlocking of the inset_owner this
9489         should not be needed!
9490
9491 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
9492
9493         * Many files: Remove inherit_language, and add latex_language
9494
9495         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
9496         collapsible insets.
9497
9498 2001-08-10  Juergen Vigna  <jug@sad.it>
9499
9500         * text.C (prepareToPrint): fixed hfill-width in draw!
9501
9502         * BufferView2.C (selectLastWord): save the selection cursor as this
9503         now is cleared in the function LyXText::clearSelection!
9504
9505 2001-08-08  Juergen Vigna  <jug@sad.it>
9506
9507         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
9508         BACKSPACE type functions.
9509
9510         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
9511         is only cutted from the document but not put in the cut-buffer, where
9512         still the old stuff should be.
9513
9514         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
9515
9516         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
9517
9518         * tabular.C (SetWidthOfCell): fixed special case where the width
9519         was not updated!
9520         (LeftLine): handle '|' in align_special.
9521         (RightLine): ditto
9522         (LeftAlreadyDrawed): ditto
9523         (SetWidthOfCell): ditto
9524
9525 2001-08-07  Juergen Vigna  <jug@sad.it>
9526
9527         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
9528
9529 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9530
9531         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
9532         * lyxlex.[hC]: ditto
9533
9534 2001-08-06  Juergen Vigna  <jug@sad.it>
9535
9536         * text.C (getVisibleRow): fix up row clearing a bit.
9537
9538 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9539
9540         * minibuffer.C: make sure the X server sees the changes in the input.
9541
9542 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9543
9544         * paragraph.C (getFont): split into...
9545         (getLabelFont): this
9546         (getLayoutFont): and this
9547         * paragraph_pimpl.C (realizeFont): calling this
9548
9549         * text2.C (getFont): split into...
9550         (getLayoutFont): this
9551         (getLabelFont): and this
9552         (realizeFont): all three calling this
9553
9554         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
9555         files where used.
9556
9557 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9558
9559         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
9560
9561 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
9562
9563         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
9564         layouts from the Quote inset insertion.
9565
9566 2001-08-03  Juergen Vigna  <jug@sad.it>
9567
9568         * BufferView_pimpl.C (update): do the fitCursor only at the end!
9569
9570         * screen.C (drawFromTo): don't call fitcursor here and do the loop
9571         only if status not is already CHANGED_IN_DRAW (second level).
9572
9573         * text.C (draw): don't set the need_break_row when inside an
9574         InsetText LyXText.
9575
9576 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9577
9578         * buffer.C (parseSingleLyXformat2Token): handle more latex
9579         conversion cases.
9580
9581         * bufferview_funcs.[hC]: change function names to
9582         begin with small char, adjust other files.
9583
9584 2001-08-02  André Pönitz <poenitz@gmx.net>
9585
9586         * lyxfunc.C:
9587         BufferView_pimpl.C: remove broken special code for math-greek
9588
9589 2001-08-02  Juergen Vigna  <jug@sad.it>
9590
9591         * BufferView_pimpl.C (update): redone this function so that we
9592         update the text again if there was a CHANGE_IN_DRAW.
9593
9594         * screen.C (cursorToggle): removed LyXText parameter and recoded.
9595         (drawFromTo): added a new internal bool which is used by draw() and
9596         redraw() function.
9597         (general): some cursor drawing problems fixed.
9598
9599 2001-08-01  Juergen Vigna  <jug@sad.it>
9600
9601         * lyxfind.C (LyXFind): fixed
9602         (SearchForward): ditto
9603         (SearchBackward): ditto
9604
9605         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
9606         spurius drawing of the cursor in the main area.
9607
9608         * text2.C (status): small fix which could lead to a segfault!
9609         (clearSelection): remove unneeded BufferView param.
9610
9611 2001-08-01  André Pönitz <poenitz@gmx.net>
9612
9613         * lyxfunc.C: small change due to changed mathed interface
9614
9615 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9616
9617         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
9618
9619 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
9620
9621         * lyxfunc.c: fail gracefully if file doesn't exist
9622
9623         * LyXSendto.C:
9624         * buffer.C:
9625         * lyxfunc.C:
9626         * BufferView_pimpl.C: IsDirWriteable() proto changed
9627
9628         * LyXView.C: fix updateWindowTitle() to store the last title
9629
9630 2001-07-31  Juergen Vigna  <jug@sad.it>
9631
9632         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
9633         the font (wrong since using of Paragraph::highestFontInRange).
9634
9635         * paragraph.C (highestFontInRange): added a default_size parameter.
9636
9637         * text.C (getVisibleRow): minor clear row changes (still not perfect).
9638         (setHeightOfRow): reformat
9639
9640 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9641
9642         * converter.[hC] + affected files: move to (inital-char)lowercase
9643         function names.
9644
9645         * ParagraphParameters.C (ParagraphParameters): remove commented code
9646
9647         * PainterBase.[Ch]: remove commented code
9648
9649         * LaTeXFeatures.h: add "bool floats" for float.sty
9650
9651         * LaTeXFeatures.C (LaTeXFeatures): init floats
9652         (require): handle float
9653         (getPackages): do it with floats
9654
9655 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9656
9657         * BufferView_pimpl.C (Dispatch): improve handling of
9658         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
9659
9660         * commandtags.h: #include lyxfont.h here temporarily to avoid
9661         keybinding bug.
9662
9663         * bufferlist.h: include LString.h here.
9664
9665 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9666
9667         * text2.C (getStringToIndex): new method.
9668
9669 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
9670
9671         * *: Reduced header file dependencies all over.
9672
9673 2001-07-30  Baruch Even  <baruch@lyx.org>
9674
9675         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
9676
9677 2001-07-29  Baruch Even  <baruch@lyx.org>
9678
9679         * buffer.C (readInset): Changed GRAPHICS to Graphics.
9680
9681 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9682
9683         * ParameterStruct.h (endif): add a default constructor to make
9684         sure that all variables is initialized.
9685
9686         * ParagraphParameters.C (ParagraphParameters): adjust
9687
9688 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9689
9690         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
9691         index; also, check that there is something to index, and that it
9692         does not span over several paragraphs.
9693         (doubleClick): use WHOLE_WORD_STRICT for double click.
9694
9695         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
9696
9697         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
9698         scheme.
9699
9700 2001-07-26  Baruch Even  <baruch@lyx.org>
9701
9702         * buffer.C (readInset): Changed to call up InsetGraphics when reading
9703         an InsetFig figure, backwards compatible reading of old figure code.
9704
9705 2001-07-27  Juergen Vigna  <jug@sad.it>
9706
9707         * text2.C: font.realize function adaption.
9708
9709         * text.C (draw): add a warnings lyxerr text if needed.
9710
9711         * layout.C: font.realize function adaption.
9712
9713         * language.C: add inherit_language and implement it's handlings
9714
9715         * bufferview_funcs.C (StyleReset): remove language parameter from
9716         font creation (should be language_inherit now).
9717
9718         * bufferparams.C (writeFile): handle ignore_language.
9719
9720         * paragraph.C (getFontSettings): the language has to be resolved
9721         otherwise we have problems in LyXFont!
9722
9723         * lyxfont.C (lyxWriteChanges): added document_language parameter
9724         (update): removed unneeded language parameter
9725
9726         * paragraph.C (validate): fixed wrong output of color-package when
9727         using interface colors for certain fonts in certain environments,
9728         which should not seen as that on the final output.
9729
9730 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
9731
9732         * BufferView_pimpl.C:
9733         * Thesaurus.h:
9734         * Thesaurus.C:
9735         * Makefile.am:
9736         * commandtags.h:
9737         * LyXAction.C: add thesaurus support
9738
9739         * lyxfind.h:
9740         * lyxfind.C: add "once" parameter, for thesaurus, to not
9741           move to the next match
9742
9743 2001-07-26  Juergen Vigna  <jug@sad.it>
9744
9745         * lyxfont.C (realize): honor ignore_language too!
9746         (resolved): ditto.
9747
9748         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
9749
9750         * text.C (draw): one place more for ignore_language to not draw
9751         itself!
9752
9753 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
9754
9755         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
9756
9757 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9758
9759         * buffer.C (parseSingleLyXformat2Token): a more general fix for
9760         the minipage conversion problem.
9761
9762 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9763
9764         * buffer.C (parseSingleLyXformat2Token): check minipage if we
9765         insert an inset.
9766
9767 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9768
9769         * BufferView.h: don't forward declare WorkArea
9770
9771         * BufferView.C: don't include WorkArea.h
9772
9773 2001-07-25  André Pönitz <poenitz@gmx.net>
9774
9775         * commandtags.h:
9776         * LyXAction.C:
9777         * lyxfunc.C:  new LFUN 'math-space'
9778
9779         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
9780
9781 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9782
9783         * text2.C (toggleInset): call open/close
9784
9785 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9786
9787         * lyxfunc.C (dispatch): add debug for the disabled case
9788
9789         * font.C (buttonText): make similar to rectText
9790
9791         * buffer.C (readInset): comment out parsing of insetlist and
9792         insttheorem
9793
9794         * PainterBase.C (rectText): small correction
9795
9796         * BufferView_pimpl.C: comment out insettheorem and insetlist
9797         * LyXAction.C: ditto
9798         * commandtags.h: ditto
9799
9800 2001-07-24  Juergen Vigna  <jug@sad.it>
9801
9802         * text.C (draw): honor the ignore_language.
9803
9804         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
9805
9806 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9807
9808         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
9809         char inset.
9810
9811 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9812
9813         * lyxtext.h: remove unused (and unimplemented) methods
9814
9815 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9816
9817         * text.C (getVisibleRow): honor background color
9818
9819         * PainterBase.h:
9820         * Painter.h: remove default color argument for fillRectangle
9821
9822         * text.C (backgroundColor): new method
9823
9824 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9825
9826         * text.C (getVisibleRow): adjust
9827
9828         * font.[Ch] (rectText): new method, metrics
9829         (buttonText): new method, metrics
9830
9831         * PainterBase.[hC]: make rectText and buttonText always draw and take
9832         fewer paramteres.
9833
9834 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9835
9836         * ToolbarDefaults.C (read):
9837         * MenuBackend.C (read): allow escaping in all strings
9838
9839         * BufferView_pimpl.C (insertAndEditInset): new method.
9840         (Dispatch): use insertAndEditInset whenever appropriate.
9841
9842         * BufferView_pimpl.C (insertNote): removed
9843
9844         * BufferView_pimpl.C (smartQuote): new method, moved from
9845         BufferView; if an insetquote cannot be inserted, insert a '"'
9846         character instead.
9847
9848         * BufferView2.C: remove insertCorrectQuote();
9849
9850         * lyxfunc.C (getStatus): Add support for all remaingin
9851         inset-insert lfuns.
9852
9853         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
9854
9855         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
9856         command (necessary to pass " as parameter of self-insert.
9857
9858         * text.C (selectWordWhenUnderCursor):
9859         (selectWord): add word_location parameter
9860         (selectWordWhenUnderCursor): same + remove special code for word
9861         boundary.
9862         (selectNextWord): use kind() to guess type of insetspecialchar,
9863         not latex().
9864
9865         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
9866         (insertErtContents): create ert insets as collapsed.
9867         (readInset): better compatibility code for Info inset.
9868
9869 2001-07-20  Juergen Vigna  <jug@sad.it>
9870
9871         * lyxfunc.C (dispatch): use always LyXFind now!
9872
9873         * text2.C (init): add a reinit flag so that the LyXText can be
9874         reinited instead of deleted and reallocated (used in InsetText).
9875
9876         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
9877
9878         * text.C: ditto
9879
9880         * text2.C: ditto
9881
9882 2001-07-18  Juergen Vigna  <jug@sad.it>
9883
9884         * text.C (selectNextWord): handle insets inside inset by calling
9885         always the bv->text functions so that we can go up the_locking_inset!
9886
9887         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
9888         in strange locations when inside an inset!
9889
9890         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
9891         handling to include insets.
9892
9893         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
9894
9895 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9896
9897         * LyXAction.C (init):
9898         * commandtags.h:
9899         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
9900         LIGATURE_BREAK, since the name is so stupid.
9901
9902 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
9903
9904         * buffer.C (readInset): enable reading of new InsetNotes as well as old
9905         InsetInfos.
9906
9907         * FontLoader.C: remove FORMS_H_LOCATION cruft.
9908
9909         * sp_form.[Ch]: remove.
9910
9911         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
9912
9913         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
9914         InsetInfo.
9915
9916         * src/buffer.C (readInset): ditto.
9917
9918 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9919
9920         * BufferView_pimpl.C (specialChar): new method. Obsoletes
9921         menuSeparator(), endOfSentenceDot(), ldots() and
9922         hyphenationPoint(), which are therefore removed.
9923         (Dispatch): handle LFUN_HYPHENATION_BREAK.
9924
9925         * LyXAction.C (init):
9926         * commandtags.h: add LFUN_HYPHENATION_BREAK.
9927
9928         * paragraph.C (getWord): removed.
9929
9930         * BufferView_pimpl.C (Dispatch): use last word or selection for
9931         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
9932
9933         * lyx_main.C (queryUserLyXDir): do not ask before creating
9934         user_dir, except if it has been named explicitely.
9935
9936 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
9937
9938         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
9939         a document of zero size.
9940
9941 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
9942
9943         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
9944         approriately in the c-tor and in require().
9945         (getPackages): output the appropriate LaTeX for natbib support.
9946
9947         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
9948         variables "use_natbib" and "use_numerical_citations" when reading the
9949         LyX file.
9950         (readInset): read the various natbib cite commands.
9951         (validate): white-space change.
9952
9953         * bufferparams.[Ch]: new variables "bool use_natbib" and
9954         "bool use_numerical_citations".
9955         (writeFile): output them in the LyX file.
9956
9957 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
9958
9959         * lyxfunc.C (getStatus): add support for all the inset insertion
9960         commands.
9961
9962         * text2.C (insertInset):
9963         * paragraph.C (insetAllowed):
9964         * BufferView_pimpl.C (insertInset): update to take in account the
9965         renaming of insertInsetAllowed
9966
9967         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
9968
9969         * text2.C (getInset): new method. returns inset at cursor position.
9970
9971         * BufferView_pimpl.C (Dispatch): changes because of this.
9972
9973         * LyXAction.C (init): rename open-stuff to inset-toggle.
9974
9975         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
9976
9977         * text2.C (toggleInset): renamed from openStuff; use
9978         Inset::open().
9979
9980 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
9981
9982         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
9983
9984         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
9985
9986 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
9987
9988         * buffer.C (readLyXformat2): Add filename to the error dialog
9989
9990 2001-07-18  Juergen Vigna  <jug@sad.it>
9991
9992         * tabular.C (GetCellNumber): put an assert here instead of the check!
9993
9994 2001-07-17  Juergen Vigna  <jug@sad.it>
9995
9996         * BufferView_pimpl.C (toggleSelection): adapted too.
9997
9998         * text.C (selectNextWord): adapted for use with insets.
9999         (selectSelectedWord): ditto
10000
10001 2001-07-17  Juergen Vigna  <jug@sad.it>
10002
10003         * sp_spell.C (PSpell): fix initialitation order.
10004
10005 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10006
10007         * paragraph.C: spacing
10008
10009 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
10010
10011         * sp_spell.C: repair language selection for pspell
10012
10013 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10014
10015         * lyxfunc.h: change more methods to begin with lower char.
10016
10017 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
10018
10019         * buffer.C (parseSingleLyXformat2Token): Generate error insets
10020         for unknown layouts.
10021
10022 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10023
10024         * buffer.C (readLyXformat2): Generate an error dialog if there are
10025         unknown layouts.
10026
10027 2001-07-16  Juergen Vigna  <jug@sad.it>
10028
10029         * sp_spell.C: always compile ISpell part.
10030
10031         * lyxrc.C: added use_pspell entry and it's handling.
10032
10033 2001-07-13  Juergen Vigna  <jug@sad.it>
10034
10035         * sp_spell.C: removed double includes.
10036
10037 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
10038
10039         Consistent use of Lsstream.h:
10040         * Lsstream.h: added using std::stringstream for consistencies sake.
10041
10042         * buffer.C: removed using std::stringstream
10043
10044         * lyxfont.C (stateText):
10045         * paragraph.C (asString):
10046         * text.C (selectNextWord, selectSelectedWord):
10047         * text2.C (setCounter):
10048         * vspace.C (asString, asLatexString):
10049         std::ostringstream -> ostringstream.
10050
10051 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10052
10053         * LyXAction.C: add LFUN_HELP_ABOUTLYX
10054         * commandtags.h: add LFUN_HELP_ABOUTLYX
10055         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
10056
10057 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
10058
10059         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
10060         cursorToggle()
10061         * lyx_gui_misc.C: remove spellchecker
10062         * lyxfunc.C: showSpellchecker
10063         * sp_base.h: added
10064         * sp_ispell.h: added
10065         * sp_pspell.h: added
10066         * sp_spell.C: added
10067         * sp_form.[Ch]: removed
10068         * spellchecker.[Ch]: removed
10069
10070 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
10071
10072         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
10073         is set.
10074         (simpleTeXSpecialChars): Simply print the input character without
10075         any special translation if pass_thru is set.
10076
10077         * layout.h: Added bool pass_thru to layout class for being able to
10078         implement pass through of a paragraph for Literate Programming.
10079
10080         * layout.C: add LT_PASS_THRU to LayoutTags enum.
10081         * layout.C (LyXLayout): set pass_thru to flase in constructor.
10082         * layout.C (Read): add "passthru" to list of layout tags and add
10083         code to set the pass_thru boolean when it is read.
10084
10085 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10086
10087         * trans_decl.h: remove allowed from KmodInfo
10088
10089         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
10090         remove allowed code
10091         (Load): adjust
10092
10093         * paragraph_pimpl.C (erase): use boost::prior
10094
10095         * Painter.C (text): use data() instead of c_str() when length is
10096         also provided.
10097         * WorkArea.C (putClipboard): ditto
10098         * font.h (width): ditto
10099
10100         * BufferView2.C: use it-> instead of (*it). for iterators
10101         * texrow.C: ditto
10102         * paragraph_pimpl.C: ditto
10103         * paragraph.C: ditto
10104         * minibuffer.C: ditto
10105         * language.C: ditto
10106         * kbmap.C: ditto
10107         * encoding.C: ditto
10108         * counters.C: ditto
10109         * converter.C: ditto
10110         * chset.C: ditto
10111         * Variables.C: ditto
10112         * TextCache.C: ditto
10113         * MenuBackend.C: ditto
10114         * LyXAction.C: ditto
10115         * LColor.C: ditto
10116         * FloatList.C: ditto
10117         * DepTable.C: ditto
10118         * ColorHandler.C (LyXColorHandler): ditto
10119
10120 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10121
10122         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
10123
10124         * text2.C (openStuff): reintroduce this method (which had been
10125         nuked in NEW_INSETS frenzy).
10126
10127         * lyxfunc.C (Dispatch): when an action has not been handled, use
10128         its name in the error message, not its number.
10129
10130         * paragraph.C (inInset): change method name to begin with lowercase.
10131
10132         * undo_funcs.C:
10133         * text2.C: updates because of this.
10134
10135 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10136
10137         * ToolbarDefaults.C (add): add spaces in error message
10138
10139 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10140
10141         * buffer.C (readLyXformat2): initialize the ert comp. variables.
10142         (readLyXformat2): rename return_par to first_par, use lyxlex's
10143         pushToken and remove the manual push handling.
10144         (parseSingleLyXformat2Token): add another ert comp. variable:
10145         in_tabular, rename return_par to first_par. handle newlines better
10146
10147 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10148
10149         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
10150
10151 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10152
10153         * text2.C (getParFromID): removed
10154
10155         * buffer.C (getParFromID): new method moved form lyxtext.
10156         * BufferView2.C (insertErrors): adjust
10157         (setCursorFromRow): adjust
10158         * BufferView_pimpl.C (restorePosition): adjust
10159         * lyxfunc.C (Dispatch): adjust
10160         * undo_funcs.C (textUndo): adjust
10161         (textRedo): adjust
10162         (textHandleUndo): adjust
10163         (textHandleUndo): adjust
10164
10165 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10166
10167         * buffer.C: up' the LYX_FORMAT
10168
10169         * lyxfont.h: turn NO_LATEX on as default
10170
10171         * buffer.C (insertErtContents): new methods of tex style compability.
10172         (parseSingleLyXformat2Token): use it several places.
10173         * tabular.C (OldFormatRead): and here
10174
10175 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10176
10177         * text2.C: remove some commented code.
10178         reindent file.
10179
10180         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
10181         * trans.C: changes because of the above.
10182
10183 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
10184
10185         * text2.C (setCounter): Fix counters bug with bibliography layout.
10186
10187 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10188
10189         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
10190         own member functions
10191         (simpleTeXSpecialChars): ditto
10192
10193 2001-07-06  Juergen Vigna  <jug@sad.it>
10194
10195         * a lot of files: changed the access to LyXText::status and the
10196         call of undo-functions.
10197
10198         * undo.[Ch]: added a inset_id to the undo informations.
10199
10200         * undo_funcs.[Ch]: added and moved here all undo functions.
10201
10202         * lyxtext.h: give the status enum a weight, made status_ a private
10203         variable and made accessor functions for it, removed the whole bunch
10204         of undo-functions as they are now in their own file, make some
10205         functions publically available. Added function ownerParagraph with
10206         int parameter.
10207
10208         * paragraph.[Ch]: added "bool same_ids" to the constructor,
10209         made InInset() a const function, added getParFromID() function.
10210
10211         * buffer.[Ch]: added const version for inset_iterator functions,
10212         added getInsetFromID() function.
10213
10214         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
10215         changed undo functions for new version.
10216
10217 2001-07-05  Juergen Vigna  <jug@sad.it>
10218
10219         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
10220         unknow mechanism does not call the proper constructor but only this
10221         one also if I request the other!?
10222
10223 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10224
10225         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
10226
10227         * text2.C (LyXText): use initialization lists.
10228
10229         * lyxtext.h (Selection): initialize set_ and mark_
10230         (init): remove method
10231
10232 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
10233
10234         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
10235
10236 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10237
10238         * screen.[Ch]: change method names to begin with lowercase
10239
10240         * BufferView_pimpl.C (updateScrollbar): simplify further and
10241         hopefully make it a bit faster.
10242
10243 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10244
10245         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
10246         calling directly xforms functions.
10247
10248         * Painter.C (Painter):
10249         * lyx_cb.C (MenuWrite):
10250         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
10251         fl_display.
10252
10253         * lyx_gui.C: remove bogus guiruntime extern declaration.
10254
10255 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10256
10257         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
10258         in NEW_INSETS
10259         (redoDrawingOfParagraph): ditto
10260         (redoParagraphs): ditto
10261         (cutSelection): don't create a object for CutAndPaste use the
10262         static method directly
10263         (pasteSelection): ditto
10264
10265         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
10266         LyXview (+ rename)
10267
10268 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10269
10270         * modifications to some other files because of this.
10271
10272         * Makefile.am (lyx_SOURCES): add XFormsView
10273
10274         * XFormsView.[Ch]: new files
10275
10276         * LyXView.[Ch]: make LyXView a base class for the gui handling for
10277         the main window. Move the gui dependent stuff to XFormsView
10278
10279 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10280
10281         * tabular.C (GetCellInset): update cur_cell also in the row/col
10282         version of this function.
10283
10284         * lyxfunc.C: no need to include figure_form.h here.
10285
10286         * FontLoader.h:
10287         * lyxfunc.h:
10288         * lyxscreen.h:
10289         * text2.C:
10290         * lyxvc.C: no need to include forms.h here.
10291
10292 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10293
10294         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
10295
10296         * lyxfunc.C (Dispatch):
10297         * Spacing.C (set):
10298         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
10299         constructor argument.
10300
10301 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10302
10303         * paragraph.C (Paragraph): dont't clear, and just set layout.
10304         (makeSameLayout): use params's copy contructor.
10305
10306         * ParagraphParameters.[Ch] (makeSame): delete method
10307
10308 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
10309
10310         * Variables.[Ch]: fix indentation, rename set to isSet
10311
10312 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10313
10314         * lyxfunc.C (Dispatch): fix typo
10315
10316 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10317
10318         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
10319         upper_bound.
10320
10321         * bufferlist.C: include assert.h for emergencyWrite().
10322
10323 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10324
10325         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
10326           give up at last (bug #425202) !
10327
10328 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
10329
10330         * lyx_gui_misc.C:
10331         * sp_form.h:
10332         * sp_form.C:
10333         * spellchecker.h:
10334         * spellchecker.C: strip spellchecker options and bring up
10335           preferences tab instead
10336
10337 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10338
10339         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
10340         the istringstream constructor
10341
10342 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10343
10344         * paragraph.C (getLayout): fix return value
10345
10346         * paragraph.h: do not declare getLayout as inline.
10347
10348         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
10349
10350 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10351
10352         * lyxcursor.h (operator<): new func
10353         (operator>): new func
10354         (operator>=): new func
10355         (operator<=): new func
10356
10357         * text.C (changeCase): use selection.start and selection.end
10358         (changeRegionCase): require from to be <= to. Require par to be a
10359         valid paragraph.
10360
10361         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
10362
10363 2001-06-27  Juergen Vigna  <jug@sad.it>
10364
10365         * text.C (cursorLeftOneWord): changed to return the cursor and added
10366         overlay with BufferView * parameter which calls this one.
10367         (getWord): added
10368         (selectWord): use new getWord function.
10369         (changeCase): renamed from changeWordCase as and extended to work
10370         also on selections.
10371
10372         * lyxtext.h: added enum word_location
10373
10374         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
10375         changeCase as this operates now also on selections.
10376
10377 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
10378
10379         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
10380
10381         * many files: send debug output to Debug::INFO instead of
10382         Debug::ANY.
10383
10384         * converter.C (View):
10385         (Convert):
10386         (Move): send debug output to Debug::FILES instead of console.
10387
10388 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
10389
10390         * lyxfunc.C (getStatus): use func_status
10391
10392         * func_status.h: new header, describing the results of
10393         LyXFunc::getStatus;
10394
10395         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
10396         LFUN_MATH_HALIGN.
10397
10398 2001-06-25  The LyX Project  <jug@sad.it>
10399
10400         * buffer.C (sgmlOpenTag):
10401         (sgmlCloseTag):
10402         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
10403
10404 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10405
10406         * text2.C: remove some dead code
10407
10408         * tabular.C (GetCellInset): store the last cell checked (gotten)
10409
10410         * tabular.h: add the helper for the speedup
10411
10412         * lyxtext.h: remove some dead code
10413
10414 2001-06-26  The LyX Project  <Asger>
10415
10416         * paragraph.C: Change export to LaTeX of alignment to
10417         \begin{center} and family for better roundtrip work with reLyX.
10418
10419         * Tune the math drawing a bit.
10420
10421 2001-06-25  The LyX Project  <Asger>
10422
10423         * LColor.C (LColor): New color for math background. New color
10424         for buttons.
10425
10426 2001-06-25  The LyX Project  <jug@sad.it>
10427
10428         * lyxfunc.C (MenuNew): remove extra check for .lyx file
10429
10430         * lyxfunc.C (Open):
10431         * bufferlist.C (newFile): do not restrict to files ending with
10432         .lyx
10433
10434         * BufferView_pimpl.C (MenuInsertLyXFile):
10435
10436 2001-06-24  The LyX Project  <jug@sad.it>
10437
10438         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
10439         of compare_no_case
10440
10441 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10442
10443         * lyxtext.h: rename most methods to begin with a small char.
10444         Lots of changes because of this.
10445
10446         * paragraph.C (Paragraph): do not call fitToSize
10447         (erase): call Pimpl::erase
10448         (insertChar): call Pimpl::insertChar
10449         (insertInset): call Pipl::insertInset
10450         (breakParagraph): do not call fitToSize
10451         (breakParagraphConservative): do not call fitToSize
10452         (fitToSize): remove method
10453
10454         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
10455
10456 2001-06-24  The LyX Project  <Asger>
10457
10458         * Fix Qt compilation^2
10459
10460 2001-06-24  The LyX Project  <jug@sad.it>
10461
10462         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
10463         depthHook(getDepth()-1).
10464
10465         * paragraph.h:
10466         * ParagraphParameters.h:
10467         * ParameterStruct.h: change type of depth to unsigned int ==
10468         depth_type. Many adaptations to other files before of that.
10469
10470 2001-06-24  The LyX Project  <Asger>
10471
10472         * Fix Qt compilation.
10473
10474 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10475
10476         * paragraph.h: renamed several methods to begin with small letter.
10477         several changes to many parts of the code because of this.
10478
10479 2001-06-23  The LyX Project  <jug@sad.it>
10480
10481         * text2.C (InsertStringAsLines): renamed from InsertStringA;
10482         rewritten to discard all double spaces when KeepEmpty is off
10483         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
10484         to only handle newlines but not fiddle with spaces and friends.
10485
10486         * lyxfunc.C (MenuNew): when doing 'new from template', use
10487         template_path as default directory
10488
10489 2001-06-23  The LyX Project  <Asger>
10490
10491         * Clean-up of header file includes all over
10492         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
10493
10494 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10495
10496         * paragraph.h: renamed from lyxparagraph.h
10497
10498 2001-06-23  Asger  <lyx@violet.home.sad.it>
10499
10500         * Buffer.h: Removed Buffer::resize
10501         * BufferList.h: Removed BufferList::resize
10502         * LyXView.h: Added LyXView::resize. This way, we will only reflow
10503         the document lazily when we change the width, or the font settings.
10504
10505 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10506
10507         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
10508
10509 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10510
10511         * buffer.h: remove out of date comment
10512
10513 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
10514
10515         * lyxscreen.h:
10516         * screen.C: fix "theoretical" GC leak
10517
10518 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10519
10520         * LaTeX.C (scanAuxFile):
10521         (deplog): remove trailing \r when reading stream (useful under
10522         win32)
10523
10524 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
10525
10526         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
10527         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
10528         and BufferView::theLockingInset(Inset*), so should use them and not
10529         access bv_->text->the_locking_inset directly.
10530
10531         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
10532
10533 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
10534
10535         * Makefile.am:
10536         * tex-defs.h: remove old unused file
10537
10538 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
10539
10540         * BufferView_pimpl.C: fix typo, remove minibuffer message
10541           when buffer has loaded
10542
10543 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10544
10545         * lyxfunc.C (Dispatch): use stringstream
10546         (MenuNew): use stringstream
10547         (Open): use stringstream
10548
10549         * importer.C (Import): use stringstream
10550
10551         * bufferview_funcs.C (CurrentState): use stringstream
10552
10553         * LaTeX.C (run): use stringstream
10554
10555         * BufferView_pimpl.C (savePosition): use stringstream
10556         (restorePosition): use stringstream
10557         (MenuInsertLyXFile): use stringstream
10558
10559 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
10560
10561         * BufferView.C:
10562         * Bullet.C:
10563         * ColorHandler.C:
10564         * FontInfo.C:
10565         * FontLoader.C:
10566         * LColor.C:
10567         * LaTeXFeatures.C:
10568         * Painter.C:
10569         * gettext.C:
10570         * lyx_gui_misc.C:
10571         * lyxserver.C:
10572         * vspace.C: removed // -*- C++ -*- as first line.
10573
10574         * lyxfind.h:
10575         * version.h: added // -*- C++ -*- as first line.
10576
10577 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10578
10579         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
10580
10581         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
10582         of string
10583
10584 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10585
10586         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
10587         of floats.
10588
10589 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10590
10591         * gettext.C: include LString.h even when --disable-nls is on.
10592
10593 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
10594
10595         * converter.h (Get): changed argument type from int to
10596         FormatList::size_type to avoid unnecessary conversion.
10597
10598         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
10599         before using it.
10600
10601 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10602
10603         * gettext.h: include LString.h even when --disable-nls is on.
10604
10605 2001-06-07  Juergen Vigna  <jug@sad.it>
10606
10607         * text.C (BreakAgain): subst spaces with tabs.
10608
10609         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
10610         (resizeInsetsLyXText): set force on resizeLyXText.
10611
10612 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10613
10614         * gettext.h (gettext_init):
10615         (locale_init): use a real definition instead of a macro
10616
10617 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
10618
10619         * Bufferview_pimpl.C:
10620         * LColor.h:
10621         * LColor.C: further lcolor tidies
10622
10623 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10624
10625         * BufferView_pimpl.C (updateScrollbar): simplify.
10626
10627         * BufferView2.C: don't include insets/insetinfo.h, change
10628         prototype for insertInset and call the Pimpl version. let
10629         updateInset call Pimpl version.
10630
10631         * BufferView.h: move inset_slept to BufferView::Pimpl, move
10632         gotoInset to BufferView::Pimpl
10633
10634 2001-06-01  Juergen Vigna  <jug@sad.it>
10635
10636         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
10637         inside a LockingInset (is the update needed at all?).
10638
10639 2001-05-31  Juergen Vigna  <jug@sad.it>
10640
10641         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
10642         here not the old one otherwise how should we compare it afterwards
10643         if it's the same!
10644
10645 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10646
10647         * lyxfont.C:
10648         * tabular.C:
10649         * tabular-old.C:
10650         * FontInfo.C: bring C functions into global namespace when
10651         necessary
10652
10653 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10654
10655         * LString.h: make sure config.h has been loaded before LString.h.
10656
10657         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
10658         (one for each char read by EatLine!).
10659
10660         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
10661         variables.
10662
10663 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10664
10665         * paragraph.C (BreakParagraph): set the inset_owner in the new par
10666         to the same as the par we break from
10667
10668 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10669
10670         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
10671
10672         * MenuBackend.C (expand): also create menu entries for wide
10673         versions of the floats.
10674
10675         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
10676
10677         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
10678
10679         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
10680         frontends/Makefile.am
10681
10682         * text2.C: adjust
10683         * text.C: adjust
10684
10685
10686         * tabular.C (getTokenValue): add std::
10687
10688         * tabular-old.C (getTokenValue): add std::
10689         (getTokenValue): ditto
10690         (getTokenValue): ditto
10691
10692         * screen.C (ToggleSelection): adjust
10693
10694         * lyxtext.h: put selection cursors inside a Selection struct.
10695
10696         * lyxfunc.C (moveCursorUpdate): adjust
10697
10698         * lyxfont.C (latexWriteStartChanges): add std::
10699
10700         * lyxfind.C: adjust
10701
10702         * font.h: delete with(char const *, LyXFont const &)
10703
10704         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
10705
10706         * FontInfo.C (getFontname): add std::
10707
10708         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
10709         (workAreaButtonPress): adjust
10710         (tripleClick): adjust
10711         (update): adjust
10712         (moveCursorUpdate): adjust
10713         (Dispatch): adjust
10714
10715         * BufferView2.C (gotoInset): adjust
10716
10717 2001-05-30  Juergen Vigna  <jug@sad.it>
10718
10719         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
10720         to check pspell I add this as default as I now have new pspell
10721         libraries and they seem to use this.
10722
10723 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10724
10725         * text2.C (CutSelection): make the cursor valid before the call to
10726         ClearSelection.
10727
10728 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10729
10730         * kbsequence.C (parse): de-uglify a bit the parsing code, which
10731         relied on 0 terminated strings and other horrors. Bug found due to
10732         the new assert in lyxstring!
10733
10734         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
10735         KP_ keys.
10736
10737 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10738
10739         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
10740         to latinkeys.bind.
10741
10742         * lyxfunc.C (processKeySym): change method of getting to the
10743         self-insert char.
10744
10745         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
10746         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
10747         * BufferView_pimpl.[Ch]: here as private methods.
10748
10749 2001-05-28  Juergen Vigna  <jug@sad.it>
10750
10751         * text.C (SetHeightOfRow): added the update() call again as it is
10752         needed to initialize inset dimensions!
10753
10754 2001-05-16  Juergen Vigna  <jug@sad.it>
10755
10756         * text2.C (SetCharFont): Add new function with BufferView * and
10757         bool toggleall parameters for setting insets internal fonts.
10758         (SetFont): Freeze the undo as we may change fonts in Insets and
10759         all this change should be inside only one Undo!
10760
10761         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
10762         setting font's in insets as for them we have the SetFont function!
10763
10764 2001-05-15  Juergen Vigna  <jug@sad.it>
10765
10766         * text2.C (ClearSelection): to be sure we REALLY don't have any
10767         selection anymore!
10768
10769         * tabular.C (TeXCellPreamble): fixed the left border problem for
10770         multicolumn cells.
10771
10772 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
10773
10774         * LaTeX.C (deplog): Make sure that the main .tex file is in the
10775         dependancy file
10776
10777 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10778
10779         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
10780         LFUN_BREAKPARAGRAPH.
10781
10782         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
10783         help test to "internal only", similar for LFUN_INSERT_URL
10784
10785         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
10786         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
10787         auto_region_delete and deadkeys.
10788
10789 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
10790
10791         * LColor.h:
10792         * LColor.C: remove some dead entries, tidy a little
10793
10794 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10795
10796         * lyxfunc.C (processKeySym): comment the Escape handling, remove
10797         commented code.
10798         (Dispatch): implement LFUN_ESCAPE
10799
10800         * commandtags.h: add LFUN_ESCAPE
10801
10802         * LyXAction.C (init): add entry for LFUN_ESCAPE
10803
10804         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
10805         Remove commented code.
10806         (insertNote): moved here
10807         (open_new_inset): moved here
10808
10809         * BufferView[2].[Ch]: move insertNote and open_new_inset to
10810         BufferView_pimpl
10811
10812 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10813
10814         * kbmap.C (findbinding): clean it up and make it work correctly.
10815
10816         * lyx_main.C (init): do not pass argc and argv as parameters
10817
10818 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
10819
10820         * buffer.C: fix path for OS/2 & Win32
10821
10822         * lyx_gui.C:
10823         * lyx_main:
10824         * lyx_main.C: Added os:: class.
10825
10826         * os2_defines.h: update
10827
10828 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10829
10830         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
10831         better by trying again with reduced state.
10832
10833 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10834
10835         * lyxrc.C (read): print error about invalid key sequence only when
10836         debugging (because not all latinX keysyms are known to some X
10837         servers)
10838
10839         * kbsequence.C (getiso): add a few std:: qualifiers
10840         (getiso): comment out extra return statement.
10841
10842 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10843
10844         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
10845         handling.
10846         (Dispatch): enhance the accent inset a bit. (not perfect)
10847
10848 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10849
10850         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
10851
10852 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10853
10854         * bufferlist.C (emergencyWrite): fix assert() call
10855
10856 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
10857
10858         * text.C (InsertChar): Added trivial patch to only send the "you
10859         can not do multiple spaces this way" message once during a
10860         session.
10861
10862 2001-05-08  Baruch Even  <baruch@lyx.org>
10863
10864         * Makefile.am: Changed order of libraries to get LyX to link properly
10865         with the gnome frontend.
10866
10867 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10868
10869         * LaTeXFeatures.h: add a std:: qualifier
10870
10871 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10872
10873         * paragraph.C (String): use stringstream
10874
10875 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10876
10877         * paragraph.C (writeFile): remove footflag arg
10878
10879         * buffer.C (makeLaTeXFile): use stringstream
10880         (latexParagraphs): remove footnot gurba
10881
10882         * LaTeXFeatures.C (getPackages): use stringstream
10883         (getMacros): likewise
10884         (getTClassPreamble): likewise
10885         (getFloatDefinitions): new method
10886
10887         * paragraph.C (writeFile): reindent
10888         (Erase): reindent
10889
10890         * WorkArea.h: revert the xpos + etc changes.
10891
10892         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
10893
10894         * lyxparagraph.[Ch]: add copy constructor, remove Clone
10895
10896         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
10897         (pasteSelection): likewise
10898         * text2.C (CreateUndo): likewise
10899
10900 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10901
10902         * minibuffer.C (peek_event): temporarily reduce the functionality
10903         of the minibuffer (to allow args on lfuns)
10904
10905         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
10906         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
10907
10908         * buffer.C (readInset): add compability reading of old float
10909         lists, add reading of new style float list.
10910         (readInset): avoid reevaluation of inscmd.getCmdName()
10911         (getLists): reindent
10912
10913         * MenuBackend.C (MenuItem): implement parsing of
10914         md_floatlistinsert and md_floatinsert.
10915         (expand::LastFiles): move initalizaton of iterators out of loop,
10916         avoid reevaluation.
10917         (expand::Documents): introduce typdedef vector<string> Strings,
10918         and use it.
10919         (expand::ExportFormats): introduce typedef vector<Format const *>
10920         Formats, and use it.
10921         (expand): implement FloatListInsert and FloatInsert.
10922
10923         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
10924         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
10925         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
10926
10927         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
10928         handling.
10929         (Dispatch::LFUN_FLOAT_LIST): implement
10930
10931 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10932
10933         * LaTeX.C (run): Fix problem with --export code.
10934
10935 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
10936
10937         * BufferView.[Ch] (workarea): removed.
10938         (getClipboard) new method; wrapper for workarea()->getClipboard()
10939
10940         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
10941         bug.
10942
10943         * WorkArea.h (width, height, xpos, ypos): These methods all
10944         returned the dimensions of the work_area sub-area of WorkArea,
10945         resulting in a position error if the WorkArea were resized. Now
10946         return the dimensions of the entire WorkArea.
10947
10948         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
10949
10950 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10951
10952         * LaTeX.C (deplog): correct the syntax of regex reg1
10953
10954 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10955
10956         * undo.C: remove !NEW_INSETS cruft
10957
10958 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10959
10960         * text2.C: remove !NEW_INSETS cruft
10961
10962         * text.C: remove !NEW_INSETS cruft
10963
10964         * tabular.C: remove !NEW_INSETS cruft
10965
10966         * spellchecker.C: remove !NEW_INSETS cruft
10967
10968         * lyxtext.h: remove !NEW_INSETS cruft
10969
10970         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
10971
10972         * lyxfunc.C: remove !NEW_INSETS cruft
10973
10974         * lyxfind.C: remove !NEW_INSETS cruft
10975
10976         * lyx_cb.C: remove !NEW_INSETS cruft
10977
10978         * figureForm.C: remove  !NEW_INSETS cruft
10979
10980         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
10981
10982         * buffer.[Ch]: remove !NEW_INSETS cruft
10983
10984         * ToolbarDefaults.C: remove !NEW_INSETS cruft
10985
10986         * CutAndPaste.C: remove !NEW_INSETS cruft
10987
10988         * BufferView_pimpl.C: remove !NEW_INSETS cruft
10989
10990         * BufferView2.C: remove !NEW_INSETS cruft
10991
10992         * BufferView.h: remove !NEW_INSETS cruft
10993
10994 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10995
10996         * Lsstream.h: include LString.h before the sstream headers to
10997         fix problem with gcc 2.95.3 and lyxstring
10998
10999 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11000
11001         * lyx_main.C: add using directives when needed for C functions
11002         declared in std:: namespace.
11003
11004 2001-04-27  Juergen Vigna  <jug@sad.it>
11005
11006         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11007         (SetHeightOfRow): comment out the update call should not be needed!
11008
11009 2001-04-13  Juergen Vigna  <jug@sad.it>
11010
11011         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
11012         (LyXTabular): tried to minimize operator= operations (and realized
11013         hopfully Lars wish).
11014
11015 2001-04-27  Juergen Vigna  <jug@sad.it>
11016
11017         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
11018
11019 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11020
11021         * lyxfunc.C (Dispatch): hack to make listof algorithm work
11022
11023         * buffer.C (readInset): hack to make listof algorithm work
11024
11025         * BufferView_pimpl.C: hack to make listof algorithm work
11026
11027 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11028
11029         * LyXAction.C: removed all !NEW_INSETS cruft
11030         (init): moved lfun_item in method
11031
11032         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
11033
11034 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11035
11036         * BufferView2.C (theLockingInset): white space.
11037
11038 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11039
11040         * minibuffer.C: include <iostream>
11041
11042         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
11043
11044         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
11045
11046         * commandtags.h: add LFUN_TRANSPOSE_CHARS
11047
11048         * text.[Ch] (TransposeChars): new method
11049
11050 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11051
11052         * call message directly through LyXView instead of through LyXFunc
11053         * BufferView2.C: adjust
11054         * BufferView_pimpl.C: adjust
11055         * FontLoader.C: adjust
11056         * buffer.C: adjust
11057         * bufferview_funcs.C: adjust
11058         * converter.C: adjust
11059         * figureForm.C: adjust
11060         * importer.C: adjust
11061         * lyx_cb.C: adjust
11062         * lyx_gui_misc.C: adjust
11063         * lyxfunc.C: adjust
11064         * lyxvc.C: adjust
11065         * text2.C: adjust
11066         + more files in subdirs
11067
11068         * lyxparagraph.h (size): move up int file
11069         (GetLayout): ditto
11070
11071         * adjust all uses of Assert to lyx::Assert.
11072
11073         * BufferView2.C (ChangeCitationsIfUnique): adjust for
11074         lyxfunctional in namespace lyx
11075         * layout.C (hasLayout): ditto
11076         (GetLayout): ditto
11077         (GetLayout): ditto
11078         (delete_layout): ditto
11079         (NumberOfClass): ditto
11080         * converter.C (GetFormat): ditto
11081         (GetNumber): ditto
11082         (Add): ditto
11083         (Delete): ditto
11084         (SetViewer): ditto
11085         * bufferlist.C (getFileNames): ditto
11086         (emergencyWriteAll): ditto
11087         (exists): ditto
11088         (getBuffer): ditto
11089         * MenuBackend.C (hasSubmenu): ditto
11090         (hasMenu): ditto
11091         (getMenu): ditto
11092         * BufferView_pimpl.C (getInsetByCode): ditto
11093
11094 2001-04-18  Juergen Vigna  <jug@sad.it>
11095
11096         * vspace.C (asLatexString): fixed the 100% problem.
11097
11098 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11099
11100         * lyxfunc.C (Dispatch):
11101         * minibuffer.C:
11102         * minibuffer.h: add a few std:: qualifiers
11103
11104 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11105
11106         * minibuffer.[Ch]: reimplement so that commands is initiated and
11107         run from lyxfunc, simplified som handling, and made the completion
11108         and history code for complete. wip.
11109
11110         * lyxfunc.C (processKeySym): call message
11111         (miniDispatch): new temporary method
11112         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
11113         (LFUN_MESSAGE): implement
11114         (LFUN_MESSAGE_PUSH): implement
11115         (LFUN_MESSAGE_POP): implement
11116         (initMiniBuffer): the initial/defualt minibuffer message.
11117
11118         * lyxfont.[Ch]: inline some more getters
11119
11120         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
11121
11122         * lyx_gui_misc.[Ch] (WriteStatus): remove method
11123
11124         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
11125         (AutoSave): use LFUN_MESSAGE
11126         (Reconfigure): ditto
11127
11128         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
11129
11130         * figureForm.C: use LFUN_MESSAGE
11131
11132         * converter.C (runLaTeX): use LFUN_MESSAGE
11133
11134         * bufferview_funcs.C: use LFUN_MESSAGE
11135         (Melt): ditto
11136         (changeDepth): ditto
11137
11138         * bufferparams.h: use boost::
11139
11140         * bufferlist.h: inherit privately from noncopyable
11141
11142         * bufferlist.C (loadLyXFile): remove some commented code.
11143
11144         * buffer.C (runChktex): use LFUN_MESSAGE
11145
11146         * ShareContainer.h: inherit privately from noncopyable
11147
11148         * ParagraphParameters.[hC] (depth): inline it.
11149
11150         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
11151         methods.
11152         (message): new method
11153         (messagePush): ditto
11154         (messagePop): ditto
11155         (show): init minibuffer
11156         (showState): direct call
11157
11158         * LaTeX.[Ch]: inherit privately from noncopyable
11159         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
11160         instead of WriteStatus.
11161
11162         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
11163
11164         * BufferView_pimpl.C (buffer): don't init minibuffer
11165         (workAreaButtonPress): use LFUN_MESSAGE
11166         (workAreaButtonRelease): ditto
11167         (savePosition): ditto
11168         (restorePosition): ditto
11169         (MenuInsertLyXFile): ditto
11170         (workAreaExpose): don't init minibuffer
11171         (update): remove commented code, simplify
11172
11173         * BufferView2.C (openStuff): use LFUN_MESSAGE
11174         (toggleFloat): ditto
11175         (menuUndo): ditto
11176         (menuRedo): ditto
11177         (copyEnvironment): ditto
11178         (pasteEnvironment): ditto
11179         (copy): ditto
11180         (cut): ditto
11181         (paste): ditto
11182         (gotoInset): ditto
11183         (updateInset): remove some commented code
11184
11185         * lastfiles.h: inherit privately from noncopyable
11186         * layout.h: ditto
11187         * lyx_gui.h: ditto
11188         * lyx_main.h: ditto
11189         * lyxlex.h: ditto
11190         * lyxlex_pimpl.h: ditto
11191
11192         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
11193         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
11194         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11195
11196         * LyXAction.h: inherit privately from noncopyable, add methods
11197         func_begin, func_end, returning iterators to the func map.
11198
11199         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
11200         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
11201         (func_begin): new method
11202         (func_end): new method
11203
11204         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
11205         and not)
11206         (copySelection): ditto
11207         (pasteSelection): ditto
11208
11209         * BufferView.C: whitespace change
11210         * BufferView.h: inherit privately from noncopyable
11211
11212 2001-04-16  Allan Rae  <rae@lyx.org>
11213
11214         * tabular-old.C (l_getline):
11215         * spellchecker.C (sc_check_word):
11216         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
11217         an unrecognised preprocessor directive.  So ensure they're wrapped.
11218
11219 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
11220
11221         * src/exporter.C (Export): Give an error message when path to file
11222         contains spaces.
11223
11224 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
11225
11226         * LaTeX.C (deplog): Always check that foundfile exists.
11227
11228 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11229
11230         * lyx_main.h:
11231         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
11232
11233 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11234
11235         * tabular.[Ch] (getLabelList): implement new method
11236
11237         * minibuffer.h: comment ouf setTiimer
11238
11239         * minibuffer.C (ExecutingCB): constify res
11240         (peek_event): constify s
11241         (Set): constify ntext
11242         (Init): constify nicename
11243
11244         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
11245
11246         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
11247         (savePosition): use two params to Minibuffer::Set
11248         (restorePosition): ditto
11249
11250 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11251
11252         * lyx_main.C: include language.h
11253
11254         * Makefile.am (lyx_main.o): add language.h
11255
11256 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11257
11258         * exporter.C:
11259         * paragraph.C:
11260         * screen.C:
11261         * tabular.C:
11262         * CutAndPaste.C: include gettext.h
11263
11264         * lyxfont.h: remove old hack with ON and OFF.
11265
11266         * lyxparagraph.h:
11267         * lyxfont.h: do not include language.h...
11268
11269         * BufferView2.C:
11270         * LaTeXFeatures.C:
11271         * Painter.C:
11272         * bufferview_funcs.C:
11273         * font.C:
11274         * lyxfont.C:
11275         * text.C:
11276         * text2.C:
11277         * trans_mgr.C:
11278         * paragraph.C: ... but do it here instead
11279
11280 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11281
11282         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
11283
11284         * tabular.C: small reformat
11285
11286         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
11287         NEW_INSETS version
11288         (GetChar): ditto
11289         (BreakParagraph): ditto
11290         (SetOnlyLayout): ditto
11291         (SetLayout): ditto
11292
11293         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
11294         with one arg less.
11295
11296         * lastfiles.C: removed most using decl, add std:: where needed
11297
11298         * buffer.C: ws changes
11299
11300         * MenuBackend.C (class compare_format): put into anon namespace
11301         (expand): constify label, names, action, action2
11302         (expand):
11303
11304         * text.C (SingleWidth): constify font
11305         (IsBoundary): constify rtl2
11306         (GetVisibleRow): constify ww
11307
11308         * LaTeX.C (deplog): constify logfile
11309
11310         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
11311         start_x, end_x
11312         (workAreaExpose): constify widthChange, heightChange
11313
11314         * lyxrow.C (par): moved
11315         (height): moved
11316         (next): moved
11317         * lyxrow.h: as inlines here
11318
11319         * lyxfont.h (shape): moved from lyxfont.C
11320         (emph): moved from lyxfont.C
11321
11322         * lyxfont.C (LyXFont): use initialization list for all
11323         constructors
11324         (shape): move to lyxfont.h as inline
11325         (emph): move to lyxfont.h as inline
11326
11327
11328 2001-04-04  Juergen Vigna  <jug@sad.it>
11329
11330         * vspace.C: had to include stdio.h for use of sscanf
11331
11332 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
11333
11334         * BufferView.h:
11335         * BufferView_pimpl.h: remove xforms cruft. Both classes are
11336         independent of xforms.
11337
11338 2001-04-02  Juergen Vigna  <jug@sad.it>
11339
11340         * spellchecker.C: fixed namespace placing!
11341
11342 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
11343
11344         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
11345         the LyXParagraph * is 0.
11346
11347 2001-03-29  Juergen Vigna  <jug@sad.it>
11348
11349         * vspace.C: added support for %, c%, p%, l%.
11350         (stringFromUnit): added helper function.
11351         (asLatexString): changed to give right results for the %-values.
11352
11353         * buffer.C: convert the widthp in a width%.
11354
11355 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
11356
11357         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
11358         figureForm.[Ch].
11359
11360         * figureForm.[Ch]: stripped the FD_from_figure manipulation
11361         code out of lux_cb.[Ch], ready for its (imminent?) removal.
11362
11363         * lyx_cb.[Ch]: see above.
11364
11365         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
11366         form1.[Ch].
11367
11368         * form1.[Ch]:
11369         * lyx.[Ch]: replaced by figure_form.[Ch].
11370
11371         * lyx_gui.C:
11372         * lyx_gui_misc.C:
11373         * lyxfunc.C: changed headers associated with above changes.
11374
11375 2001-03-27  Juergen Vigna  <jug@sad.it>
11376
11377         * BufferView_pimpl.C: set the temporary cursor right!
11378
11379 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
11380
11381         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
11382
11383 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
11384
11385         * LString.h: removed "using std::getline"!
11386
11387         * BufferView_pimpl.C (Dispatch): changes due to changes in
11388         InsetInclude::Params.
11389
11390         * buffer.C (tag_name): removed redundant break statements as they were
11391         producing lots of warnings with my compiler.
11392
11393 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11394
11395         * LString.h: add "using std::getline" when using the real <string>.
11396
11397 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
11398
11399         * buffer.C: removed bitset usage.
11400         PAR_TAG moved to an anonymous name space.
11401         (tag_name): new funtion, also in the anonymous namespace.
11402         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
11403         (makeDocBookFile): clean code. Completed transition from string arrays
11404         to string vectors.
11405         (SimpleDocBookOnePar): code clean.
11406
11407 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11408
11409         * tabular.C: add some comments.
11410
11411 2001-03-22  Juergen Vigna  <jug@sad.it>
11412
11413         * buffer.C (parseSingleLyXformat2Token): redone the minipage
11414         compatibility read a bit and fixed bug with minipage in different
11415         depth.
11416
11417 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
11418
11419         * buffer.C (pop_tag): removed.
11420         (push_tag): removed.
11421         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
11422         array replaced with vector. Added support for CDATA sections.
11423         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
11424         at any nest level.
11425         (makeDocBookFile): XML conformant declaration of CDATA section,
11426         fixed bug related to <emphasis> in the first paragraph char.
11427         (sgmlOpenTag): exclude empty tags.
11428         (sgmlCloseTag): ditto.
11429
11430         * buffer.h (pop_tag): removed.
11431         (push_tag): removed.
11432
11433 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
11434
11435         * language.h (Languages): added size_type and size().
11436
11437 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11438
11439         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
11440         response on compability reading of minipages. One probliem is that
11441         the old usage of minipages was «flertydig»
11442
11443         * several files here and in subdirs: don't use static at file
11444         scope use anon namespaces instead.
11445
11446 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
11447
11448         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
11449         LaTeX output. This is necessary for Literate document
11450         processing.
11451
11452 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11453
11454         * buffer.C: insert hfill when needed.
11455
11456         * tabular.C (l_getline): use string::erase, small whitespace change.
11457
11458         * BufferView_pimpl.C: try the anon namespace.
11459         * WorkArea.C: ditto
11460
11461 2001-03-16  Juergen Vigna  <jug@sad.it>
11462
11463         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
11464         otherwise it won't open options-dialogs.
11465
11466         * buffer.C: honor pextraWidth(p) on converting minipages.
11467
11468         * tabular.C (l_getline): changed the functions to strip trailing \r.
11469
11470 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
11471
11472         * BufferView_pimpl.C:
11473         * minibuffer..C: added "using SigC::slot" declaration.
11474
11475 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11476
11477         * lyxlex_pimpl.h: noncopyable is in namespace boost.
11478
11479         * text2.C: ditto
11480
11481         * text.C: ditto
11482
11483         * paragraph.C: ditto
11484
11485         * lyxtext.h: NO_PEXTRA
11486
11487         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
11488
11489         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
11490         * ParameterStruct.h: ditto
11491         * ParagraphParameters.h: ditto
11492         * lyxparagraph.h: ditto
11493
11494 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11495
11496         * buffer.C: add compability for minipage alignment.
11497         (latexParagraphs): remove unwanted pextra check.
11498
11499         * several files: remove CXX_WORKING_NAMESPACES
11500
11501         * buffer.C (pop_tag): tie is in namespace boost
11502
11503         * BufferView.h: noncopyable is in namespace boost
11504         * lyxlex.h: ditto
11505         * lyx_main.h: ditto
11506         * lyx_gui.h: ditto
11507         * layout.h: ditto
11508         * lastfiles.h: ditto
11509         * bufferlist.h: ditto
11510         * ShareContainer.h: ditto
11511         * LyXView.h: ditto
11512         * LyXAction.h: ditto
11513         * LaTeX.h: ditto
11514
11515 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
11516
11517         * Merging changes from BRANCH_MVC back into HEAD.
11518
11519         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
11520
11521 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
11522
11523         * BufferView_pimpl.C: change from intl.C
11524
11525         * combox.h:
11526         * combox.C:
11527         * Makefile.am: move combox.*
11528
11529         * form1.h:
11530         * form1.C:
11531         * lyx_gui.C:
11532         * intl.h:
11533         * intl.C: remove dialog (covered by prefs)
11534
11535 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
11536
11537         * lyxfunc.C (Dispatch): removed redundant break statement.
11538
11539 2001-03-14  Juergen Vigna  <jug@sad.it>
11540
11541         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
11542
11543 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11544
11545         * buffer.C: add hack to fix compability reading of minipages.
11546
11547 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
11548
11549         * buffer.C (getLists): Cleanup.
11550
11551 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11552
11553         * lyxfont.C (update): don't honor toggleall on font size.
11554
11555 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
11556
11557         * bmtable.c:
11558         * bmtable.h:
11559         * Makefile.am: moved to frontends/xforms/
11560
11561         * lyx_gui_misc.C:
11562         * lyxfunc.C:
11563         * BufferView_pimpl.C: changes for moved mathpanel
11564
11565 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11566
11567         * gettext.h: fix gettext_init() in --disable-nls
11568
11569 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11570
11571         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
11572
11573 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
11574
11575         * lyx.C:
11576         * lyx.h: strip external form
11577
11578 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11579
11580         * BufferView_pimpl.C: add comment, destroySplash()
11581
11582 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
11583
11584         * BufferView_pimpl.C:
11585         * LyXAction.C:
11586         * buffer.C:
11587         * commandtags.h:
11588         * lyxfunc.C: use re-worked insetinclude
11589
11590 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11591
11592         * buffer.C: add using std::stringstream.
11593
11594         * lyx_cb.C: readd using std::ios.
11595
11596         * buffer.C: add using std::map.
11597
11598         * BufferView_pimpl.C: add using std::vector.
11599
11600         * ShareContainer.h: add std:: to swap.
11601
11602         * buffer.h: add some typedefs
11603         * buffer.C (getLists): use them
11604         (getLists): renamed from getTocList.
11605         add a counter for the different float types and use it in the
11606         generated string.
11607         (getLists): use the same counter for the NEW_INSETS and the "non"
11608         NEW_INSETS
11609
11610         * lyx_cb.h: remove unused items, includes, using etc.
11611
11612         * ShareContainer.h: remove some commented code, add more comments
11613         and "documentation".
11614
11615 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11616
11617         * buffer.C (getTocList): make the list also when NEW_INSETS is
11618         defined.
11619
11620         * buffer.h: remove TocType
11621
11622         * buffer.C (getTocList): change to return a map<string,
11623         vector<TocItem> >, implement for dynamic number of list.
11624
11625         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
11626         * text2.C (PasteSelection): adjust
11627         * CutAndPaste.C (pasteSelection): adjust
11628
11629         * FloatList.C (FloatList): update from the new_insets branch.
11630         * Floating.[Ch]: ditto
11631         * LaTeXFeatures.C: ditto
11632         * buffer.C: ditto
11633         * lyxlex_pimpl.C: ditto
11634
11635         * paragraph.C (Last): remove when NEW_INSETS is defined.
11636
11637         * other file: changes because of the above.
11638
11639 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11640
11641         * lyxparagraph.h: rename next to next_, previous to previous_,
11642         make them private for NEW_INSETS. Rename Next() to next(),
11643         Previous() to previous().
11644
11645         * other files: changes because of the above.
11646
11647 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
11648
11649         * BufferView.h:
11650         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
11651         problem.
11652
11653 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11654
11655         * main.C (main): pass lyx_localedir to gettext_init().
11656
11657         * gettext.h: remove locale_init and gettext_init macros
11658
11659         * gettext.C (locale_init): new function
11660         (gettext_init): new function
11661
11662         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
11663         setlocale().
11664
11665 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
11666
11667         * Moved credits to frontends:
11668         * credits.[Ch]: removed
11669         * credits_form.[Ch]: removed
11670         * lyx_gui_misc.C: remove credits stuff
11671         * Makefile.am:
11672
11673 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11674
11675         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
11676
11677         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
11678         unneeded destructor.
11679
11680         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
11681         a standalone pointer again.
11682
11683         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
11684
11685 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
11686
11687         * Makefile.am:
11688         * filedlg.h:
11689         * filedlg.C:
11690         * LyXAction.C:
11691         * ToolbarDefaults.C:
11692         * bufferlist.C:
11693         * commandtags.h:
11694         * form1.C:
11695         * form1.h:
11696         * lyx_cb.C:
11697         * lyx_cb.h:
11698         * lyxfunc.h:
11699         * lyxfunc.C:
11700         * BufferView_pimpl.C: use new file dialog in GUII
11701
11702         * lyx_cb.h:
11703         * lyx_cb.C: remove LayoutsCB to Toolbar
11704
11705 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11706
11707         * ShareContainer.h (get): add std:: qualifier
11708
11709 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11710
11711         * ShareContainer.h: define a proper ShareContainer::value_type
11712         type (and use typename to please compaq cxx)
11713
11714 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11715
11716         * lyxparagraph.h: move serveral local vars to
11717         ParameterStruct/ParagraphParameters., use ShareContainer in
11718         FontTable., make vars in FontTable private and add getter and
11719         setter.
11720
11721         * paragraph.C: changes because of the above.
11722
11723         * lyxfont.h: remove copy constructor and copy assignment. (the
11724         default ones is ok), move number inside FontBits. move inlines to
11725         lyxfont.C
11726
11727         * lyxfont.C: add number to initializaton of statics, move several
11728         inlines here. constify several local vars. some whitespace
11729         cleanup. Dont hide outerscope variables.
11730
11731         * Spacing.h: add two new constructors to match the set methods.
11732
11733         * ShareContainer.h: new file, will perhaps be moved to support
11734
11735         * ParameterStruct.h: new file
11736
11737         * ParagraphParameters.h: new file
11738
11739         * ParagraphParameters.C: new file
11740
11741         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
11742         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
11743
11744         * BufferView_pimpl.C: ParagraphParameter changes.
11745         * buffer.C: Likewise.
11746         * bufferview_funcs.C: Likewise.
11747         * text.C: Likewise.
11748         * text2.C: Likewise.
11749
11750 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11751
11752         * lyxfind.C (LyXReplace): do not redefine default argument in
11753         implementation.
11754         (IsStringInText): ditto
11755         (SearchForward): ditto
11756         (SearchBackward): ditto
11757
11758 2001-03-06  Juergen Vigna  <jug@sad.it>
11759
11760         * lyxfind.C (IsStringInText): put parentes around expressions.
11761
11762 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
11763
11764         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
11765
11766 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
11767
11768         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
11769
11770         * stl_string_fwd.h: add comment
11771
11772         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
11773
11774         * tabular.h:
11775         * tabular.C: remove unused DocBook methods
11776
11777         * intl.C:
11778         * language.C:
11779         * paragraph.C:
11780         * buffer.C:
11781         killed DO_USE_DEFAULT_LANGUAGE
11782
11783 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11784
11785         * lyx_gui.C: do not include language.h.
11786
11787         * bufferview_funcs.C (ToggleAndShow): do not provide optional
11788         arguments in function implementation.
11789
11790 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11791
11792         * BufferView_pimpl.C: add <ctime>
11793
11794 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11795
11796         * BufferView_pimpl.C: add using std::find_if
11797
11798 2001-02-27  José Matos  <jamatos@fep.up.pt>
11799
11800         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
11801         by OnlyPath.
11802
11803 2001-02-11  José Matos  <jamatos@fep.up.pt>
11804
11805         * buffer.C (makeDocBookFile): command styles now have a parameter as
11806         "title" by default.
11807
11808 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
11809
11810         * layout_forms.[Ch]: removed
11811         * lyx_cb.[Ch]: out character
11812         * lyx_gui.C: out character
11813         * lyx_gui_misc.C: out character
11814         * bufferview_funcs.C: : out character,
11815         added toggleall as parameter in ToggleAndShow
11816
11817 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
11818
11819         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
11820
11821         * text2.C (SetCurrentFont): Disable number property at boundary.
11822
11823 2001-02-26  Juergen Vigna  <jug@sad.it>
11824
11825         * lyxfunc.C (getStatus): added a string argument override function so
11826         that this is correctly called from LyXFunc::Dispatch if it contains a
11827         do_not_use_argument which is used!
11828         (Dispatch): added check for "custom" export and call appropriate func.
11829
11830 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
11831
11832         * lyxrc.C: Add language_command_local, language_use_babel and
11833         language_global_options.
11834
11835         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
11836
11837         * buffer.C (makeLaTeXFile): Use language_use_babel and
11838         language_global_options.
11839
11840 2001-02-23  Juergen Vigna  <jug@sad.it>
11841
11842         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
11843         which works with LyXText and putted it inside BufferView. Here now we
11844         only call for that part the BufferView::Dispatch() function.
11845
11846         * BufferView.C (Dispatch): added.
11847
11848         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
11849         functions which needs to use a LyXText over from LyXFunc.
11850         (MenuInsertLyXFile): added
11851         (getInsetByCode): added
11852         (moveCursorUpdate): added
11853         (static TEXT): added
11854
11855 2001-02-22  Juergen Vigna  <jug@sad.it>
11856
11857         * BufferView_pimpl.C (update): call a status update to see if LyXText
11858         needs it.
11859
11860 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
11861
11862         * vc-backend.C (revert): implement for CVS
11863         (getLog): implement for CVS
11864
11865 2001-02-20  Juergen Vigna  <jug@sad.it>
11866
11867         * text2.C (ClearSelection): added BufferView param for inset_owner call
11868
11869         * lyxfunc.C (TEXT): added this function and use it instead of
11870         directly owner->view()-text of getLyXText().
11871
11872 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
11873
11874         * src/layout_forms.C: out preamble
11875         * src/layout_forms.h: out preamble
11876         * src/lyx_cb.C: out preamble
11877         * src/lyx_cb.h: out preamble
11878         * src/lyx_gui.C: out preamble
11879         * src/lyx_gui_misc.C: out preamble
11880         * src/lyxfunc.C: connect with guii preamble
11881
11882 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
11883
11884         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
11885
11886 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
11887
11888         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
11889         whether to run bibtex.
11890
11891 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
11892
11893         * Makefile.am (lyx_SOURCES): Remove BackStack.h
11894
11895 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11896
11897         * Makefile.am (lyx_SOURCES): removed bibforms.h
11898
11899         * vspace.h: doxygen
11900
11901         * text.C (GetVisibleRow): make several local vars const
11902
11903         * tabular.C: small cleanup.
11904
11905         * lyxserver.C (callback): use compare instead of strncmp
11906
11907         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
11908         inlines to after class or to paragraph.C
11909
11910         * lyxfont.h: remove friend operator!=
11911
11912         * converter.h: move friend bool operator< to non friend and after
11913         class def.
11914
11915         * combox.h: small cleanup
11916
11917         * buffer.h: doxygen, remove unused constructor, move inclas inlies
11918         to inlines after class def.
11919
11920         * buffer.C (pop_tag): use string operations instead of strcmp
11921
11922         * bmtable.c: doxygen, small cleanup
11923
11924         * LaTeX.h: remove friend operator==
11925
11926 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
11927
11928         * screen.C:
11929         * lyxrc.[Ch]:
11930         * lyxfunc.C:
11931         * lyxfont.[Ch]:
11932         * lyx_cb.C:
11933         * intl.[Ch]:
11934         * commandtags.h:
11935         * buffer.C:
11936         * WorkArea.[Ch]:
11937         * LyXAction.C:
11938         * BufferView_pimpl.C:
11939         * BufferView.[Ch]: remove cruft
11940
11941 2001-02-14  Juergen Vigna  <jug@sad.it>
11942
11943         * lyxfunc.C: removed #if 0 unused code
11944
11945         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
11946
11947         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
11948
11949         * text2.C (SetSelection): added a BufferView * parameter
11950
11951 2001-02-13  Juergen Vigna  <jug@sad.it>
11952
11953         * lyxfunc.C (Dispatch): fixed protected blank problem.
11954         * BufferView2.C (protectedBlank): added LyxText * parameter.
11955
11956         * tabular.C (AppendRow): forgot to set row_info of newly added row.
11957         (AppendColumn): same as above for column_info.
11958
11959         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
11960         (moveCursorUpdate): use a LyXText param for support of InsetText.
11961
11962         * BufferView_pimpl.C (doubleClick): added support for InsetText.
11963         (tripleClick): ditto
11964
11965         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
11966
11967         * BufferView_pimpl.C (update): added LyXText param to honor insets.
11968
11969         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
11970
11971         * text2.C (SetSelection): set correct update status if inset_owner
11972         (ToggleFree): ditto
11973
11974 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
11975
11976         * tabular.C: remove some commented code.
11977
11978 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
11979
11980         * BufferView_pimpl.C: call hideSplash()
11981
11982         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
11983
11984         * include_form.h:
11985         * bibforms.h: remove
11986
11987         * lyxfunc.C:
11988         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
11989           add LFUN_CHILD_CREATE
11990
11991         * counters.h: fix tiny typo
11992
11993         * lyx_cb.C:
11994         * lyx.h:
11995         * lyx_gui.C:
11996         * lyx.C: move splash to frontends/xforms/
11997
11998         * lyx_gui_misc.C: move Include and Bibform to frontends
11999
12000         * lyxvc.h: clarify comment
12001
12002         * vspace.C: tiny housekeeping
12003
12004 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12005
12006         * text.C (PrepareToPrint): RTL Fix.
12007
12008         * paragraph.C (GetUChar): New method.
12009         (String):  Use GetUChar.
12010
12011         * buffer.C (asciiParagraph): Use GetUChar.
12012
12013 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
12014
12015         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
12016
12017 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
12018
12019         * buffer.h:
12020         * buffer.C: rename to getLogName(), handle
12021           build log / latex log nicely
12022
12023 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12024
12025         * MenuBackend.C:
12026         * MenuBackend.h: remove support for reference menuitem type.
12027
12028 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
12029
12030         * BufferView_pimpl.C: housekeeping
12031         * BufferView_pimpl.h:
12032         * LyXView.h:
12033         * Makefile.am:
12034         * Timeout.C:
12035         * Timeout.h:
12036         * minibuffer.h: move Timeout GUI-I
12037
12038 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
12039
12040         * lyxrc.C (read): Update converters data-structures.
12041
12042 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
12043
12044         * LaTeX.h (operator!=): add operator != for Aux_Info
12045
12046 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
12047
12048         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
12049
12050         * LaTeXLog.C: deleted, useful code moved to Buffer
12051
12052         * buffer.h:
12053         * buffer.C: new function getLatexLogName()
12054
12055         * lyx_gui_misc.C:
12056         * lyx_gui.C:
12057         * lyxvc.C:
12058         * lyxvc.h:
12059         * lyxfunc.C: use frontends for LaTeX and VC logs
12060
12061 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12062
12063         * LaTeX.h: yet another std:: that Allan forgot.
12064
12065         * Variables.C (set): renamed from isset(), because this clashes
12066         with some HP-UX macros (grr).
12067
12068 2001-02-06  Allan Rae  <rae@lyx.org>
12069
12070         * LaTeX.h: Another bug fix.  Missing std:: this time.
12071
12072 2001-02-04  Allan Rae  <rae@lyx.org>
12073
12074         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
12075         floats problem. I've left it commented out because it's not quite
12076         correct.  It should also test that the current object is a table or
12077         figure inset.  But I haven't gotten around to figuring out how to do
12078         that.  I *think* it'll be something like: "table" == inset.type()
12079
12080         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
12081         bool.
12082
12083 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
12084
12085         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
12086         all the citation/databases/styles in the auxilary file.
12087         (run): Rerun latex if there was a babel language error.
12088
12089 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
12090
12091         * text.C (Backspace): Preserve the font when changing newline char
12092         with a space.
12093         (BreakParagraph): If the cursor is before a space, delete the space.
12094
12095         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
12096
12097 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
12098
12099         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
12100         new argument (code).
12101         (ChangeCitationsIfUnique): New method.
12102
12103         * paragraph.C (GetPositionOfInset): Handle bibkey.
12104
12105 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12106
12107         * BufferView_pimpl.h: change type of Position::par_pos to
12108         LyXParagraph::size_type.
12109
12110 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
12111
12112         * BufferView_pimpl.C (savePosition, restorePosition): Write
12113         messages to minibuffer.
12114
12115 2001-01-28  José Matos  <jamatos@fep.up.pt>
12116
12117         * buffer.C (makeDocBookFile): adds support for document language.
12118         A silly restriction on the name of LatexCommand types where removed.
12119         Added support for CDATA sections, allows to chars unescaped, used
12120         among others in code, to avoid escape < and >.
12121
12122 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12123
12124         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
12125         saved positions instrad of a stack. Furthermore, a position is
12126         stored using paragraph id/paragraph position.
12127
12128         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
12129         Remove LFUN_REF_BACK.
12130
12131 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
12132
12133         * converter.C (dvipdfm_options): New method.
12134
12135 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12136
12137         * vspace.C (isValidLength): Fix for empty input string.
12138
12139 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12140
12141         * LyXAction.C (init): change description of LFUN_FIGURE to
12142         "Insert Graphics"
12143
12144 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12145
12146         * LaTeX.C: add using directive
12147
12148 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12149
12150         * MenuBackend.C (expand): Fix the sorting of the formats.
12151
12152 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
12153
12154         * lyx_main.C: tiny error message fix
12155
12156 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12157
12158         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
12159         calling fl_initialize(). This fixes the problem with ',' as
12160         decimal separator in text files.
12161
12162 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
12163
12164         * trans.C (process): Fix the keymap bug.
12165
12166 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
12167
12168         * LaTeX.C (scanAuxFiles): New method. Provides support for
12169         multiple bibliographies (when using the bibtopic/bibunits pacakges).
12170         (scanLogFile) Scan for "run BibTeX" messages.
12171
12172         * buffer.C (makeLaTeXFile): Do not load the ae package when using
12173         OT1 font encoding. Also, load the aecompl package if the ae
12174         package is loaded.
12175
12176         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
12177
12178 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12179
12180         * texrow.C (increasePos): turn two error messages into debug
12181         messages.
12182
12183 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
12184
12185         * LaTeX.C (scanAux): Handle the \@input macro.
12186         (runBibTeX): Use scanAux().
12187
12188         * language.C (latex_options_): New field.
12189
12190         * LaTeXFeatures.C (getMacros): Add language macros.
12191
12192         * buffer.C (makeLaTeXFile): Small fix.
12193
12194 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12195
12196         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
12197
12198         * text2.C: add a using directive.
12199
12200 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
12201
12202         * BufferView2.C:
12203         * lyx_gui_misc.h:
12204         * lyxfr1.C:
12205         * lyxfunc.C: kill LyXBell.
12206
12207 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
12208
12209         * text.C (IsBoundary): Remove the error message
12210
12211         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
12212
12213         * lyxrc.C (setDefaults): Correct initialization value for
12214         font_norm_type.
12215
12216 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
12217
12218         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
12219         gotoError().
12220
12221         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
12222         and GotoNextNote().
12223
12224         * src/LyXAction.C: Added reference-next.
12225
12226         * text.C (InsertChar): Use contains instead of strchr.
12227
12228         * lyx_cb.C (MenuInsertLabel): Enable default value code.
12229
12230 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
12231
12232         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
12233         alignment commands (when needed).
12234
12235         * text.C (InsertChar): Add ':' to number separator chars.