]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
re-enable the mathcursor->normalize() safety belt.
[lyx.git] / src / ChangeLog
1 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2
3         * vspace.C: initialise lyxgluelength on failure
4
5 2001-11-28  Allan Rae  <rae@lyx.org>
6
7         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
8         declaration & definition that looks like a function declaration.
9
10 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11
12         * BufferView2.C (copy): 
13         (copyEnvironment): do not clear the selection when doing a copy.
14
15         * text.C (paintFirstRow): compilation fix
16
17 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
18
19         * tabular.C (Latex): correct line count when writing latex.
20
21 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
22
23         * paragraph_pimpl.h:
24         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
25           bug a bit
26  
27 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
28
29         * text.C: 
30         * LColor.h:
31         * LColor.C: change vfillline->added_space
32  
33         * text.C: add markers and text for added space
34  
35         * vspace.C: fix comment
36
37 2001-11-28  André Pönitz <poenitz@gmx.net>
38
39         * paragraph.C: whitespace changes
40         * files form the 26th: change *::pos_type into lyx::pos_type
41         
42 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
43
44         * buffer.C (parseSingleLyXformat2Token): Set the language to the
45         language of the document when inserting error insets.
46
47 2001-11-26  André Pönitz <poenitz@gmx.net>
48         
49         * BufferView_pimpl.[Ch]:
50         *       CutAndPaste.C:
51         * buffer.[Ch]:
52         * lyxcursor.[Ch]:
53         * lyxfind.C:
54         * lyxfunc.C:
55         * lyxrow.[Ch]:
56         * paragraph.[Ch]:
57         * paragraph_pimpl.[Ch]:
58         * sp_spell.C:
59         * text.C:
60         * text2.C: reduce header dependencies, introduce type for positions
61
62 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
63
64         * <various>: change to use Alert.h 
65          
66 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
67
68         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
69         when encountering an unknown token.
70         (readLyXformat2): Show an error message if there were unknown tokens.
71
72 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
73
74         * BufferView2.C:
75         * BufferView_pimpl.C:
76         * buffer.C:
77         * paragraph.h:
78         * text.C: 
79         * text2.C: use par->isInset()
80          
81 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
82
83         * paragraph_pimpl.h:
84         * paragraph_pimpl.C: cleanup 
85          
86 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
87
88         * text2.C (removeRow): 
89         * text.C (setHeightOfRow): remove useless (and costly) call to
90         getRow. 
91
92 2001-11-20  Allan Rae  <rae@lyx.org>
93
94         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
95         Now need Inset*::checkInsertChar() to return true for appropriate
96         cases so that the characters in the minibuffer will actually be
97         inserted.
98
99 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
100
101         * text.C: change the order of the includes.
102         (workWidth): initialize it at once.
103         (workWidth): make maxw unsigned
104         (setHeightOfRow): remove unused variable (inset)
105         (selectSelectedWord): remove unused variable (inset)
106         (paintRowText): fix drawing of hfill characters, and clean up a bit.
107
108 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
109
110         * lyxserver.C (emergencyCleanup): do not try to close pipes if
111         server is not running.
112         (openConnection): 
113         (closeConnection): add debug info when server is disabled.
114
115         * ColorHandler.C (getGCForeground): send debug message to GUI
116         channel. 
117
118         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
119
120         * kbmap.C (bind): modify because return conventions of
121         kb_sequence::parse have changed.
122
123         * kbsequence.C (parse): only ignore spaces and not any stupid
124         control character. This avoids tests like s[i] <= ' ', which are
125         guaranteed to fail with 8bit characters and signed chars.
126         Change return code to string::npos when there have been no error
127         (0 was a bad idea when error is at first character)
128
129 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
130
131         * text.C (selectNextWordToSpellcheck): do not test explicitely for
132         insets which are part of a word. Paragraph::isLetter takes care of
133         that now. Use Paragraph::isInset to identify insets.
134         (selectSelectedWord): do not test for hyphenation break.
135
136         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
137         that protected spaces are considered as spaces.
138
139         * paragraph.C (isLetter): cleanup the code for ispell extras; use
140         Inset::isLetter. 
141
142 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
143
144         * lyxserver.h:
145         * lyxserver.C: fix it. and small cleanup.
146  
147 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
148
149         * BufferView_pimpl.C: use inline helpers
150  
151         * LaTeXFeatures.h: 
152         * LaTeXFeatures.C: fix typos
153
154         * Spacing.h:
155         * Spacing.C: move spacing_string into class 
156
157         * ToolbarDefaults.C: move stuff into namespace anon
158  
159         * layout.h: update enum
160
161         * lyxfunc.C: use better debug
162
163         * minibuffer.h: fix typo
164  
165         * debug.h:
166         * debug.C:
167         * WorkArea.C: add and use Debug::WORKAREA
168
169         * lyxtext.h:
170         * text.C: 
171         * text2.C: code re-organisation, inline helpers
172
173 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
174
175         * Layout.C: replaced a few cases of std::vector.size() == 0 with
176         std::vector.empty().
177
178 2001-11-09  Allan Rae  <rae@lyx.org>
179
180         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
181         '\n's after tables.  Tabular and ERT inset work now makes this no
182         longer necessary.
183
184 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
185
186         * minibuffer.h:
187         * minibuffer.C: fix crash, improve drop-down completion 
188  
189 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
190
191         * lyxserver.h:
192         * lyxserver.C: invalidate fd's when doing endPipe()
193  
194 2001-11-08  José Matos  <jamatos@fep.up.pt>
195
196         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
197         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
198
199         * paragraph.h:
200         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
201
202 2001-11-07  José Matos  <jamatos@fep.up.pt>
203
204         * buffer.h:
205         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
206         const qualifier.
207
208         * buffer.C (sgmlOpenTag):
209         * buffer.C (sgmlCloseTag): removed debug info.
210
211         * buffer.h (sgmlOpenTag):
212         * buffer.h (sgmlCloseTag): made public.
213
214 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
215
216         * buffer.C (saveParamsAsDefaults): 
217         * lyx_cb.C (MenuLayoutSave): remove
218
219         * LyXAction.C (init): 
220         * commandtags.h: 
221         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
222
223 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
224
225         * buffer.C (setPaperStuff): removed from here...
226
227         * bufferparams.C (setPaperStuff): ... and moved there.  
228
229 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
230
231         * minibuffer.h:
232         * minibuffer.C:
233         * XFormsView.C: add support for drop-down completion
234  
235 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
236
237         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
238         commands.
239
240 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
241
242         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
243         disabled. 
244
245 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
246
247         * lyx_main.C: change ref to known bugs
248  
249 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
250
251         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
252         to work around older babel problems.
253
254 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
255
256         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
257
258 2001-10-24  Juergen Vigna  <jug@sad.it>
259
260         * tabular-old.C (ReadOld): below variable changes reflected.
261
262         * tabular.[Ch]: added ltType struct for longtable header/footer
263         defines and changed all instances where they are used. Added
264         future support for double top/bottom rows.
265
266 2001-10-24  José Matos  <jamatos@fep.up.pt>
267
268         * buffer.h (docbookHandleCaption):
269         * buffer.C (docbookHandleCaption): removed unused function.
270         (makeDocBookFile): moved docbook supported version to v4.1.
271
272 2001-10-24  José Matos  <jamatos@fep.up.pt>
273
274         * tabular.h:
275         * tabular.C (docbookRow): new function to export docbook code of a row.
276         (DocBook): now honors the longtable flags.
277
278 2001-10-23  José Matos  <jamatos@fep.up.pt>
279
280         * LaTeXFeatures.h:
281         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
282         of the lyx defined sgml entities used in a docbook/linuxdoc document.
283
284         * buffer.C (makeLinuxDocFile):
285         (makeDocBookFile): reworked the preamble, more clean, and with
286         support for lyx defined entities. Changed the document declaration
287         to be more XML friendly.
288
289         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
290         if we need to output XML that should be done with a filter.
291         
292 2001-10-22  Juergen Vigna  <jug@sad.it>
293
294         * sp_pspell.h (class PSpell): add alive function needed in the
295         controller to see if the spellchecker could be started.
296
297 2001-10-22  Juergen Vigna  <jug@sad.it>
298
299         * buffer.C (insertStringAsLines): modify the font for inserting
300         chars in certain conditions by calling checkInsertChar(font).
301
302 2001-10-19  Juergen Vigna  <jug@sad.it>
303
304         * text.C (workWidth): use getRow instead of wrong algorithm.
305         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
306
307 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
308
309         * lyxserver.h:
310         * lyxserver.C:
311         * lyx_main.h:
312         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
313
314 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
315
316         * text.C (workWidth): do not search for the exact row when
317         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
318         optimization for big documents.
319
320 2001-10-18  Juergen Vigna  <jug@sad.it>
321
322         * text.C (workWidth): new function with added Inset * parameter.
323
324 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
325
326         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
327
328         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
329         change return type of getColumnNearX.
330         
331
332         * text.C (changeRegionCase): use uppercase/lowercase instead of
333         toupper/tolower. 
334         (leftMargin): 
335         (rightMargin): simplify code by factoring out the uses of
336         textclasslist.
337         (labelFill): 
338         (numberOfHfills): 
339         (setHeightOfRow): 
340         (appendParagraph): use Paragraph::size_type
341
342 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
343
344         * vspace.C (asLatexString): add a missing break
345
346 2001-10-15  Herbert Voss  <voss@perce.de>
347
348         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
349
350 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
351
352         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
353         is not available.
354
355 2001-10-10  André Pönitz <poenitz@gmx.net>
356
357         * lyxfunc.C: removed greek_kb_flag.
358
359 2001-10-10  Herbert Voss  <voss@perce.de>
360
361         * lyx_main.C: delete global string help_lyxdir.
362
363 2001-10-09  Herbert Voss  <voss@perce.de>
364
365         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
366
367         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
368
369         * lyx_main.C: added global string help_lyxdir.
370
371         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
372
373 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
374
375         * lyxrc.C (set_font_norm_type): support iso8859-4
376
377 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
378
379         * LaTeX.C (deplog): add another regex for MikTeX
380
381 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
382
383         * lyxrc.C (set_font_norm_type): support iso8859-3
384
385 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
386
387         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
388
389         * LaTeXFeatures.C: remove special case of french and index
390
391         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
392         before \begin{document}). This solves several incompatibilities.
393
394 2001-10-03  Garst Reese  <reese@isn.net>
395
396         * lyx_cb.C: change CheckTex error msg.
397
398 2001-10-03  José Matos  <jamatos@fep.up.pt>
399
400         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
401
402 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
403
404         * .cvsignore: update
405
406         * lyx_main.C (commandLineVersionInfo): use new style version info.
407
408         * buffer.C (writeFile):
409         (makeLaTeXFile):
410         (makeLinuxDocFile):
411         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
412
413         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
414
415         * version.h: update to use stuff in version.C
416
417         * version.C.in: new file. Contains version information determined
418         at compile time. This is a merging of version.h and
419         version_info.h.in.
420
421 2001-10-03  Juergen Vigna  <jug@sad.it>
422
423         * BufferView_pimpl.C (update): don't change "dirty" status in
424         updateInset call.
425
426 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
427
428         * WorkArea.C (c-tor): re-position version string slightly.
429
430 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
431
432         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
433         revert to previous code.
434
435         WorkArea.[Ch]: (show, destroySplash): methods removed.
436
437         WorkArea.C: rework code so that it's an amalgam of the codes before and
438         after the splash screen was moved to WorkArea.
439
440 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
441
442         * lyxrc.C (read): 
443         * vspace.C (inPixels): 
444         (lyx_advance): 
445         * kbmap.C (bind): 
446         * buffer.C (insertStringAsLines): 
447         (asciiParagraph): fix types to be large enough
448
449         * lyxlex_pimpl.h: change member status from short to int
450
451         * layout.h: fix type of endlabeltype
452
453         * kbmap.C (bind): 
454         * kbsequence.C (parse): change return type to string::size_type
455
456         * LaTeX.C (updateBibtexDependencies): comment out unneeded
457         variable
458
459         * Bullet.C (bulletSize): 
460         (bulletEntry): do not use short ints as parameters
461
462         * BufferView2.C (insertLyXFile): change a char to an int.
463
464         * WorkArea.C (WorkArea): remove unneeded floats in computation
465
466 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
467
468         * buffer.C (asciiParagraph): Treat '\\' as other chars.
469
470         * paragraph.C (asString): Do not ignore newline/hfill chars when
471         copying to the clipboard.
472
473 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
474
475         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
476         after a multi-line inset.
477
478 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
479
480         * paragraph.C (validate): Set NeedLyXFootnoteCode
481
482 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
483
484         * lyxfont.C (LyXSizeNames): changed increase-error to increase
485         and decrease-error to decrease.
486
487 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
488
489         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
490         it more readable (should be equivalent)
491
492 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
493
494         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
495
496 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
497
498         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
499         of a cursor (row, etc.) after a character has been deleted
500         (deleteEmptyParagraphMechanism): call the method above on _all_
501         cursors held by the LyXText when a double space has been
502         detected/deleted.
503  
504 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
505
506         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
507         pixmap.
508         (resizeCurrentBuff): remove code to destroy the old splash dialog.
509
510         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
511         background. Use greyOut() and the new show() methods to toggle between
512         the foreground and background. Add code to remove the splash after
513         its initial showing.
514
515         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
516         (create_forms): no longer call Dialogs::showSplash.
517
518 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
519
520         * .cvsignore: add version_info.h
521
522 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
523
524         * version_info.h.in: new file
525
526         * Makefile.am: add version_info.h.in
527
528         * lyx_main.C (commandLineVersionInfo): use version_info defined in
529         version_info.h instead of VERSION_INFO
530
531 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
532
533         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
534         The ERT inset now returns string().
535
536 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
537
538         * lyxtext.h, text.C (selectNextWord): renamed as
539         selectNextWordToSpellcheck.
540
541         * text.C (selectNextWordToSpellcheck): Modified to not select
542         words inside an ERT inset.
543
544 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
545
546         * lyx_cb.C (MenuLayoutSave): change a bit the question
547
548         * sp_base.h: include <sys/types.h>
549
550 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
551
552         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
553
554 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
555
556         * several files: fix typos in user-visible strings
557
558 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
559
560         * text2.C (pasteSelection): do not set the selection, since it
561         will be cleared later. Actually, the intent was to fix the way the
562         selection was set, but I figured rmoving the code was just as good.
563
564 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
565
566         * FontLoader.C (available): Check if font is available without
567         loading the font.
568
569 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
570
571         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
572
573 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
574
575         * lyxrc.[Ch]: added display_graphics variable and associated code.
576
577 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
578
579         * bufferparams.C (hasClassDefaults): new method. Returns true if
580         the buffer parameters correspond to known class defaults
581
582 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
583
584         * XFormsView.C (show): set minimum size to the main window.
585
586 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
587
588         * text2.C (copySelection): 
589         (cutSelection): 
590         * lyxfind.C (LyXReplace): 
591         * BufferView_pimpl.C (Dispatch): pass the correct flag to
592         LyXText::selectionAsString. 
593
594         * paragraph.C (asString): add "label" argument to the second form
595
596         * text2.C (selectionAsString): add "label" argument and pass it to
597         Paragraph::asString. 
598
599 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
600
601         * lyx_main.C (commandLineHelp): remove version information
602
603 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
604
605         * lyx_main.C: add -version commandline option
606
607 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
608
609         * paragraph.h: make the optional constructor arg required instead.
610         some modifications to other files because of this.
611
612         * minibuffer.C (C_MiniBuffer_peek_event): make it static
613
614         * lyxserver.C (C_LyXComm_callback): make it static
615
616         * lyx_main.C (error_handler): make it static
617
618         * lyx_gui.C (LyX_XErrHandler): make it static
619
620         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
621
622         * WorkArea.C: make the extern "C" methods static.
623
624         * Makefile.am (lyx_LDADD): simplify
625
626 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
627
628         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
629         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
630
631         * LyXAction.C (init):
632         * lyxfunc.C (dispatch): associated code removal.
633
634 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
635
636         * lyxfont.h (isSymbolFont): shut off warning
637
638         * text.C (setHeightOfRow):
639         (getVisibleRow): fix crash with empty paragraphs which have a
640         bottom line
641
642 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
643
644         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
645         code.
646
647 2001-09-04  José Matos  <jamatos@fep.up.pt>
648         * buffer.C
649         * buffer.h
650         * tabular.C (docbook): rename docBook method to docbook.
651
652 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
653
654         * Makefile.am: add dependencies to main.o.
655
656 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
657
658         * FontLoader.C (available): Return false if !lyxrc.use_gui
659
660 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
661
662         * FontInfo.C (query):
663         * converter.C (view):
664         * importer.C (Import):
665         * exporter.C (Export): Can not -> cannot.
666
667 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
668
669         * BufferView_pimpl.C: allow to create index inset even if
670           string is empty
671  
672 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
673
674         * buffer.C (getLists): replace boost::tie code with an explicit pair
675         as boost::tie can break some compilers.
676
677         * iterators.h: Added a std:: declaration to the return type of
678         ParIterator::size.
679
680 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
681
682         * lyxrc.C: add help for view_dvi_paper_option, default to safe
683           case.
684  
685 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
686
687         * iterators.[Ch]: New files. Provide paragraph iterators.
688
689         * buffer.C (changeLanguage): Use paragraph iterators.
690         (isMultiLingual): ditto 
691
692         * BufferView2.C (ChangeInsets): Use paragraph iterators.
693
694 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
695
696         * FontLoader.C: Support for cmr font.
697
698 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
699
700         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
701         (available): New method.
702
703         * FontInfo.C (getFontname): Use scalable fonts even when
704         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
705         found.
706
707 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
708
709         * converter.C (Formats::view): reverted! Incorrect fix.
710
711 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
712
713         * converter.C (Formats::view): only output the -paper option
714         if the dvi viewer is xdvi, thereby fixing bug #233429.
715
716 2001-08-23  Herbert Voss  <voss@perce>
717
718         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
719
720 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
721
722         * Spacing.h (Spacing): Set space to Default on in the default
723         constructor.
724
725 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
726
727         * vc-backend.h (RCS::versionString): add RCS to version 
728         (CVS::versionString): add CVS to version 
729
730         * vc-backend.C (scanMaster): do not add CVS to version.
731         (scanMaster): do not add RCS to version
732
733         * lyxvc.C (versionString): new method
734
735         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
736
737 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
738
739         * Spacing.C (set): initialize fval
740
741 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
742
743         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
744         " or \.
745
746 2001-08-16  Juergen Vigna  <jug@sad.it>
747
748         * lyxfunc.C (dispatch): implemented the new FINISHED states.
749
750 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
751
752         * BufferView_pimpl.C: 
753         * figureForm.C:
754         * lyxtext.h:
755         * text2.C: setParagraph takes linespacing now
756  
757 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
758
759         * LyxAction.C: add internal LFUN_CITATION_INSERT
760
761         * LyXView.C: actually apply fix
762
763         * bufferlist.C: fix open non-existent file
764  
765         * lyxfind.C: fix indentation
766  
767         * lyxfunc.C: remove unneeded assert, fix typo
768  
769 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
770
771         * MenuBackend.C: use "Floatname List"
772
773 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
774
775         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
776         when converting LaTeX layout to insetERT.
777         Generate a non-collapsed float when reading old float
778
779 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
780
781         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
782         ERT insets.
783
784 2001-08-13  Juergen Vigna  <jug@sad.it>
785
786         * text.C (fill): return 0 instead of 20 as this seems to be the more
787         correct value.
788
789 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
790
791         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
792         lyxrc.font_norm.
793
794 2001-08-13  Juergen Vigna  <jug@sad.it>
795
796         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
797         casesensitive off.
798         (SearchBackward): comment out the unlocking of the inset_owner this
799         should not be needed!
800
801 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
802
803         * Many files: Remove inherit_language, and add latex_language
804
805         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
806         collapsible insets.
807
808 2001-08-10  Juergen Vigna  <jug@sad.it>
809
810         * text.C (prepareToPrint): fixed hfill-width in draw!
811
812         * BufferView2.C (selectLastWord): save the selection cursor as this
813         now is cleared in the function LyXText::clearSelection!
814
815 2001-08-08  Juergen Vigna  <jug@sad.it>
816
817         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
818         BACKSPACE type functions.
819
820         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
821         is only cutted from the document but not put in the cut-buffer, where
822         still the old stuff should be.
823
824         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
825
826         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
827
828         * tabular.C (SetWidthOfCell): fixed special case where the width
829         was not updated!
830         (LeftLine): handle '|' in align_special.
831         (RightLine): ditto
832         (LeftAlreadyDrawed): ditto
833         (SetWidthOfCell): ditto
834
835 2001-08-07  Juergen Vigna  <jug@sad.it>
836
837         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
838
839 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
840
841         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
842         * lyxlex.[hC]: ditto
843
844 2001-08-06  Juergen Vigna  <jug@sad.it>
845
846         * text.C (getVisibleRow): fix up row clearing a bit.
847
848 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
849
850         * minibuffer.C: make sure the X server sees the changes in the input.
851
852 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
853
854         * paragraph.C (getFont): split into...
855         (getLabelFont): this
856         (getLayoutFont): and this
857         * paragraph_pimpl.C (realizeFont): calling this
858
859         * text2.C (getFont): split into...
860         (getLayoutFont): this
861         (getLabelFont): and this
862         (realizeFont): all three calling this
863
864         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
865         files where used.
866
867 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
868
869         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
870
871 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
872
873         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
874         layouts from the Quote inset insertion.
875
876 2001-08-03  Juergen Vigna  <jug@sad.it>
877
878         * BufferView_pimpl.C (update): do the fitCursor only at the end!
879
880         * screen.C (drawFromTo): don't call fitcursor here and do the loop
881         only if status not is already CHANGED_IN_DRAW (second level).
882
883         * text.C (draw): don't set the need_break_row when inside an
884         InsetText LyXText.
885
886 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
887
888         * buffer.C (parseSingleLyXformat2Token): handle more latex
889         conversion cases.
890
891         * bufferview_funcs.[hC]: change function names to
892         begin with small char, adjust other files.
893
894 2001-08-02  André Pönitz <poenitz@gmx.net>
895
896         * lyxfunc.C:
897         BufferView_pimpl.C: remove broken special code for math-greek
898
899 2001-08-02  Juergen Vigna  <jug@sad.it>
900
901         * BufferView_pimpl.C (update): redone this function so that we
902         update the text again if there was a CHANGE_IN_DRAW.
903
904         * screen.C (cursorToggle): removed LyXText parameter and recoded.
905         (drawFromTo): added a new internal bool which is used by draw() and
906         redraw() function.
907         (general): some cursor drawing problems fixed.
908
909 2001-08-01  Juergen Vigna  <jug@sad.it>
910
911         * lyxfind.C (LyXFind): fixed
912         (SearchForward): ditto
913         (SearchBackward): ditto
914
915         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
916         spurius drawing of the cursor in the main area.
917
918         * text2.C (status): small fix which could lead to a segfault!
919         (clearSelection): remove unneeded BufferView param.
920
921 2001-08-01  André Pönitz <poenitz@gmx.net>
922
923         * lyxfunc.C: small change due to changed mathed interface
924
925 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
926
927         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
928
929 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
930  
931         * lyxfunc.c: fail gracefully if file doesn't exist 
932  
933         * LyXSendto.C:
934         * buffer.C:
935         * lyxfunc.C:
936         * BufferView_pimpl.C: IsDirWriteable() proto changed 
937  
938         * LyXView.C: fix updateWindowTitle() to store the last title
939
940 2001-07-31  Juergen Vigna  <jug@sad.it>
941
942         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
943         the font (wrong since using of Paragraph::highestFontInRange).
944
945         * paragraph.C (highestFontInRange): added a default_size parameter.
946
947         * text.C (getVisibleRow): minor clear row changes (still not perfect).
948         (setHeightOfRow): reformat
949
950 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
951
952         * converter.[hC] + affected files: move to (inital-char)lowercase
953         function names.
954
955         * ParagraphParameters.C (ParagraphParameters): remove commented code
956
957         * PainterBase.[Ch]: remove commented code
958
959         * LaTeXFeatures.h: add "bool floats" for float.sty
960
961         * LaTeXFeatures.C (LaTeXFeatures): init floats
962         (require): handle float
963         (getPackages): do it with floats
964
965 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
966
967         * BufferView_pimpl.C (Dispatch): improve handling of
968         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
969
970         * commandtags.h: #include lyxfont.h here temporarily to avoid
971         keybinding bug.
972
973         * bufferlist.h: include LString.h here.
974
975 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
976
977         * text2.C (getStringToIndex): new method.
978
979 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
980
981         * *: Reduced header file dependencies all over.
982
983 2001-07-30  Baruch Even  <baruch@lyx.org>
984
985         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
986
987 2001-07-29  Baruch Even  <baruch@lyx.org>
988
989         * buffer.C (readInset): Changed GRAPHICS to Graphics.
990
991 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
992
993         * ParameterStruct.h (endif): add a default constructor to make
994         sure that all variables is initialized.
995
996         * ParagraphParameters.C (ParagraphParameters): adjust
997
998 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
999
1000         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
1001         index; also, check that there is something to index, and that it
1002         does not span over several paragraphs.
1003         (doubleClick): use WHOLE_WORD_STRICT for double click.
1004
1005         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
1006
1007         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
1008         scheme.
1009
1010 2001-07-26  Baruch Even  <baruch@lyx.org>
1011
1012         * buffer.C (readInset): Changed to call up InsetGraphics when reading
1013         an InsetFig figure, backwards compatible reading of old figure code.
1014
1015 2001-07-27  Juergen Vigna  <jug@sad.it>
1016
1017         * text2.C: font.realize function adaption.
1018
1019         * text.C (draw): add a warnings lyxerr text if needed.
1020
1021         * layout.C: font.realize function adaption.
1022
1023         * language.C: add inherit_language and implement it's handlings
1024
1025         * bufferview_funcs.C (StyleReset): remove language parameter from
1026         font creation (should be language_inherit now).
1027
1028         * bufferparams.C (writeFile): handle ignore_language.
1029
1030         * paragraph.C (getFontSettings): the language has to be resolved
1031         otherwise we have problems in LyXFont!
1032
1033         * lyxfont.C (lyxWriteChanges): added document_language parameter
1034         (update): removed unneeded language parameter
1035
1036         * paragraph.C (validate): fixed wrong output of color-package when
1037         using interface colors for certain fonts in certain environments,
1038         which should not seen as that on the final output.
1039
1040 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1041
1042         * BufferView_pimpl.C:
1043         * Thesaurus.h:
1044         * Thesaurus.C:
1045         * Makefile.am:
1046         * commandtags.h:
1047         * LyXAction.C: add thesaurus support
1048
1049         * lyxfind.h:
1050         * lyxfind.C: add "once" parameter, for thesaurus, to not
1051           move to the next match
1052   
1053 2001-07-26  Juergen Vigna  <jug@sad.it>
1054
1055         * lyxfont.C (realize): honor ignore_language too!
1056         (resolved): ditto.
1057
1058         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
1059
1060         * text.C (draw): one place more for ignore_language to not draw
1061         itself!
1062
1063 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
1064
1065         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
1066
1067 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1068
1069         * buffer.C (parseSingleLyXformat2Token): a more general fix for
1070         the minipage conversion problem.
1071
1072 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1073
1074         * buffer.C (parseSingleLyXformat2Token): check minipage if we
1075         insert an inset.
1076
1077 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1078
1079         * BufferView.h: don't forward declare WorkArea
1080
1081         * BufferView.C: don't include WorkArea.h
1082
1083 2001-07-25  André Pönitz <poenitz@gmx.net>
1084
1085         * commandtags.h:
1086         * LyXAction.C:
1087         * lyxfunc.C:  new LFUN 'math-space'
1088
1089         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
1090
1091 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1092
1093         * text2.C (toggleInset): call open/close
1094
1095 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1096
1097         * lyxfunc.C (dispatch): add debug for the disabled case
1098
1099         * font.C (buttonText): make similar to rectText
1100
1101         * buffer.C (readInset): comment out parsing of insetlist and
1102         insttheorem 
1103
1104         * PainterBase.C (rectText): small correction
1105
1106         * BufferView_pimpl.C: comment out insettheorem and insetlist
1107         * LyXAction.C: ditto
1108         * commandtags.h: ditto
1109
1110 2001-07-24  Juergen Vigna  <jug@sad.it>
1111
1112         * text.C (draw): honor the ignore_language.
1113
1114         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
1115
1116 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1117
1118         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
1119         char inset.
1120
1121 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1122
1123         * lyxtext.h: remove unused (and unimplemented) methods
1124
1125 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1126
1127         * text.C (getVisibleRow): honor background color
1128
1129         * PainterBase.h:
1130         * Painter.h: remove default color argument for fillRectangle
1131
1132         * text.C (backgroundColor): new method
1133
1134 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1135
1136         * text.C (getVisibleRow): adjust
1137
1138         * font.[Ch] (rectText): new method, metrics
1139         (buttonText): new method, metrics
1140
1141         * PainterBase.[hC]: make rectText and buttonText always draw and take
1142         fewer paramteres.
1143
1144 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1145
1146         * ToolbarDefaults.C (read): 
1147         * MenuBackend.C (read): allow escaping in all strings
1148
1149         * BufferView_pimpl.C (insertAndEditInset): new method.
1150         (Dispatch): use insertAndEditInset whenever appropriate.
1151
1152         * BufferView_pimpl.C (insertNote): removed
1153
1154         * BufferView_pimpl.C (smartQuote): new method, moved from
1155         BufferView; if an insetquote cannot be inserted, insert a '"'
1156         character instead.
1157
1158         * BufferView2.C: remove insertCorrectQuote();
1159
1160         * lyxfunc.C (getStatus): Add support for all remaingin
1161         inset-insert lfuns.
1162
1163         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
1164
1165         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
1166         command (necessary to pass " as parameter of self-insert.
1167
1168         * text.C (selectWordWhenUnderCursor):
1169         (selectWord): add word_location parameter
1170         (selectWordWhenUnderCursor): same + remove special code for word
1171         boundary.
1172         (selectNextWord): use kind() to guess type of insetspecialchar,
1173         not latex().
1174         
1175         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
1176         (insertErtContents): create ert insets as collapsed.
1177         (readInset): better compatibility code for Info inset.
1178
1179 2001-07-20  Juergen Vigna  <jug@sad.it>
1180
1181         * lyxfunc.C (dispatch): use always LyXFind now!
1182
1183         * text2.C (init): add a reinit flag so that the LyXText can be
1184         reinited instead of deleted and reallocated (used in InsetText).
1185
1186         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
1187
1188         * text.C: ditto
1189
1190         * text2.C: ditto
1191
1192 2001-07-18  Juergen Vigna  <jug@sad.it>
1193
1194         * text.C (selectNextWord): handle insets inside inset by calling
1195         always the bv->text functions so that we can go up the_locking_inset!
1196
1197         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
1198         in strange locations when inside an inset!
1199
1200         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
1201         handling to include insets.
1202
1203         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
1204
1205 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1206
1207         * LyXAction.C (init): 
1208         * commandtags.h: 
1209         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
1210         LIGATURE_BREAK, since the name is so stupid.
1211
1212 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1213
1214         * buffer.C (readInset): enable reading of new InsetNotes as well as old
1215         InsetInfos.
1216
1217         * FontLoader.C: remove FORMS_H_LOCATION cruft.
1218
1219         * sp_form.[Ch]: remove.
1220
1221         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
1222
1223         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
1224         InsetInfo.
1225
1226         * src/buffer.C (readInset): ditto.
1227
1228 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1229
1230         * BufferView_pimpl.C (specialChar): new method. Obsoletes
1231         menuSeparator(), endOfSentenceDot(), ldots() and
1232         hyphenationPoint(), which are therefore removed.
1233         (Dispatch): handle LFUN_HYPHENATION_BREAK.
1234
1235         * LyXAction.C (init): 
1236         * commandtags.h: add LFUN_HYPHENATION_BREAK.
1237
1238         * paragraph.C (getWord): removed.
1239
1240         * BufferView_pimpl.C (Dispatch): use last word or selection for
1241         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
1242
1243         * lyx_main.C (queryUserLyXDir): do not ask before creating
1244         user_dir, except if it has been named explicitely.
1245
1246 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1247
1248         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
1249         a document of zero size.
1250
1251 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1252
1253         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
1254         approriately in the c-tor and in require().
1255         (getPackages): output the appropriate LaTeX for natbib support.
1256
1257         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
1258         variables "use_natbib" and "use_numerical_citations" when reading the
1259         LyX file.
1260         (readInset): read the various natbib cite commands.
1261         (validate): white-space change.
1262
1263         * bufferparams.[Ch]: new variables "bool use_natbib" and
1264         "bool use_numerical_citations".
1265         (writeFile): output them in the LyX file.
1266
1267 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1268
1269         * lyxfunc.C (getStatus): add support for all the inset insertion
1270         commands.
1271
1272         * text2.C (insertInset): 
1273         * paragraph.C (insetAllowed): 
1274         * BufferView_pimpl.C (insertInset): update to take in account the
1275         renaming of insertInsetAllowed
1276
1277         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
1278
1279         * text2.C (getInset): new method. returns inset at cursor position. 
1280
1281         * BufferView_pimpl.C (Dispatch): changes because of this.
1282
1283         * LyXAction.C (init): rename open-stuff to inset-toggle.
1284
1285         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
1286
1287         * text2.C (toggleInset): renamed from openStuff; use
1288         Inset::open().
1289
1290 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1291
1292         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
1293
1294         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
1295
1296 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
1297
1298         * buffer.C (readLyXformat2): Add filename to the error dialog
1299
1300 2001-07-18  Juergen Vigna  <jug@sad.it>
1301
1302         * tabular.C (GetCellNumber): put an assert here instead of the check!
1303
1304 2001-07-17  Juergen Vigna  <jug@sad.it>
1305
1306         * BufferView_pimpl.C (toggleSelection): adapted too.
1307
1308         * text.C (selectNextWord): adapted for use with insets.
1309         (selectSelectedWord): ditto
1310
1311 2001-07-17  Juergen Vigna  <jug@sad.it>
1312
1313         * sp_spell.C (PSpell): fix initialitation order.
1314
1315 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1316
1317         * paragraph.C: spacing
1318
1319 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1320
1321         * sp_spell.C: repair language selection for pspell
1322
1323 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1324
1325         * lyxfunc.h: change more methods to begin with lower char.
1326
1327 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
1328
1329         * buffer.C (parseSingleLyXformat2Token): Generate error insets
1330         for unknown layouts.
1331
1332 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
1333
1334         * buffer.C (readLyXformat2): Generate an error dialog if there are
1335         unknown layouts.
1336
1337 2001-07-16  Juergen Vigna  <jug@sad.it>
1338
1339         * sp_spell.C: always compile ISpell part.
1340
1341         * lyxrc.C: added use_pspell entry and it's handling.
1342
1343 2001-07-13  Juergen Vigna  <jug@sad.it>
1344
1345         * sp_spell.C: removed double includes.
1346
1347 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1348
1349         Consistent use of Lsstream.h:
1350         * Lsstream.h: added using std::stringstream for consistencies sake.
1351
1352         * buffer.C: removed using std::stringstream
1353
1354         * lyxfont.C (stateText):
1355         * paragraph.C (asString):
1356         * text.C (selectNextWord, selectSelectedWord):
1357         * text2.C (setCounter):
1358         * vspace.C (asString, asLatexString):
1359         std::ostringstream -> ostringstream.
1360
1361 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1362
1363         * LyXAction.C: add LFUN_HELP_ABOUTLYX
1364         * commandtags.h: add LFUN_HELP_ABOUTLYX
1365         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
1366
1367 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1368
1369         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
1370         cursorToggle()
1371         * lyx_gui_misc.C: remove spellchecker
1372         * lyxfunc.C: showSpellchecker
1373         * sp_base.h: added
1374         * sp_ispell.h: added
1375         * sp_pspell.h: added
1376         * sp_spell.C: added
1377         * sp_form.[Ch]: removed
1378         * spellchecker.[Ch]: removed
1379
1380 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
1381
1382         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
1383         is set.
1384         (simpleTeXSpecialChars): Simply print the input character without
1385         any special translation if pass_thru is set.
1386
1387         * layout.h: Added bool pass_thru to layout class for being able to
1388         implement pass through of a paragraph for Literate Programming.
1389         
1390         * layout.C: add LT_PASS_THRU to LayoutTags enum.
1391         * layout.C (LyXLayout): set pass_thru to flase in constructor.
1392         * layout.C (Read): add "passthru" to list of layout tags and add
1393         code to set the pass_thru boolean when it is read.
1394
1395 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1396
1397         * trans_decl.h: remove allowed from KmodInfo
1398
1399         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
1400         remove allowed code 
1401         (Load): adjust
1402
1403         * paragraph_pimpl.C (erase): use boost::prior
1404
1405         * Painter.C (text): use data() instead of c_str() when length is
1406         also provided.
1407         * WorkArea.C (putClipboard): ditto
1408         * font.h (width): ditto
1409
1410         * BufferView2.C: use it-> instead of (*it). for iterators
1411         * texrow.C: ditto
1412         * paragraph_pimpl.C: ditto
1413         * paragraph.C: ditto
1414         * minibuffer.C: ditto
1415         * language.C: ditto
1416         * kbmap.C: ditto
1417         * encoding.C: ditto
1418         * counters.C: ditto
1419         * converter.C: ditto
1420         * chset.C: ditto
1421         * Variables.C: ditto
1422         * TextCache.C: ditto
1423         * MenuBackend.C: ditto
1424         * LyXAction.C: ditto
1425         * LColor.C: ditto
1426         * FloatList.C: ditto
1427         * DepTable.C: ditto
1428         * ColorHandler.C (LyXColorHandler): ditto
1429
1430 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1431
1432         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
1433
1434         * text2.C (openStuff): reintroduce this method (which had been
1435         nuked in NEW_INSETS frenzy).
1436
1437         * lyxfunc.C (Dispatch): when an action has not been handled, use
1438         its name in the error message, not its number.
1439
1440         * paragraph.C (inInset): change method name to begin with lowercase.
1441
1442         * undo_funcs.C:
1443         * text2.C: updates because of this.
1444
1445 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1446
1447         * ToolbarDefaults.C (add): add spaces in error message
1448
1449 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1450
1451         * buffer.C (readLyXformat2): initialize the ert comp. variables.
1452         (readLyXformat2): rename return_par to first_par, use lyxlex's
1453         pushToken and remove the manual push handling.
1454         (parseSingleLyXformat2Token): add another ert comp. variable:
1455         in_tabular, rename return_par to first_par. handle newlines better
1456
1457 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1458
1459         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
1460
1461 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1462
1463         * text2.C (getParFromID): removed
1464
1465         * buffer.C (getParFromID): new method moved form lyxtext.
1466         * BufferView2.C (insertErrors): adjust
1467         (setCursorFromRow): adjust
1468         * BufferView_pimpl.C (restorePosition): adjust
1469         * lyxfunc.C (Dispatch): adjust
1470         * undo_funcs.C (textUndo): adjust
1471         (textRedo): adjust
1472         (textHandleUndo): adjust
1473         (textHandleUndo): adjust
1474
1475 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1476
1477         * buffer.C: up' the LYX_FORMAT
1478
1479         * lyxfont.h: turn NO_LATEX on as default
1480
1481         * buffer.C (insertErtContents): new methods of tex style compability.
1482         (parseSingleLyXformat2Token): use it several places.
1483         * tabular.C (OldFormatRead): and here
1484
1485 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1486
1487         * text2.C: remove some commented code.
1488         reindent file.
1489
1490         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
1491         * trans.C: changes because of the above.
1492
1493 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
1494
1495         * text2.C (setCounter): Fix counters bug with bibliography layout.
1496
1497 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1498
1499         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
1500         own member functions
1501         (simpleTeXSpecialChars): ditto
1502
1503 2001-07-06  Juergen Vigna  <jug@sad.it>
1504
1505         * a lot of files: changed the access to LyXText::status and the
1506         call of undo-functions.
1507         
1508         * undo.[Ch]: added a inset_id to the undo informations.
1509
1510         * undo_funcs.[Ch]: added and moved here all undo functions.
1511
1512         * lyxtext.h: give the status enum a weight, made status_ a private
1513         variable and made accessor functions for it, removed the whole bunch
1514         of undo-functions as they are now in their own file, make some
1515         functions publically available. Added function ownerParagraph with
1516         int parameter.
1517
1518         * paragraph.[Ch]: added "bool same_ids" to the constructor,
1519         made InInset() a const function, added getParFromID() function.
1520
1521         * buffer.[Ch]: added const version for inset_iterator functions,
1522         added getInsetFromID() function.
1523
1524         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
1525         changed undo functions for new version.
1526
1527 2001-07-05  Juergen Vigna  <jug@sad.it>
1528
1529         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
1530         unknow mechanism does not call the proper constructor but only this
1531         one also if I request the other!?
1532
1533 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1534
1535         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
1536
1537         * text2.C (LyXText): use initialization lists.
1538
1539         * lyxtext.h (Selection): initialize set_ and mark_
1540         (init): remove method
1541
1542 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
1543
1544         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
1545
1546 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1547
1548         * screen.[Ch]: change method names to begin with lowercase 
1549
1550         * BufferView_pimpl.C (updateScrollbar): simplify further and
1551         hopefully make it a bit faster.
1552
1553 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1554
1555         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
1556         calling directly xforms functions.
1557
1558         * Painter.C (Painter): 
1559         * lyx_cb.C (MenuWrite): 
1560         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
1561         fl_display.
1562
1563         * lyx_gui.C: remove bogus guiruntime extern declaration.
1564
1565 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1566
1567         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
1568         in NEW_INSETS
1569         (redoDrawingOfParagraph): ditto
1570         (redoParagraphs): ditto
1571         (cutSelection): don't create a object for CutAndPaste use the
1572         static method directly
1573         (pasteSelection): ditto
1574
1575         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
1576         LyXview (+ rename)
1577
1578 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1579
1580         * modifications to some other files because of this.
1581         
1582         * Makefile.am (lyx_SOURCES): add XFormsView
1583
1584         * XFormsView.[Ch]: new files
1585
1586         * LyXView.[Ch]: make LyXView a base class for the gui handling for
1587         the main window. Move the gui dependent stuff to XFormsView
1588
1589 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1590
1591         * tabular.C (GetCellInset): update cur_cell also in the row/col
1592         version of this function.
1593
1594         * lyxfunc.C: no need to include figure_form.h here.
1595
1596         * FontLoader.h: 
1597         * lyxfunc.h: 
1598         * lyxscreen.h: 
1599         * text2.C: 
1600         * lyxvc.C: no need to include forms.h here.
1601
1602 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1603
1604         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
1605
1606         * lyxfunc.C (Dispatch): 
1607         * Spacing.C (set): 
1608         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
1609         constructor argument.
1610
1611 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1612
1613         * paragraph.C (Paragraph): dont't clear, and just set layout.
1614         (makeSameLayout): use params's copy contructor.
1615
1616         * ParagraphParameters.[Ch] (makeSame): delete method
1617
1618 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
1619
1620         * Variables.[Ch]: fix indentation, rename set to isSet
1621
1622 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1623
1624         * lyxfunc.C (Dispatch): fix typo
1625
1626 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1627
1628         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
1629         upper_bound. 
1630
1631         * bufferlist.C: include assert.h for emergencyWrite().
1632
1633 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1634
1635         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
1636           give up at last (bug #425202) !
1637  
1638 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1639
1640         * lyx_gui_misc.C:
1641         * sp_form.h:
1642         * sp_form.C:
1643         * spellchecker.h:
1644         * spellchecker.C: strip spellchecker options and bring up
1645           preferences tab instead
1646          
1647 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1648
1649         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
1650         the istringstream constructor
1651
1652 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1653
1654         * paragraph.C (getLayout): fix return value
1655
1656         * paragraph.h: do not declare getLayout as inline.
1657
1658         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
1659
1660 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1661
1662         * lyxcursor.h (operator<): new func
1663         (operator>): new func
1664         (operator>=): new func
1665         (operator<=): new func
1666
1667         * text.C (changeCase): use selection.start and selection.end
1668         (changeRegionCase): require from to be <= to. Require par to be a
1669         valid paragraph.
1670
1671         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
1672
1673 2001-06-27  Juergen Vigna  <jug@sad.it>
1674
1675         * text.C (cursorLeftOneWord): changed to return the cursor and added
1676         overlay with BufferView * parameter which calls this one.
1677         (getWord): added
1678         (selectWord): use new getWord function.
1679         (changeCase): renamed from changeWordCase as and extended to work
1680         also on selections.
1681
1682         * lyxtext.h: added enum word_location
1683
1684         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
1685         changeCase as this operates now also on selections.
1686
1687 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1688
1689         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
1690
1691         * many files: send debug output to Debug::INFO instead of
1692         Debug::ANY. 
1693
1694         * converter.C (View): 
1695         (Convert): 
1696         (Move): send debug output to Debug::FILES instead of console.
1697
1698 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1699
1700         * lyxfunc.C (getStatus): use func_status
1701
1702         * func_status.h: new header, describing the results of
1703         LyXFunc::getStatus;
1704
1705         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
1706         LFUN_MATH_HALIGN.
1707
1708 2001-06-25  The LyX Project  <jug@sad.it>
1709
1710         * buffer.C (sgmlOpenTag):
1711         (sgmlCloseTag):
1712         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
1713
1714 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1715
1716         * text2.C: remove some dead code
1717
1718         * tabular.C (GetCellInset): store the last cell checked (gotten)
1719
1720         * tabular.h: add the helper for the speedup
1721
1722         * lyxtext.h: remove some dead code
1723
1724 2001-06-26  The LyX Project  <Asger>
1725
1726         * paragraph.C: Change export to LaTeX of alignment to
1727         \begin{center} and family for better roundtrip work with reLyX.
1728
1729         * Tune the math drawing a bit.
1730
1731 2001-06-25  The LyX Project  <Asger>
1732
1733         * LColor.C (LColor): New color for math background. New color
1734         for buttons.
1735
1736 2001-06-25  The LyX Project  <jug@sad.it>
1737
1738         * lyxfunc.C (MenuNew): remove extra check for .lyx file
1739
1740         * lyxfunc.C (Open): 
1741         * bufferlist.C (newFile): do not restrict to files ending with
1742         .lyx
1743
1744         * BufferView_pimpl.C (MenuInsertLyXFile): 
1745
1746 2001-06-24  The LyX Project  <jug@sad.it>
1747
1748         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
1749         of compare_no_case
1750
1751 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1752
1753         * lyxtext.h: rename most methods to begin with a small char.
1754         Lots of changes because of this.
1755
1756         * paragraph.C (Paragraph): do not call fitToSize
1757         (erase): call Pimpl::erase
1758         (insertChar): call Pimpl::insertChar
1759         (insertInset): call Pipl::insertInset
1760         (breakParagraph): do not call fitToSize
1761         (breakParagraphConservative): do not call fitToSize
1762         (fitToSize): remove method
1763
1764         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
1765
1766 2001-06-24  The LyX Project  <Asger>
1767
1768         * Fix Qt compilation^2
1769
1770 2001-06-24  The LyX Project  <jug@sad.it>
1771
1772         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
1773         depthHook(getDepth()-1).
1774
1775         * paragraph.h: 
1776         * ParagraphParameters.h: 
1777         * ParameterStruct.h: change type of depth to unsigned int ==
1778         depth_type. Many adaptations to other files before of that.
1779
1780 2001-06-24  The LyX Project  <Asger>
1781
1782         * Fix Qt compilation.
1783
1784 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1785
1786         * paragraph.h: renamed several methods to begin with small letter.
1787         several changes to many parts of the code because of this.
1788
1789 2001-06-23  The LyX Project  <jug@sad.it>
1790
1791         * text2.C (InsertStringAsLines): renamed from InsertStringA;
1792         rewritten to discard all double spaces when KeepEmpty is off
1793         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
1794         to only handle newlines but not fiddle with spaces and friends.
1795
1796         * lyxfunc.C (MenuNew): when doing 'new from template', use
1797         template_path as default directory
1798
1799 2001-06-23  The LyX Project  <Asger>
1800
1801         * Clean-up of header file includes all over
1802         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
1803         
1804 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1805
1806         * paragraph.h: renamed from lyxparagraph.h
1807
1808 2001-06-23  Asger  <lyx@violet.home.sad.it>
1809
1810         * Buffer.h: Removed Buffer::resize
1811         * BufferList.h: Removed BufferList::resize
1812         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
1813         the document lazily when we change the width, or the font settings.
1814
1815 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1816
1817         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
1818
1819 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1820
1821         * buffer.h: remove out of date comment
1822
1823 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1824
1825         * lyxscreen.h:
1826         * screen.C: fix "theoretical" GC leak
1827  
1828 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1829
1830         * LaTeX.C (scanAuxFile):
1831         (deplog): remove trailing \r when reading stream (useful under
1832         win32)  
1833
1834 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1835
1836         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
1837         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
1838         and BufferView::theLockingInset(Inset*), so should use them and not
1839         access bv_->text->the_locking_inset directly.
1840
1841         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
1842
1843 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1844
1845         * Makefile.am:
1846         * tex-defs.h: remove old unused file
1847          
1848 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
1849
1850         * BufferView_pimpl.C: fix typo, remove minibuffer message
1851           when buffer has loaded
1852
1853 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1854
1855         * lyxfunc.C (Dispatch): use stringstream
1856         (MenuNew): use stringstream
1857         (Open): use stringstream
1858
1859         * importer.C (Import): use stringstream
1860
1861         * bufferview_funcs.C (CurrentState): use stringstream
1862
1863         * LaTeX.C (run): use stringstream
1864
1865         * BufferView_pimpl.C (savePosition): use stringstream
1866         (restorePosition): use stringstream
1867         (MenuInsertLyXFile): use stringstream
1868
1869 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1870
1871         * BufferView.C:
1872         * Bullet.C:
1873         * ColorHandler.C:
1874         * FontInfo.C:
1875         * FontLoader.C:
1876         * LColor.C:
1877         * LaTeXFeatures.C:
1878         * Painter.C:
1879         * gettext.C:
1880         * lyx_gui_misc.C:
1881         * lyxserver.C:
1882         * vspace.C: removed // -*- C++ -*- as first line.
1883
1884         * lyxfind.h:
1885         * version.h: added // -*- C++ -*- as first line.
1886
1887 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1888
1889         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
1890
1891         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
1892         of string
1893
1894 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1895
1896         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
1897         of floats.
1898
1899 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1900
1901         * gettext.C: include LString.h even when --disable-nls is on. 
1902
1903 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1904
1905         * converter.h (Get): changed argument type from int to
1906         FormatList::size_type to avoid unnecessary conversion.
1907
1908         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
1909         before using it.
1910
1911 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1912
1913         * gettext.h: include LString.h even when --disable-nls is on. 
1914
1915 2001-06-07  Juergen Vigna  <jug@sad.it>
1916
1917         * text.C (BreakAgain): subst spaces with tabs.
1918
1919         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
1920         (resizeInsetsLyXText): set force on resizeLyXText.
1921
1922 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1923
1924         * gettext.h (gettext_init): 
1925         (locale_init): use a real definition instead of a macro
1926
1927 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1928
1929         * Bufferview_pimpl.C:
1930         * LColor.h:
1931         * LColor.C: further lcolor tidies
1932
1933 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1934
1935         * BufferView_pimpl.C (updateScrollbar): simplify.
1936
1937         * BufferView2.C: don't include insets/insetinfo.h, change
1938         prototype for insertInset and call the Pimpl version. let
1939         updateInset call Pimpl version.
1940
1941         * BufferView.h: move inset_slept to BufferView::Pimpl, move
1942         gotoInset to BufferView::Pimpl
1943
1944 2001-06-01  Juergen Vigna  <jug@sad.it>
1945
1946         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
1947         inside a LockingInset (is the update needed at all?).
1948
1949 2001-05-31  Juergen Vigna  <jug@sad.it>
1950
1951         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
1952         here not the old one otherwise how should we compare it afterwards
1953         if it's the same!
1954
1955 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1956
1957         * lyxfont.C: 
1958         * tabular.C:
1959         * tabular-old.C: 
1960         * FontInfo.C: bring C functions into global namespace when
1961         necessary
1962
1963 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1964
1965         * LString.h: make sure config.h has been loaded before LString.h.
1966
1967         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
1968         (one for each char read by EatLine!).
1969
1970         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
1971         variables. 
1972
1973 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1974
1975         * paragraph.C (BreakParagraph): set the inset_owner in the new par
1976         to the same as the par we break from
1977
1978 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1979
1980         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
1981
1982         * MenuBackend.C (expand): also create menu entries for wide
1983         versions of the floats.
1984
1985         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
1986
1987         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
1988
1989         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
1990         frontends/Makefile.am
1991
1992         * text2.C: adjust
1993         * text.C: adjust
1994         
1995
1996         * tabular.C (getTokenValue): add std::
1997
1998         * tabular-old.C (getTokenValue): add std::
1999         (getTokenValue): ditto
2000         (getTokenValue): ditto
2001
2002         * screen.C (ToggleSelection): adjust
2003
2004         * lyxtext.h: put selection cursors inside a Selection struct.
2005
2006         * lyxfunc.C (moveCursorUpdate): adjust
2007
2008         * lyxfont.C (latexWriteStartChanges): add std::
2009
2010         * lyxfind.C: adjust
2011
2012         * font.h: delete with(char const *, LyXFont const &)
2013
2014         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
2015
2016         * FontInfo.C (getFontname): add std::
2017
2018         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2019         (workAreaButtonPress): adjust
2020         (tripleClick): adjust
2021         (update): adjust
2022         (moveCursorUpdate): adjust
2023         (Dispatch): adjust
2024
2025         * BufferView2.C (gotoInset): adjust
2026
2027 2001-05-30  Juergen Vigna  <jug@sad.it>
2028
2029         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
2030         to check pspell I add this as default as I now have new pspell
2031         libraries and they seem to use this.
2032
2033 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2034
2035         * text2.C (CutSelection): make the cursor valid before the call to
2036         ClearSelection.
2037
2038 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2039
2040         * kbsequence.C (parse): de-uglify a bit the parsing code, which
2041         relied on 0 terminated strings and other horrors. Bug found due to
2042         the new assert in lyxstring!
2043
2044         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
2045         KP_ keys.
2046
2047 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2048
2049         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
2050         to latinkeys.bind.
2051
2052         * lyxfunc.C (processKeySym): change method of getting to the
2053         self-insert char.
2054
2055         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
2056         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
2057         * BufferView_pimpl.[Ch]: here as private methods.
2058
2059 2001-05-28  Juergen Vigna  <jug@sad.it>
2060
2061         * text.C (SetHeightOfRow): added the update() call again as it is
2062         needed to initialize inset dimensions!
2063
2064 2001-05-16  Juergen Vigna  <jug@sad.it>
2065
2066         * text2.C (SetCharFont): Add new function with BufferView * and
2067         bool toggleall parameters for setting insets internal fonts.
2068         (SetFont): Freeze the undo as we may change fonts in Insets and
2069         all this change should be inside only one Undo!
2070
2071         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
2072         setting font's in insets as for them we have the SetFont function!
2073
2074 2001-05-15  Juergen Vigna  <jug@sad.it>
2075
2076         * text2.C (ClearSelection): to be sure we REALLY don't have any
2077         selection anymore!
2078
2079         * tabular.C (TeXCellPreamble): fixed the left border problem for
2080         multicolumn cells.
2081
2082 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
2083
2084         * LaTeX.C (deplog): Make sure that the main .tex file is in the
2085         dependancy file
2086
2087 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2088
2089         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
2090         LFUN_BREAKPARAGRAPH.
2091
2092         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
2093         help test to "internal only", similar for LFUN_INSERT_URL
2094
2095         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
2096         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
2097         auto_region_delete and deadkeys. 
2098
2099 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
2100
2101         * LColor.h:
2102         * LColor.C: remove some dead entries, tidy a little
2103  
2104 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2105
2106         * lyxfunc.C (processKeySym): comment the Escape handling, remove
2107         commented code.
2108         (Dispatch): implement LFUN_ESCAPE
2109
2110         * commandtags.h: add LFUN_ESCAPE
2111
2112         * LyXAction.C (init): add entry for LFUN_ESCAPE
2113
2114         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
2115         Remove commented code.
2116         (insertNote): moved here
2117         (open_new_inset): moved here
2118
2119         * BufferView[2].[Ch]: move insertNote and open_new_inset to
2120         BufferView_pimpl
2121
2122 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2123
2124         * kbmap.C (findbinding): clean it up and make it work correctly.
2125
2126         * lyx_main.C (init): do not pass argc and argv as parameters
2127
2128 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
2129
2130         * buffer.C: fix path for OS/2 & Win32
2131
2132         * lyx_gui.C:
2133         * lyx_main:
2134         * lyx_main.C: Added os:: class.
2135         
2136         * os2_defines.h: update
2137
2138 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2139
2140         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
2141         better by trying again with reduced state.
2142
2143 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2144
2145         * lyxrc.C (read): print error about invalid key sequence only when
2146         debugging (because not all latinX keysyms are known to some X
2147         servers)
2148
2149         * kbsequence.C (getiso): add a few std:: qualifiers
2150         (getiso): comment out extra return statement.
2151
2152 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2153
2154         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
2155         handling.
2156         (Dispatch): enhance the accent inset a bit. (not perfect)
2157
2158 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2159
2160         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
2161
2162 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2163
2164         * bufferlist.C (emergencyWrite): fix assert() call
2165
2166 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
2167
2168         * text.C (InsertChar): Added trivial patch to only send the "you
2169         can not do multiple spaces this way" message once during a
2170         session.
2171
2172 2001-05-08  Baruch Even  <baruch@lyx.org>
2173
2174         * Makefile.am: Changed order of libraries to get LyX to link properly
2175         with the gnome frontend.
2176
2177 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2178
2179         * LaTeXFeatures.h: add a std:: qualifier
2180
2181 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2182
2183         * paragraph.C (String): use stringstream
2184
2185 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2186
2187         * paragraph.C (writeFile): remove footflag arg
2188
2189         * buffer.C (makeLaTeXFile): use stringstream
2190         (latexParagraphs): remove footnot gurba
2191
2192         * LaTeXFeatures.C (getPackages): use stringstream
2193         (getMacros): likewise
2194         (getTClassPreamble): likewise
2195         (getFloatDefinitions): new method
2196
2197         * paragraph.C (writeFile): reindent
2198         (Erase): reindent
2199
2200         * WorkArea.h: revert the xpos + etc changes.
2201
2202         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
2203
2204         * lyxparagraph.[Ch]: add copy constructor, remove Clone
2205
2206         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
2207         (pasteSelection): likewise
2208         * text2.C (CreateUndo): likewise
2209
2210 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2211
2212         * minibuffer.C (peek_event): temporarily reduce the functionality
2213         of the minibuffer (to allow args on lfuns)
2214
2215         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
2216         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
2217
2218         * buffer.C (readInset): add compability reading of old float
2219         lists, add reading of new style float list.
2220         (readInset): avoid reevaluation of inscmd.getCmdName()
2221         (getLists): reindent
2222
2223         * MenuBackend.C (MenuItem): implement parsing of
2224         md_floatlistinsert and md_floatinsert.
2225         (expand::LastFiles): move initalizaton of iterators out of loop,
2226         avoid reevaluation.
2227         (expand::Documents): introduce typdedef vector<string> Strings,
2228         and use it. 
2229         (expand::ExportFormats): introduce typedef vector<Format const *>
2230         Formats, and use it.
2231         (expand): implement FloatListInsert and FloatInsert.
2232
2233         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
2234         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
2235         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
2236
2237         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
2238         handling. 
2239         (Dispatch::LFUN_FLOAT_LIST): implement
2240
2241 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2242  
2243         * LaTeX.C (run): Fix problem with --export code.
2244  
2245 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2246
2247         * BufferView.[Ch] (workarea): removed.
2248         (getClipboard) new method; wrapper for workarea()->getClipboard()
2249
2250         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
2251         bug.
2252
2253         * WorkArea.h (width, height, xpos, ypos): These methods all
2254         returned the dimensions of the work_area sub-area of WorkArea,
2255         resulting in a position error if the WorkArea were resized. Now
2256         return the dimensions of the entire WorkArea.
2257
2258         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
2259
2260 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2261
2262         * LaTeX.C (deplog): correct the syntax of regex reg1
2263
2264 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2265
2266         * undo.C: remove !NEW_INSETS cruft
2267
2268 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2269
2270         * text2.C: remove !NEW_INSETS cruft
2271
2272         * text.C: remove !NEW_INSETS cruft
2273
2274         * tabular.C: remove !NEW_INSETS cruft
2275
2276         * spellchecker.C: remove !NEW_INSETS cruft
2277
2278         * lyxtext.h: remove !NEW_INSETS cruft
2279
2280         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
2281
2282         * lyxfunc.C: remove !NEW_INSETS cruft
2283
2284         * lyxfind.C: remove !NEW_INSETS cruft
2285
2286         * lyx_cb.C: remove !NEW_INSETS cruft
2287
2288         * figureForm.C: remove  !NEW_INSETS cruft
2289
2290         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
2291
2292         * buffer.[Ch]: remove !NEW_INSETS cruft
2293
2294         * ToolbarDefaults.C: remove !NEW_INSETS cruft
2295
2296         * CutAndPaste.C: remove !NEW_INSETS cruft
2297
2298         * BufferView_pimpl.C: remove !NEW_INSETS cruft
2299
2300         * BufferView2.C: remove !NEW_INSETS cruft
2301
2302         * BufferView.h: remove !NEW_INSETS cruft
2303
2304 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2305
2306         * Lsstream.h: include LString.h before the sstream headers to
2307         fix problem with gcc 2.95.3 and lyxstring
2308
2309 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2310
2311         * lyx_main.C: add using directives when needed for C functions
2312         declared in std:: namespace.
2313
2314 2001-04-27  Juergen Vigna  <jug@sad.it>
2315
2316         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
2317         (SetHeightOfRow): comment out the update call should not be needed!
2318
2319 2001-04-13  Juergen Vigna  <jug@sad.it>
2320
2321         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
2322         (LyXTabular): tried to minimize operator= operations (and realized
2323         hopfully Lars wish).
2324
2325 2001-04-27  Juergen Vigna  <jug@sad.it>
2326
2327         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
2328
2329 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2330
2331         * lyxfunc.C (Dispatch): hack to make listof algorithm work
2332
2333         * buffer.C (readInset): hack to make listof algorithm work
2334
2335         * BufferView_pimpl.C: hack to make listof algorithm work
2336
2337 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2338
2339         * LyXAction.C: removed all !NEW_INSETS cruft
2340         (init): moved lfun_item in method
2341
2342         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
2343
2344 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2345
2346         * BufferView2.C (theLockingInset): white space.
2347
2348 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2349
2350         * minibuffer.C: include <iostream>
2351
2352         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
2353
2354         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
2355
2356         * commandtags.h: add LFUN_TRANSPOSE_CHARS
2357
2358         * text.[Ch] (TransposeChars): new method
2359
2360 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2361
2362         * call message directly through LyXView instead of through LyXFunc
2363         * BufferView2.C: adjust
2364         * BufferView_pimpl.C: adjust
2365         * FontLoader.C: adjust
2366         * buffer.C: adjust
2367         * bufferview_funcs.C: adjust
2368         * converter.C: adjust
2369         * figureForm.C: adjust
2370         * importer.C: adjust
2371         * lyx_cb.C: adjust
2372         * lyx_gui_misc.C: adjust
2373         * lyxfunc.C: adjust
2374         * lyxvc.C: adjust
2375         * text2.C: adjust
2376         + more files in subdirs
2377         
2378         * lyxparagraph.h (size): move up int file
2379         (GetLayout): ditto
2380
2381         * adjust all uses of Assert to lyx::Assert.
2382
2383         * BufferView2.C (ChangeCitationsIfUnique): adjust for
2384         lyxfunctional in namespace lyx
2385         * layout.C (hasLayout): ditto
2386         (GetLayout): ditto
2387         (GetLayout): ditto
2388         (delete_layout): ditto
2389         (NumberOfClass): ditto
2390         * converter.C (GetFormat): ditto
2391         (GetNumber): ditto
2392         (Add): ditto
2393         (Delete): ditto
2394         (SetViewer): ditto
2395         * bufferlist.C (getFileNames): ditto
2396         (emergencyWriteAll): ditto
2397         (exists): ditto
2398         (getBuffer): ditto
2399         * MenuBackend.C (hasSubmenu): ditto
2400         (hasMenu): ditto
2401         (getMenu): ditto
2402         * BufferView_pimpl.C (getInsetByCode): ditto
2403
2404 2001-04-18  Juergen Vigna  <jug@sad.it>
2405
2406         * vspace.C (asLatexString): fixed the 100% problem.
2407
2408 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2409
2410         * lyxfunc.C (Dispatch): 
2411         * minibuffer.C: 
2412         * minibuffer.h: add a few std:: qualifiers
2413
2414 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2415
2416         * minibuffer.[Ch]: reimplement so that commands is initiated and
2417         run from lyxfunc, simplified som handling, and made the completion
2418         and history code for complete. wip. 
2419
2420         * lyxfunc.C (processKeySym): call message
2421         (miniDispatch): new temporary method
2422         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
2423         (LFUN_MESSAGE): implement
2424         (LFUN_MESSAGE_PUSH): implement
2425         (LFUN_MESSAGE_POP): implement
2426         (initMiniBuffer): the initial/defualt minibuffer message.
2427
2428         * lyxfont.[Ch]: inline some more getters
2429
2430         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
2431
2432         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
2433
2434         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
2435         (AutoSave): use LFUN_MESSAGE
2436         (Reconfigure): ditto
2437
2438         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
2439
2440         * figureForm.C: use LFUN_MESSAGE
2441
2442         * converter.C (runLaTeX): use LFUN_MESSAGE
2443
2444         * bufferview_funcs.C: use LFUN_MESSAGE
2445         (Melt): ditto
2446         (changeDepth): ditto
2447
2448         * bufferparams.h: use boost::
2449
2450         * bufferlist.h: inherit privately from noncopyable
2451
2452         * bufferlist.C (loadLyXFile): remove some commented code.
2453
2454         * buffer.C (runChktex): use LFUN_MESSAGE
2455
2456         * ShareContainer.h: inherit privately from noncopyable
2457
2458         * ParagraphParameters.[hC] (depth): inline it.
2459
2460         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
2461         methods.
2462         (message): new method
2463         (messagePush): ditto
2464         (messagePop): ditto
2465         (show): init minibuffer
2466         (showState): direct call
2467
2468         * LaTeX.[Ch]: inherit privately from noncopyable
2469         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
2470         instead of WriteStatus.
2471
2472         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
2473
2474         * BufferView_pimpl.C (buffer): don't init minibuffer
2475         (workAreaButtonPress): use LFUN_MESSAGE
2476         (workAreaButtonRelease): ditto
2477         (savePosition): ditto
2478         (restorePosition): ditto
2479         (MenuInsertLyXFile): ditto
2480         (workAreaExpose): don't init minibuffer
2481         (update): remove commented code, simplify
2482
2483         * BufferView2.C (openStuff): use LFUN_MESSAGE
2484         (toggleFloat): ditto
2485         (menuUndo): ditto
2486         (menuRedo): ditto
2487         (copyEnvironment): ditto
2488         (pasteEnvironment): ditto
2489         (copy): ditto
2490         (cut): ditto
2491         (paste): ditto
2492         (gotoInset): ditto
2493         (updateInset): remove some commented code
2494
2495         * lastfiles.h: inherit privately from noncopyable
2496         * layout.h: ditto
2497         * lyx_gui.h: ditto
2498         * lyx_main.h: ditto
2499         * lyxlex.h: ditto
2500         * lyxlex_pimpl.h: ditto
2501
2502         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
2503         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
2504         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
2505
2506         * LyXAction.h: inherit privately from noncopyable, add methods
2507         func_begin, func_end, returning iterators to the func map.
2508
2509         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
2510         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
2511         (func_begin): new method
2512         (func_end): new method
2513
2514         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
2515         and not)
2516         (copySelection): ditto
2517         (pasteSelection): ditto
2518
2519         * BufferView.C: whitespace change
2520         * BufferView.h: inherit privately from noncopyable
2521
2522 2001-04-16  Allan Rae  <rae@lyx.org>
2523
2524         * tabular-old.C (l_getline): 
2525         * spellchecker.C (sc_check_word): 
2526         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
2527         an unrecognised preprocessor directive.  So ensure they're wrapped. 
2528
2529 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
2530
2531         * src/exporter.C (Export): Give an error message when path to file 
2532         contains spaces.
2533
2534 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
2535
2536         * LaTeX.C (deplog): Always check that foundfile exists.
2537
2538 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2539
2540         * lyx_main.h: 
2541         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
2542
2543 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2544
2545         * tabular.[Ch] (getLabelList): implement new method
2546
2547         * minibuffer.h: comment ouf setTiimer
2548
2549         * minibuffer.C (ExecutingCB): constify res
2550         (peek_event): constify s
2551         (Set): constify ntext
2552         (Init): constify nicename
2553
2554         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
2555
2556         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
2557         (savePosition): use two params to Minibuffer::Set
2558         (restorePosition): ditto
2559
2560 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2561
2562         * lyx_main.C: include language.h
2563
2564         * Makefile.am (lyx_main.o): add language.h
2565
2566 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2567
2568         * exporter.C: 
2569         * paragraph.C: 
2570         * screen.C: 
2571         * tabular.C: 
2572         * CutAndPaste.C: include gettext.h
2573
2574         * lyxfont.h: remove old hack with ON and OFF.
2575
2576         * lyxparagraph.h: 
2577         * lyxfont.h: do not include language.h...
2578
2579         * BufferView2.C: 
2580         * LaTeXFeatures.C: 
2581         * Painter.C: 
2582         * bufferview_funcs.C: 
2583         * font.C: 
2584         * lyxfont.C: 
2585         * text.C: 
2586         * text2.C: 
2587         * trans_mgr.C: 
2588         * paragraph.C: ... but do it here instead
2589
2590 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2591
2592         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
2593
2594         * tabular.C: small reformat
2595
2596         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
2597         NEW_INSETS version
2598         (GetChar): ditto
2599         (BreakParagraph): ditto
2600         (SetOnlyLayout): ditto
2601         (SetLayout): ditto
2602
2603         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
2604         with one arg less.
2605
2606         * lastfiles.C: removed most using decl, add std:: where needed
2607
2608         * buffer.C: ws changes
2609
2610         * MenuBackend.C (class compare_format): put into anon namespace
2611         (expand): constify label, names, action, action2
2612         (expand): 
2613
2614         * text.C (SingleWidth): constify font
2615         (IsBoundary): constify rtl2
2616         (GetVisibleRow): constify ww
2617
2618         * LaTeX.C (deplog): constify logfile
2619
2620         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
2621         start_x, end_x
2622         (workAreaExpose): constify widthChange, heightChange
2623
2624         * lyxrow.C (par): moved
2625         (height): moved
2626         (next): moved
2627         * lyxrow.h: as inlines here
2628
2629         * lyxfont.h (shape): moved from lyxfont.C
2630         (emph): moved from lyxfont.C
2631
2632         * lyxfont.C (LyXFont): use initialization list for all
2633         constructors
2634         (shape): move to lyxfont.h as inline
2635         (emph): move to lyxfont.h as inline
2636         
2637
2638 2001-04-04  Juergen Vigna  <jug@sad.it>
2639
2640         * vspace.C: had to include stdio.h for use of sscanf
2641
2642 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
2643
2644         * BufferView.h: 
2645         * BufferView_pimpl.h: remove xforms cruft. Both classes are
2646         independent of xforms.
2647
2648 2001-04-02  Juergen Vigna  <jug@sad.it>
2649
2650         * spellchecker.C: fixed namespace placing!
2651
2652 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2653
2654         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
2655         the LyXParagraph * is 0.
2656
2657 2001-03-29  Juergen Vigna  <jug@sad.it>
2658
2659         * vspace.C: added support for %, c%, p%, l%.
2660         (stringFromUnit): added helper function.
2661         (asLatexString): changed to give right results for the %-values.
2662
2663         * buffer.C: convert the widthp in a width%.
2664
2665 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
2666
2667         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
2668         figureForm.[Ch].
2669
2670         * figureForm.[Ch]: stripped the FD_from_figure manipulation
2671         code out of lux_cb.[Ch], ready for its (imminent?) removal.
2672
2673         * lyx_cb.[Ch]: see above.
2674
2675         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
2676         form1.[Ch].
2677
2678         * form1.[Ch]:
2679         * lyx.[Ch]: replaced by figure_form.[Ch].
2680
2681         * lyx_gui.C:
2682         * lyx_gui_misc.C:
2683         * lyxfunc.C: changed headers associated with above changes.
2684
2685 2001-03-27  Juergen Vigna  <jug@sad.it>
2686
2687         * BufferView_pimpl.C: set the temporary cursor right!
2688
2689 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2690
2691         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
2692
2693 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
2694
2695         * LString.h: removed "using std::getline"!
2696
2697         * BufferView_pimpl.C (Dispatch): changes due to changes in
2698         InsetInclude::Params.
2699
2700         * buffer.C (tag_name): removed redundant break statements as they were
2701         producing lots of warnings with my compiler.
2702
2703 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2704
2705         * LString.h: add "using std::getline" when using the real <string>.
2706
2707 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
2708
2709         * buffer.C: removed bitset usage.
2710         PAR_TAG moved to an anonymous name space.
2711         (tag_name): new funtion, also in the anonymous namespace.
2712         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
2713         (makeDocBookFile): clean code. Completed transition from string arrays
2714         to string vectors.
2715         (SimpleDocBookOnePar): code clean.
2716
2717 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2718
2719         * tabular.C: add some comments.
2720
2721 2001-03-22  Juergen Vigna  <jug@sad.it>
2722
2723         * buffer.C (parseSingleLyXformat2Token): redone the minipage
2724         compatibility read a bit and fixed bug with minipage in different
2725         depth.
2726
2727 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
2728
2729         * buffer.C (pop_tag): removed.
2730         (push_tag): removed.
2731         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
2732         array replaced with vector. Added support for CDATA sections.
2733         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
2734         at any nest level.
2735         (makeDocBookFile): XML conformant declaration of CDATA section,
2736         fixed bug related to <emphasis> in the first paragraph char.
2737         (sgmlOpenTag): exclude empty tags.
2738         (sgmlCloseTag): ditto.
2739         
2740         * buffer.h (pop_tag): removed.
2741         (push_tag): removed.
2742
2743 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2744
2745         * language.h (Languages): added size_type and size().
2746
2747 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2748
2749         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
2750         response on compability reading of minipages. One probliem is that
2751         the old usage of minipages was «flertydig» 
2752
2753         * several files here and in subdirs: don't use static at file
2754         scope use anon namespaces instead.
2755
2756 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
2757
2758         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
2759         LaTeX output. This is necessary for Literate document
2760         processing.
2761
2762 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2763
2764         * buffer.C: insert hfill when needed.
2765
2766         * tabular.C (l_getline): use string::erase, small whitespace change.
2767
2768         * BufferView_pimpl.C: try the anon namespace.
2769         * WorkArea.C: ditto
2770
2771 2001-03-16  Juergen Vigna  <jug@sad.it>
2772
2773         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
2774         otherwise it won't open options-dialogs.
2775
2776         * buffer.C: honor pextraWidth(p) on converting minipages.
2777
2778         * tabular.C (l_getline): changed the functions to strip trailing \r.
2779
2780 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
2781
2782         * BufferView_pimpl.C:
2783         * minibuffer..C: added "using SigC::slot" declaration.
2784
2785 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2786
2787         * lyxlex_pimpl.h: noncopyable is in namespace boost.
2788
2789         * text2.C: ditto
2790
2791         * text.C: ditto
2792
2793         * paragraph.C: ditto
2794
2795         * lyxtext.h: NO_PEXTRA
2796
2797         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
2798
2799         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
2800         * ParameterStruct.h: ditto
2801         * ParagraphParameters.h: ditto 
2802         * lyxparagraph.h: ditto
2803
2804 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2805
2806         * buffer.C: add compability for minipage alignment.
2807         (latexParagraphs): remove unwanted pextra check.
2808
2809         * several files: remove CXX_WORKING_NAMESPACES
2810
2811         * buffer.C (pop_tag): tie is in namespace boost
2812
2813         * BufferView.h: noncopyable is in namespace boost
2814         * lyxlex.h: ditto
2815         * lyx_main.h: ditto
2816         * lyx_gui.h: ditto
2817         * layout.h: ditto
2818         * lastfiles.h: ditto
2819         * bufferlist.h: ditto
2820         * ShareContainer.h: ditto
2821         * LyXView.h: ditto
2822         * LyXAction.h: ditto
2823         * LaTeX.h: ditto
2824
2825 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2826
2827         * Merging changes from BRANCH_MVC back into HEAD.
2828
2829         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
2830
2831 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
2832
2833         * BufferView_pimpl.C: change from intl.C
2834
2835         * combox.h:
2836         * combox.C:
2837         * Makefile.am: move combox.*
2838
2839         * form1.h:
2840         * form1.C:
2841         * lyx_gui.C:
2842         * intl.h:
2843         * intl.C: remove dialog (covered by prefs)
2844
2845 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2846
2847         * lyxfunc.C (Dispatch): removed redundant break statement.
2848         
2849 2001-03-14  Juergen Vigna  <jug@sad.it>
2850
2851         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
2852
2853 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2854
2855         * buffer.C: add hack to fix compability reading of minipages.
2856
2857 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2858
2859         * buffer.C (getLists): Cleanup.
2860
2861 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2862
2863         * lyxfont.C (update): don't honor toggleall on font size.
2864
2865 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2866
2867         * bmtable.c:
2868         * bmtable.h:
2869         * Makefile.am: moved to frontends/xforms/
2870
2871         * lyx_gui_misc.C:
2872         * lyxfunc.C:
2873         * BufferView_pimpl.C: changes for moved mathpanel
2874
2875 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2876
2877         * gettext.h: fix gettext_init() in --disable-nls
2878
2879 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2880
2881         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
2882
2883 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2884
2885         * lyx.C:
2886         * lyx.h: strip external form
2887
2888 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2889
2890         * BufferView_pimpl.C: add comment, destroySplash()
2891
2892 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2893
2894         * BufferView_pimpl.C:
2895         * LyXAction.C:
2896         * buffer.C:
2897         * commandtags.h:
2898         * lyxfunc.C: use re-worked insetinclude
2899
2900 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2901
2902         * buffer.C: add using std::stringstream.
2903
2904         * lyx_cb.C: readd using std::ios.
2905
2906         * buffer.C: add using std::map.
2907
2908         * BufferView_pimpl.C: add using std::vector.
2909
2910         * ShareContainer.h: add std:: to swap.
2911
2912         * buffer.h: add some typedefs
2913         * buffer.C (getLists): use them
2914         (getLists): renamed from getTocList.
2915         add a counter for the different float types and use it in the
2916         generated string.
2917         (getLists): use the same counter for the NEW_INSETS and the "non"
2918         NEW_INSETS
2919
2920         * lyx_cb.h: remove unused items, includes, using etc.
2921
2922         * ShareContainer.h: remove some commented code, add more comments
2923         and "documentation".
2924
2925 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2926
2927         * buffer.C (getTocList): make the list also when NEW_INSETS is
2928         defined.
2929
2930         * buffer.h: remove TocType
2931
2932         * buffer.C (getTocList): change to return a map<string,
2933         vector<TocItem> >, implement for dynamic number of list.
2934
2935         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
2936         * text2.C (PasteSelection): adjust
2937         * CutAndPaste.C (pasteSelection): adjust
2938
2939         * FloatList.C (FloatList): update from the new_insets branch.
2940         * Floating.[Ch]: ditto
2941         * LaTeXFeatures.C: ditto
2942         * buffer.C: ditto
2943         * lyxlex_pimpl.C: ditto
2944         
2945         * paragraph.C (Last): remove when NEW_INSETS is defined.
2946
2947         * other file: changes because of the above.
2948
2949 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2950
2951         * lyxparagraph.h: rename next to next_, previous to previous_,
2952         make them private for NEW_INSETS. Rename Next() to next(),
2953         Previous() to previous().
2954
2955         * other files: changes because of the above.
2956
2957 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
2958
2959         * BufferView.h: 
2960         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
2961         problem.
2962
2963 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2964
2965         * main.C (main): pass lyx_localedir to gettext_init().
2966
2967         * gettext.h: remove locale_init and gettext_init macros
2968
2969         * gettext.C (locale_init): new function
2970         (gettext_init): new function
2971
2972         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
2973         setlocale().
2974
2975 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
2976
2977         * Moved credits to frontends:
2978         * credits.[Ch]: removed
2979         * credits_form.[Ch]: removed
2980         * lyx_gui_misc.C: remove credits stuff
2981         * Makefile.am:
2982
2983 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2984
2985         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
2986
2987         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
2988         unneeded destructor.
2989
2990         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
2991         a standalone pointer again.
2992
2993         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
2994
2995 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2996
2997         * Makefile.am:
2998         * filedlg.h:
2999         * filedlg.C:
3000         * LyXAction.C:
3001         * ToolbarDefaults.C:
3002         * bufferlist.C:
3003         * commandtags.h:
3004         * form1.C:
3005         * form1.h:
3006         * lyx_cb.C:
3007         * lyx_cb.h:
3008         * lyxfunc.h:
3009         * lyxfunc.C:
3010         * BufferView_pimpl.C: use new file dialog in GUII
3011
3012         * lyx_cb.h:
3013         * lyx_cb.C: remove LayoutsCB to Toolbar
3014
3015 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3016
3017         * ShareContainer.h (get): add std:: qualifier
3018
3019 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3020
3021         * ShareContainer.h: define a proper ShareContainer::value_type
3022         type (and use typename to please compaq cxx)
3023
3024 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3025
3026         * lyxparagraph.h: move serveral local vars to
3027         ParameterStruct/ParagraphParameters., use ShareContainer in
3028         FontTable., make vars in FontTable private and add getter and
3029         setter.
3030
3031         * paragraph.C: changes because of the above.
3032
3033         * lyxfont.h: remove copy constructor and copy assignment. (the
3034         default ones is ok), move number inside FontBits. move inlines to
3035         lyxfont.C 
3036
3037         * lyxfont.C: add number to initializaton of statics, move several
3038         inlines here. constify several local vars. some whitespace
3039         cleanup. Dont hide outerscope variables.
3040
3041         * Spacing.h: add two new constructors to match the set methods.
3042
3043         * ShareContainer.h: new file, will perhaps be moved to support
3044
3045         * ParameterStruct.h: new file
3046
3047         * ParagraphParameters.h: new file
3048
3049         * ParagraphParameters.C: new file
3050
3051         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
3052         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
3053
3054         * BufferView_pimpl.C: ParagraphParameter changes.
3055         * buffer.C: Likewise.
3056         * bufferview_funcs.C: Likewise.
3057         * text.C: Likewise.
3058         * text2.C: Likewise.
3059         
3060 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3061
3062         * lyxfind.C (LyXReplace): do not redefine default argument in
3063         implementation. 
3064         (IsStringInText): ditto
3065         (SearchForward): ditto
3066         (SearchBackward): ditto
3067
3068 2001-03-06  Juergen Vigna  <jug@sad.it>
3069
3070         * lyxfind.C (IsStringInText): put parentes around expressions.
3071
3072 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
3073
3074         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
3075         
3076 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
3077
3078         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
3079
3080         * stl_string_fwd.h: add comment
3081
3082         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
3083
3084         * tabular.h:
3085         * tabular.C: remove unused DocBook methods
3086
3087         * intl.C:
3088         * language.C:
3089         * paragraph.C:
3090         * buffer.C:
3091         killed DO_USE_DEFAULT_LANGUAGE
3092
3093 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3094
3095         * lyx_gui.C: do not include language.h.
3096
3097         * bufferview_funcs.C (ToggleAndShow): do not provide optional
3098         arguments in function implementation.
3099
3100 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3101
3102         * BufferView_pimpl.C: add <ctime>
3103
3104 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3105
3106         * BufferView_pimpl.C: add using std::find_if
3107
3108 2001-02-27  José Matos  <jamatos@fep.up.pt>
3109         
3110         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
3111         by OnlyPath.
3112         
3113 2001-02-11  José Matos  <jamatos@fep.up.pt>
3114
3115         * buffer.C (makeDocBookFile): command styles now have a parameter as
3116         "title" by default.
3117
3118 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
3119
3120         * layout_forms.[Ch]: removed
3121         * lyx_cb.[Ch]: out character
3122         * lyx_gui.C: out character
3123         * lyx_gui_misc.C: out character
3124         * bufferview_funcs.C: : out character,
3125         added toggleall as parameter in ToggleAndShow
3126                    
3127 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
3128
3129         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
3130
3131         * text2.C (SetCurrentFont): Disable number property at boundary.
3132
3133 2001-02-26  Juergen Vigna  <jug@sad.it>
3134
3135         * lyxfunc.C (getStatus): added a string argument override function so
3136         that this is correctly called from LyXFunc::Dispatch if it contains a
3137         do_not_use_argument which is used!
3138         (Dispatch): added check for "custom" export and call appropriate func.
3139
3140 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
3141
3142         * lyxrc.C: Add language_command_local, language_use_babel and
3143         language_global_options.
3144
3145         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
3146
3147         * buffer.C (makeLaTeXFile): Use language_use_babel and 
3148         language_global_options.
3149
3150 2001-02-23  Juergen Vigna  <jug@sad.it>
3151
3152         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
3153         which works with LyXText and putted it inside BufferView. Here now we
3154         only call for that part the BufferView::Dispatch() function.
3155
3156         * BufferView.C (Dispatch): added.
3157
3158         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
3159         functions which needs to use a LyXText over from LyXFunc.
3160         (MenuInsertLyXFile): added
3161         (getInsetByCode): added
3162         (moveCursorUpdate): added
3163         (static TEXT): added
3164
3165 2001-02-22  Juergen Vigna  <jug@sad.it>
3166
3167         * BufferView_pimpl.C (update): call a status update to see if LyXText
3168         needs it.
3169
3170 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3171
3172         * vc-backend.C (revert): implement for CVS
3173         (getLog): implement for CVS
3174
3175 2001-02-20  Juergen Vigna  <jug@sad.it>
3176
3177         * text2.C (ClearSelection): added BufferView param for inset_owner call
3178
3179         * lyxfunc.C (TEXT): added this function and use it instead of
3180         directly owner->view()-text of getLyXText().
3181
3182 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
3183
3184         * src/layout_forms.C: out preamble
3185         * src/layout_forms.h: out preamble
3186         * src/lyx_cb.C: out preamble
3187         * src/lyx_cb.h: out preamble
3188         * src/lyx_gui.C: out preamble
3189         * src/lyx_gui_misc.C: out preamble
3190         * src/lyxfunc.C: connect with guii preamble
3191
3192 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3193
3194         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
3195
3196 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
3197
3198         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
3199         whether to run bibtex.
3200
3201 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
3202
3203         * Makefile.am (lyx_SOURCES): Remove BackStack.h
3204
3205 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3206
3207         * Makefile.am (lyx_SOURCES): removed bibforms.h
3208
3209         * vspace.h: doxygen
3210
3211         * text.C (GetVisibleRow): make several local vars const
3212
3213         * tabular.C: small cleanup.
3214
3215         * lyxserver.C (callback): use compare instead of strncmp
3216
3217         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
3218         inlines to after class or to paragraph.C
3219
3220         * lyxfont.h: remove friend operator!=
3221
3222         * converter.h: move friend bool operator< to non friend and after
3223         class def.
3224
3225         * combox.h: small cleanup
3226
3227         * buffer.h: doxygen, remove unused constructor, move inclas inlies
3228         to inlines after class def.
3229
3230         * buffer.C (pop_tag): use string operations instead of strcmp
3231
3232         * bmtable.c: doxygen, small cleanup
3233
3234         * LaTeX.h: remove friend operator==
3235
3236 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3237
3238         * screen.C: 
3239         * lyxrc.[Ch]:
3240         * lyxfunc.C: 
3241         * lyxfont.[Ch]: 
3242         * lyx_cb.C: 
3243         * intl.[Ch]: 
3244         * commandtags.h: 
3245         * buffer.C: 
3246         * WorkArea.[Ch]: 
3247         * LyXAction.C: 
3248         * BufferView_pimpl.C:
3249         * BufferView.[Ch]: remove cruft
3250
3251 2001-02-14  Juergen Vigna  <jug@sad.it>
3252
3253         * lyxfunc.C: removed #if 0 unused code
3254
3255         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
3256
3257         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
3258
3259         * text2.C (SetSelection): added a BufferView * parameter
3260
3261 2001-02-13  Juergen Vigna  <jug@sad.it>
3262
3263         * lyxfunc.C (Dispatch): fixed protected blank problem.
3264         * BufferView2.C (protectedBlank): added LyxText * parameter.
3265
3266         * tabular.C (AppendRow): forgot to set row_info of newly added row.
3267         (AppendColumn): same as above for column_info.
3268
3269         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
3270         (moveCursorUpdate): use a LyXText param for support of InsetText.
3271
3272         * BufferView_pimpl.C (doubleClick): added support for InsetText.
3273         (tripleClick): ditto
3274
3275         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
3276
3277         * BufferView_pimpl.C (update): added LyXText param to honor insets.
3278
3279         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
3280
3281         * text2.C (SetSelection): set correct update status if inset_owner
3282         (ToggleFree): ditto
3283
3284 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3285
3286         * tabular.C: remove some commented code.
3287
3288 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3289
3290         * BufferView_pimpl.C: call hideSplash()
3291
3292         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
3293
3294         * include_form.h:
3295         * bibforms.h: remove
3296
3297         * lyxfunc.C:
3298         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
3299           add LFUN_CHILD_CREATE
3300
3301         * counters.h: fix tiny typo
3302         
3303         * lyx_cb.C:
3304         * lyx.h:
3305         * lyx_gui.C:
3306         * lyx.C: move splash to frontends/xforms/
3307
3308         * lyx_gui_misc.C: move Include and Bibform to frontends
3309
3310         * lyxvc.h: clarify comment
3311
3312         * vspace.C: tiny housekeeping
3313
3314 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3315
3316         * text.C (PrepareToPrint): RTL Fix.
3317
3318         * paragraph.C (GetUChar): New method.
3319         (String):  Use GetUChar.
3320
3321         * buffer.C (asciiParagraph): Use GetUChar.
3322
3323 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
3324
3325         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
3326
3327 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
3328
3329         * buffer.h:
3330         * buffer.C: rename to getLogName(), handle
3331           build log / latex log nicely
3332
3333 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3334
3335         * MenuBackend.C: 
3336         * MenuBackend.h: remove support for reference menuitem type.
3337
3338 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
3339
3340         * BufferView_pimpl.C: housekeeping
3341         * BufferView_pimpl.h:
3342         * LyXView.h:
3343         * Makefile.am:
3344         * Timeout.C:
3345         * Timeout.h:
3346         * minibuffer.h: move Timeout GUI-I
3347                           
3348 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
3349
3350         * lyxrc.C (read): Update converters data-structures.
3351
3352 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
3353
3354         * LaTeX.h (operator!=): add operator != for Aux_Info 
3355
3356 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
3357
3358         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
3359
3360         * LaTeXLog.C: deleted, useful code moved to Buffer
3361
3362         * buffer.h:
3363         * buffer.C: new function getLatexLogName()
3364
3365         * lyx_gui_misc.C:
3366         * lyx_gui.C:
3367         * lyxvc.C:
3368         * lyxvc.h:
3369         * lyxfunc.C: use frontends for LaTeX and VC logs
3370
3371 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3372
3373         * LaTeX.h: yet another std:: that Allan forgot.
3374
3375         * Variables.C (set): renamed from isset(), because this clashes
3376         with some HP-UX macros (grr).
3377
3378 2001-02-06  Allan Rae  <rae@lyx.org>
3379
3380         * LaTeX.h: Another bug fix.  Missing std:: this time.
3381
3382 2001-02-04  Allan Rae  <rae@lyx.org>
3383
3384         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
3385         floats problem. I've left it commented out because it's not quite
3386         correct.  It should also test that the current object is a table or
3387         figure inset.  But I haven't gotten around to figuring out how to do
3388         that.  I *think* it'll be something like: "table" == inset.type()
3389
3390         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
3391         bool.
3392
3393 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
3394
3395         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
3396         all the citation/databases/styles in the auxilary file. 
3397         (run): Rerun latex if there was a babel language error.
3398
3399 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
3400
3401         * text.C (Backspace): Preserve the font when changing newline char
3402         with a space.
3403         (BreakParagraph): If the cursor is before a space, delete the space.
3404
3405         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
3406
3407 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3408
3409         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
3410         new argument (code).
3411         (ChangeCitationsIfUnique): New method.
3412
3413         * paragraph.C (GetPositionOfInset): Handle bibkey.
3414
3415 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3416
3417         * BufferView_pimpl.h: change type of Position::par_pos to
3418         LyXParagraph::size_type. 
3419
3420 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
3421
3422         * BufferView_pimpl.C (savePosition, restorePosition): Write
3423         messages to minibuffer.
3424
3425 2001-01-28  José Matos  <jamatos@fep.up.pt>
3426
3427         * buffer.C (makeDocBookFile): adds support for document language.
3428         A silly restriction on the name of LatexCommand types where removed.
3429         Added support for CDATA sections, allows to chars unescaped, used
3430         among others in code, to avoid escape < and >.
3431         
3432 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
3433
3434         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
3435         saved positions instrad of a stack. Furthermore, a position is
3436         stored using paragraph id/paragraph position.
3437
3438         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
3439         Remove LFUN_REF_BACK.
3440
3441 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
3442
3443         * converter.C (dvipdfm_options): New method.
3444
3445 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
3446
3447         * vspace.C (isValidLength): Fix for empty input string.
3448
3449 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3450
3451         * LyXAction.C (init): change description of LFUN_FIGURE to
3452         "Insert Graphics"
3453
3454 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3455
3456         * LaTeX.C: add using directive
3457
3458 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
3459
3460         * MenuBackend.C (expand): Fix the sorting of the formats.
3461
3462 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
3463
3464         * lyx_main.C: tiny error message fix
3465
3466 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3467
3468         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
3469         calling fl_initialize(). This fixes the problem with ',' as
3470         decimal separator in text files.
3471
3472 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
3473
3474         * trans.C (process): Fix the keymap bug.
3475
3476 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
3477
3478         * LaTeX.C (scanAuxFiles): New method. Provides support for
3479         multiple bibliographies (when using the bibtopic/bibunits pacakges).
3480         (scanLogFile) Scan for "run BibTeX" messages.
3481
3482         * buffer.C (makeLaTeXFile): Do not load the ae package when using
3483         OT1 font encoding. Also, load the aecompl package if the ae
3484         package is loaded.
3485
3486         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
3487
3488 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3489
3490         * texrow.C (increasePos): turn two error messages into debug
3491         messages. 
3492
3493 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
3494
3495         * LaTeX.C (scanAux): Handle the \@input macro.
3496         (runBibTeX): Use scanAux().
3497
3498         * language.C (latex_options_): New field.
3499
3500         * LaTeXFeatures.C (getMacros): Add language macros.
3501
3502         * buffer.C (makeLaTeXFile): Small fix.
3503
3504 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3505
3506         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
3507
3508         * text2.C: add a using directive.
3509
3510 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
3511
3512         * BufferView2.C:
3513         * lyx_gui_misc.h:
3514         * lyxfr1.C:
3515         * lyxfunc.C: kill LyXBell.
3516
3517 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
3518
3519         * text.C (IsBoundary): Remove the error message
3520         
3521         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
3522
3523         * lyxrc.C (setDefaults): Correct initialization value for
3524         font_norm_type.
3525
3526 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3527
3528         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
3529         gotoError().
3530
3531         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
3532         and GotoNextNote().
3533
3534         * src/LyXAction.C: Added reference-next.
3535
3536         * text.C (InsertChar): Use contains instead of strchr.
3537
3538         * lyx_cb.C (MenuInsertLabel): Enable default value code.
3539
3540 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
3541
3542         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
3543         alignment commands (when needed).
3544
3545         * text.C (InsertChar): Add ':' to number separator chars.