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