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