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