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