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