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