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