]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
f67a4a020ba9489b0f6a107293bac37e310f1c94
[lyx.git] / src / ChangeLog
1 2004-10-30  José Matos  <jamatos@lyx.org>
2
3         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
4         text and no inset or font change. This allows to use CDATA
5         sections just for the whole paragraph.
6
7 2004-10-30  José Matos  <jamatos@lyx.org>
8
9         * paragraph.C (getFirstWord): remove unused variable.
10
11 2004-10-30  José Matos  <jamatos@lyx.org>
12
13         * paragraph.C (getFirstWord): the content should always be escaped there.
14         (simpleDocBookOnePar):
15         * output_docbook.C (makeEnvironment): replace reference to CDATA to style pass_thru.
16
17 2004-10-30  José Matos  <jamatos@lyx.org>
18
19         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
20
21 2004-10-30  José Matos  <jamatos@lyx.org>
22
23         * output_docbook.C (makeParagraphs):
24         * paragraph.[Ch] (emptyTag): for docbook and company, if the
25         standard paragraph has only a given type of content drop the wrapper.
26
27 2004-10-29  José Matos  <jamatos@lyx.org>
28
29         * output_docbook.C (makeEnvironment):
30         * sgml.C (openTag):
31         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
32
33 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
34
35         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
36         (cleanID): sanitize any id.
37
38 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
39
40         * buffer.C, lyxlex_pimpl.C:
41         * lyxlex_pimpl.C (setFile):
42         s/getExtFromContents/getFormatFromContents/
43
44 2004-10-28  José Matos  <jamatos@lyx.org>
45
46         * output_docbook.C (makeEnvironment): move id to broadest possible scope.
47
48         * sgml.C (openTag): apply substitution of <> for all attribuites.
49
50 2004-10-28  José Matos  <jamatos@lyx.org>
51
52         * buffer.C (makeLinuxDocFile, makeDocBookFile):
53         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
54         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
55
56         * sgml.[Ch]: new version for open and closeTag for paragraph and
57         for strings. Now they handle the ids of paragraphs.
58
59 2004-10-26  Angus Leeming  <leeming@lyx.org>
60
61         * Makefile.am: add mover.[Ch].
62
63         * converter.C (convert, move): use the new Movers to move external
64         files to the temp directory.
65
66         * lyx_main.C (init): ensure that the global system_movers data
67         is initialised.
68
69         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
70         preferences file.
71
72         * mover.[Ch]: new files, defining a Mover as a utility to move an
73         external file between directories and, if necessary, manipulate this
74         file using a helper script.
75
76 2004-10-25  José Matos  <jamatos@lyx.org>
77
78         * output_docbook.C (makeCommand): merge two if's that tested the same condition.
79
80 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
81
82         * sgml.C (escapeString): fix warning in a better way
83
84 2004-10-25  José Matos  <jamatos@lyx.org>
85
86         * sgml.C (escapeString): import the require boosts header file for
87         tie, and avoid a signed unsigned comparison.
88
89 2004-10-25  José Matos  <jamatos@lyx.org>
90
91         * sgml.h: add #include <string>
92
93 2004-10-25  José Matos  <jamatos@lyx.org>
94
95         * sgml.[Ch] (escapeString): new function to escape all the string.
96
97 2004-10-24  José Matos  <jamatos@lyx.org>
98
99         * paragraph.[Ch] (getFirstWord): new function to get the first
100         word. Useful for description.
101         (simpleDocBookOnePar): remove depth argument, add another that
102         says where to start the paragraph.
103
104         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
105         use the new functions to fix cleanly the support for descriptions.
106
107 2004-10-24  José Matos  <jamatos@lyx.org>
108
109         * buffer.C (makeLinuxDocFile, makeDocBookFile):
110         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
111         * output_linuxdoc.C (linuxdocParagraphs):
112         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
113         add buffer as argument.
114
115 2004-10-24  José Matos  <jamatos@lyx.org>
116
117         * output_docbook.C (makeEnvironment, searchEnvironment): place
118         CDATA inside paragraphs and fix scope for listitems.
119
120 2004-10-24  José Matos  <jamatos@lyx.org>
121
122         * output_docbook.C: remove using statement for stack.
123
124 2004-10-23  José Matos  <jamatos@lyx.org>
125
126         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
127         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
128         docbook. The new scheme is recursive and makes use of iterators, the
129         same as latex export works.
130         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
131         directly with the paragraph contents. This code was moved up to
132         output_docbook.C (docbookParagraphs).
133         * sgml.C (openTag, closeTag): removed unneeded newlines.
134         (closeEnvTags) removed.
135
136 2003-10-23  André Pönitz  <poenitz@gmx.net>
137
138         * undo.C (textUndoOrRedo):
139         * dociterator.C (asDocIterator): work around crash
140
141         * cursor.C (getStatus): replace ASSERT by more verbose error message
142           and manual correction of the problem. Should increase stability
143           while providing more sensible information.
144
145 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
146
147         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
148
149         * bufferlist.C (previous, next): new methods
150
151         * lfuns.h:
152         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
153
154 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
155
156         * buffer.C (makeDocBookFile): add dsssl stylesheet control
157         entities to preamble.
158
159 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
160
161         * messages.C (Pimpl): strip off translation context information
162
163 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
164
165         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
166         the cursor is correct (bug 1694)
167
168 2004-10-13  José Matos  <jamatos@lyx.org>
169
170         * output_docbook.C (docbookParagraphs): fix closing tags in the
171         end of the document.
172
173 2004-10-09  José Matos  <jamatos@lyx.org>
174
175         * buffer.C: format up to 237.
176         * bufferparams.C (write): use tostr to convert booleans to strings.
177
178 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
179
180         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
181
182 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
183
184         * LaTeX.C: implement use of babel language in xindy.
185
186 2004-10-05  José Matos  <jamatos@lyx.org>
187
188         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
189         Add new translators to help reading and writing the lyx file.
190
191 2004-10-05  José Matos  <jamatos@lyx.org>
192
193         * ParagraphParameters.C (read):
194         * text.C (readParToken): replace nexToken by more appropriate lex
195         methods.
196
197 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
198
199         * LaTeX.C (runMakeIndex):
200         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
201         (usually 'makeindex') configurable.
202
203         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
204         with a variable rather than with a number.
205
206 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
207
208         * output_latex.C (TeXOnePar): make sure font setting is the first
209         thing that gets output (and the last at the end). Should fix bug
210         1404.
211
212 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
213
214         * pch.h: use proper signal include
215
216         * LaTeX.h: Use preferred calling of Boost.Signal
217         * buffer.h: ditto
218
219 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
220
221         * pch.h: dont include <boost/function/function0.hpp>
222
223         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
224
225         * paragraph_pimpl.h: remove usage of ShareContainer
226
227         * paragraph_pimpl.C: remove initialization of ShareContainer.
228
229 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
230
231         Fix bug #1666
232
233         * BufferView.C (putSelectionAt): change the semantics when
234         backwards == true: now, this just swaps cursor and anchor wrt the
235         forward case
236
237         * BufferView.h (putSelectionAt): add some documentation
238
239         * lyxfind.C (findBackwards): rewrite using while(). In particular,
240         make sure backwardChar is done at least once (to avoid getting
241         stuck)
242         (findNextChange): use putSelectionAt in the forward direction
243         (operator()): use Paragraph::isWord
244
245 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
246
247         * Spacing.C (set): c_str fix
248
249 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
250
251         * lyx_cb.C (Reconfigure): quote the name of configure script in
252         case it contains spaces
253
254 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
255
256         * client: new dir
257
258         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
259         (BOOST_LIBS): use top_buildir when looking for the file
260
261 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
262
263         * pch.h: do not use include boost/format.hpp, multiple symbols
264                 will result (gcc bug)
265
266
267 2004-08-23  José Matos  <jamatos@lyx.org>
268
269         * bufferparams.C (readToken): fix reading of the author field.
270
271 2004-08-20  José Matos  <jamatos@lyx.org>
272
273         * lyxrc.C: remove support/translator.h inclusion since it is not used.
274
275 2004-08-20  José Matos  <jamatos@lyx.org>
276
277         * lyxlex.[Ch] (findToken): remove function.
278
279         * ParagraphParameters.C (findToken):
280         * bufferparams.C (findToken): replace call for previous function
281         with local copy. This local function has one more argument, the
282         read string argument.
283
284 2004-08-16  José Matos  <jamatos@lyx.org>
285
286         * ParagraphParameters.C (write):
287         * Spacing.C (writeFile):
288         * bufferparams.C (writeLaTeX):
289         * lyx_cb.C (Reconfigure):
290         * paragraph.C (write):
291         * tabular.C (write): remove unnecessary space at end of line.
292
293
294 2004-08-16  José Matos  <jamatos@lyx.org>
295
296         * text.C (readParagraph): remove debug message.
297
298 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
299
300         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
301         crash
302
303         * output_plaintext.C (asciiParagraph): set depth correctly
304
305         * outputparams.h: add member depth
306
307         * paragraph_funcs.C (ownerPar): remove.
308
309         * text2.C (setCounter): remove first_pit; comment out some
310         non-working code that uses ownerPar
311
312         * BufferView.C (getParentLanguage): remove. Not used anymore, and
313         uses ownerPar
314
315 2004-08-16  José Matos  <jamatos@lyx.org>
316
317         * text.C (readParToken, readParagraph, read): report all unknown tokens.
318         For the same level of importance use the same chanel to report problems.
319         (read): add code to deal with \begin_body and \end_body.
320
321
322 2004-08-15  José Matos  <jamatos@lyx.org>
323
324         * lyxlex.C (getString): fix comment, buffer::readBody is now
325         buffer:readDocument.
326
327         * tex-strings.C (string_papersize): Default -> default,
328         Custom -> custom, for consistency with other options.
329
330 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
331
332         * pch.h: new file
333
334         * Makefile.am: support pch
335
336 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
337
338         * text.C (readParToken): remove the static LyXFont variable and
339         pass it as a parameter instead. This fixes a nasty bug where an
340         inset will be inserted with a bad font in some situations
341         (readParagraph): adapt
342
343         * text2.C (setCounter): reduce number of calls to pars_[pit]
344
345         * text.C (singleWidth): add an assert, fix a test
346
347         * rowpainter.C (paintText): reduce number of calls to singleWidth
348
349         * paragraph.C (isHfill):
350         (isNewline): ws only
351
352 2004-08-14  André Pönitz  <poenitz@gmx.net>
353
354         * text.C:
355         * text2.C:
356         * rowpainter.C:
357         * lyxtext.h (several functions): use a Paragraph & argument
358         instead of par_type
359
360 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
361
362         * metricsinfo.h: add a new field ltr_pos to PainterInfo
363
364         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
365
366         * text.C (singleWidth): remove useless test
367
368 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
369
370         * tabular.h: remove bogus comments
371
372         * tabular.C (getDescentOfRow):
373         (isPartOfMultiColumn): add assertions
374
375         * lyxlength.C (inPixels): remove #warning
376
377 2004-08-14  André Pönitz  <poenitz@gmx.net>
378
379         * paragraph.h: inline getChar()
380
381         * BufferView.h: remove unused declarations
382
383 2004-08-14  José Matos  <jamatos@lyx.org>
384
385         * Buffer.[Ch] (readDocument): new name for old readBody.
386         * Buffer.C: new file format, new keywords: \begin_document,
387         \begin_header, \begin_body, \end_body.
388
389         * bufferparams.C (readToken): replace all calls to lex.nextToken
390         by lex.next(). Do the same to eatLine except where really needed.
391
392         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
393         line when writing to the lyx file.
394
395         * output_plaintext.C (asciiParagraph): fix Bibliography style
396         handling.
397
398         * text.C (read): fix end of file handling.
399
400 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
401
402         * MenuBackend.C (Menu::operator[]): new method to access
403         individual menu items
404         (Menu::hasFunc): new method. search for an item that corresponds
405         to a given func
406         (MenuBackend::specialMenu): new method
407         (MenuBackend::expand): if a special menu has been set, skip
408         entries whose func() appears in this menu
409
410 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
411
412         * text3.C: use Debug::DEBUG a bit more
413
414         * text.C (leftMargin): try to simplify a tiny bit change var x to
415         l_margin. Dont output the wide margins always.
416         (rightMargin): no margin in inner texts
417
418         * rowpainter.h (nestMargin): new func
419         (changebarMargin): new func
420         (rightMargin): new func
421
422         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
423         now functions.
424         (paintLast): ditto
425
426         * factory.C (createInset): modify setDrawFrame
427
428         * cursor.C: use Debug::DEBUG a bit more
429
430 2004-08-14  André Pönitz  <poenitz@gmx.net>
431
432         * coordcache.[Ch]:
433         * Makefile.am: new files to accomodate an 'external' (x,y)-position
434         cache for all insets in (at least partially) visible (top-level)
435         paragraphs.
436
437         * BufferView_pimpl.C: reset external coord cache before every update.
438         This means the coord cache only contains valid entries.
439
440 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
441
442         bug 1096
443         * BufferView_pimpl.C (getInsetByCode): move function out of class
444         and change in to a template in anon namespace. Also fix to do what
445         suits us better.
446
447 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
448
449         bug 1305
450         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
451         of char
452         (breakParagraph): rename par to par_offset and use a local
453         reference. Add code to keep the language over a rebreak.
454         (breakParagraphConservative): rename par to par_offset, use a
455         local reference
456         (mergeParagraph): ditto
457         (outerHook): ditto
458         (isFirstInSequence): ditto
459         (outerFont): rename pit to par_offset
460
461         * paragraph.C: ws change
462         * paragraph.h: ditto
463         * text3.C: ditto
464         * text.C: ditto
465
466 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
467
468         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
469         treatment for ']'
470
471         * paragraph.C (simpleTeXOnePar): when we have a \item with
472         optional argument, enclose the argument with curly brackets (in
473         case it contains a closing square bracket)
474
475         * text2.C (editXY):
476         * text2.C (editXY):
477         * text3.C (checkInsetHit): constify
478
479 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
480
481         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
482         documents (bug 1629)
483
484 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
485
486         Fix toggling of collapsable insets with the mouse (bug 1558)
487
488         * lyxfunc.C (dispatch): adapt to LCursor changes
489
490         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
491         make sure that dispatch is not invoked twice
492
493         * cursor.C (needsUpdate): new method
494         (dispatch): return void
495         (result): new method, to access the DispatchResult of the cursor.
496
497 2004-08-13  José Matos  <jamatos@lyx.org>
498
499         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
500
501 2004-08-13  André Pönitz  <poenitz@gmx.net>
502
503         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
504
505         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
506           multiple cells
507
508 2004-08-12  André Pönitz  <poenitz@gmx.net>
509
510         * text3.C: take out the 'cursor right' form insertInset and only
511         do it in those places when it is really needed. Fixes crash on
512         C-m...
513
514 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
515
516         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
517
518         * BufferView_pimpl.C (setBuffer): initialize the current font of
519         the underlying LyXText
520
521 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
522
523         * kbsequence.C (print): use UI native formatting for menu
524         shortcuts
525
526         * text.C (insertChar): call Paragraph::insertChar with a font
527         argument (cosmetic)
528
529         * paragraph.C (insertInset, insertChar): the version that takes a
530         LyXFont argument is now a wrapper around the other one (the
531         opposite used to be true).
532
533         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
534         argument. Font setting is done in Paragraph now.
535
536 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
537
538         * outputparams.h: add new members intitle and lang.
539
540         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
541         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
542
543 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
544
545         * text3.C (dispatch): remove special handling of button 4 and 5,
546         it is now taken care of in the frontend code.
547
548 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
549
550         * Spacing.h: add <string> (STLPort compile fix)
551
552 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
553
554         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
555
556 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
557
558         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
559         to bool.
560
561         * converter.C (showMessage): inherit from unary_function, make
562         operator() const.
563
564         * buffer.C (writeFile): initialize retval
565
566         * InsetList.h: rename private variable list to list_
567         * InsetList.[Ch]: adjust accordingly.
568
569 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
570
571         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
572         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
573         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
574         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
575         * ParagraphParameters.C, LaTeXFeatures.C: replace
576         "support/std_sstream.h" with <sstream>
577
578 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
579
580         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
581         * lyxsocket.C (LyXServerSocket): ditto
582         (serverCallback): ditto
583
584 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
585
586         * LaTeXFeatures.C: check release date when loading jurabib.
587
588 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
589
590         * lyxserver.C (startPipe): call register_socket_callback
591         (endPipe): call unregister_socket_callback
592
593 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
594
595         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
596         (LyXServerSocket): register the callback
597         (LyXServerSocket): unregister the callback
598         (fd): delete function
599         (serverCallback): improve error checking and setup the callbacks.
600         (dataCallback): change arg to fd.
601         (writeln): new func (copied fro the client socket) used for server
602         write to client.
603         (LyXDataSocket): simplify
604         (~LyXDataSocket): close ann unregiser callback
605         (server): delete function
606         (fd): delete function
607         (readln): small changes, improve some std::string usage
608         (writeln): constify a bit
609
610 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
611
612         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
613         Qt frontend
614
615 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
616
617         * BufferView_pimpl.C (setBuffer): set the layout combox value only
618         after it has been populated
619
620 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
621
622         * text2.C (insertInset): move cursor when inserting inset.
623
624 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
625
626         * kbmap.C (findbindings): a couple of new methods. returns a
627         container of kb_sequence objects. The real work is done by the
628         private recursive version
629         (printbindings): uses findbindings to print out a bracketed list
630         of bindings (renamed from findbinding).
631
632         * MenuBackend.C (binding): use kb_keymap::findbindings
633
634         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
635
636 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
637
638         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
639
640 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
641
642         * paragraph.C (isWord): return true on insets that report
643         isLetter().
644
645         * text.C (getWord): use Paragraph::isWord to decide what is in a
646         word and what is not; fix bug 1609.
647
648 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
649
650         * tex-strings.C: add "none" to string_paperpackages[], fixes
651         off-by-one-error in the paperpackage selection.
652
653         * lyxlex.[Ch]:
654         * tex-strings.[Ch]: char const * string[n]
655         -> char const * const string[]
656
657 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
658
659         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
660         command, return early.
661
662 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
663
664         * debug.h: add DEBUG to enum and fix size of ANY.
665
666         * debug.C: add support for Debug::DEBUG
667         (showTags): cast errorTags.level to unsigned int
668
669         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
670         (redoCurrentBuffer): ditto
671         (updateScrollbar): ditto
672         * cursor.C (dispatch): ditto
673         * text2.C (setLayout): ditto
674         (setFont): ditto
675         (updateCounters): ditto
676         (editXY): ditto
677         (deleteEmptyParagraphMechanism): ditto
678
679 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
680
681         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
682         annotations to cleanup the Makefile slightly.
683
684 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
685
686         * lyxrc.C: do not set user_email to a default value but use empty
687         instead. The entry used to be translated, which does not work
688         since at the point where lyxrc is constructed there is no
689         translation service available
690
691         * messages.C (getLocaleDir): remove and use directly
692         lyx_localedir() instead
693
694 2004-06-02  Angus Leeming  <leeming@lyx.org>
695
696         Fix crash caused by dereferencing null pointer 'exportdata' in
697         OutputParams by creating a new ExportData variable on the heap,
698         storing it in a boost::shared_ptr.
699         The crash was triggered when generating an Instant Preview
700         of an external inset.
701
702         * Makefile.am: add outputparams.C
703
704         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
705         (c-tor): allocate memory to it.
706
707         * exporter.C (c-tor): associated changes.
708
709 2004-06-01  Angus Leeming  <leeming@lyx.org>
710
711         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
712         contains data before calling isInset(0). (Bug 1513.)
713
714 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
715
716         * exporter.C (checkOverwrite): new method
717         * exporter.C (copyFile): new method
718         * exporter.C (Export): copy referenced files to the document dir
719         * exporter.[Ch]: new class ExportedFile
720         * exporter.[Ch]: new class ExportData. Contains currently the
721         names of referenced external files
722         * outputparams.h: add exportdata member.
723
724 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
725
726         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
727         version.C-tmp
728
729 2004-05-19  Angus Leeming  <leeming@lyx.org>
730
731         * LaTeXFeatures.C:
732         * ToolbarBackend.C:
733         * bufferparams.C:
734         * lyxfunc.C: small changes due to the introduction of namespace
735         lyx::frontend and the moving of namespace biblio to lyx::biblio.
736
737 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
738
739         * text3.C (dispatch): supress update when only moving the cursor
740         * cursor.C (selHandle): remove commented code
741
742 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
743
744         * paragraph.C (startTeXParParams): correct column count
745         * CutAndPaste.C (pasteSelection): remove const_cast
746         * output_docbook.C (docbookParagraphs): remove const_cast
747         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
748         const_cast and return ParagraphList::const_iterator
749         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
750         * output_plaintext.C (writeFileAscii): remove const_cast
751         * paragraph.[Ch] (simpleTeXOnePar): make const
752         * paragraph_funcs.C (outerPar): use const iterators
753         * paragraph_pimpl.C (validate): use const iterators
754         * text.C (setHeightOfRow): use const iterators
755
756 2004-05-17  Angus Leeming  <leeming@lyx.org>
757
758         * lfuns.h:
759         * LyXAction.C (init): new LFUN_INSET_REFRESH.
760
761         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
762         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
763         if the citation engine has changed.
764
765 2004-05-14  José Matos  <jamatos@lyx.org>
766
767         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
768         if the textclass does not provide it. Have it different for sgml and
769         xml.
770         support the language of document.
771         * output_docbook.C (docbookParagraphs):
772         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
773         first anchor as the id of the paragraph, remove special case code.
774         * sgml.C (escapeChar): escape only < & >.
775
776 2004-05-14  Angus Leeming  <leeming@lyx.org>
777
778         * bufferparams.h: move biblio::CiteEngine enum here to minimize
779         dependencies on src/frontends/controllers/biblio.h. Define a
780         CiteEngine_enum wrapper class to enable the enum to be forward
781         declared.
782
783 2004-05-12  Angus Leeming  <leeming@lyx.org>
784
785         * buffer.C: up LYX_FORMAT to 234.
786         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
787         use_numerical_citations with a single biblio::CiteEngine cite_engine
788         variable.
789         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
790
791 2004-05-13  José Matos  <jamatos@lyx.org>
792
793         * converter.h:
794         * converter.C (Converter, readFlags): add xml member.
795         * outputparams.h: add XML flavor.
796         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
797
798 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
799
800         * lyxfunc.C (dispatch):
801         (getStatus): fix handling of LFUN_SEQUENCE
802
803 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
804
805         * debug.C (showLevel): do not forget the end-of-line marker
806
807 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
808
809         * kbmap.C (read): do not stop parsing a bind file when an error
810         occurs (bug 1575)
811
812 2004-04-29  Angus Leeming  <leeming@lyx.org>
813
814         * cursor.C:
815         * factory.C:
816         * pariterator.C:
817         * text2.C: wrap a bunch of #warning statements
818         inside #ifdef WITH_WARNINGS blocks.
819
820 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
821
822         * buffer.C: increment format to 233.
823
824 2004-04-28  Angus Leeming  <leeming@lyx.org>
825
826         * BufferView_pimpl.C:
827         * lyxfunc.C:
828         * text3.C:
829         s/updateToolbar()/updateToolbars()/
830         s/Toolbar.h/Toolbars.h/
831
832 2004-04-28  Angus Leeming  <leeming@lyx.org>
833
834         * BufferView.[Ch] (c-tor):
835         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
836         No longer passes these data to the WorkArea generator.
837
838 2004-04-28  Angus Leeming  <leeming@lyx.org>
839
840         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
841
842 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
843
844         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
845
846 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
847
848         * output_latex.C (TeXEnvironment): make sure that there is a line
849         break before \end{foo} for the last paragraph of a document
850         (TeXOnePar): if the paragraph is at the end of the document (or
851         inset) and the language has to be reset, then make sure that the
852         line break is _before_ the language command, not after (fixes bug
853         1225); also make sure that the language reset command is the first
854         thing after the paragraph (to ensure proper nesting of
855         environments and thus fix bug 1404)
856
857 2004-04-21  John Levon  <levon@movementarian.org>
858
859         * ToolbarBackend.h:
860         * ToolbarBackend.C: make "name" be a programmatic name
861         and a gui_name field.
862
863         * lyxfunc.C: display the minibuffer on M-x
864
865 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
866
867         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
868         (bug 1526)
869
870 2004-04-19  Angus Leeming  <leeming@lyx.org>
871
872         * BufferView_pimpl.C (setBuffer): changed preview interface.
873
874         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
875         possible values.
876
877 2004-04-19  John Levon  <levon@movementarian.org>
878
879         * BufferView_pimpl.C:
880         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
881
882 2004-04-05  Angus Leeming  <leeming@lyx.org>
883
884         * text.C (redoParagraphs): add call to updateCounters(), thereby
885         fixing the missing "Figure #:" label from the caption of a
886         figure float.
887
888 2004-04-13  Angus Leeming  <leeming@lyx.org>
889
890         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
891         cursor is clicked out of an inset.
892
893 2004-04-13  Angus Leeming  <leeming@lyx.org>
894
895         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
896         than an InsetOld one.
897
898 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
899
900         * format.[Ch]: add editor to Format
901         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
902         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
903
904 2004-04-08  André Pönitz  <poenitz@gmx.net>
905
906         * metricsinfo.h: remove PainterInfo::width member
907
908 2004-04-08  Angus Leeming  <leeming@lyx.org>
909
910         * lyx_sty.C (boldsymbol_def): modify so that it outputs
911         "\providecommand" rather than "\newcommand", thereby preventing
912         clashes with packages that define "\boldsymbol" themselves.
913         Eg, beamer.
914
915 2004-04-08  Angus Leeming  <leeming@lyx.org>
916
917         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
918         thereby squashing an unnecessary warning.
919
920 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
921
922         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
923         setBuffer()
924
925 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
926
927         * BufferView.C (setCursor): call redoParagraph (some insets could
928         have been opened)
929         (putSelectionAt): remove the 'double update' trick
930
931         * BufferView_pimpl.C (fitCursor): call refreshPar
932         (workAreaDispatch): remove an uneeded update call
933         (dispatch): remove some manual update calls
934
935         * cursor.[Ch]: remove cached_y_, updatePos
936         (selHandle): set noUpdate when appropriate
937
938         * lyxfunc.C (dispatch): track if we need an update
939
940         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
941
942         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
943         (paintSelection): cheap optimization, do not call cursorX when not
944         needed
945         (paintPars): change signature
946         (refreshPar): add
947         (paintText): adjust
948         (paintTextInset): adjust
949
950         * text.C: adjust
951
952 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
953
954         * lengthcommon.C: compilation fix: remove explicit array size from
955         unit_name[] and friends
956
957 2004-04-05  Angus Leeming  <leeming@lyx.org>
958
959         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
960
961         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
962         present only for the preferences dialog.
963         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
964
965 2004-04-05  Angus Leeming  <leeming@lyx.org>
966
967         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
968         to enable the frontends to export changes to lyxrc correctly.
969
970         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
971
972 2004-04-07  André Pönitz  <poenitz@gmx.net>
973
974         * cursor.[Ch] (selClear, adjust): remove math
975
976         * cursor_slice.C: more agressive assert
977
978         * lyxfunc.C:
979         * BufferView_pimpl.C: rework mouse event dispatch
980
981         * dociterator.C:
982         * paragraph.C:
983         * text2.C:
984         * text3.C: adjust
985
986 2004-04-05  André Pönitz  <poenitz@gmx.net>
987
988         * cursor.[Ch] (valign, halign...): remove unneeded functions
989
990 2004-04-05  Angus Leeming  <leeming@lyx.org>
991
992         * lyxlength.[Ch] (unit_name et al.): const-correct.
993
994 2004-04-05  Angus Leeming  <leeming@lyx.org>
995
996         * BufferView_pimpl.C:
997         * buffer.C:
998         * counters.C:
999         * cursor.C:
1000         * lyxfunc.C
1001         * paragraph.C:
1002         * pariterator.C:
1003         * text.C:
1004         * text2.C:
1005         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
1006
1007 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
1008
1009         * text3.C (getStatus): add LFUN_BEGINNINGBUF
1010
1011 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
1012
1013         * lyxfind.C: add a couple of inTexted() tests + other small fixes
1014         * BufferView_pimpl.[Ch] (getStatus)
1015         * BufferView.[Ch] (getStatus): add
1016         * lyxfunc.C (getStatus): move lfuns handled in
1017         BufferView::dispatch to te function above
1018         * Cursor.C (setSelection): set selection() = true
1019
1020 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
1021
1022         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
1023
1024 2004-03-31  Angus Leeming  <leeming@lyx.org>
1025
1026         * lyxfunc.C (dispatch): Fall through to the generic
1027         Dialogs::show("preamble").
1028
1029 2004-03-31  Angus Leeming  <leeming@lyx.org>
1030
1031         * lyxfunc.C (dispatch): Fall through to the generic
1032         Dialogs::show("spellchecker").
1033
1034 2004-03-31  Angus Leeming  <leeming@lyx.org>
1035
1036         * lyxfunc.C (getStatus, dispatch): changed invocation of the
1037         preferences dialog.
1038
1039 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
1040
1041         * BufferView.C
1042         * cursor.[Ch]
1043         * dociterator.[Ch]:
1044         * insetiterator.[Ch]:
1045         * lyxfind.C:
1046         * lyxfunc.C:
1047         * pariterator.[Ch]:
1048         * text2.C:
1049         * undo.[Ch]: s/DocumentIterator/DocIterator/g
1050
1051 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
1052
1053         * BufferView.C (setCursor, putSelectionAt): call edit to open the
1054         insets where we are putting the cursor.
1055
1056 2004-03-31  Angus Leeming  <leeming@lyx.org>
1057
1058         * lfuns.h:
1059         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
1060
1061         * lyxrc.[Ch] (read, write): overloaded member functions taking
1062         a std::[io]stream arguments.
1063
1064         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
1065
1066 2004-03-31  Angus Leeming  <leeming@lyx.org>
1067
1068         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
1069         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
1070
1071         * lyxtextclass.C (load): if the text class couldn't be loaded, then
1072         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
1073
1074 2004-03-31  Angus Leeming  <leeming@lyx.org>
1075
1076         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
1077         the LFUN_ALL_INSETS_TOGGLE code.
1078
1079 2004-03-30  Angus Leeming  <leeming@lyx.org>
1080
1081         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
1082         has died. Fall through to the generic Dialogs::show("document").
1083
1084 2004-03-30  Angus Leeming  <leeming@lyx.org>
1085
1086         * lfuns.h:
1087         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
1088         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
1089
1090         * lyxfunc.C (getStatus, dispatch): define the actions for these
1091         lfuns. Little more than a cut and pste job from ControlDocument.C
1092
1093         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
1094
1095 2004-03-30  Angus Leeming  <leeming@lyx.org>
1096
1097         * lfuns.h:
1098         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
1099         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
1100
1101         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
1102         open/closed state of ollapsable insets. Usage:
1103
1104         all-inset-toggle <state> <name>, where
1105         <state> == "open" || "closed" || "toggle" and
1106         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
1107
1108         * lyxtext.h, text2.C (toggleInset): removed.
1109
1110         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
1111         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
1112         now passes LFUN_INSET_TOGGLE to the found inset.
1113
1114         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
1115         is now invoked as "all-insets-toggle toggle branch".
1116
1117 2004-03-30  Angus Leeming  <leeming@lyx.org>
1118
1119         * dociterator.C:
1120         * insetiterator.C:
1121         * pariterator.[Ch]: added/corrected header blurb.
1122
1123 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
1124
1125         * dociterator.[Ch]: add an inset_ member
1126         (backwardPos): implemented
1127         (backwardPos, forwardPos): use inset_ when the stack is empty.
1128         (doc_iterator_begin, doc_iterator_end): implemented
1129         * pariterator.[Ch]: adjust, add begin, end
1130         * insetiterator.[Ch]: adjust, add begin, end
1131         * cursor.C:
1132         * document.C:
1133         * BufferView.C:
1134         * BufferView_pimpl.C:
1135         * CutAndPaste.C: adjust
1136
1137 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1138
1139         * buffer.C: increment file format to 232.
1140         * LaTeXFeatures.C: add bibtopic package.
1141         * bufferparams.[Ch]: param \use_bibtopic.
1142
1143         * lyxrc.[Ch]: add lyxrc bibtex_command
1144         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
1145
1146         * buffer.C: increment file format to 231.
1147
1148 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
1149
1150         * dociterator.C: implement forwardPar
1151         * iterators.[Ch]: remove, replaced by
1152         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
1153         * BufferView.C:
1154         * BufferView_pimpl.C:
1155         * CutAndPaste.C:
1156         * buffer.C:
1157         * bufferview_funcs.C:
1158         * cursor.C:
1159         * lyxfind.C
1160         * lyxfunc.C
1161         * paragraph_funcs.C
1162         * toc.C:
1163         * Makefile.am: adjust
1164
1165 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
1166
1167         * CutAndPaste.C (pasteSelection): fix 2 crashes
1168         (eraseSelection): fix a crash
1169         * paragraph_funcs.C: remove a warning
1170
1171 2004-03-28  Angus Leeming  <leeming@lyx.org>
1172
1173         * lfuns.h:
1174         * LyXAction.C (init): new LFUN_PRINT.
1175
1176         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
1177
1178 2004-03-27  Angus Leeming  <leeming@lyx.org>
1179
1180         * lfuns.h:
1181         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
1182
1183         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
1184
1185 2004-03-27  Angus Leeming  <leeming@lyx.org>
1186
1187         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
1188         insetlist always contains non-null pointers to insets.
1189
1190 2004-03-26  Angus Leeming  <leeming@lyx.org>
1191
1192         * src/BufferView_pimpl.C:
1193         * src/CutAndPaste.C:
1194         * src/buffer.C:
1195         * src/iterators.C:
1196         * src/output_plaintext.C:
1197         * src/outputparams.h:
1198         * src/paragraph_funcs.C:
1199         * src/rowpainter.C:
1200         * src/text.C:
1201         * src/text2.C:
1202         * src/frontends/controllers/ControlErrorList.C:
1203         * src/frontends/gtk/FileDialogPrivate.C:
1204         * src/frontends/gtk/GPainter.C:
1205         * src/frontends/gtk/GToolbar.C:
1206         * src/frontends/qt2/QRef.C:
1207         * src/mathed/math_scriptinset.C: squash compiler warnings.
1208
1209 2004-03-26  Angus Leeming  <leeming@lyx.org>
1210
1211         * ispell.C (LaunchIspell::start):
1212         * lyx_cb.C (AutoSaveBuffer::start):
1213         invoke run(DontWait) rather than runNonBlocking().
1214
1215 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
1216
1217         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
1218
1219 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1220
1221         * kbsequence.C (print): adjust
1222
1223         * kbmap.C (printKeySym): rename and change signature
1224         (printKey): use LyXKeySym::print()
1225
1226 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
1227
1228         * undo.C: add using std::advance to compile for stlport
1229
1230 2004-03-24  Angus Leeming  <leeming@lyx.org>
1231
1232         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
1233         it leads to a crash when no buffer is present.
1234
1235 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1236             Martin Vermeer  <martin.vermeer@hut.fi>
1237
1238         * lyxfunc.C (dispatch):
1239         * bufferparams.C (readToken): use the new LColor::setColor
1240
1241         * LColor.[Ch] (setColor): new version that takes two strings as
1242         argument and creates a new color entry if necessary
1243
1244 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1245
1246         * buffer.C (makeLaTeXFile): if the main latex file that is
1247         processed is usually a subdocument of some master, then pretend
1248         for a while that it is actually the master
1249
1250 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1251
1252         * buffer.C (getLabelList):
1253         (getBibkeyList): use getMasterBuffer()
1254         (getMasterBuffer): new method. Returns the main document in the
1255         case where one is using included documents.
1256
1257 2004-03-25  André Pönitz  <poenitz@gmx.net>
1258
1259         * Makefile.am:
1260         * iterators.[Ch]:
1261         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
1262
1263         * ParagraphList_fwd.h: change ParagraphList to a std::vector
1264
1265         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
1266         text*.C over here. Rename namespace CutAndPaste to lyx::cap
1267
1268         * ParameterStruct.h: merge with ParagraphParameters
1269
1270         * lyxtext.h: remove LyXText::parOffset() and getPar()
1271
1272         * text3.C: Remove all 'manual' update calls. We do now one per user
1273         interaction which is completely sufficient.
1274
1275         * Bidi.C:
1276         * BufferView.[Ch]:
1277         * BufferView_pimpl.C:
1278         * FontIterator.[Ch]:
1279         * MenuBackend.C:
1280         * ParagraphParameters.[Ch]:
1281         * buffer.C:
1282         * buffer.h:
1283         * bufferlist.C:
1284         * cursor.[Ch]:
1285         * cursor_slice.[Ch]:
1286         * dociterator.[Ch]:
1287         * errorlist.[Ch]:
1288         * factory.C:
1289         * lfuns.h:
1290         * lyxfind.C:
1291         * lyxfunc.C:
1292         * output_docbook.[Ch]:
1293         * output_latex.[Ch]:
1294         * output_linuxdoc.[Ch]:
1295         * output_plaintext.[Ch]:
1296         * paragraph.[Ch]:
1297         * paragraph_funcs.[Ch]:
1298         * paragraph_pimpl.[Ch]:
1299         * rowpainter.C:
1300         * tabular.[Ch]:
1301         * text.C:
1302         * text2.C:
1303         * toc.C:
1304         * undo.[Ch]: adjust
1305
1306         * frontends/controllers/ControlDocument.C:
1307         * frontends/controllers/ControlErrorList.C:
1308         * frontends/controllers/ControlSpellchecker.C:
1309         * insets/inset.C:
1310         * insets/inset.h:
1311         * insets/insetbase.h:
1312         * insets/insetbibitem.C:
1313         * insets/insetbox.C:
1314         * insets/insetbranch.C:
1315         * insets/insetcaption.C:
1316         * insets/insetcharstyle.C:
1317         * insets/insetcharstyle.h:
1318         * insets/insetcollapsable.C:
1319         * insets/insetcollapsable.h:
1320         * insets/insetert.C:
1321         * insets/insetfloat.C:
1322         * insets/insetfoot.C:
1323         * insets/insetmarginal.C:
1324         * insets/insetnote.C:
1325         * insets/insetoptarg.C:
1326         * insets/insettabular.C:
1327         * insets/insettext.C:
1328         * insets/insettext.h:
1329         * insets/insetwrap.C:
1330         * mathed/math_mboxinset.C:
1331         * mathed/math_nestinset.C:
1332         * mathed/math_scriptinset.C:
1333         * mathed/math_scriptinset.h:
1334         * support/types.h:
1335
1336 2004-03-24  Angus Leeming  <leeming@lyx.org>
1337
1338         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
1339         deal with any child processes that have finished but are waiting to
1340         communicate this fact to the rest of LyX.
1341
1342 2004-03-24  Angus Leeming  <leeming@lyx.org>
1343
1344         64-bit compile fixes.
1345
1346         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
1347         (c-tor): pass lyx::pos_types rather than ints.
1348
1349         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
1350         lyx::pos_type.
1351
1352         * text.C (Delete): compile fix.
1353         (getPar): ensure that function declaration is the same as that in
1354         the header file.
1355
1356 2004-03-23  Angus Leeming  <leeming@lyx.org>
1357
1358         * ispell.C (LaunchIspell):
1359         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
1360         a boost::shred_ptr rather than a std::auto_ptr.
1361
1362 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1363
1364         * lyxfunc.C (getStatus): handle read-only buffers correctly;
1365         handle LFUN_FILE_INSERT_*
1366
1367         * lyxrc.C (setDefaults, getDescription, output, read):
1368         * lyxrc.h: remove ps_command
1369
1370 2004-03-22  Angus Leeming  <leeming@lyx.org>
1371
1372         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
1373         Ensure that error_handler is processed once only and that all data
1374         is saved before attempting to output any warning messages.
1375
1376         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
1377
1378 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
1379
1380         * tabular.C (TeXRow): crash fix (from Kayvan and André)
1381
1382 2004-03-19  André Pönitz  <poenitz@gmx.net>
1383
1384         * cursor.[Ch] (reset): take main text inset as argument
1385
1386         * BufferView: adjust
1387         * BufferView_pimpl.C: adjust
1388
1389         * paragraph.[Ch]: fix completely broken operator=()
1390
1391 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1392
1393         * LColor.C (getFromLyXName): make sure that the color name is used
1394         as lowercase.
1395
1396 2004-03-17  Angus Leeming  <leeming@lyx.org>
1397
1398         * lfuns.h:
1399         * LyXAction.C (init): remove LFUN_FORKS_KILL.
1400
1401         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
1402         dialog and to kill a forked process.
1403
1404 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1405
1406         * text2.C (setCursorFromCoordinates): fix font problem
1407
1408 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
1409
1410         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
1411         bogus "rebuild cursor" code
1412
1413 2004-03-11  André Pönitz  <poenitz@gmx.net>
1414
1415         * buffer.[Ch]: use InsetText instead of LyXText as container for
1416         the main lyx text.
1417
1418         * dociterator.[Ch]: drop the BufferView * member which is not needed
1419         anymore after the change to buffer.C
1420
1421         * paragraph_funcs.C:
1422         * text.C:
1423         * text2.C:
1424         * BufferView.[Ch]:
1425         * BufferView_pimpl.[Ch]:
1426         * cursor.[Ch]:
1427         * cursor_slice.[Ch]: adjust
1428
1429         * text3.C: fix bug in mathDispatch
1430
1431 2004-03-08  André Pönitz  <poenitz@gmx.net>
1432
1433         * undo.[Ch]: use 'StableDocumentIterator' as base for
1434         the Undo struct.
1435
1436 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1437
1438         * LaTeXFeatures.C:
1439         * bufferparams.[Ch]: add jurabib support and param.
1440
1441         * LaTeX.C: add FIXME/comment.
1442
1443 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1444
1445         * buffer.C: increment file format to 230.
1446
1447 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
1448
1449         * cursor.C (dispatch): avoid infinite loops
1450
1451 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1452
1453         * rowpainter.C (paintSelection): fix x coordinates
1454
1455 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1456
1457         * text.C (rowBreakPoint): fix breaking before displayed insets
1458
1459 2004-03-01  André Pönitz  <poenitz@gmx.net>
1460
1461         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
1462
1463         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
1464
1465         * Makefile.am:
1466         * BufferView.C:
1467         * BufferView_pimpl.C:
1468         * buffer.C:
1469         * lyxfind.C:
1470         * lyxfunc.C:
1471         * text.C:
1472         * text2.C:
1473         * text3.C: adjust
1474
1475 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1476
1477         * lyxtext.h:
1478         * text.C:
1479         * text2.C:
1480         * rowpainter.C:
1481         * BufferView_pimpl.C: rename textwidth -> maxwidth,
1482         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
1483
1484 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1485
1486         * Bidi.[Ch] (computeTables): const correctness
1487         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
1488         fill_hfill, fill_label_hfill and x from Row
1489         * lyxtext.h: prepareToPrint returns a RowMetrics
1490         * rowPainter.C: adjust
1491         * text.C (prepareToPrint): use width, not textWidth. adjust
1492         (redoParagraphInternal, cursorX): adjust
1493         * text2.C (getColumnNearX): adjust
1494         (init): put a default value to the top LyXText::width
1495
1496 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1497
1498         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
1499
1500 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
1501
1502         * lyxtext.h: add FontIterator class
1503
1504         * text.C (FontIterator, operator*, operator->, operator++): add
1505         (rowBreakPoint, setRowWidth): adjust (fixing a
1506         rebreaking bug)
1507
1508 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1509
1510         * BufferView_pimpl.C (workAreaDispatch): allow also
1511         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
1512
1513 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1514
1515         * text.C (rowBreakPoint): fix a bug showing with very large insets
1516
1517 2004-02-25  André Pönitz  <poenitz@gmx.net>
1518
1519         * text3.C:
1520         * cursor.[Ch]: move some mathed specific code to mathed
1521
1522 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1523
1524         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
1525         use_tempdir in preferences
1526         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
1527         tempfile creation
1528         * lyx_main.C: ensure that tempdir is valid
1529         * lyxlex.h: correct typo
1530         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
1531         * paragraph.[Ch] (isMultiLingual): make const
1532         * cursor.[Ch] (openable): make const
1533
1534 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1535
1536         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
1537
1538 2004-02-20  André Pönitz  <poenitz@gmx.net>
1539
1540         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
1541
1542         * cursor.[Ch]: prepare for localized getStatus()
1543
1544         * lyxtext.h:
1545         * tabular.C:
1546         * text.C:
1547         * text2.C:
1548         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
1549
1550 2004-02-20  André Pönitz  <poenitz@gmx.net>
1551
1552         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
1553
1554 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1555
1556         * text2.C (setCursorFromCoordinates): switch to absolute coords
1557         (cursorUp): adjust
1558         (cursorDown): adjust
1559         * text3.C (dispatch): adjust
1560
1561 2004-02-16  André Pönitz  <poenitz@gmx.net>
1562
1563         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
1564           insets/ChangeLog)
1565
1566         * cursor_slice.[Ch]: remove unneeded acessor function
1567
1568         * lyxtext.h: rename rtl() to isRTL()
1569
1570         * rowpainter.C:
1571         * tabular.C:
1572         * text.C:
1573         * text2.C:
1574         * text3.C: adjust
1575
1576 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
1577
1578         * rowpainter.C (paintSelection): coord fix
1579
1580 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
1581
1582         * Spacing.C: compile fix
1583
1584 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1585
1586         * cursor.C (dispatch): restore current_ before returning
1587
1588 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
1589
1590         * text2.C (cursorUp, cursorDown): fix coords
1591         (moveUp): fix crash
1592
1593 2004-02-12  André Pönitz  <poenitz@gmx.net>
1594
1595         * lyxtext.h:
1596         * text.C:
1597         * text2.C:
1598         * text3.C: add LCursor & parameter to most cursor movement functions
1599           remove usage of LyXText::cursorRow() and cursorPar()
1600
1601         * cursor.[Ch]: add textRow() needed members
1602
1603         * BufferView.C:
1604         * BufferView_pimpl.C:
1605         * paragraph.[Ch]:
1606         * BufferView.C:
1607         * BufferView_pimpl.C: adjust
1608
1609 2004-02-11  André Pönitz  <poenitz@gmx.net>
1610
1611         * lyxfunc.C:
1612         * BufferView.[Ch]:
1613         * BufferView_pimpl.C: shift undo/redo handling
1614
1615         * cursor.[Ch]: fix mathed crash
1616
1617         * lyxfind.C:
1618         * lyxtext.h: move selectionAsText to LCursor
1619
1620         * output_latex.C:
1621         * paragraph.C:
1622         * text.C:
1623         * text2.C:
1624         * text3.C: adjust
1625
1626         * rowpainter.C: fix excessive drawing
1627
1628 2004-02-06  André Pönitz  <poenitz@gmx.net>
1629
1630         * BufferView.[Ch]:
1631         * BufferView_pimpl.[Ch]:
1632         * text3.C: move some text specific LFUN handling
1633
1634 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1635
1636         * text3.C (checkInsetHit): adjust coords
1637         * text2.C (getColumnNearX): adjust coords
1638         (edit): adjust coords
1639         * text.C (getRowNearY): add two asserts
1640
1641 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
1642
1643         * converter.C:
1644         * format.C: add using std::distance to compile on gcc 2.95/stlport
1645
1646 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
1647
1648         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
1649
1650 2004-02-04  André Pönitz  <poenitz@gmx.net>
1651
1652         * BufferView.[Ch] (insertInset):
1653         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
1654
1655         * text2.C:
1656         * text3.C: adjust
1657
1658 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1659
1660         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
1661         on the default clause of the switch
1662         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
1663         wasn't catched by LCursor::dispatch
1664
1665 2004-02-03  André Pönitz  <poenitz@gmx.net>
1666
1667         * BufferView.C:
1668         * cursor.[Ch]: some additional asserts
1669
1670         * undo.[Ch]: remove LyXText dependency in interface
1671
1672         * lyxfunc.C: adjust
1673
1674         * lyxtext.h (firstPar, lastPar): remove dead functions
1675
1676         * text.C:
1677         * text2.C:
1678         * text3.C:
1679         * paragraph.[Ch]: adjust
1680
1681 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
1682
1683         * lyxfind.C (find): fix argument order in call to ::find
1684
1685 2004-02-02  André Pönitz  <poenitz@gmx.net>
1686
1687         * cursor.[Ch]: remove direct access to anchor
1688
1689         * text.C: remove findText() hack
1690
1691 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1692
1693         * iterators.[Ch] (lockPath): remove in favour of...
1694         * BufferView.[Ch] (setCursor): this addition
1695         * BufferView.C (putSelectionAt): adjust
1696         * undo.C (performUndoOrRedo): adjust
1697         * lyxfunc.C (dispatch): adjust
1698
1699 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
1700
1701         * iterators.C (lockPath): add a missing slice
1702         * undo.C (performUndoOrRedo): remove redundant positioning code
1703
1704 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1705
1706         * vc-backend.C (scanMaster): ";" -> ';'
1707
1708 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
1709
1710         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
1711         std::binary_function
1712
1713         * lyxtextclass.C (compare_name): rename to...
1714         (LayoutNamesEqual): ...this
1715
1716         * lyxlex_pimpl.C (compare_tags): inherit from
1717         std::binary_function, put back into anon namespace
1718
1719         * lyxfind.C (MatchString): inherig from std::binary_function
1720         (findChange): use empty() istead of !size()
1721
1722         * format.C (FormatNamesEqual): new functor
1723         (getFormat): use it
1724         (getNumber): use it
1725         (add): use it
1726         (erase): use it
1727         (setViewer): use it
1728
1729         * converter.C (compare_Converter): rename to...
1730         (ConverterEqual): ...this, and fixup a bit.
1731         (getConverter): use it, and make function const
1732         (getNumber): use it, and make function const
1733         (add): use it
1734         (erase): use it:
1735
1736         * bufferlist.C: add using boost::bind
1737
1738         * MenuBackend.C (MenuNamesEqual): new functor
1739         (hasMenu): use it, and make function const
1740         (hasSubmenu): use nested bind to get rid of compare_memfun.
1741
1742 2004-01-30  André Pönitz  <poenitz@gmx.net>
1743
1744         * BufferView_pimpl.C:
1745         * cursor.C:
1746         * cursor.h:
1747         * cursor_slice.[Ch]:
1748         * lyxfunc.C:
1749         * lyxtext.h:
1750         * paragraph_funcs.C:
1751         * paragraph_funcs.h:
1752         * rowpainter.C:
1753         * text.C:
1754         * text2.C:
1755         * text3.C: move some of the edit(x,y) handling to the insets
1756         some coordinate changes.
1757
1758 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1759
1760         * text.C: add using statements for std::advance and std::distance
1761
1762         * paragraph.C: add using statement for std::distance
1763
1764         * lyxfind.C: add using statement for std::advance
1765
1766         * cursor.C (region): remove std:: from swap
1767         (openable): use nucleus in stead of operator->
1768
1769         * BufferView.C: add using statements for std::distance and std::swap
1770
1771 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
1772
1773         * iterators.C: Remove the pimple, move the needed structures to
1774         the header file. Create accessor for the positions stack.
1775         (asPosIterator): remove function
1776
1777         * PosIterator.C (PosIterator): move constructors to top of file
1778         (PosIterator): reimplement the constructor taking a ParIterator in
1779         terms of setFrom.
1780         (setFrom): new function
1781         (operator!=): inline it
1782
1783 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1784
1785         * lyxfind.C (replaceAll): use std::advance
1786
1787         * iterators.h: inherit from std::iterator.
1788
1789         * PosIterator.C (advance, distance): remove
1790         * PosIterator.h: interit from std::iterator.
1791
1792 2004-01-26  André Pönitz  <poenitz@gmx.net>
1793
1794         * BufferView.[Ch]:
1795         * BufferView_pimpl.[Ch]:
1796         * InsetList.[Ch]:
1797         * PosIterator.[Ch]:
1798         * buffer.h:
1799         * bufferview_funcs.C:
1800         * cursor.[Ch]:
1801         * cursor_slice.h:
1802         * factory.[Ch]:
1803         * iterators.[Ch]:
1804         * lyxfind.C:
1805         * lyxfunc.C:
1806         * lyxtext.h:
1807         * output_docbook.C:
1808         * output_latex.C:
1809         * output_linuxdoc.C:
1810         * output_plaintext.C:
1811         * paragraph.[Ch]:
1812         * paragraph_funcs.[Ch]:
1813         * paragraph_pimpl.[Ch]:
1814         * rowpainter.C:
1815         * tabular.C:
1816         * tabular.h:
1817         * text.C:
1818         * text2.C:
1819         * text3.C: more IU:  dumps most of the rest of the mathcursor
1820     implementation into cursor.[Ch]; "globalize" a bit of it.
1821
1822 2004-01-25  Angus Leeming  <leeming@lyx.org>
1823
1824         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
1825
1826 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1827
1828         * LaTeXFeatures.h: add nice_ and nice() const
1829         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
1830
1831 2004-01-20  André Pönitz  <poenitz@gmx.net>
1832
1833         * BufferView.[Ch]:
1834         * BufferView_pimpl.C:
1835         * PosIterator.C:
1836         * bufferview_funcs.C:
1837         * cursor.[Ch]:
1838         * cursor_slice.[Ch]:
1839         * factory.C:
1840         * iterators.C:
1841         * lyx_cb.C:
1842         * lyxfind.C:
1843         * lyxfunc.C:
1844         * lyxtext.h:
1845         * rowpainter.C:
1846         * text.C:
1847         * text2.C:
1848         * text3.C:
1849         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
1850           LCursor and mathcursor parts to LCursor and InsetBase.
1851
1852 2004-01-15  André Pönitz  <poenitz@gmx.net>
1853
1854         * cursor_slice.[Ch]: add a few covienience functions
1855
1856         * funcrequest.[Ch]: remove BufferView * member
1857
1858         * BufferView_pimpl.C:
1859         * cursor.C:
1860         * factory.[Ch]:
1861         * lyxfind.[Ch]:
1862         * lyxfunc.C:
1863         * lyxtext.h:
1864         * text3.C:
1865         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
1866
1867 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
1868
1869         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
1870         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
1871
1872 2004-01-13  André Pönitz  <poenitz@gmx.net>
1873
1874         * textcursor.[Ch]:
1875         * lyxtext.h: hide cursor and selection anchor behind accessor function
1876
1877         * BufferView.C:
1878         * BufferView_pimpl.[Ch]:
1879         * PosIterator.C:
1880         * bufferview_funcs.C:
1881         * cursor.h:
1882         * lyxfind.C:
1883         * lyxfunc.C:
1884         * text.C:
1885         * text2.C:
1886         * text3.C:
1887         * undo.C: adjust
1888
1889         * cursor.h:
1890         * cursor_slice.[Ch]: some integer type changes for inset unification
1891
1892         * lyxcursor.[hC]: remove, it's CursorSlice now.
1893
1894         * Makefile.am:
1895         * BufferView_pimpl.[Ch]:
1896         * bufferview_funcs.C:
1897         * cursor_slice.C:
1898         * lyxtext.h:
1899         * text.C:
1900         * text2.C:
1901         * text3.C:
1902         * textcursor.[Ch]: adjust
1903
1904 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
1905
1906         * text2.C (undoSpan): add and use
1907         * text.C (breakParagraph): use undoSpan (fix bug 578)
1908         * lyxtext.h: adjust
1909
1910 2004-01-08  Angus Leeming  <leeming@lyx.org>
1911
1912         * BufferView_pimpl.C (MenuInsertLyXFile):
1913         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
1914         * lyxfunc.C (menuNew, open, doImport):
1915         FileFilterList change to the FileDialog open and save functions.
1916
1917 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1918
1919         * ShareContainer.h: make isEqual and isUnique adaptable
1920
1921         * CutAndPaste.C: make resetOwnerAndChanges adaptable
1922
1923 2004-01-07  Angus Leeming  <leeming@lyx.org>
1924
1925         * LyXAction.C:
1926         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
1927
1928         * BufferView_pimpl.C (dispatch): act on these LFUNs.
1929
1930         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
1931         functions replacing find, replace and replaceAll.
1932
1933         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
1934         LFUN_WORDFIND(FORWARD|BACKWARD).
1935
1936 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1937
1938         * text.C (breakParagraph): remove an outdated #warning
1939
1940 2004-01-07  André Pönitz  <poenitz@gmx.net>
1941
1942         * lyxfind.C: somewhat clearer logic
1943
1944         * text.C: prevent crash in cursorX on unitialized row cache
1945
1946 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
1947
1948         * lyxcursor.[Ch] (operator>): add
1949         * textcursor.C (selStart, selEnd): use std::min and std::max
1950
1951 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1952
1953         * Chktex.C: include boost/format.hpp
1954
1955 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1956
1957         * InsetList.C: replace functor MathcIt with adaptable functor
1958         InsetTablePosLess
1959         (insetIterator): modify accordingly
1960
1961         * BranchList.h: move the BranchNamesEqual functor here from...
1962         * BranchList.C: ... to here
1963
1964         * BranchList.C: new BranchListEqual fuctor, use it. Remove
1965         SameName and match.
1966         (add): replace a finding loop with std::find_if.
1967
1968 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
1969
1970         * output_docbook.C: moving LatexParam functionality into
1971         .layout files
1972
1973 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1974
1975         * buffer.C: increment format to 229.
1976
1977 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
1978
1979         * LaTeXFeatures.C:
1980         * lyx_sty.[Ch]: remove minipageindent_def
1981
1982         * LyXAction.C:
1983         * factory.C:
1984         * lfuns.h:
1985         * lyxfunc.C:
1986         * text3.C: remove LFUN_INSET_MINIPAGE
1987
1988 2003-12-28  Angus Leeming  <leeming@lyx.org>
1989
1990         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
1991
1992 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
1993
1994         * text2.C (setParagraph): fix off-by-one crash
1995
1996 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
1997
1998         * output_docbook.C: header stuff for AGU
1999
2000 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
2001
2002         * text2.C (redoCursor): remove
2003         * text.C:
2004         * text3.C:
2005         * BufferView_pimpl.C: remove calls to redoCursor and
2006         setCursor(cursor.par(), cursor.pos()) all around
2007
2008 2003-12-15  Angus Leeming  <leeming@lyx.org>
2009
2010         * buffer.C: up the format to 228.
2011
2012 2003-12-15  André Pönitz  <poenitz@gmx.net>
2013
2014         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
2015         slices
2016
2017         * Makefile.am:
2018
2019         * BufferView_pimpl.C:
2020         * cursor.[Ch]:
2021         * lyxcursor.[Ch]:
2022         * rowpainter.[Ch]:
2023         * lyxtext.h:
2024         * text.C:
2025         * text2.C:
2026         * text3.C: adjust
2027
2028 2003-12-15  Angus Leeming  <leeming@lyx.org>
2029
2030         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
2031         than getFromGUIName to manipulate the color.
2032
2033 2003-12-14  Angus Leeming  <leeming@lyx.org>
2034
2035         * BranchList.[Ch]: minimize the API.
2036         (Branch::getBranch, getColor): now return a 'const &'.
2037         (Branch::setSelected) now returns a bool set to true if the
2038         selection status changes.
2039         (BranchList::clear, size, getColor, setColor, setSelected,
2040         allBranches, allSelected, separator): removed.
2041         (BranchList::find): new functions, returning the Branch with
2042         the given name.
2043         (BranchList::add, remove): return a bool indicating that
2044         the operation was successful.
2045
2046         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
2047         new InsetBranch::isBranchSlected member function.
2048
2049         * LColor.[Ch]: mimimize the API.
2050         (fill): renamed as addColor and made private.
2051         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
2052         versions of these functions taking a string arg have been removed.
2053
2054         * bufferparams.C (readToken):
2055         * lyxfunc.C (dispatch):
2056         * lyxrc.C (read): changes due to the altered BranchList and
2057         LColor APIs.
2058
2059         * factory.C (createInset, readInset): changes due to altered
2060         InsetBranch c-tor.
2061
2062 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2063
2064         * factory.C:
2065         * lyxfunc.C: remove insetminipage. "minipage-insert"
2066         now produces a frameless minipage box inset.
2067
2068 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
2069
2070         * textcursor.[Ch] (selStart,selEnd): add new methods
2071         remove selection::start, end, use LyXCursor::operator<
2072         * lyxcursor.[Ch] (operator<): add
2073         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
2074         * BufferView.[Ch] (unsetXSel): add
2075         * text2.C (clearSelection): use unsetXSel,adjust
2076         * text.C: adjust
2077         * text3.C: adjust
2078         * rowpainter.C: adjust
2079         * bufferview_funcs.C (put_selection_at): adjust
2080
2081 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
2082
2083         * BufferView_pimpl.C: small coord. correction
2084
2085 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
2086
2087         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
2088         dragging over the splash screen.
2089
2090 2003-12-11  Angus Leeming  <leeming@lyx.org>
2091
2092         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
2093         as it is now handled in LyXText::dispatch.
2094
2095         * text3.C (doInsertInset): remove a level of nesting.
2096
2097 2003-12-11  Angus Leeming  <leeming@lyx.org>
2098
2099         * factory.C (createInset): changes due to the changed interface to
2100         InsetCommandMailer::string2params.
2101
2102 2003-12-10  Angus Leeming  <leeming@lyx.org>
2103
2104         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
2105         'dialog-show-new-inset <inset name>'
2106
2107 2003-12-10  Angus Leeming  <leeming@lyx.org>
2108
2109         * buffer.C: up the format to 227.
2110
2111         * factory.C: the box inset is now identified simply by 'Box'.
2112
2113 2003-12-10  Angus Leeming  <leeming@lyx.org>
2114
2115         * buffer.C: up the format to 226.
2116
2117         * factory.C: the note inset is now identified simply by 'Note'.
2118
2119 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
2120
2121         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
2122         when a pit is enough. Standarize a couple of loops.
2123
2124 2003-12-05  Angus Leeming  <leeming@lyx.org>
2125
2126         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
2127         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
2128         data to the re-worked "log" dialog.
2129
2130 2003-12-03  André Pönitz  <poenitz@gmx.net>
2131
2132         * PosIterator.C:
2133         * iterators.C:
2134         * lyxtext.h:
2135         * output_latex.C:
2136         * paragraph_funcs.C:
2137         * text.C:
2138         * text2.C: use Inset::getText instead of Inset::getParagraph
2139
2140 2003-12-03  André Pönitz  <poenitz@gmx.net>
2141
2142         * buffer.[Ch]:
2143         * lyxtext.h:
2144         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
2145         InsetText::read() as LyXText::read()
2146
2147 2003-12-02  Angus Leeming  <leeming@lyx.org>
2148
2149         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
2150         type. Add a comment in the implementation that the function uses
2151         the stream's bad() function rather than fail() as the std::streams
2152         would do.
2153
2154 2003-12-02  André Pönitz  <poenitz@gmx.net>
2155
2156         * lyxlex.[Ch]: make interface more similar to std::stream
2157
2158         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
2159
2160 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
2161
2162         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
2163
2164 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
2165
2166         * vspace.[Ch]: remove VSpace::NONE
2167
2168 2003-12-01  André Pönitz  <poenitz@gmx.net>
2169
2170         * buffer.[Ch]:
2171         * lyxtext.h: move ParagraphList member to LyXText
2172         rename LyXText::ownerParagraphs to LyXText::paragraph
2173
2174         * CutAndPaste.C:
2175         * bufferview_funcs.C:
2176         * iterators.[Ch]:
2177         * lyx_cb.C:
2178         * paragraph.C:
2179         * rowpainter.C:
2180         * tabular.C:
2181         * text.C:
2182         * text2.C:
2183         * text3.C: adjust
2184
2185         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
2186
2187         * undo.C: fix cursor positioning
2188
2189 2003-12-01  John Levon  <levon@movementarian.org>
2190
2191         * BufferView_pimpl.C: fix a crash on exit with
2192         a buffer open
2193
2194 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
2195
2196         * BranchList.C: fix setSelected() method.
2197
2198 2003-11-28  André Pönitz  <poenitz@gmx.net>
2199
2200         * ParagraphParameters.[Ch]:
2201         * ParameterStruct.h: remove space above/below from Paragraph to
2202          InsetVSpace
2203
2204         * BufferView_pimpl.C:
2205         * factory.C:
2206         * lyxfunc.C:
2207         * lyxtext.h:
2208         * output_latex.C:
2209         * paragraph.C:
2210         * paragraph_funcs.C:
2211         * rowpainter.[Ch]:
2212         * text.C:
2213         * text2.C:
2214         * text3.C: adjust
2215
2216 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
2217
2218         * factory.C: Syntax change for CharStyles
2219
2220 2003-11-28  André Pönitz  <poenitz@gmx.net>
2221
2222         * BufferView.[Ch]:
2223         * BufferView.[Ch]:
2224         * buffer.[Ch]:
2225         * buffer.[Ch]: move LyXText member
2226
2227 2003-11-28  André Pönitz  <poenitz@gmx.net>
2228
2229         * BufferView.[Ch]: make LyXText * text a private member
2230
2231         * BufferView_pimpl.C:
2232         * cursor.C:
2233         * iterators.C:
2234         * lyx_cb.C:
2235         * lyxfind.C:
2236         * lyxtext.h:
2237         * rowpainter.[Ch]:
2238         * text.C:
2239         * text2.C:
2240         * undo.C: adjust
2241
2242         * output_plaintext.C: cleanup
2243
2244 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2245
2246         * buffer.C:
2247         * lyxtextclass.[Ch]: parametrize SGML document header
2248
2249 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
2250
2251         * converter.[Ch]:
2252         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
2253         getFlavor().
2254
2255 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
2256
2257         * text2.C (setFont): rework using PosIterator (no more recursive)
2258         (setCharFont): no more needed
2259         (setLayout): no more selection cursors fiddling (done by redoCursor)
2260         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
2261         destroy remaining ones)
2262
2263 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
2264
2265         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
2266         * lyxtext.h: ditto
2267         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
2268         selection cursors
2269         * lyxfunc.C: adjust
2270         * text3.C: adjust + re-allow multi par depth changes
2271         * textcursor.C: simplify a bit
2272
2273 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
2274
2275         * src/buffer.C:
2276         * src/lyxlayout.C:
2277         * src/lyxlayout.h:
2278         * src/lyxtext.h:
2279         * src/output_docbook.C:
2280         * src/output_latex.C:
2281         * src/paragraph.C:
2282         * src/paragraph.h:
2283         * src/sgml.C:
2284         * src/sgml.h:
2285         * src/text2.C: Introducing a number of tags parametrizing various
2286         XML formats that we may want to support
2287
2288 2003-11-25  André Pönitz  <poenitz@gmx.net>
2289
2290         * InsetList.[Ch] (begein, end): inline as suggested by profiler
2291
2292         * lyxtext.h (leftMargin/rightMargin): simplify interface
2293
2294         * rowpainter.C:
2295         * text.C:
2296         * text2.C:
2297         * text3.C: adjust
2298
2299 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2300
2301         * lyxfunc.C (dispatch): propogate the bibtex databases from the
2302         master file to any child files. Fixes bug 546.
2303
2304 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2305
2306         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
2307
2308 2003-11-24  André Pönitz  <poenitz@gmx.net>
2309
2310         * rowpainter.C: simplification
2311
2312         * text2.C (updateCounters): remove call to redoParagraph on
2313         changed labels as this is far too expensive.
2314
2315 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
2316
2317         * converter.C (convert): fix a crash: this function gets
2318         called with buffer == 0 from importer code.
2319
2320 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
2321
2322         * text3.C (cursorPrevious): make sure that we do not compare
2323         iterators form different containers.
2324         (cursorNext): ditto
2325
2326         * rowpainter.C (paintSelection): make sure that we do not compare
2327         iterators from different containers.
2328
2329         * text3.C (dispatch): [PRIOR] make sure that we do not compare
2330         iterators from different ParagraphList containers.
2331         [NEXT] ditto
2332
2333         * text2.C (LyXText): change order of initialization slightly
2334         (operator=): new function. copy all variables except cache_par_
2335         (moveUp): make sure that we do not compare iterators from
2336         different ParagraphList constainers.
2337         (moveDown): ditto
2338
2339         * text.C (firstPar): new function
2340         (lastPar): new function
2341         (endPar): new function
2342
2343         * lyxtext.h: move things around and group public functions, public
2344         variables, private functions, private variables
2345
2346 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
2347
2348         * factory.C: change call to InsetERT constructor to avoid
2349         additional invocation of method status
2350         * text2.C (toggleInset): remove redundant update() call
2351         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
2352         instead of a Bufferview pointer
2353
2354 2003-11-21  André Pönitz  <poenitz@gmx.net>
2355
2356         * rowpainter.C: simplification
2357
2358 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2359
2360         * text3.C (dispatch): make possible to extend a word/row selection
2361         with the mouse
2362
2363 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
2364
2365         * lyxtext.h: x0_,y0_ -> xo_,yo_
2366         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
2367         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
2368         * rowpainter.C (paintRows): paint full paragraphs
2369
2370 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2371
2372         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
2373         screen coordinates)
2374
2375 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
2376
2377         * lyxtext.h: add x0_, y0_
2378         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
2379         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
2380
2381 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
2382
2383         * text2.C (setCursorIntern): move the x_target update here *
2384         * text3.C: change some bv() to true/false in calls to
2385         cursorUp/Down/Right/Left
2386         * cursor.C: use helper function.
2387
2388 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2389
2390         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
2391         * paragraph_funcs.[Ch]: correct comment
2392         * rowpainter.C: do not paint selections away from bv->cursor()
2393         Fix a long standing selection painting bug.
2394         * text3.C: generalize mouse-selection code to LyXTexts other that
2395         top one
2396         * textcursor.C: do not use y coords if we can use par offsets
2397
2398 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
2399
2400         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
2401         cursor position after e.g. inset insert)
2402
2403 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
2404
2405         * lyxfind.C (replace): adjust to locking removal + some
2406         code simplification
2407
2408 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
2409
2410         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
2411         of the path
2412
2413 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
2414
2415         * lyxlayout.[Ch]:
2416         * output_docbook.C: XML sanitation: new layout
2417         parameters InnerTag and CommandDepth
2418
2419 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
2420
2421         * BufferView_pimpl.C:
2422         * factory.C:
2423         * text3.C: Fix the insertion and modification of button-style
2424         insets
2425
2426 2003-11-13  André Pönitz  <poenitz@gmx.net>
2427
2428         * InsetList.[Ch]: remove deleteLyXText
2429
2430         * paragraph.[Ch]: cache beginOfBody position
2431
2432         * Bidi.C:
2433         * text.C:
2434         * text2.C:
2435         * text3.C: remove superfluous update() calls
2436
2437         * vspace.C: cleanup
2438
2439 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
2440
2441         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
2442         * BufferView.C (fitLockedInsetCursor): remove
2443         * cursor.[Ch] (getDim): add
2444         * text.C (getRowNearY): add faster version
2445         * text3.C: remove some update calls
2446
2447 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
2448
2449         * LaTeXFeatures.C:
2450         * LyXAction.C:
2451         * MenuBackend.C:
2452         * MenuBackend.h:
2453         * dispatchresult.h:
2454         * factory.C:
2455         * lfuns.h:
2456         * lyxfunc.C:
2457         * lyxtextclass.C:
2458         * lyxtextclass.h:
2459         * text3.C: The Character Style /XML short element patch.
2460
2461 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
2462
2463         * text3.C:
2464         * factory.C: Small step to solving 'unable to insert some insets'
2465         problem
2466
2467 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
2468
2469         * cursor.[Ch] (updatePos): new function for updating the y
2470         position of the tip inset
2471         * bufferview_funcs.C (put_selection_at):
2472         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
2473
2474 2003-11-11  André Pönitz  <poenitz@gmx.net>
2475
2476         * text.C: remove big comment on invalid Paragraph pointers as it is
2477         not valid anymore
2478
2479 2003-11-11  André Pönitz  <poenitz@gmx.net>
2480
2481         * text_funcs.[Ch]: merge with ...
2482
2483         * text.C: ... this
2484
2485         * lyxtext.h:
2486         * text2.C:
2487         * text3.C: adjust
2488
2489         * Makefile.am: remove text_funcs.[Ch]
2490
2491 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
2492
2493         * cursor.C (getPos): return absolute cached y coord
2494
2495         * BufferView_pimpl.C (fitCursor): new simplistic code
2496         (workAreaDispatch): add a fitCursor call
2497
2498 2003-11-10  André Pönitz  <poenitz@gmx.net>
2499
2500         * BufferView.[Ch]:
2501         * BufferView_pimpl.[Ch]: merge update() and updateInset()
2502
2503 2003-11-10  André Pönitz  <poenitz@gmx.net>
2504
2505         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
2506         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
2507         indicate that the cursor needs to leave an inset
2508
2509         * lyxtext.h: remove inset locking
2510
2511         * cursor.[Ch]: re-implement functionality provided by inset locking
2512
2513         * BufferView.[Ch]:
2514         * BufferView_pimpl.[Ch]:
2515         * LyXAction.C:
2516         * bufferview_funcs.[Ch]:
2517         * factory.C:
2518         * funcrequest.[Ch]:
2519         * iterators.C:
2520         * lyx_cb.C:
2521         * lyxfind.C:
2522         * lyxfunc.C:
2523         * text.C:
2524         * text2.C:
2525         * text3.C:
2526         * undo.C: adjust
2527
2528 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
2529
2530         * PosIterator.[Ch]: replace the stack with a vector, add inset
2531         accesor
2532         * iterators.[C]: adjust
2533
2534 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2535
2536         * lyxfind.C (replaceAll): mark the buffer dirty if something was
2537         replaced
2538         * paragraph_funcs.C (readParToken): put the correct id in the
2539         error item, not the id of the top paragraph
2540
2541 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
2542
2543         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
2544         * bufferview_funcs.C (put_selection_at): use the above
2545
2546 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2547
2548         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
2549
2550 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2551
2552         * output_linuxdoc.h:
2553         * output_plaintext.h:
2554         * output.h:
2555         * output_docbook.h: add #include statements
2556
2557 2003-11-05  José Matos  <jamatos@lyx.org>
2558
2559         * output_docbook.[Ch]:
2560         * output_latex.[Ch]:
2561         * output_linuxdoc.[Ch]:
2562         * output_plaintext.[Ch]: New files for output formats.
2563         * output.[Ch]: New file for helper functions.
2564
2565         * buffer.[Ch]:
2566         * paragraph_funcs.[Ch]: output functions moved to new files.
2567
2568         * outputparams.h: rename of latexrunparams.h
2569
2570         * LaTeX.[Ch]:
2571         * buffer.[Ch]:
2572         * bufferlist.[Ch]:
2573         * converter.[Ch]:
2574         * exporter.C:
2575         * paragraph.[Ch]:
2576         * paragraph_funcs.[Ch]:
2577         * paragraph_pimpl.[Ch]:
2578         * tabular.[Ch]: rename ascii to plaintext
2579         and LatexRunParams to OutputParams.
2580
2581 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2582
2583         * iterators.[Ch] (text): require bv argument
2584         * undo.C (recordUndo):
2585         * lyxfunc.C (dispatch):
2586         * bufferview_funcs.C (put_selection_at): adjust
2587
2588 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
2589
2590         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
2591
2592 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
2593
2594         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
2595         nestings
2596
2597 2003-11-04  André Pönitz  <poenitz@gmx.net>
2598
2599         * cursor.[Ch]: restructure
2600
2601         * BufferView.[Ch]:
2602         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
2603
2604         * iterators.[Ch] (asCursor): remove
2605
2606         * lfuns.h: remove LFUN_INSET_EDIT
2607
2608         * lyxfunc.C:
2609         * tabular.C:
2610         * text.C:
2611         * text2.C:
2612         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
2613
2614 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2615
2616         * lyxfind.[Ch]: complete overhaul
2617         * BufferView_pimpl.C:
2618         * lyxfunc.C: adjust
2619         * paragraph.[Ch] (insert): add
2620
2621 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2622
2623         * BufferView.[Ch]:
2624         * lyxtext.h:
2625         * text.C: remove dead spellcheck code
2626
2627 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2628
2629         * dispatchresult.h: add a val setter
2630
2631         * cursor.C (dispatch): use a tempvar for data_[i]
2632
2633 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2634
2635         * PosIterator.[Ch]: compile fix
2636
2637 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2638
2639         * text.C (cursorPar): deactivate the cursor cache
2640
2641 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2642
2643         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
2644
2645 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2646
2647         * text3.C (dispatch): adjust for new DisptchResult semantics.
2648
2649         * lyxfunc.C (dispatch): handle update when return from
2650         Cursor::dispatch, adjust for new DispatchResult semantics.
2651
2652         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
2653         DispatchResult(true) mean to not update. Add class functions for
2654         setting dispatched and update, as well as reading.
2655
2656         * cursor.C (dispatch): don't handle update here
2657
2658 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
2659
2660         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
2661         * trans_mgr.C: adjust
2662
2663         * paragraph_funcs.C (readParToken): exception safety
2664
2665         * lyxvc.h: store the vcs pointer in a scoped_ptr
2666         * lyxvc.C: adjust
2667
2668         * lyxsocket.C (serverCallback): exception safety
2669
2670         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
2671
2672         * ispell.C (clone): make it return a auto_ptr
2673
2674         * factory.C (createInset): exception safety
2675         (readInset): exception safety
2676
2677         * bufferlist.C (newBuffer): exception safety
2678
2679         * Thesaurus.C (Thesaurus): use initialization for aik_
2680
2681         * MenuBackend.C (expandToc): exception safety.
2682
2683 2003-11-03  André Pönitz  <poenitz@gmx.net>
2684
2685         * buffer.C:
2686         * buffer.h:
2687         * bufferview_funcs.C: remove getInsetFromId()
2688
2689         * lyxcursor.[Ch]:
2690         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
2691
2692         * lyxfunc.C:
2693         * text2.C:
2694         * text3.C: adjust
2695
2696 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
2697
2698         * PosIterator.C (distance, advance): new
2699         * bufferview_funcs.[Ch] (put_selection_at): new
2700         * iterators.[Ch] (lockPath): new
2701
2702 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
2703
2704         * iterators.[Ch] (asPosIterator): added
2705         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
2706         * PosIterator.[Ch]: added
2707
2708 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2709
2710         * text3.C:
2711         * lyxfunc.C:
2712         * cursor.C (dispatch):
2713         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
2714
2715         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
2716         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
2717         contructor, add a class function dispatched. Remove operator>=
2718
2719 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2720
2721         * debug.C: only use the default constructor for debugstream
2722         (lyxerr) here.
2723
2724         * main.C (main): include debug.h and setup the lyxerr streambuf
2725         here.
2726
2727 2003-10-31  José Matos  <jamatos@lyx.org>
2728
2729         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
2730
2731         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
2732         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
2733         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2734         * paragraph_pimpl.C (simpleTeXSpecialC):
2735         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
2736         add LatexRunParams argument.
2737
2738         * exporter.C (Export): change call accordingly.
2739
2740         * latexrunparams.h: add new member to take care of the other backends.
2741 2003-10-30  José Matos  <jamatos@lyx.org>
2742
2743         * buffer.C (makeLinuxDocFile, makeDocBookFile):
2744         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
2745         factorise code for paragraph output.
2746         * buffer.[Ch]:
2747         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
2748         move functions.
2749
2750 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2751
2752         * text3.C (dispatch):
2753         * lyxfunc.C (dispatch):
2754         * cursor.C (dispatch):
2755         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
2756
2757         * dispatchresult.h: make the dispatch_result_t ctor explicit
2758
2759 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
2760
2761         * sgml.[Ch]:
2762         * buffer.C: small refactoring of docbook stuff
2763
2764 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2765
2766         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
2767         meaning.
2768
2769 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2770
2771         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
2772         operator dispatch_result_t, and operators for == != and >=
2773
2774         * cursor.C (dispatch): adjust for operator dispatch_result_t
2775         removal. comment out call to update
2776
2777         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
2778
2779 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2780
2781         * text3.C:
2782         * text2.C:
2783         * text.C:
2784         * lyxtext.h:
2785         * lyxfunc.C:
2786         * cursor.C:
2787         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
2788         (dispatch):
2789
2790         * dispatchresult.h: new file, DispatchResult broken out of
2791         insets/insetbase.h
2792
2793         * Makefile.am (lyx_SOURCES): add dispatchresult.h
2794
2795 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2796
2797         * text.C (rowBreakPoint): put a hack inside #if 0
2798
2799 2003-10-28  André Pönitz  <poenitz@gmx.net>
2800
2801         * lyxtext.h:
2802         * metricsinfo.C:
2803         * paragraph_funcs.C:
2804         * rowpainter.C:
2805         * text.C:
2806         * text2.C: general cleanup (lots of small stuff)
2807
2808 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
2809
2810         * text2.C (cursorEnd): simple fix to the "end key goes to one
2811         before the end on last row" bug
2812
2813 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2814
2815         * text.C (backspace): fix the "zombie characters"
2816
2817 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2818
2819         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
2820
2821 2003-10-27  André Pönitz  <poenitz@gmx.net>
2822
2823         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
2824
2825         * factory.C: handle new InsetPagebreak, InsetLine
2826
2827         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
2828         and move handling into new InsetPagebreak, InsetLine
2829
2830         * BufferView_pimpl.C:
2831         * LyXAction.C:
2832         * ParagraphParameters.C:
2833         * ParameterStruct.h:
2834         * lyxfunc.C:
2835         * lyxtext.h:
2836         * paragraph.C:
2837         * paragraph.h:
2838         * paragraph_funcs.C:
2839         * paragraph_pimpl.C:
2840         * rowpainter.C:
2841         * text.C:
2842         * text2.C:
2843         * text3.C: adjust
2844
2845 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2846
2847         * text.C:
2848         * lyxrow_funcs.[Ch]:
2849         * Bidi.C:
2850         * paragraph.C:
2851         * lyxtext.h:
2852         * rowpainter.C:
2853         * text2.C:
2854         * text3.C: remove lastPos uses in favour of Row::endpos
2855
2856 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
2857
2858         * undo.C (performUndoOrRedo): fix two crashes by setting a
2859         cursor by hand and reordering some calls. Use bv->lockInset instead
2860         of inset->edit because the latter loses cursor information
2861
2862 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
2863
2864         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
2865         by Martin
2866         (rowBreakPoint): fix width. change point to point + 1.
2867         Add a missing check.
2868
2869 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
2870
2871         * MenuBackend.C:
2872         * lyxfunc.C: fix (at least partly) the problems
2873         with the Nav menu and headers inside branch insets
2874         reported by Kayvan
2875
2876 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
2877
2878         * paragraph.C (getChar): add strong asserts
2879
2880         * lyxrow_funcs.C (lastPos): remove hideous hack
2881
2882         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
2883         (fill): adjust to that (avoid an infinite loop)
2884
2885 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2886
2887         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
2888
2889 2003-10-23  André Pönitz  <poenitz@gmx.net>
2890
2891         * RowList_fwd.h: change list<> to vector<> to gain speed
2892         after suggestion from Alfredo
2893
2894 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
2895
2896         * lyxtext.h: move the bidi stuff from here...
2897         * text.C: and here
2898         * text2.C: and here
2899         * Bidi.[Ch]: ... to here
2900
2901 2003-10-23  André Pönitz  <poenitz@gmx.net>
2902
2903         * lyxtext.h:
2904         * text.C (isLastRow, isFirstRow): new functions
2905
2906         * paragraph.h: new width cache member
2907
2908         * rowpainter.C: replace RowList::iterator with Row & where possible
2909
2910         * lyxfunc.C: replace several view()->text with a single call
2911
2912         * toc.C: fix 'unused' warning
2913
2914 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2915
2916         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
2917         when woring with stream::pos_type
2918         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
2919
2920 2003-10-22  André Pönitz  <poenitz@gmx.net>
2921
2922         * lyxtext.h:
2923         * text.C: use Row & instead of RowList::iterator
2924
2925         * lyxrow.h: rename end() to endpos()
2926
2927         * rowpainter.C:
2928         * text.C:
2929         * text2.C: adjust
2930
2931 2003-10-22  Angus Leeming  <leeming@lyx.org>
2932
2933         * buffer.[Ch] (fully_loaded): new member function, returning true
2934         only when the file has been loaded fully.
2935         Used to prevent the premature generation of previews and by the
2936         citation inset to prevent computation of the natbib-style label.
2937
2938         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
2939         templates are all set up.
2940
2941         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
2942
2943 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
2944
2945         * text.C: fixed an "oops" in the "is a bit silly"
2946         bug fix
2947
2948 2003-10-21  André Pönitz  <poenitz@gmx.net>
2949
2950         * FuncStatus.[Ch]: small stuff, whitespace
2951
2952         * lyxfont.[Ch]: operator<<() for debug reasons
2953
2954         * lyxfunc.C:
2955         * lyxrow_funcs.C:
2956         * lyxtext.h: whitespace, spelling
2957
2958         * paragraph.C: naming of variables
2959
2960         * text.C:
2961         * text2.C: small stuff
2962
2963
2964 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
2965
2966         * text.C: (1) finish off the inset display() work;
2967         (2) fix the "is a bit silly" bug (accessing char
2968         past end of par).
2969
2970 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2971
2972         * text.C: re-introduce display() for insets, fixing the
2973         various bugs (stretch of line above, math inset
2974         positioning, ...)
2975
2976 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2977
2978         * text.C (rightMargin): remove spurious semicolon
2979
2980         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
2981         1415)
2982
2983 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2984
2985         * text3.C: fix one crash due to wrong cursor def
2986
2987 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2988
2989         * vc-backend.C (scanMaster): make the regex static
2990
2991         * LaTeX.C (scanAuxFile): make the regexs static
2992
2993         * text3.C (doInsertInset, dispatch, dispatch):
2994         * text2.C (cursorUp, cursorDown):
2995         * text.C (selectNextWordToSpellcheck):
2996         * BufferView_pimpl.C (dispatch):
2997         * lyxfunc.C (dispatch):  localDispatch -> dispatch
2998
2999 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3000
3001         * lyxsocket.C: include <cerrno>
3002
3003 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3004
3005         * lyxfunc.C (dispatch): remove textcache stuff
3006
3007         * bufferlist.C (release): remove textcache stuff
3008         (closeAll): ditto
3009
3010         * TextCache.C: delete file
3011         * TextCache.h: delete file
3012
3013         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
3014
3015         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
3016         delete of the bv_->text.
3017         (resizeCurrentBuffer): remove texcache stuff
3018         (workAreaResize): ditto
3019
3020 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3021
3022         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
3023         action.
3024
3025 2003-10-16  André Pönitz  <poenitz@gmx.net>
3026
3027         * lyxrow.[Ch]:
3028         * paragraph.h:
3029         * rowpainter.C:
3030         * text.C:
3031         * text2.C:
3032         * text3.C: speed up by storing y positions per paragraph plus per-row
3033         offset instead of having a 'full' y position in the row.
3034
3035 2003-10-15  André Pönitz  <poenitz@gmx.net>
3036
3037         * iterators.[Ch]:
3038         * iterators.[Ch]:
3039         * undo.[Ch]: make undo aware of inner insets
3040
3041 2003-10-14  Angus Leeming  <leeming@lyx.org>
3042
3043         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
3044         static member functions LyX::ref() and LyX::cref.
3045         (lastfiles): new accessor functions for the new lastfiles_ member var.
3046         (addLyXView, views_): add a new LyXView to the list of views_.
3047         (updateInset): loop over all LyXViews to call their own updateInset
3048         member function, returning a pointer to the Buffer owning the inset.
3049
3050         * BufferView_pimpl.C (loadLyXFile):
3051         * MenuBackend.C (expandLastfiles):
3052         * bufferlist.C (MenuWrite, QuitLyX):
3053         lastfiles is no longer a global variable.
3054         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
3055
3056         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
3057         static function. Access through LyX::cref().emergencyCleanup().
3058
3059 2003-10-14  André Pönitz  <poenitz@gmx.net>
3060
3061         * iterators.[Ch]: new direct access to innermost LyXText and Inset
3062
3063         * undo.[Ch]: restoring part of 'undo in insets'
3064
3065         * Makefile.am:
3066         * undo_funcs.[Ch]: merge with undo.[Ch]
3067
3068         * tabular.C: small cleansing stuff
3069
3070 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
3071
3072         * paragraph_funcs.C (readParToken): report unknown insets as error
3073         boxes. Use the outer paragraph as location (also for unknown
3074         tokens).
3075
3076         * factory.C (readInset): do not abort on reading an unknown inset.
3077         Eat it and return 0.
3078
3079 2003-10-13  Angus Leeming  <leeming@lyx.org>
3080
3081         * lyx_main.C (LyX): remove call to setDisplayTranslator().
3082
3083         * lyxrc.C: displayTranslator is now a function,
3084         declared in GraphicsTypes.h.
3085
3086 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
3087
3088         * format.C: new placeholder $$a to pass the socket address.
3089
3090         * bufferlist.[Ch]: new function getBufferFromTmp.
3091
3092         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
3093           files in the temporary dir.
3094
3095 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
3096
3097         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
3098
3099         * Makefile.am: add lyxsocket.[Ch].
3100
3101         * lyx_main.C (error_handler): handle SIGPIPE.
3102
3103 2003-10-13  André Pönitz  <poenitz@gmx.net>
3104
3105         * BufferView_pimpl.C:
3106         * lyxtext.h:
3107         * text.C:
3108         * text2.C:
3109         * text3.C:
3110         * undo_funcs.[Ch]: use paroffset_type instead of
3111           ParagraphList::iterators to prevent multiple conversion
3112           (and get a more robust interface)
3113
3114 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3115
3116         * lyxfunc.C (dispatch): RESULT -> dispatch_result
3117         * lyxtext.h: ditto
3118         * text3.C (dispatch): ditto
3119
3120 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3121
3122         * LaTeX.C (handleFoundFile): move the static to smaller scope,
3123         move the onlyfile, use onlyfile instead of foundfile in a couple
3124         of places.
3125
3126         * DepTable.C (update): flush the error stream a bit more
3127
3128 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3129
3130         * lyxserver.C (callback): adjust
3131
3132         * lyxfunc.C (getStatus): add a missing brace in commented code
3133         (ensureBufferClean): reindent
3134         (dispatch): delete version taking a string
3135
3136 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
3137
3138         * LaTeX.C (deplog): move found file handlig from here...
3139         (handleFoundFile): .. to new function here.
3140         (deplog): make sure to discover several files mentioned on the
3141         same log line.
3142
3143 2003-10-10  André Pönitz  <poenitz@gmx.net>
3144
3145         * lyxfunc.C:
3146         * lyxtext.h:
3147         * tabular.C:
3148         * text.C:
3149         * text2.C:
3150         * text3.C: fix some of the tabular crashes
3151
3152 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3153
3154         * MenuBackend.C (binding): put debug message into Debug::KBMAP
3155
3156         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
3157
3158 2003-10-09  André Pönitz  <poenitz@gmx.net>
3159
3160         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
3161
3162         * BufferView.C:
3163         * BufferView_pimpl.C:
3164         * bufferview_funcs.C:
3165         * lyx_cb.C:
3166         * lyxcursor.C:
3167         * lyxfind.C:
3168         * lyxfunc.C:
3169         * lyxtext.h:
3170         * text.C:
3171         * text2.C:
3172         * text3.C:
3173         * text_funcs.[Ch]:
3174         * textcursor.[Ch]:
3175         * undo_funcs.C: adjust
3176
3177 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3178
3179         * text2.C (incrementItemDepth): new function, use a backtracking
3180         algorithm to discover the correct item depth.
3181         (resetEnumCounterIfNeeded): new function, use a backtracking
3182         algorithm to discover if counter reset is needed.
3183         (setCounter): use them. Simplify a bit. Add different labels for
3184         different item depths for itemize.
3185
3186         * paragraph.C (Paragraph): remove initialization of enumdepth
3187         (operator=): ditto
3188
3189         * paragraph.h: get rid of enumdepth, and use itemdepth both for
3190         enumerate and itemize. Change the type of itemdepth to signed char.
3191
3192 2003-10-08  André Pönitz  <poenitz@gmx.net>
3193
3194         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
3195           thing assignable.
3196         * text.C:
3197         * text2.C: adjust
3198
3199         * tabular.[Ch]: fix crash after 'row-insert'
3200
3201 2003-10-08  Angus Leeming  <leeming@lyx.org>
3202
3203         Fix doxygen warnings.
3204
3205         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
3206         Remove CutAndPaste:: prefix from header file declaration.
3207
3208         * LColor.h (fill): remove LColor:: prefix from declaration.
3209
3210         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
3211         use lyx::depth_type rather than Paragraph::depth_type so that
3212         header file and .C file match.
3213
3214         * converter.h (intToFormat): remove Converters:: prefix from declaration.
3215
3216         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
3217         * aspell.C: \file aspell_local.C -> \file aspell.C
3218         * gettext.C: \file gettext.C -> \file src/gettext.C
3219         * gettext.h: \file gettext.h -> \file src/gettext.h
3220         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
3221         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
3222         * text.C: \file text.C -> \file src/text.C
3223
3224         * toc.C: move comment so that doxygen is not confused.
3225
3226 2003-10-07  Angus Leeming  <leeming@lyx.org>
3227
3228         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
3229
3230 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
3231
3232         * aspell.C:
3233         * aspell_local.h: add forgotten std::string's.
3234
3235 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3236
3237         * LaTeXFeatures.C:
3238         * LyXAction.C:
3239         * factory.C:
3240         * lfuns.h:
3241         * lyxfunc.C:
3242         * text3.C: The Box patch. Fancybox support, minipage, parbox
3243
3244 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
3245
3246         * CutAndPaste.h:
3247         * DepTable.h:
3248         * FloatList.h:
3249         * LaTeXFeatures.h:
3250         * ParagraphParameters.h:
3251         * TextCache.h:
3252         * Thesaurus.h:
3253         * bufferlist.h:
3254         * exporter.h:
3255         * importer.h:
3256         * lastfiles.h:
3257         * lyxfind.h:
3258         * lyxfont.h:
3259         * lyxlex.h:
3260         * lyxtextclasslist.h:
3261         * messages.h:
3262         * paragraph.h:
3263         * paragraph_pimpl.C:
3264         * textcursor.h: add <string> and other small fixes to make Lars'
3265         std::string patch compile with STLport.
3266
3267 2003-10-06  Angus Leeming  <leeming@lyx.org>
3268
3269         * LColor.h: Add missing #include <string>.
3270
3271 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3272
3273         * All most all file in all subdirs: Make <string> be the prefered
3274         way of getting to std::string, add using declarations.
3275
3276 2003-10-06  André Pönitz  <poenitz@gmx.net>
3277
3278         * metricsinfo.C: initialize LyXFont before changing attribute.
3279         (fixes the 'math in \emph is upright' bug)
3280
3281 2003-10-06  André Pönitz  <poenitz@gmx.net>
3282
3283         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
3284
3285 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
3286
3287         * graph.C:
3288         * paragraph_pimpl.C: Small fixes to build using STLport
3289
3290 2003-10-02  André Pönitz  <poenitz@gmx.net>
3291
3292         * lyxfunc.C:
3293         * text3.C: move handling of LFUN_DEPTH *; fix #1360
3294
3295 2003-10-01  André Pönitz  <poenitz@gmx.net>
3296
3297         * factory.C: assert early
3298
3299 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3300
3301         * lyx_main.C: remove the global debug object
3302
3303         * debug.h: adjust for new debugstream
3304
3305         * debug.C: adjust for new debugstream and keep the global debug
3306         object here.
3307
3308 2003-09-22  Angus Leeming  <leeming@lyx.org>
3309
3310         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
3311         of g++ which otherwise complain that the scoped_ptr destructor can't delete
3312         an incomplete class LyXFont.
3313
3314 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
3315
3316         * factory.C: bug fix in branches
3317
3318 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3319
3320         * lyxfunc.C (processKeySym): adjust
3321         (dispatch): adjust
3322         (dispatch): change arg name from ev to func, adjust
3323         (sendDispatchMessage): ditto
3324
3325         * lyx_main.C (defaultKeyBindings): adjust keybindings
3326         (deadKeyBindings): ditto
3327
3328         * kbsequence.C (addkey): return a FuncRequest
3329
3330         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
3331
3332         * kbmap.C (bind): take a FuncRequest as arg, adjust
3333         (read): adjust
3334         (lookup): adjust
3335         (defkey): change to take a FuncRequest as arg, adjust
3336         (findbinding): take a FuncRequest as arg, adjust.
3337
3338         * funcrequest.h (operator=): added
3339
3340         * funcrequest.C (FuncRequest): default kb_action changed from
3341         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
3342
3343         * buffer.C (dispatch): simplify
3344         (dispatch): adjust to take a FuncRequest as arg, adjust
3345
3346         * boost.C (assertion_failed): change assertion message slightly
3347
3348         * ToolbarBackend.C (read): simplify
3349
3350         * MenuBackend.C (binding): adjust call to findbinding, add a
3351         message if no binding is found.
3352         (read): simplify
3353         (expandToc): correct by adding a empty FuncRequest
3354
3355         * LyXAction.C: include <boost/assert.hpp>
3356         (isPseudoAction): delete function
3357         (LookupFunc): change name to...
3358         (lookupFunc): this. change return type to FuncRequest.
3359         (getActionName): take kb_action as arg, simplify
3360         (funcHasFlag): add an assert, simplify.
3361
3362 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3363
3364         * toc.C (action): return a FuncRequest, simplify
3365
3366         * lyxfunc.C (processKeySym): adjust
3367         (getStatus): delete version that takes an int.
3368         (getStatus): adjust
3369         (dispatch): delete version that takes action as int
3370         (dispatch): adjust
3371         (sendDispatchMessage): simplify and adjust
3372
3373         * funcrequest.C (getArg): take unsigned int as arg
3374
3375         * ToolbarBackend.C (read): adjust
3376         (add): delete version that takes func as a string.
3377         (getIton): take a FuncRequest as arg
3378
3379         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
3380         action.
3381
3382         * MenuBackend.C (MenuItem): add a new construct that only takes a
3383         Kind, simplify the constructor use for submenus.
3384         (add): adjust
3385         (expandLastfiles): adjust
3386         (expandDocuments): adjust
3387         (expandFormats): adjust
3388         (expandFloatListInsert): adjust
3389         (expandFloatInsert): adjust
3390         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
3391
3392         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
3393         Remove class variables lyx_pseudo_map and lyx_arg_map
3394
3395         * LyXAction.C (searchActionArg): delete function
3396         (getPseudoAction): delete function
3397         (retrieveActionArg): delete function
3398         (LookupFunc): make it return kb_action, simplify.
3399         (getActionName): simplify
3400
3401         * factory.C (createInset): fix new bug
3402
3403 2003-09-19  Angus Leeming  <leeming@lyx.org>
3404
3405         * CutAndPaste.C (pasteSelection): remove fudge used to set the
3406         masterFilename_ parameter in the include inset.
3407
3408         * factory.C (createInset): changes due to the changes to InsetInclude.
3409
3410 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3411
3412         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
3413
3414 2003-09-18  Angus Leeming  <leeming@lyx.org>
3415
3416         * buffer.C:
3417         * BufferView.C: pass the buffer when calling Inset::getLabelList,
3418         Inset::fillWithBibKeys.
3419         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
3420
3421 2003-09-18  Angus Leeming  <leeming@lyx.org>
3422
3423         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
3424         variables.
3425         (ctor): pass and store a 'Buffer const &'
3426         (buffer): new member function.
3427
3428         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
3429         '*this' to the LaTeXFeatures ctor.
3430
3431 2003-09-18  Angus Leeming  <leeming@lyx.org>
3432
3433         * LColor.h:
3434         * lyxfont.C:
3435         * lyxfont.h:
3436         * lyxtext.h:
3437         * text.C: rename EnumLColor as LColor_color.
3438
3439 2003-09-18  Angus Leeming  <leeming@lyx.org>
3440
3441         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
3442         remove #include "insets/insetbase.h" from cursor.h.
3443
3444 2003-09-18  Angus Leeming  <leeming@lyx.org>
3445
3446         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
3447         InsetOld_code to remove #include "inset.h".
3448
3449         * iterators.C: add #include "insets/inset.h"
3450
3451 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
3452
3453         * BufferView.C: remove more locking stuff that apparently doesn't
3454         do anything sensible.
3455
3456 2003-09-16  André Pönitz  <poenitz@gmx.net>
3457
3458         * paragraph.[Ch]:
3459         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
3460           performance boost.
3461
3462 2003-09-16  Angus Leeming  <leeming@lyx.org>
3463
3464         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
3465
3466         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
3467         arg/return type.
3468
3469         * paragraph.h: remove #include "lyxfont.h". Forward declare
3470         LyXFont_size.
3471
3472 2003-09-16  Angus Leeming  <leeming@lyx.org>
3473
3474         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
3475         of support/textutils.h.
3476         (isWord): move the contents of support/textutils.h's IsWordChar here.
3477
3478         * buffer.C:
3479         * lyxfind.C:
3480         * rowpainter.C:
3481         * text.C:
3482         * text2.C: add #include "paragraph.h".
3483
3484         * rowpainter.C:
3485         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
3486
3487 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3488
3489         * main.C:
3490         * lyx_main.C:
3491         * lyx_cb.C:
3492         * buffer.C:
3493         * LaTeX.C: use namespace alias for lyx::support::os
3494
3495 2003-09-16  Angus Leeming  <leeming@lyx.org>
3496
3497         * bufferparams.C:
3498         * bufferview_funcs.C:
3499         * factory.C:
3500         * lyxfunc.C:
3501         * paragraph_pimpl.C:
3502         * rowpainter.C:
3503         * text.C: add #include "LColor.h".
3504
3505 2003-09-16  Angus Leeming  <leeming@lyx.org>
3506
3507         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
3508         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
3509         return LyXFont &.
3510         Store the FontBits::color variable as an int rather than as an
3511         LColor::colorso that we can move LColor.h out of the lyxfont.h header
3512         file.
3513
3514         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
3515         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
3516         string calls together.
3517
3518         * lyxrc.C: add #include "LColor.h".
3519
3520 2003-09-15  Angus Leeming  <leeming@lyx.org>
3521
3522         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
3523         a cow_ptr.
3524
3525 2003-09-15  Angus Leeming  <leeming@lyx.org>
3526
3527         * LColor.h: add an EnumLColor wrapper for LColor::color.
3528
3529         * lyxfont.[Ch] (color, setColor, realColor):
3530         * lyxtext.h, text.C (backgroundColor):
3531         pass EnumLColor args to/from the functions, rather than LColor::color
3532         ones.
3533
3534         * lyxfont.h:
3535         * lyxtext.h: forward declare EnumLColor.
3536
3537         * lyx_main.C: add #include "LColor.h".
3538
3539 2003-09-15  Angus Leeming  <leeming@lyx.org>
3540
3541         * .cvsignore: add lyx-gtk.
3542
3543 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3544
3545         * Chktex.C
3546         * LaTeX.C
3547         * LaTeXFeatures.C
3548         * ParagraphParameters.C
3549         * Spacing.C
3550         * buffer.C
3551         * bufferparams.C
3552         * bufferview_funcs.C
3553         * chset.C
3554         * counters.C
3555         * funcrequest.C
3556         * lyxfont.C
3557         * lyxgluelength.C
3558         * lyxlength.C
3559         * paragraph.C
3560         * paragraph_funcs.C
3561         * text3.C
3562         * vc-backend.C: remove usage of STRCONV
3563
3564 2003-09-15  Angus Leeming  <leeming@lyx.org>
3565
3566         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
3567         explicitly define the color passed to the painter.
3568
3569 2003-09-15  Angus Leeming  <leeming@lyx.org>
3570
3571         * bufferparams.C (BufferParams): reorder member initializers to avoid
3572         compiler warning.
3573
3574 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
3575
3576         * CutAndPaste.C (pasteSelection): remove an outdated #warning
3577         * text.C (updateRowPositions): remove an unusual nop
3578
3579 2003-09-12  André Pönitz  <poenitz@gmx.net>
3580
3581         * BufferView_pimpl.C:
3582         * Bullet.C:
3583         * layout.h:
3584         * lyxfunc.C:
3585         * lyxlayout.[Ch]:
3586         * lyxtextclass.C:
3587         * rowpainter.C:
3588         * text.C:
3589         * text2.C:
3590         * Counters.[Ch]: finish the 'automatic counters' job
3591
3592 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3593
3594         * aspell.C: include <boost/assert.cpp> (compile fix)
3595
3596 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
3597
3598         * boost.C (assertion_failed): use lyx::support::abort instead of
3599         assert.
3600
3601 2003-09-10  Angus Leeming  <leeming@lyx.org>
3602
3603         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
3604         with their _fwd progeny.
3605
3606 2003-09-09  Angus Leeming  <leeming@lyx.org>
3607
3608         134 files throughtout the source tree: replace 'using namespace abc;'
3609         directives with the appropriate 'using abc::xyz;' declarations.
3610
3611 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3612
3613         * boost.C (emergencyCleanup): moved here from LAssert.c
3614         (assertion_failed): new function, called by BOOST_ASSERT
3615
3616         * several files: change Assert to BOOST_ASSERT
3617
3618 2003-09-09  Angus Leeming  <leeming@lyx.org>
3619
3620         * buffer.[Ch]: Add an Impl class and move Buffer's member
3621         variables into it. As a result move several header files out of
3622         buffer.h.
3623
3624         Add header files to lots of .C files all over the tree as a result.
3625
3626 2003-09-09  Angus Leeming  <leeming@lyx.org>
3627
3628         * buffer.[Ch]: make Buffer's member variables private. Add
3629         accessor functions.
3630
3631         Lots of changes all over the tree as a result.
3632
3633 2003-09-08  Angus Leeming  <leeming@lyx.org>
3634
3635         * graph.C: #include <config.h>.
3636
3637 2003-09-08  Angus Leeming  <leeming@lyx.org>
3638
3639         * BranchList.C:
3640         * BufferView.C:
3641         * BufferView_pimpl.C:
3642         * CutAndPaste.C:
3643         * DepTable.C:
3644         * LaTeX.C:
3645         * LaTeXFeatures.C:
3646         * LyXAction.C:
3647         * MenuBackend.C:
3648         * TextCache.C:
3649         * aspell.C:
3650         * buffer.C:
3651         * bufferlist.C:
3652         * changes.C:
3653         * chset.C:
3654         * converter.C:
3655         * counters.C:
3656         * debug.C:
3657         * graph.C:
3658         * ispell.C:
3659         * lyx_cb.C:
3660         * lyxfind.C:
3661         * lyxfunc.C:
3662         * lyxlex_pimpl.C:
3663         * lyxrc.C:
3664         * lyxrow.C:
3665         * paragraph.C:
3666         * rowpainter.C:
3667         * texrow.C:
3668         * text.C:
3669         * text2.C:
3670         * toc.C: remove redundant using directives.
3671
3672 2003-09-07  Angus Leeming  <leeming@lyx.org>
3673
3674         * LaTeXFeatures.h: remove #include "support/types.h".
3675         * ToolbarBackend.h: remove #include <algorithm>.
3676         * changes.h: remove #include <ctime>.
3677         * debug.h: remove #include <iosfwd>.
3678         * graph.h: remove #include "support/std_string.h".
3679         * lyx_main.h: remove #include <csignal>.
3680         * lyxlex_pimpl.h: remove #include <fstream>.
3681         * sgml.h: remove #include <algorithm>, <utility>.
3682         * toc.h: remove #include "support/std_ostream.h".
3683         Add #include <iosfwd>.
3684
3685 2003-09-07  Angus Leeming  <leeming@lyx.org>
3686
3687         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
3688
3689         * converter.h: forward declare LatexRunParams.
3690         * encoding.h: remove #include "lyxrc.h".
3691         * lyxtext.h: remove #include "LColor.h".
3692         * lyxtextclass.h: remove #include "support/types.h".
3693         * trans.h: remove #include "tex-accent.h".
3694         * trans_mgr.h: remove #include "tex-accent.h".
3695         * insets/inset.h: remove #include "support/types.h", <vector>.
3696         * insets/insetcollapsable.h: remove #include "LColor.h".
3697         * insets/insetinclude.h: remove #include "dimension.h".
3698         * insets/insetlatexaccent.h: remove #include "dimension.h".
3699         * insets/insetoptarg.h:: remove #include "insettext.h".
3700         * insets/insettext.h: remove #include "dimension.h",
3701         <boost/shared_ptr.hpp>
3702
3703         * insets/renderers.h: add #include "dimension.h".
3704         * insets/updatableinset.h: add #include "support/types.h".
3705
3706         * many .C files: Associated changes.
3707
3708 2003-09-06  Angus Leeming  <leeming@lyx.org>
3709
3710         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
3711         one, inside testInvariant.
3712
3713         * PrinterParams.C: new file.
3714         * PrinterParams.[Ch]: move the function bodies out of line.
3715
3716 2003-09-06  Angus Leeming  <leeming@lyx.org>
3717
3718         * ParagraphParameters.h: forward declare ParameterStruct rather than
3719         including its header file.
3720         (depth): moved out-of-line.
3721
3722 2003-09-06  Angus Leeming  <leeming@lyx.org>
3723
3724         * BufferView_pimpl.h:
3725         * kbmap.h:
3726         * kbsequence.h:
3727         * lyxfunc.h: forward declare LyXKeySym rather than
3728         #include "frontends/LyXKeySym.h".
3729
3730         * BufferView_pimpl.C:
3731         * kbmap.C:
3732         * kbsequence.C:
3733         * lyxfunc.C: associated changes.
3734
3735 2003-09-06  Angus Leeming  <leeming@lyx.org>
3736
3737         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3738         As a result, can remove the #include "insets/inset.h" from BufferView.h
3739
3740 2003-09-06  Angus Leeming  <leeming@lyx.org>
3741
3742         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
3743         As a result, can remove the #include "insets/inset.h" from BufferView.h
3744
3745 2003-09-06  Angus Leeming  <leeming@lyx.org>
3746
3747         * buffer_funcs.C:
3748         * buffer.h:
3749         * bufferlist.C:
3750         * BufferView.C:
3751         * bufferview_funcs.C:
3752         * BufferView_pimpl.C:
3753         * CutAndPaste.C:
3754         * lyx_cb.C:
3755         * lyxfunc.C:
3756         * paragraph.h:
3757         * ParagraphParameters.C:
3758         * tabular.C:
3759         * text3.C:
3760         * toc.C:
3761         * undo_funcs.C:
3762         * frontends/controllers/ControlDocument.C:
3763         * insets/insetcaption.C: rearrange the #includes into some sort of
3764         coherent order.
3765
3766         * buffer.h: remove #includes ErrorList.h, undo.h
3767
3768 2003-09-06  Angus Leeming  <leeming@lyx.org>
3769
3770         * support/types.h: add a 'depth_type' typedef, used to store the
3771         nesting depth of a paragraph.
3772
3773         * paragraph.h:
3774         * ParameterStruct.h: use this lyx::depth_type typedef rather than
3775         defining explicitly.
3776
3777         * buffer.h:
3778         * paragraph_funcs.h:
3779         * ParagraphParameters.h:
3780         * sgml.h: use lyx::depth_type rather than Paragraph or
3781         ParameterStruct's depth_type.
3782
3783         * buffer.h
3784         * paragraph_funcs.h: no need to #include paragraph.h anymore.
3785
3786         * BufferView.C:
3787         * BufferView_pimpl.C:
3788         * CutAndPaste.C:
3789         * ParagraphParameters.C:
3790         * buffer_funcs.C:
3791         * bufferlist.C:
3792         * bufferview_funcs.C:
3793         * lyx_cb.C:
3794         * lyxfunc.C:
3795         * tabular.C:
3796         * text3.C:
3797         * toc.C:
3798         * undo_funcs.C:
3799         * frontends/LyXView.C:
3800         * frontends/controllers/ControlDocument.C:
3801         * frontends/controllers/ControlErrorList.C:
3802         * insets/insetbibitem.C:
3803         * insets/insetbranch.C:
3804         * insets/insetcaption.C:
3805         * insets/insetcollapsable.C:
3806         * insets/insetenv.C:
3807         * insets/insetert.C:
3808         * insets/insetfloat.C:
3809         * insets/insetfoot.C:
3810         * insets/insetfootlike.C:
3811         * insets/insetnewline.C:
3812         * insets/insetquotes.C:
3813         * insets/insettabular.C:
3814         * insets/insettext.C:
3815         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
3816
3817         * frontends/controllers/ControlChanges.C: #include "changes.h".
3818
3819 2003-09-06  Angus Leeming  <leeming@lyx.org>
3820
3821         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
3822         than #including paragraph.h.
3823
3824         * ParagraphList.h:
3825         * RowList.h: deleted. Superfluous.
3826
3827         * CutAndPaste.h:
3828         * iterators.h:
3829         * lyxcursor.h:
3830         * lyxtext.h:
3831         * text_funcs.h:
3832         * undo.h:
3833         * undo_funcs.h:
3834         * insets/inset.h:
3835         * insets/insettext.h: use ParagraphList_fwd.h rather than
3836         ParagraphList.h.
3837
3838         * paragraph.h: don't forward declare ParagraphList.
3839
3840         * buffer.h:
3841         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
3842         rather than ParagraphList.h. paragraph.h is still needed for the
3843         Paragraph::depth_type parameters.
3844
3845         * textcursor.h: enable it to compile stand-alone in light of the
3846         above changes.
3847
3848         * bufferview_funcs.C:
3849         * iterators.C:
3850         * lyxfunc.C:
3851         * lyxrow_funcs.C:
3852         * paragraph.C:
3853         * rowpainter.C:
3854         * text.C:
3855         * text2.C:
3856         * text3.C:
3857         * text_funcs.C:
3858         * textcursor.C:
3859         * undo.C:
3860         * frontends/controllers/ControlParagraph.C:
3861         * frontends/controllers/ControlTabular.C:
3862         * insets/insetmarginal.C:
3863         * insets/insetminipage.C:
3864         * insets/insetnote.C:
3865         * insets/insetoptarg.C: add header files needed to compile again.
3866
3867 2003-09-06  Angus Leeming  <leeming@lyx.org>
3868
3869         * RowList_fwd.h: new file, forward-declaring Row rather than
3870         #including lyxrow.h.
3871
3872         * lyxrow_funcs.h:
3873         * lyxtext.h:
3874         * paragraph.h:
3875         * insets/insettext.h: use it instead of RowList.h
3876
3877         * bufferview_funcs.C:
3878         * lyxfunc.C:
3879         * lyxrow_funcs.C:
3880         * paragraph.C:
3881         * rowpainter.C:
3882         * text.C:
3883         * text2.C:
3884         * text3.C: #include "RowList.h".
3885
3886 2003-09-05  Angus Leeming  <leeming@lyx.org>
3887
3888         * factory.C (createInset):
3889         * vspace.C (c-tor): replace sscanf call with an istringstream.
3890         * ispell.C: re-add missing HP/UX headers.
3891         * lyxserver.C: re-add missing  os2 headers.
3892
3893 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
3894
3895         * BranchList.C:
3896         * graph.C:
3897         * ispell.C:
3898         * lastfiles.C:
3899         * lyx_cb.C:
3900         * lyxserver.C:
3901         * texrow.C:
3902         * text3.C: re-add missing system headers, needed for 2.95.2.
3903
3904 2003-09-05  Angus Leeming  <leeming@lyx.org>
3905
3906         Changes most place everywhere due to the removal of using directives
3907         from support/std_sstream.h.
3908
3909 2003-09-05  Angus Leeming  <leeming@lyx.org>
3910
3911         Replace LString.h with support/std_string.h,
3912         Lsstream.h with support/std_sstream.h,
3913         support/LIstream.h with support/std_istream.h,
3914         support/LOstream.h with support/std_ostream.h.
3915
3916         Changes resulting throughout the tree.
3917
3918 2003-09-05  Angus Leeming  <leeming@lyx.org>
3919
3920         * sgml.h: ensure that the header file can be compiled stand-alone.
3921         * *.C: strip out redundant #includes. (320 in total.)
3922
3923 2003-09-04  Angus Leeming  <leeming@lyx.org>
3924
3925         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
3926         here (from getPackages).
3927
3928         * debug.[Ch]: add a new EXTERNAL tag.
3929
3930 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3931
3932         * text2.C (cursorEnd): simplify
3933         (setCursor): adjust
3934         (getColumnNearX): adjust
3935
3936         * text.C (computeBidiTables): adjust
3937         (fill): adjust
3938
3939         * rowpainter.C (paintChars): adjust
3940         (paintSelection): adjust
3941         (paintChangeBar): adjust
3942         (paintText): adjust
3943
3944         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
3945         lastPos instead.
3946         (numberOfSeparators): adjust
3947
3948 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3949
3950         * LyXAction.C:
3951         * box.[Ch]:
3952         * lfuns.h:
3953         * lyxfunc.C:
3954         * text3.C: Restricts the mouse click functionality
3955         of insets like bibtex, include, toc and floatlist to the visible
3956         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
3957         up the dialogs. Cursor has to be in front of the inset (i.e.
3958         start of row) for this to function.
3959
3960 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3961
3962         * bufferview_funcs.C (currentState): output row information
3963
3964 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3965
3966         * bufferview_funcs.C (currentState): output paragraph position
3967
3968 2003-09-04  Angus Leeming  <leeming@lyx.org>
3969
3970         * FloatList.h: move out #include "Floating.h".
3971         * LaTeX.h: move out #include "DepTable.h".
3972         * LyXAction.h: move out #include "funcrequest.h".
3973         * buffer.h: move out #include "author.h", "iterators.h".
3974         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
3975         * lyx_main.h: move out #include "errorlist.h".
3976         * lyxfunc.h: move out #include "FuncStatus.h".
3977         * lyxtext: move out #include "lyxcursor.h".
3978         * paragraph_pimpl.h: move out #include "counters.h".
3979
3980 2003-09-03  Angus Leeming  <leeming@lyx.org>
3981
3982         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
3983         preamble_snippets list, enabling us to add snippets to the preamble
3984         only if the snippet was not there already.
3985
3986 2003-09-04  Angus Leeming  <leeming@lyx.org>
3987
3988         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
3989
3990 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3991
3992         * lyxfunc.C (dispatch): if fitCursor did something be sure to
3993         update
3994
3995 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
3996
3997         * BranchList.C: point fix, earlier forgotten
3998
3999 2003-09-02  Angus Leeming  <leeming@lyx.org>
4000
4001         * box.C (contains): renamed from 'contained' after a fantastic
4002         amount of hot air.
4003
4004 2003-09-02  John Levon  <levon@movementarian.org>
4005
4006         * BufferView.C:
4007         * lyxcursor.h:
4008         * lyxcursor.C:
4009         * lyxfunc.C:
4010         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
4011
4012 2003-09-02  John Levon  <levon@movementarian.org>
4013
4014         * text2.C: simplification of cursorEnd(), including partial
4015         fix for bug 1376
4016
4017 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4018
4019         * buffer.C (readFile): add a space
4020
4021 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
4022
4023         * BufferView_pimpl.C (update): remove bogus fitCursor() call
4024
4025 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4026
4027         * buffer.C (readFile): new function, take a filename and a
4028         ParagraphList::iterator
4029         (readFile): adjust
4030         (readFile): adjust, make it private. don't use setStream, make
4031         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
4032         always contain the filename.
4033
4034         * BufferView.C (insertLyXFile): simplify and make it work for
4035         gzipped files.
4036
4037 2003-08-30  John Levon  <levon@movementarian.org>
4038
4039         * Makefile.am: fix dist (from Kayvan)
4040
4041 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4042
4043         * most files: change to use const Buffer refs
4044
4045 2003-08-27  André Pönitz  <poenitz@gmx.net>
4046
4047         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
4048         on top of ownerPar().
4049
4050 2003-08-27  John Levon  <levon@movementarian.org>
4051
4052         * funcrequest.C: properly initialise POD members
4053
4054 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
4055
4056         * lyxtext.h (top_y): move top_y from here
4057         * text.C:
4058         * text2.C:
4059         * text3.C:
4060         * BufferView.[Ch]:
4061         * BufferView_pimpl.[Ch]: to here
4062         * frontends/screen.C:
4063         * insets/insettabular.C:
4064         * insets/insettext.C: adjust
4065         * rowpainter.[Ch] (paintRows): remove LyXText & argument
4066
4067 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
4068
4069         * BufferView.[Ch]:
4070         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
4071
4072 2003-08-26  André Pönitz  <poenitz@gmx.net>
4073
4074         * paragraph_func.[Ch] (outerPar): new function
4075
4076         * paragraph.C:
4077         * paragraph_funcs.C:
4078         * paragraph_funcs.h:
4079         * paragraph_pimpl.C:
4080         * text2.C: remove Inset::par_owner
4081
4082 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
4083
4084         * lyxrow_funcs.C:
4085         * lyxtext.h:
4086         * text.C:
4087         * text2.C: eliminates the needFullRow/display() stuff
4088         altogether, putting the logic in metrics/draw in the insets.
4089
4090 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
4091
4092         * text2.C (redoParagraphInternal, redoParagraphs):
4093         * text.C (redoParagraph): add a call to updateRowPositions at the
4094         end of each 'metrics-like' call. Remove all others.
4095         (getRow): remove the 'y-computing' version.
4096         (getRowNearY): do not compute nor return the real y. Solve the
4097         'y < 0' problem and simplify.
4098
4099 2003-08-22  Angus Leeming  <leeming@lyx.org>
4100
4101         * *.[Ch]: clean-up of licence and author blurbs.
4102         Also move config.h out of a few .h files and into a few .C files.
4103
4104 2003-08-22  André Pönitz  <poenitz@gmx.net>
4105
4106         * lyxrow.[Ch]: add x_ and *fill_ members
4107
4108         * lyxtext.h:
4109         * text.C:
4110         * rowpainter.C:
4111         * text2.C: adjust/remove prepareToPrint() calls
4112
4113 2003-08-22  André Pönitz  <poenitz@gmx.net>
4114
4115         * lyxrow.[Ch]: add  end_ member
4116
4117         * lyxrow_funcs.C: use LyXRow::end_
4118
4119         * lyxtext.h (singleWidth): add LyXFont parameter
4120
4121         * rowpainter.C:
4122         * text2.C: adjust LyXText::singleWidth() calls
4123
4124         * text.C (redoParagraph): simplify row breaking logic
4125
4126
4127 2003-08-19  André Pönitz  <poenitz@gmx.net>
4128
4129         * funcrequest.C: initialize button_ member
4130
4131         * text3.C:
4132         * rowpainter.[Ch]: interface consolidation
4133
4134 2003-08-18  André Pönitz  <poenitz@gmx.net>
4135
4136         * BufferView.C:
4137         * BufferView_pimpl.C:
4138         * lyxfind.C:
4139         * paragraph_funcs.C:
4140         * rowpainter.C:
4141         * text3.C: remove LyXScreen::draw() and fitCursor calls
4142
4143         * BranchList.h: remove spurious semicolons
4144
4145         * MenuBackend.C: fix branchlist related crash
4146
4147 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
4148
4149         * BranchList.[Ch]:
4150         * InsetList.[Ch]:
4151         * LColor.[Ch]:
4152         * LyXAction.C:
4153         * Makefile.am:
4154         * MenuBackend.[Ch]:
4155         * bufferparams.[Ch]:
4156         * factory.C:
4157         * lfuns.h:
4158         * lyxfunc.C:
4159         * text3.C: implements the 'branch inset'
4160         idea. This allows the output of various versions of a document
4161         from a single source version, selectively outputing or suppressing
4162         output of parts of the text.
4163         This implementation contains a 'branch list editor' in a separate
4164         tab of the document settings dialog. Branches are user definable
4165         and have a "display colour" to distinguish them on-screen.
4166
4167         ColorHandler was somewhat cleaned up.
4168         (1) make possible a dynamically growing LColor list by allowing
4169         the graphic context cache to grow along (vector);
4170         (2) eliminate an IMHO unnecessary step in colour allocation.
4171
4172 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
4173
4174         * BufferView_pimpl.C: compile fix
4175
4176 2003-08-15  André Pönitz  <poenitz@gmx.net>
4177
4178         * rowpainter.C: remove extra metrics calls
4179
4180         * lyxtext.h: merge the two constructors into a single one,
4181           pass reference to owner's par list
4182
4183         * BufferView_pimpl.C:
4184         * text.C:
4185         * text2.C: adjust
4186
4187 2003-08-15  André Pönitz  <poenitz@gmx.net>
4188
4189         * lyxrow_funcs.[Ch]:
4190         * lyxtext.h:
4191         * paragraph.h:
4192         * paragraph_funcs.C:
4193         * rowpainter.C:
4194         * text.C:
4195         * text2.C:
4196         * text3.C:
4197         * text_funcs.C: split LyXText::rowlist_ into individual
4198         Paragraph::rows_ chunks
4199
4200         * BufferView.[Ch]:
4201         * BufferView_pimpl.[Ch]:
4202         * lyxfind.C:
4203         * lyxtext.h:
4204         * text3.C: remove toggleSelection()
4205
4206 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
4207
4208         * bufferlist.C: beautify two alerts (shorter text of buttons)
4209         * buffer.C: Remove redundant ' ' from message
4210         * tabular.h:
4211         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
4212         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
4213         rename VALIGN_CENTER to VALIGN_MIDDLE
4214
4215 2003-08-11  André Pönitz  <poenitz@gmx.net>
4216
4217         * lyxtext.h (getPar):
4218         * text.C: new function
4219
4220 2003-08-11  André Pönitz  <poenitz@gmx.net>
4221
4222         * Makefile.am:
4223         * tracer.[Ch]: remove unneeded files
4224
4225         * InsetList.[Ch]: remove resizeInsetsLyXText()
4226
4227         * lyxtext.h:
4228         * text.C:
4229         * text2.C:
4230         * text3.C: merge insertParagraphs() and appendParagraph()
4231         remove breakAgain(), update()
4232
4233         * BufferView_pimpl.[Ch]:
4234         * bufferview_funcs.[Ch]:
4235         * lyxfunc.C:
4236         * paragraph.[Ch]:
4237         * rowpainter.C:
4238         * tabular.C: adjust after text & InsetList changes.
4239
4240 2003-08-08  André Pönitz  <poenitz@gmx.net>
4241
4242         * text.C (insertChar, backspace): replace rowlist fiddling
4243         with rebreak of full par
4244
4245         * lyxtext.h:
4246         * text.C (breakAgainOneRow, redoHeightOfParagraph,
4247         checkParagraph, updateInset): removed
4248
4249 2003-08-07  André Pönitz  <poenitz@gmx.net>
4250
4251         * paragraph.C:
4252         * text3.C: merge some LFUN handlers, remove dead code
4253
4254 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4255
4256         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
4257
4258 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
4259
4260         * text2.C (DEPM): fix part of bug 1255 and 1256
4261
4262 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4263
4264         * BufferView_pimpl.C (workAreaDispatch): change to use
4265         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
4266         that are no mouse related.
4267
4268 2003-08-05  André Pönitz  <poenitz@gmx.net>
4269
4270         * BufferView.[Ch]:
4271         * BufferView_pimpl.[Ch]:
4272         * bufferview_funcs.C:
4273         * text2.C:
4274         * text3.C: rip out "deep update"
4275
4276         * textcursor.[Ch] (last_sel_cursor): remove unused member
4277
4278 2003-08-04  André Pönitz  <poenitz@gmx.net>
4279
4280         * BufferView.[Ch]:
4281         * BufferView_pimpl.[Ch]:
4282         * ParagraphParameters.C:
4283         * bufferview_funcs.C:
4284         * lyx_cb.C:
4285         * lyxfind.C:
4286         * lyxfunc.C:
4287         * text.C:
4288         * text2.C:
4289         * text3.C: replace "complicated" BufferView::update(...) calls with
4290         simpler ones.
4291
4292         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
4293
4294 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
4295
4296         * Makefile.am (lyx_SOURCES): add paper.h
4297
4298 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4299
4300         * Makefile.am: move things around so that both lyx-qt and
4301         lyx-xforms can be built (according to --with-frontend). Then lyx
4302         is a symbolic link to lyx-[firstfrontend]
4303
4304 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4305
4306         * Always use std::endl with lyxerr
4307
4308 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4309
4310         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
4311
4312 2003-08-01  André Pönitz  <poenitz@gmx.net>
4313
4314         * BufferView.[Ch]:
4315         * BufferView_pimpl.[Ch]:
4316         * lyxfunc.C:
4317         * text3.C: merge BufferView::repaint() and BufferView::update()
4318
4319 2003-08-01  José Matos  <jamatos@lyx.org>
4320
4321         * buffer.[Ch]: file_format is no longer a buffer data element.
4322
4323 2003-08-01  André Pönitz  <poenitz@gmx.net>
4324
4325         * BufferView.C:
4326         * lyxtext.h:
4327         * text.C:
4328         * text2.C: make redoParagraph more independent of current cursor
4329
4330         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
4331         * text.C:
4332         * text2.C: remove unneeded members
4333
4334 2003-07-30  André Pönitz  <poenitz@gmx.net>
4335
4336         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
4337
4338         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
4339           create a single function...
4340
4341         * paragraph_funcs.C (moveItem): ... here.
4342
4343         * text.C:
4344           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
4345
4346 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
4347
4348         * LColor.[Ch]: Add comment and greyedout logical colors.
4349
4350 2003-07-30  André Pönitz  <poenitz@gmx.net>
4351
4352         * tabular.C: don't use Assert too heavily. This crashes where it
4353           shouldn't
4354
4355 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
4356
4357         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
4358         is disabled (bug 1232)
4359
4360 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4361
4362         * factory.C: limited 'arg' scope
4363
4364 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4365
4366         * factory.C: fixed Note submenu issues
4367
4368 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
4369
4370         * factory.C: submenu for Note/Comment/Greyedout
4371
4372 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
4373
4374         * lyx_main.C (LyX):
4375         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
4376
4377 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
4378
4379         * LaTeXFeatures.C:
4380         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
4381         greyedout. Patch provided by Jürgen Spitzmüller.
4382
4383 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4384
4385         * kbmap.C (read): fix error message when reading bind files
4386
4387 2003-07-29  Angus Leeming  <leeming@lyx.org>
4388
4389         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
4390         certainly does not do what it purports to do. I am doing it, and
4391         us, a favour by killing it.
4392
4393 2003-07-28  José Matos  <jamatos@lyx.org>
4394
4395         * buffer.C (readBody, do_writeFile):
4396         * paragraph.C(readParagraph): \end_document replaces \the_end.
4397
4398 2003-07-29  André Pönitz  <poenitz@gmx.net>
4399
4400         * BufferView.[Ch]:
4401         * BufferView_pimpl.[Ch]:
4402         * lyxfunc.C:
4403         * text2.C:
4404         * text3.C:
4405         * textcursor.[Ch]: remove toggleToggle & Co
4406
4407 2003-07-28  José Matos  <jamatos@fep.up.pt>
4408
4409         * buffer.C (readParagraph):
4410         * params_func (readParToken, readParagraph):
4411         * paragraph.C (write): \layout -> \begin_layout.
4412
4413 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4414
4415         * lyxlex_pimpl.C (setFile): clean up slightly.
4416
4417         * bufferparams.h: add compressed var
4418
4419         * buffer_funcs.C (readFile): adjust for LyXLex change
4420         (newFile): ditto + simplify
4421
4422         * buffer.C (writeFile): handle writing of compressed files
4423
4424         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
4425         Check if the file is compressed and set a bufferparm if so.
4426
4427         * Makefile.am (lyx_LDADD): remove explicit -lz
4428
4429 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4430
4431         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
4432         makeDocBookFile): put the real LyX version in the first line of
4433         the file
4434
4435         * version.h:
4436         * version.C.in: remove lyx_docversion
4437
4438         * tabular.C (write_attribute): add a template-based version to
4439         write enums properly
4440
4441 2003-07-28  André Pönitz  <poenitz@gmx.net>
4442
4443         * lyxtext.h:
4444         * text.C:
4445         * text2.C:
4446         * text3.C: use doubles again for x-coordinates. They are needed.
4447
4448 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4449
4450         * messages.C (getLocaleDir): use lyx_localedir()
4451
4452         * lyxlex_pimpl.C (setFile): compress stuff
4453
4454         * buffer.C (writeFile): add some compression stuff
4455         (do_writeFile): new func, dont call expliti close... will this
4456         breake anything?
4457
4458         * Makefile.am (lyx_LDADD): add -lz
4459
4460 2003-07-28  José Matos  <jamatos@fep.up.pt>
4461
4462         * buffer.C: increment file format.
4463         * paragraph_funcs (readParagraph, readParToken):
4464         * paragraph.C (readParagraph): add \end_layout.
4465
4466 2003-07-27  Angus Leeming  <leeming@lyx.org>
4467
4468         * Makefile.am: remove special casing for configure-time setting of
4469         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
4470
4471         * lyx_main.C (init): remove all Jean-Marc's magic setting of
4472         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
4473
4474 2003-07-26  André Pönitz  <poenitz@gmx.net>
4475
4476         * paragraph_func.[Ch]:
4477         * paragraph.C (realizeFont): inline it whereever it is used
4478
4479         * rowpainter.C:
4480         * text.C:
4481         * text2.C:
4482         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
4483
4484
4485 2003-07-26  André Pönitz  <poenitz@gmx.net>
4486
4487         *       lyxtext.h:
4488         * text.C:
4489         * text2.C: get rid of LyXText::need_break_row
4490
4491 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4492
4493         * toc.[Ch]: put namespace toc inside namespace lyx
4494
4495         * MenuBackend.C (expandToc2): adjust for lyx::toc
4496         (expandToc): ditto
4497
4498         * lyxfunc.C (dispatch): adjust for lyx::find
4499
4500         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
4501         lyx::find instead. Reorganize a bit.
4502         (LyXReplace): rename to replace
4503         (LyXFind): rename to find
4504
4505         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
4506         (dispatch): ditto
4507
4508 2003-07-26  André Pönitz  <poenitz@gmx.net>
4509
4510         * text.C (setHeightOfRow): restrict scope of temporary variable
4511
4512         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
4513           code (never has been used?)
4514
4515 2003-07-27  Asger Alstrup  <alstrup@local>
4516
4517         * text.C (fill): Optimise algorithm to exploit that we can reuse
4518         the LyXFont for many characters.
4519         (setHeightOfRow): Same thing.
4520         (rowBreakPoint): Same thing.
4521
4522 2003-07-26  Asger Alstrup  <alstrup@local>
4523
4524         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
4525
4526         * text.C (singleWidth): Spurious font copying in hot-spot
4527         singleWidth avoided. Reorder tests for arabic for efficiency.
4528
4529         * text.C (fill): handle empty paragraphs better.
4530
4531 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4532
4533         * ispell.C:
4534         * encoding.h: add includes
4535
4536         * lyxrc.C: remove reading of bind files
4537
4538         * lyx_main.C (init): setup bindings and menus only if we have a
4539         gui.
4540
4541         * kbmap.C (read): new method. Do the actual reading of bind
4542         files.
4543
4544         * converter.C (dvipdfm_options):
4545         * bufferparams.C:
4546         * lyxrc.C (read):
4547         (output): adapt PAPER_* enums.
4548
4549         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
4550
4551         * bufferparams.h: remove paper-related enums from there
4552
4553         * paper.h: New file. A trivial header file to hold paper-related
4554         enums. It should later expand to contain many paper-related
4555         horrors access.
4556
4557         * lyxrc.C: declare extern displayTranslator
4558
4559 2003-07-27  José Matos  <jamatos@fep.up.pt>
4560
4561         * tabular.[Ch] (linuxdoc): add support for tables and figures
4562         (linuxdoc).
4563
4564 2003-07-27  José Matos  <jamatos@fep.up.pt>
4565
4566         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
4567         consistency in both functions.
4568         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
4569
4570 2003-07-26  Asger Alstrup  <alstrup@local>
4571
4572         * rowpainter.C (paintRows): Change algorithm to work directly on
4573         the insets rather than asking every character in the document
4574         whether its an inset.
4575
4576 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
4577
4578         * buffer.C (openFileWrite): factorize some code
4579
4580 2003-07-26  Angus Leeming  <leeming@lyx.org>
4581
4582         * lyx_cb.C:
4583         * lyx_main.[Ch]: replace occurances of system_tempdir with
4584         os::getTmpDir().
4585
4586 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4587
4588         * rename Inset to InsetOld
4589
4590 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
4591
4592         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
4593         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
4594         which I think is a bit clearer. EDIT is gone, since it was
4595         premature optimisation, and broken for mathed anyway.
4596         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
4597         with cursor positioning in insets as well (math insets still do not
4598         work, but that's a different story anyway.) It mysteriously
4599         crashes sometimes with undo in the first paragraph, but I'm fairly
4600         confident that this is a compiler bug.
4601
4602 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
4603
4604         * paragraph.C (Paragraph): adjust for new clone return type
4605         (operator==): ditto
4606         (copyIntoMinibuffer): ditto
4607
4608 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
4609
4610         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
4611         by not having a special case, and always doing a full rebreak of
4612         the document after undo.
4613
4614 2003-07-23  Angus Leeming  <leeming@lyx.org>
4615
4616         * factory.C (createInset): InsetExternal::setParams now takes a
4617         Buffer const * arg.
4618
4619 2003-07-23  Angus Leeming  <leeming@lyx.org>
4620
4621         * factory.C (createInset): changed interface to the external and
4622         graphics mailers' string2params functions.
4623
4624 2003-07-23  Angus Leeming  <leeming@lyx.org>
4625
4626         * factory.C (createInset): pass a
4627         Buffer const * parameter to InsetExternalMailer's string2params.
4628
4629 2003-07-22  John Levon  <levon@movementarian.org>
4630
4631         * Thesaurus.h: include the right aiksaurus header
4632
4633 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4634
4635         * MenuBackend.C (expand): check menu shortcuts unconditionally
4636
4637 2003-07-21  Angus Leeming  <leeming@lyx.org>
4638
4639         * factory.C (createInset): pass a
4640         buffer_path parameter to InsetGraphicsMailer's string2params.
4641
4642 2003-07-21  Angus Leeming  <leeming@lyx.org>
4643
4644         * BufferView_pimpl.C (buffer):
4645         * buffer.C (d-tor):
4646         * lyx_main.C (LyX):
4647         * lyxfunc.C (dispatch):
4648         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
4649         rather than the grfx shortcut.
4650
4651 2003-07-21  André Pönitz  <poenitz@gmx.net>
4652
4653         * rowpainter.C: remove unused variables
4654
4655         * tabular_funcs.C:
4656         * tabular_funcs.h: move to tabular.C
4657         * Makefile.am: adjust
4658
4659         * tabular.[Ch]: basic optical cleaning
4660
4661         * author.h: pass references, not values
4662
4663 2003-07-18  André Pönitz  <poenitz@gmx.net>
4664
4665         * lyxtext.h:
4666         * metricsinfo.C:
4667         * metricsinfo.h:
4668         * rowpainter.C:
4669         * text.C:
4670         * text2.C:
4671         * text3.C: two-phase drawing for InsetText and InsetTabular
4672         some float -> int changes.
4673
4674 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4675
4676         * lyx_main.C: fix the fix
4677
4678 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
4679
4680         * lyx_main.C: fix a crash in batch mode if no files specified
4681         * converter.C: ws
4682
4683 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
4684
4685         * format.[Ch] (papersize): moved to BufferParams
4686         * converter.[Ch] (dvips_options): moved to BufferParams
4687         (dvipdfm_options): moved to anon namespace
4688         * bufferparams.[Ch]: added above functions.
4689
4690 2003-07-17  André Pönitz  <poenitz@gmx.net>
4691
4692         * lyxtext.h:
4693         * rowpainter.C:
4694         * text2.C: don't call inset->update() anymore
4695
4696         * metricsinfo.[Ch]: add convenience constructor
4697
4698 2003-07-16  André Pönitz  <poenitz@gmx.net>
4699
4700         * lyxcursor.[Ch]:
4701         * lyxfunc.[Ch]:
4702         * text.C:
4703         * text2.C: replace the LyXCursor::irow_ member with
4704          on-demand computation of the value
4705
4706 2003-07-16  John Levon  <levon@movementarian.org>
4707
4708         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
4709
4710 2003-07-15  André Pönitz  <poenitz@gmx.net>
4711
4712         * text.C:
4713         * text2.C: remove no more needed refresh_row
4714
4715 2003-07-15  André Pönitz  <poenitz@gmx.net>
4716
4717         * lyxtext.h:
4718         * rowpainter.C:
4719         * text2.C:
4720         * text3.C: refresh_status tristate -> need_update bool
4721
4722 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
4723
4724         * lyxtext.h (init): remove reinit argument (act as if always true)
4725         * text2.C: adjust to that
4726
4727 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4728
4729         * bufferview_funcs.[Ch]: introduce function replaceSelection()
4730         * text3.C: use it to delete selections in some cases
4731         (bugs 441, 673, 702, 954).
4732
4733 2003-07-14  André Pönitz  <poenitz@gmx.net>
4734
4735         * rowpainter.[Ch]: reduce interface
4736
4737 2003-07-14  André Pönitz  <poenitz@gmx.net>
4738
4739         * BufferView_pimpl.C:
4740         * text2.C: adjust after removing unused BufferView * argument
4741
4742 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
4743
4744         * text2.C (init): fix a crash fired on resize
4745
4746 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
4747
4748         * buffer.[Ch]: added new closing signal
4749         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
4750         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
4751         BufferView::Pimpl via the closing the signal
4752
4753 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
4754
4755         * buffer.[Ch]: take out all bv-related from buffer
4756         * BufferView.C:
4757         * BufferView_pimpl.[Ch]: connect to new signals
4758         * CutAndPaste.C: removed useless asserts
4759         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
4760         * lyxvc.[Ch]:
4761         * vc-backend.[Ch]:
4762         * lyxfunc.C: moved view-related funciontality from vc here
4763         * paragraph.C: removed outdated comments
4764         * text.C: ws
4765
4766 2003-07-10  André Pönitz  <poenitz@gmx.net>
4767
4768         * BufferView_pimpl.C:
4769         * tabular.h:
4770         * tabular_funcs.C:
4771         * text.C:
4772         * text2.C: remove InsetText::InnerCache, clean up consequences
4773
4774 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4775
4776         * ispell.C: fix two typos in error messages
4777
4778 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
4779
4780         * Extend Note inset to other forms of annotation like Comment
4781         and Greyedout. Right button click gives dialog.
4782
4783         Files modified or added (+):
4784
4785         * insetnote.[Ch]
4786         * FormNote.[Ch]      +
4787         * ControlNote.[Ch]   +
4788         * form_note.fd       +
4789         * Makefile.am in frontends/xforms, frontends/xforms/forms,
4790         frontends/controllers
4791         * xforms/Dialogs.C
4792         * factory.C
4793
4794 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4795
4796         * aspell.C: add missing namespace lyx::support
4797
4798 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
4799
4800         * BufferView.[Ch] (newFile): Add
4801         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
4802         * LaTeX.[Ch] (message): added this signal and use it
4803         * buffer.[Ch] (busy, message): added these signals and use them
4804         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
4805         * converter.C:
4806         * exporter.C:
4807         * format.C:
4808         * importer.C: use buffer signals instead of direct bv calling
4809         * lyx_cb.[Ch] (ShowMessage): removed
4810         * lyx_main.C:
4811         * lyxfunc.C:
4812         * paragraph_funcs.C:
4813         * text2.C: use buffer signals
4814
4815 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4816
4817         * introduce namespace lyx::graphics
4818
4819 2003-07-02  André Pönitz  <poenitz@gmx.net>
4820
4821         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
4822
4823 2003-07-01  André Pönitz  <poenitz@gmx.net>
4824
4825         * text.C:
4826         * text2.C:
4827         * text3.C:
4828         * text_funcs.[Ch]:
4829         * textcursor.h:
4830         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
4831           text*.C to text_func.C
4832
4833 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4834
4835         * introduce namespace lyx::support
4836
4837 2003-06-30  André Pönitz  <poenitz@gmx.net>
4838
4839         * Chktex.C:
4840         * funcrequest.C:
4841         * lyxtext.h:
4842         * text.C: re-enable --with-included-string
4843
4844 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4845
4846         * textcursor.C: add <config.h>
4847
4848         * text.C (getWord): remove const from word_location arg
4849
4850         * lyxvc.C (getLogFile): fix const type order
4851
4852         * lyxtext.h: remove const from word_location arg, add arg name
4853
4854         * lyxlayout.h: currect type on labeltype.
4855
4856         * importer.C: correct \file
4857
4858         * converter.C (intToFormat): use std:: on ret val, ws changes
4859
4860         * bufferlist.h: correct \file
4861
4862         * buffer.C (makeLinuxDocFile): fix const type order
4863         (makeDocBookFile): ditto
4864         (fillWithBibKeys): use std:: on stdlib args.
4865
4866         * CutAndPaste.C: fix authors.
4867         (availableSelections): use std:: on return vector
4868
4869 2003-06-27  André Pönitz  <poenitz@gmx.net>
4870
4871         * BufferView_pimpl.C:
4872         * bufferview_funcs.C:
4873         * lyxcursor.C:
4874         * lyxcursor.h:
4875         * lyxfunc.C:
4876         * lyxtext.h:
4877         * rowpainter.C:
4878         * text.C:
4879         * text2.C:
4880         * text3.C: remove LyXCursor::row_ member
4881
4882         * lyxtext.h:
4883         * text.C: rename fullRebreak() to partialRebreak() and implement
4884           a fullRebreak() that really bereks fully
4885
4886         * textcursor.h: new struct for cursor-related data
4887
4888 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
4889
4890         * lyx_main.C (LyX): get full path of document loaded on the
4891         command line
4892
4893 2003-06-26  André Pönitz  <poenitz@gmx.net>
4894
4895         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
4896           remove unused/broken operator>,<,>=.
4897
4898         *       text.C: remove only use of broken operator<= in an Assert().
4899
4900 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4901
4902         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
4903         moved errorlist_.clear to showErrorList
4904
4905 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
4906
4907         * converter.C (scanLog, runLaTeX):
4908         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
4909         move the bv->showErrorList call to the callers
4910         * lyxfunc.C: i.e. here...
4911         * text2.C: and here
4912         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
4913         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
4914         namespace, the second to...
4915         * buffer_funcs (BufferFormat, parseErrors): added
4916         * errorlist.C (ErrorList(TeXErrors const &)): removed
4917
4918 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4919
4920         * ToolbarBackend.C (getIcon): complain when icon cannot be found
4921
4922 2003-06-24  "Garst R. Reese" <reese@isn.net>
4923
4924         * debug.C: fix typo
4925
4926 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4927
4928         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
4929
4930         * version.C.in: change docversion to 1.4
4931
4932 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
4933
4934         * buffer.C: fix a bug just introduced
4935
4936 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
4937
4938         * buffer.[Ch]: added the parseError signal and use it, removed
4939         sgmlError
4940         * BufferView.[Ch] (addError): moved to ...
4941         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
4942         to the Buffer::parseError signal to catch (guess what) parse errors
4943         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
4944
4945 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
4946
4947         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
4948         ability to create a buffer and to return an existing one from
4949         the list. Moved these functions to...
4950         * buffer_funcs.[Ch]: added
4951         * BufferView.[Ch] (loadLyXFile): added
4952         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
4953         job removed from bufferlist::loadLyXFile.
4954         * buffer.C (setReadOnly): make it work without view
4955         (i.e added an if (users))
4956
4957 2003-06-19  Angus Leeming  <leeming@lyx.org>
4958
4959         * lfuns.h:
4960         * LyXAction.C (init):
4961         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
4962         with LFUN_DIALOG_SHOW <name> <data>.
4963
4964 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4965
4966         * CutAndPaste.C (availableSelections): small compilation fix for
4967         ancient (gcc 2.9x) compilers
4968
4969 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
4970
4971         * text3.C (cursorNext): add tmp var
4972
4973         * text2.C (updateCounters): for function calling out of for clause
4974         (replaceSelectionWithString): ditto
4975         (insertStringAsParagraphs): ditto
4976         (getColumnNearX): add tmp var
4977         (setCursorFromCoordinates): add tmp var
4978         (cursorDownParagraph): add tmp var
4979         (deleteEmptyParagraphMechanism): add tmp var
4980
4981         * text.C (insertChar): add tmp var
4982
4983         * rowpainter.C (paintDepthBar): add tmp var
4984
4985         * CutAndPaste.C (availableSelections): potentially check all
4986         paragraphs in a cut to fill the shown strings.
4987
4988 2003-06-18  André Pönitz  <poenitz@gmx.net>
4989
4990         * kbmap.[Ch]: use vector<> instead of list<>
4991
4992 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4993
4994         * text3.C (dispatch): handle arg to LFUN_PASTE, call
4995         pasteSelection with index
4996
4997         * text2.C (pasteSelection): modify, call pasteSelection with index
4998
4999         * paragraph.C (asString): reimplement version with no interval to
5000         call the one with interval.
5001
5002         * lyxtext.h: add index arg to pasteSelection
5003
5004         * MenuBackend.C (MenuItem): handle PasteRecent
5005         (Menu::read::Menutags): add md_pasterecent
5006         (read): handle it
5007         (expandPasteRecent): new function
5008         (expand): use it
5009
5010         * MenuBackend.h: add PasteRecent to MenuItem::Kind
5011
5012         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
5013         the limited stack
5014         (availableSelections): new function
5015
5016 2003-06-17  Angus Leeming  <leeming@lyx.org>
5017
5018         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
5019
5020 2003-06-17  Angus Leeming  <leeming@lyx.org>
5021
5022         * lfuns.h:
5023         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
5024
5025         * lyxfunc.C (dispatch): invoke it.
5026
5027 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5028
5029         * iterators.C (operator++, ParPosition): reintroduce some
5030         const_cast for the benefit of older compilers.
5031
5032 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5033
5034         * text3.C (dispatch): do not modify clipboard when doing
5035         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
5036         LFUN_DELETE_SKIP on a selection selection
5037
5038 2003-06-16  André Pönitz  <poenitz@gmx.net>
5039
5040         * BufferView.C:
5041         * buffer.C:
5042         * buffer.h:
5043         * paragraph.C:
5044         * tabular.[Ch]: IU of clone() and getLabelList();
5045
5046 2003-06-13  André Pönitz  <poenitz@gmx.net>
5047
5048         * tabular.h: compactification
5049
5050 2003-06-12  André Pönitz  <poenitz@gmx.net>
5051
5052         * tabular.C:
5053         * tabular.h:
5054         * tabular_funcs.h: some renaming plus whitespace
5055
5056 2003-06-12  André Pönitz  <poenitz@gmx.net>
5057
5058         * BufferView.C:
5059         * BufferView_pimpl.C:
5060         * CutAndPaste.C:
5061         * buffer.C:
5062         * iterators.[Ch]:
5063         * lyxfunc.C:
5064         * text.C:
5065         * toc.C: Return a Paragraph & for ParIterator::operator*()
5066
5067 2003-06-11  John Levon  <levon@movementarian.org>
5068
5069         * lyx_main.C:
5070         * ToolbarBackend.h:
5071         * ToolbarBackend.C: add "Toolbars" section and
5072         put the flags there
5073
5074 2003-06-10  Angus Leeming  <leeming@lyx.org>
5075
5076         * lfuns.h:
5077         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
5078
5079         * lyxfunc.C (dispatch): invoke it.
5080
5081 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5082
5083         * main.C: protect <ios> with HAVE_IOS
5084         (main): protect sync_with_stdio with HAVE_IOS
5085
5086 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
5087
5088         * text2.C (cutSelection): adjust
5089         (pasteSelection): adjust
5090
5091         * messages.C: handle get of empty string
5092
5093         * main.C (main): use sync_with_stdio(false)
5094
5095         * lyxfunc.C (dispatch): adjust
5096
5097         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
5098         (WriteAs): remove unneeded BufferView arg.
5099
5100         * bufferparams.h: use correct types on papersize, papersize2 and
5101         paperpackage.
5102
5103         * bufferparams.C (readToken): adjust for type
5104         (writeLaTeX): add missing cases to switch.
5105
5106         * bufferlist.C (quitWriteBuffer): adjust
5107         (close): adjust
5108
5109         * buffer.C (asciiParagraph): remove some commented code.
5110
5111         * CutAndPaste.C: remove current_view extern variable.
5112         (cutSelection): add BufferParams arg.
5113         (eraseSelection): add BufferParams arg.
5114         (pasteSelection): add Buffer const & arg
5115
5116 2003-06-07  John Levon  <levon@movementarian.org>
5117
5118         * buffer.C:
5119         * paragraph_funcs.C:
5120         * paragraph_pimpl.C:
5121         * text.C:
5122         * text2.C:
5123         * paragraph.h:
5124         * paragraph.C: allow InsetERT to freely space lines,
5125         and some consolidation of code
5126
5127 2003-06-06  José Matos  <jamatos@fep.up.pt>
5128
5129         * buffer.C (makeDocBookFile): fix bug #821
5130
5131 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
5132
5133         * BufferView_pimpl.C (dispatch): use Dialogs::visible
5134
5135 2003-06-04  Angus Leeming  <leeming@lyx.org>
5136
5137         * buffer.C: bump format to 224.
5138
5139 2003-06-05  André Pönitz  <poenitz@gmx.net>
5140
5141         * text2.C (redoParagraphs): remove two const_cast<>
5142
5143 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5144
5145         * ParagraphList.h: remove last remnants of NO_STD_LIST
5146
5147 2003-06-03  Angus Leeming  <leeming@lyx.org>
5148
5149         * factory.C (createInset): small change to the way InsetExternal's params
5150         are set.
5151
5152 2003-06-04  André Pönitz  <poenitz@gmx.net>
5153
5154         * buffer.h: use Undo directly instead of shared_ptr<Undo>
5155
5156         * paragraph_pimpl.h:
5157         * paragraph.[Ch]: some Inset -> UpdatableInset changes
5158
5159         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
5160
5161         * undo_funcs.C: make some simple cases of undo work again
5162
5163 2003-06-03  John Levon  <levon@movementarian.org>
5164
5165         * ispell.C: HPUX doesn't have sys/select.h
5166         (from Albert Chin)
5167
5168 2003-06-03  John Levon  <levon@movementarian.org>
5169
5170         * CutAndPaste.C: update tabular and include inset
5171         buffer references
5172
5173         * buffer.h:
5174         * paragraph.h:
5175         * paragraph.C: remove owningBuffer(), don't pass Buffer
5176         to clone()
5177
5178         * factory.C: insetGraphicsParams changed
5179
5180 2003-06-02  John Levon  <levon@movementarian.org>
5181
5182         * LyXAction.C:
5183         * factory.C:
5184         * lfuns.h:
5185         * lyxfunc.C:
5186         * text3.C: remove insetparent
5187
5188 2003-06-02  John Levon  <levon@movementarian.org>
5189
5190         * buffer.h:
5191         * buffer.C: fix inset_iterator.end(), move out of line
5192         (bug 1149)
5193
5194 2003-06-01  John Levon  <levon@movementarian.org>
5195
5196         * text3.C: use a proper cut/paste when doing inset
5197         insert (from Jürgen Spitzmüller)
5198
5199 2003-06-01  John Levon  <levon@movementarian.org>
5200
5201         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
5202
5203 2003-05-30  André Pönitz  <poenitz@gmx.net>
5204
5205         * rowpainter.C: unify second drawing phase
5206
5207 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
5208
5209         * trans_mgr.C: remove one case of current_view
5210
5211         * text2.C (cursorBottom): delete NO_STD_LIST stuff
5212
5213         * paragraph_funcs.h: remove paragraph.h include
5214
5215         * paragraph.h: delete NO_STD_LIST stuff
5216
5217         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
5218
5219         * buffer.h: remove paragraph.h include
5220
5221         * ParagraphList.C: delete file
5222
5223         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
5224
5225         * toc.C (getTocList): adjust
5226
5227         * paragraph_pimpl.C (validate): adjust
5228
5229         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
5230
5231         * paragraph.C (Paragraph): adjust
5232         (getPositionOfInset): use const_iterator, adjust
5233         (bibitem): use const_iterator, adjust
5234         (setInsetOwner): adjust
5235
5236         * iterators.C (operator++): adjust
5237
5238         * InsetList.[Ch]: Replace selfmade iterator with standard
5239         vector::iterator also introduce const_iterator. Remove getPos,
5240         getInset and setInset from InsetTable. Adjust accordingly.
5241
5242         * BufferView.C (lockInset): adjust
5243         (ChangeInsets): adjust
5244
5245         * tabular.[Ch]: delete commented same_id functions
5246
5247 2003-05-28  John Levon  <levon@movementarian.org>
5248
5249         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
5250
5251 2003-05-28  André Pönitz  <poenitz@gmx.net>
5252
5253         * metricsinfo.[Ch]: remove 'fullredraw' member
5254
5255 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5256
5257         * lyxtextclass.C (operator): remove caching.
5258
5259 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5260
5261         * text3.C: adjust
5262
5263         * text2.C (cursorBottom): adjust
5264         (setCounter): use ParagraphList::find, adjust
5265
5266         * text.C (workWidth): use ParagraphList::find, adjust
5267
5268         * lyxcursor.C (LyXCursor): adjust
5269
5270         * buffer.C (inset_iterator): adjust
5271
5272         * ParagraphList.h: make iterator(value_type) private, make
5273         ParagraphList a friend of iterator.
5274
5275         * ParagraphList.C (find): new function
5276
5277         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5278
5279 2003-05-27  André Pönitz  <poenitz@gmx.net>
5280
5281         * dimension.[Ch]: a -> asc, d -> des, w -> wid
5282
5283 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5284
5285         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
5286
5287 2003-05-26  John Levon  <levon@movementarian.org>
5288
5289         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
5290
5291 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5292
5293         * remove same_id from function signatures, adjust.
5294
5295 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5296
5297         * undo_funcs.C (createUndo): use the id functions directly, adjust.
5298
5299         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
5300
5301         * paragraph.C (Paragraph): get rid of same_ids parameter
5302
5303         * ParagraphList.C (insert): adjust
5304         (push_back): adjust
5305
5306 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5307
5308         * paragraph_funcs.C (breakParagraph): adjust
5309         (breakParagraphConservative): adjust
5310
5311         * buffer.C (readParagraph): adjust
5312
5313         * ParagraphList.C (insert): take a reference instead of a pointer
5314         (insert): adjust
5315
5316         * paragraph.[Ch] (id): new function
5317
5318         * bufferlist.C (newFile): adjust
5319
5320         * ParagraphList.C (ParagraphList): adjust
5321         (assign): adjust
5322         (push_back): take a reference instead of a pointer.
5323
5324         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
5325
5326         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
5327         instead.
5328
5329         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
5330         set else use old code.
5331
5332         * ParagraphList.C: remove all NO_NEXT code and only compile this
5333         code of NO_STD_LIST is set.
5334
5335 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5336
5337         * BufferView_pimpl.C:
5338         * TextCache.C:
5339         * TextCache.h:
5340         * bufferlist.C:
5341         * errorlist.h:
5342         * format.C:
5343         * format.h:
5344         * graph.C:
5345         * lyxfunc.C:
5346         * lyxrc.C:
5347         * graphics/GraphicsConverter.C:
5348         * graphics/PreviewLoader.C: header adjustment
5349
5350 2003-05-23  Angus Leeming  <leeming@lyx.org>
5351
5352         * LaTeXFeatures.[Ch] (useBabel): new method.
5353         * bufferparams.C (writeLaTeX): use it.
5354
5355 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5356
5357         * ParagraphList.h (set): remove unused function.
5358
5359 2003-05-23  André Pönitz  <poenitz@gmx.net>
5360
5361         * BufferView.C:
5362         * BufferView_pimpl.C:
5363         * buffer.C:
5364         * buffer.h:
5365         * lyxfunc.C:
5366         * undo_funcs.C: setUndo reworked
5367
5368         * iterators.[Ch]: add access to topmost ParagraphList
5369
5370         * lyxtext.[Ch] (workWidth): add a const
5371
5372 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
5373
5374         * texrow.[Ch] (increasePos): remove function
5375         * exporter.C (export): removed unused var and outdated comment
5376
5377 2003-05-23  Angus Leeming  <leeming@lyx.org>
5378
5379         * latexrunparams.h: rename fragile as moving_arg.
5380         * paragraph.C (simpleTeXOnePar): ditto.
5381         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
5382
5383 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5384
5385         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
5386         (createUndo): ditto
5387         (textUndoOrRedo): comment out a currently unused var.
5388
5389         * paragraph.h (NO_NEXT): enable NO_NEXT
5390
5391         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
5392
5393         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
5394
5395         * exporter.C (Export): adjust for removeAutoInsets removal.
5396
5397         * buffer.C (runChktex): adjust for removeAutoInsets removal.
5398
5399         * LyXAction.C (init): remove LFUN_REMOVEERRORS
5400
5401         * BufferView.[Ch] (removeAutoInsets): delete function
5402
5403 2003-05-22  Angus Leeming  <leeming@lyx.org>
5404
5405         * latexrunparams.h: add a free_spacing variable.
5406
5407         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
5408         to pass moving_arg, as the data is stored in runparams.fragile.
5409
5410         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
5411         to Inset::latexOptional or to simpleTeXOnePar.
5412
5413         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
5414         free_spacing arg to Inset::latexOptional.
5415
5416         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5417         free_spacing arg.
5418
5419 2003-05-22  Angus Leeming  <leeming@lyx.org>
5420
5421         * latexrunparams.h: add fragile and use_babel variables.
5422
5423         * bufferparams.[Ch] (writeLaTeX): return use_babel.
5424         * buffer.C (makeLaTeXFile): store this returned value in
5425         runparams.use_babel, thus passing it to the inset::latex methods.
5426
5427         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
5428         simpleTeXSpecialChars as it is now stored in runparams.fragile.
5429
5430         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
5431         longer has a fragile arg, as it is stored in runparams.fragile.
5432
5433         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
5434         moving_arg parameter as the data is stored in runparams.fragile.
5435
5436         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
5437         a fragile parameter as the data is stored in runparams.fragile.
5438
5439 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5440
5441         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
5442
5443 2003-05-22  Angus Leeming  <leeming@lyx.org>
5444
5445         * latexrunparams.h: add a 'bool nice' which defaults to false.
5446
5447         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
5448         now encapsulated within runparams.
5449
5450         * bufferlist.C (updateIncludedTeXfiles):
5451         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
5452
5453 2003-05-22  Angus Leeming  <leeming@lyx.org>
5454
5455         * latexrunparams.h: new file containing struct LatexRunParams.
5456         * Makefile.am: add new file.
5457
5458         * LaTeX.[Ch] (c-tor, run):
5459         * buffer.[Ch] (makeLaTeXFile):
5460         * bufferlist.[Ch] (updateIncludedTeXfiles):
5461         * converter.C (convert, scanLog):
5462         * converter.[Ch] (runLaTeX):
5463         * exporter.C (Export):
5464         * paragraph.[Ch] (simpleTeXOnePar):
5465         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
5466         * paragraph_funcs.[Ch] (latexParagraphs):
5467         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
5468         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
5469         pass around a LatexRunParams parameter.
5470
5471 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5472
5473         * paragraph.[Ch]: remove unused constructor
5474
5475         * ParagraphList.C (erase): new function, taking two iterators
5476
5477 2003-05-22  André Pönitz  <poenitz@gmx.net>
5478
5479         * undo_funcs.C: remove duplicated code
5480
5481         * iterator.[Ch]: operator=
5482
5483 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5484
5485         * tabular.C (SetMultiColumn): ws changes
5486
5487         * rowpainter.C (paintFirst): get rid of a ->previous
5488
5489         * lyx_cb.C (getPossibleLabel): parlist simplification
5490
5491         * BufferView.C (ChangeInsets): simplify slightly.
5492
5493 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
5494
5495         * LyXAction.C: new lfun space-insert, kill protected-space-insert
5496         * lfuns.h: new LFUN_SPACE
5497         * lyxfunc.C: protected space has a new lfun
5498         * paragraph_funcs.C: read new space insets
5499         * text3.C:
5500         * factory.C: handle new space insets
5501
5502 2003-05-22  André Pönitz  <poenitz@gmx.net>
5503
5504         * BufferView.C:
5505         * BufferView_pimpl.C:
5506         * buffer.[Ch]:
5507         * lyxfunc.C:
5508         * undo_funcs.C: return a ParIterator from getParFromID.
5509
5510         * iterators.[Ch]: add two const's
5511
5512 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5513
5514         * toc.C (getTocList): adjust
5515
5516         * iterators.[Ch]: rework for parlist
5517
5518         * buffer.C (par_iterator_begin): adjust
5519         (par_iterator_end): adjust
5520
5521         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
5522
5523         * BufferView.C (removeAutoInsets): adjust
5524         (ChangeInsets): adjust
5525
5526 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
5527
5528         * text.C (top_y): fix bug 1110
5529
5530 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
5531
5532         * errorlist.[Ch]: added
5533         * buffer.C:
5534         * BufferView.[Ch]:
5535         * BufferView_pimpl.C:
5536         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
5537         instead
5538
5539 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5540
5541         * Makefile.am: ensure that lyx is relinked upon changes to the
5542         various "convenience" libs.
5543
5544 2003-05-20  Angus Leeming  <leeming@lyx.org>
5545
5546         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
5547         files are compiled in alphabetical order again.
5548
5549         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
5550
5551 2003-05-19  Angus Leeming  <leeming@lyx.org>
5552
5553         * gettext.[Ch]: remove "char const * _(char const *)".
5554
5555 2003-05-19  André Pönitz  <poenitz@gmx.net>
5556
5557         * dimension.[Ch]: promote from mathed/dimension.[Ch]
5558
5559         * Makefile.am:
5560         * BufferView.C:
5561         * DepTable.h:
5562         * LaTeXFeatures.C:
5563         * buffer.C:
5564         * lyxfont.C:
5565         * lyxlex.h:
5566         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
5567
5568 2003-05-19  André Pönitz  <poenitz@gmx.net>
5569
5570         * buffer.C:
5571         * lyxlayout.[Ch]:
5572         * lyxtextclass.[Ch]:
5573         * paragraph.C:
5574         * paragraph_funcs.[Ch]:
5575         * text2.C:
5576         * text3.C: more insetenv work
5577
5578 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
5579
5580         * ParagraphParameters.C (params2string): small bug fixed
5581
5582 2003-05-16  André Pönitz  <poenitz@gmx.net>
5583
5584         * debug.C:
5585         * bufferview_funcs.C: patch from Kornel Benko to prevent
5586           crash when _(...) is called twice in a statement
5587
5588 2003-05-16  André Pönitz  <poenitz@gmx.net>
5589
5590         * BufferView.C:
5591         * lyxfunc.C:
5592         * text.C:
5593         * text2.C:
5594         * text3.C:
5595         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
5596
5597 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
5598
5599         * lyx_main.C (init): remove spurious static_cast
5600
5601 2003-05-14  André Pönitz  <poenitz@gmx.net>
5602
5603         * BufferView.C: fix format string
5604
5605 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
5606
5607         * BufferView.[Ch] (insertErrors): removed
5608         * BufferView.[Ch] (showErrorList): added
5609         * buffer.C (runChkTeX):
5610         * converter.C (scanLog): call showErrorList instead of inserterrors
5611
5612 2003-05-13  André Pönitz  <poenitz@gmx.net>
5613
5614         * BufferView_pimpl.C:
5615         * buffer.C:
5616         * bufferview_func.C:
5617         * MenuBackend.C:
5618         * lyxfunc.C:
5619         * lyxrc.C:
5620         * tex-accent.C:
5621         * text3.C:
5622         * toc.C:
5623         * tabular_funcs.h: tostr() from its own header
5624
5625         * ParagraphParameters.C:
5626         * ToolbarBackend.C:
5627         * bufferparams.C:
5628         * format.C:
5629         * lyxlex_pimpl.C:
5630         * text3.C: STRCONV()
5631
5632 2003-05-12  André Pönitz  <poenitz@gmx.net>
5633
5634         * BufferView.C:
5635         * BufferView_pimpl.C:
5636         * CutAndPaste.C:
5637         * LaTeX.C:
5638         * LaTeXFeatures.C:
5639         * ParagraphParameters.C:
5640         * buffer.C:
5641         * bufferlist.C:
5642         * bufferparams.C:
5643         * bufferview_funcs.C:
5644         * converter.C:
5645         * counters.C:
5646         * debug.C:
5647         * exporter.C:
5648         * format.C:
5649         * importer.C:
5650         * lyx_cb.C:
5651         * lyx_main.C:
5652         * lyxfont.C:
5653         * lyxfunc.C:
5654         * lyxvc.C:
5655         * paragraph.C:
5656         * paragraph_funcs.C:
5657         * tabular.C:
5658         * tabular_funcs.C:
5659         * text2.C:
5660         * text3.C:  boost::format -> bformat  all over the place
5661
5662
5663 2003-05-09  André Pönitz  <poenitz@gmx.net>
5664
5665         * LColor.[Ch]: Pimpl the #include <map> away
5666
5667 2003-05-09  John Levon  <levon@movementarian.org>
5668
5669         * bufferlist.C: never remove emergency saves
5670
5671 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5672
5673         * Makefile.am: better lib building
5674
5675 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
5676
5677         * texrow.[Ch]: remove dependency on Paragraph and just store a id
5678         instead.
5679         * paragraph_pimpl.C (simpleTeXBlanks): adjust
5680         (simpleTeXSpecialChars): adjust
5681         (simpleTeXSpecialChars): adjust
5682         * paragraph.C (simpleTeXOnePar): adjust
5683         * buffer.C (makeLaTeXFile): adjust
5684
5685         * Makefile.am (BOOST_LIBS): allow boost as system lib.
5686
5687         * text2.C (changeDepth): parlist cleanup
5688         (getColumnNearX): ditto
5689
5690         * rowpainter.C (getLabelFont): parlist cleanup
5691
5692         * bufferlist.C (newFile): parlist cleanup
5693
5694         * CutAndPaste.C (eraseSelection): parlist cleanup
5695
5696         * BufferView_pimpl.C (trackChanges): parlist cleanup
5697         (dispatch): ditto
5698
5699         * BufferView.C (lockInset): parlist cleanup.
5700         (ChangeInsets): ditto
5701
5702 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5703
5704         * CutAndPaste.h: Update file header.
5705
5706         * CutAndPaste.C: Update file header.
5707         Store the parts cut out of the Document in a limited_stack.
5708         (copySelection): adjust
5709         (pasteSelection): new function, takes the index in the limited stack.
5710         (nrOfParagraphs): adjust
5711         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
5712         simplify error inset insertion.
5713         (checkPastePossible): adjust
5714
5715 2003-05-06  John Levon  <levon@movementarian.org>
5716
5717         * text2.C: don't cast wrap inset to float
5718
5719 2003-05-05  André Pönitz  <poenitz@gmx.net>
5720
5721         * iterator.C:
5722         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
5723
5724         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
5725           few naked Paragraph *.
5726
5727 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
5728
5729         * bufferparams.C: Output warning if a document with missing
5730         TeX document class is loaded
5731         * exporter.C: Disable TeX exports if the document class is missing
5732         * lyxtextclass.C:
5733         * lyxtextclass.h:
5734         * lyxtextclasslist.C: Handle new textclass.lst format; new method
5735         isTeXClassAvailable()
5736
5737 2003-05-03  John Levon  <levon@movementarian.org>
5738
5739         * BufferView.h:
5740         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
5741         explicit cursor show/hide
5742
5743         * BufferView_pimpl.h:
5744         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
5745         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
5746
5747         * lyxfunc.C: hide cursor before dispatching.
5748
5749         * lyx_cb.C:
5750         * lyxfind.C:
5751         * text.C:
5752         * text3.C: remove explicit cursor hides
5753
5754 2003-05-02  André Pönitz  <poenitz@gmx.net>
5755
5756         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
5757
5758         * undo_funcs.C:
5759         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
5760           linked lists
5761
5762         * text2.C: tiny whitespace
5763
5764 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5765
5766         * undo_funcs.C: almost only ws changes.
5767
5768         * ParagraphList.C (splice): just return if pl is empty.
5769
5770 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5771
5772         * ParagraphList.C (splice): new function.
5773
5774         * CutAndPaste.C (pasteSelection): use it
5775
5776 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5777
5778         * CutAndPaste.C (pasteSelection): remove the last next and
5779         previous from this file.
5780
5781 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5782
5783         * CutAndPaste.C (pasteSelection): more clean up, user proper
5784         ParagraphList functions for pasteing.
5785
5786         * ParagraphList.C (insert): new function, three arg insert
5787
5788 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5789
5790         * ParagraphList.C (insert): new function, three arg insert
5791
5792         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
5793         not on paragraphs.
5794
5795 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5796
5797         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
5798
5799 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5800
5801         * CutAndPaste.C (pasteSelection): remove some unneeded code.
5802
5803 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5804
5805         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
5806         (copySelection): clean up a bit.
5807         (pasteSelection): use make_pair
5808
5809         * ParagraphList.C (ParagraphList): implement copy constructor
5810         (operator=): implement, base on copy constructor.
5811         (assign): new func
5812
5813         * paragraph.C (erase): return a bool
5814
5815         * paragraph_pimpl.C (erasePos): remove function, move contents...
5816         (erase): ... here. Return a bool.
5817         (erase): call erase instead of erasePos.
5818
5819 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
5820
5821         * ParagraphList.h: define PitPosPair
5822         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
5823         ParagraphList, fix a bug on pasting multiple pars
5824         * text2.C: change interface to C&P
5825
5826 2003-04-30  André Pönitz  <poenitz@gmx.net>
5827
5828         * undo_func.C: revert part of yesterday's patch 2
5829
5830 2003-04-30  John Levon  <levon@movementarian.org>
5831
5832         * LColor.C: s/tabular/table/
5833
5834 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
5835
5836         * text3.C (dispatch): do not convert iterator -> pointer
5837         * undo_funcs.C (setCursorParUndo): ditto
5838         * text_funcs.C (transposeChars): ditto
5839
5840         * text2.C (setLayout): ws changes only
5841
5842         * text.C (breakParagraph): do not convert iterator -> pointer
5843         (insertChar): ditto
5844         (acceptChange): ditto
5845         (rejectChange): ditto
5846         (changeCase): ditto
5847         (Delete): ditto
5848         (backspace): ditto
5849
5850         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
5851         pointer
5852
5853 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5854
5855         * text3.C (gotoInset): YABG (yet another bad getChar)
5856
5857 2003-04-29  André Pönitz  <poenitz@gmx.net>
5858
5859         * paragraph.h: make operator= private unimplemented as long as
5860           it is unusable
5861
5862         * ParagraphList.C: whitespace
5863
5864         * paragraph.[Ch]:
5865         * paragraph_pimpl.[Ch]:
5866         * paragraph_funcs.C:
5867         * CutAndPaste.C:
5868         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
5869
5870         * text2.C:
5871           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
5872
5873 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
5874
5875         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
5876         * paragraph.[Ch] (erase):
5877         * paragraph_pimpl.[Ch] (erase): change return type and value
5878         * text2.C (cutSelection): some rework
5879
5880 2003-04-28  John Levon  <levon@movementarian.org>
5881
5882         * bufferlist.C: changes for unsaved changes dialog
5883
5884 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5885
5886         * bufferlist.C (newFile): set language (messages_) for new
5887         documents also.
5888
5889         * buffer.C (readFile): ws changes only.
5890
5891 2003-04-28  André Pönitz  <poenitz@gmx.net>
5892
5893         * undo_funcs.C:
5894         * lyxfunc.C:
5895         * buffer.[Ch]:
5896         * BufferView_pimpl.C:
5897         * BufferView.C: getParFromID related ParagraphList::iterator changes
5898
5899 2003-04-28  André Pönitz  <poenitz@gmx.net>
5900
5901         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
5902           Changes
5903
5904 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5905
5906         * messages.C: remove one more localedir class variable.
5907
5908 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5909
5910         * messages.C (getLocaleDir): singleton generation function
5911         (Pimpl): use it.
5912         (Messages): add a default constructor.
5913
5914         * main.C (main): do not setup localedir here, do not call
5915         gettext_init.
5916
5917         * gettext.C (_): use it.
5918         (gettext_init): delete funciton
5919
5920 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5921
5922         * gettext.C (getLyXMessages): new singleton generating function.
5923
5924         * buffer.C (updateDocLang): adjust
5925
5926         * Makefile.am (messages.o): add target
5927         (main.o): remove target
5928
5929 2003-04-27  John Levon  <levon@movementarian.org>
5930
5931         * bufferlist.C:
5932         * lyx_cb.C:
5933         * lyxfunc.C:
5934         * lyxvc.C: specify cancel button in Alert::prompt
5935
5936 2003-04-26  John Levon  <levon@movementarian.org>
5937
5938         * text3.C:
5939         * lyxfunc.C:
5940         * lfuns.h:
5941         * LyXAction.C: add LFUN_INSET_SETTINGS
5942
5943         * lyxfunc.C: don't enable tabular-feature when there's
5944         just any locking inset
5945
5946 2003-04-26  John Levon  <levon@movementarian.org>
5947
5948         * bufferlist.C: re-add Cancel to buffer close question
5949
5950         * lyxfunc.C: fix import UI a bit
5951
5952 2003-04-25  John Levon  <levon@movementarian.org>
5953
5954         * gettext.C: remove the broken asserts for now
5955
5956 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5957
5958         * messages.C: make case where setlocale cannot comply work better.
5959
5960         * buffer.C (updateDocLang): new function
5961         (changeLanguage): use it
5962         (readFile): use it
5963
5964         * text2.C (setCounter): use B_ a bit.
5965
5966         * lyxlayout.C (Read): be sure to trim the label strings.
5967
5968         * messages.C (Messages): fix typo in comment
5969
5970         * buffer.C (readFile): set message_ after file is loaded.
5971         (makeDocBookFile): remove double return
5972         (changeLanguage): reset message_ upon language change.
5973         (B_): new func, use this to get translated buffer strings.
5974
5975         * main.C: add myself and Jean Marc as authors.
5976
5977 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5978
5979         * messages.[hC]: pimplify Messages, and three different pimpls to be
5980         used in different circumstances.
5981
5982         * gettext.[Ch]: change for use with new message code.
5983
5984 2003-04-24 André Pönitz <poenitz@gmx.net>
5985
5986         * factory.C: support for eqref
5987
5988 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
5989
5990         * messages.[Ch]: add missing char
5991
5992         * Makefile.am (lyx_SOURCES): add messages.[Ch]
5993
5994         * messages.[Ch]: New files
5995
5996 2003-04-18  John Levon  <levon@movementarian.org>
5997
5998         * BufferView.h:
5999         * BufferView.C:
6000         * BufferView_pimpl.C:
6001         * lfuns.h:
6002         * LyXAction.C:
6003         * lyxtext.h:
6004         * text2.C: remove layout-copy/paste (bug 778)
6005
6006 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
6007
6008         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
6009
6010 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
6011
6012         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
6013         if they succeed. Act accordingly.
6014
6015 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6016
6017         * text2.C (setCharFont): adjust
6018         (setCounter): adjust
6019         (insertStringAsLines): adjust
6020
6021         * text.C (leftMargin): adjust
6022         (setHeightOfRow): adjust
6023
6024         * rowpainter.C (paintFirst): adjust
6025         (paintLast): adjust
6026
6027         * paragraph_funcs.C (depthHook): ParagraphList::iterators
6028         (outerHook): ditto
6029         (isFirstInSequence): ditto
6030         (getEndLabel): ditto
6031         (outerFont): adjust
6032
6033         * paragraph.C (getParLanguage): comment out some hard stuff.
6034
6035         * buffer.C (insertStringAsLines): take a ParagraphList as arg
6036         (sgmlError): ditto
6037         (simpleDocBookOnePar): ditto
6038         (makeDocBookFile): use ParagraphList::iterator
6039
6040         * CutAndPaste.C (pasteSelection): adjust
6041
6042 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6043
6044         * text2.C (getFont): adjust
6045         (getLayoutFont): adjust
6046         (getLabelFont): adjust
6047
6048         * paragraph_funcs.C (TeXOnePar): adjust
6049
6050         * buffer.C (simpleLinuxDocOnePar): adjust
6051         (simpleDocBookOnePar): adjust
6052
6053         * CutAndPaste.C (pasteSelection): adjust
6054
6055         * BufferView.C (getEncoding): adjust
6056
6057         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
6058
6059 2003-04-16  John Levon  <levon@movementarian.org>
6060
6061         * lyxfind.C: use parlist stuff for search/changes
6062
6063 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
6064
6065         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
6066
6067         * text2.C (deleteEmptyParagraphMechanism): adjust
6068
6069         * text2.[Ch] (ownerParagraph): delete func (both of them
6070
6071 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6072
6073         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
6074
6075 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6076
6077         * ParagraphList.C: prepare for NO_NEXT
6078
6079 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6080
6081         * text2.C (getFont): adjust
6082         (getLayoutFont): adjust
6083         (getLabelFont): adjust
6084
6085         * paragraph.C (getFont): adjust
6086         (getLabelFont): adjust
6087         (getLayoutFont): adjust
6088
6089         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
6090
6091 2003-04-15  John Levon  <levon@movementarian.org>
6092
6093         From Angus Leeming
6094
6095         * lyx_main.C: handle Include in .ui files
6096
6097 2003-04-15  John Levon  <levon@movementarian.org>
6098
6099         * MenuBackend.C: make the doc files length shorter
6100
6101         * ToolbarBackend.h:
6102         * ToolbarBackend.C: handle toolbar placement flags,
6103         Minibuffer
6104
6105 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6106
6107         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
6108         adjust
6109
6110         * paragraph_funcs.C (TeXOnePar): adjust
6111
6112         * paragraph.C (getLabelFont): add outerfont arg, adjust
6113         (getLayoutFont): ditto
6114         (simpleTeXOnePar): adjust
6115
6116         * paragraph_pimpl.C (realizeFont): delete func
6117
6118 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
6119
6120         * text2.C (beforeFullRowInset): added a bad getchar check, removed
6121         row argument, constify cur argument.
6122
6123 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6124
6125         * text2.C (getFont): adjust
6126         (getLayoutFont): adjust
6127         (getLabelFont): adjust
6128
6129         * paragraph_funcs.C (TeXOnePar): adjust
6130         (outerFont): new func...
6131         (realizeFont): ...moved out from here, changed this to facilitate
6132         transition
6133
6134         * paragraph.C (getFont): take outerfont as arg, adjust
6135         (simpleTeXOnePar): add outerfont arg, adjust
6136
6137         * buffer.C (simpleLinuxDocOnePar): adjust
6138         (simpleDocBookOnePar): adjust
6139
6140         * CutAndPaste.C (pasteSelection): adjust
6141
6142         * BufferView.C (getEncoding): adjust
6143
6144 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6145
6146         * text2.C (setCharFont): adjust
6147         (setCounter): adjust
6148
6149         * text.C (leftMargin): adjust
6150         (setHeightOfRow): adjust
6151
6152         * rowpainter.C (paintFirst): adjust
6153         (paintLast): adjust
6154
6155         * paragraph_pimpl.C (realizeFont): adjust
6156
6157         * paragraph.C (isFirstInSequence): move from here...
6158         * paragraph_funcs.C (isFirstInSequence): ...to here
6159
6160         * paragraph.C (outerHook): move from here...
6161         * paragraph_funcs.C (outerHook): ...to here
6162
6163         * paragraph.C (depthHook): move from here...
6164         * paragraph_funcs.C (depthHook): ...to here
6165
6166         * paragraph.C (getEndLabel): move from here...
6167         * paragraph_funcs.C (getEndLabel): ...to here
6168
6169         * text2.C (realizeFont): move from here...
6170         * paragraph_funcs.C (realizeFont): ...to here
6171
6172 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6173
6174         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
6175
6176 2003-04-14  Angus Leeming  <leeming@lyx.org>
6177
6178         * LColor.[Ch]: scrap LColor mathcursor.
6179
6180 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6181
6182         * lyxlex.[Ch] (text): delete function
6183         * trans.C (Load): adjust
6184         * paragraph_funcs.C (readParToken): adjust
6185
6186 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6187
6188         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
6189         vector<char> instead of a char[].
6190
6191         * lyxlex_pimpl.C (getString): adjust
6192         (next): adjust
6193         (lex): use getString
6194         (eatLine): adjust
6195         (nextToken): adjust
6196
6197         * lyxlex.C (text): use pimpl_->getString()
6198         (getBool): ditto
6199         (findToken): ditto
6200
6201 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
6202
6203         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
6204         (makeFontEntriesLayoutSpecific): temp var for par.size()
6205         (setLayout): temp var for ownerParagraphs().end()
6206         (fullRebreak): temp var for rows().end()
6207         (selectionAsString): temp var for boost::next(startpit), realize
6208         that the while really is a regular for loop.
6209         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
6210         setCursor in one place.
6211         (setParagraph): temp vr for ownerParagraphs().end()
6212         (updateCounters): make the while loop a for loop
6213         (cutSelection): temp var for ownerParagraphs().end()
6214         (updateInset): make the do {} while() a regular for loop
6215         (getCursorX): use temp vars
6216         (setCurrentFont): use temp vars
6217         (getColumnNearX): use temp vars
6218
6219 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6220
6221         * text.C (transformChar): use temp var for getChar
6222         (computeBidiTables): use temp var for row->par()
6223         (fill): move temp vars for row->par() and pit->layout() earlier in
6224         the function.
6225         (labelFill): use temp var for row->par()
6226         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
6227         asc and desc, realize that pit never changes and that firstpit is
6228         just a duplicate and not needed. Exchange rit->par() with pit in a
6229         lot of places.
6230         (breakAgain): use a temp var for boost::next(rit)
6231         (breakAgainOneRow): ditto
6232         (breakParagraph): use a temp var for rows().begin()
6233         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
6234         (cursorRightOneWord): use temp var for cursor.par() and
6235         cursor.pos(), remove usage of tmpcursor.
6236         (cursorLeftOneWord): use temp var for cursor.par() and
6237         cursor.pos() only set cur at end of function.
6238
6239 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
6240
6241         * text.C, text2.C: exchange all usage of Paragraph::next with
6242         boost::next(ParagraphList::iterator)
6243
6244         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
6245
6246         * text2.C (cursorTop): simplify implementation
6247         (cursorBottom): ditto
6248         (setParagraph): use ParagraphList::iterator
6249         (setCurrentFont): adjust
6250         (getColumnNearX): adjust
6251         (cursorRight): adjust
6252         (cursorLeft): remove usage of Paragraph::previous
6253         (cursorUpParagraph): ditto
6254         (deleteEmptyParagraphMechanism): slight cleanup
6255
6256         * text.C (isBoundary): take a Paragraph const & instead of a
6257         pointer as arg.
6258         (addressBreakPoint): ditto
6259         (leftMargin): remove usage of Paragraph::previous.
6260         (setHeightOfRow): ditto
6261         (cursorLeftOneWord): ditto
6262         (selectNextWordToSpellcheck): ditto
6263         (Delete): ditto
6264         (backspace): ditto
6265         (breakParagraph): remove one usage of Paragraph::next
6266         (redoParagraph): ditto
6267         (acceptChange): ditto
6268         (insertChar): adjust
6269         (rowBreakPoint): adjust
6270
6271         * bufferview_funcs.C (toggleAndShow): adjust
6272
6273 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
6274
6275         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
6276         methods to access it.
6277         * lyxtext.h:
6278         * text.C: Added updateRowPositions to compute all row positions.
6279         Make top_y and getRowNearY() to use the cached y position
6280
6281 2003-04-11  John Levon  <levon@movementarian.org>
6282
6283         * text.C (rowBreakPoint): reintroduce the labelEnd
6284         checks, code copied from the row fill stuff. Deep voodoo.
6285
6286         * text.C (fill): add a comment and debugging for the
6287         next poor soul.
6288
6289 2003-04-11  John Levon  <levon@movementarian.org>
6290
6291         * text.C: make sure fullrow insets get wrapped to the next line,
6292         even when they're in a manual label
6293
6294 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6295
6296         * text2.C (insertParagraph): make it take ParagraphList::iterator
6297         as arg.
6298         (setLayout): make it return ParagraphList::iterator
6299         (redoParagraphs): ditto
6300         (setCounter): ditto
6301         (checkParagraph): ditto
6302
6303         * text.C (getRow): make getrow take ParagraphList::iterator as arg
6304
6305         * text2.C: adjust several funcs.
6306         (realizeFont): take a ParagraphList::iterator as arg.
6307         (getLayoutFont): ditto
6308         (getLabelFont): ditto
6309         (setCharFont): ditto
6310
6311         * text.C: adjust several funcs.
6312
6313 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6314
6315         * text.C (selectNextWordToSpellcheck): don't accidentally
6316         skip insets
6317
6318 2003-04-10  John Levon  <levon@movementarian.org>
6319
6320         * ToolbarBackend.C (getIcon): special handling for
6321         LFUN_MATH_DELIM
6322
6323 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
6324
6325         * text2.C (cursorRight): a getChar assert fixed
6326
6327 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6328
6329         * text2.C (getFont): change to take a ParagraphList::iterator
6330         instead of Paragraph*
6331         Adjust several functions.
6332
6333         * text.C (transformChar): change to take a ParagraphList::iterator
6334         instead of Paragraph*
6335         (singleWidth): ditto
6336         Adjust several functions.
6337
6338         * rowpainter.C: adjust several functions
6339         * rowpainter.h:store a ParagraphList::iterator and not a
6340         Paragraph&.
6341
6342
6343 2003-04-09  John Levon  <levon@movementarian.org>
6344
6345         * lyxfunc.C:
6346         * lfuns.h:
6347         * LyXAction.h:
6348         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
6349         and the "help" bits as well
6350
6351 2003-04-09  John Levon  <levon@movementarian.org>
6352
6353         * ToolbarBackend.h:
6354         * ToolbarBackend.C: allow multiple toolbars
6355
6356 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
6357
6358         * undo_funcs.C (setCursorParUndo): adjust
6359
6360         * text_funcs.C (transposeChars): adjust
6361
6362         * text3.C (gotoNextInset): adjust
6363         (dispatch): adjust
6364
6365         * text2.C (setLayout): adjust
6366         (changeDepth): adjust
6367         (setFont): adjust
6368         (redoParagraphs): adjust
6369         (selectionAsString): adjust
6370         (setParagraph): adjust
6371         (insertInset): adjust
6372         (cutSelection): adjust
6373         (copySelection): adjust
6374         (pasteSelection): adjust
6375         (insertStringAsLines): adjust
6376         (updateInset): adjust
6377         (setCursor): change to take a ParagraphList::iterator parameter
6378         (setCursorIntern): change to take a ParagraphList::iterator parameter
6379         (setCurrentFont): adjust
6380         (cursorLeft): adjust
6381         (cursorRight): adjust
6382         (deleteEmptyParagraphMechanism): adjust
6383
6384         * text.C (breakParagraph): adjust
6385         (insertChar): adjust
6386         (acceptChange): adjust
6387         (rejectChange): adjust
6388         (selectNextWordToSpellcheck): adjust
6389         (changeCase): adjust
6390         (Delete): adjust
6391         (backspace): adjust
6392
6393         * lyxfind.C (SearchForward): adjust
6394         (SearchBackward): adjust
6395         (nextChange): adjust
6396
6397         * lyxcursor.C (par): adjust
6398
6399         * lyxcursor.h: store a ParagraphList::iterator instead of a
6400         Paragraph*
6401
6402         * lyx_cb.C (getPossibleLabel): adjust
6403
6404         * bufferview_funcs.C (toggleAndShow): adjust
6405
6406         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6407         (dispatch): adjust
6408
6409         * BufferView.C (removeAutoInsets): adjust
6410         (lockedInsetStoreUndo): adjust
6411
6412 2003-04-09  John Levon  <levon@movementarian.org>
6413
6414         * ToolbarBackend.C: try icon without argument
6415         if with argument fails
6416
6417 2003-04-08  John Levon  <levon@movementarian.org>
6418
6419         * ToolbarBackend.h:
6420         * ToolbarBackend.C: add getIcon(), handle tooltip,
6421         and change from "Icon" to "Item".
6422
6423 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6424
6425         * BufferView.C (lockInset): another bad getchar crunched
6426
6427 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
6428
6429         * text2.C (changeDepth): do not setUndo on test_only (make undo work
6430         again)
6431
6432 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
6433
6434         * lyxfind.C (searchForward, searchBackwards): bug 782
6435
6436 2003-04-07  John Levon  <levon@movementarian.org>
6437
6438         * paragraph.C: remove dead comment
6439
6440         * text.C: remove troublesome depth-fiddling code
6441         in leftMargin() and rightMargin() (bug 1017)
6442
6443         * text.C: fix breaking of rows in nested lists
6444         (bug 1004)
6445
6446         * text2.C (updateCounters): fix up depth values
6447         (bug 1013)
6448
6449 2003-04-07  John Levon  <levon@movementarian.org>
6450
6451         * BufferView_pimpl.C: clear message when doc finishes resizing,
6452         and after a mouse event
6453
6454         * lyxfunc.C: clear message after exiting inset
6455
6456 2003-04-07  John Levon  <levon@movementarian.org>
6457
6458         * bufferview_funcs.C: show math status not outside
6459         status in the statusbar
6460
6461 2003-04-07  John Levon  <levon@movementarian.org>
6462
6463         * lyxfunc.C: note status changed after a depth change
6464
6465 2003-04-04  Angus Leeming  <leeming@lyx.org>
6466
6467         * LaTeX.h: move AuxInfo operator==, != out of line.
6468         Remove LaTeX virtual destructor; nothing derives from it.
6469         Move operator()() out of public area and rename it startscript().
6470         Change protected for private.
6471
6472 2003-04-04  Angus Leeming  <leeming@lyx.org>
6473
6474         * lyxfunc.C:
6475         * text2.C: remove unneeded #includes.
6476
6477 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6478
6479         * text2.C (dEPM): fix the heigth of the next row
6480
6481 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
6482
6483         * text.C: squashed an invalid getChar requester + some ws changes
6484
6485 2003-04-03  John Levon  <levon@movementarian.org>
6486
6487         * bufferview_funcs.h:
6488         * bufferview_funcs.C:
6489         * lyxfunc.C:
6490         * lyxtext.h:
6491         * text2.C: make getStatus work for the env depth lfuns
6492
6493 2003-04-03  John Levon  <levon@movementarian.org>
6494
6495         * bufferview_funcs.h:
6496         * bufferview_funcs.C:
6497         * lyxfunc.C:
6498         * lyxtext.h:
6499         * text2.C: parlistize decDepth(), by merging it with incDepth()
6500
6501 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
6502
6503         * lyxrow.h: store a ParagraphList::iterator instead of a
6504         Paragraph* and adjust other class functions to suit.
6505
6506         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
6507         above.
6508
6509 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6510
6511         * text2.C (setCursor): do not anchor to cursor row for the time being
6512
6513 2003-04-02  John Levon  <levon@movementarian.org>
6514
6515         * LyXAction.C:
6516         * lfuns.h:
6517         * lyx_main.C:
6518         * lyxtext.h:
6519         * text.C:
6520         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
6521
6522 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6523
6524         * paragraph.h: make ParagraphList and ParagraphList::iterator
6525         friends of Paragraph.
6526
6527         * buffer.C (makeLinuxDocFile): move towards ParagraphList
6528
6529         * ParagraphList.C: Use the private next_ and previous_ from
6530         Paragraph.
6531
6532 2003-04-01  John Levon  <levon@movementarian.org>
6533
6534         * ToolbarBackend.h:
6535         * ToolbarBackend.C:
6536         * Makefile.am: rename, remove defaults gunk
6537
6538         * MenuBackend.h:
6539         * MenuBackend.C: remove defaults gunk
6540
6541         * Languages.h:
6542         * Languages.C: remove defaults gunk
6543
6544         * lyx_main.h:
6545         * lyx_main.C: error out if files couldn't be found.
6546
6547 2003-04-02  John Levon  <levon@movementarian.org>
6548
6549         * text2.C: make incDepth() use parlist
6550
6551 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6552
6553         * undo_funcs.C (firstUndoParagraph): adjust
6554
6555         * text3.C (gotoInset): adjust
6556         (dispatch): adjust, and rewrite loop.
6557
6558         * text2.C (init): adjust, and rewrite loop.
6559         (redoParagraphs): adjust
6560         (updateInset): adjust, and rewrite loop.
6561         (deleteEmptyParagraphMechanism): adjust
6562
6563         * tabular.C (LyXTabular): adjust
6564         (SetMultiColumn): adjust
6565         (TeXRow): adjust
6566
6567         * lyxtext.[Ch] (ownerParagraph): delete function
6568         (ownerParagraphs): new function returns a ParagraphList.
6569
6570         * BufferView.C (removeAutoInsets): adjust
6571         (insertErrors): adjust
6572         (setCursorFromRow): adjust
6573
6574 2003-04-01  Angus Leeming  <leeming@lyx.org>
6575
6576         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
6577         in the frontends.
6578
6579 2003-04-02  John Levon  <levon@movementarian.org>
6580
6581         * lyxtext.h:
6582         * text.C:
6583         * Makefile.am:
6584         * text_funcs.h:
6585         * text_funcs.C: make transposeChars a free function
6586
6587         * lyxrow_funcs.C: remove wrong comment
6588
6589 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6590
6591         * lyxtext.h: adjust
6592         * rowpainter.C: adjust
6593         * text.C: adjust
6594         * text2.C: adjust
6595         * text3.C: adjust
6596
6597         * lyxrow_funcs. [Ch]: new files
6598
6599         * lyxrow.[Ch]: remove next and previous pointers
6600         (next,previous): remove accessor functions
6601         (isParEnd): move to lyxrow_funcs
6602         (lastPos): move to lyxrow_funcs
6603         (nextRowIsAllInset): move to lyxrow_funcs
6604         (lastPrintablePos): move to lyxrow_funcs
6605         (numberOfSeparators): move to lyxrow_funcs
6606         (numberOfHfills): move to lyxrow_funcs
6607         (numberOfLabelHfills): move to lyxrow_funcs
6608         (hfillExpansion): move to lyxrow_funcs
6609
6610         * lyxfunc.C: adjust
6611
6612         * bufferview_funcs.C (toggleAndShow): adjust
6613
6614         * RowList.h: Remove class RowList from file leave just a
6615         std::list<Row>.
6616
6617         * RowList.C: delete file
6618
6619         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
6620         and lyxrow_funcs.h
6621
6622 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6623
6624         * text3.C (cursorPrevious): adjust
6625         (cursorNext): adjust
6626         (dispatch): adjust
6627
6628         * text2.C (redoHeightOfParagraph): adjust
6629         (redoDrawingOfParagraph): adjust
6630         (setCursor): adjust
6631
6632         * text.C (breakParagraph): adjust
6633         (insertChar): adjust
6634         (backspace): adjust
6635
6636         * rowpainter.C (RowPainter): adjust
6637         (leftMargin): simplify and adjust
6638         (most rowpainter functions): adjust.
6639
6640         * rowpainter.h: store the row as RowList::iterator not as Row*
6641
6642         * lyxcursor.C (row): taka RowList::iterator as arg
6643         (irow): ditto
6644
6645         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
6646         of Row*.
6647
6648 2003-04-01  Angus Leeming  <leeming@lyx.org>
6649
6650         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
6651         stuff like bool Bool.
6652
6653 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
6654
6655         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
6656         rewrite a loop
6657
6658 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6659
6660         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
6661         RowList::iterator.
6662
6663         * lyxtext.h (rows): drop one version and leve a const variant that
6664         returns a RowList::iterator.
6665
6666 2003-03-31  Angus Leeming  <leeming@lyx.org>
6667
6668         * text.C (fill): ensure that the signature is the same as that in the
6669         header file.
6670
6671 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
6672
6673         * text2.C (redoParagraphs): adjust
6674         (updateCounters): adjust
6675         (checkParagraph): adjust
6676         (getColumnNearX): adjust and reformat a bit.
6677
6678         * text.C (top_y): adjust
6679         (workWidth): adjust
6680         (leftMargin): adjust
6681         (prepareToPrint): adjust
6682         (getRow): adjust
6683         (getRowNearY): adjust
6684
6685         * lyxtext.h: make rowlist_ mutable.
6686
6687         * RowList.h: add const_iterator
6688         * RowList.C: adjust for RowList::const_iterator.
6689
6690         * text2.C (getCursorX): make it take a RowList::iterator as arg,
6691         adjust.
6692
6693 2003-03-31  John Levon  <levon@movementarian.org>
6694
6695         * lyxrc.h:
6696         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
6697
6698         * lyx_main.C: set default fonts from using lyx_gui funcs
6699
6700         * exporter.C: pdf_mode moved from lyxrc
6701
6702         * lyx_cb.C:
6703         * lyxfunc.C: changes from above
6704
6705 2003-03-31  John Levon  <levon@movementarian.org>
6706
6707         * lyx_main.C: fix to the last fix
6708
6709 2003-03-31  John Levon  <levon@movementarian.org>
6710
6711         * bufferlist.C: "Load original" -> "Load Original"
6712
6713         * converter.C:
6714         * exporter.C:
6715         * importer.C:
6716         * lyx_main.C:
6717         * format.C: more Alert cleanups
6718
6719 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6720
6721         * text2.C (removeParagraph): make it take a RowList::iterator as
6722         arg, adjust.
6723         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
6724         (postRowPaint): make it take a RowList::iterator as arg, adjust.
6725
6726         * text.C (anchor_row): make it take a RowList::iterator as arg,
6727         adjust.
6728         (computeBidiTables): make it take a const reference to Row instead
6729         of Row pointer, adjust.
6730         (leftMargin): make it take a RowList::iterator as arg, adjust.
6731         (rowBreakPoint): adjust
6732         (breakAgainOneRow): make it take a RowList::iterator as arg,
6733         adjust.
6734         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
6735
6736         * bufferview_funcs.C (toggleAndShow): adjust
6737
6738 2003-03-30  John Levon  <levon@movementarian.org>
6739
6740         * Makefile.am:
6741         * BoostFormat.h:
6742         * boost-inst.C: moved to support
6743
6744         * several files: changes as a result
6745
6746 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
6747
6748         * text2.C (LyXText): adjust.
6749         (init): adjust
6750         (removeRow): make it take a RowList::iterator as arg, adjust.
6751         (fullRebreak): adjust
6752         (deleteEmptyParagraphMechanism): adjust
6753         (clearPaint): adjust
6754         (postPaint): adjust
6755
6756         * text.C (top_y): adjust
6757         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
6758         (breakAgain): make it take a RowList::iterator as arg, adjust.
6759         (breakParagraph): adjust
6760         (insertChar): adjust
6761         (backspace): adjust
6762
6763         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
6764         need_break_row, and refresh_row.
6765
6766         * text3.C (dispatch): adjust
6767
6768         * text2.C (checkParagraph): adjust
6769         (setCursor): adjust
6770         (setCursorFromCoordinates): adjust
6771
6772         * text.C (top_y): adjust
6773         (workWidth): adjust
6774         (getRow): make it return a RowList::iterator, adjust
6775         (getRowNearY): make it return a RowList::iterator, adjust
6776
6777         * text2.C (init): adjust
6778         (insertRow): remove function
6779         (insertParagraph): adjust
6780         (redoParagraphs): adjust
6781         (fullRebreak): adjust
6782         (updateCounters): adjust
6783
6784         * text.C (top_y): rewrite to use RowList iterators.
6785         (top_y): adjust
6786         (setHeightOfRow): rewrite to sue RowList iterators.
6787         (appendParagraph): adjust
6788         (breakAgain): adjust
6789         (breakAgainOneRow): adjust
6790         (breakParagraph): adjust
6791         (getRow): adjust
6792         (getRowNearY): adjust, and remove commented code.
6793
6794         * lyxtext.h (firstRow): delete function
6795         (lastRow): delete function
6796         (rows): new function (const and non-const versions.)
6797         (insertRow): delete function
6798
6799         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
6800
6801 2003-03-29  John Levon  <levon@movementarian.org>
6802
6803         * BufferView_pimpl.C: always update scrollbar top
6804         because pasting text when we're anchored could mean we
6805         miss an update altogether
6806
6807 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6808
6809         * text2.C (init): use rowlist_.end() and not 0.
6810         (insertRow): change to take a RowList::iterator as arg, adjust
6811         for this.
6812         (insertParagraph): change to take a RowList::iterator as arg,
6813         adjust for this.
6814         (redoParagraphs): remove some debug msgs.
6815
6816         * text.C (appendParagraph): change to take a RowList::iterator
6817         arg, adjust for this.
6818         (breakAgain): add an assert
6819         (breakAgainOneRow): ditto
6820
6821 2003-03-29  John Levon  <levon@movementarian.org>
6822
6823         * text2.C: do not clear selection after inc/decDepth
6824         (bug 550)
6825
6826 2003-03-29  John Levon  <levon@movementarian.org>
6827
6828         * BufferView.C:
6829         * buffer.C: fix broken strerrors according to Lars
6830
6831 2003-03-29  John Levon  <levon@movementarian.org>
6832
6833         * converters.C: more Alert cleanups
6834
6835 2003-03-29  John Levon  <levon@movementarian.org>
6836
6837         * bufferview_funcs.C: remove pointless Alert
6838
6839         * buffer.C: fix confusing error message when
6840         a template is chmoded 000
6841
6842 2003-03-29  John Levon  <levon@movementarian.org>
6843
6844         * BufferView.C:
6845         * BufferView.h:
6846         * BufferView_pimpl.C: Alert fixes
6847
6848         * Makefile.am:
6849         * tabular.C:
6850         * tabular-old.C: remove unused table compat reading
6851
6852 2003-03-29  John Levon  <levon@movementarian.org>
6853
6854         * BufferView.C:
6855         * buffer.C:
6856         * lyx_cb.h:
6857         * lyx_cb.C: more Alert cleanups
6858
6859         * lyxfunc.C: don't allow chktex if not latex document
6860
6861 2003-03-29  John Levon  <levon@movementarian.org>
6862
6863         * lyx_cb.C:
6864         * BufferView.C:
6865         * buffer.C: warnings pushed down from support/,
6866         kill err_alert
6867
6868 2003-03-29  John Levon  <levon@movementarian.org>
6869
6870         * lyxfunc.C: safety check for C-r (revert)
6871
6872 2003-03-29  John Levon  <levon@movementarian.org>
6873
6874         * bufferlist.h:
6875         * bufferlist.C: several UI fixes using Alert::prompt.
6876         Fix the pointless looping quit code. Fix stupid revert
6877         behaviour (bug 938)
6878
6879         * lyxvc.h:
6880         * lyxvc.C:
6881         * lyx_cb.C: use Alert::prompt
6882
6883         * lyx_main.C: remove a silly question
6884
6885         * lyxfunc.C: remove a couple of silly questions,
6886         use Alert::prompt
6887
6888 2003-03-28  John Levon  <levon@movementarian.org>
6889
6890         * text2.C: fix bug 974 (End on empty par)
6891
6892 2003-03-28  John Levon  <levon@movementarian.org>
6893
6894         * BufferView_pimpl.C:
6895         * LyXAction.C:
6896         * lfuns.h: remove do-nothing math greek lfuns
6897
6898 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6899
6900         * lyxgluelength.h (isValidGlueLength): add default arg on
6901         parameter 2. Remove default arg from friend in class.
6902
6903         * lyxlength.h (isValidLength): add default arg on parameter 2.
6904         Remove default arg from friend in class.
6905
6906         * text2.C (LyXText): adjust, initialize refresh_row.
6907         (init): adjust
6908         (removeRow): adjust
6909         (insertRow): adjust
6910         (insertParagraph): adjst
6911         (redoParagraphs): adjust
6912         (fullRebreak): adjust
6913         (updateCounters): adjust
6914         (deleteEmptyParagraphMechanism): first attempt at fixing a
6915         crashing bug.
6916
6917         * text.C (top_y): adjust
6918         (setHeightOfRow): adjust
6919         (getRow): adjust
6920         (getRowNearY): adjust
6921
6922         * lyxtext.h: include RowList.h
6923         (~LyXText): not needed anymore, deleted.
6924         (firstRow): modify for RowList
6925         (lastRow): new function
6926         Delete firstrow and lastrow class variables, add a Rowlist
6927         rowlist_ class variable.
6928
6929         * lyxrow.C (lastPos): use empty() and not !size() to check if a
6930         paragraph is empty.
6931
6932         * RowList.C (insert): fix case where it == begin().
6933
6934 2003-03-26  Angus Leeming  <leeming@lyx.org>
6935
6936         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
6937         the thesaurus dialog.
6938
6939 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6940
6941         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
6942
6943         * RowList.[Ch]: new files
6944
6945         * ParagraphList.C (erase): handle the case where it == begin
6946         correctly.
6947
6948 2003-03-25  John Levon  <levon@movementarian.org>
6949
6950         * Makefile.am:
6951         * aspell_local.h:
6952         * aspell.C: add new aspell support
6953
6954         * lyxrc.h:
6955         * lyxrc.C: Make use_pspell be use_spell_lib. Always
6956         have it accessible.
6957
6958 2003-03-25  Angus Leeming  <leeming@lyx.org>
6959
6960         * lfuns.h:
6961         * LyXAction.C (init): new LFUN_INSET_INSERT.
6962
6963         * BufferView_pimpl.C (dispatch): split out part of the
6964         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
6965
6966         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
6967         LFUN_INSET_APPLY.
6968
6969 2003-03-25  Angus Leeming  <leeming@lyx.org>
6970
6971         * lyxfunc.C (dispatch): changes to the Dialogs interface.
6972
6973 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
6974
6975         * text2.C:
6976         * text3.C: remove useless row->height(0)
6977
6978 2003-03-25  John Levon  <levon@movementarian.org>
6979
6980         * lyxtext.h:
6981         * text2.C:
6982         * text3.C: rename the refreshing stuff to better names
6983
6984 2003-03-24  John Levon  <levon@movementarian.org>
6985
6986         * BufferView_pimpl.h:
6987         * BufferView_pimpl.C: update layout choice on a mouse
6988         press/release
6989
6990 2003-03-23  John Levon  <levon@movementarian.org>
6991
6992         * Makefile.am: fix commandtags.h reference
6993
6994 2003-03-22  John Levon  <levon@movementarian.org>
6995
6996         * BufferView_pimpl.C:
6997         * lyxtext.h:
6998         * rowpainter.C:
6999         * rowpainter.h:
7000         * text.C:
7001         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
7002
7003 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
7004
7005         * lyxtext.h:
7006         * text.C: take the rtl methods out of line
7007
7008 2003-03-21 André Pönitz <poenitz@gmx.net>
7009
7010         * metricsinfo.[Ch]: new files containing structures to be passed around
7011         during the two-phase-drawing...
7012
7013 2003-03-21 André Pönitz <poenitz@gmx.net>
7014
7015         * lyxtextclass.C: read 'environment' tag.
7016
7017 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
7018
7019         * text2.C (removeRow): fix bug 964
7020
7021 2003-03-20  John Levon  <levon@movementarian.org>
7022
7023         * rowpainter.C:
7024         * text.C:
7025         * text2.C: paint cleanups. Inset::update() dropped font
7026         parameter
7027
7028 2003-03-19  John Levon  <levon@movementarian.org>
7029
7030         * lyxfunc.C: only fitcursor/markDirty if available()
7031
7032 2003-03-19  John Levon  <levon@movementarian.org>
7033
7034         * commandtags.h: rename to ...
7035
7036         * lfuns.h: ... this, and renumber / cleanup
7037
7038 2003-03-19  John Levon  <levon@movementarian.org>
7039
7040         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
7041         fit the cursor after an lfun
7042
7043         * BufferView.h:
7044         * BufferView.C:
7045         * BufferView_pimpl.h:
7046         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
7047
7048         * LyXAction.C: layout-character should have ReadOnly
7049
7050         * ParagraphParameters.C:
7051         * buffer.C:
7052         * bufferview_funcs.C:
7053         * lyx_cb.C:
7054         * lyxfind.C:
7055         * lyxtext.h:
7056         * text.C:
7057         * text2.C:
7058         * text3.C:
7059         * undo_funcs.C: changes from above
7060
7061 2003-03-18  John Levon  <levon@movementarian.org>
7062
7063         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
7064         remove it from update()
7065
7066         * lyxfunc.C: update layout choice after an lfun
7067
7068         * text3.C: remove extra updateLayoutChoice()s
7069
7070 2003-03-18  John Levon  <levon@movementarian.org>
7071
7072         * text.C: top_y change means full repaint, fix
7073         a drawing bug with cursor movement
7074
7075 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
7076
7077         * lyxtext.h:
7078         * text.C:
7079         * text2.C: anchor row on setCursor
7080
7081 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
7082
7083         * lyxtext.h: remove almost all mutable keywords
7084         * text.C:
7085         * text2.C:
7086         * text3.C: remove const keywords accordingly
7087
7088 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
7089
7090         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
7091         anon namespace
7092         (TeXEnvironment): ditto
7093         (TeXOnePar): ditto
7094
7095 2003-03-17  John Levon  <levon@movementarian.org>
7096
7097         * text.C (rowBreakPoint): remove attempt to fix displayed
7098         math insets inside a manual label
7099
7100 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
7101
7102         * lyxtext.h: remove BufferView* as first arg from almost all class
7103         functions.
7104         * other files: adjust.
7105
7106 2003-03-17  John Levon  <levon@movementarian.org>
7107
7108         * lyxtext.h:
7109         * undo_funcs.C:
7110         * text2.C: more paint cleanups
7111
7112         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
7113
7114         * rowpainter.h:
7115         * rowpainter.C: remove "smart" background painting code
7116
7117 2003-03-16  John Levon  <levon@movementarian.org>
7118
7119         * lyxtext.h:
7120         * text.C:
7121         * text2.C:
7122         * text3.C: add helper functions for setting refresh_row/y
7123
7124 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
7125
7126         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
7127         newline inset which *can* get inserted in the pass_thru layouts.
7128         This is primarily for literate documents.
7129
7130 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
7131
7132         * buffer.C: increment LYX_FORMAT to 223
7133
7134 2003-03-14 André Pönitz <poenitz@gmx.net>
7135
7136         * textclass.h: prepare for environment handling, ws changes
7137         * lyxlayout.C: read latexheader and latexfooter tags
7138
7139 2003-03-14  John Levon  <levon@movementarian.org>
7140
7141         * text2.C: rewrite ::status() a bit
7142
7143 2003-03-13  John Levon  <levon@movementarian.org>
7144
7145         * lyxtext.h: add some docs
7146
7147 2003-03-13  John Levon  <levon@movementarian.org>
7148
7149         * lyxtext.h:
7150         * text.C:
7151         * text2.C:
7152         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
7153
7154 2003-03-13  John Levon  <levon@movementarian.org>
7155
7156         * text3.C: fix appendix redrawing
7157
7158 2003-03-13  John Levon  <levon@movementarian.org>
7159
7160         * text.C (setHeightOfRow):
7161         * rowpainter.h:
7162         * rowpainter.C: make appendix mark have the text
7163           "Appendix" so the user knows what it is
7164
7165         * LColor.h:
7166         * LColor.C: s/appendixline/appendix/ from above
7167
7168 2003-03-13  John Levon  <levon@movementarian.org>
7169
7170         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
7171
7172         * text.C: fix a getChar(pos) bug properly
7173
7174 2003-03-13  Angus Leeming  <leeming@lyx.org>
7175
7176         * commandtags.h:
7177         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
7178         Probably only temporary. Let's see how things pan out.
7179
7180         * BufferView.C (unlockInset):
7181         * BufferView_pimpl.C (fitCursor):
7182         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
7183
7184         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
7185         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
7186
7187         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
7188         new functions that convert ParagraphParameters to and from a string.
7189
7190         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
7191         BufferView::Pimpl's dispatch.
7192         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
7193
7194 2003-03-13 André Pönitz <poenitz@gmx.net>
7195
7196         * lyxfunc.C:
7197         * text3.C:
7198         * factory.C: make it aware of InsetEnv
7199
7200 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7201
7202         * text2.C (setCursor): never ask for one past last
7203         (setCursor): add some debugging messages.
7204
7205         * text.C (singleWidth): never ask for one past last
7206         (singleWidth): ditto
7207         (leftMargin): ditto
7208         (rightMargin): ditto
7209         (rowBreakPoint): ditto
7210         (setHeightOfRow): ditto
7211         (prepareToPrint): ditto
7212
7213         * rowpainter.C (paintBackground): never ask for one past last
7214         (paintText): never ask for one past last
7215
7216         * paragraph_pimpl.C (getChar): make the assert stricter, never
7217         allow the one past last pos to be taken
7218
7219         * paragraph.C (getChar): ws changes only
7220
7221         * lyxrow.C (nextRowIsAllInset): never ask for one past last
7222         (numberOfSeparators): ditto
7223         (numberOfHfills): ditto
7224
7225 2003-03-12  John Levon  <levon@movementarian.org>
7226
7227         * author.h:
7228         * author.C:
7229         * bufferparams.h:
7230         * bufferparams.C:
7231         * paragraph_funcs.C: fix per-buffer authorlists
7232
7233 2003-03-12  John Levon  <levon@movementarian.org>
7234
7235         * text.C: fix newline in right address
7236
7237 2003-03-12  Angus Leeming  <leeming@lyx.org>
7238
7239         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
7240         duplicate those in LyXFunc::dispatch.
7241
7242         * commandtags.h:
7243         * LyXAction.C:
7244         * ToolbarDefaults.C:
7245         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
7246         Add LFUN_FONTFREE_UPDATE.
7247
7248         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
7249         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
7250
7251         * bufferview_func.[Ch]: several new functions to facilliate
7252         transfer of data to and from the character dialog.
7253
7254 2003-03-12  John Levon  <levon@movementarian.org>
7255
7256         * buffer.C:
7257         * paragraph.h:
7258         * paragraph.C:
7259         * paragraph_funcs.C:
7260         * paragraph_pimpl.C:
7261         * sgml.C:
7262         * tabular.C:
7263         * text.C:
7264         * text3.C: remove META_NEWLINE in favour of an inset
7265
7266         * rowpainter.h:
7267         * rowpainter.C: remove paintNewline (done by inset)
7268
7269 2003-03-12  John Levon  <levon@movementarian.org>
7270
7271         * paragraph_pimpl.C: complain about bad getChar()s
7272         for a while at least
7273
7274 2003-03-12  John Levon  <levon@movementarian.org>
7275
7276         * buffer.h:
7277         * buffer.C: move paragraph read into a separate function,
7278         a little renaming to reflect that.
7279
7280         * bufferparams.h:
7281         * bufferparams.C: remove the author_ids map, not necessary now
7282
7283         * factory.h:
7284         * factory.C: moved Buffer::readInset to here
7285
7286         * paragraph_funcs.h:
7287         * paragraph_funcs.C: readParagraph free function moved from
7288         buffer.C
7289
7290         * tabular.C: name change
7291
7292 2003-03-12  John Levon  <levon@movementarian.org>
7293
7294         * buffer.C:
7295         * ParagraphParameters.C: move par params input to
7296         a read() method
7297
7298         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
7299         behave like a normal read from the stream wrt reading
7300         a line vs. a \\token
7301
7302 2003-03-12  John Levon  <levon@movementarian.org>
7303
7304         * paragraph.C:
7305         * ParagraphParameters.h:
7306         * ParagraphParameters.C: move output code to a
7307         ::write() method
7308
7309 2003-03-12  John Levon  <levon@movementarian.org>
7310
7311         * BufferView.C (insertLyXFile):
7312         * buffer.h:
7313         * buffer.C:
7314         * tabular.C: use a parlist iterator for creating the
7315           document.
7316
7317 2003-03-12  John Levon  <levon@movementarian.org>
7318
7319         * buffer.C: make current_change static local not
7320           static file-scope
7321
7322 2003-03-12  John Levon  <levon@movementarian.org>
7323
7324         * buffer.C: fix insertStringAsLines for change tracking
7325
7326 2003-03-12  John Levon  <levon@movementarian.org>
7327
7328         * BufferView.C:
7329         * tabular.C:
7330         * buffer.h:
7331         * buffer.C:
7332         * bufferparams.h:
7333         * bufferparams.C: move author list into params. Rename some
7334           functions. Move the header reading into a separate token
7335           loop. Move the header token reading into BufferParams.
7336
7337 2003-03-12  John Levon  <levon@movementarian.org>
7338
7339         * changes.C: put debug inside lyxerr.debugging() checks
7340
7341 2003-03-11 André Pönitz <poenitz@gmx.net>
7342
7343         * factory.C: make it aware of InsetHFill
7344
7345 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7346
7347         * buffer.C (latexParagraphs): move function from here...
7348         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
7349         args.
7350
7351 2003-03-10  Angus Leeming  <leeming@lyx.org>
7352
7353         * LyXAction.C (init): fix bug in poplating array with multiple entries
7354         with the same LFUN (spotted by JMarc).
7355
7356 2003-03-10  John Levon  <levon@movementarian.org>
7357
7358         * text.C:
7359         * text2.C: move getColumnNearX() near its
7360         only call site
7361
7362 2003-03-10  John Levon  <levon@movementarian.org>
7363
7364         * text.C: fix break before a minipage
7365
7366 2003-03-10  John Levon  <levon@movementarian.org>
7367
7368         * text.C: fix the last commit
7369
7370 2003-03-09  John Levon  <levon@movementarian.org>
7371
7372         * lyxtext.h:
7373         * text.C:
7374         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
7375         bug 365 (don't break before insets unless needed). Don't
7376         return a value > last under any circumstances.
7377
7378 2003-03-09  Angus Leeming  <leeming@lyx.org>
7379
7380         * BufferView_pimpl.C (trackChanges, dispatch): call
7381         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
7382
7383 2003-03-09  Angus Leeming  <leeming@lyx.org>
7384
7385         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
7386         than Dialogs::showAboutlyx().
7387
7388 2003-03-09  Angus Leeming  <leeming@lyx.org>
7389
7390         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
7391         than Dialogs::showTabularCreate().
7392
7393 2003-03-09  John Levon  <levon@movementarian.org>
7394
7395         * lyxtext.h:
7396         * text.C:
7397         * text2.C: 3rd arg to nextBreakPoint was always the same.
7398           Use references.
7399
7400 2003-03-08  John Levon  <levon@movementarian.org>
7401
7402         * lyxrow.C:
7403         * paragraph.C:
7404         * paragraph.h:
7405         * rowpainter.C:
7406         * text.C:
7407         * text2.C: Remove the "main" bit from the "main body"
7408           notion.
7409
7410 2003-03-08  John Levon  <levon@movementarian.org>
7411
7412         * text.C (leftMargin): The left margin of an empty
7413         manual label paragraph should not include the label width
7414         string length.
7415
7416         * text.C (prepareToPrint): don't attempt to measure hfills
7417         for empty manual label paragraphs - the answer should be 0
7418
7419 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7420
7421         * CutAndPaste.C: remove commented code and reindent.
7422
7423 2003-03-08  John Levon  <levon@movementarian.org>
7424
7425         * lyxfunc.h:
7426         * lyxfunc.C: move reloadBuffer()
7427
7428         * BufferView.h:
7429         * BufferView.C: to here
7430
7431         * lyxvc.C: add comment
7432
7433         * vc-backend.h:
7434         * vc-backend.C: call bv->reload() to avoid
7435           getStatus() check on MENURELOAD
7436
7437 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
7438
7439         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
7440         to an old format .dep file.
7441
7442 2003-03-07  Angus Leeming  <leeming@lyx.org>
7443
7444         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
7445         when the LFUN_MOUSE_RELEASE should have been handled by
7446         inset->localDispatch.
7447
7448 2003-03-07  Angus Leeming  <leeming@lyx.org>
7449
7450         * BufferView_pimpl.C (dispatch):
7451         * LyXAction.C (init):
7452         * ToolbarDefaults.C (init):
7453         * commandtags.h:
7454         * lyxfunc.C (getStatus):
7455         remove LFUN_INSET_GRAPHICS.
7456
7457         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
7458
7459 2003-03-07  Angus Leeming  <leeming@lyx.org>
7460
7461         * commandtags.h:
7462         * LyXAction.C (init):
7463         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
7464
7465         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
7466
7467         * commandtags.h:
7468         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
7469
7470         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
7471         localDispatch method LFUN_INSET_DIALOG_UPDATE.
7472
7473 2003-03-07  Angus Leeming  <leeming@lyx.org>
7474
7475         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
7476         remove "ert".
7477
7478 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7479
7480         * ParagraphList.C (front): new function
7481         (back): implement
7482
7483 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
7484
7485         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
7486         and top_row_offset_. removed var first_y.
7487         * text.C (top_y):
7488         * text2.C (LyXText, removeRow):
7489         * text3.C:
7490         * BufferView_pimpl.C:
7491         use these methods instead of using first_y
7492
7493 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7494
7495         * text2.C (pasteSelection): adjust for checkPastePossible
7496
7497         * CutAndPaste.C: remove Paragraph * buf and replace with
7498         ParagraphList paragraphs.
7499         (DeleteBuffer): delete
7500         (cutSelection): change the tc type to textclass_type
7501         (copySelection): change the tc type to textclass_type
7502         (copySelection): adjust for ParagraphList
7503         (pasteSelection): change the tc type to textclass_type
7504         (pasteSelection): adjust for Paragraphlist
7505         (nrOfParagraphs): simplify for ParagraphList
7506         (checkPastePossible): simplify for ParagraphList
7507         (checkPastePossible): remove unused arg
7508
7509         * ParagraphList.C (insert): handle the case where there are no
7510         paragraphs yet.
7511
7512         * CutAndPaste.h: make CutAndPaste a namespace.
7513
7514         * text3.C (dispatch): adjust
7515
7516         * text.C (breakParagraph): add a ParagraphList as arg
7517
7518         * paragraph_funcs.C (breakParagraph): change to take a
7519         BufferParams and a ParagraphList as args.
7520         (breakParagraphConservative): ditto
7521         (mergeParagraph): ditto
7522         (TeXDeeper): add a ParagraphList arg
7523         (TeXEnvironment): ditto
7524         (TeXOnePar): ditto
7525
7526         * buffer.C (readLyXformat2): adjust
7527         (insertStringAsLines): adjust
7528         (latexParagraphs): adjust
7529
7530         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
7531         (cutSelection): adjust
7532         (pasteSelection): adjust
7533
7534         * BufferView_pimpl.C (insertInset): adjust
7535
7536 2003-03-05  Angus Leeming  <leeming@lyx.org>
7537
7538         * commandtags.h:
7539         * LyXAction.C (init):
7540         * BufferView_pimpl.C (dispatch):
7541         * lyxfunc.C (getStatus):
7542         remove LFUN_CHILD_INSERT.
7543
7544         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
7545
7546 2003-03-05  Angus Leeming  <leeming@lyx.org>
7547
7548         * commandtags.h:
7549         * LyXAction.C (init):
7550         * src/factory.C (createInset):
7551         * lyxfunc.C (getStatus):
7552         * text3.C (dispatch):
7553         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
7554
7555         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
7556
7557 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
7558
7559         * ParagraphList.C (insert): handle insert right before end()
7560         (erase): fix cases where it can be first or last paragraph.
7561
7562 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7563
7564         * paragraph_funcs.C (TeXEnvironment): remove all usage of
7565         Paragraph::next and Paragraph::previous
7566         (TeXOnePar): ditto
7567
7568         * text.C (breakParagraph): adjust
7569
7570         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
7571         BufferParams& as arg.
7572         (breakParagraph): use ParagraphList::insert
7573         (breakParagraphConservative): take a Buffer* instead of a
7574         BufferParams& as arg.
7575         (breakParagraphConservative): use ParagraphList::insert.
7576
7577         * buffer.C (insertStringAsLines): un-const it
7578         (insertStringAsLines): adjust
7579
7580         * ParagraphList.C (insert): new function
7581
7582         * CutAndPaste.C (pasteSelection): adjust
7583
7584         * text.C (backspace): adjust
7585
7586         * tabular.C (SetMultiColumn): adjust
7587
7588         * CutAndPaste.C (cutSelection): adjust
7589         (pasteSelection): adjust
7590
7591         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
7592         Buffer const * as arg
7593
7594         * ParagraphList.C (erase): new function
7595         * paragraph_funcs.C (mergeParagraph): use it
7596         (mergeParagraph): make it take a Buffer* instead of a
7597         BufferParams* as arg
7598
7599         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
7600         as arg
7601         (breakParagraphConservative): ditto
7602
7603         * paragraph.h: remove the breakParagraph friend
7604
7605         * paragraph.C (eraseIntern): new function
7606         (setChange): new function
7607
7608         * paragraph_funcs.C (mergeParagraph): make it take a
7609         ParagraphList::iterator instead of a Paragraph *, adjust
7610         accordingly.
7611
7612         * paragraph.h: move an #endif so that the change tracking stuff
7613         also works in the NO_NEXT case.
7614
7615 2003-03-04  Angus Leeming  <leeming@lyx.org>
7616
7617         * commandtags.h:
7618         * LyXAction.C: new LFUN_INSET_MODIFY.
7619
7620         * BufferView_pimpl.C (dispatch): if an inset is found to be open
7621         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
7622
7623 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
7624
7625         * several files: ws changes only
7626
7627         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
7628         (TeXEnvironment): ditto
7629         (TeXDeeper): ditto
7630
7631         * buffer.C (makeLaTeXFile): adjust
7632         (latexParagraphs): make it take ParagraphList::iterator as args
7633
7634 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7635
7636         * buffer.C (latexParagraphs): adjust
7637
7638         * paragraph.C (TeXOnePar): move function...
7639         (optArgInset): move function...
7640         (TeXEnvironment): move function...
7641         * paragraph_pimpl.C (TeXDeeper): move function...
7642         * paragraph_funcs.C: ...here
7643
7644         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
7645
7646 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7647
7648         * buffer.C (readInset): remove compability code for old Figure and
7649         InsetInfo insets
7650
7651 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7652
7653         * buffer.C: ws changes
7654         (readInset):
7655
7656         * BufferView_pimpl.C: ditto
7657         * author.C: ditto
7658         * buffer.h: ditto
7659         * bufferlist.h: ditto
7660         * changes.h: ditto
7661         * lyxfunc.C: ditto
7662
7663 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
7664
7665         * converter.[Ch]: split into itself +
7666         * graph.[Ch]
7667         * format.[Ch]
7668         * Makefile.am: += graph.[Ch] + format.[Ch]
7669         * MenuBackend.C
7670         * buffer.C
7671         * exporter.C
7672         * importer.C
7673         * lyx_main.C
7674         * lyxfunc.C
7675         * lyxrc.C: added #include "format.h"
7676
7677 2003-02-27  Angus Leeming  <leeming@lyx.org>
7678
7679         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
7680           a label.
7681
7682         * factory.C (createInset): add "label" to the factory.
7683
7684         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
7685           string and do no more.
7686
7687 2003-02-27  Angus Leeming  <leeming@lyx.org>
7688
7689         * commandtags.h:
7690         * LyXAction.C (init):
7691         * factory.C (createInset):
7692         * BufferView_pimpl.C (dispatch):
7693           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
7694
7695         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
7696
7697         * lyxfunc.C (dispatch):
7698         * text3.C (dispatch): pass name to params2string.
7699
7700 2003-02-26  Angus Leeming  <leeming@lyx.org>
7701
7702         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
7703           blocks together.
7704           Rearrange the ~includes. Strip out the unnecessary ones.
7705
7706         * factory.C (createInset): reformat.
7707           create new insets for the various LFUN_XYZ_APPLY lfuns.
7708
7709 2003-02-26  John Levon  <levon@movementarian.org>
7710
7711         * lyxrow.h:
7712         * lyxrow.C: add isParStart,isParEnd helpers
7713
7714         * paragraph.h: make isInserted/DeletedText take refs
7715
7716         * paragraph_funcs.h:
7717         * paragraph_funcs.C: remove #if 0'd code
7718
7719         * lyxtext.h:
7720         * text3.C:
7721         * text2.C:
7722         * text.C: use lyxrow helpers above.
7723           Move draw and paint routines to RowPainter.
7724           Make several methods use refs not pointers.
7725           Make backgroundColor() const.
7726           Add markChangeInDraw(), isInInset().
7727           Merge changeRegionCase into changeCase.
7728           Make workWidth() shouldn't-happen code into an Assert.
7729
7730         * rowpainter.h:
7731         * rowpainter.C: new class for painting a row.
7732
7733         * vspace.h:
7734         * vspace.C: make inPixels take a ref
7735
7736 2003-02-26  Angus Leeming  <leeming@lyx.org>
7737
7738         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
7739         LFUN_REF_APPLY.
7740
7741 2003-02-25  John Levon  <levon@movementarian.org>
7742
7743         * ispell.C: give the forked command a more accurate name
7744
7745 2003-02-22  John Levon  <levon@movementarian.org>
7746
7747         * toc.h:
7748         * toc.C: make TocItem store an id not a Paragraph *
7749           (bug #913)
7750
7751 2003-02-21  Angus Leeming  <leeming@lyx.org>
7752
7753         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
7754           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
7755           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
7756           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
7757           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
7758           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
7759
7760         * BufferView_pimpl.C (dispatch):
7761         * LyXAction.C (init):
7762         * factory.C (createInset):
7763         * lyxfunc.C (getStatus, dispatch):
7764         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
7765
7766 2003-02-21  Angus Leeming  <leeming@lyx.org>
7767
7768         * BufferView_pimpl.C (MenuInsertLyXFile):
7769         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
7770         * lyxfunc.C (menuNew, open, doImport):
7771           no longer pass a LyXView & to fileDlg.
7772
7773 2003-02-21  Angus Leeming  <leeming@lyx.org>
7774
7775         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
7776         * LyXAction.C: change, BIBKEY to BIBITEM.
7777         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
7778         Change InsetBibKey to InsetBibitem.
7779         Change BIBKEY_CODE to BIBITEM_CODE.
7780         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7781         * factory.C: replace insetbib.h with insetbibitem.h.
7782         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7783         * paragraph.C: replace insetbib.h with insetbibitem.h.
7784         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
7785         Change bibkey() to bibitem().
7786         * text.C: remove insetbib.h.
7787         * text2.C: replace insetbib.h with insetbibitem.h.
7788         change bibkey() to bibitem().
7789         * text3.C: remove insetbib.h.
7790         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
7791
7792 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7793
7794         * lyxrc.C (output): enclose user email in quotes (in case there are
7795         several words)
7796
7797 2003-02-18  John Levon  <levon@movementarian.org>
7798
7799         * buffer.h: add std::
7800
7801 2003-02-17  John Levon  <levon@movementarian.org>
7802
7803         * SpellBase.h:
7804         * ispell.h:
7805         * ispell.C:
7806         * pspell.h:
7807         * pspell.C: reworking. Especially in ispell, a large
7808           number of clean ups and bug fixes.
7809
7810         * lyxfunc.C: fix revert to behave sensibly
7811
7812 2003-02-17 André Pönitz <poenitz@gmx.net>
7813
7814         * LyXAction.C:
7815         * commandtags.h: new LFUN_INSERT_BIBKEY
7816
7817         * layout.h:
7818         * lyxlayout.C:
7819         * buffer.C:
7820         * factory.C:
7821         * text.C:
7822         * text2.C:
7823         * text3.C:
7824         * paragraph.[Ch]:
7825         * paragraph_func.C: remove special bibkey handling
7826
7827 2003-02-17  John Levon  <levon@movementarian.org>
7828
7829         * text.C (Delete): fix case where delete at the end of
7830           the very first paragraph would not merge the pars
7831
7832 2003-02-17  John Levon  <levon@movementarian.org>
7833
7834         * lyxrow.C: fix lastPrintablePos()
7835
7836 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7837
7838         * bufferparams.C (writeLaTeX): add a std:here
7839
7840         * buffer.C: and remove a using directive there
7841
7842 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7843
7844         * buffer.C (makeLaTeXFile): move the code that generates the
7845           preamble...
7846
7847         * bufferparams.C (writeLaTeX): ... in this new method
7848
7849         * LaTeXFeatures.C (getEncodingSet): make const
7850           (getLanguages): make const
7851
7852         * MenuBackend.C (binding): returns the binding associated to this
7853           action
7854           (add): sets the status of each item by calling getStatus. Adds
7855           some intelligence.
7856           (read): add support for OptSubMenu
7857           (expand): remove extra separator at the end of expanded menu
7858
7859 2003-02-15  John Levon  <levon@movementarian.org>
7860
7861         * BufferView.C:
7862         * BufferView_pimpl.C:
7863         * bufferlist.h:
7864         * bufferlist.C: remove pointless BufferStorage bloat. Remove
7865           inset code that had no actual effect. Remove unneeded status
7866           code.
7867
7868 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7869
7870         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
7871           in preamble
7872
7873 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
7874
7875         * text.C (drawLengthMarker): also draw an arrow marker for
7876           symbolic lengths (medskip...)
7877
7878 2003-02-14  John Levon  <levon@movementarian.org>
7879
7880         * tabular.h:
7881         * tabular.C: better method names
7882
7883 2003-02-14  John Levon  <levon@movementarian.org>
7884
7885         * BufferView_pimpl.C:
7886         * bufferlist.C:
7887         * buffer.C:
7888         * converter.C:
7889         * lyx_cb.C:
7890         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
7891           it's a more accurate name. Remove some pointless uses.
7892
7893 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7894
7895         * text2.C (LyXText): change order of initilizers to shut off
7896           warnings
7897
7898 2003-02-14  John Levon  <levon@movementarian.org>
7899
7900         * buffer.C: use ParIterator for getParFromID()
7901
7902         * paragraph.h:
7903         * paragraph.C:
7904         * paragraph_pimpl.h:
7905         * paragraph_pimpl.C: remove unused getParFromID()
7906
7907 2003-02-14  John Levon  <levon@movementarian.org>
7908
7909         * buffer.C: remove some very old #if 0'd parse code
7910
7911 2003-02-13  John Levon  <levon@movementarian.org>
7912
7913         * text.h:
7914         * text.C:
7915         * text2.C: move hfillExpansion(), numberOfSeparators(),
7916           rowLast(), rowLastPrintable(), numberofHfills(),
7917           numberOfLabelHfills() ...
7918
7919         * lyxrow.h:
7920         * lyxrow.C: ... to member functions here.
7921
7922         * paragraph.h:
7923         * paragraph.C:
7924         * lyxtext.h:
7925         * text.C: remove LyXText::beginningOfMainBody(), and call
7926           p->beginningOfMainBody() directly. Move the check for
7927           LABEL_MANUAL into the latter.
7928
7929         * text.h:
7930         * text.C:
7931         * text2.C:
7932         * vspace.C:
7933         * BufferView.h:
7934         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
7935
7936         * text.h:
7937         * text.C:
7938         * text2.C:
7939         * text3.C:
7940         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
7941           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
7942
7943 2003-02-13  John Levon  <levon@movementarian.org>
7944
7945         * CutAndPaste.C: remove debug
7946
7947 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7948
7949         * paragraph.C (asString): remove two unused variables
7950
7951         * lyxtextclass.C (readTitleType):
7952           (Read):
7953           (LyXTextClass): handle new members titletype_ and titlename_
7954
7955         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
7956
7957 2003-02-09  John Levon  <levon@movementarian.org>
7958
7959         * buffer.h:
7960         * buffer.C: replace hand-coded list with a map for the dep clean
7961
7962 2003-02-08  John Levon  <levon@movementarian.org>
7963
7964         * LaTeX.C: consolidate code into showRunMessage() helper
7965
7966 2003-02-08  John Levon  <levon@movementarian.org>
7967
7968         * lyxfind.C:
7969         * lyxtext.h:
7970         * text2.C:
7971         * BufferView.C: change setSelectionOverString() to setSelectionRange()
7972           and pass the size in explicitly
7973
7974         * BufferView_pimpl.h:
7975         * BufferView_pimpl.C:
7976         * BufferView.h:
7977         * BufferView.C: add getCurrentChange()
7978
7979         * BufferView_pimpl.h:
7980         * BufferView_pimpl.C: handle change lfuns
7981
7982         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
7983           for changes. Mark pasted paragraphs as new.
7984
7985         * support/lyxtime.h:
7986         * support/lyxtime.C:
7987         * DepTable.C: abstract time_t as lyx::time_type
7988
7989         * LColor.h:
7990         * LColor.C: add colours for new text, deleted text, changebars
7991
7992         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
7993           package use "usenames" option.
7994
7995         * commandtags.h:
7996         * lyxfunc.C:
7997         * LyXAction.C: add change lfuns
7998
7999         * Makefile.am:
8000         * author.h:
8001         * author.C: author handling
8002
8003         * buffer.h:
8004         * buffer.C: add a per-buffer author list, with first entry as
8005           current author. Handle new .lyx tokens for change tracking. Output
8006           author list to .lyx file. Output dvipost stuff to .tex preamble.
8007           Bump lyx format to 222.
8008
8009         * bufferlist.h:
8010         * bufferlist.C: add setCurrentAuthor() to reset current author details
8011           in all buffers.
8012
8013         * bufferparams.h:
8014         * bufferparams.C: add param for tracking
8015
8016         * bufferview_funcs.C: output change info in minibuffer
8017
8018         * Makefile.am:
8019         * changes.h:
8020         * changes.C: add change-tracking structure
8021
8022         * debug.h:
8023         * debug.C: add CHANGES debug flag
8024
8025         * lyxfind.h:
8026         * lyxfind.C: add code for finding the next change piece
8027
8028         * lyxrc.h:
8029         * lyxrc.C: add user_name and user_email
8030
8031         * lyxrow.h:
8032         * lyxrow.C: add a metric for the top of the text line
8033
8034         * lyxtext.h:
8035         * text.C: implement accept/rejectChange()
8036
8037         * lyxtext.h:
8038         * text.C: paint changebars. Paint new/deleted text in the chosen
8039         colours. Strike through deleted text.
8040
8041         * paragraph.h:
8042         * paragraph.C:
8043         * paragraph_pimpl.h:
8044         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
8045           in the current change to the insert functions. Rework erase to
8046           mark text as deleted, adding an eraseIntern() and a range-based
8047           erase(). Implement per-paragraph change lookup and
8048           accept/reject.
8049
8050         * paragraph_funcs.C: Fixup paste for change tracking.
8051
8052         * tabular.C: mark added row/columns as new.
8053
8054         * text.C: fix rowLast() to never return -1. Don't allow
8055           spellchecking of deleted text. Track transpose changes. Don't
8056           allow paragraph break or merge where appropriate.
8057
8058         * text2.C: leave cursor at end of selection after a cut.
8059
8060 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8061
8062         * text.C (getLengthMarkerHeight):
8063         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
8064         visible on screen too.
8065
8066 2003-02-07  John Levon  <levon@movementarian.org>
8067
8068         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
8069
8070 2003-02-05  Angus Leeming  <leeming@lyx.org>
8071
8072         * lyxserver.C (read_ready): revert my patch of 11 September last year
8073         as it sends PC cpu through the roof. Presumably this means that
8074         the lyxserver will no longer run on an Alpha...
8075
8076 2003-01-30  Angus Leeming  <leeming@lyx.org>
8077
8078         * factory.C (createInset): create an InsetCommandParam of type "index"
8079         and use it to 'do the right thing'.
8080
8081         * text2.C (getStringToIndex): ensure that cursor position is always
8082         reset to the reset_cursor position.
8083
8084 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8085
8086         * lyxfunc.C (getStatus): "buffer-export custom" should never be
8087         disabled.
8088
8089 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
8090
8091         * bufferview.C:
8092         * lyxcb.C:
8093         * lyxfunc.C: Output messages with identical spelling, punctuation,
8094         and spaces
8095
8096 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
8097
8098         * MenuBackend.C (expandFormats): List only viewable export formats
8099         in "View" menu
8100
8101         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
8102         message
8103
8104         * lyxfunc.C (getStatus): Make sure that formats other than
8105         "fax" can also be disabled
8106
8107 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8108
8109         * text3.C (dispatch): put the lfuns that insert insets in 3
8110         groups, and call doInsertInset with appropriate arguments.
8111         (doInsertInset): new function, that creates an inset and inserts
8112         it according to some boolean parameters.
8113
8114 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
8115
8116         * buffer.C (readFile): remember to pass on 'par' when calling
8117         readFile recursively.
8118
8119 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8120
8121         * MenuBackend.C (expandFormats): add "..." to import formats.
8122
8123 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
8124
8125         * paragraph.C (asString): Remove XForms RTL hacks.
8126
8127 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
8128         * buffer.C: fix typo
8129
8130 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
8131
8132         * Makefile.am (LIBS): delete var
8133         (lyx_LDADD): add @LIBS@ here instead.
8134
8135 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
8136
8137         * Clarify the meaning of "wheel mouse jump"
8138
8139 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8140
8141         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
8142         tabular in a float
8143
8144 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8145
8146         * importer.C (Loaders): do not preallocate 3 elements in the
8147         vector, since one ends up with 6 elements otherwise
8148
8149 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8150
8151         * DepTable.C (write): write the file name as last element of the
8152         .dep file (because it may contain spaces)
8153         (read): read info in the right order
8154
8155 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8156
8157         * paragraph_pimpl.C (simpleTeXBlanks):
8158         (simpleTeXSpecialChars):
8159         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
8160
8161         * tabular.C (latex): add some missing case statements. Reindent.
8162
8163         * MenuBackend.C (expandToc): remove unused variable.
8164
8165 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
8166
8167         * LColor.C:
8168         * LaTeX.C:
8169         * LyXAction.C:
8170         * MenuBackend.C:
8171         * buffer.C:
8172         * exporter.C:
8173         * lyxfunc.C:
8174         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
8175         and the like.
8176
8177 2003-01-05  John Levon  <levon@movementarian.org>
8178
8179         * BufferView.h:
8180         * BufferView.C: add getEncoding()
8181
8182         * kbsequence.h:
8183         * kbsequence.C: do not store last keypress
8184
8185         * lyxfunc.h:
8186         * lyxfunc.C: store last keypress here instead. Pass encoding
8187           to getISOEncoded()
8188
8189 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8190
8191         * lyx_main.C (init): remove annoying error message when following
8192         symbolic links (bug #780)
8193
8194 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8195
8196         * text.C (insertChar):
8197         * lyxrc.C (getDescription): remove extra spaces
8198
8199 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8200
8201         * lyxrc.C (getDescription): remove extra spaces
8202
8203 2002-12-20  John Levon  <levon@movementarian.org>
8204
8205         * text3.C: hack fix for page up/down across tall rows
8206
8207 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8208
8209         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
8210         not been invoked
8211
8212 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8213
8214         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
8215         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
8216         thesaurus is not compiled in
8217
8218 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
8219
8220         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
8221
8222 2002-12-16  Angus Leeming  <leeming@lyx.org>
8223
8224         * lyxrc.[Ch]:
8225         * lyx_main.C (init): remove override_x_deadkeys stuff.
8226
8227 2002-12-12  John Levon  <levon@movementarian.org>
8228
8229         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
8230           insert. Only remove shift modifier under strict
8231           circumstances.
8232
8233 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8234
8235         * MenuBackend.C (expandToc): fix crash.
8236
8237 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8238
8239         * MenuBackend.C (expandToc): gettext on float names.
8240
8241 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
8242
8243         * lyxlength.[Ch]: set default unit to UNIT_NONE,
8244         implement bool empty() [bug 490]
8245
8246 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8247
8248         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
8249
8250 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8251
8252         * several files: ws changes
8253
8254 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8255
8256         * text2.C (setCounter): clean up a bit, use boost.format.
8257         (updateCounters): initialize par upon declaration.
8258
8259         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
8260         if the layout exists. We do not just store the layout any more.
8261         (SwitchLayoutsBetweenClasses): use boost.format
8262
8263 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8264
8265         * converter.C (convert): if from and to files are the same, use a
8266         temporary files as intermediary
8267
8268 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8269
8270         * commandtags.h:
8271         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
8272
8273 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
8274
8275         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
8276
8277 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8278
8279         * tabular.C (asciiPrintCell): use string(size, char) instead of
8280         explicit loop.
8281
8282         * sgml.C (openTag): fix order of arguments to string constructor
8283         (closeTag): ditto
8284
8285         * lyxfunc.C (dispatch): use boost.format
8286
8287         * lots of files: change "c" -> 'c'
8288
8289 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
8290
8291         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
8292
8293 2002-11-25  Angus Leeming  <leeming@lyx.org>
8294
8295         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
8296
8297         * lyx_main.C (init): compile fix.
8298
8299 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
8300
8301         * lyx_cb.C (start): boost.formatify
8302         do not include <iostream>
8303
8304         * lengthcommon.C: ws only
8305
8306         * boost-inst.C,BoostFormat.h: add more explict instantations
8307
8308 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
8309
8310         * lots of files: handle USE_BOOST_FORMAT
8311
8312 2002-11-21  John Levon  <levon@movementarian.org>
8313
8314         * pspell.C: fix compile
8315
8316 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8317
8318         * lyxfunc.C (dispatch): use boost::format
8319         (open): ditto
8320         (doImport): ditto
8321
8322         * lyxfont.C (stateText): use boost::format
8323
8324         * lyx_main.C (LyX): use boost::format
8325         (init): ditto
8326         (queryUserLyXDir): ditto
8327         (readRcFile): ditto
8328         (parse_dbg): ditto
8329         (typedef boost::function): use the recommened syntax.
8330
8331         * importer.C (Import): use boost::format
8332
8333         * debug.C (showLevel): use boost::format
8334
8335         * converter.C (view): use boost::format
8336         (convert): ditto
8337         (move): ditto
8338         (scanLog): ditto
8339
8340         * bufferview_funcs.C (currentState): use boost::format
8341
8342         * bufferlist.C (emergencyWrite): use boost::format
8343
8344         * buffer.C (readLyXformat2): use boost::format
8345         (parseSingleLyXformat2Token): ditto
8346
8347         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
8348
8349         * LaTeX.C (run): use boost::format
8350
8351         * Chktex.C (scanLogFile): use boost::format
8352
8353         * BufferView_pimpl.C (savePosition): use boost::format
8354         (restorePosition): ditto
8355         (MenuInsertLyXFile): ditto
8356
8357         * BoostFormat.h: help file for explicit instation.
8358
8359 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
8360
8361         * tabular.C (latex): Support for block alignment in fixed width
8362         columns.
8363
8364 2002-11-17  John Levon  <levon@movementarian.org>
8365
8366         * BufferView_pimpl.C:
8367         * lyx_cb.C:
8368         * lyxfunc.C: split filedialog into open/save
8369
8370 2002-11-08  Juergen Vigna  <jug@sad.it>
8371
8372         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
8373         by my last patch (hopefully).
8374
8375 2002-11-08  John Levon  <levon@movementarian.org>
8376
8377         * iterators.h:
8378         * iterators.C:
8379         * buffer.h:
8380         * buffer.C:
8381         * paragraph.h:
8382         * paragraph.C:
8383         * toc.h:
8384         * toc.C: ParConstIterator, and use it (from Lars)
8385
8386 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
8387
8388         * lyxtextclass.[Ch]: revise and add doxygen comments
8389
8390 2002-11-07  John Levon  <levon@movementarian.org>
8391
8392         * text.C: fix progress value for spellchecker
8393
8394         * toc.C: fix navigate menu for insetwrap inside minipage
8395
8396         * paragraph_funcs.C: added FIXME for suspect code
8397
8398 2002-11-07  John Levon  <levon@movementarian.org>
8399
8400         * BufferView_pimpl.C: fix redrawing of insets
8401           on buffer switch
8402
8403 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8404
8405         * text2.C (updateCounters): fix bug 668
8406
8407 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
8408
8409         * text3.C (dispatch): Do not make the buffer dirty when moving the
8410         cursor.
8411
8412 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8413
8414         * vc-backend.C: STRCONV
8415         (scanMaster): ditto
8416
8417         * text2.C (setCounter): STRCONV
8418
8419         * paragraph.C (asString): STRCONV
8420
8421         * lyxlength.C (asString): STRCONV
8422         (asLatexString): ditto
8423
8424         * lyxgluelength.C (asString): STRCONV
8425         (asLatexString): ditto
8426
8427         * lyxfunc.C (dispatch): STRCONV
8428         (open): ditto
8429
8430         * lyxfont.C (stateText): STRCONV
8431
8432         * importer.C (Import): STRCONV
8433
8434         * counters.C (labelItem): STRCONV
8435         (numberLabel): ditto
8436         (numberLabel): remove unused ostringstream o
8437
8438         * chset.C: STRCONV
8439         (loadFile): ditto
8440
8441         * bufferview_funcs.C (currentState): STRCONV
8442
8443         * buffer.C (readFile): STRCONV
8444         (asciiParagraph): ditto
8445         (makeLaTeXFile): ditto
8446
8447         * Spacing.C (writeEnvirBegin): STRCONV
8448
8449         * LaTeXFeatures.C (getLanguages): STRCONV
8450         (getPackages): ditto
8451         (getMacros): ditto
8452         (getBabelOptions): ditto
8453         (getTClassPreamble): ditto
8454         (getLyXSGMLEntities): ditto
8455         (getIncludedFiles): ditto
8456
8457         * LaTeX.C: STRCONV
8458         (run): ditto
8459         (scanAuxFile): ditto
8460         (deplog): ditto
8461
8462         * LString.h: add the STRCONV macros
8463
8464         * BufferView_pimpl.C (savePosition): STRCONV
8465         (restorePosition): ditto
8466         (MenuInsertLyXFile): ditto
8467
8468         * vc-backend.C (scanMaster): change from submatch[...] to
8469         submatch.str(...)
8470
8471         * funcrequest.C: include config.h
8472
8473         * factory.C: include config.h
8474
8475         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
8476
8477         * box.C: include config.h
8478
8479         * LaTeX.C (scanAuxFile): change from submatch[...] to
8480         submatch.str(...)
8481         (deplog): ditto
8482
8483 2002-10-25  Angus Leeming  <leeming@lyx.org>
8484
8485         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
8486
8487         * ispell.[Ch] (setError): new method.
8488         * ispell.C (c-tor): move out child process into new class LaunchIspell.
8489         Use setError() insetead of goto END.
8490
8491         * lyx_cb.C (AutoSave): move out child process into new class
8492         AutoSaveBuffer.
8493
8494 2002-10-30  John Levon  <levon@movementarian.org>
8495
8496         * text3.C: make start appendix undoable
8497
8498 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
8499
8500         * lyxlength.C (inPixels): Fix returned value.
8501
8502         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
8503         environment.
8504
8505 2002-10-24  Angus Leeming  <leeming@lyx.org>
8506
8507         * lyxgluelength.h: no need to forward declare BufferParams
8508         or BufferView, so don't.
8509
8510 2002-10-21  John Levon  <levon@movementarian.org>
8511
8512         * BufferView.C: menuUndo ->undo, redo
8513
8514         * BufferView.h: document, remove dead, make some methods private
8515
8516         * paragraph_funcs.h:
8517         * paragraph_funcs.C:
8518         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
8519
8520         * buffer.h:
8521         * buffer.C:
8522         * sgml.h:
8523         * sgml.C: move sgml open/close tag into sgml.C
8524
8525         * bufferview_funcs.h: unused prototype
8526
8527         * lyxfunc.h:
8528         * lyxfunc.C: remove unused
8529
8530         * lyxtext.h:
8531         * text.C: remove unused
8532
8533 2002-10-21  John Levon  <levon@movementarian.org>
8534
8535         * BufferView.h:
8536         * BufferView.C:
8537         * BufferView_pimpl.h:
8538         * BufferView_pimpl.C: fix mouse wheel handling based on
8539           patch from Darren Freeman
8540
8541 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
8542
8543         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
8544
8545 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
8546
8547         * lyxlength.C (inPixels): Fix hanfling of negative length.
8548         Fix LyXLength::MU case.
8549
8550 2002-10-16  John Levon  <levon@movementarian.org>
8551
8552         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
8553
8554 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8555
8556         * converter.C (view): add support for $$i (file name) and $$p
8557         (file path) for the viewer command. If $$i is not specified, then
8558         it is appended to the command (for compatibility with old syntax)
8559
8560 2002-10-14  Juergen Vigna  <jug@sad.it>
8561
8562         * undo_funcs.C (textHandleUndo): alter the order in which the
8563         new undopar is added to the LyXText, as we have to set first
8564         the right prev/next and then add it as otherwise the rebuild of
8565         LyXText is not correct. Also reset the cursor to the right paragraph,
8566         with this IMO we could remove the hack in "redoParagraphs()".
8567
8568 2002-10-09  Angus Leeming  <leeming@lyx.org>
8569
8570         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
8571         to turn off an optimisation if a new inset is to be inserted.
8572
8573 2002-10-11 André Pönitz <poenitz@gmx.net>
8574
8575         * lyxtext.h: make some functions public to allow access
8576         from inset/lyxtext for handling LFUN_PRIOR/NEXT
8577
8578 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8579
8580         * text3.C (dispatch): when changing layout, avoid an infinite loop
8581         [bug #652]
8582
8583 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8584
8585         * lyxrc.C (read): treat a viewer or converter command of "none" as
8586         if it were empty.
8587
8588         * MenuBackend.C (expandFormats): for an update, also allow the
8589         formats that are not viewable
8590
8591         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
8592         script if it is newer than the lyxrc.defaults in user directory
8593
8594 2002-10-07 André Pönitz <poenitz@gmx.net>
8595
8596         * text.C: Vitaly Lipatov's small i18n fix
8597
8598 2002-09-25  Angus Leeming  <leeming@lyx.org>
8599
8600         * ispell.h: doxygen fix.
8601
8602 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
8603
8604         * buffer.h (readFile): Add a new argument to the method, to allow
8605         reading of old-format templates.
8606
8607 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
8608
8609         * toc.C (getTocList): Get TOC from InsetWrap.
8610
8611 2002-09-16  John Levon  <levon@movementarian.org>
8612
8613         * lyxfunc.C: check tabular for cut/copy too
8614
8615 2002-09-12  John Levon  <levon@movementarian.org>
8616
8617         * LyXAction.C: tidy
8618
8619         * factory.h:
8620         * factory.C: add header
8621
8622         * paragraph_funcs.h:
8623         * paragraph_funcs.C: cleanup
8624
8625 2002-09-11  John Levon  <levon@movementarian.org>
8626
8627         * PrinterParams.h: odd/even default to true
8628
8629 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
8630
8631         * PrinterParams.h: update printer parameters for new xforms dialog
8632
8633 2002-09-11  Angus Leeming  <leeming@lyx.org>
8634
8635         * lyxserver.C (read_ready): re-write to make it more transparent
8636         and to make it work in coherent fashion under Tru64 Unix.
8637
8638 2002-09-11  André Pönitz <poenitz@gmx.net>
8639
8640         * commandtags.h:
8641         * LyXAction.C:
8642         * text3.C: implement LFUN_WORDSEL
8643
8644 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
8645
8646         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
8647         make floatlist_ a boost::shared_ptr<FloatList>
8648
8649         * lyxtextclass.C: include FloatList.h
8650         (LyXTextClass): initialize floatlist_
8651         (TextClassTags): add TC_NOFLOAT
8652         (Read): match "nofloat" to TC_NOFLOAT and use it.
8653         (readFloat): modify call to floatlist_
8654         (floats): ditto
8655         (floats): ditto
8656
8657         * FloatList.[Ch] (FloatList): remove commented out float
8658         initialization.
8659         (erase): new function
8660
8661 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8662
8663         * MenuBackend.C (expandToc): fix crash when there is no document
8664         open
8665
8666 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
8667
8668         * many files: Add insetwrap.
8669
8670 2002-09-09  John Levon  <levon@movementarian.org>
8671
8672         * text2.C: remove confusing and awkward depth wraparound
8673
8674 2002-09-09  John Levon  <levon@movementarian.org>
8675
8676         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
8677
8678         * buffer.h:
8679         * buffer.C: remove getIncludeonlyList()
8680
8681         * paragraph.C:
8682         * lyxfunc.C: remove headers
8683
8684 2002-09-09  Juergen Vigna  <jug@sad.it>
8685
8686         * text.C (getColumnNearX): fix form Michael this is most
8687         probably a cut&paste bug.
8688
8689 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8690
8691         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
8692
8693         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
8694         references, ws changes.
8695
8696         * text2.C (init): update counters after init
8697         (insertParagraph): no need to set counter on idividual paragraphs.
8698         (setCounter): access the counters object in the textclass object
8699         on in the buffer object.
8700         (updateCounters): ditto
8701
8702         * lyxtextclass.C: include counters.h, add variable ctrs_ as
8703         shared_ptr<Counters> to avoid loading counters.h in all
8704         compilation units.
8705         (LyXTextClass): initialize ctrs_
8706         (TextClassTags): add TC_COUNTER, and ...
8707         (Read): use it here.
8708         (CounterTags): new tags
8709         (readCounter): new function
8710         (counters): new funtion
8711         (defaultLayoutName): return a const reference
8712
8713         * counters.C (Counters): remove contructor
8714         (newCounter): remove a couple of unneeded statements.
8715         (newCounter): simplify a bit.
8716         (numberLabel): some small formatting changes.
8717
8718         * buffer.[Ch]: remove all traces of counters, move the Counters
8719         object to the LyXTextClass.
8720
8721 2002-09-06  Alain Castera  <castera@in2p3.fr>
8722
8723         * tabular.C: uses \tabularnewline; uses >{...} construct from array
8724         package to set the horizontal alignment on fixed width columns.
8725
8726         * lyx_sty.C:
8727         * lyx_sty.h: added tabularnewline macro def.
8728
8729         * LaTeXFeatures.C: added NeedTabularnewline macro feature
8730
8731 2002-09-06  John Levon  <levon@movementarian.org>
8732
8733         * LyXAction.C: tooltips for sub/superscript
8734
8735         * MenuBackend.C: a bit more verbose
8736
8737         * lyxfunc.C: tiny clean
8738
8739         * undo_funcs.C: document undo_frozen
8740
8741 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8742
8743         * counters.C (Counters): add missing algorithm counter.
8744
8745         * text2.C (setCounter): lookup the counter with layouts latexname
8746         instead of by section number.
8747         (setCounter): use a hackish way to lookup the correct enum
8748         counter.
8749         a float name->type change
8750         reset enum couners with counter name directly instead of depth value.
8751
8752         * counters.C (Counters): remove the push_backs, change to use the
8753         float type not the float name.
8754         (labelItem): remove unused string, float name->type change
8755
8756         * counters.h: don't include vector, loose the enums and sects vectors
8757
8758 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8759
8760         * lyxtextclass.C (TextClassTags): add TC_FLOAT
8761         (Read): add float->TC_FLOAT to textclassTags
8762         (Read): and handle it in the switch
8763         (readFloat): new function
8764
8765         * FloatList.C (FloatList): comment out the hardcoded float
8766         definitions.
8767
8768         * lyxlayout.h: ws change.
8769
8770 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
8771
8772         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
8773
8774 2002-09-03  Angus Leeming  <leeming@lyx.org>
8775
8776         * BufferView_pimpl.h: qualified name is not allowed in member
8777         declaration: WorkArea & Pimpl::workarea() const;
8778
8779         * factory.C: added using std::endl directive.
8780
8781         * text3.C: added using std::find and std::vector directives.
8782
8783 2002-08-29  André Pönitz <poenitz@gmx.net>
8784
8785         * lyxtext.h:
8786         * text2.C: remove unused member number_of_rows
8787
8788         * Makefile.am:
8789         * BufferView2.C: remove file, move contents to...
8790         * BufferView.C: ... here
8791
8792         * BufferView_pimpl.C:
8793         * factory.C: move more inset creation to factory
8794
8795         * vspace.C: avoid direct usage of LyXText, ws changes
8796
8797         * BufferView.[Ch]:
8798                 don't provide direct access to WorkArea, use two simple
8799                 acessors haveSelction() and workHeight() instead
8800
8801
8802 2002-08-29  John Levon  <levon@movementarian.org>
8803
8804         * BufferView_pimpl.C (dispatch): do not continue when
8805           no buffer
8806
8807 2002-08-28  André Pönitz <poenitz@gmx.net>
8808
8809         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
8810
8811         * BufferView.h:
8812         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
8813
8814 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
8815
8816         * buffer.C: increment LYX_FORMAT to 221
8817
8818         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
8819         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
8820
8821         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
8822
8823         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
8824
8825 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8826
8827         * factory.C (createInset): use LyXTextClass::floats
8828
8829         * MenuBackend.C (expandFloatListInsert):
8830         (expandFloatInsert):
8831         (expandToc):
8832
8833         * text2.C (setCounter):
8834
8835         * LaTeXFeatures.C (useFloat):
8836         (getFloatDefinitions):
8837
8838         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
8839
8840         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
8841         floatlist_, with accessor floats().
8842
8843         * FloatList.h: remove global FloatList
8844
8845 2002-08-26  André Pönitz <poenitz@gmx.net>
8846
8847         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
8848
8849         * BufferView.h:
8850         * BufferView2.C:
8851         * BufferView_pimpl.C:
8852         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
8853
8854 2002-08-25  John Levon  <levon@movementarian.org>
8855
8856         * LyXAction.C: fix margin note description
8857
8858 2002-08-24  John Levon  <levon@movementarian.org>
8859
8860         * buffer.C:
8861         * bufferlist.C:
8862         * bufferview_funcs.C:
8863         * lyxfont.C:
8864         * undo_funcs.C: cleanups
8865
8866         * lyxfunc.C: disable CUT/COPY when no selection
8867
8868 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
8869
8870         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
8871         in "enum UNIT"; e.g. PTW for Percent of TextWidth
8872
8873         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
8874         Add backward compatibility to "mono", "gray" and "no".
8875
8876 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
8877
8878         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
8879         (and file_format >= 200).
8880
8881 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8882
8883         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
8884
8885 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8886
8887         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
8888
8889 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
8890
8891         * BufferView_pimpl.C:
8892         * LyXAction.C:
8893         * buffer.C:
8894         * commandtags.h:
8895         * lyxfunc.C:
8896         * paragraph.[Ch]:
8897         * text2.C:
8898         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
8899         inset and code to make it  work with the paragraph code. The inset
8900         can be anywhere in the paragraph, but will only do the expected
8901         thing in LaTeX if the layout file contains the parameter line
8902                         OptionalArgs    1
8903         (or more generally, a nonzero value) for that layout.
8904
8905 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
8906
8907         * paragraph.h: remove the declaration of undefined counters class
8908         function.
8909
8910 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
8911
8912         * text2.C (setCounter):  fixed enumeration mis-count as reported by
8913         Dr. Richard Hawkins.
8914
8915 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8916
8917         * paragraph_funcs.h: remove some unneeded includes
8918
8919         * text.C (backspace): pasteParagraph now in global scipe
8920
8921         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
8922         (pasteSelection): ditto
8923
8924         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
8925         * paragraph_funcs.C (pasteParagraph): ... here
8926
8927 2002-08-20  André Pönitz <poenitz@gmx.net>
8928
8929         * commandtags.h: new LFUNs for swapping/copying table row/colums
8930
8931         * LyXAction.C:
8932         * lyxfunc.C: support for new lfuns
8933
8934 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
8935
8936         * tabular.C:
8937         * buffer.[Ch]: remove NO_COMPABILITY stuff
8938
8939 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
8940
8941         * boost.C (throw_exception): new file, with helper function for
8942         boost compiled without exceptions.
8943
8944         * paragraph.h:
8945         * lyxlength.C:
8946         * buffer.C:
8947         * ParameterStruct.h:
8948         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
8949
8950         * bufferlist.C (emergencyWriteAll): use boost bind
8951
8952         * BufferView_pimpl.C (moveCursorUpdate): remove inline
8953
8954         * text.C: include paragraph_funcs.h
8955         (breakParagraph): breakParagraph is now in global scope
8956
8957         * paragraph_funcs.[Ch]: new files
8958
8959         * paragraph.C (breakParagraph,breakParagraphConservative): move to
8960         global scope
8961
8962         * buffer.C: include paragraph_funcs.h
8963         (insertStringAsLines): breakParagraph is now in global scope
8964
8965         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
8966         paragraph_funcs.C
8967
8968         * CutAndPaste.C: include paragraph_funcs.h
8969         (cutSelection): breakParagraphConservative is now in global scope
8970         (pasteSelection): ditto
8971
8972         * buffer.h: declare oprator== and operator!= for
8973         Buffer::inset_iterator
8974
8975         * bufferlist.C (emergencyWrite): don't use fmt(...)
8976
8977         * text3.C: add using std::endl
8978
8979         * BufferView.C (moveCursorUpdate): remove default arg
8980
8981 2002-08-20  André Pönitz <poenitz@gmx.net>
8982
8983         * buffer.[Ch]: move inline functions to .C
8984
8985         * BufferView2.C:
8986         * BufferView_pimpl.C:
8987         * text.C:
8988         * buffer.[Ch]: use improved inset_iterator
8989
8990         * buffer.C:
8991         * paragraph.[Ch]: write one paragraph at a time
8992
8993 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
8994
8995         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
8996         style if style is not specified.
8997
8998 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8999
9000         * text2.C (setCounter): when searching for right label for a
9001         caption, make sure to recurse to parent insets (so that a caption
9002         in a minipage in a figure float works) (bug #568)
9003
9004 2002-08-20  André Pönitz <poenitz@gmx.net>
9005
9006         * text3.C: new file for LyXText::dispatch() and helpers
9007
9008         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
9009
9010         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
9011
9012 2002-08-19  André Pönitz <poenitz@gmx.net>
9013
9014         * lyxtext.h:
9015         * text.C: new LyXText::dispatch()
9016
9017         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
9018
9019 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
9020
9021         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
9022
9023         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
9024         Hebrew text.
9025
9026 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9027
9028         * Makefile.am: use $(variables) instead of @substitutions@
9029
9030 2002-08-15  André Pönitz <poenitz@gmx.net>
9031
9032         * lyxfunc.C:
9033         * BufferView_pimpl.C: streamlining mathed <-> outer world
9034         interaction
9035
9036         * commandtags.h:
9037         * LyXAction.C: remove unused LFUN_MATH
9038
9039 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
9040
9041         * paragraph.[Ch]: add some NO_NEXT ifdefs.
9042
9043 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
9044
9045         * paragraph.C (Paragraph): reformat a bit
9046         (cutIntoMinibuffer): use builtin InsetList function instad of
9047         doing it manually.
9048         (getInset): ditto
9049
9050         * buffer.C: include boost/bind.hpp, add using std::for_each
9051         (writeFileAscii): use ParagraphList iterators
9052         (validate): use for_each for validate traversal of paragraphs
9053         (getBibkeyList): use ParagraphList iterators
9054         (resizeInsets): use for_each to resizeInsetsLyXText for all
9055         paragraphs.
9056         (getParFromID): use ParagraphList iterators
9057
9058         * BufferView2.C (lockInset): use paragraph list and iterators
9059
9060 2002-08-14  John Levon  <levon@movementarian.org>
9061
9062         * lyxserver.C: remove spurious xforms include
9063
9064 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9065
9066         * lyxfunc.C (getStatus): disable math-extern outside of math mode
9067
9068 2002-08-13  André Pönitz <poenitz@gmx.net>
9069
9070         * LyXAction.[Ch]:
9071         * lyxfunc.C: further cleaning
9072
9073 2002-08-13  André Pönitz <poenitz@gmx.net>
9074
9075         * funcrequest.h: new constructor
9076
9077         * funcrequest.C: move stuff here from .h
9078
9079         * Makefile.am:
9080         * BufferView_pimpl.C:
9081         * LyXAction.C:
9082         * toc.C:
9083         * lyxfunc.C: subsequent changes
9084
9085         * lyxfunc.h: new view() member function
9086
9087         * lyxfunc.C: subsequent changes
9088
9089 2002-08-13  Angus Leeming  <leeming@lyx.org>
9090
9091         * BufferView2.C:
9092         * BufferView_pimpl.C:
9093         * buffer.C:
9094         * converter.C:
9095         * importer.C:
9096         * lyxfunc.C:
9097         * lyxvc.C:
9098         * toc.C:
9099         * vc-backend.C:
9100         changes due to the changed LyXView interface that now returns references
9101         to member variables not pointers.
9102
9103 2002-08-13  Angus Leeming  <leeming@lyx.org>
9104
9105         * WordLangTuple (word, lang_code): return references to strings,
9106         not strings.
9107
9108         * BufferView.h:
9109         * SpellBase.h:
9110         * lyxtext.h: forward-declare WordLangTuple.
9111
9112         * BufferView2.C:
9113         * ispell.C:
9114         * pspell.C:
9115         * text.C: #include "WordLangTuple.h".
9116
9117         * lyxtext.h:
9118         * text.C: (selectNextWordToSpellcheck): constify return type.
9119
9120 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
9121
9122         * buffer.C:
9123         * buffer.h:
9124         * lyxtext.h:
9125         * paragraph.C:
9126         * paragraph_pimpl.h:
9127         * text.C:
9128         * text2.C:
9129         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
9130         suggested by Angus.
9131         Made updateCounter always count from start of buffer, and removed
9132         second argument (par).
9133         Reverted floats number display to '#'. Perhaps I'll try again when the
9134         code base is sanitized a bit.
9135
9136 2002-08-12  Angus Leeming  <leeming@lyx.org>
9137
9138         * buffer.[Ch] (getLabelList): constify.
9139
9140 2002-08-07  André Pönitz <poenitz@gmx.net>
9141
9142         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
9143
9144         * funcrequest.h: extension to keep mouse (x,y) position
9145
9146 2002-08-12  Juergen Vigna  <jug@sad.it>
9147
9148         * BufferView2.C (insertErrors): forbid undo when inserting error
9149         insets.
9150
9151         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
9152
9153 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9154
9155         * ParagraphList.[Ch]: new files
9156
9157         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
9158
9159         * BufferView2.C (lockInset): ParagraphList changes
9160         * toc.C: ditto
9161         * text2.C: ditto
9162         * bufferlist.C: ditto
9163         * buffer.h: ditto
9164         * buffer.C: ditto
9165
9166 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9167
9168         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
9169         unused class variable counter_,
9170
9171         * paragraph.[Ch] (getFirstCounter): delete unused function
9172
9173         * counters.C: include LAssert.h
9174         (reset): add a new function with no arg, change other version to
9175         not have def. arg and to not allow empty arg.
9176
9177         * text2.C (setCounter): remove empty arg from call to Counters::reset
9178
9179 2002-08-11  John Levon  <levon@movementarian.org>
9180
9181         * Makefile.am: add WordLangTuple.h
9182
9183 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9184
9185         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
9186         lyxfunc.C lyxlex_pimpl.C: ws changes only.
9187
9188         * insets/insettext.C: InsetList changes
9189
9190         * graphics/GraphicsSupport.C (operator()): InsetList changes
9191
9192         * toc.C (getTocList): InsetList changes
9193
9194         * paragraph_pimpl.[Ch]: InsetList changes
9195
9196         * paragraph.[Ch]: InsetList changes
9197
9198         * buffer.C (inset_iterator): InsetList changes
9199         (setParagraph): ditto
9200         * buffer.h (inset_iterator): ditto
9201         * iterators.C (operator++): ditto
9202         * iterators.h: ditto
9203
9204         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
9205
9206         * InsetList.[Ch]: new files, most InsetList handling moved out of
9207         paragraph.C.
9208
9209         * BufferView2.C (removeAutoInsets): InsetList changes
9210         (lockInset): ditto
9211         (ChangeInsets): ditto
9212
9213 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
9214
9215         * paragraph_pimpl.h (empty): new function
9216
9217         * paragraph.[Ch] (empty): new function
9218
9219         * other files: use the new Paragraph::empty function
9220
9221 2002-08-09  John Levon  <levon@movementarian.org>
9222
9223         * lyxtext.h: remove unused refresh_height
9224
9225 2002-08-09  John Levon  <levon@movementarian.org>
9226
9227         * Makefile.am:
9228         * sgml.h:
9229         * sgml.C:
9230         * buffer.C:
9231         * paragraph.h:
9232         * paragraph.C: move sgml char escaping out of paragraph
9233
9234         * paragraph.h:
9235         * paragraph.C: remove id setter
9236
9237         * buffer.C:
9238         * paragraph.C:
9239         * paragraph_pimpl.C: remove dead tex_code_break_column
9240
9241         * bufferview_funcs.C: small cleanup
9242
9243         * lyxfunc.C: remove dead proto
9244
9245         * lyxtext.h: make some stuff private. Remove some dead stuff.
9246
9247         * lyxgluelength.C: make as[LyX]String() readable
9248
9249 2002-08-08  John Levon  <levon@movementarian.org>
9250
9251         * LyXAction.h:
9252         * LyXAction.C:
9253         * MenuBackend.C:
9254         * ToolbarDefaults.C:
9255         * lyxfunc.C:
9256         * lyxrc.C:
9257         * toc.C: lyxaction cleanup
9258
9259 2002-08-08  John Levon  <levon@movementarian.org>
9260
9261         * BufferView2.C: small cleanup
9262
9263         * lyxfind.h:
9264         * lyxfind.C: move unnecessary header into the .C
9265
9266 2002-08-08  John Levon  <levon@movementarian.org>
9267
9268         * funcrequest.h: just tedious nonsense
9269
9270         * lyx_main.h:
9271         * lyx_main.C: cleanups
9272
9273         * buffer.C:
9274         * vspace.C: remove dead header lyx_main.h
9275
9276 2002-08-07  Angus Leeming  <leeming@lyx.org>
9277
9278         * Paragraph.[Ch]:
9279         * paragraph_pimpl.h:
9280         Forward declare class Counters in paragraph.h by moving the ctrs member
9281         variable into Paragraph::Pimpl.
9282         (counters): new method, returning a reference to pimpl_->ctrs.
9283
9284         * text2.C: ensuing changes.
9285
9286 2002-08-07  John Levon  <levon@movementarian.org>
9287
9288         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
9289
9290         * BufferView_pimpl.C: announce X selection on double/triple
9291           click
9292
9293         * lyx_main.C: use correct bool in batch dispatch
9294
9295         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
9296
9297 2002-08-07  André Pönitz <poenitz@gmx.net>
9298
9299         * funcrequest.h: new class to wrap a kb_action and its argument
9300
9301         * BufferView.[Ch]:
9302         * BufferView_pimpl[Ch]:
9303         * LaTeX.C:
9304         * LyXAction.[Ch]:
9305         * lyxfunc.[Ch]:
9306         * lyxrc.C: subsequent changes
9307
9308
9309 2002-08-07  John Levon  <levon@movementarian.org>
9310
9311         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
9312           document options change.
9313
9314 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
9315
9316         * counters.[Ch]
9317         * text2.C
9318         * paragraph.[Ch]
9319         * makefile.am: move counters functionality over from
9320         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
9321
9322 2002-08-06  John Levon  <levon@movementarian.org>
9323
9324         * WordLangTuple.h: new file for word + language code tuple
9325
9326         * SpellBase.h:
9327         * pspell.h:
9328         * pspell.C:
9329         * ispell.h:
9330         * ispell.C:
9331         * lyxtext.h:
9332         * text.C:
9333         * text2.C:
9334         * BufferView.h:
9335         * BufferView2.C: use WordLangTuple
9336
9337         * layout.h:
9338         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
9339
9340 2002-08-06  John Levon  <levon@movementarian.org>
9341
9342         * lyx_main.C: fix cmdline batch handling
9343
9344 2002-08-06  André Pönitz <poenitz@gmx.net>
9345
9346         * lyxrc.C: set default for show_banner to true
9347
9348 2002-08-06  John Levon  <levon@movementarian.org>
9349
9350         * pspell.C: fix a crash, and allow new aspell to work
9351
9352 2002-08-06  John Levon  <levon@movementarian.org>
9353
9354         * lyxfunc.C:
9355         * kbmap.C: small cleanup
9356
9357         * vspace.h:
9358         * vspace.C: add const
9359
9360 2002-08-05  John Levon  <levon@movementarian.org>
9361
9362         * LyXAction.C: back to tabular-insert
9363
9364 2002-08-04  John Levon  <levon@movementarian.org>
9365
9366         * BufferView.h:
9367         * BufferView.C: cosmetic change
9368
9369         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
9370
9371         * bufferlist.C:
9372         * buffer.h:
9373         * buffer.C:
9374         * lyxcb.h:
9375         * lyxcb.C:
9376         * lyxserver.C:
9377         * lyxvc.C:
9378         * vc-backend.C:
9379         * BufferView2.C: purge all "Lyx" not "LyX" strings
9380
9381         * lyxcursor.h:
9382         * lyxcursor.C: attempt to add some documentation
9383
9384         * lyxfunc.C:
9385         * commandtags.h:
9386         * LyXAction.C:
9387         * ToolbarDefaults.C:
9388         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
9389           merge with LFUN_TABULAR_INSERT
9390
9391         * Makefile.am:
9392         * SpellBase.h:
9393         * ispell.h:
9394         * ispell.C:
9395         * pspell.h:
9396         * pspell.C: split up i/pspell implementations into separate
9397           files, many cleanups
9398
9399         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
9400
9401         * text2.C: some cleanup
9402
9403         * lyxfunc.C: don't check for isp_command == "none" any more, it
9404           didn't make any sense
9405
9406 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
9407
9408         * counters.[Ch]
9409         * text2.C
9410         * paragraph.[Ch]
9411         * makefile.am: move counters functionality over
9412         from text2.C/paragraph.[Ch] to counters.[Ch], and
9413         make proper C++.
9414 2002-08-02  John Levon  <levon@movementarian.org>
9415
9416         * buffer.C: s/lyxconvert/lyx2lyx/
9417
9418 2002-08-02  Angus Leeming  <leeming@lyx.org>
9419
9420         * lyxlex.C: revert John's change as it breaks reading of the user
9421         preamble.
9422
9423 2002-08-02  Angus Leeming  <leeming@lyx.org>
9424
9425         * importer.C (Import):
9426         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
9427         changes due to LyXView::view() now returning a boost::shared_ptr.
9428
9429 2002-08-02  John Levon  <levon@movementarian.org>
9430
9431         * lyxlex.C: small cleanup
9432
9433 2002-08-02  John Levon  <levon@movementarian.org>
9434
9435         * text2.C (status): small cleanup, no logic change
9436
9437 2002-08-01  John Levon  <levon@movementarian.org>
9438
9439         * buffer.h:
9440         * buffer.C (writeFile): don't output alerts, caller
9441           handles this
9442
9443         * bufferlist.C:
9444         * lyx_cb.C: from above
9445
9446         * lyxfunc.C: allow to open non-existent files
9447
9448 2002-07-31  John Levon  <levon@movementarian.org>
9449
9450         * lyxserver.C: don't let incidental errors get
9451           in the way (errno)
9452
9453 2002-07-30  John Levon  <levon@movementarian.org>
9454
9455         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
9456
9457 2002-07-30  John Levon  <levon@movementarian.org>
9458
9459         * lyxserver.h:
9460         * lyxserver.C: remove I/O callback too
9461
9462 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9463
9464         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
9465         log.
9466
9467 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
9468
9469         * many files: strip,frontStrip -> trim,ltrim,rtrim
9470
9471 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
9472
9473         * PrinterParams.h: remove extern containsOnly, and include
9474         support/lstrings.h instead.
9475
9476         * LaTeX.C (scanAuxFile): modify because of strip changes
9477         (deplog): ditto
9478         * buffer.C (makeLaTeXFile): ditto
9479         * bufferparams.C (writeFile): ditt
9480         * lyxfont.C (stateText): ditto
9481         * lyxserver.C (read_ready): ditto
9482         * vc-backend.C (scanMaster): ditto
9483
9484         * BufferView_pimpl.h: ws changes
9485
9486         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
9487
9488 2002-07-26  André Pönitz <poenitz@gmx.net>
9489
9490         * kb_sequence.C: remove unnedred usings
9491
9492 2002-07-26  Juergen Vigna  <jug@sad.it>
9493
9494         * lyxfind.C (LyXReplace): we have to check better if the returned
9495         text is not of theLockingInset()->getLockingInset().
9496
9497 2002-07-25  Juergen Vigna  <jug@sad.it>
9498
9499         * lyxfind.C (LyXReplace): don't replace if we don't get the
9500         right LyXText.
9501
9502         * undo_funcs.C (createUndo): remove debugging code.
9503
9504 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
9505
9506         * buffer.C (parseSingleLyXformat2Token): Use default placement
9507         when reading old floats.
9508
9509         * FloatList.C (FloatList): Change the default placement of figure
9510         and tables to "tbp".
9511
9512 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
9513
9514         * MenuBackend.C: using std::max
9515
9516 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9517
9518         * MenuBackend.C (expandToc):
9519         (expandToc2): code moved from xforms menu frontend. It is now
9520         generic and TOCs are transparent to menu frontends.
9521
9522 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9523
9524         * toc.C (getTocList): protect against buf=0
9525
9526         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
9527         Menu as first parameter. Now, this calls itself recursively to
9528         expand a whole tree (this will be useful for TOC handling)
9529         (expandFloatInsert): remove 'wide' version of floats
9530
9531         * MenuBackend.h (submenuname): returns the name of the submenu.
9532         (submenu): returns the submenu itself, provided it has been
9533         created by MenuBackend::expand
9534
9535 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9536
9537         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
9538         insets which have noFontChange == true. (bug #172)
9539
9540 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9541
9542         * BufferView_pimpl.C: add connection objects and use them...
9543         (Pimpl): here.
9544
9545 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9546
9547         * MenuBackend.C (expandLastfiles):
9548         (expandDocuments):
9549         (expandFormats):
9550         (expandFloatListInsert):
9551         (expandFloatInsert):
9552         (expand): split expand in parts
9553
9554 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9555
9556         * lyx_gui.C: use lyx_gui::exit()
9557
9558 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9559
9560         * LyXAction.C: show the failing pseudo action
9561
9562 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
9563
9564         * buffer.C (readFile): Run the lyxconvert script in order to read
9565         old files.
9566
9567 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9568
9569         * LyXAction.C:
9570         * commandtags.h:
9571         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
9572
9573 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
9574
9575         * LyXAction.C:
9576         * commandtags.h:
9577         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
9578
9579 2002-07-22  Herbert Voss  <voss@lyx.org>
9580
9581         * lengthcommon.C:
9582         * lyxlength.[Ch]: add support for the vertical lengths
9583
9584 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
9585
9586         * toc.[Ch]: std:: fixes
9587
9588 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9589
9590         * lyxrc.C: do not include lyx_main.h
9591
9592         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
9593         for layouts
9594
9595         * lyxrc.C:
9596         * encoding.C:
9597         * bufferlist.C:
9598         * BufferView2.C: include "lyxlex.h"
9599
9600         * tabular.h:
9601         * bufferparams.h: do not #include "lyxlex.h"
9602
9603         * lyxtextclasslist.C (Add): remove method
9604         (classlist): renamed to classlist_
9605
9606         * paragraph_pimpl.C:
9607         * paragraph.C:
9608         * text2.C:
9609         * CutAndPaste.C:
9610         * bufferview_funcs.C:
9611         * bufferlist.C:
9612         * text.C:
9613         * LaTeXFeatures.C:
9614         * buffer.C:
9615         * toc.C (getTocList): use BufferParams::getLyXTextClass
9616
9617         * toc.C (getTocList): use InsetFloat::addToToc
9618
9619         * toc.[Ch]: new files, containing helper functions to handle table
9620         of contents
9621
9622         * lyxfunc.C (dispatch): no need to remove spaces around command
9623         given as a string
9624         (getStatus): handle LFUN_SEQUENCE by returning the status of the
9625         first command of the sequence; it is not very clever, but I do not
9626         have a better idea, actually
9627
9628         * LyXAction.C (LookupFunc): make sure to remove space at the
9629         beginning and end of the command
9630
9631 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9632
9633         * MenuBackend.C (getMenubar): new method: return the menubar of
9634         this menu set
9635         (read): treat differently reading of menu and menubar (in
9636         particular, the menubar has no name now)
9637         (Menu::menubar): remove
9638
9639         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
9640         saving is finished
9641
9642 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9643
9644         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
9645         a bibitem inset in a RTL paragraph.
9646
9647 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
9648
9649         * paragraph_pimpl.C: constify
9650
9651         * BufferView_pimpl.C:
9652         * LaTeX.C:
9653         * lyxfunc.C: fix dispatch in a nicer way
9654
9655 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9656
9657         * lyxfunc.C (dispatch):
9658         * BufferView_pimpl.C:
9659         * BufferView_pimpl.h:
9660         * BufferView.C:
9661         * BufferView.h: rename Dispatch() to dispatch()
9662
9663         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
9664
9665         * lyxlayout.C (Read): honor DependsOn tag
9666
9667         * lyxlayout.[Ch] (depends_on): new method
9668
9669         * version.C.in: update lyx_docversion
9670
9671         * LaTeXFeatures.C (getMacros): only define \LyX when needed
9672
9673         * paragraph.C (validate): remove from here...
9674         * paragraph_pimpl.C (validate): ... and move here
9675         (isTextAt): make it const
9676
9677         * buffer.C (getLists): ws cleanup
9678
9679 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
9680
9681         * language.C (read): Use iso8859-1 encoding in latex_lang
9682         (this prevents LyX from crashing when using iso10646-1 encoding).
9683
9684 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9685
9686         * text2.C (toggleInset): if cursor is inside an inset, close the
9687         inset and leave cursor _after_ it
9688
9689 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9690
9691         * lyxfunc.C: move minibuffer completion handling out of here
9692
9693 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
9694
9695         * BufferView_pimpl.C:
9696         * LaTeX.C: fix dispatch calls
9697
9698 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
9699
9700         * text.C (drawChars): Fix Arabic text rendering.
9701
9702 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
9703
9704         * LyXAction.C:
9705         * commandtags.h:
9706         * lyxfunc.C: remove message-push/pop
9707
9708         * lyxserver.C:
9709         * lyxfunc.h:
9710         * lyxfunc.C: rationalise some code by removing verboseDispatch
9711           in favour of a bool argument to dispatch()
9712
9713 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9714
9715         * lyx_main.C (init): make sure to read symlinks as absolute paths
9716
9717 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9718
9719         * lyxfunc.h:
9720         * lyxfunc.C: no need for commandshortcut to be a member
9721
9722 2002-07-15  André Pönitz <poenitz@gmx.net>
9723
9724         * converter.C: add support for $$s (scripts from lib/scripts dir)
9725         * lyx_main.C: white space
9726
9727 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9728
9729         * bufferlist.C:
9730         * lyxrc.h:
9731         * lyxrc.C: remove second exit confirmation
9732
9733 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
9734
9735         * BufferView.h:
9736         * BufferView.C:
9737         * BufferView2.C:
9738         * BufferView_pimpl.h:
9739         * BufferView_pimpl.C:
9740         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
9741
9742 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9743
9744         * MenuBackend.C (expand): add numeric shortcuts to document menu
9745
9746         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
9747
9748 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9749
9750         * lyxfont.C (setLyXFamily):
9751         (setLyXSeries):
9752         (setLyXShape):
9753         (setLyXSize):
9754         (setLyXMisc):
9755         (lyxRead):
9756         * debug.C (value):
9757         * buffer.C (asciiParagraph): use ascii_lowercase
9758
9759 2002-07-15  Mike Fabian  <mfabian@suse.de>
9760
9761         * lyxlex_pimpl.C (search_kw):
9762         * lyxlex.C (getLongString):
9763         * converter.h (operator<):
9764         * converter.C (operator<):
9765         * buffer.C (parseSingleLyXformat2Token):
9766         (asciiParagraph):
9767         * ToolbarDefaults.C (read):
9768         * MenuBackend.C (checkShortcuts):
9769         (read):
9770         * LColor.C (getFromGUIName):
9771         (getFromLyXName): use the compare_ascii_no_case instead of
9772         compare_no_case, because in turkish, 'i' is not the lowercase
9773         version of 'I', and thus turkish locale breaks parsing of tags.
9774
9775 2002-07-16  Angus Leeming  <leeming@lyx.org>
9776
9777         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
9778         now takes a Buffer const & argument.
9779
9780 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
9781
9782         * BufferView.C (resize): check there's a buffer to resize
9783
9784 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
9785
9786         * lyxfunc.C: remove dead code
9787
9788         * lyxserver.h:
9789         * lyxserver.C: use lyx_guii::set_read_callback
9790
9791 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
9792
9793         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
9794         an inset in a RTL paragraph.
9795
9796 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9797
9798         * lyxfunc.C: repaint after a font size update
9799
9800 2002-07-15  André Pönitz <poenitz@gmx.net>
9801
9802         * lyxlength.C: inBP should be able to return negative values
9803
9804 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9805
9806         * lyxfunc.C: use lyx_gui::update_fonts()
9807
9808 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
9809
9810         * lyxfunc.C: use lyx_gui::update_color()
9811
9812 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9813
9814         * bufferlist.C:
9815         * lyxfunc.h:
9816         * lyxfunc.C:
9817         * lyxrc.h:
9818         * lyxrc.C: remove file->new asks for name option, and let
9819           buffer-new take an argument
9820
9821 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
9822
9823         * BufferView_pimpl.C: remove unneeded extra repaint()
9824
9825 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
9826
9827         * LyXAction.C: allow command-sequence with NoBuffer
9828
9829         * lyxfunc.C: don't insist on trailing ';' for command-sequence
9830
9831 2002-07-10  Angus Leeming  <leeming@lyx.org>
9832
9833         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
9834
9835 2002-07-09  Angus Leeming  <leeming@lyx.org>
9836
9837         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
9838
9839 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9840
9841         * lengthcommon.h: whitespace
9842
9843         * lyxfunc.C: update scrollbar after goto paragraph
9844
9845         * lyxtext.h: factor out page break drawing, and fix it so
9846           page break/added space paints as selected nicely
9847
9848 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
9849
9850         * BufferView_pimpl.C: add FIXMEs, clean up a little
9851
9852 2002-07-09  André Pönitz <poenitz@gmx.net>
9853
9854         * lyxfont.[Ch]: support for wasy symbols
9855
9856 2002-07-08  André Pönitz <poenitz@gmx.net>
9857
9858         * BufferView_pimpl.C: apply John's patch for #93.
9859
9860 2002-07-05  Angus Leeming  <leeming@lyx.org>
9861
9862         * BufferView_pimpl.C (buffer): generate previews if desired.
9863
9864         * LColor.h: add "preview" to the color enum.
9865
9866         * LColor.C (LColor): add a corresponding entry to the items array.
9867
9868         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
9869         with this buffer.
9870
9871 2002-07-05  Angus Leeming  <leeming@lyx.org>
9872
9873         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
9874         The body of the code is now in the method that is passed an ostream &
9875         rather than a file name.
9876         Pass an additional only_preamble parameter, useful for the forthcoming
9877         preview stuff.
9878
9879 2002-07-03  André Pönitz <poenitz@gmx.net>
9880
9881         * lyxfunc.C: simplify getStatus() a bit for math stuff
9882
9883 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9884
9885         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
9886
9887 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9888
9889         * text.C (changeRegionCase): do not change case of all the
9890         document when region ends at paragraph end (bug #461)
9891
9892 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9893
9894         * paragraph.C (startTeXParParams):
9895         (endTeXParParams): add \protect when necessary
9896
9897 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9898
9899         * BufferView_pimpl.C (workAreaExpose): remove warning
9900
9901 2002-06-27  Angus Leeming  <leeming@lyx.org>
9902
9903         * Makefile.am: add lyxlayout_ptr_fwd.h.
9904
9905 2002-06-26  André Pönitz <poenitz@gmx.net>
9906
9907         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
9908
9909 2002-06-25  Angus Leeming  <leeming@lyx.org>
9910
9911         * lyxfunc.C (dispatch): Comment out the call to
9912         grfx::GCache::changeDisplay. The method no longer exists now that the
9913         pixmap generation part of the graphics loader has been moved into
9914         InsetGraphics.
9915
9916 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9917
9918         * text2.C: layout as layout
9919
9920         * text.C: layout as layout
9921
9922         * tabular.C (OldFormatRead): layout as layout
9923
9924         * paragraph_pimpl.C (TeXDeeper): layout as layout
9925         (realizeFont): layout as layout
9926
9927         * paragraph.C (writeFile): layout as layout
9928         (validate): layout as layout
9929         (getFont): layout as layout
9930         (getLabelFont): layout as layout
9931         (getLayoutFont): layout as layout
9932         (breakParagraph): layout as layout
9933         (stripLeadingSpaces): layout as layout
9934         (getEndLabel): layout as layout
9935         (getMaxDepthAfter): layout as layout
9936         (applyLayout): layout as layout
9937         (TeXOnePar): layout as layout
9938         (simpleTeXOnePar): layout as layout
9939         (TeXEnvironment): layout as layout
9940         (layout): layout as layout
9941         (layout): layout as layout
9942
9943         * lyxtextclass.C (compare_name): new functor to work with
9944         shared_ptr, layout as layout
9945         (Read): layout as layout
9946         (hasLayout): layout as layout
9947         (operator): layout as layout
9948         (delete_layout): layout as layout
9949         (defaultLayout): layout as layout
9950
9951         * lyxlayout_ptr_fwd.h: new file
9952
9953         * lyxlayout.C (Read): layout as layout
9954
9955         * lyx_cb.C (MenuInsertLabel): layout as layout
9956
9957         * bufferlist.C (newFile): layout as layout
9958
9959         * buffer.C (readLyXformat2): layout as layout
9960         (parseSingleLyXformat2Token): layout as layout
9961         (insertStringAsLines): layout as layout
9962         (asciiParagraph): layout as layout
9963         (latexParagraphs): layout as layout
9964         (makeLinuxDocFile): layout as layout
9965         (simpleLinuxDocOnePar): layout as layout
9966         (makeDocBookFile): layout as layout
9967         (simpleDocBookOnePar): layout as layout
9968         (getLists): layout as layout
9969
9970         * LaTeXFeatures.C (getTClassPreamble): layout as layout
9971
9972         * CutAndPaste.C (cutSelection): layout as layout
9973         (pasteSelection): layout as layout
9974         (SwitchLayoutsBetweenClasses): layout as layout
9975
9976         * BufferView_pimpl.C (Dispatch): layout as layout
9977         (smartQuote): layout as layout
9978
9979         * BufferView2.C (unlockInset): layout as layout
9980
9981 2002-06-24  André Pönitz <poenitz@gmx.net>
9982
9983         * lyxfunc.C: fix #487
9984
9985 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9986
9987         * lyxrc.h:
9988         * lyxrc.C:
9989         * lyxfunc.C: remove display_shortcuts, show_banner
9990
9991 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9992
9993         * Buffer_pimpl.C: oops, update on resize
9994
9995 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
9996
9997         * buffer.C:
9998         * converter.C:
9999         * exporter.C:
10000         * lyxfunc.C:
10001         * BufferView.h:
10002         * BufferView.C: use repaint()
10003
10004         * BufferView_pimpl.h:
10005         * BufferView_pimpl.C: s/updateScreen()/repaint()/
10006           as it's a clearer description. Remove superfluous
10007           redraws.
10008
10009 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
10010
10011         * text.C: fix bug 488. Not ideal, but getting
10012           getWord() to work properly for the insets that
10013           matter is more difficult ...
10014
10015 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
10016
10017         * BufferView_pimpl.C:
10018         * LyXAction.C:
10019         * commandtags.h:
10020         * lyxfunc.C: remove the six million index lyxfuncs to just
10021           one, and DTRT (bug 458)
10022
10023 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
10024
10025         * BufferView.h:
10026         * BufferView.C:
10027         * BufferView_pimpl.h:
10028         * BufferView_pimpl.C: clean up resize() stuff,
10029           and unnecessary updateScreen()s
10030
10031 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
10032
10033         * BufferView.h:
10034         * BufferView.C:
10035         * BufferView_pimpl.h:
10036         * BufferView_pimpl.C:
10037         * lyxfind.h:
10038         * lyxfind.C:
10039         * minibuffer.C: remove focus management of workarea,
10040           not needed. Use screen's greyOut()
10041
10042 2002-06-17  Herbert Voss  <voss@lyx.org>
10043
10044         * converter.C: (convert) do not post a message, when converting
10045         fails, let the calling function decide what to do in this case
10046
10047 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
10048
10049         * lyxfunc.C: tidy up a little
10050
10051 2002-06-16    <alstrup@diku.dk>
10052
10053         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
10054         Got rid of FORMS_H_LOCATION include. Now we are
10055         GUII.
10056
10057 2002-06-15  LyX Development team  <lyx@rilke>
10058
10059         * buffer.[Ch] (sgmlOpenTag):
10060         (sgmlCloseTag): Added support for avoiding pernicious mixed
10061         content. Return number of lines written.
10062
10063         (makeLinuxDocFile):
10064         (makeDocBookFile): Fixed calls to sgml*Tag.
10065         Simple white space clean.
10066
10067         (simpleDocBookOnePar): Simple white space clean.
10068
10069         * tabular.[Ch] (docBook): Renamed to docbook and got another
10070         argument to related with the pernicious mixed content.
10071
10072         (docbookRow): Fixed calls for docbook inset method.
10073
10074 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
10075
10076         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
10077         so it's X11 independent.
10078
10079         * kb*.[Ch]: ditto.
10080
10081         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
10082
10083 2002-06-15  Lyx Development team  <lyx@electronia>
10084
10085         * intl.h: Renamed getTrans to getTransManager.
10086
10087 2002-06-14  Angus Leeming  <leeming@lyx.org>
10088
10089         * Makefile.am: nuke forgotten stl_string_fwd.h.
10090
10091 2002-06-12  Angus Leeming  <leeming@lyx.org>
10092
10093         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
10094
10095 2002-06-13  Angus Leeming  <leeming@lyx.org>
10096
10097         * LaTeX.C:
10098         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
10099
10100 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
10101
10102         * kbmap.C (getiso): add support for cyrillic and greek
10103
10104 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10105
10106         * BufferView.h:
10107         * BufferView.C:
10108         * BufferView_pimpl.h:
10109         * BufferView_pimpl.C: move bogus scrolling logic
10110           to xforms
10111
10112 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10113
10114         * lyxfunc.C:
10115         * BufferView_pimpl.C: view->resize() change
10116
10117 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10118
10119         * BufferView_pimpl.C: topCursorVisible
10120           prototype change
10121
10122 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10123
10124         * Makefile.am:
10125         * lyx_gui.h:
10126         * lyx_gui.C: move to frontends/
10127
10128         * main.C:
10129         * lyx_main.h:
10130         * lyx_main.C: changes from above
10131
10132 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10133
10134         * intl.C:
10135         * intl.h:
10136         * kbmap.C:
10137         * kbsequence.C:
10138         * lyx_cb.C:
10139         * lyx_main.C: minor tidy
10140
10141 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10142
10143         * BufferView_pimpl.h:
10144         * BufferView_pimpl.C:
10145         * BufferView.h:
10146         * BufferView.C: make painter() const,
10147           remove dead code
10148
10149         * BufferView2.C: use screen() accessor
10150
10151         * lyx_main.h:
10152         * lyx_main.C: some minor cleanup
10153
10154 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10155
10156         * BufferView_pimpl.h:
10157         * BufferView_pimpl.C: remove enter/leaveView,
10158           use workHeight()
10159
10160 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
10161
10162         * BufferView.h:
10163         * BufferView.C:
10164         * BufferView2.C:
10165         * BufferView_pimpl.h:
10166         * BufferView_pimpl.C: only construct screen once,
10167           rename
10168
10169         * lyxrc.C: remove pointless comment
10170
10171 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10172
10173         * BufferView.h:
10174         * BufferView.C: remove active() and belowMouse()
10175
10176         * BufferView_pimpl.h:
10177         * BufferView_pimpl.C: use workarea() not workarea_,
10178           and make it use a scoped_ptr instead
10179
10180 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
10181
10182         * lyx_gui.C: add debug message on BadWindow
10183
10184 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10185
10186         * sp_spell.C: fdopen is not part of the C++ standard.
10187
10188         * paragraph.C (InsetIterator): use >= instead of ==
10189
10190 2002-06-07  Angus Leeming  <leeming@lyx.org>
10191
10192         Fixes needed to compile with Compaq cxx 6.5.
10193         * BufferView_pimpl.C:
10194         * DepTable.C:
10195         * buffer.C:
10196         * converter.C:
10197         * encoding.C:
10198         * lyx_gui.C:
10199         * lyx_main.C:
10200         * lyxtextclasslist.C:
10201         * minibuffer.C:
10202         * sp_spell.C:
10203         * tabular_funcs.C:
10204         * vc-backend.C:
10205         all c-library variables have been moved into namespace std. Wrap
10206         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
10207
10208         * lyxlength.C:
10209         * tabular-old.C:
10210         * tabular.C:
10211         Add a using std::abs declaration.
10212
10213         * kbmap.h (modifier_pair):
10214         * paragraph.h (InsetTable, InsetList):
10215         * lyxfont.h (FontBits):
10216         type definition made public.
10217
10218         * bufferlist.C (emergencyWriteAll): the compiler complains that
10219         there is more than one possible lyx::class_fun template to choose from.
10220         I re-named the void specialisation as lyx::void_class_fun.
10221
10222         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
10223
10224         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
10225         the compiler is is unable to find tostr in write_attribute.
10226
10227 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10228
10229         * buffer.C (sgmlError): hide #warning
10230
10231 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10232
10233         * xtl/*: get rid of xtl, which is not in use anyway
10234
10235         * LyXAction.C (init):
10236         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
10237         were unimplemented xtl experimentation
10238
10239 2002-06-04  André Pönitz <poenitz@gmx.net>
10240
10241         * lyxfunc.C: disable array operation on simple formulae
10242
10243 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
10244
10245         * converter.C: constify a bit
10246
10247 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
10248
10249         * lyx_gui.C: check xforms version correctly
10250
10251 2002-04-30  Herbert Voss  <voss@lyx.org>
10252
10253         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
10254         "keep" option
10255
10256 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
10257
10258         * lyxvc.C: fix bug 416 (make sure buffer is saved before
10259           attempt to register it with a VCS)
10260
10261 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10262
10263         * lyx_main.C (init): honor variables LYX_DIR_13x and
10264         LYX_USERDIR_13x
10265
10266 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10267
10268         * buffer.h:
10269         * buffer.C:
10270         * lyx_main.C: fix a crash on bad command line,
10271           and give a useful exit status on error
10272
10273         * lyxfunc.C (doImport): allow -i lyx to work
10274
10275 2002-03-30  André Pönitz <poenitz@gmx.net>
10276
10277         * lyxfunc.C: mathed font changes
10278
10279 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
10280
10281         * LaTeX.C:
10282         * importer.h:
10283         * importer.C:
10284         * lyx_sty.h:
10285         * lyx_sty.C:
10286         * lyxlex.C:
10287         * lyxrow.h:
10288         * lyxtext.h:
10289         * paragraph.h:
10290         * paragraph.C:
10291         * texrow.h:
10292         * texrow.C:
10293         * text.C:
10294         * trans_mgr.h: srcdocs, and some minor cleanups
10295
10296 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10297
10298         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
10299         call getFont all the time)
10300
10301 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10302
10303         * switch from SigC signals to boost::signals
10304
10305 2002-05-29  André Pönitz <poenitz@gmx.net>
10306
10307         * paragraph_pimpl.C (getChar): don't call size() too often...
10308
10309 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10310
10311         * paragraph_pimpl.C (insertChar): do not try to update tables when
10312         appending (pos == size())
10313
10314         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
10315         in order to reduce drastically the number of comparisons needed to
10316         parse a large document
10317
10318 2002-05-29  André Pönitz <poenitz@gmx.net>
10319
10320         * text.C:
10321         * text2.C:
10322         * lyxtextclass.C:
10323         * sp_pspell.h:
10324         * textclasslist.[Ch]:
10325         * sp_ispell.h: whitespace change
10326
10327 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10328
10329         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
10330         lyxaction directly now.
10331
10332 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
10333
10334         * trans.C:
10335         * lyxfont.C:
10336         * lyxvc.C: remove unused headers
10337
10338 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10339
10340         * Makefile.am:
10341         * buffer.h:
10342         * undostack.h:
10343         * undostack.C:
10344         * undo_funcs.h:
10345         * undo_funcs.C: some cleanups. Use shared_ptr
10346           and a template for the undo stacks.
10347
10348 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
10349
10350         * BufferView_pimpl.h:
10351         * BufferView_pimpl.C:
10352         * kbmap.h:
10353         * kbmap.C:
10354         * kbsequence.h:
10355         * kbsequence.C:
10356         * lyxfunc.h:
10357         * lyxfunc.C:
10358         * text2.C: use key_state/mouse_state
10359
10360 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10361
10362         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
10363         and LSubstring
10364
10365         * chset.C: change include order
10366         (loadFile): use boost regex and get rid of LRegex and LSubstring
10367
10368         * Makefile.am (BOOST_LIBS): new variable
10369         (lyx_LDADD): use it
10370
10371         * LaTeX.C: change include order.
10372         (scanAuxFile): use boost regex and get rid of LRegex and
10373         LSubstring
10374         (deplog): ditto
10375
10376 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10377
10378         * ColorHandler.h:
10379         * ColorHandler.C:
10380         * FontInfo.h:
10381         * FontInfo.C: moved to frontends/xforms/
10382
10383         * FontLoader.h:
10384         * FontLoader.C: moved into frontends for GUIIzation
10385
10386         * Makefile.am:
10387         * lyx_gui.C:
10388         * lyxfont.C:
10389         * lyxfunc.C: changes from above
10390
10391 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
10392
10393         * LColor.C: remove spurious X include
10394
10395         * BufferView_pimpl.C:
10396         * Makefile.am:
10397         * font.h:
10398         * font.C:
10399         * text.C:
10400         * text2.C: move font metrics to frontends/
10401
10402 2002-05-24  Juergen Vigna  <jug@sad.it>
10403
10404         * undo_funcs.C (textHandleUndo): fix the cursor selection after
10405         setting the undo_cursor.
10406
10407         * ParagraphParameters.h: include local includes first.
10408
10409 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10410
10411         * BufferView_pimpl.C:
10412         * BufferView_pimpl.h:
10413         * Makefile.am:
10414         * WorkArea.h:
10415         * WorkArea.C:
10416         * screen.C: move WorkArea into frontends/
10417
10418         * lyxscreen.h:
10419         * screen.C:
10420         * text.C:
10421         * BufferView.C:
10422         * BufferView2.C: move LyXScreen into frontends/
10423
10424         * lyxlookup.h:
10425         * lyxlookup.C:
10426         * lyx_gui.C: move lyxlookup into frontends/xforms/
10427
10428 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10429
10430         * BufferView2.C:
10431         * BufferView_pimpl.C:
10432         * FontLoader.C:
10433         * LyXView.h:
10434         * LyXView.C:
10435         * Makefile.am:
10436         * WorkArea.C:
10437         * XFormsView.h:
10438         * XFormsView.C:
10439         * buffer.C:
10440         * bufferlist.C:
10441         * bufferview_funcs.C:
10442         * converter.C:
10443         * importer.C:
10444         * lyx_cb.C:
10445         * lyx_gui.C:
10446         * lyx_main.C:
10447         * lyx_find.C:
10448         * lyxfunc.C:
10449         * lyxvc.C:
10450         * minibuffer.C:
10451         * text.C:
10452         * text2.C:
10453         * trans.C:
10454         * vc-backend.C: move LyX/XFormsView into frontends/
10455
10456 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
10457
10458         * Makefile.am:
10459         * PainterBase.C:
10460         * PainterBase.h:
10461         * Painter.C:
10462         * Painter.h:
10463         * WorkArea.C:
10464         * WorkArea.h:
10465         * screen.C:
10466         * tabular.C:
10467         * text.C:
10468         * text2.C: move Painter to frontends/
10469
10470 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10471
10472         * buffer.C: comment out some some code that depend upon lyx_format
10473         < 220
10474
10475         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
10476         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
10477
10478         * buffer.h (NO_COMPABILITY): turn off compability
10479
10480         * ColorHandler.C: include scoped_array.hpp
10481
10482         * font.C: Use more specific smart_ptr header.
10483         * Painter.C: ditto
10484         * gettext.C: ditto
10485         * ShareContainer.h: ditto
10486         * lyx_main.h: ditto
10487         * kbmap.h: ditto
10488         * FontInfo.h: ditto
10489         * BufferView_pimpl.h: ditto
10490         * ColorHandler.h: ditto
10491
10492         * kbmap.C (defkey): change call to shared_ptr::reset
10493
10494 2002-05-21  Juergen Vigna  <jug@sad.it>
10495
10496         * buffer.C (insertErtContents): fix to insert ert asis if it is
10497         non empty. Skip it completely if it contains only whitespaces.
10498
10499 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
10500
10501         * BufferView_pimpl.C:
10502         * BufferView2.C: clear selection on paste (bug 393)
10503
10504 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10505
10506         * DepTable.C: include ctime
10507
10508 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
10509
10510         * buffer.C (latexParagraphs): Add new argument (moving_arg).
10511
10512 2002-05-14  Juergen Vigna  <jug@sad.it>
10513
10514         * text.C (breakParagraph): fixed function to honor the keepempty
10515         layout in the right maner and also to permit the right breaking
10516         algorithm on empty or non empyt keepempty paragraphs.
10517
10518         * paragraph.C (breakParagraph): we have to check also if the par
10519         is really empty (!size()) for isempty otherwise we do the wrong
10520         paragraph break.
10521
10522 2002-05-10  Juergen Vigna  <jug@sad.it>
10523
10524         * buffer.[Ch] : The following are only changes to the ert
10525         compatibility read reading old LaTeX layout and font stuff and
10526         convert it to ERTInsets.
10527
10528         * buffer.h: added isErtInset().
10529
10530         * buffer.C (struct ErtComp): add a fromlayout bool to check
10531         if we're inside a LaTeX layout.
10532         (isErtInset): new helper function.
10533         (insertErtContents): look for other ert insets before this one
10534         and insert the contents there, so that we don't have subsequent
10535         ERT insets with nothing between them. This way we create only one
10536         inset with multiple paragraphs. Also check if we don't insert only
10537         spaces ' ' as they are ignored anyway afterwards in the .tex file
10538         so if we have only spaces we will ignore this latex part in the
10539         new file.
10540         (parseSingleLyXformat2Token \\layout): better compatibility when
10541         reading layout-latex stuff.
10542         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
10543         language tag.
10544         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
10545         stuff after reading the inset only get the information back from
10546         the stack.
10547
10548 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
10549
10550         * buffer.C (makeLaTeXFile): Put language options after loading babel.
10551
10552         * LaTeXFeatures.C (getBabelOptions): New method.
10553
10554 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10555
10556         * BufferView_pimpl.C (Dispatch): work around missing argument for
10557         'layout'
10558
10559 2002-05-08  Juergen Vigna  <jug@sad.it>
10560
10561         * text.C (leftMargin): handle paragraph leftindent.
10562
10563         * paragraph.C (writeFile): write the new \\leftindent tag.
10564         (validate): handle leftindent code.
10565         (TeXEnvironment): handle paragraphleftindent code again.
10566
10567         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
10568
10569         * buffer.C (parseSingleLyXformat2Token): added compatibility code
10570         for paragrap_extra indent code and new token \\leftindent.
10571         (latexParagraphs): handle the leftindent as environment.
10572
10573         * ParameterStruct.h: added leftindent support.
10574
10575         * ParagraphParameters.C (leftIndent): added support functions for
10576         the paragraph left indent.
10577
10578         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
10579         more appropriate.
10580
10581 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
10582
10583         * paragraph.C (isRightToLeftPar): Return false for a paragraph
10584         inside insetERT.
10585
10586         * text.C (computeBidiTables): No bidi in insetERT.
10587
10588         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
10589         in RTL documents.
10590
10591 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10592
10593         * version.C.in: pre 5
10594
10595 2002-05-02  José Matos  <jamatos@fep.up.pt>
10596         * buffer.C (makeDocBookFile): white space changes, add newline to
10597         command styles.
10598         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
10599
10600         * tabular.C (docBook): fix typo.
10601
10602 2002-05-03  Juergen Vigna  <jug@sad.it>
10603
10604         * screen.C (drawFromTo): recalculate the rowpointer if we had a
10605         change in LyXText as we can not be sure it was not freed.
10606         (drawOneRow): remove unused code.
10607
10608         * text.C (drawInset): redo the calculation of the need_break_row as
10609         it could have a row which was already freed.
10610         (draw): look at the return value of drawInset and return false if
10611         it also returned false.
10612         (paintRowText): look at the return value of draw and return false if
10613         it also returned false.
10614
10615         * lyxtext.h: added bool return type to drawInset() and draw() so that
10616         if we have a change in the row so that the rowbreak has to be redone
10617         we abort drawing as it will be called again.
10618
10619 2002-05-02  Juergen Vigna  <jug@sad.it>
10620
10621         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
10622         a change in the maintext also if we're inside an inset.
10623         (Dispatch): set the cursor again after a break line and after the
10624         screen has been updated as it could be we're in a different row.
10625
10626         * text2.C (fixCursorAfterDelete): check to make sure we don't request
10627         to set the cursor behind the pargraph with > size().
10628         (setCursor): check also for the same paragraph when checking where
10629         to put the cursor if we have a NFR inset.
10630
10631         * buffer.C (parseSingleLyXformat2Token): move the compatibility
10632         parts of layout read further up as it still was in the wrong
10633         position.
10634
10635 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10636
10637         * screen.C (drawFromTo): change sine fullRebreak always return
10638         true.
10639
10640         * buffer.C (parseSingleLyXformat2Token): reindent some
10641
10642         * BufferView_pimpl.C (update): change since fullRebreak always
10643         return true.
10644         (Dispatch): git rid of the last hardcoded "Standard"s.
10645
10646 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10647
10648         * text2.[Ch] (fullRebreak): make it return void now that we always
10649         returned true.
10650
10651 2002-04-30  Juergen Vigna  <jug@sad.it>
10652
10653         * buffer.C (parseSingleLyXformat2Token): reset the font before the
10654         ert compatibility check for "latex" layout.
10655
10656 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
10657
10658         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
10659         minipages: use col% instead of p%, and also use the current font.
10660         (makeLaTeXFile): Fix use babel condition.
10661         (parseSingleLyXformat2Token): Correct font when reading old floats.
10662
10663 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
10664
10665         * BufferView_pimpl.C (Dispatch): Check that float type exists when
10666         inserting list of floats.
10667
10668 2002-04-25  Herbert Voss  <voss@lyx.org>
10669
10670         * MenuBackend.C (expand): don't add the graphics extensions to the
10671         export menu
10672
10673 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10674
10675         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
10676         non-existing layout, do not complain if it was the default layout
10677         of the original class (bug #342)
10678
10679 2002-04-24  Juergen Vigna  <jug@sad.it>
10680
10681         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
10682         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
10683
10684 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
10685
10686         * buffer.C (getBibkeyList): If using \bibliography, return the
10687         option field with the reference itself. Enables us to provide natbib
10688         support when using \bibliography.
10689
10690 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
10691
10692         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
10693
10694         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
10695         natbib is provided by the LaTeX class.
10696
10697 2002-04-23  Juergen Vigna  <jug@sad.it>
10698
10699         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
10700         Wakeup functions.
10701
10702         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
10703
10704 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10705
10706         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
10707
10708         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
10709         ensuremath around textordmasculine, textordfeminine and
10710         textdegree.
10711
10712 2002-04-19  Juergen Vigna  <jug@sad.it>
10713
10714         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
10715         reinitializing the buffer otherwise row-dimensions may be wrong.
10716         (update): reset also the selection cursors if they do exits otherwise
10717         their x/y positions may be wrong.
10718
10719         * text2.C (cursorDown): don't enter the inset if we came from a row
10720         above and are one row over the inset.
10721
10722         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
10723         really leaving an inset.
10724
10725 2002-04-18  Juergen Vigna  <jug@sad.it>
10726
10727         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
10728         of the selected paragraph does not have the selected layout also if
10729         the last one had!
10730
10731         * text2.C (setLayout): fixed bug which did not change last selected
10732         paragraph.
10733
10734         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
10735         changed the read and substituted \\end_float with \\end_inset!
10736
10737         * BufferView_pimpl.C (cursorPrevious):
10738         (cursorNext): fixed to make it work with rows heigher than the work
10739         area without moving the cursor only the draw of the row.
10740         (workAreaMotionNotify): fix jumping over high rows.
10741
10742 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10743
10744         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
10745         Ressler.
10746
10747 2002-04-16  Juergen Vigna  <jug@sad.it>
10748
10749         * text2.C (setCursor): set also the irow().
10750         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
10751         (cursorUp):
10752         (cursorDown): support for locking an inset if the x_fix value goes
10753         inside it. That way I can transverse insets too with cursor up/down.
10754
10755         * lyxrow.h: added irow helper function same as other (i) functions.
10756
10757         * BufferView_pimpl.C (cursorPrevious):
10758         (cursorNext): fixed for insets!
10759
10760 2002-04-15  Juergen Vigna  <jug@sad.it>
10761
10762         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
10763         position otherwise it is wrong in some cases.
10764
10765         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
10766         inside the inset before the call.
10767
10768 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
10769
10770         * buffer.[Ch] (getBibkeyList): make it const.
10771
10772 2002-04-12  Juergen Vigna  <jug@sad.it>
10773
10774         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
10775
10776         * text2.C (getCursorX): new helper function
10777         (setCursor): compute also ix_
10778         (setCursorFromCoordinates): set also ix.
10779
10780         * lyxcursor.h: added ix_ and helper functions.
10781
10782         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
10783
10784         * buffer.C (insertStringAsLines): dont break paragraph if the this
10785         paragraph is inside an inset which does not permit it!
10786
10787         * text.C (breakParagraph): honor keepempty flag and break the paragraph
10788         also with no chars on this paragraph.
10789         (paintRowText): only paint stuff if it's inside the workarea!
10790
10791         * paragraph.C (breakParagraph): honor keepempty flag and break the
10792         paragraph always below not above.
10793
10794         * BufferView2.C (unlockInset): update the paragraph layout on inset
10795         unlock as we changed paragraph in such a case.
10796
10797         * lyxfind.C (LyXFind): clear the former selection if not found!
10798
10799         * text2.C (insertInset): freeze Undo after setUndo so that it is not
10800         again called in insertChar().
10801
10802         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
10803         an inset which uses the whole row!
10804         (rightMargin): ditto.
10805         (insertChar): force a rebreak if we inserted an inset!
10806
10807 2002-03-28  Herbert Voss  <voss@lyx.org>
10808
10809         * lyxlength.[Ch]: add inBP() to get the right PS-point
10810         units (BigPoint). With inPixels we have rounding errors
10811
10812 2002-04-11  Juergen Vigna  <jug@sad.it>
10813
10814         * text2.C (setCursorFromCoordinates): set iy to the right value.
10815         (setCursor): add check if row->previous exists!
10816
10817         * buffer.C (parseSingleLyXformat2Token): reset font after read of
10818         an old float_type as this was the case in the old code!
10819
10820         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
10821
10822         * BufferView2.C (showLockedInsetCursor): use iy
10823         (fitLockedInsetCursor): ditto
10824
10825         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
10826         locked insets as there we have the right value now.
10827
10828         * lyxcursor.C: added iy_ variable and iy functions to set to the
10829         baseline of cursor-y of the locked inset.
10830
10831         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
10832         (setCursor): fixed for insets which need a full row.
10833
10834         * text.C (rowLastPrintable): don't ignore the last space when before
10835         an inset which needs a full row.
10836         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
10837         as last character of a row when before a inset which needs a full row.
10838
10839 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10840
10841         * version.C.in: update date
10842
10843         * text2.C (fullRebreak): try to always return true and see what
10844         happens...
10845
10846 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10847
10848         * MenuBackend.C (expand): use Floating::listName
10849
10850         * FloatList.C (FloatList): add listName argument to the built-in
10851         floats
10852
10853         * Floating.[Ch]: add listName member, which is the 'List of XXX'
10854         text associated with the float.
10855
10856 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10857
10858         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
10859
10860 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10861
10862         * ShareContainer.h: add a couple of missing typenames.
10863
10864 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
10865
10866         * lyxrc.C (getDescription): use _() correctly rather than N_().
10867
10868 2002-03-28  Herbert Voss  <voss@lyx.org>
10869
10870         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
10871         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
10872
10873 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10874
10875         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
10876         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
10877
10878 2002-03-29  Juergen Vigna  <jug@sad.it>
10879
10880         * lyxfunc.C (dispatch): add a missing fitCursor call.
10881
10882         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
10883         it was scrolled by a cursor move, so return the bool status.
10884
10885         * BufferView.C (fitCursor): return the bool flag also to the outside
10886         world as this is needed.
10887
10888         * screen.C (toggleToggle): don't subtract the offset if it's positive.
10889
10890         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
10891         call the edit() as it is not needed (and wrong) IMO.
10892         (workAreaButtonPress): set the screen_first variable before evt.
10893         unlock the inset as this may change screen_first and then we have
10894         a wrong y position for the click!
10895
10896 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10897
10898         * MenuBackend.C (expand): another translation that I missed
10899
10900 2002-03-28  Juergen Vigna  <jug@sad.it>
10901
10902         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
10903
10904         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
10905
10906 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10907
10908         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
10909
10910         * MenuBackend.C (expand): fix export/view/update when there is no
10911         document open.
10912
10913 2002-03-27  Herbert Voss  <voss@lyx.org>
10914
10915         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
10916         and text%
10917
10918 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10919
10920         * bufferview_funcs.C (currentState): only show paragraph number
10921         for is DEVEL_VERSION is set.
10922
10923         * lyxfunc.C (dispatch): put warning in INFO channel
10924
10925         * MenuBackend.C (expand): translate the name of floats
10926
10927         * FloatList.C (FloatList): mark the float names for translation
10928
10929         * converter.C (convert): use LibScriptSearch
10930
10931 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10932
10933         * MenuBackend.C (defaults): fix default menu (we might as well get
10934         rid of it...)
10935
10936 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10937
10938         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
10939         directory.
10940
10941 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10942
10943         * lyxvc.C: reorder includes.
10944
10945 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
10946
10947         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
10948           properly
10949
10950 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
10951
10952         * CutAndPaste.C: change layouts earlier on paste
10953           to avoid crashing when calling getFont()
10954
10955 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
10956
10957         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
10958         irritating #error.
10959
10960 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10961
10962         * WorkArea.C: remove 'Pending' debug message.
10963
10964         * most files: ws cleanup
10965
10966         * buffer.[Ch]: ws changes
10967
10968         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
10969
10970 2002-03-21  Juergen Vigna  <jug@sad.it>
10971
10972         * tabular.C (SetMultiColumn): collapse also the contents of the
10973         cells and set the last border right. Added a Buffer const * param.
10974
10975 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10976
10977         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
10978         linking or not.
10979
10980 2002-03-19  Juergen Vigna  <jug@sad.it>
10981
10982         * text2.C (clearSelection): reset also xsel_cache.
10983
10984         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
10985         where it needs to be called (John tells us to do so too :)
10986         (selectionLost): reset sel_cache.
10987
10988         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
10989
10990 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10991
10992         * text2.C (setCursorIntern): put debuging code in INSETS channel
10993
10994 2002-03-19  André Pönitz <poenitz@gmx.net>
10995
10996         * lyxfunc.C: tiny whitespace change
10997
10998 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10999
11000         * ToolbarDefaults.C (init):
11001         * LyXAction.C (init):
11002         * commandtags.h:
11003         * BufferView_pimpl.C (Dispatch):
11004         * lyxfunc.C (dispatch): remove LFUN_DEPTH
11005
11006 2002-03-19  Allan Rae  <rae@lyx.org>
11007
11008         * exporter.C (Export): removeAutoInsets before doing anything else.
11009         While I've just introduced a dependency on BufferView this really is
11010         the best place to clean the buffer otherwise you need to cleanup in
11011         a dozen places before calling export or cleanup in a dozen functions
11012         that export calls.
11013
11014         * converter.C (runLaTeX):
11015         (scanLog): Better handling of removeAutoInsets and screen updates.
11016
11017         * lyxfunc.C (dispatch): small whitespace changes
11018
11019 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11020
11021         * WorkArea.C (C_WorkAreaEvent): return a value.
11022         (event_cb): return 1 if we handled the event, 0 otherwise.
11023
11024         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
11025
11026 2002-03-18  Juergen Vigna  <jug@sad.it>
11027
11028         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
11029         (GetAdditionalWidth): ditto.
11030         (RightLine): ditto.
11031         (LeftLine): ditto.
11032
11033         * BufferView2.C (copy): use getLyXText() so that we do it inside an
11034         inset if we're there actually (probably not used right now but this
11035         is the direction to go for unifying code).
11036         (paste): disable code to clear the selection.
11037
11038         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
11039         inside an InsetText and move the check further up as it is in the
11040         wrong place.
11041
11042         * text2.C (pasteSelection): set a selection over the pasted text.
11043
11044 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
11045
11046         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
11047         and libgraphics to build on Cygwin.
11048
11049 2002-03-15  Juergen Vigna  <jug@sad.it>
11050
11051         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
11052         inserting an Inset into the paragraph. I know this is not the best
11053         fix but we already use current_view in CutAndPaste so we will remove
11054         all of it's using at the same time.
11055
11056         * buffer.C (sgmlError): deactivated function till it is rewritten in
11057         the right mode, now it can create problems.
11058
11059         * paragraph.C (isLineSeparator): check if getInset returns != 0,
11060         before accessing it.
11061
11062 2002-03-14  Juergen Vigna  <jug@sad.it>
11063
11064         * undo_funcs.C (textHandleUndo): do the right thing when updating
11065         the inset after the undo/redo.
11066
11067         * text2.C (setCursor): just some testcode for #44 not ready yet.
11068
11069         * undo_funcs.C (textHandleUndo): set the next() and previous()
11070         pointers of the paragraph to 0 before deleting otherwise we have
11071         problems with the Paragraph::[destructor].
11072
11073         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
11074         on a paragraph insertion.
11075
11076 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11077
11078         * buffer.C (asciiParagraph): use += operator for char append to
11079         string.
11080
11081         * paragraph.C (getFontSettings): compare >= not just >
11082         (highestFontInRange): ditto
11083         (setFont): ditto
11084
11085 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11086
11087         * paragraph.C: change several algorithm to be more appripriate for
11088         the problem domain. This is lookip in FontList and in the InsetList.
11089
11090 2002-03-13  André Pönitz <poenitz@gmx.net>
11091
11092         * commandtags.h:
11093         * LyXAction.C: remove unused LFUN_MATH_MACROARG
11094
11095 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
11096
11097         * commandtags.h:
11098         * LyXAction.C:
11099         * lyxfunc.C:
11100         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
11101
11102 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11103
11104         * Painter.C (display): anon helper function, adjust code for this
11105         change.
11106         (pixmap): remove function.
11107
11108         * Painter.h: remove private display variable.
11109
11110         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
11111
11112 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
11113
11114         * WorkArea.[Ch]: remove figinset_canvas cruft.
11115
11116 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11117
11118         * lyxtextclass.C (operator): add one item cache optimization.
11119
11120         * bufferlist.h: doxy changes
11121
11122         * bufferlist.C: ws changes
11123
11124         * DepTable.[Ch] (ext_exist): place const in the right spot.
11125
11126         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
11127         call resizeInsets.
11128         (workAreaExpose): call resizeInsets when the with BufferView changes.
11129         (Dispatch): adjust for protectedBlank removal
11130         (specialChar): call updateInset if the insert went ok.
11131
11132         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
11133         specialChar instead.
11134
11135         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
11136
11137         * BufferView.h: doxy change
11138
11139         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
11140
11141         * lyxtextclass.C (operator[]): remove non-const version
11142         (defaultLayout): remove non-const version
11143
11144 2002-03-12  Juergen Vigna  <jug@sad.it>
11145
11146         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
11147         did resize the LyXText too.
11148
11149         * buffer.C (readLyXformat2): set layout information on newly allocated
11150         paragraphs.
11151
11152         * tabular.C (OldFormatRead): set layout information on the paragraph.
11153
11154 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11155
11156         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
11157
11158 2002-03-11  Juergen Vigna  <jug@sad.it>
11159
11160         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
11161         plainly wrong.
11162         (resizeCurrentBuffer): force also the insets to resize themselfes.
11163         (moveCursorUpdate): fixed up for InsetText.
11164
11165 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
11166
11167         * commandtags.h:
11168         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
11169         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
11170         value of Dialogs::tooltipsEnabled().
11171         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
11172
11173 2002-03-08  Juergen Vigna  <jug@sad.it>
11174
11175         * BufferView_pimpl.C (updateInset): update inset inside inset also
11176         if it isn't inside theLockingInset().
11177
11178 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11179
11180         * buffer.C (asciiParagraph): redo some of the word and line length
11181         handling.
11182         (getLists): look for Caption instead of caption.
11183
11184 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11185
11186         * buffer.C (Buffer): initialize niceFile to true
11187         (makeLaTeXFile):
11188         (makeLinuxDocFile):
11189         (makeDocBookFile): make sure niceFile is true on exit
11190
11191 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11192
11193         * buffer.C (makeLaTeXFile): escape ~ in \input@path
11194
11195 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
11196
11197         * LyXSendto.C: remove.
11198         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
11199         * lyx_gui.C: remove now-redundant comment.
11200         * ColorHandler.h: remove forward declaration of class WorkArea.
11201         * lyxfunc.C: remove #include "WorkArea.h".
11202
11203 2002-03-07  Juergen Vigna  <jug@sad.it>
11204
11205         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
11206         got moved away with the DEPM and also set the inset_owner always
11207         right which before could have been omitted.
11208
11209 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11210
11211         * buffer.C (parseSingleLyXformat2Token): use default layout is the
11212         wanted layout is not found.
11213
11214 2002-03-07  Juergen Vigna  <jug@sad.it>
11215
11216         * CutAndPaste.C (cutSelection): another layout settings forgotten.
11217
11218 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11219
11220         * paragraph.C (breakParagraph): use default layout not layout of
11221         prev paragraph.
11222         (Paragraph): clear ParagraphParameters.
11223
11224 2002-03-06  Juergen Vigna  <jug@sad.it>
11225
11226         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
11227         otherwise it would not be a valid lenght. Fixed a special case in
11228         the minipage compatibility read where we end the document with a
11229         minipage.
11230
11231         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
11232         was set as it could be 0 for InsetTexts first entry.
11233
11234 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11235
11236         * paragraph.C (writeFile): if layout is empty write out
11237         defaultLayoutName().
11238
11239         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
11240         file without named layout we set layout to defaultLayoutName().
11241
11242 2002-03-06  Juergen Vigna  <jug@sad.it>
11243
11244         * CutAndPaste.C (copySelection): set layout for new paragraph.
11245
11246         * text.C (prepareToPrint): leave ERT inset left aligned
11247         (leftMargin): don't indent paragraphs inside ERT insets
11248
11249 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11250
11251         * paragraph.C (breakParagraph): dont call clear do the work manually
11252
11253         * paragraph.[Ch] (clear): remove function
11254
11255 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11256
11257         * paragraph.C (Paragraph): dont call clear, the work has already
11258         been done.
11259
11260         * lyxtextclass.C (operator): assert if n is empty
11261
11262         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
11263         work manually instead.
11264
11265 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11266
11267         * BufferView_pimpl.C: protect selectionLost against text == 0
11268
11269 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11270
11271         * text.C (breakParagraph): fix a setting layout to '0' problem.
11272
11273 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11274
11275         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
11276         final location of file, for the included files, and graphics.
11277
11278 2002-03-05  Juergen Vigna  <jug@sad.it>
11279
11280         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
11281
11282 2002-03-04  Juergen Vigna  <jug@sad.it>
11283
11284         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
11285
11286         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
11287         last column of multicolumn cells.
11288         (SetWidthOfMulticolCell): recalculate NMC and real columns.
11289
11290 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
11291
11292         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
11293         file if it doesn't go to a temporary file.
11294
11295         * buffer.C (sgmlOpenTag):
11296         (sgmlCloseTag):  remove extra newline insertion.
11297
11298 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11299
11300         * text.C (getRowNearY): comment out debug msg
11301
11302 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11303
11304         * text2.C: first -> first_y
11305
11306         * text.C (getRowNearY): add some attemts at a possible
11307         optimization, not working.
11308
11309         * tabular.[Ch]: add BufferParams to several function so that newly
11310         created paragraph can be initialized to he default layotu for the
11311         buffers textclass.
11312
11313         * tabular-old.C (ReadOld): add buf->params to call of Init
11314
11315         * screen.C: rename text->first to text->first_y
11316
11317         * paragraph.C (breakParagraph): always set layout in the broken
11318         paragraph
11319
11320         * lyxtextclass.C (Read): remove lowercase
11321         (hasLayout): ditto
11322         (operator): ditto
11323         (delete_layout): ditto
11324
11325         * lyxtext.h: rename first -> first_y
11326
11327         * lyxlayout.C (Read): remove lowercase
11328         (name): ditto
11329         (setName): ditto
11330         (obsoleted_by): ditto
11331
11332         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
11333
11334         * buffer.C (insertErtContents): add params are to InsetERT
11335         (parseSingleLyXformat2Token): add code to check if a paragraphs
11336         layout really exist.
11337         (parseSingleLyXformat2Token): add params to several inset
11338         constructors
11339         (asciiParagraph): remove lowercase, do the layout comparisons with
11340         no_case
11341
11342         * BufferView_pimpl.C (cursorNext): first -> first_y
11343         (resizeCurrentBuffer): first -> first_y
11344         (updateScrollbar): first -> first_y
11345         (scrollCB): first -> first_y
11346         (workAreaMotionNotify): first -> first_y
11347         (workAreaButtonPress): first -> first_y
11348         (checkInsetHit): first -> first_y
11349         (cursorPrevious): first -> first_y
11350         (cursorNext): first -> first_y
11351         (Dispatch): add buffer_->params to severl inset contructors
11352
11353 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11354
11355         * lyxlayout.C (Read): remove some debug info that I forgot.
11356
11357         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
11358         clean up the code slightly.
11359         (makeLinuxDocFile): ditto
11360         (makeDocBookFile): ditto
11361
11362         * text2.C: layout as string
11363
11364         * text.C: layout as string
11365
11366         * paragraph_pimpl.C: layout as string
11367
11368         * paragraph.[Ch]: layout as string
11369
11370         * lyxtextclasslist.[Ch]: layout as string
11371
11372         * lyxtextclass.[Ch]: layout as string
11373
11374         * lyxtext.h: layout as string
11375
11376         * lyxlayout.[Ch]: layout as string
11377
11378         * lyx_cb.C: layout as string
11379
11380         * bufferview_funcs.C: layout as string
11381
11382         * bufferparams.C: layout as string
11383
11384         * buffer.C: layout as string
11385
11386         * LyXView.[Ch]: layout as string
11387
11388         * LaTeXFeatures.[Ch]: layout as string
11389
11390         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
11391
11392         * BufferView_pimpl.C: change current_layout to string, remove
11393         lyx::layout_type.
11394         (Dispatch):
11395         (smartQuote):
11396         (insertInset):
11397         (workAreaButtonRelease): layout as string
11398
11399         * BufferView2.C (unlockInset): adjust
11400
11401         * vspace.C (asLatexCommand): use an explict temp variable.
11402
11403 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
11404
11405         * Makefile.am: use FRONTEND_*
11406
11407 2002-03-01  Juergen Vigna  <jug@sad.it>
11408
11409         * tabular.C (SetWidthOfMulticolCell): changed to something better
11410         I hope but still work in progress.
11411         (recalculateMulticolumnsOfColumn): renamed function from
11412         recalculateMulticolCells as it is more appropriate now.
11413         (SetWidthOfCell): calculate multicols better.
11414
11415 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11416
11417         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
11418
11419         * lyxfunc.C (processKeySym): print sequence also if it is
11420         `deleted' (complete)
11421
11422         * kbsequence.C (print): print sequence even if it is deleted
11423         (complete would be a better word, actually).
11424
11425         * lyxfunc.C (dispatch): print complete options after a prefix key
11426
11427         * vspace.C (asLatexCommand): rewrite in a slightly different form.
11428
11429 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
11430
11431         * text2.C (setCharFont): eliminate setCharFont code duplication.
11432
11433 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11434
11435         * BufferView_pimpl.C (Dispatch): remove bogus handling of
11436         LFUN_TABULAR_FEATURE (bug #177)
11437
11438 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
11439
11440         * Makefile.am: remove figure.h
11441
11442 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
11443
11444         * Bufferview_pimpl.C:
11445         * CutAndPasteC:
11446         * LaTeX.C:
11447         * LyXSendto.C:
11448         * buffer.C:
11449         * bufferlist.C:
11450         * converter.C:
11451         * language.C:
11452         * lyxfunc.C:
11453         * lyxvc.C:
11454         * paragraph.C:
11455         * text.C:
11456         * text2.C: remove #include "lyx_gui_misc.h".
11457
11458         * LaTeX.C: added #include <cstdio>
11459
11460 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11461
11462         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
11463         that the paragraph following this one can have.
11464
11465         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
11466
11467         * vspace.C (asLatexCommand): fix bogus gcc warning
11468
11469         * Makefile.am (lyx_SOURCES): remove vms_defines.h
11470
11471 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
11472
11473         * text2.C (setLayout): get rid of redundant code
11474
11475 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
11476
11477         * text2.C (incDepth): make sure depth cannot be increased beyond
11478         reasonable values.
11479
11480 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
11481
11482         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
11483         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
11484
11485         * PainterBase.h (image):
11486         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
11487         a LyXImage const *.
11488
11489 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11490
11491         * BufferView.C:
11492         * BufferView.h:
11493         * BufferView_pimpl.C:
11494         * BufferView_pimpl.h:
11495         * LaTeXFeatures.C:
11496         * LyXAction.C:
11497         * LyXView.C:
11498         * Makefile.am:
11499         * UpdateList.h:
11500         * UpdateList.C:
11501         * buffer.C:
11502         * figure.h:
11503         * figureForm.C:
11504         * figureForm.h:
11505         * figure_form.C:
11506         * figure_form.h:
11507         * lyx_cb.C:
11508         * lyx_gui.C:
11509         * lyx_gui_misc.C:
11510         * lyxfunc.C:
11511         * sp_base.h:
11512         * sp_ispell.h:
11513         * sp_pspell.h:
11514         * sp_spell.C: remove fig inset, and the crap house of
11515           cards that follows it
11516
11517 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
11518
11519         * Makefile.am:
11520         * lyxserver.C:
11521         * os2_defines.h:
11522         * os2_errortable.h:
11523         * nt_defines.h: move .h into support/
11524
11525         * vms_defines.h: remove
11526
11527         * WorkArea.C: add space in debug output
11528
11529         * text2.C:
11530         * paragraph.C:
11531         * buffer.C: add WITH_WARNINGS
11532
11533         * vc-backend.h:
11534         * vc-backend.C:
11535         * bufferlist.C: s/retrive/retrieve/, add docs
11536
11537         * vspace.h:
11538         * vspace.C:
11539         * kbmap.h:
11540         * lyxlength.h:
11541         * lyxgluelength.h:
11542         * length_common.h:
11543         * chset.h:
11544         * chset.C: add docs
11545
11546         * lyxgui.C: add ID to X error handler
11547
11548         * lyxtestclass.c: fix typo
11549
11550 2002-02-26  Juergen Vigna  <jug@sad.it>
11551
11552         * tabular_funcs.C (write_attribute): changed so that some default
11553         attributes are not written at all.
11554         (getTokenValue): set default values before trying to read the
11555         value so we have the return value always set as default if we don't
11556         find the token we search for.
11557
11558         * tabular.C (Write): write bools as bools not as strings!
11559
11560 2002-02-22  Juergen Vigna  <jug@sad.it>
11561
11562         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
11563         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
11564
11565         * text.C (leftMargin): don't add an indent for paragraphs inside
11566         tabular cells (fix #208).
11567
11568 2002-02-21  José Matos  <jamatos@fep.up.pt>
11569
11570         * tabular.C (docBook): fixed support for long tables.
11571
11572 2002-02-20  Juergen Vigna  <jug@sad.it>
11573
11574         * text2.C (getFont): get the drawing font of the Inset if this
11575         paragraph is inside an inset (only important for InsetERT for now).
11576
11577         * buffer.C (insertErtContents): use new lanugage params in ERT
11578         constructor.
11579
11580         * CutAndPaste.C: commenting out seemingly uneeded code.
11581
11582 2002-02-19  Allan Rae  <rae@lyx.org>
11583
11584         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
11585         Iterators might be simple to use but they also get invalidated.
11586         (removeAutoInsets): renamed saved cursor tracking variables and added
11587         some comments to clarify what everything does.
11588
11589 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
11590
11591         * Chktex.C:
11592         * LaTeX.C:
11593         * LyXSendto.C:
11594         * converter.C:
11595         * lyx_cb.C:
11596         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
11597         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
11598
11599         * lyxfunc.C:
11600         * vc-backend.h: remove #include "support/syscall.h"
11601
11602         * LaTeX.C:
11603         * LyXSendto.C:
11604         * converter.C: rearrange #includes in Lars' approved fashion.
11605
11606         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
11607         forward declare class Timeout in the header file.
11608
11609         * XFormsView.C: changes due to the above.
11610
11611         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
11612         similar to LyXView.
11613
11614         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
11615         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
11616
11617 2002-02-18  José Matos  <jamatos@fep.up.pt>
11618
11619         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
11620         insets contents.
11621
11622 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11623
11624         * a lot of small ws changes
11625         * add a lot of using std::XXX
11626         * use std construcs some places where approp.
11627         * use some exisint stuff from lyxfunctional where approp.
11628         * Make file changes to use partial linking (lets test this now...)
11629
11630 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11631
11632         * Chktex.C:
11633         * buffer.C:
11634         remove #include "support/syscontr.h" as it's redundant. Always has been.
11635
11636         * Chktex.C:
11637         * LaTeX.C:
11638         * LyXSendto.C:
11639         * converter.C:
11640         * lyx_cb.C:
11641         * vc-backend.C:
11642         change Systemcalls::System to Systemcalls::Wait and
11643         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
11644         No change of functionality, just reflects the stripped down Systemcalls
11645         class.
11646
11647 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
11648
11649         * debug.[Ch]: add a GRAPHICS type to the enum.
11650
11651 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11652
11653         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
11654
11655         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
11656         there is an inset.
11657
11658 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11659
11660         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
11661         match the changes below.
11662
11663         * text2.C (toggleInset): if there is not editable inset at cursor
11664         position, try to see if cursor is _inside_ a collapsable inset
11665         and close it.
11666
11667 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11668
11669         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
11670         document menu has a nice checkbox
11671
11672 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11673
11674         * lyxlength.C (asLatexString): change PW to output as percent of
11675         \textwidth.
11676
11677         * lengthcommon.C: change '%' to 't%'
11678
11679         * lyxfunc.C (dispatch): a few comments from Martin
11680
11681 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
11682
11683         * WorkArea.h:
11684         * WorkArea.C:
11685         * BufferView_pimpl.h:
11686         * BufferView_pimpl.C: clear our selection when X tells us we've lost
11687           the X selection.
11688
11689 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11690
11691         * vspace.C (inPixels): fix compiler warning
11692
11693 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11694
11695         * lyxfunc.C (getStatus): fix status message for disabled commands.
11696
11697 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
11698
11699         * BufferView_pimpl.C: fix crash on close buffer
11700         during selection (#227)
11701
11702 2002-01-27  Herbert Voss  <voss@lyx.org>
11703
11704         * buffer.C: link old Figure to new graphic inset
11705
11706 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
11707
11708         * FontLoader.C (getFontinfo): Change the latex font names in order
11709         to match the names of type1inst.
11710
11711 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11712
11713         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
11714
11715         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
11716         (extchanged): ditto
11717         (ext_exist): ditto
11718         (remove_files_with_extension): ditto
11719         (remove_file): ditto
11720         (write): ditto
11721
11722         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
11723         document is smaller than the work area height. Do not initialize
11724         static variables to 0.
11725
11726 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11727
11728         * lyx_gui.C (init): give the toolbar tooltips a normal font.
11729
11730         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
11731         LFUN_LAYOUT_PARAGRAPHS.
11732
11733         * tabular.C (GetCellFromInset): new method. Finds an inset in a
11734         tabular. It is possible to provide a possible cell, which will
11735         typically be the actcell from the corresponding insettabular
11736
11737         * lyxfunc.C (getStatus): small cleanup; disable
11738         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
11739         true
11740
11741 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11742
11743         * tabular.C (Validate): remove broken optimization (fixes bug #201)
11744
11745         * paragraph.C (startTeXParParams):
11746         (endTeXParParams): new methods. The LaTeX code to
11747         start/end paragraph formatting
11748         (simpleTeXOnePar): call startTeXParParams also when paragraph is
11749         empty (fixes bug #200)
11750
11751         * vspace.C (inPixels): adapt to the change below
11752         (inPixels): [later] more cleanups (remove unused variables)
11753
11754         * lyxlength.C (inPixels): change to use a width and a height as
11755         parameter.
11756
11757 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11758
11759         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
11760         Replaced with \paperwidth
11761
11762         * DepTable.C (insert): add std:: qualifier
11763
11764 2002-01-18  Allan Rae  <rae@lyx.org>
11765
11766         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
11767         updated also?
11768
11769         * text.C (drawInset): Turned out I didn't know enough about how
11770         rebreaking worked.  This fixes most of the redraw problems.  I see
11771         an occasional cursor trail when a line is broken now and the cursor
11772         placement can seem out by a few pixels also after a rebreak.
11773
11774 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11775
11776         * buffer.C (parseSingleLyXformat2Token): update because minipage
11777         width is now a LyXLength
11778
11779         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
11780
11781         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
11782         math insets
11783
11784 2002-01-17  Juergen Vigna  <jug@sad.it>
11785
11786         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
11787
11788         * BufferView2.C (lockInset): call edit() so that theLockingInset()
11789         is set correctly and the inset is updated correctly.
11790
11791 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11792
11793         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
11794         the beginning of the loop.
11795
11796 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
11797
11798         * lyxrc.C: improve help for use_scalable_fonts
11799
11800 2002-01-17  Allan Rae  <rae@lyx.org>
11801
11802         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
11803
11804 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11805
11806         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
11807         make sure to set their inset_owner to the right value (bug #171)
11808
11809 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
11810
11811         * DepTable.h
11812         * DepTable.C: Implement mtime checking to reduce time spent doing
11813         CRCs.
11814
11815 2002-01-16  Juergen Vigna  <jug@sad.it>
11816
11817         * tabular.C (GetAdditionalHeight): one of error fixed.
11818
11819         * lyxrc.C (output): small fix in writing use_pspell.
11820
11821 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
11822
11823         * sp_base.h: #include LString.h
11824
11825 2002-01-16  Allan Rae  <rae@lyx.org>
11826
11827         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
11828         Can someone check this please?
11829
11830         * text.C (drawInset): It was possible that p.row would be removed by
11831         breakAgainOneRow upsetting a few other settings.  There may be another
11832         small tweak possible by setting need_break_row = 0 when p.row has been
11833         removed but I don't know enough about the logic here.
11834
11835 2002-01-15  Allan Rae  <rae@lyx.org>
11836
11837         * text.C (insertChar): removed conditional truism.
11838
11839         * BufferView2.C (removeAutoInsets): More tweaks.
11840         cur_par_prev could be a stray pointer.  Check for trailing empty line
11841         in case last line was cur_par and only had an error inset on it.
11842
11843 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11844
11845         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
11846         absolute
11847
11848         * vc-backend.C (most methods):
11849         * exporter.C (Export):
11850         * converter.C (convert):
11851         (runLaTeX):
11852         * LyXSendto.C (SendtoApplyCB):
11853         * lyxfunc.C (dispatch):
11854         (menuNew):
11855         (open):
11856         (doImport):
11857         * lyx_cb.C (AutoSave):
11858         (InsertAsciiFile):
11859         * BufferView_pimpl.C (MenuInsertLyXFile):
11860         * buffer.C (runChktex): use Buffer::filePath().
11861
11862         * buffer.h: rename filename to filename_; rename filepath to
11863         filepath_ and make it private
11864         (filePath): new method
11865
11866         * buffer.C (writeFile): use fileName()
11867         (getLatexName):
11868
11869         * lyx_main.C (init): fix starting  of LyX when the binary is a
11870         link from so,ewhere else.
11871
11872         * minibuffer.C: include <cctype> for isprint
11873
11874 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11875
11876         * buffer.C (parseSingleLyXformat2Token): changes associated with the
11877         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
11878         name clash with InsetCollapsable's width function.
11879
11880 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11881
11882         * lastfiles.C: include <iterator>
11883
11884 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11885
11886         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
11887         std::count.
11888
11889         * buffer.C (makeLaTeXFile): ditto.
11890         Also make loop operation more transparent.
11891
11892 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
11893
11894         * ToolbarDefaults.C: remove trailing comma closing namespace.
11895
11896         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
11897
11898         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
11899         as in WorkArea.
11900
11901         * trans.C (Load): comment out unused variable, allowed.
11902
11903 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
11904
11905         * minibuffer.[Ch] (append_char): new method to recieve input from the
11906         drop-down completion browser. If a key was pressed, then recieve this
11907         char and append it to the existing string.
11908         (peek_event): modify the positioning data passed to the completion
11909         browser so that it can be placed above the minibuffer rather than below.
11910 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11911
11912         * LyXAction.C (init): alloe error-next for readonly documents.
11913
11914         * BufferView2.C (ChangeRefsIfUnique): use standard version of
11915         count.
11916
11917 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11918
11919         * bufferlist.C (readFile): create the buffer _after_ checking that
11920         the file exists.
11921
11922         * lyxfunc.C (verboseDispatch): fix handling of arguments
11923
11924         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
11925
11926         * lyxrc.C: use string::erase() instead of initializing to "".
11927
11928
11929 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
11930
11931         * BufferView_pimpl.h:
11932         * BufferView_pimpl.C:
11933         * WorkArea.h:
11934         * WorkArea.C:
11935         * text2.C: tell X when we have made a selection for copying
11936
11937 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11938
11939         * BufferView_pimpl.C (MenuInsertLyXFile):
11940         * lyxfunc.C (menuNew):
11941         (open):
11942         (doImport): add shortcuts to directory buttons
11943
11944         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
11945         open a float)
11946
11947         * lyxfunc.C (setStatusMessage):
11948         (getStatusMessage): new methods
11949         (getStatus):use setStatusMessage instead of setErrorMessage
11950         (dispatch): when function is disabled, set error message here
11951         [instead of in getStatus previously]
11952
11953         * BufferView_pimpl.C (workAreaButtonRelease): update
11954         toolbar/menubar here too.
11955
11956 2002-01-13  Allan Rae  <rae@lyx.org>
11957
11958         * BufferView2.C (removeAutoInsets): finished off earlier fix.
11959         Now seems indestructible.  Remaining task is to audit all other
11960         code affected by deleteEmptyParagraphMechanism.  One small quirk
11961         left is that an empty document with an error in the preamble can
11962         be made to report an error but no error box appears.  I don't know
11963         where it goes.
11964         (removeAutoInsets): Improved comments.
11965
11966 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
11967
11968         * Thesaurus.h:
11969         * Thesaurus.C: update for Aiksaurus 0.14
11970
11971 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11972
11973         * text2.C (firstParagraph): removed member function, all uses
11974         replaces with ownerParagraph
11975         (redoParagraphs): here
11976         (updateInset): here
11977         (toggleAppendix): here
11978         * BufferView2.C (insertErrors): here
11979         (setCursorFromRow): here
11980
11981 2002-01-13  Allan Rae  <rae@lyx.org>
11982
11983         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
11984         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
11985         There is still a way to segfault this although you may have to do this
11986         multiple times: Have an InsetERT with an unknown command in it.
11987         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
11988         <down-arrow>, <Enter> again, View->DVI, BANG!
11989
11990         * text2.C (setCursor):
11991         (deleteEmptyParagraphMechanism):
11992         * lyxtext.h (setCursor):
11993         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
11994         Making use of the return value may help fix other bugs.
11995
11996 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11997
11998         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
11999
12000         * LyXView.C (updateMenubar): call MenuBar::update here
12001         (updateToolbar): but not here
12002         (showState): do not update toolbar/menubar
12003
12004         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
12005         should need to care about that.
12006
12007         * lyxfunc.C (verboseDispatch): simplify a bit
12008         (getStatus): have a version which takes a pseudoaction, and
12009         another which requires a (kb_action,string).
12010
12011         * LyXAction.C (retrieveActionArg): make it work also when action
12012         is not a pseudo-action.
12013         (getActionName): simplify a bit
12014         (helpText):
12015
12016 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12017
12018         * lyxfunc.C (verboseDispatch): new families of methods with
12019         several ways to specify a command and a bool to indicate whether
12020         the command name and shortcut should be displayed in minibuffer
12021         (eventually, we could extend that to a finer bitmask like
12022         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
12023         (dispatch): the pristine dispatch command which just, well,
12024         dispatchs! Note it still sets its result to minibuffer; I'm not
12025         sure we want that.
12026
12027         * lyxfunc.h: remove setHintMessage
12028
12029         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
12030
12031 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12032
12033         * BufferView_pimpl.C (specialChar): delete new inset if we have
12034         not been able to insert it.
12035
12036         * kbmap.C: revert to using int instead of kb_action, since all we
12037         are dealing with is pseudo-actions.
12038
12039         * LyXAction.C (searchActionArg): change to return int instead of
12040         kb_action, since the result is a pseudoaction.
12041
12042 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
12043
12044         * buffer.C (insertErtContents): Fix (partially) the font bug.
12045
12046 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
12047
12048         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
12049         as the other one is broken on my machine!
12050
12051 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
12052
12053         * commandtags.h:
12054         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
12055
12056 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
12057
12058         * lyxrc.[Ch]: change names and descriptions of popup font variables to
12059         reflect their actual use. Provide compatibility code for older lyxrc
12060         files.
12061
12062         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
12063         FL_NORMAL_STYLE.
12064         change names of popup font variables in line with the changes to lyxrc.C
12065
12066 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12067
12068         * buffer.C (asciiParagraph): avoid outputing a word twice after
12069         an inset.
12070
12071         * lyxrc.C (getDescription): document that document_path and
12072         template_path can be empty.
12073
12074 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12075
12076         * LaTeXFeatures.C (getMacros):
12077         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
12078
12079         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
12080
12081         * LaTeXFeatures.C (useFloat): require "float" here instead of in
12082         getPackages.
12083         (getPackages): rename feature "floats" to "float". Use an array to
12084         iterate over 'simple' features (i.e. just a \usepackage). Add
12085         handling of "amsmath" (renamed from "amsstyle").
12086
12087 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
12088
12089         * LaTeXFeatures.C (require): Prevent duplicate entries in the
12090         features list.
12091
12092 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
12093
12094         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
12095         FuncStaus::FuncStatus & FuncStaus::some_method().
12096
12097 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
12098
12099         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
12100         of the func_satus stuff. Edited and massaged in various ways by
12101         JMarc.
12102
12103         * lyxfunc.C (getStatus): use FuncStatus
12104
12105 2002-01-08  Juergen Vigna  <jug@sad.it>
12106
12107         * text.C (nextBreakPoint): use function Inset::isChar().
12108
12109         * paragraph.C (TeXOnePar): use function
12110         Inset::forceDefaultParagraphs.
12111
12112         * buffer.C (latexParagraphs): use function
12113         Inset::forceDefaultParagraphs.
12114
12115 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
12116
12117         * lyx_gui.C (init): set the style of the menu popups to
12118         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
12119
12120 2002-01-07  Juergen Vigna  <jug@sad.it>
12121
12122         * text.C (setHeightOfRow): small fix
12123         (prepareToPrint): don't look at alignment if we don't have the place
12124         for doing it.
12125
12126 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
12127
12128         * box.C: New file. Move the Box methods and functions out of box.h,
12129         following Lars' suggestion.
12130
12131 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
12132
12133         * box.h: #include "support/LOstream.h", needed for inlined function.
12134
12135         * lyxtextclass.C:
12136         * lyxtextclasslist.C: added some using std declarations.
12137
12138 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
12139
12140         * box.h: make signed dimensions to allow insets wider than
12141           the screen (bug #162)
12142
12143         * BufferView_pimpl.C: add some insetHit debug
12144
12145 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
12146
12147         * vc-backend.C: add FIXME
12148
12149 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12150
12151         * lyxfunc.C (getStatus): enable code for showing math font status
12152         in toolbar/menu.
12153
12154 2002-01-07  Juergen Vigna  <jug@sad.it>
12155
12156         * text.C (nextBreakPoint): removed debug output not needed anymore.
12157
12158 2002-01-06  Juergen Vigna  <jug@sad.it>
12159
12160         * text.C (nextBreakPoint): fixed up this function we had this bug
12161         since ever but now hopefully we break row better.
12162         (insertChar): we have to check if an inset is the next char as it
12163         could now happen that a large inset is causing a break.
12164
12165 2002-01-05  Juergen Vigna  <jug@sad.it>
12166
12167         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
12168         if it doesn't like to be drawed.
12169
12170 2002-01-04  Juergen Vigna  <jug@sad.it>
12171
12172         * BufferView2.C (lockInset): forgot to set a cursor.
12173
12174         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
12175
12176 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
12177
12178         * FormMathsPanel.C:
12179         * FormMathsPanel.h
12180         * MathsSymbols.C:
12181         * form_maths_panel.C:
12182         * form_maths_panel.h:
12183         * form_maths_panel.fd: implemented sub- and super- buttons in math
12184         panel.
12185
12186         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
12187         (or ^ space) to be used as in TeX (req'd by André).
12188
12189         * lyxfunc.C: Allow ^ and _ again to be used both as
12190         super/subscript (mathed) and as themselves (in text).
12191
12192 2002-01-03  Allan Rae  <rae@lyx.org>
12193
12194         * LyXView.C (updateWindowTitle): Setup a short icon title of either
12195         "LyX" or the filename of the current buffer if it has one.  This is a
12196         modified form of John Levon's patch.
12197
12198         * XFormsView.C (setWindowTitle): also set icon title.
12199
12200         * LyXView.h (setWindowTitle): signature changed.
12201         * XFormsView.h (setWindowTitle): ditto.
12202
12203 2002-01-02  Juergen Vigna  <jug@sad.it>
12204
12205         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
12206
12207 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12208
12209         * screen.C (topCursorVisible): introduce a temp var for
12210         text->cursor.row(), handle the case where this row is null. (kindo
12211         hachish)
12212
12213         * text2.C (setCursor): add a couple of asserts.
12214
12215         * paragraph.h (inset_iterator): add -> operator
12216
12217         * paragraph.[Ch] (autoDeleteInsets): remove member function
12218
12219         * BufferView2.C (removeAutoInsets): rewrite to handle the old
12220         cursor pos correctly and handle inset deletion by itself.
12221         (insertErrors): move iterator declaration out of for expression
12222
12223         * lyxtextclass.C: add <algorithm>
12224
12225         * Makefile.am: added the new files to sources, removed layout.C
12226
12227         * layout.C: removed file
12228
12229         * layout.h: remove LYX_DUMMY_LAYOUT
12230
12231         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
12232         layout.
12233
12234         * lyxlayout.[Ch]:
12235         * lyxtextclass.[Ch]:
12236         * lyxtextclasslist.[Ch]: new files
12237
12238         * include order changes to a lot of files, also changes because of
12239         the six new files.
12240
12241 2001-12-27  Juergen Vigna  <jug@sad.it>
12242
12243         * buffer.C (asciiParagraph): more fixes.
12244
12245         * tabular.C (ascii): make ascii export support export of only the
12246         data separated by a column-delimiter.
12247         (ascii): better support for ascii export.
12248
12249         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
12250
12251 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12252
12253         * tabular_funcs.C: use a "using std::getline" instead of the
12254         previous fix from Angus (necessary for cxx + lyxstring)
12255
12256 2001-12-24  Juergen Vigna  <jug@sad.it>
12257
12258         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
12259
12260         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
12261         problems. First check a minipage also if we have some ert-contents
12262         (not only on par->size(), second set the right depth of the paragraph
12263         on the relink to the root-paragraph-list!
12264
12265         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
12266         which then did not anymore update the main paragraphs on undo/redo!
12267
12268 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12269
12270         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
12271         code. Support all font-changing funcs (even those which are not in
12272         menu currently). Support for reporting font settings in
12273         mathed (disabled until Andre provides a function on mathed's side).
12274
12275         * func_status.h (toggle): small helper function to set toggle
12276         state on a flag.
12277
12278 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
12279
12280         * tabular_funcs.C: getline -> std::getline
12281
12282 2001-12-21  Juergen Vigna  <jug@sad.it>
12283
12284         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
12285         accessed and could be 0 (I couldn't generate this but it seems
12286         Michael could!).
12287
12288 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12289
12290         * tabular_funcs.C: add LIstream.h, move write_attribute to..
12291         * tabular_funcs.h: here and include iosfwd
12292
12293 2001-12-20  Juergen Vigna  <jug@sad.it>
12294
12295         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
12296         inside inset but undo_par was.
12297
12298 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12299
12300         * Thesaurus.C: always include <config.h> in sources.
12301
12302         * Painter.h:
12303         * lyxlookup.h:
12304         * box.h: do not include <config.h> in header files
12305
12306         * text.C (paintLastRow): remove unused variable
12307
12308         * text.C (transformChar):
12309         (insertChar):
12310         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
12311
12312         * Painter.C (text):
12313         * font.C (width): rewrite to use uppercase() instead of
12314         islower/toupper.
12315
12316         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
12317
12318 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
12319
12320         * lyxfind.C: clean up of find failure position change
12321
12322 2001-12-20  Juergen Vigna  <jug@sad.it>
12323
12324         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
12325
12326         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
12327         (TeXRow): added to LaTeX a single tabular row.
12328         (TeXLongtableHeaderFooter): added to output LT-h/f data.
12329         (Latex): simplified and finally good LT-h/f support.
12330         (various_functions): just small adaptions for LT-h/f support.
12331
12332         * tabular_funcs.[hC]: added and moved here all not classfunctions
12333         of LyXTabular.
12334
12335 2001-12-19  Juergen Vigna  <jug@sad.it>
12336
12337         * tabular.[Ch]: better support for longtabular options (not finished
12338         yet!)
12339
12340 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12341
12342         * text.C (paintLastRow): use the label font instead of the font of
12343         the last character to compute the size of *_BOX. This makes more
12344         sense and avoids a crash with empty paragraphs.
12345         Use Painter::rectangle to draw EMPTY_BOX.
12346
12347 2001-12-19  Juergen Vigna  <jug@sad.it>
12348
12349         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
12350         the paragraphs if the replaced paragraph is not the first one!
12351         Tried to delete not used paragraphs but does not work yet so for
12352         now it's inside #ifdef's and by default off!
12353
12354 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12355
12356         * MenuBackend.C: include "lyx_main.h" instead of declaring
12357         lastfiles (actually was declared as LastFiles* instead of a
12358         scoped_ptr).
12359
12360 2001-12-17  Juergen Vigna  <jug@sad.it>
12361
12362         * tabular.C (AppendColumn): applied John's fix
12363
12364 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
12365
12366         * BufferView.h:
12367         * BufferView.C:
12368         * BufferView_pimpl.h:
12369         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
12370
12371         * Makefile.am:
12372         * box.h: new start of class for above
12373
12374         * lyxfunc.C: ignore space-only minibuffer dispatches.
12375           Show the command name when it doesn't exist
12376
12377         * minibuffer.C: don't add empty lines to the history
12378
12379         * minibuffer.C: add a space on dropdown completion
12380
12381 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
12382
12383         * text.C: fix line above/below drawing in insets
12384
12385 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12386
12387         * lyxlength.C (LyXLength): Initialize private variables.
12388
12389 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
12390
12391         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
12392         when inserting error insets.
12393
12394 2001-12-13  Juergen Vigna  <jug@sad.it>
12395
12396         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
12397         actually sometimes the before-paragraph.
12398         (setUndo): don't clear the redostack if we're not actually undoing!
12399
12400 2001-12-06  Juergen Vigna  <jug@sad.it>
12401
12402         * undo_funcs.C (textHandleUndo): well after John's hint I got here
12403         and fixed redoing of main paragraph, so we can use it now ;)
12404
12405         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
12406
12407 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12408
12409         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
12410         Juergen's request
12411
12412 2001-12-13  André Pönitz <poenitz@gmx.net>
12413
12414         * undostack.[Ch]:
12415         * undo_func.C: minor cleanup
12416
12417 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12418
12419         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
12420         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
12421         font in urw-fonts package which is marked as -urw-fontspecific and
12422         does not work (incidentally, changing the encoding in the
12423         fonts.dir of this package to -adobe-fontspecific fixes the
12424         problem).
12425
12426         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
12427         is a crash when undoing first paragraph (Juergen, please take a
12428         look). THis does not mean the undo fix is wrong, just that it
12429         uncovers problems.
12430
12431         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
12432         the (Paragraph*) version when needed instead of duplicating the
12433         code.
12434
12435         * text.C (workWidth): use Inset::parOwner to find out where the
12436         inset has been inserted. This is a huge performance gain for large
12437         documents with lots of insets. If Inset::parOwner is not set, fall
12438         back on the brute force method
12439
12440         * paragraph_pimpl.C (insertInset):
12441         * paragraph.C (Paragraph):
12442         (cutIntoMinibuffer): set parOwner of insets when
12443         inserting/removing them
12444
12445         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12446
12447 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
12448
12449         * commandtags.h:
12450         * LyXAction.C:
12451         * lyx_main.C:
12452         * lyxfunc.C:
12453         * mathed/formulabase.C:
12454         * mathed/math_cursor.[Ch]:
12455         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
12456
12457
12458 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12459
12460         * lyxlength.[Ch] (operator!=): new function
12461
12462 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12463
12464         * text.C (workWidth): use Inset::parOwner to find out where the
12465         inset has been inserted. This is a huge performance gain for large
12466         documents with lots of insets. If Inset::parOwner is not set, fall
12467         back on the brute force method
12468
12469         * paragraph_pimpl.C (insertInset):
12470         * paragraph.C (Paragraph):
12471         (cutIntoMinibuffer): set parOwner of insets when
12472         inserting/removing them
12473
12474         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
12475
12476 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12477
12478         * tabular-old.C (getTokenValue):
12479         * tabular.C (getTokenValue):
12480         (write_attribute): new versions for LyXLength
12481         (everywhere): adjust the use of widths
12482
12483         * tabular.h: change the type of widths from string to LyXLength
12484
12485 2001-12-11  Ben Stanley <bds02@uow.edu.au>
12486
12487         * paragraph.C: fixed missing line number count when exporting
12488         Environments to LaTeX file
12489
12490         * buffer.C: added informational message for checking line numbers.
12491
12492 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12493
12494         * text2.C (deleteEmptyParagraphMechanism): if there is only one
12495         paragraph, do the 'double space' part, but not the 'empty
12496         paragraph' one.
12497
12498         * text.C (workWidth): small optimization
12499         (getLengthMarkerHeight): use minimal size for negative lengths.
12500
12501 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
12502
12503         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
12504
12505         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
12506
12507 2001-12-11  André Pönitz <poenitz@gmx.net>
12508
12509         * FontLoader.C:
12510         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
12511
12512 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12513
12514         * text2.C: keep selection on a setFont()
12515
12516 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12517
12518         * lyx_cb.C: another bv->text misuse, from insert label
12519
12520 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12521
12522         * kbsequence.h:
12523         * kbsequence.C: re-instate nmodifier mask
12524
12525 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
12526
12527         * lyx_main.h: make lyxGUI private.
12528
12529 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
12530
12531         * lyxfind.C: place the cursor correctly on failed search
12532
12533 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12534
12535         * text.C (getLengthMarkerHeight): for small heights, the arrows
12536         are not always on top/bottom of the text
12537         (drawLengthMarker): smaller arrows; take the left margin in
12538         account; draw also vfills.
12539         (paintFirstRow):
12540         (paintLastRow): remove special code for vfill and standard spaces,
12541         since everything is handled in drawLengthMarker now.
12542
12543 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12544
12545         * buffer.C (insertErtContents): try to handle font and language
12546         interaction a bit better.g
12547
12548         * ColorHandler.C (updateColor): change the hash to cover the whole
12549         LColor enum, ws cleanup
12550         (getGCLinepars): ditto
12551         (getGCLinepars): only lookup in the linecache once.
12552
12553 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
12554
12555         * iterators.C (operator++): Make the iterator more robust
12556
12557         * BufferView2.C (removeAutoInsets): Use paragraph iterators
12558         (John's patch)
12559         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
12560
12561 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12562
12563         * lyxtext.h:
12564         * text.C: better added space drawing
12565
12566 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12567
12568         * LyXView.C:
12569         * BufferView2.C: fix layout combo update on inset unlock
12570
12571 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12572
12573         * Makefile.am: don't compile unused files
12574
12575 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12576
12577         * lyxfunc.C:
12578         * commandtags.h:
12579         * LyXAction.C: remove old LFUN_LAYOUTNO
12580
12581 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12582
12583         * paragraph_pimpl.h:
12584         * paragraph_pimpl.C: isTextAt() doesn't need font param
12585
12586 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12587
12588         * lyxlex.h:
12589         * lyxlex.C: little cleanup
12590
12591 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
12592
12593         * BufferView_pimpl.C: fix insertAscii for insets
12594
12595 2001-12-05  Juergen Vigna  <jug@sad.it>
12596
12597         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
12598         set the right font on the "multi" paragraph paste!
12599
12600 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12601
12602         * trans_decl.h:
12603         * trans_mgr.[Ch]:
12604         * trans.[Ch]:
12605         * lyxgluelength.C:
12606         * lyxlength.C: remove out-commented code.
12607
12608         * BufferView_pimpl:
12609         * CutAndPaste.C:
12610         * DepTable.C:
12611         * buffer.C:
12612         * chset.C:
12613         * lastfiles.C:
12614         * lyxlex.C:
12615         * lyxlex_pimpl.C:
12616         * lyxserver.C:
12617         * screen.C:
12618         * tabular-old.C:
12619         * tabular.C:
12620         * text.C:
12621         * trans_mgr.C:
12622         * vc-backend.C: change "while(" to "while ("
12623
12624         * lyxlength.[Ch]: add zero function to check if length is zero or
12625         not
12626         * lyxgluelength.C: use it
12627
12628 2001-12-05  Allan Rae  <rae@lyx.org>
12629
12630         * lyxlength.C: Attempted a fix for the abs(int) header selection.
12631         Works for 2.95.3, from what I understand of Garst's reports this should
12632         work for other g++ versions.  We're screwed if the abs(int) definition
12633         changed between bugfix releases of gcc.
12634
12635 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12636
12637         * text.C: fix chapter label offset !
12638
12639 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
12640
12641         * lyxtext.h:
12642         * text.C: fix hfill at end of line, clean up
12643
12644 2001-12-04  Juergen Vigna  <jug@sad.it>
12645
12646         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
12647         that we force an update of the inset and it's owners if neccessary.
12648
12649 2001-12-03  Juergen Vigna  <jug@sad.it>
12650
12651         * text.C (rowLast): simplified code
12652
12653 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
12654
12655         * lyxfunc.C: fix show options on timeout
12656
12657 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12658
12659         * screen.C (topCursorVisible): scroll half a page when the cursor
12660         reached top of bottom of screen
12661
12662 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
12663
12664         * minibuffer.C: deactivate on loss of focus
12665
12666 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12667
12668         * vspace.[Ch] (operator!=): add operator.
12669
12670 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
12671
12672         * BufferView_pimpl.C: refuse to open an inset when
12673         there's a selection.
12674
12675 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
12676
12677         * BufferView_pimpl.C: allow to click on RHS of full row insets
12678
12679 2001-11-30  Juergen Vigna  <jug@sad.it>
12680
12681         * tabular.C (LyXTabular): add a same_id to set the same id's in the
12682         insets for undo reasons.
12683
12684 2001-11-28  André Pönitz <poenitz@gmx.net>
12685
12686         * vspace.[Ch]: cosmetical changes
12687
12688 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12689
12690         * LyXAction.h:
12691         * LyXAction.C:
12692         * lyxfunc.h:
12693         * lyxfunc.C:
12694         * kbmap.h:
12695         * kbmap.C:
12696         * lyxrc.C:
12697         * kbsequence.h:
12698         * kbsequence.C: part re-write of old kb code
12699
12700         * Painter.C:
12701         * WorkArea.C: remove Lgb_bug_find_hack
12702
12703 2001-11-30  José Matos <jamatos@fep.up.pt>
12704
12705         * buffer.C (makeDocBookFile): add a comment to point a hack.
12706         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
12707         Fixed a double write of labels.
12708
12709 2001-11-29 Ben Stanley <bds02@uow.edu.au>
12710
12711         * LaTeX.C:
12712         * LaTeX.h Fixed bug in LaTeX class where it would not
12713         re-run latex if no depfiles were changed, but the .dvi was removed.
12714
12715 2001-11-28  André Pönitz <poenitz@gmx.net>
12716
12717         * all the files from the change on 2001/11/26:
12718         use lyx::layout_type instead of LyXTextClass::size_type
12719         use lyx::textclass_type instead of LyXTextClassList::size_type
12720
12721 2001-11-29  Juergen Vigna  <jug@sad.it>
12722
12723         * text.C: added support for paragraph::isFreeSpacing()
12724
12725         * buffer.C: same as above
12726
12727         * paragraph.h: inserted isFreeSpacing() function to enable
12728         FreeSpacing inside InsetERT.
12729
12730         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
12731         of the paragraph's in the cut/copy buffer to 0!
12732
12733         * text2.C (removeRow): remove the assert as it can!
12734
12735         * lyxtext.h: added helper function firstRow returning firstrow and
12736         made firstrow private again.
12737
12738         * BufferView2.C (lockInset): don't relock if we're already locked!
12739
12740         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
12741         the only paragraph.
12742         (removeRow): added Assert::(firstrow)
12743
12744         * debug.C: forgot to add INSETTEXT here.
12745
12746 2001-11-28  Juergen Vigna  <jug@sad.it>
12747
12748         * sp_spell.C (initialize): changed error text to more general
12749         spellchecker command use (not only ispell!)
12750
12751         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
12752
12753         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
12754
12755 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12756
12757         * vspace.C: initialise lyxgluelength on failure
12758
12759 2001-11-28  Allan Rae  <rae@lyx.org>
12760
12761         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
12762         declaration & definition that looks like a function declaration.
12763
12764 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12765
12766         * BufferView2.C (copy):
12767         (copyEnvironment): do not clear the selection when doing a copy.
12768
12769         * text.C (paintFirstRow): compilation fix
12770
12771 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
12772
12773         * tabular.C (Latex): correct line count when writing latex.
12774
12775 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
12776
12777         * paragraph_pimpl.h:
12778         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
12779           bug a bit
12780
12781 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
12782
12783         * text.C:
12784         * LColor.h:
12785         * LColor.C: change vfillline->added_space
12786
12787         * text.C: add markers and text for added space
12788
12789         * vspace.C: fix comment
12790
12791 2001-11-28  André Pönitz <poenitz@gmx.net>
12792
12793         * paragraph.C: whitespace changes
12794         * all the other files from the change on 2001/11/26:
12795         change *::pos_type into lyx::pos_type
12796
12797 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
12798
12799         * buffer.C (parseSingleLyXformat2Token): Set the language to the
12800         language of the document when inserting error insets.
12801
12802 2001-11-26  André Pönitz <poenitz@gmx.net>
12803
12804         * BufferView_pimpl.[Ch]:
12805         *       CutAndPaste.C:
12806         * buffer.[Ch]:
12807         * lyxcursor.[Ch]:
12808         * lyxfind.C:
12809         * lyxfunc.C:
12810         * lyxrow.[Ch]:
12811         * paragraph.[Ch]:
12812         * paragraph_pimpl.[Ch]:
12813         * sp_spell.C:
12814         * text.C:
12815         * text2.C: reduce header dependencies, introduce type for positions
12816
12817 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12818
12819         * <various>: change to use Alert.h
12820
12821 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
12822
12823         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
12824         when encountering an unknown token.
12825         (readLyXformat2): Show an error message if there were unknown tokens.
12826
12827 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
12828
12829         * BufferView2.C:
12830         * BufferView_pimpl.C:
12831         * buffer.C:
12832         * paragraph.h:
12833         * text.C:
12834         * text2.C: use par->isInset()
12835
12836 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
12837
12838         * paragraph_pimpl.h:
12839         * paragraph_pimpl.C: cleanup
12840
12841 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12842
12843         * text2.C (removeRow):
12844         * text.C (setHeightOfRow): remove useless (and costly) call to
12845         getRow.
12846
12847 2001-11-20  Allan Rae  <rae@lyx.org>
12848
12849         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
12850         Now need Inset*::checkInsertChar() to return true for appropriate
12851         cases so that the characters in the minibuffer will actually be
12852         inserted.
12853
12854 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12855
12856         * text.C: change the order of the includes.
12857         (workWidth): initialize it at once.
12858         (workWidth): make maxw unsigned
12859         (setHeightOfRow): remove unused variable (inset)
12860         (selectSelectedWord): remove unused variable (inset)
12861         (paintRowText): fix drawing of hfill characters, and clean up a bit.
12862
12863 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12864
12865         * lyxserver.C (emergencyCleanup): do not try to close pipes if
12866         server is not running.
12867         (openConnection):
12868         (closeConnection): add debug info when server is disabled.
12869
12870         * ColorHandler.C (getGCForeground): send debug message to GUI
12871         channel.
12872
12873         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
12874
12875         * kbmap.C (bind): modify because return conventions of
12876         kb_sequence::parse have changed.
12877
12878         * kbsequence.C (parse): only ignore spaces and not any stupid
12879         control character. This avoids tests like s[i] <= ' ', which are
12880         guaranteed to fail with 8bit characters and signed chars.
12881         Change return code to string::npos when there have been no error
12882         (0 was a bad idea when error is at first character)
12883
12884 2001-11-14  José Matos  <jamatos@fep.up.pt>
12885
12886         * buffer.h:
12887         * buffer.C (simpleDocBookOnePar): removed unused argument.
12888
12889 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12890
12891         * text.C (selectNextWordToSpellcheck): do not test explicitely for
12892         insets which are part of a word. Paragraph::isLetter takes care of
12893         that now. Use Paragraph::isInset to identify insets.
12894         (selectSelectedWord): do not test for hyphenation break.
12895
12896         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
12897         that protected spaces are considered as spaces.
12898
12899         * paragraph.C (isLetter): cleanup the code for ispell extras; use
12900         Inset::isLetter.
12901
12902 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
12903
12904         * lyxserver.h:
12905         * lyxserver.C: fix it. and small cleanup.
12906
12907 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12908
12909         * BufferView_pimpl.C: use inline helpers
12910
12911         * LaTeXFeatures.h:
12912         * LaTeXFeatures.C: fix typos
12913
12914         * Spacing.h:
12915         * Spacing.C: move spacing_string into class
12916
12917         * ToolbarDefaults.C: move stuff into namespace anon
12918
12919         * layout.h: update enum
12920
12921         * lyxfunc.C: use better debug
12922
12923         * minibuffer.h: fix typo
12924
12925         * debug.h:
12926         * debug.C:
12927         * WorkArea.C: add and use Debug::WORKAREA
12928
12929         * lyxtext.h:
12930         * text.C:
12931         * text2.C: code re-organisation, inline helpers
12932
12933 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
12934
12935         * Layout.C: replaced a few cases of std::vector.size() == 0 with
12936         std::vector.empty().
12937
12938 2001-11-09  Allan Rae  <rae@lyx.org>
12939
12940         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
12941         '\n's after tables.  Tabular and ERT inset work now makes this no
12942         longer necessary.
12943
12944 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
12945
12946         * minibuffer.h:
12947         * minibuffer.C: fix crash, improve drop-down completion
12948
12949 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
12950
12951         * lyxserver.h:
12952         * lyxserver.C: invalidate fd's when doing endPipe()
12953
12954 2001-11-08  José Matos  <jamatos@fep.up.pt>
12955
12956         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
12957         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
12958
12959         * paragraph.h:
12960         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
12961
12962 2001-11-07  José Matos  <jamatos@fep.up.pt>
12963
12964         * buffer.h:
12965         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
12966         const qualifier.
12967
12968         * buffer.C (sgmlOpenTag):
12969         * buffer.C (sgmlCloseTag): removed debug info.
12970
12971         * buffer.h (sgmlOpenTag):
12972         * buffer.h (sgmlCloseTag): made public.
12973
12974 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12975
12976         * buffer.C (saveParamsAsDefaults):
12977         * lyx_cb.C (MenuLayoutSave): remove
12978
12979         * LyXAction.C (init):
12980         * commandtags.h:
12981         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
12982
12983 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12984
12985         * buffer.C (setPaperStuff): removed from here...
12986
12987         * bufferparams.C (setPaperStuff): ... and moved there.
12988
12989 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
12990
12991         * minibuffer.h:
12992         * minibuffer.C:
12993         * XFormsView.C: add support for drop-down completion
12994
12995 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
12996
12997         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
12998         commands.
12999
13000 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13001
13002         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
13003         disabled.
13004
13005 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
13006
13007         * lyx_main.C: change ref to known bugs
13008
13009 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
13010
13011         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
13012         to work around older babel problems.
13013
13014 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
13015
13016         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
13017
13018 2001-10-24  Juergen Vigna  <jug@sad.it>
13019
13020         * tabular-old.C (ReadOld): below variable changes reflected.
13021
13022         * tabular.[Ch]: added ltType struct for longtable header/footer
13023         defines and changed all instances where they are used. Added
13024         future support for double top/bottom rows.
13025
13026 2001-10-24  José Matos  <jamatos@fep.up.pt>
13027
13028         * buffer.h (docbookHandleCaption):
13029         * buffer.C (docbookHandleCaption): removed unused function.
13030         (makeDocBookFile): moved docbook supported version to v4.1.
13031
13032 2001-10-24  José Matos  <jamatos@fep.up.pt>
13033
13034         * tabular.h:
13035         * tabular.C (docbookRow): new function to export docbook code of a row.
13036         (DocBook): now honors the longtable flags.
13037
13038 2001-10-23  José Matos  <jamatos@fep.up.pt>
13039
13040         * LaTeXFeatures.h:
13041         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
13042         of the lyx defined sgml entities used in a docbook/linuxdoc document.
13043
13044         * buffer.C (makeLinuxDocFile):
13045         (makeDocBookFile): reworked the preamble, more clean, and with
13046         support for lyx defined entities. Changed the document declaration
13047         to be more XML friendly.
13048
13049         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
13050         if we need to output XML that should be done with a filter.
13051
13052 2001-10-22  Juergen Vigna  <jug@sad.it>
13053
13054         * sp_pspell.h (class PSpell): add alive function needed in the
13055         controller to see if the spellchecker could be started.
13056
13057 2001-10-22  Juergen Vigna  <jug@sad.it>
13058
13059         * buffer.C (insertStringAsLines): modify the font for inserting
13060         chars in certain conditions by calling checkInsertChar(font).
13061
13062 2001-10-19  Juergen Vigna  <jug@sad.it>
13063
13064         * text.C (workWidth): use getRow instead of wrong algorithm.
13065         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
13066
13067 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
13068
13069         * lyxserver.h:
13070         * lyxserver.C:
13071         * lyx_main.h:
13072         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
13073
13074 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13075
13076         * text.C (workWidth): do not search for the exact row when
13077         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
13078         optimization for big documents.
13079
13080 2001-10-18  Juergen Vigna  <jug@sad.it>
13081
13082         * text.C (workWidth): new function with added Inset * parameter.
13083
13084 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13085
13086         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
13087
13088         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
13089         change return type of getColumnNearX.
13090
13091
13092         * text.C (changeRegionCase): use uppercase/lowercase instead of
13093         toupper/tolower.
13094         (leftMargin):
13095         (rightMargin): simplify code by factoring out the uses of
13096         textclasslist.
13097         (labelFill):
13098         (numberOfHfills):
13099         (setHeightOfRow):
13100         (appendParagraph): use Paragraph::size_type
13101
13102 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13103
13104         * vspace.C (asLatexString): add a missing break
13105
13106 2001-10-15  Herbert Voss  <voss@perce.de>
13107
13108         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
13109
13110 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13111
13112         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
13113         is not available.
13114
13115 2001-10-10  André Pönitz <poenitz@gmx.net>
13116
13117         * lyxfunc.C: removed greek_kb_flag.
13118
13119 2001-10-10  Herbert Voss  <voss@perce.de>
13120
13121         * lyx_main.C: delete global string help_lyxdir.
13122
13123 2001-10-09  Herbert Voss  <voss@perce.de>
13124
13125         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
13126
13127         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
13128
13129         * lyx_main.C: added global string help_lyxdir.
13130
13131         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
13132
13133 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13134
13135         * lyxrc.C (set_font_norm_type): support iso8859-4
13136
13137 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
13138
13139         * LaTeX.C (deplog): add another regex for MikTeX
13140
13141 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13142
13143         * lyxrc.C (set_font_norm_type): support iso8859-3
13144
13145 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13146
13147         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
13148
13149         * LaTeXFeatures.C: remove special case of french and index
13150
13151         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
13152         before \begin{document}). This solves several incompatibilities.
13153
13154 2001-10-03  Garst Reese  <reese@isn.net>
13155
13156         * lyx_cb.C: change CheckTex error msg.
13157
13158 2001-10-03  José Matos  <jamatos@fep.up.pt>
13159
13160         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
13161
13162 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13163
13164         * .cvsignore: update
13165
13166         * lyx_main.C (commandLineVersionInfo): use new style version info.
13167
13168         * buffer.C (writeFile):
13169         (makeLaTeXFile):
13170         (makeLinuxDocFile):
13171         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
13172
13173         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
13174
13175         * version.h: update to use stuff in version.C
13176
13177         * version.C.in: new file. Contains version information determined
13178         at compile time. This is a merging of version.h and
13179         version_info.h.in.
13180
13181 2001-10-03  Juergen Vigna  <jug@sad.it>
13182
13183         * BufferView_pimpl.C (update): don't change "dirty" status in
13184         updateInset call.
13185
13186 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
13187
13188         * WorkArea.C (c-tor): re-position version string slightly.
13189
13190 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
13191
13192         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
13193         revert to previous code.
13194
13195         WorkArea.[Ch]: (show, destroySplash): methods removed.
13196
13197         WorkArea.C: rework code so that it's an amalgam of the codes before and
13198         after the splash screen was moved to WorkArea.
13199
13200 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13201
13202         * lyxrc.C (read):
13203         * vspace.C (inPixels):
13204         (lyx_advance):
13205         * kbmap.C (bind):
13206         * buffer.C (insertStringAsLines):
13207         (asciiParagraph): fix types to be large enough
13208
13209         * lyxlex_pimpl.h: change member status from short to int
13210
13211         * layout.h: fix type of endlabeltype
13212
13213         * kbmap.C (bind):
13214         * kbsequence.C (parse): change return type to string::size_type
13215
13216         * LaTeX.C (updateBibtexDependencies): comment out unneeded
13217         variable
13218
13219         * Bullet.C (bulletSize):
13220         (bulletEntry): do not use short ints as parameters
13221
13222         * BufferView2.C (insertLyXFile): change a char to an int.
13223
13224         * WorkArea.C (WorkArea): remove unneeded floats in computation
13225
13226 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
13227
13228         * buffer.C (asciiParagraph): Treat '\\' as other chars.
13229
13230         * paragraph.C (asString): Do not ignore newline/hfill chars when
13231         copying to the clipboard.
13232
13233 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
13234
13235         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
13236         after a multi-line inset.
13237
13238 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
13239
13240         * paragraph.C (validate): Set NeedLyXFootnoteCode
13241
13242 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13243
13244         * lyxfont.C (LyXSizeNames): changed increase-error to increase
13245         and decrease-error to decrease.
13246
13247 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13248
13249         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
13250         it more readable (should be equivalent)
13251
13252 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
13253
13254         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
13255
13256 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13257
13258         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
13259         of a cursor (row, etc.) after a character has been deleted
13260         (deleteEmptyParagraphMechanism): call the method above on _all_
13261         cursors held by the LyXText when a double space has been
13262         detected/deleted.
13263
13264 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
13265
13266         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
13267         pixmap.
13268         (resizeCurrentBuff): remove code to destroy the old splash dialog.
13269
13270         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
13271         background. Use greyOut() and the new show() methods to toggle between
13272         the foreground and background. Add code to remove the splash after
13273         its initial showing.
13274
13275         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
13276         (create_forms): no longer call Dialogs::showSplash.
13277
13278 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13279
13280         * .cvsignore: add version_info.h
13281
13282 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13283
13284         * version_info.h.in: new file
13285
13286         * Makefile.am: add version_info.h.in
13287
13288         * lyx_main.C (commandLineVersionInfo): use version_info defined in
13289         version_info.h instead of VERSION_INFO
13290
13291 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
13292
13293         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
13294         The ERT inset now returns string().
13295
13296 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
13297
13298         * lyxtext.h, text.C (selectNextWord): renamed as
13299         selectNextWordToSpellcheck.
13300
13301         * text.C (selectNextWordToSpellcheck): Modified to not select
13302         words inside an ERT inset.
13303
13304 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13305
13306         * lyx_cb.C (MenuLayoutSave): change a bit the question
13307
13308         * sp_base.h: include <sys/types.h>
13309
13310 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
13311
13312         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
13313
13314 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
13315
13316         * several files: fix typos in user-visible strings
13317
13318 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13319
13320         * text2.C (pasteSelection): do not set the selection, since it
13321         will be cleared later. Actually, the intent was to fix the way the
13322         selection was set, but I figured rmoving the code was just as good.
13323
13324 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
13325
13326         * FontLoader.C (available): Check if font is available without
13327         loading the font.
13328
13329 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
13330
13331         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
13332
13333 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
13334
13335         * lyxrc.[Ch]: added display_graphics variable and associated code.
13336
13337 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13338
13339         * bufferparams.C (hasClassDefaults): new method. Returns true if
13340         the buffer parameters correspond to known class defaults
13341
13342 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
13343
13344         * XFormsView.C (show): set minimum size to the main window.
13345
13346 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13347
13348         * text2.C (copySelection):
13349         (cutSelection):
13350         * lyxfind.C (LyXReplace):
13351         * BufferView_pimpl.C (Dispatch): pass the correct flag to
13352         LyXText::selectionAsString.
13353
13354         * paragraph.C (asString): add "label" argument to the second form
13355
13356         * text2.C (selectionAsString): add "label" argument and pass it to
13357         Paragraph::asString.
13358
13359 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13360
13361         * lyx_main.C (commandLineHelp): remove version information
13362
13363 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
13364
13365         * lyx_main.C: add -version commandline option
13366
13367 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13368
13369         * paragraph.h: make the optional constructor arg required instead.
13370         some modifications to other files because of this.
13371
13372         * minibuffer.C (C_MiniBuffer_peek_event): make it static
13373
13374         * lyxserver.C (C_LyXComm_callback): make it static
13375
13376         * lyx_main.C (error_handler): make it static
13377
13378         * lyx_gui.C (LyX_XErrHandler): make it static
13379
13380         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
13381
13382         * WorkArea.C: make the extern "C" methods static.
13383
13384         * Makefile.am (lyx_LDADD): simplify
13385
13386 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13387
13388         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
13389         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
13390
13391         * LyXAction.C (init):
13392         * lyxfunc.C (dispatch): associated code removal.
13393
13394 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13395
13396         * lyxfont.h (isSymbolFont): shut off warning
13397
13398         * text.C (setHeightOfRow):
13399         (getVisibleRow): fix crash with empty paragraphs which have a
13400         bottom line
13401
13402 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
13403
13404         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
13405         code.
13406
13407 2001-09-04  José Matos  <jamatos@fep.up.pt>
13408         * buffer.C
13409         * buffer.h
13410         * tabular.C (docbook): rename docBook method to docbook.
13411
13412 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13413
13414         * Makefile.am: add dependencies to main.o.
13415
13416 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
13417
13418         * FontLoader.C (available): Return false if !lyxrc.use_gui
13419
13420 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
13421
13422         * FontInfo.C (query):
13423         * converter.C (view):
13424         * importer.C (Import):
13425         * exporter.C (Export): Can not -> cannot.
13426
13427 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
13428
13429         * BufferView_pimpl.C: allow to create index inset even if
13430           string is empty
13431
13432 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
13433
13434         * buffer.C (getLists): replace boost::tie code with an explicit pair
13435         as boost::tie can break some compilers.
13436
13437         * iterators.h: Added a std:: declaration to the return type of
13438         ParIterator::size.
13439
13440 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
13441
13442         * lyxrc.C: add help for view_dvi_paper_option, default to safe
13443           case.
13444
13445 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
13446
13447         * iterators.[Ch]: New files. Provide paragraph iterators.
13448
13449         * buffer.C (changeLanguage): Use paragraph iterators.
13450         (isMultiLingual): ditto
13451
13452         * BufferView2.C (ChangeInsets): Use paragraph iterators.
13453
13454 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
13455
13456         * FontLoader.C: Support for cmr font.
13457
13458 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
13459
13460         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
13461         (available): New method.
13462
13463         * FontInfo.C (getFontname): Use scalable fonts even when
13464         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
13465         found.
13466
13467 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13468
13469         * converter.C (Formats::view): reverted! Incorrect fix.
13470
13471 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
13472
13473         * converter.C (Formats::view): only output the -paper option
13474         if the dvi viewer is xdvi, thereby fixing bug #233429.
13475
13476 2001-08-23  Herbert Voss  <voss@perce>
13477
13478         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
13479
13480 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
13481
13482         * Spacing.h (Spacing): Set space to Default on in the default
13483         constructor.
13484
13485 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13486
13487         * vc-backend.h (RCS::versionString): add RCS to version
13488         (CVS::versionString): add CVS to version
13489
13490         * vc-backend.C (scanMaster): do not add CVS to version.
13491         (scanMaster): do not add RCS to version
13492
13493         * lyxvc.C (versionString): new method
13494
13495         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
13496
13497 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13498
13499         * Spacing.C (set): initialize fval
13500
13501 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
13502
13503         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
13504         " or \.
13505
13506 2001-08-16  Juergen Vigna  <jug@sad.it>
13507
13508         * lyxfunc.C (dispatch): implemented the new FINISHED states.
13509
13510 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13511
13512         * BufferView_pimpl.C:
13513         * figureForm.C:
13514         * lyxtext.h:
13515         * text2.C: setParagraph takes linespacing now
13516
13517 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
13518
13519         * LyxAction.C: add internal LFUN_CITATION_INSERT
13520
13521         * LyXView.C: actually apply fix
13522
13523         * bufferlist.C: fix open non-existent file
13524
13525         * lyxfind.C: fix indentation
13526
13527         * lyxfunc.C: remove unneeded assert, fix typo
13528
13529 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
13530
13531         * MenuBackend.C: use "Floatname List"
13532
13533 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
13534
13535         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
13536         when converting LaTeX layout to insetERT.
13537         Generate a non-collapsed float when reading old float
13538
13539 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13540
13541         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
13542         ERT insets.
13543
13544 2001-08-13  Juergen Vigna  <jug@sad.it>
13545
13546         * text.C (fill): return 0 instead of 20 as this seems to be the more
13547         correct value.
13548
13549 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
13550
13551         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
13552         lyxrc.font_norm.
13553
13554 2001-08-13  Juergen Vigna  <jug@sad.it>
13555
13556         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
13557         casesensitive off.
13558         (SearchBackward): comment out the unlocking of the inset_owner this
13559         should not be needed!
13560
13561 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
13562
13563         * Many files: Remove inherit_language, and add latex_language
13564
13565         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
13566         collapsible insets.
13567
13568 2001-08-10  Juergen Vigna  <jug@sad.it>
13569
13570         * text.C (prepareToPrint): fixed hfill-width in draw!
13571
13572         * BufferView2.C (selectLastWord): save the selection cursor as this
13573         now is cleared in the function LyXText::clearSelection!
13574
13575 2001-08-08  Juergen Vigna  <jug@sad.it>
13576
13577         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
13578         BACKSPACE type functions.
13579
13580         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
13581         is only cutted from the document but not put in the cut-buffer, where
13582         still the old stuff should be.
13583
13584         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
13585
13586         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
13587
13588         * tabular.C (SetWidthOfCell): fixed special case where the width
13589         was not updated!
13590         (LeftLine): handle '|' in align_special.
13591         (RightLine): ditto
13592         (LeftAlreadyDrawed): ditto
13593         (SetWidthOfCell): ditto
13594
13595 2001-08-07  Juergen Vigna  <jug@sad.it>
13596
13597         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
13598
13599 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13600
13601         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
13602         * lyxlex.[hC]: ditto
13603
13604 2001-08-06  Juergen Vigna  <jug@sad.it>
13605
13606         * text.C (getVisibleRow): fix up row clearing a bit.
13607
13608 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13609
13610         * minibuffer.C: make sure the X server sees the changes in the input.
13611
13612 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13613
13614         * paragraph.C (getFont): split into...
13615         (getLabelFont): this
13616         (getLayoutFont): and this
13617         * paragraph_pimpl.C (realizeFont): calling this
13618
13619         * text2.C (getFont): split into...
13620         (getLayoutFont): this
13621         (getLabelFont): and this
13622         (realizeFont): all three calling this
13623
13624         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
13625         files where used.
13626
13627 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13628
13629         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
13630
13631 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
13632
13633         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
13634         layouts from the Quote inset insertion.
13635
13636 2001-08-03  Juergen Vigna  <jug@sad.it>
13637
13638         * BufferView_pimpl.C (update): do the fitCursor only at the end!
13639
13640         * screen.C (drawFromTo): don't call fitcursor here and do the loop
13641         only if status not is already CHANGED_IN_DRAW (second level).
13642
13643         * text.C (draw): don't set the need_break_row when inside an
13644         InsetText LyXText.
13645
13646 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13647
13648         * buffer.C (parseSingleLyXformat2Token): handle more latex
13649         conversion cases.
13650
13651         * bufferview_funcs.[hC]: change function names to
13652         begin with small char, adjust other files.
13653
13654 2001-08-02  André Pönitz <poenitz@gmx.net>
13655
13656         * lyxfunc.C:
13657         BufferView_pimpl.C: remove broken special code for math-greek
13658
13659 2001-08-02  Juergen Vigna  <jug@sad.it>
13660
13661         * BufferView_pimpl.C (update): redone this function so that we
13662         update the text again if there was a CHANGE_IN_DRAW.
13663
13664         * screen.C (cursorToggle): removed LyXText parameter and recoded.
13665         (drawFromTo): added a new internal bool which is used by draw() and
13666         redraw() function.
13667         (general): some cursor drawing problems fixed.
13668
13669 2001-08-01  Juergen Vigna  <jug@sad.it>
13670
13671         * lyxfind.C (LyXFind): fixed
13672         (SearchForward): ditto
13673         (SearchBackward): ditto
13674
13675         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
13676         spurius drawing of the cursor in the main area.
13677
13678         * text2.C (status): small fix which could lead to a segfault!
13679         (clearSelection): remove unneeded BufferView param.
13680
13681 2001-08-01  André Pönitz <poenitz@gmx.net>
13682
13683         * lyxfunc.C: small change due to changed mathed interface
13684
13685 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13686
13687         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
13688
13689 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
13690
13691         * lyxfunc.c: fail gracefully if file doesn't exist
13692
13693         * LyXSendto.C:
13694         * buffer.C:
13695         * lyxfunc.C:
13696         * BufferView_pimpl.C: IsDirWriteable() proto changed
13697
13698         * LyXView.C: fix updateWindowTitle() to store the last title
13699
13700 2001-07-31  Juergen Vigna  <jug@sad.it>
13701
13702         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
13703         the font (wrong since using of Paragraph::highestFontInRange).
13704
13705         * paragraph.C (highestFontInRange): added a default_size parameter.
13706
13707         * text.C (getVisibleRow): minor clear row changes (still not perfect).
13708         (setHeightOfRow): reformat
13709
13710 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13711
13712         * converter.[hC] + affected files: move to (inital-char)lowercase
13713         function names.
13714
13715         * ParagraphParameters.C (ParagraphParameters): remove commented code
13716
13717         * PainterBase.[Ch]: remove commented code
13718
13719         * LaTeXFeatures.h: add "bool floats" for float.sty
13720
13721         * LaTeXFeatures.C (LaTeXFeatures): init floats
13722         (require): handle float
13723         (getPackages): do it with floats
13724
13725 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13726
13727         * BufferView_pimpl.C (Dispatch): improve handling of
13728         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
13729
13730         * commandtags.h: #include lyxfont.h here temporarily to avoid
13731         keybinding bug.
13732
13733         * bufferlist.h: include LString.h here.
13734
13735 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13736
13737         * text2.C (getStringToIndex): new method.
13738
13739 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
13740
13741         * *: Reduced header file dependencies all over.
13742
13743 2001-07-30  Baruch Even  <baruch@lyx.org>
13744
13745         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
13746
13747 2001-07-29  Baruch Even  <baruch@lyx.org>
13748
13749         * buffer.C (readInset): Changed GRAPHICS to Graphics.
13750
13751 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13752
13753         * ParameterStruct.h (endif): add a default constructor to make
13754         sure that all variables is initialized.
13755
13756         * ParagraphParameters.C (ParagraphParameters): adjust
13757
13758 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13759
13760         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
13761         index; also, check that there is something to index, and that it
13762         does not span over several paragraphs.
13763         (doubleClick): use WHOLE_WORD_STRICT for double click.
13764
13765         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
13766
13767         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
13768         scheme.
13769
13770 2001-07-26  Baruch Even  <baruch@lyx.org>
13771
13772         * buffer.C (readInset): Changed to call up InsetGraphics when reading
13773         an InsetFig figure, backwards compatible reading of old figure code.
13774
13775 2001-07-27  Juergen Vigna  <jug@sad.it>
13776
13777         * text2.C: font.realize function adaption.
13778
13779         * text.C (draw): add a warnings lyxerr text if needed.
13780
13781         * layout.C: font.realize function adaption.
13782
13783         * language.C: add inherit_language and implement it's handlings
13784
13785         * bufferview_funcs.C (StyleReset): remove language parameter from
13786         font creation (should be language_inherit now).
13787
13788         * bufferparams.C (writeFile): handle ignore_language.
13789
13790         * paragraph.C (getFontSettings): the language has to be resolved
13791         otherwise we have problems in LyXFont!
13792
13793         * lyxfont.C (lyxWriteChanges): added document_language parameter
13794         (update): removed unneeded language parameter
13795
13796         * paragraph.C (validate): fixed wrong output of color-package when
13797         using interface colors for certain fonts in certain environments,
13798         which should not seen as that on the final output.
13799
13800 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
13801
13802         * BufferView_pimpl.C:
13803         * Thesaurus.h:
13804         * Thesaurus.C:
13805         * Makefile.am:
13806         * commandtags.h:
13807         * LyXAction.C: add thesaurus support
13808
13809         * lyxfind.h:
13810         * lyxfind.C: add "once" parameter, for thesaurus, to not
13811           move to the next match
13812
13813 2001-07-26  Juergen Vigna  <jug@sad.it>
13814
13815         * lyxfont.C (realize): honor ignore_language too!
13816         (resolved): ditto.
13817
13818         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
13819
13820         * text.C (draw): one place more for ignore_language to not draw
13821         itself!
13822
13823 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
13824
13825         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
13826
13827 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13828
13829         * buffer.C (parseSingleLyXformat2Token): a more general fix for
13830         the minipage conversion problem.
13831
13832 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13833
13834         * buffer.C (parseSingleLyXformat2Token): check minipage if we
13835         insert an inset.
13836
13837 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13838
13839         * BufferView.h: don't forward declare WorkArea
13840
13841         * BufferView.C: don't include WorkArea.h
13842
13843 2001-07-25  André Pönitz <poenitz@gmx.net>
13844
13845         * commandtags.h:
13846         * LyXAction.C:
13847         * lyxfunc.C:  new LFUN 'math-space'
13848
13849         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
13850
13851 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13852
13853         * text2.C (toggleInset): call open/close
13854
13855 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13856
13857         * lyxfunc.C (dispatch): add debug for the disabled case
13858
13859         * font.C (buttonText): make similar to rectText
13860
13861         * buffer.C (readInset): comment out parsing of insetlist and
13862         insttheorem
13863
13864         * PainterBase.C (rectText): small correction
13865
13866         * BufferView_pimpl.C: comment out insettheorem and insetlist
13867         * LyXAction.C: ditto
13868         * commandtags.h: ditto
13869
13870 2001-07-24  Juergen Vigna  <jug@sad.it>
13871
13872         * text.C (draw): honor the ignore_language.
13873
13874         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
13875
13876 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13877
13878         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
13879         char inset.
13880
13881 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13882
13883         * lyxtext.h: remove unused (and unimplemented) methods
13884
13885 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13886
13887         * text.C (getVisibleRow): honor background color
13888
13889         * PainterBase.h:
13890         * Painter.h: remove default color argument for fillRectangle
13891
13892         * text.C (backgroundColor): new method
13893
13894 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13895
13896         * text.C (getVisibleRow): adjust
13897
13898         * font.[Ch] (rectText): new method, metrics
13899         (buttonText): new method, metrics
13900
13901         * PainterBase.[hC]: make rectText and buttonText always draw and take
13902         fewer paramteres.
13903
13904 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13905
13906         * ToolbarDefaults.C (read):
13907         * MenuBackend.C (read): allow escaping in all strings
13908
13909         * BufferView_pimpl.C (insertAndEditInset): new method.
13910         (Dispatch): use insertAndEditInset whenever appropriate.
13911
13912         * BufferView_pimpl.C (insertNote): removed
13913
13914         * BufferView_pimpl.C (smartQuote): new method, moved from
13915         BufferView; if an insetquote cannot be inserted, insert a '"'
13916         character instead.
13917
13918         * BufferView2.C: remove insertCorrectQuote();
13919
13920         * lyxfunc.C (getStatus): Add support for all remaingin
13921         inset-insert lfuns.
13922
13923         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
13924
13925         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
13926         command (necessary to pass " as parameter of self-insert.
13927
13928         * text.C (selectWordWhenUnderCursor):
13929         (selectWord): add word_location parameter
13930         (selectWordWhenUnderCursor): same + remove special code for word
13931         boundary.
13932         (selectNextWord): use kind() to guess type of insetspecialchar,
13933         not latex().
13934
13935         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
13936         (insertErtContents): create ert insets as collapsed.
13937         (readInset): better compatibility code for Info inset.
13938
13939 2001-07-20  Juergen Vigna  <jug@sad.it>
13940
13941         * lyxfunc.C (dispatch): use always LyXFind now!
13942
13943         * text2.C (init): add a reinit flag so that the LyXText can be
13944         reinited instead of deleted and reallocated (used in InsetText).
13945
13946         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
13947
13948         * text.C: ditto
13949
13950         * text2.C: ditto
13951
13952 2001-07-18  Juergen Vigna  <jug@sad.it>
13953
13954         * text.C (selectNextWord): handle insets inside inset by calling
13955         always the bv->text functions so that we can go up the_locking_inset!
13956
13957         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
13958         in strange locations when inside an inset!
13959
13960         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
13961         handling to include insets.
13962
13963         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
13964
13965 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13966
13967         * LyXAction.C (init):
13968         * commandtags.h:
13969         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
13970         LIGATURE_BREAK, since the name is so stupid.
13971
13972 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
13973
13974         * buffer.C (readInset): enable reading of new InsetNotes as well as old
13975         InsetInfos.
13976
13977         * FontLoader.C: remove FORMS_H_LOCATION cruft.
13978
13979         * sp_form.[Ch]: remove.
13980
13981         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
13982
13983         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
13984         InsetInfo.
13985
13986         * src/buffer.C (readInset): ditto.
13987
13988 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
13989
13990         * BufferView_pimpl.C (specialChar): new method. Obsoletes
13991         menuSeparator(), endOfSentenceDot(), ldots() and
13992         hyphenationPoint(), which are therefore removed.
13993         (Dispatch): handle LFUN_HYPHENATION_BREAK.
13994
13995         * LyXAction.C (init):
13996         * commandtags.h: add LFUN_HYPHENATION_BREAK.
13997
13998         * paragraph.C (getWord): removed.
13999
14000         * BufferView_pimpl.C (Dispatch): use last word or selection for
14001         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
14002
14003         * lyx_main.C (queryUserLyXDir): do not ask before creating
14004         user_dir, except if it has been named explicitely.
14005
14006 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
14007
14008         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
14009         a document of zero size.
14010
14011 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
14012
14013         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
14014         approriately in the c-tor and in require().
14015         (getPackages): output the appropriate LaTeX for natbib support.
14016
14017         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
14018         variables "use_natbib" and "use_numerical_citations" when reading the
14019         LyX file.
14020         (readInset): read the various natbib cite commands.
14021         (validate): white-space change.
14022
14023         * bufferparams.[Ch]: new variables "bool use_natbib" and
14024         "bool use_numerical_citations".
14025         (writeFile): output them in the LyX file.
14026
14027 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
14028
14029         * lyxfunc.C (getStatus): add support for all the inset insertion
14030         commands.
14031
14032         * text2.C (insertInset):
14033         * paragraph.C (insetAllowed):
14034         * BufferView_pimpl.C (insertInset): update to take in account the
14035         renaming of insertInsetAllowed
14036
14037         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
14038
14039         * text2.C (getInset): new method. returns inset at cursor position.
14040
14041         * BufferView_pimpl.C (Dispatch): changes because of this.
14042
14043         * LyXAction.C (init): rename open-stuff to inset-toggle.
14044
14045         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
14046
14047         * text2.C (toggleInset): renamed from openStuff; use
14048         Inset::open().
14049
14050 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
14051
14052         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
14053
14054         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
14055
14056 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
14057
14058         * buffer.C (readLyXformat2): Add filename to the error dialog
14059
14060 2001-07-18  Juergen Vigna  <jug@sad.it>
14061
14062         * tabular.C (GetCellNumber): put an assert here instead of the check!
14063
14064 2001-07-17  Juergen Vigna  <jug@sad.it>
14065
14066         * BufferView_pimpl.C (toggleSelection): adapted too.
14067
14068         * text.C (selectNextWord): adapted for use with insets.
14069         (selectSelectedWord): ditto
14070
14071 2001-07-17  Juergen Vigna  <jug@sad.it>
14072
14073         * sp_spell.C (PSpell): fix initialitation order.
14074
14075 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14076
14077         * paragraph.C: spacing
14078
14079 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
14080
14081         * sp_spell.C: repair language selection for pspell
14082
14083 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14084
14085         * lyxfunc.h: change more methods to begin with lower char.
14086
14087 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
14088
14089         * buffer.C (parseSingleLyXformat2Token): Generate error insets
14090         for unknown layouts.
14091
14092 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
14093
14094         * buffer.C (readLyXformat2): Generate an error dialog if there are
14095         unknown layouts.
14096
14097 2001-07-16  Juergen Vigna  <jug@sad.it>
14098
14099         * sp_spell.C: always compile ISpell part.
14100
14101         * lyxrc.C: added use_pspell entry and it's handling.
14102
14103 2001-07-13  Juergen Vigna  <jug@sad.it>
14104
14105         * sp_spell.C: removed double includes.
14106
14107 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
14108
14109         Consistent use of Lsstream.h:
14110         * Lsstream.h: added using std::stringstream for consistencies sake.
14111
14112         * buffer.C: removed using std::stringstream
14113
14114         * lyxfont.C (stateText):
14115         * paragraph.C (asString):
14116         * text.C (selectNextWord, selectSelectedWord):
14117         * text2.C (setCounter):
14118         * vspace.C (asString, asLatexString):
14119         std::ostringstream -> ostringstream.
14120
14121 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
14122
14123         * LyXAction.C: add LFUN_HELP_ABOUTLYX
14124         * commandtags.h: add LFUN_HELP_ABOUTLYX
14125         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
14126
14127 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
14128
14129         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
14130         cursorToggle()
14131         * lyx_gui_misc.C: remove spellchecker
14132         * lyxfunc.C: showSpellchecker
14133         * sp_base.h: added
14134         * sp_ispell.h: added
14135         * sp_pspell.h: added
14136         * sp_spell.C: added
14137         * sp_form.[Ch]: removed
14138         * spellchecker.[Ch]: removed
14139
14140 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
14141
14142         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
14143         is set.
14144         (simpleTeXSpecialChars): Simply print the input character without
14145         any special translation if pass_thru is set.
14146
14147         * layout.h: Added bool pass_thru to layout class for being able to
14148         implement pass through of a paragraph for Literate Programming.
14149
14150         * layout.C: add LT_PASS_THRU to LayoutTags enum.
14151         * layout.C (LyXLayout): set pass_thru to flase in constructor.
14152         * layout.C (Read): add "passthru" to list of layout tags and add
14153         code to set the pass_thru boolean when it is read.
14154
14155 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14156
14157         * trans_decl.h: remove allowed from KmodInfo
14158
14159         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
14160         remove allowed code
14161         (Load): adjust
14162
14163         * paragraph_pimpl.C (erase): use boost::prior
14164
14165         * Painter.C (text): use data() instead of c_str() when length is
14166         also provided.
14167         * WorkArea.C (putClipboard): ditto
14168         * font.h (width): ditto
14169
14170         * BufferView2.C: use it-> instead of (*it). for iterators
14171         * texrow.C: ditto
14172         * paragraph_pimpl.C: ditto
14173         * paragraph.C: ditto
14174         * minibuffer.C: ditto
14175         * language.C: ditto
14176         * kbmap.C: ditto
14177         * encoding.C: ditto
14178         * counters.C: ditto
14179         * converter.C: ditto
14180         * chset.C: ditto
14181         * Variables.C: ditto
14182         * TextCache.C: ditto
14183         * MenuBackend.C: ditto
14184         * LyXAction.C: ditto
14185         * LColor.C: ditto
14186         * FloatList.C: ditto
14187         * DepTable.C: ditto
14188         * ColorHandler.C (LyXColorHandler): ditto
14189
14190 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14191
14192         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
14193
14194         * text2.C (openStuff): reintroduce this method (which had been
14195         nuked in NEW_INSETS frenzy).
14196
14197         * lyxfunc.C (Dispatch): when an action has not been handled, use
14198         its name in the error message, not its number.
14199
14200         * paragraph.C (inInset): change method name to begin with lowercase.
14201
14202         * undo_funcs.C:
14203         * text2.C: updates because of this.
14204
14205 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14206
14207         * ToolbarDefaults.C (add): add spaces in error message
14208
14209 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14210
14211         * buffer.C (readLyXformat2): initialize the ert comp. variables.
14212         (readLyXformat2): rename return_par to first_par, use lyxlex's
14213         pushToken and remove the manual push handling.
14214         (parseSingleLyXformat2Token): add another ert comp. variable:
14215         in_tabular, rename return_par to first_par. handle newlines better
14216
14217 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14218
14219         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
14220
14221 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14222
14223         * text2.C (getParFromID): removed
14224
14225         * buffer.C (getParFromID): new method moved form lyxtext.
14226         * BufferView2.C (insertErrors): adjust
14227         (setCursorFromRow): adjust
14228         * BufferView_pimpl.C (restorePosition): adjust
14229         * lyxfunc.C (Dispatch): adjust
14230         * undo_funcs.C (textUndo): adjust
14231         (textRedo): adjust
14232         (textHandleUndo): adjust
14233         (textHandleUndo): adjust
14234
14235 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14236
14237         * buffer.C: up' the LYX_FORMAT
14238
14239         * lyxfont.h: turn NO_LATEX on as default
14240
14241         * buffer.C (insertErtContents): new methods of tex style compability.
14242         (parseSingleLyXformat2Token): use it several places.
14243         * tabular.C (OldFormatRead): and here
14244
14245 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14246
14247         * text2.C: remove some commented code.
14248         reindent file.
14249
14250         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
14251         * trans.C: changes because of the above.
14252
14253 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
14254
14255         * text2.C (setCounter): Fix counters bug with bibliography layout.
14256
14257 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14258
14259         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
14260         own member functions
14261         (simpleTeXSpecialChars): ditto
14262
14263 2001-07-06  Juergen Vigna  <jug@sad.it>
14264
14265         * a lot of files: changed the access to LyXText::status and the
14266         call of undo-functions.
14267
14268         * undo.[Ch]: added a inset_id to the undo informations.
14269
14270         * undo_funcs.[Ch]: added and moved here all undo functions.
14271
14272         * lyxtext.h: give the status enum a weight, made status_ a private
14273         variable and made accessor functions for it, removed the whole bunch
14274         of undo-functions as they are now in their own file, make some
14275         functions publically available. Added function ownerParagraph with
14276         int parameter.
14277
14278         * paragraph.[Ch]: added "bool same_ids" to the constructor,
14279         made InInset() a const function, added getParFromID() function.
14280
14281         * buffer.[Ch]: added const version for inset_iterator functions,
14282         added getInsetFromID() function.
14283
14284         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
14285         changed undo functions for new version.
14286
14287 2001-07-05  Juergen Vigna  <jug@sad.it>
14288
14289         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
14290         unknow mechanism does not call the proper constructor but only this
14291         one also if I request the other!?
14292
14293 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14294
14295         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
14296
14297         * text2.C (LyXText): use initialization lists.
14298
14299         * lyxtext.h (Selection): initialize set_ and mark_
14300         (init): remove method
14301
14302 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
14303
14304         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
14305
14306 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14307
14308         * screen.[Ch]: change method names to begin with lowercase
14309
14310         * BufferView_pimpl.C (updateScrollbar): simplify further and
14311         hopefully make it a bit faster.
14312
14313 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14314
14315         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
14316         calling directly xforms functions.
14317
14318         * Painter.C (Painter):
14319         * lyx_cb.C (MenuWrite):
14320         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
14321         fl_display.
14322
14323         * lyx_gui.C: remove bogus guiruntime extern declaration.
14324
14325 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14326
14327         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
14328         in NEW_INSETS
14329         (redoDrawingOfParagraph): ditto
14330         (redoParagraphs): ditto
14331         (cutSelection): don't create a object for CutAndPaste use the
14332         static method directly
14333         (pasteSelection): ditto
14334
14335         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
14336         LyXview (+ rename)
14337
14338 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14339
14340         * modifications to some other files because of this.
14341
14342         * Makefile.am (lyx_SOURCES): add XFormsView
14343
14344         * XFormsView.[Ch]: new files
14345
14346         * LyXView.[Ch]: make LyXView a base class for the gui handling for
14347         the main window. Move the gui dependent stuff to XFormsView
14348
14349 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14350
14351         * tabular.C (GetCellInset): update cur_cell also in the row/col
14352         version of this function.
14353
14354         * lyxfunc.C: no need to include figure_form.h here.
14355
14356         * FontLoader.h:
14357         * lyxfunc.h:
14358         * lyxscreen.h:
14359         * text2.C:
14360         * lyxvc.C: no need to include forms.h here.
14361
14362 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14363
14364         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
14365
14366         * lyxfunc.C (Dispatch):
14367         * Spacing.C (set):
14368         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
14369         constructor argument.
14370
14371 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14372
14373         * paragraph.C (Paragraph): dont't clear, and just set layout.
14374         (makeSameLayout): use params's copy contructor.
14375
14376         * ParagraphParameters.[Ch] (makeSame): delete method
14377
14378 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
14379
14380         * Variables.[Ch]: fix indentation, rename set to isSet
14381
14382 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14383
14384         * lyxfunc.C (Dispatch): fix typo
14385
14386 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14387
14388         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
14389         upper_bound.
14390
14391         * bufferlist.C: include assert.h for emergencyWrite().
14392
14393 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14394
14395         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
14396           give up at last (bug #425202) !
14397
14398 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
14399
14400         * lyx_gui_misc.C:
14401         * sp_form.h:
14402         * sp_form.C:
14403         * spellchecker.h:
14404         * spellchecker.C: strip spellchecker options and bring up
14405           preferences tab instead
14406
14407 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14408
14409         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
14410         the istringstream constructor
14411
14412 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14413
14414         * paragraph.C (getLayout): fix return value
14415
14416         * paragraph.h: do not declare getLayout as inline.
14417
14418         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
14419
14420 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14421
14422         * lyxcursor.h (operator<): new func
14423         (operator>): new func
14424         (operator>=): new func
14425         (operator<=): new func
14426
14427         * text.C (changeCase): use selection.start and selection.end
14428         (changeRegionCase): require from to be <= to. Require par to be a
14429         valid paragraph.
14430
14431         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
14432
14433 2001-06-27  Juergen Vigna  <jug@sad.it>
14434
14435         * text.C (cursorLeftOneWord): changed to return the cursor and added
14436         overlay with BufferView * parameter which calls this one.
14437         (getWord): added
14438         (selectWord): use new getWord function.
14439         (changeCase): renamed from changeWordCase as and extended to work
14440         also on selections.
14441
14442         * lyxtext.h: added enum word_location
14443
14444         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
14445         changeCase as this operates now also on selections.
14446
14447 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
14448
14449         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
14450
14451         * many files: send debug output to Debug::INFO instead of
14452         Debug::ANY.
14453
14454         * converter.C (View):
14455         (Convert):
14456         (Move): send debug output to Debug::FILES instead of console.
14457
14458 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
14459
14460         * lyxfunc.C (getStatus): use func_status
14461
14462         * func_status.h: new header, describing the results of
14463         LyXFunc::getStatus;
14464
14465         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
14466         LFUN_MATH_HALIGN.
14467
14468 2001-06-25  The LyX Project  <jug@sad.it>
14469
14470         * buffer.C (sgmlOpenTag):
14471         (sgmlCloseTag):
14472         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
14473
14474 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14475
14476         * text2.C: remove some dead code
14477
14478         * tabular.C (GetCellInset): store the last cell checked (gotten)
14479
14480         * tabular.h: add the helper for the speedup
14481
14482         * lyxtext.h: remove some dead code
14483
14484 2001-06-26  The LyX Project  <Asger>
14485
14486         * paragraph.C: Change export to LaTeX of alignment to
14487         \begin{center} and family for better roundtrip work with reLyX.
14488
14489         * Tune the math drawing a bit.
14490
14491 2001-06-25  The LyX Project  <Asger>
14492
14493         * LColor.C (LColor): New color for math background. New color
14494         for buttons.
14495
14496 2001-06-25  The LyX Project  <jug@sad.it>
14497
14498         * lyxfunc.C (MenuNew): remove extra check for .lyx file
14499
14500         * lyxfunc.C (Open):
14501         * bufferlist.C (newFile): do not restrict to files ending with
14502         .lyx
14503
14504         * BufferView_pimpl.C (MenuInsertLyXFile):
14505
14506 2001-06-24  The LyX Project  <jug@sad.it>
14507
14508         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
14509         of compare_no_case
14510
14511 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14512
14513         * lyxtext.h: rename most methods to begin with a small char.
14514         Lots of changes because of this.
14515
14516         * paragraph.C (Paragraph): do not call fitToSize
14517         (erase): call Pimpl::erase
14518         (insertChar): call Pimpl::insertChar
14519         (insertInset): call Pipl::insertInset
14520         (breakParagraph): do not call fitToSize
14521         (breakParagraphConservative): do not call fitToSize
14522         (fitToSize): remove method
14523
14524         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
14525
14526 2001-06-24  The LyX Project  <Asger>
14527
14528         * Fix Qt compilation^2
14529
14530 2001-06-24  The LyX Project  <jug@sad.it>
14531
14532         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
14533         depthHook(getDepth()-1).
14534
14535         * paragraph.h:
14536         * ParagraphParameters.h:
14537         * ParameterStruct.h: change type of depth to unsigned int ==
14538         depth_type. Many adaptations to other files before of that.
14539
14540 2001-06-24  The LyX Project  <Asger>
14541
14542         * Fix Qt compilation.
14543
14544 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14545
14546         * paragraph.h: renamed several methods to begin with small letter.
14547         several changes to many parts of the code because of this.
14548
14549 2001-06-23  The LyX Project  <jug@sad.it>
14550
14551         * text2.C (InsertStringAsLines): renamed from InsertStringA;
14552         rewritten to discard all double spaces when KeepEmpty is off
14553         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
14554         to only handle newlines but not fiddle with spaces and friends.
14555
14556         * lyxfunc.C (MenuNew): when doing 'new from template', use
14557         template_path as default directory
14558
14559 2001-06-23  The LyX Project  <Asger>
14560
14561         * Clean-up of header file includes all over
14562         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
14563
14564 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14565
14566         * paragraph.h: renamed from lyxparagraph.h
14567
14568 2001-06-23  Asger  <lyx@violet.home.sad.it>
14569
14570         * Buffer.h: Removed Buffer::resize
14571         * BufferList.h: Removed BufferList::resize
14572         * LyXView.h: Added LyXView::resize. This way, we will only reflow
14573         the document lazily when we change the width, or the font settings.
14574
14575 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14576
14577         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
14578
14579 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14580
14581         * buffer.h: remove out of date comment
14582
14583 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
14584
14585         * lyxscreen.h:
14586         * screen.C: fix "theoretical" GC leak
14587
14588 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14589
14590         * LaTeX.C (scanAuxFile):
14591         (deplog): remove trailing \r when reading stream (useful under
14592         win32)
14593
14594 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
14595
14596         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
14597         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
14598         and BufferView::theLockingInset(Inset*), so should use them and not
14599         access bv_->text->the_locking_inset directly.
14600
14601         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
14602
14603 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14604
14605         * Makefile.am:
14606         * tex-defs.h: remove old unused file
14607
14608 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
14609
14610         * BufferView_pimpl.C: fix typo, remove minibuffer message
14611           when buffer has loaded
14612
14613 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14614
14615         * lyxfunc.C (Dispatch): use stringstream
14616         (MenuNew): use stringstream
14617         (Open): use stringstream
14618
14619         * importer.C (Import): use stringstream
14620
14621         * bufferview_funcs.C (CurrentState): use stringstream
14622
14623         * LaTeX.C (run): use stringstream
14624
14625         * BufferView_pimpl.C (savePosition): use stringstream
14626         (restorePosition): use stringstream
14627         (MenuInsertLyXFile): use stringstream
14628
14629 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
14630
14631         * BufferView.C:
14632         * Bullet.C:
14633         * ColorHandler.C:
14634         * FontInfo.C:
14635         * FontLoader.C:
14636         * LColor.C:
14637         * LaTeXFeatures.C:
14638         * Painter.C:
14639         * gettext.C:
14640         * lyx_gui_misc.C:
14641         * lyxserver.C:
14642         * vspace.C: removed // -*- C++ -*- as first line.
14643
14644         * lyxfind.h:
14645         * version.h: added // -*- C++ -*- as first line.
14646
14647 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14648
14649         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
14650
14651         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
14652         of string
14653
14654 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14655
14656         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
14657         of floats.
14658
14659 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14660
14661         * gettext.C: include LString.h even when --disable-nls is on.
14662
14663 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
14664
14665         * converter.h (Get): changed argument type from int to
14666         FormatList::size_type to avoid unnecessary conversion.
14667
14668         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
14669         before using it.
14670
14671 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14672
14673         * gettext.h: include LString.h even when --disable-nls is on.
14674
14675 2001-06-07  Juergen Vigna  <jug@sad.it>
14676
14677         * text.C (BreakAgain): subst spaces with tabs.
14678
14679         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
14680         (resizeInsetsLyXText): set force on resizeLyXText.
14681
14682 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14683
14684         * gettext.h (gettext_init):
14685         (locale_init): use a real definition instead of a macro
14686
14687 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
14688
14689         * Bufferview_pimpl.C:
14690         * LColor.h:
14691         * LColor.C: further lcolor tidies
14692
14693 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14694
14695         * BufferView_pimpl.C (updateScrollbar): simplify.
14696
14697         * BufferView2.C: don't include insets/insetinfo.h, change
14698         prototype for insertInset and call the Pimpl version. let
14699         updateInset call Pimpl version.
14700
14701         * BufferView.h: move inset_slept to BufferView::Pimpl, move
14702         gotoInset to BufferView::Pimpl
14703
14704 2001-06-01  Juergen Vigna  <jug@sad.it>
14705
14706         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
14707         inside a LockingInset (is the update needed at all?).
14708
14709 2001-05-31  Juergen Vigna  <jug@sad.it>
14710
14711         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
14712         here not the old one otherwise how should we compare it afterwards
14713         if it's the same!
14714
14715 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14716
14717         * lyxfont.C:
14718         * tabular.C:
14719         * tabular-old.C:
14720         * FontInfo.C: bring C functions into global namespace when
14721         necessary
14722
14723 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14724
14725         * LString.h: make sure config.h has been loaded before LString.h.
14726
14727         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
14728         (one for each char read by EatLine!).
14729
14730         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
14731         variables.
14732
14733 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14734
14735         * paragraph.C (BreakParagraph): set the inset_owner in the new par
14736         to the same as the par we break from
14737
14738 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14739
14740         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
14741
14742         * MenuBackend.C (expand): also create menu entries for wide
14743         versions of the floats.
14744
14745         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
14746
14747         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
14748
14749         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
14750         frontends/Makefile.am
14751
14752         * text2.C: adjust
14753         * text.C: adjust
14754
14755
14756         * tabular.C (getTokenValue): add std::
14757
14758         * tabular-old.C (getTokenValue): add std::
14759         (getTokenValue): ditto
14760         (getTokenValue): ditto
14761
14762         * screen.C (ToggleSelection): adjust
14763
14764         * lyxtext.h: put selection cursors inside a Selection struct.
14765
14766         * lyxfunc.C (moveCursorUpdate): adjust
14767
14768         * lyxfont.C (latexWriteStartChanges): add std::
14769
14770         * lyxfind.C: adjust
14771
14772         * font.h: delete with(char const *, LyXFont const &)
14773
14774         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
14775
14776         * FontInfo.C (getFontname): add std::
14777
14778         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
14779         (workAreaButtonPress): adjust
14780         (tripleClick): adjust
14781         (update): adjust
14782         (moveCursorUpdate): adjust
14783         (Dispatch): adjust
14784
14785         * BufferView2.C (gotoInset): adjust
14786
14787 2001-05-30  Juergen Vigna  <jug@sad.it>
14788
14789         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
14790         to check pspell I add this as default as I now have new pspell
14791         libraries and they seem to use this.
14792
14793 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14794
14795         * text2.C (CutSelection): make the cursor valid before the call to
14796         ClearSelection.
14797
14798 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14799
14800         * kbsequence.C (parse): de-uglify a bit the parsing code, which
14801         relied on 0 terminated strings and other horrors. Bug found due to
14802         the new assert in lyxstring!
14803
14804         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
14805         KP_ keys.
14806
14807 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14808
14809         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
14810         to latinkeys.bind.
14811
14812         * lyxfunc.C (processKeySym): change method of getting to the
14813         self-insert char.
14814
14815         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
14816         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
14817         * BufferView_pimpl.[Ch]: here as private methods.
14818
14819 2001-05-28  Juergen Vigna  <jug@sad.it>
14820
14821         * text.C (SetHeightOfRow): added the update() call again as it is
14822         needed to initialize inset dimensions!
14823
14824 2001-05-16  Juergen Vigna  <jug@sad.it>
14825
14826         * text2.C (SetCharFont): Add new function with BufferView * and
14827         bool toggleall parameters for setting insets internal fonts.
14828         (SetFont): Freeze the undo as we may change fonts in Insets and
14829         all this change should be inside only one Undo!
14830
14831         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
14832         setting font's in insets as for them we have the SetFont function!
14833
14834 2001-05-15  Juergen Vigna  <jug@sad.it>
14835
14836         * text2.C (ClearSelection): to be sure we REALLY don't have any
14837         selection anymore!
14838
14839         * tabular.C (TeXCellPreamble): fixed the left border problem for
14840         multicolumn cells.
14841
14842 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
14843
14844         * LaTeX.C (deplog): Make sure that the main .tex file is in the
14845         dependancy file
14846
14847 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14848
14849         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
14850         LFUN_BREAKPARAGRAPH.
14851
14852         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
14853         help test to "internal only", similar for LFUN_INSERT_URL
14854
14855         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
14856         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
14857         auto_region_delete and deadkeys.
14858
14859 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
14860
14861         * LColor.h:
14862         * LColor.C: remove some dead entries, tidy a little
14863
14864 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14865
14866         * lyxfunc.C (processKeySym): comment the Escape handling, remove
14867         commented code.
14868         (Dispatch): implement LFUN_ESCAPE
14869
14870         * commandtags.h: add LFUN_ESCAPE
14871
14872         * LyXAction.C (init): add entry for LFUN_ESCAPE
14873
14874         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
14875         Remove commented code.
14876         (insertNote): moved here
14877         (open_new_inset): moved here
14878
14879         * BufferView[2].[Ch]: move insertNote and open_new_inset to
14880         BufferView_pimpl
14881
14882 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14883
14884         * kbmap.C (findbinding): clean it up and make it work correctly.
14885
14886         * lyx_main.C (init): do not pass argc and argv as parameters
14887
14888 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
14889
14890         * buffer.C: fix path for OS/2 & Win32
14891
14892         * lyx_gui.C:
14893         * lyx_main:
14894         * lyx_main.C: Added os:: class.
14895
14896         * os2_defines.h: update
14897
14898 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14899
14900         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
14901         better by trying again with reduced state.
14902
14903 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14904
14905         * lyxrc.C (read): print error about invalid key sequence only when
14906         debugging (because not all latinX keysyms are known to some X
14907         servers)
14908
14909         * kbsequence.C (getiso): add a few std:: qualifiers
14910         (getiso): comment out extra return statement.
14911
14912 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14913
14914         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
14915         handling.
14916         (Dispatch): enhance the accent inset a bit. (not perfect)
14917
14918 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14919
14920         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
14921
14922 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14923
14924         * bufferlist.C (emergencyWrite): fix assert() call
14925
14926 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
14927
14928         * text.C (InsertChar): Added trivial patch to only send the "you
14929         can not do multiple spaces this way" message once during a
14930         session.
14931
14932 2001-05-08  Baruch Even  <baruch@lyx.org>
14933
14934         * Makefile.am: Changed order of libraries to get LyX to link properly
14935         with the gnome frontend.
14936
14937 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14938
14939         * LaTeXFeatures.h: add a std:: qualifier
14940
14941 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14942
14943         * paragraph.C (String): use stringstream
14944
14945 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14946
14947         * paragraph.C (writeFile): remove footflag arg
14948
14949         * buffer.C (makeLaTeXFile): use stringstream
14950         (latexParagraphs): remove footnot gurba
14951
14952         * LaTeXFeatures.C (getPackages): use stringstream
14953         (getMacros): likewise
14954         (getTClassPreamble): likewise
14955         (getFloatDefinitions): new method
14956
14957         * paragraph.C (writeFile): reindent
14958         (Erase): reindent
14959
14960         * WorkArea.h: revert the xpos + etc changes.
14961
14962         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
14963
14964         * lyxparagraph.[Ch]: add copy constructor, remove Clone
14965
14966         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
14967         (pasteSelection): likewise
14968         * text2.C (CreateUndo): likewise
14969
14970 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14971
14972         * minibuffer.C (peek_event): temporarily reduce the functionality
14973         of the minibuffer (to allow args on lfuns)
14974
14975         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
14976         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
14977
14978         * buffer.C (readInset): add compability reading of old float
14979         lists, add reading of new style float list.
14980         (readInset): avoid reevaluation of inscmd.getCmdName()
14981         (getLists): reindent
14982
14983         * MenuBackend.C (MenuItem): implement parsing of
14984         md_floatlistinsert and md_floatinsert.
14985         (expand::LastFiles): move initalizaton of iterators out of loop,
14986         avoid reevaluation.
14987         (expand::Documents): introduce typdedef vector<string> Strings,
14988         and use it.
14989         (expand::ExportFormats): introduce typedef vector<Format const *>
14990         Formats, and use it.
14991         (expand): implement FloatListInsert and FloatInsert.
14992
14993         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
14994         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
14995         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
14996
14997         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
14998         handling.
14999         (Dispatch::LFUN_FLOAT_LIST): implement
15000
15001 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
15002
15003         * LaTeX.C (run): Fix problem with --export code.
15004
15005 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
15006
15007         * BufferView.[Ch] (workarea): removed.
15008         (getClipboard) new method; wrapper for workarea()->getClipboard()
15009
15010         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
15011         bug.
15012
15013         * WorkArea.h (width, height, xpos, ypos): These methods all
15014         returned the dimensions of the work_area sub-area of WorkArea,
15015         resulting in a position error if the WorkArea were resized. Now
15016         return the dimensions of the entire WorkArea.
15017
15018         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
15019
15020 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15021
15022         * LaTeX.C (deplog): correct the syntax of regex reg1
15023
15024 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15025
15026         * undo.C: remove !NEW_INSETS cruft
15027
15028 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15029
15030         * text2.C: remove !NEW_INSETS cruft
15031
15032         * text.C: remove !NEW_INSETS cruft
15033
15034         * tabular.C: remove !NEW_INSETS cruft
15035
15036         * spellchecker.C: remove !NEW_INSETS cruft
15037
15038         * lyxtext.h: remove !NEW_INSETS cruft
15039
15040         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
15041
15042         * lyxfunc.C: remove !NEW_INSETS cruft
15043
15044         * lyxfind.C: remove !NEW_INSETS cruft
15045
15046         * lyx_cb.C: remove !NEW_INSETS cruft
15047
15048         * figureForm.C: remove  !NEW_INSETS cruft
15049
15050         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
15051
15052         * buffer.[Ch]: remove !NEW_INSETS cruft
15053
15054         * ToolbarDefaults.C: remove !NEW_INSETS cruft
15055
15056         * CutAndPaste.C: remove !NEW_INSETS cruft
15057
15058         * BufferView_pimpl.C: remove !NEW_INSETS cruft
15059
15060         * BufferView2.C: remove !NEW_INSETS cruft
15061
15062         * BufferView.h: remove !NEW_INSETS cruft
15063
15064 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15065
15066         * Lsstream.h: include LString.h before the sstream headers to
15067         fix problem with gcc 2.95.3 and lyxstring
15068
15069 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15070
15071         * lyx_main.C: add using directives when needed for C functions
15072         declared in std:: namespace.
15073
15074 2001-04-27  Juergen Vigna  <jug@sad.it>
15075
15076         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
15077         (SetHeightOfRow): comment out the update call should not be needed!
15078
15079 2001-04-13  Juergen Vigna  <jug@sad.it>
15080
15081         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
15082         (LyXTabular): tried to minimize operator= operations (and realized
15083         hopfully Lars wish).
15084
15085 2001-04-27  Juergen Vigna  <jug@sad.it>
15086
15087         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
15088
15089 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15090
15091         * lyxfunc.C (Dispatch): hack to make listof algorithm work
15092
15093         * buffer.C (readInset): hack to make listof algorithm work
15094
15095         * BufferView_pimpl.C: hack to make listof algorithm work
15096
15097 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15098
15099         * LyXAction.C: removed all !NEW_INSETS cruft
15100         (init): moved lfun_item in method
15101
15102         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
15103
15104 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
15105
15106         * BufferView2.C (theLockingInset): white space.
15107
15108 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15109
15110         * minibuffer.C: include <iostream>
15111
15112         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
15113
15114         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
15115
15116         * commandtags.h: add LFUN_TRANSPOSE_CHARS
15117
15118         * text.[Ch] (TransposeChars): new method
15119
15120 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15121
15122         * call message directly through LyXView instead of through LyXFunc
15123         * BufferView2.C: adjust
15124         * BufferView_pimpl.C: adjust
15125         * FontLoader.C: adjust
15126         * buffer.C: adjust
15127         * bufferview_funcs.C: adjust
15128         * converter.C: adjust
15129         * figureForm.C: adjust
15130         * importer.C: adjust
15131         * lyx_cb.C: adjust
15132         * lyx_gui_misc.C: adjust
15133         * lyxfunc.C: adjust
15134         * lyxvc.C: adjust
15135         * text2.C: adjust
15136         + more files in subdirs
15137
15138         * lyxparagraph.h (size): move up int file
15139         (GetLayout): ditto
15140
15141         * adjust all uses of Assert to lyx::Assert.
15142
15143         * BufferView2.C (ChangeCitationsIfUnique): adjust for
15144         lyxfunctional in namespace lyx
15145         * layout.C (hasLayout): ditto
15146         (GetLayout): ditto
15147         (GetLayout): ditto
15148         (delete_layout): ditto
15149         (NumberOfClass): ditto
15150         * converter.C (GetFormat): ditto
15151         (GetNumber): ditto
15152         (Add): ditto
15153         (Delete): ditto
15154         (SetViewer): ditto
15155         * bufferlist.C (getFileNames): ditto
15156         (emergencyWriteAll): ditto
15157         (exists): ditto
15158         (getBuffer): ditto
15159         * MenuBackend.C (hasSubmenu): ditto
15160         (hasMenu): ditto
15161         (getMenu): ditto
15162         * BufferView_pimpl.C (getInsetByCode): ditto
15163
15164 2001-04-18  Juergen Vigna  <jug@sad.it>
15165
15166         * vspace.C (asLatexString): fixed the 100% problem.
15167
15168 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15169
15170         * lyxfunc.C (Dispatch):
15171         * minibuffer.C:
15172         * minibuffer.h: add a few std:: qualifiers
15173
15174 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15175
15176         * minibuffer.[Ch]: reimplement so that commands is initiated and
15177         run from lyxfunc, simplified som handling, and made the completion
15178         and history code for complete. wip.
15179
15180         * lyxfunc.C (processKeySym): call message
15181         (miniDispatch): new temporary method
15182         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
15183         (LFUN_MESSAGE): implement
15184         (LFUN_MESSAGE_PUSH): implement
15185         (LFUN_MESSAGE_POP): implement
15186         (initMiniBuffer): the initial/defualt minibuffer message.
15187
15188         * lyxfont.[Ch]: inline some more getters
15189
15190         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
15191
15192         * lyx_gui_misc.[Ch] (WriteStatus): remove method
15193
15194         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
15195         (AutoSave): use LFUN_MESSAGE
15196         (Reconfigure): ditto
15197
15198         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
15199
15200         * figureForm.C: use LFUN_MESSAGE
15201
15202         * converter.C (runLaTeX): use LFUN_MESSAGE
15203
15204         * bufferview_funcs.C: use LFUN_MESSAGE
15205         (Melt): ditto
15206         (changeDepth): ditto
15207
15208         * bufferparams.h: use boost::
15209
15210         * bufferlist.h: inherit privately from noncopyable
15211
15212         * bufferlist.C (loadLyXFile): remove some commented code.
15213
15214         * buffer.C (runChktex): use LFUN_MESSAGE
15215
15216         * ShareContainer.h: inherit privately from noncopyable
15217
15218         * ParagraphParameters.[hC] (depth): inline it.
15219
15220         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
15221         methods.
15222         (message): new method
15223         (messagePush): ditto
15224         (messagePop): ditto
15225         (show): init minibuffer
15226         (showState): direct call
15227
15228         * LaTeX.[Ch]: inherit privately from noncopyable
15229         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
15230         instead of WriteStatus.
15231
15232         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
15233
15234         * BufferView_pimpl.C (buffer): don't init minibuffer
15235         (workAreaButtonPress): use LFUN_MESSAGE
15236         (workAreaButtonRelease): ditto
15237         (savePosition): ditto
15238         (restorePosition): ditto
15239         (MenuInsertLyXFile): ditto
15240         (workAreaExpose): don't init minibuffer
15241         (update): remove commented code, simplify
15242
15243         * BufferView2.C (openStuff): use LFUN_MESSAGE
15244         (toggleFloat): ditto
15245         (menuUndo): ditto
15246         (menuRedo): ditto
15247         (copyEnvironment): ditto
15248         (pasteEnvironment): ditto
15249         (copy): ditto
15250         (cut): ditto
15251         (paste): ditto
15252         (gotoInset): ditto
15253         (updateInset): remove some commented code
15254
15255         * lastfiles.h: inherit privately from noncopyable
15256         * layout.h: ditto
15257         * lyx_gui.h: ditto
15258         * lyx_main.h: ditto
15259         * lyxlex.h: ditto
15260         * lyxlex_pimpl.h: ditto
15261
15262         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
15263         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
15264         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15265
15266         * LyXAction.h: inherit privately from noncopyable, add methods
15267         func_begin, func_end, returning iterators to the func map.
15268
15269         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
15270         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
15271         (func_begin): new method
15272         (func_end): new method
15273
15274         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
15275         and not)
15276         (copySelection): ditto
15277         (pasteSelection): ditto
15278
15279         * BufferView.C: whitespace change
15280         * BufferView.h: inherit privately from noncopyable
15281
15282 2001-04-16  Allan Rae  <rae@lyx.org>
15283
15284         * tabular-old.C (l_getline):
15285         * spellchecker.C (sc_check_word):
15286         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
15287         an unrecognised preprocessor directive.  So ensure they're wrapped.
15288
15289 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
15290
15291         * src/exporter.C (Export): Give an error message when path to file
15292         contains spaces.
15293
15294 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
15295
15296         * LaTeX.C (deplog): Always check that foundfile exists.
15297
15298 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15299
15300         * lyx_main.h:
15301         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
15302
15303 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15304
15305         * tabular.[Ch] (getLabelList): implement new method
15306
15307         * minibuffer.h: comment ouf setTiimer
15308
15309         * minibuffer.C (ExecutingCB): constify res
15310         (peek_event): constify s
15311         (Set): constify ntext
15312         (Init): constify nicename
15313
15314         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
15315
15316         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
15317         (savePosition): use two params to Minibuffer::Set
15318         (restorePosition): ditto
15319
15320 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15321
15322         * lyx_main.C: include language.h
15323
15324         * Makefile.am (lyx_main.o): add language.h
15325
15326 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15327
15328         * exporter.C:
15329         * paragraph.C:
15330         * screen.C:
15331         * tabular.C:
15332         * CutAndPaste.C: include gettext.h
15333
15334         * lyxfont.h: remove old hack with ON and OFF.
15335
15336         * lyxparagraph.h:
15337         * lyxfont.h: do not include language.h...
15338
15339         * BufferView2.C:
15340         * LaTeXFeatures.C:
15341         * Painter.C:
15342         * bufferview_funcs.C:
15343         * font.C:
15344         * lyxfont.C:
15345         * text.C:
15346         * text2.C:
15347         * trans_mgr.C:
15348         * paragraph.C: ... but do it here instead
15349
15350 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15351
15352         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
15353
15354         * tabular.C: small reformat
15355
15356         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
15357         NEW_INSETS version
15358         (GetChar): ditto
15359         (BreakParagraph): ditto
15360         (SetOnlyLayout): ditto
15361         (SetLayout): ditto
15362
15363         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
15364         with one arg less.
15365
15366         * lastfiles.C: removed most using decl, add std:: where needed
15367
15368         * buffer.C: ws changes
15369
15370         * MenuBackend.C (class compare_format): put into anon namespace
15371         (expand): constify label, names, action, action2
15372         (expand):
15373
15374         * text.C (SingleWidth): constify font
15375         (IsBoundary): constify rtl2
15376         (GetVisibleRow): constify ww
15377
15378         * LaTeX.C (deplog): constify logfile
15379
15380         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
15381         start_x, end_x
15382         (workAreaExpose): constify widthChange, heightChange
15383
15384         * lyxrow.C (par): moved
15385         (height): moved
15386         (next): moved
15387         * lyxrow.h: as inlines here
15388
15389         * lyxfont.h (shape): moved from lyxfont.C
15390         (emph): moved from lyxfont.C
15391
15392         * lyxfont.C (LyXFont): use initialization list for all
15393         constructors
15394         (shape): move to lyxfont.h as inline
15395         (emph): move to lyxfont.h as inline
15396
15397
15398 2001-04-04  Juergen Vigna  <jug@sad.it>
15399
15400         * vspace.C: had to include stdio.h for use of sscanf
15401
15402 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
15403
15404         * BufferView.h:
15405         * BufferView_pimpl.h: remove xforms cruft. Both classes are
15406         independent of xforms.
15407
15408 2001-04-02  Juergen Vigna  <jug@sad.it>
15409
15410         * spellchecker.C: fixed namespace placing!
15411
15412 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
15413
15414         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
15415         the LyXParagraph * is 0.
15416
15417 2001-03-29  Juergen Vigna  <jug@sad.it>
15418
15419         * vspace.C: added support for %, c%, p%, l%.
15420         (stringFromUnit): added helper function.
15421         (asLatexString): changed to give right results for the %-values.
15422
15423         * buffer.C: convert the widthp in a width%.
15424
15425 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
15426
15427         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
15428         figureForm.[Ch].
15429
15430         * figureForm.[Ch]: stripped the FD_from_figure manipulation
15431         code out of lux_cb.[Ch], ready for its (imminent?) removal.
15432
15433         * lyx_cb.[Ch]: see above.
15434
15435         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
15436         form1.[Ch].
15437
15438         * form1.[Ch]:
15439         * lyx.[Ch]: replaced by figure_form.[Ch].
15440
15441         * lyx_gui.C:
15442         * lyx_gui_misc.C:
15443         * lyxfunc.C: changed headers associated with above changes.
15444
15445 2001-03-27  Juergen Vigna  <jug@sad.it>
15446
15447         * BufferView_pimpl.C: set the temporary cursor right!
15448
15449 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
15450
15451         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
15452
15453 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
15454
15455         * LString.h: removed "using std::getline"!
15456
15457         * BufferView_pimpl.C (Dispatch): changes due to changes in
15458         InsetInclude::Params.
15459
15460         * buffer.C (tag_name): removed redundant break statements as they were
15461         producing lots of warnings with my compiler.
15462
15463 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15464
15465         * LString.h: add "using std::getline" when using the real <string>.
15466
15467 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
15468
15469         * buffer.C: removed bitset usage.
15470         PAR_TAG moved to an anonymous name space.
15471         (tag_name): new funtion, also in the anonymous namespace.
15472         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
15473         (makeDocBookFile): clean code. Completed transition from string arrays
15474         to string vectors.
15475         (SimpleDocBookOnePar): code clean.
15476
15477 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15478
15479         * tabular.C: add some comments.
15480
15481 2001-03-22  Juergen Vigna  <jug@sad.it>
15482
15483         * buffer.C (parseSingleLyXformat2Token): redone the minipage
15484         compatibility read a bit and fixed bug with minipage in different
15485         depth.
15486
15487 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
15488
15489         * buffer.C (pop_tag): removed.
15490         (push_tag): removed.
15491         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
15492         array replaced with vector. Added support for CDATA sections.
15493         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
15494         at any nest level.
15495         (makeDocBookFile): XML conformant declaration of CDATA section,
15496         fixed bug related to <emphasis> in the first paragraph char.
15497         (sgmlOpenTag): exclude empty tags.
15498         (sgmlCloseTag): ditto.
15499
15500         * buffer.h (pop_tag): removed.
15501         (push_tag): removed.
15502
15503 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
15504
15505         * language.h (Languages): added size_type and size().
15506
15507 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15508
15509         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
15510         response on compability reading of minipages. One probliem is that
15511         the old usage of minipages was «flertydig»
15512
15513         * several files here and in subdirs: don't use static at file
15514         scope use anon namespaces instead.
15515
15516 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
15517
15518         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
15519         LaTeX output. This is necessary for Literate document
15520         processing.
15521
15522 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15523
15524         * buffer.C: insert hfill when needed.
15525
15526         * tabular.C (l_getline): use string::erase, small whitespace change.
15527
15528         * BufferView_pimpl.C: try the anon namespace.
15529         * WorkArea.C: ditto
15530
15531 2001-03-16  Juergen Vigna  <jug@sad.it>
15532
15533         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
15534         otherwise it won't open options-dialogs.
15535
15536         * buffer.C: honor pextraWidth(p) on converting minipages.
15537
15538         * tabular.C (l_getline): changed the functions to strip trailing \r.
15539
15540 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
15541
15542         * BufferView_pimpl.C:
15543         * minibuffer..C: added "using SigC::slot" declaration.
15544
15545 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15546
15547         * lyxlex_pimpl.h: noncopyable is in namespace boost.
15548
15549         * text2.C: ditto
15550
15551         * text.C: ditto
15552
15553         * paragraph.C: ditto
15554
15555         * lyxtext.h: NO_PEXTRA
15556
15557         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
15558
15559         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
15560         * ParameterStruct.h: ditto
15561         * ParagraphParameters.h: ditto
15562         * lyxparagraph.h: ditto
15563
15564 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15565
15566         * buffer.C: add compability for minipage alignment.
15567         (latexParagraphs): remove unwanted pextra check.
15568
15569         * several files: remove CXX_WORKING_NAMESPACES
15570
15571         * buffer.C (pop_tag): tie is in namespace boost
15572
15573         * BufferView.h: noncopyable is in namespace boost
15574         * lyxlex.h: ditto
15575         * lyx_main.h: ditto
15576         * lyx_gui.h: ditto
15577         * layout.h: ditto
15578         * lastfiles.h: ditto
15579         * bufferlist.h: ditto
15580         * ShareContainer.h: ditto
15581         * LyXView.h: ditto
15582         * LyXAction.h: ditto
15583         * LaTeX.h: ditto
15584
15585 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15586
15587         * Merging changes from BRANCH_MVC back into HEAD.
15588
15589         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
15590
15591 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
15592
15593         * BufferView_pimpl.C: change from intl.C
15594
15595         * combox.h:
15596         * combox.C:
15597         * Makefile.am: move combox.*
15598
15599         * form1.h:
15600         * form1.C:
15601         * lyx_gui.C:
15602         * intl.h:
15603         * intl.C: remove dialog (covered by prefs)
15604
15605 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
15606
15607         * lyxfunc.C (Dispatch): removed redundant break statement.
15608
15609 2001-03-14  Juergen Vigna  <jug@sad.it>
15610
15611         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
15612
15613 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15614
15615         * buffer.C: add hack to fix compability reading of minipages.
15616
15617 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
15618
15619         * buffer.C (getLists): Cleanup.
15620
15621 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15622
15623         * lyxfont.C (update): don't honor toggleall on font size.
15624
15625 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
15626
15627         * bmtable.c:
15628         * bmtable.h:
15629         * Makefile.am: moved to frontends/xforms/
15630
15631         * lyx_gui_misc.C:
15632         * lyxfunc.C:
15633         * BufferView_pimpl.C: changes for moved mathpanel
15634
15635 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15636
15637         * gettext.h: fix gettext_init() in --disable-nls
15638
15639 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15640
15641         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
15642
15643 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
15644
15645         * lyx.C:
15646         * lyx.h: strip external form
15647
15648 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15649
15650         * BufferView_pimpl.C: add comment, destroySplash()
15651
15652 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
15653
15654         * BufferView_pimpl.C:
15655         * LyXAction.C:
15656         * buffer.C:
15657         * commandtags.h:
15658         * lyxfunc.C: use re-worked insetinclude
15659
15660 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15661
15662         * buffer.C: add using std::stringstream.
15663
15664         * lyx_cb.C: readd using std::ios.
15665
15666         * buffer.C: add using std::map.
15667
15668         * BufferView_pimpl.C: add using std::vector.
15669
15670         * ShareContainer.h: add std:: to swap.
15671
15672         * buffer.h: add some typedefs
15673         * buffer.C (getLists): use them
15674         (getLists): renamed from getTocList.
15675         add a counter for the different float types and use it in the
15676         generated string.
15677         (getLists): use the same counter for the NEW_INSETS and the "non"
15678         NEW_INSETS
15679
15680         * lyx_cb.h: remove unused items, includes, using etc.
15681
15682         * ShareContainer.h: remove some commented code, add more comments
15683         and "documentation".
15684
15685 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15686
15687         * buffer.C (getTocList): make the list also when NEW_INSETS is
15688         defined.
15689
15690         * buffer.h: remove TocType
15691
15692         * buffer.C (getTocList): change to return a map<string,
15693         vector<TocItem> >, implement for dynamic number of list.
15694
15695         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
15696         * text2.C (PasteSelection): adjust
15697         * CutAndPaste.C (pasteSelection): adjust
15698
15699         * FloatList.C (FloatList): update from the new_insets branch.
15700         * Floating.[Ch]: ditto
15701         * LaTeXFeatures.C: ditto
15702         * buffer.C: ditto
15703         * lyxlex_pimpl.C: ditto
15704
15705         * paragraph.C (Last): remove when NEW_INSETS is defined.
15706
15707         * other file: changes because of the above.
15708
15709 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15710
15711         * lyxparagraph.h: rename next to next_, previous to previous_,
15712         make them private for NEW_INSETS. Rename Next() to next(),
15713         Previous() to previous().
15714
15715         * other files: changes because of the above.
15716
15717 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
15718
15719         * BufferView.h:
15720         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
15721         problem.
15722
15723 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15724
15725         * main.C (main): pass lyx_localedir to gettext_init().
15726
15727         * gettext.h: remove locale_init and gettext_init macros
15728
15729         * gettext.C (locale_init): new function
15730         (gettext_init): new function
15731
15732         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
15733         setlocale().
15734
15735 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
15736
15737         * Moved credits to frontends:
15738         * credits.[Ch]: removed
15739         * credits_form.[Ch]: removed
15740         * lyx_gui_misc.C: remove credits stuff
15741         * Makefile.am:
15742
15743 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15744
15745         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
15746
15747         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
15748         unneeded destructor.
15749
15750         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
15751         a standalone pointer again.
15752
15753         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
15754
15755 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
15756
15757         * Makefile.am:
15758         * filedlg.h:
15759         * filedlg.C:
15760         * LyXAction.C:
15761         * ToolbarDefaults.C:
15762         * bufferlist.C:
15763         * commandtags.h:
15764         * form1.C:
15765         * form1.h:
15766         * lyx_cb.C:
15767         * lyx_cb.h:
15768         * lyxfunc.h:
15769         * lyxfunc.C:
15770         * BufferView_pimpl.C: use new file dialog in GUII
15771
15772         * lyx_cb.h:
15773         * lyx_cb.C: remove LayoutsCB to Toolbar
15774
15775 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15776
15777         * ShareContainer.h (get): add std:: qualifier
15778
15779 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15780
15781         * ShareContainer.h: define a proper ShareContainer::value_type
15782         type (and use typename to please compaq cxx)
15783
15784 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15785
15786         * lyxparagraph.h: move serveral local vars to
15787         ParameterStruct/ParagraphParameters., use ShareContainer in
15788         FontTable., make vars in FontTable private and add getter and
15789         setter.
15790
15791         * paragraph.C: changes because of the above.
15792
15793         * lyxfont.h: remove copy constructor and copy assignment. (the
15794         default ones is ok), move number inside FontBits. move inlines to
15795         lyxfont.C
15796
15797         * lyxfont.C: add number to initializaton of statics, move several
15798         inlines here. constify several local vars. some whitespace
15799         cleanup. Dont hide outerscope variables.
15800
15801         * Spacing.h: add two new constructors to match the set methods.
15802
15803         * ShareContainer.h: new file, will perhaps be moved to support
15804
15805         * ParameterStruct.h: new file
15806
15807         * ParagraphParameters.h: new file
15808
15809         * ParagraphParameters.C: new file
15810
15811         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
15812         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
15813
15814         * BufferView_pimpl.C: ParagraphParameter changes.
15815         * buffer.C: Likewise.
15816         * bufferview_funcs.C: Likewise.
15817         * text.C: Likewise.
15818         * text2.C: Likewise.
15819
15820 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15821
15822         * lyxfind.C (LyXReplace): do not redefine default argument in
15823         implementation.
15824         (IsStringInText): ditto
15825         (SearchForward): ditto
15826         (SearchBackward): ditto
15827
15828 2001-03-06  Juergen Vigna  <jug@sad.it>
15829
15830         * lyxfind.C (IsStringInText): put parentes around expressions.
15831
15832 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
15833
15834         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
15835
15836 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
15837
15838         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
15839
15840         * stl_string_fwd.h: add comment
15841
15842         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
15843
15844         * tabular.h:
15845         * tabular.C: remove unused DocBook methods
15846
15847         * intl.C:
15848         * language.C:
15849         * paragraph.C:
15850         * buffer.C:
15851         killed DO_USE_DEFAULT_LANGUAGE
15852
15853 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15854
15855         * lyx_gui.C: do not include language.h.
15856
15857         * bufferview_funcs.C (ToggleAndShow): do not provide optional
15858         arguments in function implementation.
15859
15860 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15861
15862         * BufferView_pimpl.C: add <ctime>
15863
15864 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15865
15866         * BufferView_pimpl.C: add using std::find_if
15867
15868 2001-02-27  José Matos  <jamatos@fep.up.pt>
15869
15870         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
15871         by OnlyPath.
15872
15873 2001-02-11  José Matos  <jamatos@fep.up.pt>
15874
15875         * buffer.C (makeDocBookFile): command styles now have a parameter as
15876         "title" by default.
15877
15878 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
15879
15880         * layout_forms.[Ch]: removed
15881         * lyx_cb.[Ch]: out character
15882         * lyx_gui.C: out character
15883         * lyx_gui_misc.C: out character
15884         * bufferview_funcs.C: : out character,
15885         added toggleall as parameter in ToggleAndShow
15886
15887 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
15888
15889         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
15890
15891         * text2.C (SetCurrentFont): Disable number property at boundary.
15892
15893 2001-02-26  Juergen Vigna  <jug@sad.it>
15894
15895         * lyxfunc.C (getStatus): added a string argument override function so
15896         that this is correctly called from LyXFunc::Dispatch if it contains a
15897         do_not_use_argument which is used!
15898         (Dispatch): added check for "custom" export and call appropriate func.
15899
15900 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
15901
15902         * lyxrc.C: Add language_command_local, language_use_babel and
15903         language_global_options.
15904
15905         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
15906
15907         * buffer.C (makeLaTeXFile): Use language_use_babel and
15908         language_global_options.
15909
15910 2001-02-23  Juergen Vigna  <jug@sad.it>
15911
15912         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
15913         which works with LyXText and putted it inside BufferView. Here now we
15914         only call for that part the BufferView::Dispatch() function.
15915
15916         * BufferView.C (Dispatch): added.
15917
15918         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
15919         functions which needs to use a LyXText over from LyXFunc.
15920         (MenuInsertLyXFile): added
15921         (getInsetByCode): added
15922         (moveCursorUpdate): added
15923         (static TEXT): added
15924
15925 2001-02-22  Juergen Vigna  <jug@sad.it>
15926
15927         * BufferView_pimpl.C (update): call a status update to see if LyXText
15928         needs it.
15929
15930 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
15931
15932         * vc-backend.C (revert): implement for CVS
15933         (getLog): implement for CVS
15934
15935 2001-02-20  Juergen Vigna  <jug@sad.it>
15936
15937         * text2.C (ClearSelection): added BufferView param for inset_owner call
15938
15939         * lyxfunc.C (TEXT): added this function and use it instead of
15940         directly owner->view()-text of getLyXText().
15941
15942 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
15943
15944         * src/layout_forms.C: out preamble
15945         * src/layout_forms.h: out preamble
15946         * src/lyx_cb.C: out preamble
15947         * src/lyx_cb.h: out preamble
15948         * src/lyx_gui.C: out preamble
15949         * src/lyx_gui_misc.C: out preamble
15950         * src/lyxfunc.C: connect with guii preamble
15951
15952 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
15953
15954         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
15955
15956 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
15957
15958         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
15959         whether to run bibtex.
15960
15961 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
15962
15963         * Makefile.am (lyx_SOURCES): Remove BackStack.h
15964
15965 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
15966
15967         * Makefile.am (lyx_SOURCES): removed bibforms.h
15968
15969         * vspace.h: doxygen
15970
15971         * text.C (GetVisibleRow): make several local vars const
15972
15973         * tabular.C: small cleanup.
15974
15975         * lyxserver.C (callback): use compare instead of strncmp
15976
15977         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
15978         inlines to after class or to paragraph.C
15979
15980         * lyxfont.h: remove friend operator!=
15981
15982         * converter.h: move friend bool operator< to non friend and after
15983         class def.
15984
15985         * combox.h: small cleanup
15986
15987         * buffer.h: doxygen, remove unused constructor, move inclas inlies
15988         to inlines after class def.
15989
15990         * buffer.C (pop_tag): use string operations instead of strcmp
15991
15992         * bmtable.c: doxygen, small cleanup
15993
15994         * LaTeX.h: remove friend operator==
15995
15996 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
15997
15998         * screen.C:
15999         * lyxrc.[Ch]:
16000         * lyxfunc.C:
16001         * lyxfont.[Ch]:
16002         * lyx_cb.C:
16003         * intl.[Ch]:
16004         * commandtags.h:
16005         * buffer.C:
16006         * WorkArea.[Ch]:
16007         * LyXAction.C:
16008         * BufferView_pimpl.C:
16009         * BufferView.[Ch]: remove cruft
16010
16011 2001-02-14  Juergen Vigna  <jug@sad.it>
16012
16013         * lyxfunc.C: removed #if 0 unused code
16014
16015         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
16016
16017         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
16018
16019         * text2.C (SetSelection): added a BufferView * parameter
16020
16021 2001-02-13  Juergen Vigna  <jug@sad.it>
16022
16023         * lyxfunc.C (Dispatch): fixed protected blank problem.
16024         * BufferView2.C (protectedBlank): added LyxText * parameter.
16025
16026         * tabular.C (AppendRow): forgot to set row_info of newly added row.
16027         (AppendColumn): same as above for column_info.
16028
16029         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
16030         (moveCursorUpdate): use a LyXText param for support of InsetText.
16031
16032         * BufferView_pimpl.C (doubleClick): added support for InsetText.
16033         (tripleClick): ditto
16034
16035         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
16036
16037         * BufferView_pimpl.C (update): added LyXText param to honor insets.
16038
16039         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
16040
16041         * text2.C (SetSelection): set correct update status if inset_owner
16042         (ToggleFree): ditto
16043
16044 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
16045
16046         * tabular.C: remove some commented code.
16047
16048 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
16049
16050         * BufferView_pimpl.C: call hideSplash()
16051
16052         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
16053
16054         * include_form.h:
16055         * bibforms.h: remove
16056
16057         * lyxfunc.C:
16058         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
16059           add LFUN_CHILD_CREATE
16060
16061         * counters.h: fix tiny typo
16062
16063         * lyx_cb.C:
16064         * lyx.h:
16065         * lyx_gui.C:
16066         * lyx.C: move splash to frontends/xforms/
16067
16068         * lyx_gui_misc.C: move Include and Bibform to frontends
16069
16070         * lyxvc.h: clarify comment
16071
16072         * vspace.C: tiny housekeeping
16073
16074 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
16075
16076         * text.C (PrepareToPrint): RTL Fix.
16077
16078         * paragraph.C (GetUChar): New method.
16079         (String):  Use GetUChar.
16080
16081         * buffer.C (asciiParagraph): Use GetUChar.
16082
16083 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
16084
16085         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
16086
16087 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
16088
16089         * buffer.h:
16090         * buffer.C: rename to getLogName(), handle
16091           build log / latex log nicely
16092
16093 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16094
16095         * MenuBackend.C:
16096         * MenuBackend.h: remove support for reference menuitem type.
16097
16098 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
16099
16100         * BufferView_pimpl.C: housekeeping
16101         * BufferView_pimpl.h:
16102         * LyXView.h:
16103         * Makefile.am:
16104         * Timeout.C:
16105         * Timeout.h:
16106         * minibuffer.h: move Timeout GUI-I
16107
16108 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
16109
16110         * lyxrc.C (read): Update converters data-structures.
16111
16112 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
16113
16114         * LaTeX.h (operator!=): add operator != for Aux_Info
16115
16116 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
16117
16118         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
16119
16120         * LaTeXLog.C: deleted, useful code moved to Buffer
16121
16122         * buffer.h:
16123         * buffer.C: new function getLatexLogName()
16124
16125         * lyx_gui_misc.C:
16126         * lyx_gui.C:
16127         * lyxvc.C:
16128         * lyxvc.h:
16129         * lyxfunc.C: use frontends for LaTeX and VC logs
16130
16131 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16132
16133         * LaTeX.h: yet another std:: that Allan forgot.
16134
16135         * Variables.C (set): renamed from isset(), because this clashes
16136         with some HP-UX macros (grr).
16137
16138 2001-02-06  Allan Rae  <rae@lyx.org>
16139
16140         * LaTeX.h: Another bug fix.  Missing std:: this time.
16141
16142 2001-02-04  Allan Rae  <rae@lyx.org>
16143
16144         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
16145         floats problem. I've left it commented out because it's not quite
16146         correct.  It should also test that the current object is a table or
16147         figure inset.  But I haven't gotten around to figuring out how to do
16148         that.  I *think* it'll be something like: "table" == inset.type()
16149
16150         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
16151         bool.
16152
16153 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
16154
16155         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
16156         all the citation/databases/styles in the auxilary file.
16157         (run): Rerun latex if there was a babel language error.
16158
16159 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
16160
16161         * text.C (Backspace): Preserve the font when changing newline char
16162         with a space.
16163         (BreakParagraph): If the cursor is before a space, delete the space.
16164
16165         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
16166
16167 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
16168
16169         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
16170         new argument (code).
16171         (ChangeCitationsIfUnique): New method.
16172
16173         * paragraph.C (GetPositionOfInset): Handle bibkey.
16174
16175 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16176
16177         * BufferView_pimpl.h: change type of Position::par_pos to
16178         LyXParagraph::size_type.
16179
16180 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
16181
16182         * BufferView_pimpl.C (savePosition, restorePosition): Write
16183         messages to minibuffer.
16184
16185 2001-01-28  José Matos  <jamatos@fep.up.pt>
16186
16187         * buffer.C (makeDocBookFile): adds support for document language.
16188         A silly restriction on the name of LatexCommand types where removed.
16189         Added support for CDATA sections, allows to chars unescaped, used
16190         among others in code, to avoid escape < and >.
16191
16192 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16193
16194         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
16195         saved positions instrad of a stack. Furthermore, a position is
16196         stored using paragraph id/paragraph position.
16197
16198         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
16199         Remove LFUN_REF_BACK.
16200
16201 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
16202
16203         * converter.C (dvipdfm_options): New method.
16204
16205 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
16206
16207         * vspace.C (isValidLength): Fix for empty input string.
16208
16209 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16210
16211         * LyXAction.C (init): change description of LFUN_FIGURE to
16212         "Insert Graphics"
16213
16214 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16215
16216         * LaTeX.C: add using directive
16217
16218 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16219
16220         * MenuBackend.C (expand): Fix the sorting of the formats.
16221
16222 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
16223
16224         * lyx_main.C: tiny error message fix
16225
16226 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16227
16228         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
16229         calling fl_initialize(). This fixes the problem with ',' as
16230         decimal separator in text files.
16231
16232 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
16233
16234         * trans.C (process): Fix the keymap bug.
16235
16236 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
16237
16238         * LaTeX.C (scanAuxFiles): New method. Provides support for
16239         multiple bibliographies (when using the bibtopic/bibunits pacakges).
16240         (scanLogFile) Scan for "run BibTeX" messages.
16241
16242         * buffer.C (makeLaTeXFile): Do not load the ae package when using
16243         OT1 font encoding. Also, load the aecompl package if the ae
16244         package is loaded.
16245
16246         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
16247
16248 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16249
16250         * texrow.C (increasePos): turn two error messages into debug
16251         messages.
16252
16253 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
16254
16255         * LaTeX.C (scanAux): Handle the \@input macro.
16256         (runBibTeX): Use scanAux().
16257
16258         * language.C (latex_options_): New field.
16259
16260         * LaTeXFeatures.C (getMacros): Add language macros.
16261
16262         * buffer.C (makeLaTeXFile): Small fix.
16263
16264 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16265
16266         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
16267
16268         * text2.C: add a using directive.
16269
16270 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
16271
16272         * BufferView2.C:
16273         * lyx_gui_misc.h:
16274         * lyxfr1.C:
16275         * lyxfunc.C: kill LyXBell.
16276
16277 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
16278
16279         * text.C (IsBoundary): Remove the error message
16280
16281         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
16282
16283         * lyxrc.C (setDefaults): Correct initialization value for
16284         font_norm_type.
16285
16286 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
16287
16288         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
16289         gotoError().
16290
16291         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
16292         and GotoNextNote().
16293
16294         * src/LyXAction.C: Added reference-next.
16295
16296         * text.C (InsertChar): Use contains instead of strchr.
16297
16298         * lyx_cb.C (MenuInsertLabel): Enable default value code.
16299
16300 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
16301
16302         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
16303         alignment commands (when needed).
16304
16305         * text.C (InsertChar): Add ':' to number separator chars.