]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
build fixes
[lyx.git] / src / ChangeLog
1 2002-08-06  John Levon  <levon@movementarian.org>
2
3         * lyxfunc.C:
4         * kbmap.C: small cleanup
5  
6         * vspace.h:
7         * vspace.C: add const
8  
9 2002-08-05  John Levon  <levon@movementarian.org>
10
11         * LyXAction.C: back to tabular-insert
12  
13 2002-08-04  John Levon  <levon@movementarian.org>
14
15         * BufferView.h:
16         * BufferView.C: cosmetic change
17  
18         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
19  
20         * bufferlist.C:
21         * buffer.h:
22         * buffer.C:
23         * lyxcb.h:
24         * lyxcb.C:
25         * lyxserver.C: 
26         * lyxvc.C: 
27         * vc-backend.C: 
28         * BufferView2.C: purge all "Lyx" not "LyX" strings
29  
30         * lyxcursor.h:
31         * lyxcursor.C: attempt to add some documentation
32  
33         * lyxfunc.C:
34         * commandtags.h:
35         * LyXAction.C: 
36         * ToolbarDefaults.C: 
37         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
38           merge with LFUN_TABULAR_INSERT
39
40         * Makefile.am: 
41         * SpellBase.h:
42         * ispell.h:
43         * ispell.C: 
44         * pspell.h:
45         * pspell.C: split up i/pspell implementations into separate
46           files, many cleanups
47
48         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0 
49  
50         * text2.C: some cleanup
51  
52         * lyxfunc.C: don't check for isp_command == "none" any more, it
53           didn't make any sense
54  
55 2002-08-02  John Levon  <levon@movementarian.org>
56
57         * buffer.C: s/lyxconvert/lyx2lyx/
58  
59 2002-08-02  Angus Leeming  <leeming@lyx.org>
60
61         * lyxlex.C: revert John's change as it breaks reading of the user
62         preamble.
63  
64 2002-08-02  Angus Leeming  <leeming@lyx.org>
65
66         * importer.C (Import):
67         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
68         changes due to LyXView::view() now returning a boost::shared_ptr.
69
70 2002-08-02  John Levon  <levon@movementarian.org>
71
72         * lyxlex.C: small cleanup
73  
74 2002-08-02  John Levon  <levon@movementarian.org>
75
76         * text2.C (status): small cleanup, no logic change
77  
78 2002-08-01  John Levon  <levon@movementarian.org>
79
80         * buffer.h: 
81         * buffer.C (writeFile): don't output alerts, caller
82           handles this
83
84         * bufferlist.C:
85         * lyx_cb.C: from above
86
87         * lyxfunc.C: allow to open non-existent files
88
89 2002-07-31  John Levon  <levon@movementarian.org>
90
91         * lyxserver.C: don't let incidental errors get
92           in the way (errno)
93  
94 2002-07-30  John Levon  <levon@movementarian.org>
95
96         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
97  
98 2002-07-30  John Levon  <levon@movementarian.org>
99
100         * lyxserver.h:
101         * lyxserver.C: remove I/O callback too
102  
103 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
104
105         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
106         log. 
107
108 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
109
110         * many files: strip,frontStrip -> trim,ltrim,rtrim
111
112 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
113
114         * PrinterParams.h: remove extern containsOnly, and include
115         support/lstrings.h instead.
116
117         * LaTeX.C (scanAuxFile): modify because of strip changes
118         (deplog): ditto
119         * buffer.C (makeLaTeXFile): ditto
120         * bufferparams.C (writeFile): ditt
121         * lyxfont.C (stateText): ditto
122         * lyxserver.C (read_ready): ditto
123         * vc-backend.C (scanMaster): ditto
124
125         * BufferView_pimpl.h: ws changes
126
127         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
128
129 2002-07-26  André Pönitz <poenitz@gmx.net>
130
131         * kb_sequence.C: remove unnedred usings
132
133 2002-07-26  Juergen Vigna  <jug@sad.it>
134
135         * lyxfind.C (LyXReplace): we have to check better if the returned
136         text is not of theLockingInset()->getLockingInset().
137
138 2002-07-25  Juergen Vigna  <jug@sad.it>
139
140         * lyxfind.C (LyXReplace): don't replace if we don't get the
141         right LyXText.
142
143         * undo_funcs.C (createUndo): remove debugging code.
144
145 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
146
147         * buffer.C (parseSingleLyXformat2Token): Use default placement
148         when reading old floats.
149
150         * FloatList.C (FloatList): Change the default placement of figure
151         and tables to "tbp".
152
153 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
154
155         * MenuBackend.C: using std::max
156
157 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
158
159         * MenuBackend.C (expandToc):
160         (expandToc2): code moved from xforms menu frontend. It is now
161         generic and TOCs are transparent to menu frontends.
162
163 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
164
165         * toc.C (getTocList): protect against buf=0
166
167         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
168         Menu as first parameter. Now, this calls itself recursively to
169         expand a whole tree (this will be useful for TOC handling)
170         (expandFloatInsert): remove 'wide' version of floats
171
172         * MenuBackend.h (submenuname): returns the name of the submenu.
173         (submenu): returns the submenu itself, provided it has been
174         created by MenuBackend::expand
175
176 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
177
178         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
179         insets which have noFontChange == true. (bug #172)
180
181 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
182
183         * BufferView_pimpl.C: add connection objects and use them...
184         (Pimpl): here.
185
186 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
187
188         * MenuBackend.C (expandLastfiles):
189         (expandDocuments):
190         (expandFormats):
191         (expandFloatListInsert):
192         (expandFloatInsert):
193         (expand): split expand in parts
194
195 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
196
197         * lyx_gui.C: use lyx_gui::exit()
198
199 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
200
201         * LyXAction.C: show the failing pseudo action
202
203 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
204
205         * buffer.C (readFile): Run the lyxconvert script in order to read
206         old files.
207
208 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
209
210         * LyXAction.C:
211         * commandtags.h:
212         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
213
214 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
215
216         * LyXAction.C:
217         * commandtags.h:
218         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
219
220 2002-07-22  Herbert Voss  <voss@lyx.org>
221
222         * lengthcommon.C:
223         * lyxlength.[Ch]: add support for the vertical lengths
224
225 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
226
227         * toc.[Ch]: std:: fixes
228
229 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
230
231         * lyxrc.C: do not include lyx_main.h
232
233         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
234         for layouts
235
236         * lyxrc.C:
237         * encoding.C:
238         * bufferlist.C:
239         * BufferView2.C: include "lyxlex.h"
240
241         * tabular.h:
242         * bufferparams.h: do not #include "lyxlex.h"
243
244         * lyxtextclasslist.C (Add): remove method
245         (classlist): renamed to classlist_
246
247         * paragraph_pimpl.C:
248         * paragraph.C:
249         * text2.C:
250         * CutAndPaste.C:
251         * bufferview_funcs.C:
252         * bufferlist.C:
253         * text.C:
254         * LaTeXFeatures.C:
255         * buffer.C:
256         * toc.C (getTocList): use BufferParams::getLyXTextClass
257
258         * toc.C (getTocList): use InsetFloat::addToToc
259
260         * toc.[Ch]: new files, containing helper functions to handle table
261         of contents
262
263         * lyxfunc.C (dispatch): no need to remove spaces around command
264         given as a string
265         (getStatus): handle LFUN_SEQUENCE by returning the status of the
266         first command of the sequence; it is not very clever, but I do not
267         have a better idea, actually
268
269         * LyXAction.C (LookupFunc): make sure to remove space at the
270         beginning and end of the command
271
272 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
273
274         * MenuBackend.C (getMenubar): new method: return the menubar of
275         this menu set
276         (read): treat differently reading of menu and menubar (in
277         particular, the menubar has no name now)
278         (Menu::menubar): remove
279
280         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
281         saving is finished
282
283 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
284
285         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
286         a bibitem inset in a RTL paragraph.
287
288 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
289
290         * paragraph_pimpl.C: constify
291
292         * BufferView_pimpl.C:
293         * LaTeX.C:
294         * lyxfunc.C: fix dispatch in a nicer way
295
296 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
297
298         * lyxfunc.C (dispatch):
299         * BufferView_pimpl.C:
300         * BufferView_pimpl.h:
301         * BufferView.C:
302         * BufferView.h: rename Dispatch() to dispatch()
303
304         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
305
306         * lyxlayout.C (Read): honor DependsOn tag
307
308         * lyxlayout.[Ch] (depends_on): new method
309
310         * version.C.in: update lyx_docversion
311
312         * LaTeXFeatures.C (getMacros): only define \LyX when needed
313
314         * paragraph.C (validate): remove from here...
315         * paragraph_pimpl.C (validate): ... and move here
316         (isTextAt): make it const
317
318         * buffer.C (getLists): ws cleanup
319
320 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
321
322         * language.C (read): Use iso8859-1 encoding in latex_lang
323         (this prevents LyX from crashing when using iso10646-1 encoding).
324
325 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
326
327         * text2.C (toggleInset): if cursor is inside an inset, close the
328         inset and leave cursor _after_ it
329
330 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
331
332         * lyxfunc.C: move minibuffer completion handling out of here
333
334 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
335
336         * BufferView_pimpl.C:
337         * LaTeX.C: fix dispatch calls
338
339 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
340
341         * text.C (drawChars): Fix Arabic text rendering.
342
343 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
344
345         * LyXAction.C:
346         * commandtags.h:
347         * lyxfunc.C: remove message-push/pop
348
349         * lyxserver.C:
350         * lyxfunc.h:
351         * lyxfunc.C: rationalise some code by removing verboseDispatch
352           in favour of a bool argument to dispatch()
353
354 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
355
356         * lyx_main.C (init): make sure to read symlinks as absolute paths
357
358 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
359
360         * lyxfunc.h:
361         * lyxfunc.C: no need for commandshortcut to be a member
362
363 2002-07-15  André Pönitz <poenitz@gmx.net>
364
365         * converter.C: add support for $$s (scripts from lib/scripts dir)
366         * lyx_main.C: white space
367
368
369 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
370
371         * bufferlist.C:
372         * lyxrc.h:
373         * lyxrc.C: remove second exit confirmation
374
375 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
376
377         * BufferView.h:
378         * BufferView.C:
379         * BufferView2.C:
380         * BufferView_pimpl.h:
381         * BufferView_pimpl.C:
382         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
383
384 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
385
386         * MenuBackend.C (expand): add numeric shortcuts to document menu
387
388         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
389
390 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
391
392         * lyxfont.C (setLyXFamily):
393         (setLyXSeries):
394         (setLyXShape):
395         (setLyXSize):
396         (setLyXMisc):
397         (lyxRead):
398         * debug.C (value):
399         * buffer.C (asciiParagraph): use ascii_lowercase
400
401 2002-07-15  Mike Fabian  <mfabian@suse.de>
402
403         * lyxlex_pimpl.C (search_kw):
404         * lyxlex.C (getLongString):
405         * converter.h (operator<):
406         * converter.C (operator<):
407         * buffer.C (parseSingleLyXformat2Token):
408         (asciiParagraph):
409         * ToolbarDefaults.C (read):
410         * MenuBackend.C (checkShortcuts):
411         (read):
412         * LColor.C (getFromGUIName):
413         (getFromLyXName): use the compare_ascii_no_case instead of
414         compare_no_case, because in turkish, 'i' is not the lowercase
415         version of 'I', and thus turkish locale breaks parsing of tags.
416
417 2002-07-16  Angus Leeming  <leeming@lyx.org>
418
419         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
420         now takes a Buffer const & argument.
421
422 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
423
424         * BufferView.C (resize): check there's a buffer to resize
425
426 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
427
428         * lyxfunc.C: remove dead code
429
430         * lyxserver.h:
431         * lyxserver.C: use lyx_guii::set_read_callback
432
433 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
434
435         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
436         an inset in a RTL paragraph.
437
438 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
439
440         * lyxfunc.C: repaint after a font size update
441
442 2002-07-15  André Pönitz <poenitz@gmx.net>
443
444         * lyxlength.C: inBP should be able to return negative values
445
446 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
447
448         * lyxfunc.C: use lyx_gui::update_fonts()
449
450 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
451
452         * lyxfunc.C: use lyx_gui::update_color()
453
454 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
455
456         * bufferlist.C:
457         * lyxfunc.h:
458         * lyxfunc.C:
459         * lyxrc.h:
460         * lyxrc.C: remove file->new asks for name option, and let
461           buffer-new take an argument
462
463 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
464
465         * BufferView_pimpl.C: remove unneeded extra repaint()
466
467 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
468
469         * LyXAction.C: allow command-sequence with NoBuffer
470
471         * lyxfunc.C: don't insist on trailing ';' for command-sequence
472
473 2002-07-10  Angus Leeming  <leeming@lyx.org>
474
475         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
476
477 2002-07-09  Angus Leeming  <leeming@lyx.org>
478
479         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
480
481 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
482
483         * lengthcommon.h: whitespace
484
485         * lyxfunc.C: update scrollbar after goto paragraph
486
487         * lyxtext.h: factor out page break drawing, and fix it so
488           page break/added space paints as selected nicely
489
490 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
491
492         * BufferView_pimpl.C: add FIXMEs, clean up a little
493
494 2002-07-09  André Pönitz <poenitz@gmx.net>
495
496         * lyxfont.[Ch]: support for wasy symbols
497
498 2002-07-08  André Pönitz <poenitz@gmx.net>
499
500         * BufferView_pimpl.C: apply John's patch for #93.
501
502 2002-07-05  Angus Leeming  <leeming@lyx.org>
503
504         * BufferView_pimpl.C (buffer): generate previews if desired.
505
506         * LColor.h: add "preview" to the color enum.
507
508         * LColor.C (LColor): add a corresponding entry to the items array.
509
510         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
511         with this buffer.
512
513 2002-07-05  Angus Leeming  <leeming@lyx.org>
514
515         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
516         The body of the code is now in the method that is passed an ostream &
517         rather than a file name.
518         Pass an additional only_preamble parameter, useful for the forthcoming
519         preview stuff.
520
521 2002-07-03  André Pönitz <poenitz@gmx.net>
522
523         * lyxfunc.C: simplify getStatus() a bit for math stuff
524
525 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
526
527         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
528
529 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
530
531         * text.C (changeRegionCase): do not change case of all the
532         document when region ends at paragraph end (bug #461)
533
534 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
535
536         * paragraph.C (startTeXParParams):
537         (endTeXParParams): add \protect when necessary
538
539 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
540
541         * BufferView_pimpl.C (workAreaExpose): remove warning
542
543 2002-06-27  Angus Leeming  <leeming@lyx.org>
544
545         * Makefile.am: add lyxlayout_ptr_fwd.h.
546
547 2002-06-26  André Pönitz <poenitz@gmx.net>
548
549         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
550
551 2002-06-25  Angus Leeming  <leeming@lyx.org>
552
553         * lyxfunc.C (dispatch): Comment out the call to
554         grfx::GCache::changeDisplay. The method no longer exists now that the
555         pixmap generation part of the graphics loader has been moved into
556         InsetGraphics.
557
558 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
559
560         * text2.C: layout as layout
561
562         * text.C: layout as layout
563
564         * tabular.C (OldFormatRead): layout as layout
565
566         * paragraph_pimpl.C (TeXDeeper): layout as layout
567         (realizeFont): layout as layout
568
569         * paragraph.C (writeFile): layout as layout
570         (validate): layout as layout
571         (getFont): layout as layout
572         (getLabelFont): layout as layout
573         (getLayoutFont): layout as layout
574         (breakParagraph): layout as layout
575         (stripLeadingSpaces): layout as layout
576         (getEndLabel): layout as layout
577         (getMaxDepthAfter): layout as layout
578         (applyLayout): layout as layout
579         (TeXOnePar): layout as layout
580         (simpleTeXOnePar): layout as layout
581         (TeXEnvironment): layout as layout
582         (layout): layout as layout
583         (layout): layout as layout
584
585         * lyxtextclass.C (compare_name): new functor to work with
586         shared_ptr, layout as layout
587         (Read): layout as layout
588         (hasLayout): layout as layout
589         (operator): layout as layout
590         (delete_layout): layout as layout
591         (defaultLayout): layout as layout
592
593         * lyxlayout_ptr_fwd.h: new file
594
595         * lyxlayout.C (Read): layout as layout
596
597         * lyx_cb.C (MenuInsertLabel): layout as layout
598
599         * bufferlist.C (newFile): layout as layout
600
601         * buffer.C (readLyXformat2): layout as layout
602         (parseSingleLyXformat2Token): layout as layout
603         (insertStringAsLines): layout as layout
604         (asciiParagraph): layout as layout
605         (latexParagraphs): layout as layout
606         (makeLinuxDocFile): layout as layout
607         (simpleLinuxDocOnePar): layout as layout
608         (makeDocBookFile): layout as layout
609         (simpleDocBookOnePar): layout as layout
610         (getLists): layout as layout
611
612         * LaTeXFeatures.C (getTClassPreamble): layout as layout
613
614         * CutAndPaste.C (cutSelection): layout as layout
615         (pasteSelection): layout as layout
616         (SwitchLayoutsBetweenClasses): layout as layout
617
618         * BufferView_pimpl.C (Dispatch): layout as layout
619         (smartQuote): layout as layout
620
621         * BufferView2.C (unlockInset): layout as layout
622
623 2002-06-24  André Pönitz <poenitz@gmx.net>
624
625         * lyxfunc.C: fix #487
626
627 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
628
629         * lyxrc.h:
630         * lyxrc.C:
631         * lyxfunc.C: remove display_shortcuts, show_banner
632
633 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
634
635         * Buffer_pimpl.C: oops, update on resize
636
637 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
638
639         * buffer.C:
640         * converter.C:
641         * exporter.C:
642         * lyxfunc.C:
643         * BufferView.h:
644         * BufferView.C: use repaint()
645
646         * BufferView_pimpl.h:
647         * BufferView_pimpl.C: s/updateScreen()/repaint()/
648           as it's a clearer description. Remove superfluous
649           redraws.
650
651 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
652
653         * text.C: fix bug 488. Not ideal, but getting
654           getWord() to work properly for the insets that
655           matter is more difficult ...
656
657 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
658
659         * BufferView_pimpl.C:
660         * LyXAction.C:
661         * commandtags.h:
662         * lyxfunc.C: remove the six million index lyxfuncs to just
663           one, and DTRT (bug 458)
664
665 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
666
667         * BufferView.h:
668         * BufferView.C:
669         * BufferView_pimpl.h:
670         * BufferView_pimpl.C: clean up resize() stuff,
671           and unnecessary updateScreen()s
672
673 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
674
675         * BufferView.h:
676         * BufferView.C:
677         * BufferView_pimpl.h:
678         * BufferView_pimpl.C:
679         * lyxfind.h:
680         * lyxfind.C:
681         * minibuffer.C: remove focus management of workarea,
682           not needed. Use screen's greyOut()
683
684 2002-06-17  Herbert Voss  <voss@lyx.org>
685
686         * converter.C: (convert) do not post a message, when converting
687         fails, let the calling function decide what to do in this case
688
689 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
690
691         * lyxfunc.C: tidy up a little
692
693 2002-06-16    <alstrup@diku.dk>
694
695         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
696         Got rid of FORMS_H_LOCATION include. Now we are
697         GUII.
698
699 2002-06-15  LyX Development team  <lyx@rilke>
700
701         * buffer.[Ch] (sgmlOpenTag):
702         (sgmlCloseTag): Added support for avoiding pernicious mixed
703         content. Return number of lines written.
704
705         (makeLinuxDocFile):
706         (makeDocBookFile): Fixed calls to sgml*Tag.
707         Simple white space clean.
708
709         (simpleDocBookOnePar): Simple white space clean.
710
711         * tabular.[Ch] (docBook): Renamed to docbook and got another
712         argument to related with the pernicious mixed content.
713
714         (docbookRow): Fixed calls for docbook inset method.
715
716 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
717
718         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
719         so it's X11 independent.
720
721         * kb*.[Ch]: ditto.
722
723         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
724
725 2002-06-15  Lyx Development team  <lyx@electronia>
726
727         * intl.h: Renamed getTrans to getTransManager.
728
729 2002-06-14  Angus Leeming  <leeming@lyx.org>
730
731         * Makefile.am: nuke forgotten stl_string_fwd.h.
732
733 2002-06-12  Angus Leeming  <leeming@lyx.org>
734
735         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
736
737 2002-06-13  Angus Leeming  <leeming@lyx.org>
738
739         * LaTeX.C:
740         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
741
742 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
743
744         * kbmap.C (getiso): add support for cyrillic and greek
745
746 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
747
748         * BufferView.h:
749         * BufferView.C:
750         * BufferView_pimpl.h:
751         * BufferView_pimpl.C: move bogus scrolling logic
752           to xforms
753
754 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
755
756         * lyxfunc.C:
757         * BufferView_pimpl.C: view->resize() change
758
759 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
760
761         * BufferView_pimpl.C: topCursorVisible
762           prototype change
763
764 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
765
766         * Makefile.am:
767         * lyx_gui.h:
768         * lyx_gui.C: move to frontends/
769
770         * main.C:
771         * lyx_main.h:
772         * lyx_main.C: changes from above
773
774 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
775
776         * intl.C:
777         * intl.h:
778         * kbmap.C:
779         * kbsequence.C:
780         * lyx_cb.C:
781         * lyx_main.C: minor tidy
782
783 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
784
785         * BufferView_pimpl.h:
786         * BufferView_pimpl.C:
787         * BufferView.h:
788         * BufferView.C: make painter() const,
789           remove dead code
790
791         * BufferView2.C: use screen() accessor
792
793         * lyx_main.h:
794         * lyx_main.C: some minor cleanup
795
796 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
797
798         * BufferView_pimpl.h:
799         * BufferView_pimpl.C: remove enter/leaveView,
800           use workHeight()
801
802 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
803
804         * BufferView.h:
805         * BufferView.C:
806         * BufferView2.C:
807         * BufferView_pimpl.h:
808         * BufferView_pimpl.C: only construct screen once,
809           rename
810
811         * lyxrc.C: remove pointless comment
812
813 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
814
815         * BufferView.h:
816         * BufferView.C: remove active() and belowMouse()
817
818         * BufferView_pimpl.h:
819         * BufferView_pimpl.C: use workarea() not workarea_,
820           and make it use a scoped_ptr instead
821
822 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
823
824         * lyx_gui.C: add debug message on BadWindow
825
826 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
827
828         * sp_spell.C: fdopen is not part of the C++ standard.
829
830         * paragraph.C (InsetIterator): use >= instead of ==
831
832 2002-06-07  Angus Leeming  <leeming@lyx.org>
833
834         Fixes needed to compile with Compaq cxx 6.5.
835         * BufferView_pimpl.C:
836         * DepTable.C:
837         * buffer.C:
838         * converter.C:
839         * encoding.C:
840         * lyx_gui.C:
841         * lyx_main.C:
842         * lyxtextclasslist.C:
843         * minibuffer.C:
844         * sp_spell.C:
845         * tabular_funcs.C:
846         * vc-backend.C:
847         all c-library variables have been moved into namespace std. Wrap
848         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
849
850         * lyxlength.C:
851         * tabular-old.C:
852         * tabular.C:
853         Add a using std::abs declaration.
854
855         * kbmap.h (modifier_pair):
856         * paragraph.h (InsetTable, InsetList):
857         * lyxfont.h (FontBits):
858         type definition made public.
859
860         * bufferlist.C (emergencyWriteAll): the compiler complains that
861         there is more than one possible lyx::class_fun template to choose from.
862         I re-named the void specialisation as lyx::void_class_fun.
863
864         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
865
866         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
867         the compiler is is unable to find tostr in write_attribute.
868
869 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
870
871         * buffer.C (sgmlError): hide #warning
872
873 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
874
875         * xtl/*: get rid of xtl, which is not in use anyway
876
877         * LyXAction.C (init):
878         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
879         were unimplemented xtl experimentation
880
881 2002-06-04  André Pönitz <poenitz@gmx.net>
882
883         * lyxfunc.C: disable array operation on simple formulae
884
885 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
886
887         * converter.C: constify a bit
888
889 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
890
891         * lyx_gui.C: check xforms version correctly
892
893 2002-04-30  Herbert Voss  <voss@lyx.org>
894
895         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
896         "keep" option
897
898 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
899
900         * lyxvc.C: fix bug 416 (make sure buffer is saved before
901           attempt to register it with a VCS)
902
903 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
904
905         * lyx_main.C (init): honor variables LYX_DIR_13x and
906         LYX_USERDIR_13x
907
908 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
909
910         * buffer.h:
911         * buffer.C:
912         * lyx_main.C: fix a crash on bad command line,
913           and give a useful exit status on error
914
915         * lyxfunc.C (doImport): allow -i lyx to work
916
917 2002-03-30  André Pönitz <poenitz@gmx.net>
918
919         * lyxfunc.C: mathed font changes
920
921 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
922
923         * LaTeX.C:
924         * importer.h:
925         * importer.C:
926         * lyx_sty.h:
927         * lyx_sty.C:
928         * lyxlex.C:
929         * lyxrow.h:
930         * lyxtext.h:
931         * paragraph.h:
932         * paragraph.C:
933         * texrow.h:
934         * texrow.C:
935         * text.C:
936         * trans_mgr.h: srcdocs, and some minor cleanups
937
938 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
939
940         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
941         call getFont all the time)
942
943 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
944
945         * switch from SigC signals to boost::signals
946
947 2002-05-29  André Pönitz <poenitz@gmx.net>
948
949         * paragraph_pimpl.C (getChar): don't call size() too often...
950
951 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
952
953         * paragraph_pimpl.C (insertChar): do not try to update tables when
954         appending (pos == size())
955
956         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
957         in order to reduce drastically the number of comparisons needed to
958         parse a large document
959
960 2002-05-29  André Pönitz <poenitz@gmx.net>
961
962         * text.C:
963         * text2.C:
964         * lyxtextclass.C:
965         * sp_pspell.h:
966         * textclasslist.[Ch]:
967         * sp_ispell.h: whitespace change
968
969 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
970
971         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
972         lyxaction directly now.
973
974 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
975
976         * trans.C:
977         * lyxfont.C:
978         * lyxvc.C: remove unused headers
979
980 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
981
982         * Makefile.am:
983         * buffer.h:
984         * undostack.h:
985         * undostack.C:
986         * undo_funcs.h:
987         * undo_funcs.C: some cleanups. Use shared_ptr
988           and a template for the undo stacks.
989
990 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
991
992         * BufferView_pimpl.h:
993         * BufferView_pimpl.C:
994         * kbmap.h:
995         * kbmap.C:
996         * kbsequence.h:
997         * kbsequence.C:
998         * lyxfunc.h:
999         * lyxfunc.C:
1000         * text2.C: use key_state/mouse_state
1001
1002 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1003
1004         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
1005         and LSubstring
1006
1007         * chset.C: change include order
1008         (loadFile): use boost regex and get rid of LRegex and LSubstring
1009
1010         * Makefile.am (BOOST_LIBS): new variable
1011         (lyx_LDADD): use it
1012
1013         * LaTeX.C: change include order.
1014         (scanAuxFile): use boost regex and get rid of LRegex and
1015         LSubstring
1016         (deplog): ditto
1017
1018 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1019
1020         * ColorHandler.h:
1021         * ColorHandler.C:
1022         * FontInfo.h:
1023         * FontInfo.C: moved to frontends/xforms/
1024
1025         * FontLoader.h:
1026         * FontLoader.C: moved into frontends for GUIIzation
1027
1028         * Makefile.am:
1029         * lyx_gui.C:
1030         * lyxfont.C:
1031         * lyxfunc.C: changes from above
1032
1033 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1034
1035         * LColor.C: remove spurious X include
1036
1037         * BufferView_pimpl.C:
1038         * Makefile.am:
1039         * font.h:
1040         * font.C:
1041         * text.C:
1042         * text2.C: move font metrics to frontends/
1043
1044 2002-05-24  Juergen Vigna  <jug@sad.it>
1045
1046         * undo_funcs.C (textHandleUndo): fix the cursor selection after
1047         setting the undo_cursor.
1048
1049         * ParagraphParameters.h: include local includes first.
1050
1051 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1052
1053         * BufferView_pimpl.C:
1054         * BufferView_pimpl.h:
1055         * Makefile.am:
1056         * WorkArea.h:
1057         * WorkArea.C:
1058         * screen.C: move WorkArea into frontends/
1059
1060         * lyxscreen.h:
1061         * screen.C:
1062         * text.C:
1063         * BufferView.C:
1064         * BufferView2.C: move LyXScreen into frontends/
1065
1066         * lyxlookup.h:
1067         * lyxlookup.C:
1068         * lyx_gui.C: move lyxlookup into frontends/xforms/
1069
1070 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1071
1072         * BufferView2.C:
1073         * BufferView_pimpl.C:
1074         * FontLoader.C:
1075         * LyXView.h:
1076         * LyXView.C:
1077         * Makefile.am:
1078         * WorkArea.C:
1079         * XFormsView.h:
1080         * XFormsView.C:
1081         * buffer.C:
1082         * bufferlist.C:
1083         * bufferview_funcs.C:
1084         * converter.C:
1085         * importer.C:
1086         * lyx_cb.C:
1087         * lyx_gui.C:
1088         * lyx_main.C:
1089         * lyx_find.C:
1090         * lyxfunc.C:
1091         * lyxvc.C:
1092         * minibuffer.C:
1093         * text.C:
1094         * text2.C:
1095         * trans.C:
1096         * vc-backend.C: move LyX/XFormsView into frontends/
1097
1098 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1099
1100         * Makefile.am:
1101         * PainterBase.C:
1102         * PainterBase.h:
1103         * Painter.C:
1104         * Painter.h:
1105         * WorkArea.C:
1106         * WorkArea.h:
1107         * screen.C:
1108         * tabular.C:
1109         * text.C:
1110         * text2.C: move Painter to frontends/
1111
1112 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1113
1114         * buffer.C: comment out some some code that depend upon lyx_format
1115         < 220
1116
1117         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
1118         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
1119
1120         * buffer.h (NO_COMPABILITY): turn off compability
1121
1122         * ColorHandler.C: include scoped_array.hpp
1123
1124         * font.C: Use more specific smart_ptr header.
1125         * Painter.C: ditto
1126         * gettext.C: ditto
1127         * ShareContainer.h: ditto
1128         * lyx_main.h: ditto
1129         * kbmap.h: ditto
1130         * FontInfo.h: ditto
1131         * BufferView_pimpl.h: ditto
1132         * ColorHandler.h: ditto
1133
1134         * kbmap.C (defkey): change call to shared_ptr::reset
1135
1136 2002-05-21  Juergen Vigna  <jug@sad.it>
1137
1138         * buffer.C (insertErtContents): fix to insert ert asis if it is
1139         non empty. Skip it completely if it contains only whitespaces.
1140
1141 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1142
1143         * BufferView_pimpl.C:
1144         * BufferView2.C: clear selection on paste (bug 393)
1145
1146 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1147
1148         * DepTable.C: include ctime
1149
1150 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
1151
1152         * buffer.C (latexParagraphs): Add new argument (moving_arg).
1153
1154 2002-05-14  Juergen Vigna  <jug@sad.it>
1155
1156         * text.C (breakParagraph): fixed function to honor the keepempty
1157         layout in the right maner and also to permit the right breaking
1158         algorithm on empty or non empyt keepempty paragraphs.
1159
1160         * paragraph.C (breakParagraph): we have to check also if the par
1161         is really empty (!size()) for isempty otherwise we do the wrong
1162         paragraph break.
1163
1164 2002-05-10  Juergen Vigna  <jug@sad.it>
1165
1166         * buffer.[Ch] : The following are only changes to the ert
1167         compatibility read reading old LaTeX layout and font stuff and
1168         convert it to ERTInsets.
1169
1170         * buffer.h: added isErtInset().
1171
1172         * buffer.C (struct ErtComp): add a fromlayout bool to check
1173         if we're inside a LaTeX layout.
1174         (isErtInset): new helper function.
1175         (insertErtContents): look for other ert insets before this one
1176         and insert the contents there, so that we don't have subsequent
1177         ERT insets with nothing between them. This way we create only one
1178         inset with multiple paragraphs. Also check if we don't insert only
1179         spaces ' ' as they are ignored anyway afterwards in the .tex file
1180         so if we have only spaces we will ignore this latex part in the
1181         new file.
1182         (parseSingleLyXformat2Token \\layout): better compatibility when
1183         reading layout-latex stuff.
1184         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
1185         language tag.
1186         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
1187         stuff after reading the inset only get the information back from
1188         the stack.
1189
1190 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
1191
1192         * buffer.C (makeLaTeXFile): Put language options after loading babel.
1193
1194         * LaTeXFeatures.C (getBabelOptions): New method.
1195
1196 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1197
1198         * BufferView_pimpl.C (Dispatch): work around missing argument for
1199         'layout'
1200
1201 2002-05-08  Juergen Vigna  <jug@sad.it>
1202
1203         * text.C (leftMargin): handle paragraph leftindent.
1204
1205         * paragraph.C (writeFile): write the new \\leftindent tag.
1206         (validate): handle leftindent code.
1207         (TeXEnvironment): handle paragraphleftindent code again.
1208
1209         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
1210
1211         * buffer.C (parseSingleLyXformat2Token): added compatibility code
1212         for paragrap_extra indent code and new token \\leftindent.
1213         (latexParagraphs): handle the leftindent as environment.
1214
1215         * ParameterStruct.h: added leftindent support.
1216
1217         * ParagraphParameters.C (leftIndent): added support functions for
1218         the paragraph left indent.
1219
1220         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
1221         more appropriate.
1222
1223 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
1224
1225         * paragraph.C (isRightToLeftPar): Return false for a paragraph
1226         inside insetERT.
1227
1228         * text.C (computeBidiTables): No bidi in insetERT.
1229
1230         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
1231         in RTL documents.
1232
1233 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1234
1235         * version.C.in: pre 5
1236
1237 2002-05-02  José Matos  <jamatos@fep.up.pt>
1238         * buffer.C (makeDocBookFile): white space changes, add newline to
1239         command styles.
1240         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
1241
1242         * tabular.C (docBook): fix typo.
1243
1244 2002-05-03  Juergen Vigna  <jug@sad.it>
1245
1246         * screen.C (drawFromTo): recalculate the rowpointer if we had a
1247         change in LyXText as we can not be sure it was not freed.
1248         (drawOneRow): remove unused code.
1249
1250         * text.C (drawInset): redo the calculation of the need_break_row as
1251         it could have a row which was already freed.
1252         (draw): look at the return value of drawInset and return false if
1253         it also returned false.
1254         (paintRowText): look at the return value of draw and return false if
1255         it also returned false.
1256
1257         * lyxtext.h: added bool return type to drawInset() and draw() so that
1258         if we have a change in the row so that the rowbreak has to be redone
1259         we abort drawing as it will be called again.
1260
1261 2002-05-02  Juergen Vigna  <jug@sad.it>
1262
1263         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
1264         a change in the maintext also if we're inside an inset.
1265         (Dispatch): set the cursor again after a break line and after the
1266         screen has been updated as it could be we're in a different row.
1267
1268         * text2.C (fixCursorAfterDelete): check to make sure we don't request
1269         to set the cursor behind the pargraph with > size().
1270         (setCursor): check also for the same paragraph when checking where
1271         to put the cursor if we have a NFR inset.
1272
1273         * buffer.C (parseSingleLyXformat2Token): move the compatibility
1274         parts of layout read further up as it still was in the wrong
1275         position.
1276
1277 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1278
1279         * screen.C (drawFromTo): change sine fullRebreak always return
1280         true.
1281
1282         * buffer.C (parseSingleLyXformat2Token): reindent some
1283
1284         * BufferView_pimpl.C (update): change since fullRebreak always
1285         return true.
1286         (Dispatch): git rid of the last hardcoded "Standard"s.
1287
1288 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1289
1290         * text2.[Ch] (fullRebreak): make it return void now that we always
1291         returned true.
1292
1293 2002-04-30  Juergen Vigna  <jug@sad.it>
1294
1295         * buffer.C (parseSingleLyXformat2Token): reset the font before the
1296         ert compatibility check for "latex" layout.
1297
1298 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
1299
1300         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
1301         minipages: use col% instead of p%, and also use the current font.
1302         (makeLaTeXFile): Fix use babel condition.
1303         (parseSingleLyXformat2Token): Correct font when reading old floats.
1304
1305 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
1306
1307         * BufferView_pimpl.C (Dispatch): Check that float type exists when
1308         inserting list of floats.
1309
1310 2002-04-25  Herbert Voss  <voss@lyx.org>
1311
1312         * MenuBackend.C (expand): don't add the graphics extensions to the
1313         export menu
1314
1315 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1316
1317         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
1318         non-existing layout, do not complain if it was the default layout
1319         of the original class (bug #342)
1320
1321 2002-04-24  Juergen Vigna  <jug@sad.it>
1322
1323         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
1324         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
1325
1326 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1327
1328         * buffer.C (getBibkeyList): If using \bibliography, return the
1329         option field with the reference itself. Enables us to provide natbib
1330         support when using \bibliography.
1331
1332 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
1333
1334         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
1335
1336         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
1337         natbib is provided by the LaTeX class.
1338
1339 2002-04-23  Juergen Vigna  <jug@sad.it>
1340
1341         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
1342         Wakeup functions.
1343
1344         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
1345
1346 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1347
1348         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
1349
1350         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
1351         ensuremath around textordmasculine, textordfeminine and
1352         textdegree.
1353
1354 2002-04-19  Juergen Vigna  <jug@sad.it>
1355
1356         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
1357         reinitializing the buffer otherwise row-dimensions may be wrong.
1358         (update): reset also the selection cursors if they do exits otherwise
1359         their x/y positions may be wrong.
1360
1361         * text2.C (cursorDown): don't enter the inset if we came from a row
1362         above and are one row over the inset.
1363
1364         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
1365         really leaving an inset.
1366
1367 2002-04-18  Juergen Vigna  <jug@sad.it>
1368
1369         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
1370         of the selected paragraph does not have the selected layout also if
1371         the last one had!
1372
1373         * text2.C (setLayout): fixed bug which did not change last selected
1374         paragraph.
1375
1376         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
1377         changed the read and substituted \\end_float with \\end_inset!
1378
1379         * BufferView_pimpl.C (cursorPrevious):
1380         (cursorNext): fixed to make it work with rows heigher than the work
1381         area without moving the cursor only the draw of the row.
1382         (workAreaMotionNotify): fix jumping over high rows.
1383
1384 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1385
1386         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
1387         Ressler.
1388
1389 2002-04-16  Juergen Vigna  <jug@sad.it>
1390
1391         * text2.C (setCursor): set also the irow().
1392         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
1393         (cursorUp):
1394         (cursorDown): support for locking an inset if the x_fix value goes
1395         inside it. That way I can transverse insets too with cursor up/down.
1396
1397         * lyxrow.h: added irow helper function same as other (i) functions.
1398
1399         * BufferView_pimpl.C (cursorPrevious):
1400         (cursorNext): fixed for insets!
1401
1402 2002-04-15  Juergen Vigna  <jug@sad.it>
1403
1404         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
1405         position otherwise it is wrong in some cases.
1406
1407         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
1408         inside the inset before the call.
1409
1410 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1411
1412         * buffer.[Ch] (getBibkeyList): make it const.
1413
1414 2002-04-12  Juergen Vigna  <jug@sad.it>
1415
1416         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
1417
1418         * text2.C (getCursorX): new helper function
1419         (setCursor): compute also ix_
1420         (setCursorFromCoordinates): set also ix.
1421
1422         * lyxcursor.h: added ix_ and helper functions.
1423
1424         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
1425
1426         * buffer.C (insertStringAsLines): dont break paragraph if the this
1427         paragraph is inside an inset which does not permit it!
1428
1429         * text.C (breakParagraph): honor keepempty flag and break the paragraph
1430         also with no chars on this paragraph.
1431         (paintRowText): only paint stuff if it's inside the workarea!
1432
1433         * paragraph.C (breakParagraph): honor keepempty flag and break the
1434         paragraph always below not above.
1435
1436         * BufferView2.C (unlockInset): update the paragraph layout on inset
1437         unlock as we changed paragraph in such a case.
1438
1439         * lyxfind.C (LyXFind): clear the former selection if not found!
1440
1441         * text2.C (insertInset): freeze Undo after setUndo so that it is not
1442         again called in insertChar().
1443
1444         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
1445         an inset which uses the whole row!
1446         (rightMargin): ditto.
1447         (insertChar): force a rebreak if we inserted an inset!
1448
1449 2002-03-28  Herbert Voss  <voss@lyx.org>
1450
1451         * lyxlength.[Ch]: add inBP() to get the right PS-point
1452         units (BigPoint). With inPixels we have rounding errors
1453
1454 2002-04-11  Juergen Vigna  <jug@sad.it>
1455
1456         * text2.C (setCursorFromCoordinates): set iy to the right value.
1457         (setCursor): add check if row->previous exists!
1458
1459         * buffer.C (parseSingleLyXformat2Token): reset font after read of
1460         an old float_type as this was the case in the old code!
1461
1462         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
1463
1464         * BufferView2.C (showLockedInsetCursor): use iy
1465         (fitLockedInsetCursor): ditto
1466
1467         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
1468         locked insets as there we have the right value now.
1469
1470         * lyxcursor.C: added iy_ variable and iy functions to set to the
1471         baseline of cursor-y of the locked inset.
1472
1473         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
1474         (setCursor): fixed for insets which need a full row.
1475
1476         * text.C (rowLastPrintable): don't ignore the last space when before
1477         an inset which needs a full row.
1478         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
1479         as last character of a row when before a inset which needs a full row.
1480
1481 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1482
1483         * version.C.in: update date
1484
1485         * text2.C (fullRebreak): try to always return true and see what
1486         happens...
1487
1488 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1489
1490         * MenuBackend.C (expand): use Floating::listName
1491
1492         * FloatList.C (FloatList): add listName argument to the built-in
1493         floats
1494
1495         * Floating.[Ch]: add listName member, which is the 'List of XXX'
1496         text associated with the float.
1497
1498 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1499
1500         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
1501
1502 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1503
1504         * ShareContainer.h: add a couple of missing typenames.
1505
1506 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
1507
1508         * lyxrc.C (getDescription): use _() correctly rather than N_().
1509
1510 2002-03-28  Herbert Voss  <voss@lyx.org>
1511
1512         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
1513         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
1514
1515 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1516
1517         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
1518         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
1519
1520 2002-03-29  Juergen Vigna  <jug@sad.it>
1521
1522         * lyxfunc.C (dispatch): add a missing fitCursor call.
1523
1524         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
1525         it was scrolled by a cursor move, so return the bool status.
1526
1527         * BufferView.C (fitCursor): return the bool flag also to the outside
1528         world as this is needed.
1529
1530         * screen.C (toggleToggle): don't subtract the offset if it's positive.
1531
1532         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
1533         call the edit() as it is not needed (and wrong) IMO.
1534         (workAreaButtonPress): set the screen_first variable before evt.
1535         unlock the inset as this may change screen_first and then we have
1536         a wrong y position for the click!
1537
1538 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1539
1540         * MenuBackend.C (expand): another translation that I missed
1541
1542 2002-03-28  Juergen Vigna  <jug@sad.it>
1543
1544         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
1545
1546         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
1547
1548 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1549
1550         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
1551
1552         * MenuBackend.C (expand): fix export/view/update when there is no
1553         document open.
1554
1555 2002-03-27  Herbert Voss  <voss@lyx.org>
1556
1557         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
1558         and text%
1559
1560 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1561
1562         * bufferview_funcs.C (currentState): only show paragraph number
1563         for is DEVEL_VERSION is set.
1564
1565         * lyxfunc.C (dispatch): put warning in INFO channel
1566
1567         * MenuBackend.C (expand): translate the name of floats
1568
1569         * FloatList.C (FloatList): mark the float names for translation
1570
1571         * converter.C (convert): use LibScriptSearch
1572
1573 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1574
1575         * MenuBackend.C (defaults): fix default menu (we might as well get
1576         rid of it...)
1577
1578 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1579
1580         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
1581         directory.
1582
1583 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1584
1585         * lyxvc.C: reorder includes.
1586
1587 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
1588
1589         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
1590           properly
1591
1592 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
1593
1594         * CutAndPaste.C: change layouts earlier on paste
1595           to avoid crashing when calling getFont()
1596
1597 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1598
1599         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
1600         irritating #error.
1601
1602 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1603
1604         * WorkArea.C: remove 'Pending' debug message.
1605
1606         * most files: ws cleanup
1607
1608         * buffer.[Ch]: ws changes
1609
1610         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
1611
1612 2002-03-21  Juergen Vigna  <jug@sad.it>
1613
1614         * tabular.C (SetMultiColumn): collapse also the contents of the
1615         cells and set the last border right. Added a Buffer const * param.
1616
1617 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1618
1619         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
1620         linking or not.
1621
1622 2002-03-19  Juergen Vigna  <jug@sad.it>
1623
1624         * text2.C (clearSelection): reset also xsel_cache.
1625
1626         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
1627         where it needs to be called (John tells us to do so too :)
1628         (selectionLost): reset sel_cache.
1629
1630         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
1631
1632 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1633
1634         * text2.C (setCursorIntern): put debuging code in INSETS channel
1635
1636 2002-03-19  André Pönitz <poenitz@gmx.net>
1637
1638         * lyxfunc.C: tiny whitespace change
1639
1640 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1641
1642         * ToolbarDefaults.C (init):
1643         * LyXAction.C (init):
1644         * commandtags.h:
1645         * BufferView_pimpl.C (Dispatch):
1646         * lyxfunc.C (dispatch): remove LFUN_DEPTH
1647
1648 2002-03-19  Allan Rae  <rae@lyx.org>
1649
1650         * exporter.C (Export): removeAutoInsets before doing anything else.
1651         While I've just introduced a dependency on BufferView this really is
1652         the best place to clean the buffer otherwise you need to cleanup in
1653         a dozen places before calling export or cleanup in a dozen functions
1654         that export calls.
1655
1656         * converter.C (runLaTeX):
1657         (scanLog): Better handling of removeAutoInsets and screen updates.
1658
1659         * lyxfunc.C (dispatch): small whitespace changes
1660
1661 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1662
1663         * WorkArea.C (C_WorkAreaEvent): return a value.
1664         (event_cb): return 1 if we handled the event, 0 otherwise.
1665
1666         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
1667
1668 2002-03-18  Juergen Vigna  <jug@sad.it>
1669
1670         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
1671         (GetAdditionalWidth): ditto.
1672         (RightLine): ditto.
1673         (LeftLine): ditto.
1674
1675         * BufferView2.C (copy): use getLyXText() so that we do it inside an
1676         inset if we're there actually (probably not used right now but this
1677         is the direction to go for unifying code).
1678         (paste): disable code to clear the selection.
1679
1680         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
1681         inside an InsetText and move the check further up as it is in the
1682         wrong place.
1683
1684         * text2.C (pasteSelection): set a selection over the pasted text.
1685
1686 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
1687
1688         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
1689         and libgraphics to build on Cygwin.
1690
1691 2002-03-15  Juergen Vigna  <jug@sad.it>
1692
1693         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
1694         inserting an Inset into the paragraph. I know this is not the best
1695         fix but we already use current_view in CutAndPaste so we will remove
1696         all of it's using at the same time.
1697
1698         * buffer.C (sgmlError): deactivated function till it is rewritten in
1699         the right mode, now it can create problems.
1700
1701         * paragraph.C (isLineSeparator): check if getInset returns != 0,
1702         before accessing it.
1703
1704 2002-03-14  Juergen Vigna  <jug@sad.it>
1705
1706         * undo_funcs.C (textHandleUndo): do the right thing when updating
1707         the inset after the undo/redo.
1708
1709         * text2.C (setCursor): just some testcode for #44 not ready yet.
1710
1711         * undo_funcs.C (textHandleUndo): set the next() and previous()
1712         pointers of the paragraph to 0 before deleting otherwise we have
1713         problems with the Paragraph::[destructor].
1714
1715         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
1716         on a paragraph insertion.
1717
1718 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1719
1720         * buffer.C (asciiParagraph): use += operator for char append to
1721         string.
1722
1723         * paragraph.C (getFontSettings): compare >= not just >
1724         (highestFontInRange): ditto
1725         (setFont): ditto
1726
1727 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1728
1729         * paragraph.C: change several algorithm to be more appripriate for
1730         the problem domain. This is lookip in FontList and in the InsetList.
1731
1732 2002-03-13  André Pönitz <poenitz@gmx.net>
1733
1734         * commandtags.h:
1735         * LyXAction.C: remove unused LFUN_MATH_MACROARG
1736
1737 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
1738
1739         * commandtags.h:
1740         * LyXAction.C:
1741         * lyxfunc.C:
1742         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
1743
1744 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1745
1746         * Painter.C (display): anon helper function, adjust code for this
1747         change.
1748         (pixmap): remove function.
1749
1750         * Painter.h: remove private display variable.
1751
1752         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
1753
1754 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1755
1756         * WorkArea.[Ch]: remove figinset_canvas cruft.
1757
1758 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1759
1760         * lyxtextclass.C (operator): add one item cache optimization.
1761
1762         * bufferlist.h: doxy changes
1763
1764         * bufferlist.C: ws changes
1765
1766         * DepTable.[Ch] (ext_exist): place const in the right spot.
1767
1768         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
1769         call resizeInsets.
1770         (workAreaExpose): call resizeInsets when the with BufferView changes.
1771         (Dispatch): adjust for protectedBlank removal
1772         (specialChar): call updateInset if the insert went ok.
1773
1774         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
1775         specialChar instead.
1776
1777         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
1778
1779         * BufferView.h: doxy change
1780
1781         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
1782
1783         * lyxtextclass.C (operator[]): remove non-const version
1784         (defaultLayout): remove non-const version
1785
1786 2002-03-12  Juergen Vigna  <jug@sad.it>
1787
1788         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
1789         did resize the LyXText too.
1790
1791         * buffer.C (readLyXformat2): set layout information on newly allocated
1792         paragraphs.
1793
1794         * tabular.C (OldFormatRead): set layout information on the paragraph.
1795
1796 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1797
1798         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
1799
1800 2002-03-11  Juergen Vigna  <jug@sad.it>
1801
1802         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
1803         plainly wrong.
1804         (resizeCurrentBuffer): force also the insets to resize themselfes.
1805         (moveCursorUpdate): fixed up for InsetText.
1806
1807 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1808
1809         * commandtags.h:
1810         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
1811         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
1812         value of Dialogs::tooltipsEnabled().
1813         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
1814
1815 2002-03-08  Juergen Vigna  <jug@sad.it>
1816
1817         * BufferView_pimpl.C (updateInset): update inset inside inset also
1818         if it isn't inside theLockingInset().
1819
1820 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1821
1822         * buffer.C (asciiParagraph): redo some of the word and line length
1823         handling.
1824         (getLists): look for Caption instead of caption.
1825
1826 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1827
1828         * buffer.C (Buffer): initialize niceFile to true
1829         (makeLaTeXFile):
1830         (makeLinuxDocFile):
1831         (makeDocBookFile): make sure niceFile is true on exit
1832
1833 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1834
1835         * buffer.C (makeLaTeXFile): escape ~ in \input@path
1836
1837 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1838
1839         * LyXSendto.C: remove.
1840         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
1841         * lyx_gui.C: remove now-redundant comment.
1842         * ColorHandler.h: remove forward declaration of class WorkArea.
1843         * lyxfunc.C: remove #include "WorkArea.h".
1844
1845 2002-03-07  Juergen Vigna  <jug@sad.it>
1846
1847         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
1848         got moved away with the DEPM and also set the inset_owner always
1849         right which before could have been omitted.
1850
1851 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1852
1853         * buffer.C (parseSingleLyXformat2Token): use default layout is the
1854         wanted layout is not found.
1855
1856 2002-03-07  Juergen Vigna  <jug@sad.it>
1857
1858         * CutAndPaste.C (cutSelection): another layout settings forgotten.
1859
1860 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1861
1862         * paragraph.C (breakParagraph): use default layout not layout of
1863         prev paragraph.
1864         (Paragraph): clear ParagraphParameters.
1865
1866 2002-03-06  Juergen Vigna  <jug@sad.it>
1867
1868         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
1869         otherwise it would not be a valid lenght. Fixed a special case in
1870         the minipage compatibility read where we end the document with a
1871         minipage.
1872
1873         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
1874         was set as it could be 0 for InsetTexts first entry.
1875
1876 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1877
1878         * paragraph.C (writeFile): if layout is empty write out
1879         defaultLayoutName().
1880
1881         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
1882         file without named layout we set layout to defaultLayoutName().
1883
1884 2002-03-06  Juergen Vigna  <jug@sad.it>
1885
1886         * CutAndPaste.C (copySelection): set layout for new paragraph.
1887
1888         * text.C (prepareToPrint): leave ERT inset left aligned
1889         (leftMargin): don't indent paragraphs inside ERT insets
1890
1891 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1892
1893         * paragraph.C (breakParagraph): dont call clear do the work manually
1894
1895         * paragraph.[Ch] (clear): remove function
1896
1897 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1898
1899         * paragraph.C (Paragraph): dont call clear, the work has already
1900         been done.
1901
1902         * lyxtextclass.C (operator): assert if n is empty
1903
1904         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
1905         work manually instead.
1906
1907 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1908
1909         * BufferView_pimpl.C: protect selectionLost against text == 0
1910
1911 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1912
1913         * text.C (breakParagraph): fix a setting layout to '0' problem.
1914
1915 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1916
1917         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
1918         final location of file, for the included files, and graphics.
1919
1920 2002-03-05  Juergen Vigna  <jug@sad.it>
1921
1922         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
1923
1924 2002-03-04  Juergen Vigna  <jug@sad.it>
1925
1926         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
1927
1928         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
1929         last column of multicolumn cells.
1930         (SetWidthOfMulticolCell): recalculate NMC and real columns.
1931
1932 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1933
1934         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
1935         file if it doesn't go to a temporary file.
1936
1937         * buffer.C (sgmlOpenTag):
1938         (sgmlCloseTag):  remove extra newline insertion.
1939
1940 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1941
1942         * text.C (getRowNearY): comment out debug msg
1943
1944 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1945
1946         * text2.C: first -> first_y
1947
1948         * text.C (getRowNearY): add some attemts at a possible
1949         optimization, not working.
1950
1951         * tabular.[Ch]: add BufferParams to several function so that newly
1952         created paragraph can be initialized to he default layotu for the
1953         buffers textclass.
1954
1955         * tabular-old.C (ReadOld): add buf->params to call of Init
1956
1957         * screen.C: rename text->first to text->first_y
1958
1959         * paragraph.C (breakParagraph): always set layout in the broken
1960         paragraph
1961
1962         * lyxtextclass.C (Read): remove lowercase
1963         (hasLayout): ditto
1964         (operator): ditto
1965         (delete_layout): ditto
1966
1967         * lyxtext.h: rename first -> first_y
1968
1969         * lyxlayout.C (Read): remove lowercase
1970         (name): ditto
1971         (setName): ditto
1972         (obsoleted_by): ditto
1973
1974         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
1975
1976         * buffer.C (insertErtContents): add params are to InsetERT
1977         (parseSingleLyXformat2Token): add code to check if a paragraphs
1978         layout really exist.
1979         (parseSingleLyXformat2Token): add params to several inset
1980         constructors
1981         (asciiParagraph): remove lowercase, do the layout comparisons with
1982         no_case
1983
1984         * BufferView_pimpl.C (cursorNext): first -> first_y
1985         (resizeCurrentBuffer): first -> first_y
1986         (updateScrollbar): first -> first_y
1987         (scrollCB): first -> first_y
1988         (workAreaMotionNotify): first -> first_y
1989         (workAreaButtonPress): first -> first_y
1990         (checkInsetHit): first -> first_y
1991         (cursorPrevious): first -> first_y
1992         (cursorNext): first -> first_y
1993         (Dispatch): add buffer_->params to severl inset contructors
1994
1995 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1996
1997         * lyxlayout.C (Read): remove some debug info that I forgot.
1998
1999         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
2000         clean up the code slightly.
2001         (makeLinuxDocFile): ditto
2002         (makeDocBookFile): ditto
2003
2004         * text2.C: layout as string
2005
2006         * text.C: layout as string
2007
2008         * paragraph_pimpl.C: layout as string
2009
2010         * paragraph.[Ch]: layout as string
2011
2012         * lyxtextclasslist.[Ch]: layout as string
2013
2014         * lyxtextclass.[Ch]: layout as string
2015
2016         * lyxtext.h: layout as string
2017
2018         * lyxlayout.[Ch]: layout as string
2019
2020         * lyx_cb.C: layout as string
2021
2022         * bufferview_funcs.C: layout as string
2023
2024         * bufferparams.C: layout as string
2025
2026         * buffer.C: layout as string
2027
2028         * LyXView.[Ch]: layout as string
2029
2030         * LaTeXFeatures.[Ch]: layout as string
2031
2032         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
2033
2034         * BufferView_pimpl.C: change current_layout to string, remove
2035         lyx::layout_type.
2036         (Dispatch):
2037         (smartQuote):
2038         (insertInset):
2039         (workAreaButtonRelease): layout as string
2040
2041         * BufferView2.C (unlockInset): adjust
2042
2043         * vspace.C (asLatexCommand): use an explict temp variable.
2044
2045 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
2046
2047         * Makefile.am: use FRONTEND_*
2048
2049 2002-03-01  Juergen Vigna  <jug@sad.it>
2050
2051         * tabular.C (SetWidthOfMulticolCell): changed to something better
2052         I hope but still work in progress.
2053         (recalculateMulticolumnsOfColumn): renamed function from
2054         recalculateMulticolCells as it is more appropriate now.
2055         (SetWidthOfCell): calculate multicols better.
2056
2057 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2058
2059         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
2060
2061         * lyxfunc.C (processKeySym): print sequence also if it is
2062         `deleted' (complete)
2063
2064         * kbsequence.C (print): print sequence even if it is deleted
2065         (complete would be a better word, actually).
2066
2067         * lyxfunc.C (dispatch): print complete options after a prefix key
2068
2069         * vspace.C (asLatexCommand): rewrite in a slightly different form.
2070
2071 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
2072
2073         * text2.C (setCharFont): eliminate setCharFont code duplication.
2074
2075 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2076
2077         * BufferView_pimpl.C (Dispatch): remove bogus handling of
2078         LFUN_TABULAR_FEATURE (bug #177)
2079
2080 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
2081
2082         * Makefile.am: remove figure.h
2083
2084 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2085
2086         * Bufferview_pimpl.C:
2087         * CutAndPasteC:
2088         * LaTeX.C:
2089         * LyXSendto.C:
2090         * buffer.C:
2091         * bufferlist.C:
2092         * converter.C:
2093         * language.C:
2094         * lyxfunc.C:
2095         * lyxvc.C:
2096         * paragraph.C:
2097         * text.C:
2098         * text2.C: remove #include "lyx_gui_misc.h".
2099
2100         * LaTeX.C: added #include <cstdio>
2101
2102 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2103
2104         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
2105         that the paragraph following this one can have.
2106
2107         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
2108
2109         * vspace.C (asLatexCommand): fix bogus gcc warning
2110
2111         * Makefile.am (lyx_SOURCES): remove vms_defines.h
2112
2113 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
2114
2115         * text2.C (setLayout): get rid of redundant code
2116
2117 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
2118
2119         * text2.C (incDepth): make sure depth cannot be increased beyond
2120         reasonable values.
2121
2122 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
2123
2124         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
2125         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
2126
2127         * PainterBase.h (image):
2128         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
2129         a LyXImage const *.
2130
2131 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2132
2133         * BufferView.C:
2134         * BufferView.h:
2135         * BufferView_pimpl.C:
2136         * BufferView_pimpl.h:
2137         * LaTeXFeatures.C:
2138         * LyXAction.C:
2139         * LyXView.C:
2140         * Makefile.am:
2141         * UpdateList.h:
2142         * UpdateList.C:
2143         * buffer.C:
2144         * figure.h:
2145         * figureForm.C:
2146         * figureForm.h:
2147         * figure_form.C:
2148         * figure_form.h:
2149         * lyx_cb.C:
2150         * lyx_gui.C:
2151         * lyx_gui_misc.C:
2152         * lyxfunc.C:
2153         * sp_base.h:
2154         * sp_ispell.h:
2155         * sp_pspell.h:
2156         * sp_spell.C: remove fig inset, and the crap house of
2157           cards that follows it
2158
2159 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2160
2161         * Makefile.am:
2162         * lyxserver.C:
2163         * os2_defines.h:
2164         * os2_errortable.h:
2165         * nt_defines.h: move .h into support/
2166
2167         * vms_defines.h: remove
2168
2169         * WorkArea.C: add space in debug output
2170
2171         * text2.C:
2172         * paragraph.C:
2173         * buffer.C: add WITH_WARNINGS
2174
2175         * vc-backend.h:
2176         * vc-backend.C:
2177         * bufferlist.C: s/retrive/retrieve/, add docs
2178
2179         * vspace.h:
2180         * vspace.C:
2181         * kbmap.h:
2182         * lyxlength.h:
2183         * lyxgluelength.h:
2184         * length_common.h:
2185         * chset.h:
2186         * chset.C: add docs
2187
2188         * lyxgui.C: add ID to X error handler
2189
2190         * lyxtestclass.c: fix typo
2191
2192 2002-02-26  Juergen Vigna  <jug@sad.it>
2193
2194         * tabular_funcs.C (write_attribute): changed so that some default
2195         attributes are not written at all.
2196         (getTokenValue): set default values before trying to read the
2197         value so we have the return value always set as default if we don't
2198         find the token we search for.
2199
2200         * tabular.C (Write): write bools as bools not as strings!
2201
2202 2002-02-22  Juergen Vigna  <jug@sad.it>
2203
2204         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
2205         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
2206
2207         * text.C (leftMargin): don't add an indent for paragraphs inside
2208         tabular cells (fix #208).
2209
2210 2002-02-21  José Matos  <jamatos@fep.up.pt>
2211
2212         * tabular.C (docBook): fixed support for long tables.
2213
2214 2002-02-20  Juergen Vigna  <jug@sad.it>
2215
2216         * text2.C (getFont): get the drawing font of the Inset if this
2217         paragraph is inside an inset (only important for InsetERT for now).
2218
2219         * buffer.C (insertErtContents): use new lanugage params in ERT
2220         constructor.
2221
2222         * CutAndPaste.C: commenting out seemingly uneeded code.
2223
2224 2002-02-19  Allan Rae  <rae@lyx.org>
2225
2226         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
2227         Iterators might be simple to use but they also get invalidated.
2228         (removeAutoInsets): renamed saved cursor tracking variables and added
2229         some comments to clarify what everything does.
2230
2231 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2232
2233         * Chktex.C:
2234         * LaTeX.C:
2235         * LyXSendto.C:
2236         * converter.C:
2237         * lyx_cb.C:
2238         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
2239         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2240
2241         * lyxfunc.C:
2242         * vc-backend.h: remove #include "support/syscall.h"
2243
2244         * LaTeX.C:
2245         * LyXSendto.C:
2246         * converter.C: rearrange #includes in Lars' approved fashion.
2247
2248         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
2249         forward declare class Timeout in the header file.
2250
2251         * XFormsView.C: changes due to the above.
2252
2253         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
2254         similar to LyXView.
2255
2256         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
2257         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
2258
2259 2002-02-18  José Matos  <jamatos@fep.up.pt>
2260
2261         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
2262         insets contents.
2263
2264 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2265
2266         * a lot of small ws changes
2267         * add a lot of using std::XXX
2268         * use std construcs some places where approp.
2269         * use some exisint stuff from lyxfunctional where approp.
2270         * Make file changes to use partial linking (lets test this now...)
2271
2272 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2273
2274         * Chktex.C:
2275         * buffer.C:
2276         remove #include "support/syscontr.h" as it's redundant. Always has been.
2277
2278         * Chktex.C:
2279         * LaTeX.C:
2280         * LyXSendto.C:
2281         * converter.C:
2282         * lyx_cb.C:
2283         * vc-backend.C:
2284         change Systemcalls::System to Systemcalls::Wait and
2285         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
2286         No change of functionality, just reflects the stripped down Systemcalls
2287         class.
2288
2289 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2290
2291         * debug.[Ch]: add a GRAPHICS type to the enum.
2292
2293 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2294
2295         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
2296
2297         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
2298         there is an inset.
2299
2300 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2301
2302         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
2303         match the changes below.
2304
2305         * text2.C (toggleInset): if there is not editable inset at cursor
2306         position, try to see if cursor is _inside_ a collapsable inset
2307         and close it.
2308
2309 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2310
2311         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
2312         document menu has a nice checkbox
2313
2314 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2315
2316         * lyxlength.C (asLatexString): change PW to output as percent of
2317         \textwidth.
2318
2319         * lengthcommon.C: change '%' to 't%'
2320
2321         * lyxfunc.C (dispatch): a few comments from Martin
2322
2323 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
2324
2325         * WorkArea.h:
2326         * WorkArea.C:
2327         * BufferView_pimpl.h:
2328         * BufferView_pimpl.C: clear our selection when X tells us we've lost
2329           the X selection.
2330
2331 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2332
2333         * vspace.C (inPixels): fix compiler warning
2334
2335 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2336
2337         * lyxfunc.C (getStatus): fix status message for disabled commands.
2338
2339 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
2340
2341         * BufferView_pimpl.C: fix crash on close buffer
2342         during selection (#227)
2343
2344 2002-01-27  Herbert Voss  <voss@lyx.org>
2345
2346         * buffer.C: link old Figure to new graphic inset
2347
2348 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2349
2350         * FontLoader.C (getFontinfo): Change the latex font names in order
2351         to match the names of type1inst.
2352
2353 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2354
2355         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
2356
2357         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
2358         (extchanged): ditto
2359         (ext_exist): ditto
2360         (remove_files_with_extension): ditto
2361         (remove_file): ditto
2362         (write): ditto
2363
2364         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
2365         document is smaller than the work area height. Do not initialize
2366         static variables to 0.
2367
2368 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2369
2370         * lyx_gui.C (init): give the toolbar tooltips a normal font.
2371
2372         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
2373         LFUN_LAYOUT_PARAGRAPHS.
2374
2375         * tabular.C (GetCellFromInset): new method. Finds an inset in a
2376         tabular. It is possible to provide a possible cell, which will
2377         typically be the actcell from the corresponding insettabular
2378
2379         * lyxfunc.C (getStatus): small cleanup; disable
2380         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
2381         true
2382
2383 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2384
2385         * tabular.C (Validate): remove broken optimization (fixes bug #201)
2386
2387         * paragraph.C (startTeXParParams):
2388         (endTeXParParams): new methods. The LaTeX code to
2389         start/end paragraph formatting
2390         (simpleTeXOnePar): call startTeXParParams also when paragraph is
2391         empty (fixes bug #200)
2392
2393         * vspace.C (inPixels): adapt to the change below
2394         (inPixels): [later] more cleanups (remove unused variables)
2395
2396         * lyxlength.C (inPixels): change to use a width and a height as
2397         parameter.
2398
2399 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2400
2401         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
2402         Replaced with \paperwidth
2403
2404         * DepTable.C (insert): add std:: qualifier
2405
2406 2002-01-18  Allan Rae  <rae@lyx.org>
2407
2408         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
2409         updated also?
2410
2411         * text.C (drawInset): Turned out I didn't know enough about how
2412         rebreaking worked.  This fixes most of the redraw problems.  I see
2413         an occasional cursor trail when a line is broken now and the cursor
2414         placement can seem out by a few pixels also after a rebreak.
2415
2416 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2417
2418         * buffer.C (parseSingleLyXformat2Token): update because minipage
2419         width is now a LyXLength
2420
2421         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
2422
2423         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
2424         math insets
2425
2426 2002-01-17  Juergen Vigna  <jug@sad.it>
2427
2428         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
2429
2430         * BufferView2.C (lockInset): call edit() so that theLockingInset()
2431         is set correctly and the inset is updated correctly.
2432
2433 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2434
2435         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
2436         the beginning of the loop.
2437
2438 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2439
2440         * lyxrc.C: improve help for use_scalable_fonts
2441
2442 2002-01-17  Allan Rae  <rae@lyx.org>
2443
2444         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
2445
2446 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2447
2448         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
2449         make sure to set their inset_owner to the right value (bug #171)
2450
2451 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
2452
2453         * DepTable.h
2454         * DepTable.C: Implement mtime checking to reduce time spent doing
2455         CRCs.
2456
2457 2002-01-16  Juergen Vigna  <jug@sad.it>
2458
2459         * tabular.C (GetAdditionalHeight): one of error fixed.
2460
2461         * lyxrc.C (output): small fix in writing use_pspell.
2462
2463 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2464
2465         * sp_base.h: #include LString.h
2466
2467 2002-01-16  Allan Rae  <rae@lyx.org>
2468
2469         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
2470         Can someone check this please?
2471
2472         * text.C (drawInset): It was possible that p.row would be removed by
2473         breakAgainOneRow upsetting a few other settings.  There may be another
2474         small tweak possible by setting need_break_row = 0 when p.row has been
2475         removed but I don't know enough about the logic here.
2476
2477 2002-01-15  Allan Rae  <rae@lyx.org>
2478
2479         * text.C (insertChar): removed conditional truism.
2480
2481         * BufferView2.C (removeAutoInsets): More tweaks.
2482         cur_par_prev could be a stray pointer.  Check for trailing empty line
2483         in case last line was cur_par and only had an error inset on it.
2484
2485 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2486
2487         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
2488         absolute
2489
2490         * vc-backend.C (most methods):
2491         * exporter.C (Export):
2492         * converter.C (convert):
2493         (runLaTeX):
2494         * LyXSendto.C (SendtoApplyCB):
2495         * lyxfunc.C (dispatch):
2496         (menuNew):
2497         (open):
2498         (doImport):
2499         * lyx_cb.C (AutoSave):
2500         (InsertAsciiFile):
2501         * BufferView_pimpl.C (MenuInsertLyXFile):
2502         * buffer.C (runChktex): use Buffer::filePath().
2503
2504         * buffer.h: rename filename to filename_; rename filepath to
2505         filepath_ and make it private
2506         (filePath): new method
2507
2508         * buffer.C (writeFile): use fileName()
2509         (getLatexName):
2510
2511         * lyx_main.C (init): fix starting  of LyX when the binary is a
2512         link from so,ewhere else.
2513
2514         * minibuffer.C: include <cctype> for isprint
2515
2516 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2517
2518         * buffer.C (parseSingleLyXformat2Token): changes associated with the
2519         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
2520         name clash with InsetCollapsable's width function.
2521
2522 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2523
2524         * lastfiles.C: include <iterator>
2525
2526 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2527
2528         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
2529         std::count.
2530
2531         * buffer.C (makeLaTeXFile): ditto.
2532         Also make loop operation more transparent.
2533
2534 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2535
2536         * ToolbarDefaults.C: remove trailing comma closing namespace.
2537
2538         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
2539
2540         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
2541         as in WorkArea.
2542
2543         * trans.C (Load): comment out unused variable, allowed.
2544
2545 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2546
2547         * minibuffer.[Ch] (append_char): new method to recieve input from the
2548         drop-down completion browser. If a key was pressed, then recieve this
2549         char and append it to the existing string.
2550         (peek_event): modify the positioning data passed to the completion
2551         browser so that it can be placed above the minibuffer rather than below.
2552 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2553
2554         * LyXAction.C (init): alloe error-next for readonly documents.
2555
2556         * BufferView2.C (ChangeRefsIfUnique): use standard version of
2557         count.
2558
2559 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2560
2561         * bufferlist.C (readFile): create the buffer _after_ checking that
2562         the file exists.
2563
2564         * lyxfunc.C (verboseDispatch): fix handling of arguments
2565
2566         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
2567
2568         * lyxrc.C: use string::erase() instead of initializing to "".
2569
2570
2571 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2572
2573         * BufferView_pimpl.h:
2574         * BufferView_pimpl.C:
2575         * WorkArea.h:
2576         * WorkArea.C:
2577         * text2.C: tell X when we have made a selection for copying
2578
2579 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2580
2581         * BufferView_pimpl.C (MenuInsertLyXFile):
2582         * lyxfunc.C (menuNew):
2583         (open):
2584         (doImport): add shortcuts to directory buttons
2585
2586         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
2587         open a float)
2588
2589         * lyxfunc.C (setStatusMessage):
2590         (getStatusMessage): new methods
2591         (getStatus):use setStatusMessage instead of setErrorMessage
2592         (dispatch): when function is disabled, set error message here
2593         [instead of in getStatus previously]
2594
2595         * BufferView_pimpl.C (workAreaButtonRelease): update
2596         toolbar/menubar here too.
2597
2598 2002-01-13  Allan Rae  <rae@lyx.org>
2599
2600         * BufferView2.C (removeAutoInsets): finished off earlier fix.
2601         Now seems indestructible.  Remaining task is to audit all other
2602         code affected by deleteEmptyParagraphMechanism.  One small quirk
2603         left is that an empty document with an error in the preamble can
2604         be made to report an error but no error box appears.  I don't know
2605         where it goes.
2606         (removeAutoInsets): Improved comments.
2607
2608 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
2609
2610         * Thesaurus.h:
2611         * Thesaurus.C: update for Aiksaurus 0.14
2612
2613 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2614
2615         * text2.C (firstParagraph): removed member function, all uses
2616         replaces with ownerParagraph
2617         (redoParagraphs): here
2618         (updateInset): here
2619         (toggleAppendix): here
2620         * BufferView2.C (insertErrors): here
2621         (setCursorFromRow): here
2622
2623 2002-01-13  Allan Rae  <rae@lyx.org>
2624
2625         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
2626         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
2627         There is still a way to segfault this although you may have to do this
2628         multiple times: Have an InsetERT with an unknown command in it.
2629         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
2630         <down-arrow>, <Enter> again, View->DVI, BANG!
2631
2632         * text2.C (setCursor):
2633         (deleteEmptyParagraphMechanism):
2634         * lyxtext.h (setCursor):
2635         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
2636         Making use of the return value may help fix other bugs.
2637
2638 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2639
2640         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
2641
2642         * LyXView.C (updateMenubar): call MenuBar::update here
2643         (updateToolbar): but not here
2644         (showState): do not update toolbar/menubar
2645
2646         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
2647         should need to care about that.
2648
2649         * lyxfunc.C (verboseDispatch): simplify a bit
2650         (getStatus): have a version which takes a pseudoaction, and
2651         another which requires a (kb_action,string).
2652
2653         * LyXAction.C (retrieveActionArg): make it work also when action
2654         is not a pseudo-action.
2655         (getActionName): simplify a bit
2656         (helpText):
2657
2658 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2659
2660         * lyxfunc.C (verboseDispatch): new families of methods with
2661         several ways to specify a command and a bool to indicate whether
2662         the command name and shortcut should be displayed in minibuffer
2663         (eventually, we could extend that to a finer bitmask like
2664         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
2665         (dispatch): the pristine dispatch command which just, well,
2666         dispatchs! Note it still sets its result to minibuffer; I'm not
2667         sure we want that.
2668
2669         * lyxfunc.h: remove setHintMessage
2670
2671         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
2672
2673 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2674
2675         * BufferView_pimpl.C (specialChar): delete new inset if we have
2676         not been able to insert it.
2677
2678         * kbmap.C: revert to using int instead of kb_action, since all we
2679         are dealing with is pseudo-actions.
2680
2681         * LyXAction.C (searchActionArg): change to return int instead of
2682         kb_action, since the result is a pseudoaction.
2683
2684 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
2685
2686         * buffer.C (insertErtContents): Fix (partially) the font bug.
2687
2688 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2689
2690         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
2691         as the other one is broken on my machine!
2692
2693 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2694
2695         * commandtags.h:
2696         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
2697
2698 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2699
2700         * lyxrc.[Ch]: change names and descriptions of popup font variables to
2701         reflect their actual use. Provide compatibility code for older lyxrc
2702         files.
2703
2704         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
2705         FL_NORMAL_STYLE.
2706         change names of popup font variables in line with the changes to lyxrc.C
2707
2708 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2709
2710         * buffer.C (asciiParagraph): avoid outputing a word twice after
2711         an inset.
2712
2713         * lyxrc.C (getDescription): document that document_path and
2714         template_path can be empty.
2715
2716 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2717
2718         * LaTeXFeatures.C (getMacros):
2719         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
2720
2721         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
2722
2723         * LaTeXFeatures.C (useFloat): require "float" here instead of in
2724         getPackages.
2725         (getPackages): rename feature "floats" to "float". Use an array to
2726         iterate over 'simple' features (i.e. just a \usepackage). Add
2727         handling of "amsmath" (renamed from "amsstyle").
2728
2729 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
2730
2731         * LaTeXFeatures.C (require): Prevent duplicate entries in the
2732         features list.
2733
2734 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2735
2736         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
2737         FuncStaus::FuncStatus & FuncStaus::some_method().
2738
2739 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2740
2741         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
2742         of the func_satus stuff. Edited and massaged in various ways by
2743         JMarc.
2744
2745         * lyxfunc.C (getStatus): use FuncStatus
2746
2747 2002-01-08  Juergen Vigna  <jug@sad.it>
2748
2749         * text.C (nextBreakPoint): use function Inset::isChar().
2750
2751         * paragraph.C (TeXOnePar): use function
2752         Inset::forceDefaultParagraphs.
2753
2754         * buffer.C (latexParagraphs): use function
2755         Inset::forceDefaultParagraphs.
2756
2757 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2758
2759         * lyx_gui.C (init): set the style of the menu popups to
2760         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2761
2762 2002-01-07  Juergen Vigna  <jug@sad.it>
2763
2764         * text.C (setHeightOfRow): small fix
2765         (prepareToPrint): don't look at alignment if we don't have the place
2766         for doing it.
2767
2768 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2769
2770         * box.C: New file. Move the Box methods and functions out of box.h,
2771         following Lars' suggestion.
2772
2773 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2774
2775         * box.h: #include "support/LOstream.h", needed for inlined function.
2776
2777         * lyxtextclass.C:
2778         * lyxtextclasslist.C: added some using std declarations.
2779
2780 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
2781
2782         * box.h: make signed dimensions to allow insets wider than
2783           the screen (bug #162)
2784
2785         * BufferView_pimpl.C: add some insetHit debug
2786
2787 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2788
2789         * vc-backend.C: add FIXME
2790
2791 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2792
2793         * lyxfunc.C (getStatus): enable code for showing math font status
2794         in toolbar/menu.
2795
2796 2002-01-07  Juergen Vigna  <jug@sad.it>
2797
2798         * text.C (nextBreakPoint): removed debug output not needed anymore.
2799
2800 2002-01-06  Juergen Vigna  <jug@sad.it>
2801
2802         * text.C (nextBreakPoint): fixed up this function we had this bug
2803         since ever but now hopefully we break row better.
2804         (insertChar): we have to check if an inset is the next char as it
2805         could now happen that a large inset is causing a break.
2806
2807 2002-01-05  Juergen Vigna  <jug@sad.it>
2808
2809         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
2810         if it doesn't like to be drawed.
2811
2812 2002-01-04  Juergen Vigna  <jug@sad.it>
2813
2814         * BufferView2.C (lockInset): forgot to set a cursor.
2815
2816         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
2817
2818 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
2819
2820         * FormMathsPanel.C:
2821         * FormMathsPanel.h
2822         * MathsSymbols.C:
2823         * form_maths_panel.C:
2824         * form_maths_panel.h:
2825         * form_maths_panel.fd: implemented sub- and super- buttons in math
2826         panel.
2827
2828         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
2829         (or ^ space) to be used as in TeX (req'd by André).
2830
2831         * lyxfunc.C: Allow ^ and _ again to be used both as
2832         super/subscript (mathed) and as themselves (in text).
2833
2834 2002-01-03  Allan Rae  <rae@lyx.org>
2835
2836         * LyXView.C (updateWindowTitle): Setup a short icon title of either
2837         "LyX" or the filename of the current buffer if it has one.  This is a
2838         modified form of John Levon's patch.
2839
2840         * XFormsView.C (setWindowTitle): also set icon title.
2841
2842         * LyXView.h (setWindowTitle): signature changed.
2843         * XFormsView.h (setWindowTitle): ditto.
2844
2845 2002-01-02  Juergen Vigna  <jug@sad.it>
2846
2847         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
2848
2849 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2850
2851         * screen.C (topCursorVisible): introduce a temp var for
2852         text->cursor.row(), handle the case where this row is null. (kindo
2853         hachish)
2854
2855         * text2.C (setCursor): add a couple of asserts.
2856
2857         * paragraph.h (inset_iterator): add -> operator
2858
2859         * paragraph.[Ch] (autoDeleteInsets): remove member function
2860
2861         * BufferView2.C (removeAutoInsets): rewrite to handle the old
2862         cursor pos correctly and handle inset deletion by itself.
2863         (insertErrors): move iterator declaration out of for expression
2864
2865         * lyxtextclass.C: add <algorithm>
2866
2867         * Makefile.am: added the new files to sources, removed layout.C
2868
2869         * layout.C: removed file
2870
2871         * layout.h: remove LYX_DUMMY_LAYOUT
2872
2873         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
2874         layout.
2875
2876         * lyxlayout.[Ch]:
2877         * lyxtextclass.[Ch]:
2878         * lyxtextclasslist.[Ch]: new files
2879
2880         * include order changes to a lot of files, also changes because of
2881         the six new files.
2882
2883 2001-12-27  Juergen Vigna  <jug@sad.it>
2884
2885         * buffer.C (asciiParagraph): more fixes.
2886
2887         * tabular.C (ascii): make ascii export support export of only the
2888         data separated by a column-delimiter.
2889         (ascii): better support for ascii export.
2890
2891         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
2892
2893 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2894
2895         * tabular_funcs.C: use a "using std::getline" instead of the
2896         previous fix from Angus (necessary for cxx + lyxstring)
2897
2898 2001-12-24  Juergen Vigna  <jug@sad.it>
2899
2900         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
2901
2902         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
2903         problems. First check a minipage also if we have some ert-contents
2904         (not only on par->size(), second set the right depth of the paragraph
2905         on the relink to the root-paragraph-list!
2906
2907         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
2908         which then did not anymore update the main paragraphs on undo/redo!
2909
2910 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2911
2912         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
2913         code. Support all font-changing funcs (even those which are not in
2914         menu currently). Support for reporting font settings in
2915         mathed (disabled until Andre provides a function on mathed's side).
2916
2917         * func_status.h (toggle): small helper function to set toggle
2918         state on a flag.
2919
2920 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
2921
2922         * tabular_funcs.C: getline -> std::getline
2923
2924 2001-12-21  Juergen Vigna  <jug@sad.it>
2925
2926         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
2927         accessed and could be 0 (I couldn't generate this but it seems
2928         Michael could!).
2929
2930 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2931
2932         * tabular_funcs.C: add LIstream.h, move write_attribute to..
2933         * tabular_funcs.h: here and include iosfwd
2934
2935 2001-12-20  Juergen Vigna  <jug@sad.it>
2936
2937         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
2938         inside inset but undo_par was.
2939
2940 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2941
2942         * Thesaurus.C: always include <config.h> in sources.
2943
2944         * Painter.h:
2945         * lyxlookup.h:
2946         * box.h: do not include <config.h> in header files
2947
2948         * text.C (paintLastRow): remove unused variable
2949
2950         * text.C (transformChar):
2951         (insertChar):
2952         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
2953
2954         * Painter.C (text):
2955         * font.C (width): rewrite to use uppercase() instead of
2956         islower/toupper.
2957
2958         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
2959
2960 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
2961
2962         * lyxfind.C: clean up of find failure position change
2963
2964 2001-12-20  Juergen Vigna  <jug@sad.it>
2965
2966         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
2967
2968         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
2969         (TeXRow): added to LaTeX a single tabular row.
2970         (TeXLongtableHeaderFooter): added to output LT-h/f data.
2971         (Latex): simplified and finally good LT-h/f support.
2972         (various_functions): just small adaptions for LT-h/f support.
2973
2974         * tabular_funcs.[hC]: added and moved here all not classfunctions
2975         of LyXTabular.
2976
2977 2001-12-19  Juergen Vigna  <jug@sad.it>
2978
2979         * tabular.[Ch]: better support for longtabular options (not finished
2980         yet!)
2981
2982 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2983
2984         * text.C (paintLastRow): use the label font instead of the font of
2985         the last character to compute the size of *_BOX. This makes more
2986         sense and avoids a crash with empty paragraphs.
2987         Use Painter::rectangle to draw EMPTY_BOX.
2988
2989 2001-12-19  Juergen Vigna  <jug@sad.it>
2990
2991         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
2992         the paragraphs if the replaced paragraph is not the first one!
2993         Tried to delete not used paragraphs but does not work yet so for
2994         now it's inside #ifdef's and by default off!
2995
2996 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2997
2998         * MenuBackend.C: include "lyx_main.h" instead of declaring
2999         lastfiles (actually was declared as LastFiles* instead of a
3000         scoped_ptr).
3001
3002 2001-12-17  Juergen Vigna  <jug@sad.it>
3003
3004         * tabular.C (AppendColumn): applied John's fix
3005
3006 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
3007
3008         * BufferView.h:
3009         * BufferView.C:
3010         * BufferView_pimpl.h:
3011         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
3012
3013         * Makefile.am:
3014         * box.h: new start of class for above
3015
3016         * lyxfunc.C: ignore space-only minibuffer dispatches.
3017           Show the command name when it doesn't exist
3018
3019         * minibuffer.C: don't add empty lines to the history
3020
3021         * minibuffer.C: add a space on dropdown completion
3022
3023 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
3024
3025         * text.C: fix line above/below drawing in insets
3026
3027 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3028
3029         * lyxlength.C (LyXLength): Initialize private variables.
3030
3031 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
3032
3033         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
3034         when inserting error insets.
3035
3036 2001-12-13  Juergen Vigna  <jug@sad.it>
3037
3038         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
3039         actually sometimes the before-paragraph.
3040         (setUndo): don't clear the redostack if we're not actually undoing!
3041
3042 2001-12-06  Juergen Vigna  <jug@sad.it>
3043
3044         * undo_funcs.C (textHandleUndo): well after John's hint I got here
3045         and fixed redoing of main paragraph, so we can use it now ;)
3046
3047         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
3048
3049 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3050
3051         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
3052         Juergen's request
3053
3054 2001-12-13  André Pönitz <poenitz@gmx.net>
3055
3056         * undostack.[Ch]:
3057         * undo_func.C: minor cleanup
3058
3059 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3060
3061         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
3062         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
3063         font in urw-fonts package which is marked as -urw-fontspecific and
3064         does not work (incidentally, changing the encoding in the
3065         fonts.dir of this package to -adobe-fontspecific fixes the
3066         problem).
3067
3068         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
3069         is a crash when undoing first paragraph (Juergen, please take a
3070         look). THis does not mean the undo fix is wrong, just that it
3071         uncovers problems.
3072
3073         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
3074         the (Paragraph*) version when needed instead of duplicating the
3075         code.
3076
3077         * text.C (workWidth): use Inset::parOwner to find out where the
3078         inset has been inserted. This is a huge performance gain for large
3079         documents with lots of insets. If Inset::parOwner is not set, fall
3080         back on the brute force method
3081
3082         * paragraph_pimpl.C (insertInset):
3083         * paragraph.C (Paragraph):
3084         (cutIntoMinibuffer): set parOwner of insets when
3085         inserting/removing them
3086
3087         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
3088
3089 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
3090
3091         * commandtags.h:
3092         * LyXAction.C:
3093         * lyx_main.C:
3094         * lyxfunc.C:
3095         * mathed/formulabase.C:
3096         * mathed/math_cursor.[Ch]:
3097         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
3098
3099
3100 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3101
3102         * lyxlength.[Ch] (operator!=): new function
3103
3104 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3105
3106         * text.C (workWidth): use Inset::parOwner to find out where the
3107         inset has been inserted. This is a huge performance gain for large
3108         documents with lots of insets. If Inset::parOwner is not set, fall
3109         back on the brute force method
3110
3111         * paragraph_pimpl.C (insertInset):
3112         * paragraph.C (Paragraph):
3113         (cutIntoMinibuffer): set parOwner of insets when
3114         inserting/removing them
3115
3116         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
3117
3118 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3119
3120         * tabular-old.C (getTokenValue):
3121         * tabular.C (getTokenValue):
3122         (write_attribute): new versions for LyXLength
3123         (everywhere): adjust the use of widths
3124
3125         * tabular.h: change the type of widths from string to LyXLength
3126
3127 2001-12-11  Ben Stanley <bds02@uow.edu.au>
3128
3129         * paragraph.C: fixed missing line number count when exporting
3130         Environments to LaTeX file
3131
3132         * buffer.C: added informational message for checking line numbers.
3133
3134 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3135
3136         * text2.C (deleteEmptyParagraphMechanism): if there is only one
3137         paragraph, do the 'double space' part, but not the 'empty
3138         paragraph' one.
3139
3140         * text.C (workWidth): small optimization
3141         (getLengthMarkerHeight): use minimal size for negative lengths.
3142
3143 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
3144
3145         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
3146
3147         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
3148
3149 2001-12-11  André Pönitz <poenitz@gmx.net>
3150
3151         * FontLoader.C:
3152         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
3153
3154 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3155
3156         * text2.C: keep selection on a setFont()
3157
3158 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3159
3160         * lyx_cb.C: another bv->text misuse, from insert label
3161
3162 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
3163
3164         * kbsequence.h:
3165         * kbsequence.C: re-instate nmodifier mask
3166
3167 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
3168
3169         * lyx_main.h: make lyxGUI private.
3170
3171 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3172
3173         * lyxfind.C: place the cursor correctly on failed search
3174
3175 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3176
3177         * text.C (getLengthMarkerHeight): for small heights, the arrows
3178         are not always on top/bottom of the text
3179         (drawLengthMarker): smaller arrows; take the left margin in
3180         account; draw also vfills.
3181         (paintFirstRow):
3182         (paintLastRow): remove special code for vfill and standard spaces,
3183         since everything is handled in drawLengthMarker now.
3184
3185 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3186
3187         * buffer.C (insertErtContents): try to handle font and language
3188         interaction a bit better.g
3189
3190         * ColorHandler.C (updateColor): change the hash to cover the whole
3191         LColor enum, ws cleanup
3192         (getGCLinepars): ditto
3193         (getGCLinepars): only lookup in the linecache once.
3194
3195 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
3196
3197         * iterators.C (operator++): Make the iterator more robust
3198
3199         * BufferView2.C (removeAutoInsets): Use paragraph iterators
3200         (John's patch)
3201         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
3202
3203 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3204
3205         * lyxtext.h:
3206         * text.C: better added space drawing
3207
3208 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3209
3210         * LyXView.C:
3211         * BufferView2.C: fix layout combo update on inset unlock
3212
3213 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3214
3215         * Makefile.am: don't compile unused files
3216
3217 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3218
3219         * lyxfunc.C:
3220         * commandtags.h:
3221         * LyXAction.C: remove old LFUN_LAYOUTNO
3222
3223 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3224
3225         * paragraph_pimpl.h:
3226         * paragraph_pimpl.C: isTextAt() doesn't need font param
3227
3228 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3229
3230         * lyxlex.h:
3231         * lyxlex.C: little cleanup
3232
3233 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3234
3235         * BufferView_pimpl.C: fix insertAscii for insets
3236
3237 2001-12-05  Juergen Vigna  <jug@sad.it>
3238
3239         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
3240         set the right font on the "multi" paragraph paste!
3241
3242 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3243
3244         * trans_decl.h:
3245         * trans_mgr.[Ch]:
3246         * trans.[Ch]:
3247         * lyxgluelength.C:
3248         * lyxlength.C: remove out-commented code.
3249
3250         * BufferView_pimpl:
3251         * CutAndPaste.C:
3252         * DepTable.C:
3253         * buffer.C:
3254         * chset.C:
3255         * lastfiles.C:
3256         * lyxlex.C:
3257         * lyxlex_pimpl.C:
3258         * lyxserver.C:
3259         * screen.C:
3260         * tabular-old.C:
3261         * tabular.C:
3262         * text.C:
3263         * trans_mgr.C:
3264         * vc-backend.C: change "while(" to "while ("
3265
3266         * lyxlength.[Ch]: add zero function to check if length is zero or
3267         not
3268         * lyxgluelength.C: use it
3269
3270 2001-12-05  Allan Rae  <rae@lyx.org>
3271
3272         * lyxlength.C: Attempted a fix for the abs(int) header selection.
3273         Works for 2.95.3, from what I understand of Garst's reports this should
3274         work for other g++ versions.  We're screwed if the abs(int) definition
3275         changed between bugfix releases of gcc.
3276
3277 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
3278
3279         * text.C: fix chapter label offset !
3280
3281 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
3282
3283         * lyxtext.h:
3284         * text.C: fix hfill at end of line, clean up
3285
3286 2001-12-04  Juergen Vigna  <jug@sad.it>
3287
3288         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
3289         that we force an update of the inset and it's owners if neccessary.
3290
3291 2001-12-03  Juergen Vigna  <jug@sad.it>
3292
3293         * text.C (rowLast): simplified code
3294
3295 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
3296
3297         * lyxfunc.C: fix show options on timeout
3298
3299 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3300
3301         * screen.C (topCursorVisible): scroll half a page when the cursor
3302         reached top of bottom of screen
3303
3304 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
3305
3306         * minibuffer.C: deactivate on loss of focus
3307
3308 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3309
3310         * vspace.[Ch] (operator!=): add operator.
3311
3312 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3313
3314         * BufferView_pimpl.C: refuse to open an inset when
3315         there's a selection.
3316
3317 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
3318
3319         * BufferView_pimpl.C: allow to click on RHS of full row insets
3320
3321 2001-11-30  Juergen Vigna  <jug@sad.it>
3322
3323         * tabular.C (LyXTabular): add a same_id to set the same id's in the
3324         insets for undo reasons.
3325
3326 2001-11-28  André Pönitz <poenitz@gmx.net>
3327
3328         * vspace.[Ch]: cosmetical changes
3329
3330 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3331
3332         * LyXAction.h:
3333         * LyXAction.C:
3334         * lyxfunc.h:
3335         * lyxfunc.C:
3336         * kbmap.h:
3337         * kbmap.C:
3338         * lyxrc.C:
3339         * kbsequence.h:
3340         * kbsequence.C: part re-write of old kb code
3341
3342         * Painter.C:
3343         * WorkArea.C: remove Lgb_bug_find_hack
3344
3345 2001-11-30  José Matos <jamatos@fep.up.pt>
3346
3347         * buffer.C (makeDocBookFile): add a comment to point a hack.
3348         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
3349         Fixed a double write of labels.
3350
3351 2001-11-29 Ben Stanley <bds02@uow.edu.au>
3352
3353         * LaTeX.C:
3354         * LaTeX.h Fixed bug in LaTeX class where it would not
3355         re-run latex if no depfiles were changed, but the .dvi was removed.
3356
3357 2001-11-28  André Pönitz <poenitz@gmx.net>
3358
3359         * all the files from the change on 2001/11/26:
3360         use lyx::layout_type instead of LyXTextClass::size_type
3361         use lyx::textclass_type instead of LyXTextClassList::size_type
3362
3363 2001-11-29  Juergen Vigna  <jug@sad.it>
3364
3365         * text.C: added support for paragraph::isFreeSpacing()
3366
3367         * buffer.C: same as above
3368
3369         * paragraph.h: inserted isFreeSpacing() function to enable
3370         FreeSpacing inside InsetERT.
3371
3372         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
3373         of the paragraph's in the cut/copy buffer to 0!
3374
3375         * text2.C (removeRow): remove the assert as it can!
3376
3377         * lyxtext.h: added helper function firstRow returning firstrow and
3378         made firstrow private again.
3379
3380         * BufferView2.C (lockInset): don't relock if we're already locked!
3381
3382         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
3383         the only paragraph.
3384         (removeRow): added Assert::(firstrow)
3385
3386         * debug.C: forgot to add INSETTEXT here.
3387
3388 2001-11-28  Juergen Vigna  <jug@sad.it>
3389
3390         * sp_spell.C (initialize): changed error text to more general
3391         spellchecker command use (not only ispell!)
3392
3393         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
3394
3395         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
3396
3397 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3398
3399         * vspace.C: initialise lyxgluelength on failure
3400
3401 2001-11-28  Allan Rae  <rae@lyx.org>
3402
3403         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
3404         declaration & definition that looks like a function declaration.
3405
3406 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3407
3408         * BufferView2.C (copy):
3409         (copyEnvironment): do not clear the selection when doing a copy.
3410
3411         * text.C (paintFirstRow): compilation fix
3412
3413 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
3414
3415         * tabular.C (Latex): correct line count when writing latex.
3416
3417 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
3418
3419         * paragraph_pimpl.h:
3420         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
3421           bug a bit
3422
3423 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3424
3425         * text.C:
3426         * LColor.h:
3427         * LColor.C: change vfillline->added_space
3428
3429         * text.C: add markers and text for added space
3430
3431         * vspace.C: fix comment
3432
3433 2001-11-28  André Pönitz <poenitz@gmx.net>
3434
3435         * paragraph.C: whitespace changes
3436         * all the other files from the change on 2001/11/26:
3437         change *::pos_type into lyx::pos_type
3438
3439 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
3440
3441         * buffer.C (parseSingleLyXformat2Token): Set the language to the
3442         language of the document when inserting error insets.
3443
3444 2001-11-26  André Pönitz <poenitz@gmx.net>
3445
3446         * BufferView_pimpl.[Ch]:
3447         *       CutAndPaste.C:
3448         * buffer.[Ch]:
3449         * lyxcursor.[Ch]:
3450         * lyxfind.C:
3451         * lyxfunc.C:
3452         * lyxrow.[Ch]:
3453         * paragraph.[Ch]:
3454         * paragraph_pimpl.[Ch]:
3455         * sp_spell.C:
3456         * text.C:
3457         * text2.C: reduce header dependencies, introduce type for positions
3458
3459 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3460
3461         * <various>: change to use Alert.h
3462
3463 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
3464
3465         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
3466         when encountering an unknown token.
3467         (readLyXformat2): Show an error message if there were unknown tokens.
3468
3469 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
3470
3471         * BufferView2.C:
3472         * BufferView_pimpl.C:
3473         * buffer.C:
3474         * paragraph.h:
3475         * text.C:
3476         * text2.C: use par->isInset()
3477
3478 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3479
3480         * paragraph_pimpl.h:
3481         * paragraph_pimpl.C: cleanup
3482
3483 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3484
3485         * text2.C (removeRow):
3486         * text.C (setHeightOfRow): remove useless (and costly) call to
3487         getRow.
3488
3489 2001-11-20  Allan Rae  <rae@lyx.org>
3490
3491         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
3492         Now need Inset*::checkInsertChar() to return true for appropriate
3493         cases so that the characters in the minibuffer will actually be
3494         inserted.
3495
3496 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3497
3498         * text.C: change the order of the includes.
3499         (workWidth): initialize it at once.
3500         (workWidth): make maxw unsigned
3501         (setHeightOfRow): remove unused variable (inset)
3502         (selectSelectedWord): remove unused variable (inset)
3503         (paintRowText): fix drawing of hfill characters, and clean up a bit.
3504
3505 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3506
3507         * lyxserver.C (emergencyCleanup): do not try to close pipes if
3508         server is not running.
3509         (openConnection):
3510         (closeConnection): add debug info when server is disabled.
3511
3512         * ColorHandler.C (getGCForeground): send debug message to GUI
3513         channel.
3514
3515         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
3516
3517         * kbmap.C (bind): modify because return conventions of
3518         kb_sequence::parse have changed.
3519
3520         * kbsequence.C (parse): only ignore spaces and not any stupid
3521         control character. This avoids tests like s[i] <= ' ', which are
3522         guaranteed to fail with 8bit characters and signed chars.
3523         Change return code to string::npos when there have been no error
3524         (0 was a bad idea when error is at first character)
3525
3526 2001-11-14  José Matos  <jamatos@fep.up.pt>
3527
3528         * buffer.h:
3529         * buffer.C (simpleDocBookOnePar): removed unused argument.
3530
3531 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3532
3533         * text.C (selectNextWordToSpellcheck): do not test explicitely for
3534         insets which are part of a word. Paragraph::isLetter takes care of
3535         that now. Use Paragraph::isInset to identify insets.
3536         (selectSelectedWord): do not test for hyphenation break.
3537
3538         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
3539         that protected spaces are considered as spaces.
3540
3541         * paragraph.C (isLetter): cleanup the code for ispell extras; use
3542         Inset::isLetter.
3543
3544 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
3545
3546         * lyxserver.h:
3547         * lyxserver.C: fix it. and small cleanup.
3548
3549 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3550
3551         * BufferView_pimpl.C: use inline helpers
3552
3553         * LaTeXFeatures.h:
3554         * LaTeXFeatures.C: fix typos
3555
3556         * Spacing.h:
3557         * Spacing.C: move spacing_string into class
3558
3559         * ToolbarDefaults.C: move stuff into namespace anon
3560
3561         * layout.h: update enum
3562
3563         * lyxfunc.C: use better debug
3564
3565         * minibuffer.h: fix typo
3566
3567         * debug.h:
3568         * debug.C:
3569         * WorkArea.C: add and use Debug::WORKAREA
3570
3571         * lyxtext.h:
3572         * text.C:
3573         * text2.C: code re-organisation, inline helpers
3574
3575 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
3576
3577         * Layout.C: replaced a few cases of std::vector.size() == 0 with
3578         std::vector.empty().
3579
3580 2001-11-09  Allan Rae  <rae@lyx.org>
3581
3582         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
3583         '\n's after tables.  Tabular and ERT inset work now makes this no
3584         longer necessary.
3585
3586 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3587
3588         * minibuffer.h:
3589         * minibuffer.C: fix crash, improve drop-down completion
3590
3591 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
3592
3593         * lyxserver.h:
3594         * lyxserver.C: invalidate fd's when doing endPipe()
3595
3596 2001-11-08  José Matos  <jamatos@fep.up.pt>
3597
3598         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
3599         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
3600
3601         * paragraph.h:
3602         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
3603
3604 2001-11-07  José Matos  <jamatos@fep.up.pt>
3605
3606         * buffer.h:
3607         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
3608         const qualifier.
3609
3610         * buffer.C (sgmlOpenTag):
3611         * buffer.C (sgmlCloseTag): removed debug info.
3612
3613         * buffer.h (sgmlOpenTag):
3614         * buffer.h (sgmlCloseTag): made public.
3615
3616 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3617
3618         * buffer.C (saveParamsAsDefaults):
3619         * lyx_cb.C (MenuLayoutSave): remove
3620
3621         * LyXAction.C (init):
3622         * commandtags.h:
3623         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
3624
3625 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3626
3627         * buffer.C (setPaperStuff): removed from here...
3628
3629         * bufferparams.C (setPaperStuff): ... and moved there.
3630
3631 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
3632
3633         * minibuffer.h:
3634         * minibuffer.C:
3635         * XFormsView.C: add support for drop-down completion
3636
3637 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
3638
3639         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
3640         commands.
3641
3642 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3643
3644         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
3645         disabled.
3646
3647 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
3648
3649         * lyx_main.C: change ref to known bugs
3650
3651 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
3652
3653         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
3654         to work around older babel problems.
3655
3656 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
3657
3658         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
3659
3660 2001-10-24  Juergen Vigna  <jug@sad.it>
3661
3662         * tabular-old.C (ReadOld): below variable changes reflected.
3663
3664         * tabular.[Ch]: added ltType struct for longtable header/footer
3665         defines and changed all instances where they are used. Added
3666         future support for double top/bottom rows.
3667
3668 2001-10-24  José Matos  <jamatos@fep.up.pt>
3669
3670         * buffer.h (docbookHandleCaption):
3671         * buffer.C (docbookHandleCaption): removed unused function.
3672         (makeDocBookFile): moved docbook supported version to v4.1.
3673
3674 2001-10-24  José Matos  <jamatos@fep.up.pt>
3675
3676         * tabular.h:
3677         * tabular.C (docbookRow): new function to export docbook code of a row.
3678         (DocBook): now honors the longtable flags.
3679
3680 2001-10-23  José Matos  <jamatos@fep.up.pt>
3681
3682         * LaTeXFeatures.h:
3683         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
3684         of the lyx defined sgml entities used in a docbook/linuxdoc document.
3685
3686         * buffer.C (makeLinuxDocFile):
3687         (makeDocBookFile): reworked the preamble, more clean, and with
3688         support for lyx defined entities. Changed the document declaration
3689         to be more XML friendly.
3690
3691         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
3692         if we need to output XML that should be done with a filter.
3693
3694 2001-10-22  Juergen Vigna  <jug@sad.it>
3695
3696         * sp_pspell.h (class PSpell): add alive function needed in the
3697         controller to see if the spellchecker could be started.
3698
3699 2001-10-22  Juergen Vigna  <jug@sad.it>
3700
3701         * buffer.C (insertStringAsLines): modify the font for inserting
3702         chars in certain conditions by calling checkInsertChar(font).
3703
3704 2001-10-19  Juergen Vigna  <jug@sad.it>
3705
3706         * text.C (workWidth): use getRow instead of wrong algorithm.
3707         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
3708
3709 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
3710
3711         * lyxserver.h:
3712         * lyxserver.C:
3713         * lyx_main.h:
3714         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
3715
3716 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3717
3718         * text.C (workWidth): do not search for the exact row when
3719         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
3720         optimization for big documents.
3721
3722 2001-10-18  Juergen Vigna  <jug@sad.it>
3723
3724         * text.C (workWidth): new function with added Inset * parameter.
3725
3726 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3727
3728         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
3729
3730         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
3731         change return type of getColumnNearX.
3732
3733
3734         * text.C (changeRegionCase): use uppercase/lowercase instead of
3735         toupper/tolower.
3736         (leftMargin):
3737         (rightMargin): simplify code by factoring out the uses of
3738         textclasslist.
3739         (labelFill):
3740         (numberOfHfills):
3741         (setHeightOfRow):
3742         (appendParagraph): use Paragraph::size_type
3743
3744 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3745
3746         * vspace.C (asLatexString): add a missing break
3747
3748 2001-10-15  Herbert Voss  <voss@perce.de>
3749
3750         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
3751
3752 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3753
3754         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
3755         is not available.
3756
3757 2001-10-10  André Pönitz <poenitz@gmx.net>
3758
3759         * lyxfunc.C: removed greek_kb_flag.
3760
3761 2001-10-10  Herbert Voss  <voss@perce.de>
3762
3763         * lyx_main.C: delete global string help_lyxdir.
3764
3765 2001-10-09  Herbert Voss  <voss@perce.de>
3766
3767         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
3768
3769         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
3770
3771         * lyx_main.C: added global string help_lyxdir.
3772
3773         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
3774
3775 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3776
3777         * lyxrc.C (set_font_norm_type): support iso8859-4
3778
3779 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
3780
3781         * LaTeX.C (deplog): add another regex for MikTeX
3782
3783 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3784
3785         * lyxrc.C (set_font_norm_type): support iso8859-3
3786
3787 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3788
3789         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
3790
3791         * LaTeXFeatures.C: remove special case of french and index
3792
3793         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
3794         before \begin{document}). This solves several incompatibilities.
3795
3796 2001-10-03  Garst Reese  <reese@isn.net>
3797
3798         * lyx_cb.C: change CheckTex error msg.
3799
3800 2001-10-03  José Matos  <jamatos@fep.up.pt>
3801
3802         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
3803
3804 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3805
3806         * .cvsignore: update
3807
3808         * lyx_main.C (commandLineVersionInfo): use new style version info.
3809
3810         * buffer.C (writeFile):
3811         (makeLaTeXFile):
3812         (makeLinuxDocFile):
3813         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
3814
3815         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
3816
3817         * version.h: update to use stuff in version.C
3818
3819         * version.C.in: new file. Contains version information determined
3820         at compile time. This is a merging of version.h and
3821         version_info.h.in.
3822
3823 2001-10-03  Juergen Vigna  <jug@sad.it>
3824
3825         * BufferView_pimpl.C (update): don't change "dirty" status in
3826         updateInset call.
3827
3828 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
3829
3830         * WorkArea.C (c-tor): re-position version string slightly.
3831
3832 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
3833
3834         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
3835         revert to previous code.
3836
3837         WorkArea.[Ch]: (show, destroySplash): methods removed.
3838
3839         WorkArea.C: rework code so that it's an amalgam of the codes before and
3840         after the splash screen was moved to WorkArea.
3841
3842 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3843
3844         * lyxrc.C (read):
3845         * vspace.C (inPixels):
3846         (lyx_advance):
3847         * kbmap.C (bind):
3848         * buffer.C (insertStringAsLines):
3849         (asciiParagraph): fix types to be large enough
3850
3851         * lyxlex_pimpl.h: change member status from short to int
3852
3853         * layout.h: fix type of endlabeltype
3854
3855         * kbmap.C (bind):
3856         * kbsequence.C (parse): change return type to string::size_type
3857
3858         * LaTeX.C (updateBibtexDependencies): comment out unneeded
3859         variable
3860
3861         * Bullet.C (bulletSize):
3862         (bulletEntry): do not use short ints as parameters
3863
3864         * BufferView2.C (insertLyXFile): change a char to an int.
3865
3866         * WorkArea.C (WorkArea): remove unneeded floats in computation
3867
3868 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3869
3870         * buffer.C (asciiParagraph): Treat '\\' as other chars.
3871
3872         * paragraph.C (asString): Do not ignore newline/hfill chars when
3873         copying to the clipboard.
3874
3875 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
3876
3877         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
3878         after a multi-line inset.
3879
3880 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3881
3882         * paragraph.C (validate): Set NeedLyXFootnoteCode
3883
3884 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3885
3886         * lyxfont.C (LyXSizeNames): changed increase-error to increase
3887         and decrease-error to decrease.
3888
3889 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3890
3891         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
3892         it more readable (should be equivalent)
3893
3894 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3895
3896         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
3897
3898 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3899
3900         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
3901         of a cursor (row, etc.) after a character has been deleted
3902         (deleteEmptyParagraphMechanism): call the method above on _all_
3903         cursors held by the LyXText when a double space has been
3904         detected/deleted.
3905
3906 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3907
3908         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
3909         pixmap.
3910         (resizeCurrentBuff): remove code to destroy the old splash dialog.
3911
3912         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
3913         background. Use greyOut() and the new show() methods to toggle between
3914         the foreground and background. Add code to remove the splash after
3915         its initial showing.
3916
3917         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
3918         (create_forms): no longer call Dialogs::showSplash.
3919
3920 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3921
3922         * .cvsignore: add version_info.h
3923
3924 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3925
3926         * version_info.h.in: new file
3927
3928         * Makefile.am: add version_info.h.in
3929
3930         * lyx_main.C (commandLineVersionInfo): use version_info defined in
3931         version_info.h instead of VERSION_INFO
3932
3933 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3934
3935         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
3936         The ERT inset now returns string().
3937
3938 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
3939
3940         * lyxtext.h, text.C (selectNextWord): renamed as
3941         selectNextWordToSpellcheck.
3942
3943         * text.C (selectNextWordToSpellcheck): Modified to not select
3944         words inside an ERT inset.
3945
3946 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3947
3948         * lyx_cb.C (MenuLayoutSave): change a bit the question
3949
3950         * sp_base.h: include <sys/types.h>
3951
3952 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3953
3954         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
3955
3956 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
3957
3958         * several files: fix typos in user-visible strings
3959
3960 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3961
3962         * text2.C (pasteSelection): do not set the selection, since it
3963         will be cleared later. Actually, the intent was to fix the way the
3964         selection was set, but I figured rmoving the code was just as good.
3965
3966 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
3967
3968         * FontLoader.C (available): Check if font is available without
3969         loading the font.
3970
3971 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3972
3973         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
3974
3975 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
3976
3977         * lyxrc.[Ch]: added display_graphics variable and associated code.
3978
3979 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3980
3981         * bufferparams.C (hasClassDefaults): new method. Returns true if
3982         the buffer parameters correspond to known class defaults
3983
3984 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
3985
3986         * XFormsView.C (show): set minimum size to the main window.
3987
3988 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3989
3990         * text2.C (copySelection):
3991         (cutSelection):
3992         * lyxfind.C (LyXReplace):
3993         * BufferView_pimpl.C (Dispatch): pass the correct flag to
3994         LyXText::selectionAsString.
3995
3996         * paragraph.C (asString): add "label" argument to the second form
3997
3998         * text2.C (selectionAsString): add "label" argument and pass it to
3999         Paragraph::asString.
4000
4001 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4002
4003         * lyx_main.C (commandLineHelp): remove version information
4004
4005 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
4006
4007         * lyx_main.C: add -version commandline option
4008
4009 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4010
4011         * paragraph.h: make the optional constructor arg required instead.
4012         some modifications to other files because of this.
4013
4014         * minibuffer.C (C_MiniBuffer_peek_event): make it static
4015
4016         * lyxserver.C (C_LyXComm_callback): make it static
4017
4018         * lyx_main.C (error_handler): make it static
4019
4020         * lyx_gui.C (LyX_XErrHandler): make it static
4021
4022         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
4023
4024         * WorkArea.C: make the extern "C" methods static.
4025
4026         * Makefile.am (lyx_LDADD): simplify
4027
4028 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4029
4030         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
4031         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
4032
4033         * LyXAction.C (init):
4034         * lyxfunc.C (dispatch): associated code removal.
4035
4036 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4037
4038         * lyxfont.h (isSymbolFont): shut off warning
4039
4040         * text.C (setHeightOfRow):
4041         (getVisibleRow): fix crash with empty paragraphs which have a
4042         bottom line
4043
4044 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
4045
4046         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
4047         code.
4048
4049 2001-09-04  José Matos  <jamatos@fep.up.pt>
4050         * buffer.C
4051         * buffer.h
4052         * tabular.C (docbook): rename docBook method to docbook.
4053
4054 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4055
4056         * Makefile.am: add dependencies to main.o.
4057
4058 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
4059
4060         * FontLoader.C (available): Return false if !lyxrc.use_gui
4061
4062 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
4063
4064         * FontInfo.C (query):
4065         * converter.C (view):
4066         * importer.C (Import):
4067         * exporter.C (Export): Can not -> cannot.
4068
4069 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
4070
4071         * BufferView_pimpl.C: allow to create index inset even if
4072           string is empty
4073
4074 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4075
4076         * buffer.C (getLists): replace boost::tie code with an explicit pair
4077         as boost::tie can break some compilers.
4078
4079         * iterators.h: Added a std:: declaration to the return type of
4080         ParIterator::size.
4081
4082 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4083
4084         * lyxrc.C: add help for view_dvi_paper_option, default to safe
4085           case.
4086
4087 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
4088
4089         * iterators.[Ch]: New files. Provide paragraph iterators.
4090
4091         * buffer.C (changeLanguage): Use paragraph iterators.
4092         (isMultiLingual): ditto
4093
4094         * BufferView2.C (ChangeInsets): Use paragraph iterators.
4095
4096 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
4097
4098         * FontLoader.C: Support for cmr font.
4099
4100 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
4101
4102         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
4103         (available): New method.
4104
4105         * FontInfo.C (getFontname): Use scalable fonts even when
4106         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
4107         found.
4108
4109 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
4110
4111         * converter.C (Formats::view): reverted! Incorrect fix.
4112
4113 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
4114
4115         * converter.C (Formats::view): only output the -paper option
4116         if the dvi viewer is xdvi, thereby fixing bug #233429.
4117
4118 2001-08-23  Herbert Voss  <voss@perce>
4119
4120         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
4121
4122 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
4123
4124         * Spacing.h (Spacing): Set space to Default on in the default
4125         constructor.
4126
4127 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4128
4129         * vc-backend.h (RCS::versionString): add RCS to version
4130         (CVS::versionString): add CVS to version
4131
4132         * vc-backend.C (scanMaster): do not add CVS to version.
4133         (scanMaster): do not add RCS to version
4134
4135         * lyxvc.C (versionString): new method
4136
4137         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
4138
4139 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4140
4141         * Spacing.C (set): initialize fval
4142
4143 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
4144
4145         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
4146         " or \.
4147
4148 2001-08-16  Juergen Vigna  <jug@sad.it>
4149
4150         * lyxfunc.C (dispatch): implemented the new FINISHED states.
4151
4152 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
4153
4154         * BufferView_pimpl.C:
4155         * figureForm.C:
4156         * lyxtext.h:
4157         * text2.C: setParagraph takes linespacing now
4158
4159 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
4160
4161         * LyxAction.C: add internal LFUN_CITATION_INSERT
4162
4163         * LyXView.C: actually apply fix
4164
4165         * bufferlist.C: fix open non-existent file
4166
4167         * lyxfind.C: fix indentation
4168
4169         * lyxfunc.C: remove unneeded assert, fix typo
4170
4171 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
4172
4173         * MenuBackend.C: use "Floatname List"
4174
4175 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
4176
4177         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
4178         when converting LaTeX layout to insetERT.
4179         Generate a non-collapsed float when reading old float
4180
4181 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
4182
4183         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
4184         ERT insets.
4185
4186 2001-08-13  Juergen Vigna  <jug@sad.it>
4187
4188         * text.C (fill): return 0 instead of 20 as this seems to be the more
4189         correct value.
4190
4191 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
4192
4193         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
4194         lyxrc.font_norm.
4195
4196 2001-08-13  Juergen Vigna  <jug@sad.it>
4197
4198         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
4199         casesensitive off.
4200         (SearchBackward): comment out the unlocking of the inset_owner this
4201         should not be needed!
4202
4203 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
4204
4205         * Many files: Remove inherit_language, and add latex_language
4206
4207         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
4208         collapsible insets.
4209
4210 2001-08-10  Juergen Vigna  <jug@sad.it>
4211
4212         * text.C (prepareToPrint): fixed hfill-width in draw!
4213
4214         * BufferView2.C (selectLastWord): save the selection cursor as this
4215         now is cleared in the function LyXText::clearSelection!
4216
4217 2001-08-08  Juergen Vigna  <jug@sad.it>
4218
4219         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
4220         BACKSPACE type functions.
4221
4222         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
4223         is only cutted from the document but not put in the cut-buffer, where
4224         still the old stuff should be.
4225
4226         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
4227
4228         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
4229
4230         * tabular.C (SetWidthOfCell): fixed special case where the width
4231         was not updated!
4232         (LeftLine): handle '|' in align_special.
4233         (RightLine): ditto
4234         (LeftAlreadyDrawed): ditto
4235         (SetWidthOfCell): ditto
4236
4237 2001-08-07  Juergen Vigna  <jug@sad.it>
4238
4239         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
4240
4241 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4242
4243         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
4244         * lyxlex.[hC]: ditto
4245
4246 2001-08-06  Juergen Vigna  <jug@sad.it>
4247
4248         * text.C (getVisibleRow): fix up row clearing a bit.
4249
4250 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4251
4252         * minibuffer.C: make sure the X server sees the changes in the input.
4253
4254 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4255
4256         * paragraph.C (getFont): split into...
4257         (getLabelFont): this
4258         (getLayoutFont): and this
4259         * paragraph_pimpl.C (realizeFont): calling this
4260
4261         * text2.C (getFont): split into...
4262         (getLayoutFont): this
4263         (getLabelFont): and this
4264         (realizeFont): all three calling this
4265
4266         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
4267         files where used.
4268
4269 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4270
4271         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
4272
4273 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
4274
4275         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
4276         layouts from the Quote inset insertion.
4277
4278 2001-08-03  Juergen Vigna  <jug@sad.it>
4279
4280         * BufferView_pimpl.C (update): do the fitCursor only at the end!
4281
4282         * screen.C (drawFromTo): don't call fitcursor here and do the loop
4283         only if status not is already CHANGED_IN_DRAW (second level).
4284
4285         * text.C (draw): don't set the need_break_row when inside an
4286         InsetText LyXText.
4287
4288 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4289
4290         * buffer.C (parseSingleLyXformat2Token): handle more latex
4291         conversion cases.
4292
4293         * bufferview_funcs.[hC]: change function names to
4294         begin with small char, adjust other files.
4295
4296 2001-08-02  André Pönitz <poenitz@gmx.net>
4297
4298         * lyxfunc.C:
4299         BufferView_pimpl.C: remove broken special code for math-greek
4300
4301 2001-08-02  Juergen Vigna  <jug@sad.it>
4302
4303         * BufferView_pimpl.C (update): redone this function so that we
4304         update the text again if there was a CHANGE_IN_DRAW.
4305
4306         * screen.C (cursorToggle): removed LyXText parameter and recoded.
4307         (drawFromTo): added a new internal bool which is used by draw() and
4308         redraw() function.
4309         (general): some cursor drawing problems fixed.
4310
4311 2001-08-01  Juergen Vigna  <jug@sad.it>
4312
4313         * lyxfind.C (LyXFind): fixed
4314         (SearchForward): ditto
4315         (SearchBackward): ditto
4316
4317         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
4318         spurius drawing of the cursor in the main area.
4319
4320         * text2.C (status): small fix which could lead to a segfault!
4321         (clearSelection): remove unneeded BufferView param.
4322
4323 2001-08-01  André Pönitz <poenitz@gmx.net>
4324
4325         * lyxfunc.C: small change due to changed mathed interface
4326
4327 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4328
4329         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
4330
4331 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
4332
4333         * lyxfunc.c: fail gracefully if file doesn't exist
4334
4335         * LyXSendto.C:
4336         * buffer.C:
4337         * lyxfunc.C:
4338         * BufferView_pimpl.C: IsDirWriteable() proto changed
4339
4340         * LyXView.C: fix updateWindowTitle() to store the last title
4341
4342 2001-07-31  Juergen Vigna  <jug@sad.it>
4343
4344         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
4345         the font (wrong since using of Paragraph::highestFontInRange).
4346
4347         * paragraph.C (highestFontInRange): added a default_size parameter.
4348
4349         * text.C (getVisibleRow): minor clear row changes (still not perfect).
4350         (setHeightOfRow): reformat
4351
4352 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4353
4354         * converter.[hC] + affected files: move to (inital-char)lowercase
4355         function names.
4356
4357         * ParagraphParameters.C (ParagraphParameters): remove commented code
4358
4359         * PainterBase.[Ch]: remove commented code
4360
4361         * LaTeXFeatures.h: add "bool floats" for float.sty
4362
4363         * LaTeXFeatures.C (LaTeXFeatures): init floats
4364         (require): handle float
4365         (getPackages): do it with floats
4366
4367 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4368
4369         * BufferView_pimpl.C (Dispatch): improve handling of
4370         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
4371
4372         * commandtags.h: #include lyxfont.h here temporarily to avoid
4373         keybinding bug.
4374
4375         * bufferlist.h: include LString.h here.
4376
4377 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4378
4379         * text2.C (getStringToIndex): new method.
4380
4381 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
4382
4383         * *: Reduced header file dependencies all over.
4384
4385 2001-07-30  Baruch Even  <baruch@lyx.org>
4386
4387         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
4388
4389 2001-07-29  Baruch Even  <baruch@lyx.org>
4390
4391         * buffer.C (readInset): Changed GRAPHICS to Graphics.
4392
4393 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4394
4395         * ParameterStruct.h (endif): add a default constructor to make
4396         sure that all variables is initialized.
4397
4398         * ParagraphParameters.C (ParagraphParameters): adjust
4399
4400 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4401
4402         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
4403         index; also, check that there is something to index, and that it
4404         does not span over several paragraphs.
4405         (doubleClick): use WHOLE_WORD_STRICT for double click.
4406
4407         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
4408
4409         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
4410         scheme.
4411
4412 2001-07-26  Baruch Even  <baruch@lyx.org>
4413
4414         * buffer.C (readInset): Changed to call up InsetGraphics when reading
4415         an InsetFig figure, backwards compatible reading of old figure code.
4416
4417 2001-07-27  Juergen Vigna  <jug@sad.it>
4418
4419         * text2.C: font.realize function adaption.
4420
4421         * text.C (draw): add a warnings lyxerr text if needed.
4422
4423         * layout.C: font.realize function adaption.
4424
4425         * language.C: add inherit_language and implement it's handlings
4426
4427         * bufferview_funcs.C (StyleReset): remove language parameter from
4428         font creation (should be language_inherit now).
4429
4430         * bufferparams.C (writeFile): handle ignore_language.
4431
4432         * paragraph.C (getFontSettings): the language has to be resolved
4433         otherwise we have problems in LyXFont!
4434
4435         * lyxfont.C (lyxWriteChanges): added document_language parameter
4436         (update): removed unneeded language parameter
4437
4438         * paragraph.C (validate): fixed wrong output of color-package when
4439         using interface colors for certain fonts in certain environments,
4440         which should not seen as that on the final output.
4441
4442 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
4443
4444         * BufferView_pimpl.C:
4445         * Thesaurus.h:
4446         * Thesaurus.C:
4447         * Makefile.am:
4448         * commandtags.h:
4449         * LyXAction.C: add thesaurus support
4450
4451         * lyxfind.h:
4452         * lyxfind.C: add "once" parameter, for thesaurus, to not
4453           move to the next match
4454
4455 2001-07-26  Juergen Vigna  <jug@sad.it>
4456
4457         * lyxfont.C (realize): honor ignore_language too!
4458         (resolved): ditto.
4459
4460         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
4461
4462         * text.C (draw): one place more for ignore_language to not draw
4463         itself!
4464
4465 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
4466
4467         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
4468
4469 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4470
4471         * buffer.C (parseSingleLyXformat2Token): a more general fix for
4472         the minipage conversion problem.
4473
4474 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4475
4476         * buffer.C (parseSingleLyXformat2Token): check minipage if we
4477         insert an inset.
4478
4479 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4480
4481         * BufferView.h: don't forward declare WorkArea
4482
4483         * BufferView.C: don't include WorkArea.h
4484
4485 2001-07-25  André Pönitz <poenitz@gmx.net>
4486
4487         * commandtags.h:
4488         * LyXAction.C:
4489         * lyxfunc.C:  new LFUN 'math-space'
4490
4491         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
4492
4493 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4494
4495         * text2.C (toggleInset): call open/close
4496
4497 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4498
4499         * lyxfunc.C (dispatch): add debug for the disabled case
4500
4501         * font.C (buttonText): make similar to rectText
4502
4503         * buffer.C (readInset): comment out parsing of insetlist and
4504         insttheorem
4505
4506         * PainterBase.C (rectText): small correction
4507
4508         * BufferView_pimpl.C: comment out insettheorem and insetlist
4509         * LyXAction.C: ditto
4510         * commandtags.h: ditto
4511
4512 2001-07-24  Juergen Vigna  <jug@sad.it>
4513
4514         * text.C (draw): honor the ignore_language.
4515
4516         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
4517
4518 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4519
4520         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
4521         char inset.
4522
4523 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4524
4525         * lyxtext.h: remove unused (and unimplemented) methods
4526
4527 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4528
4529         * text.C (getVisibleRow): honor background color
4530
4531         * PainterBase.h:
4532         * Painter.h: remove default color argument for fillRectangle
4533
4534         * text.C (backgroundColor): new method
4535
4536 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4537
4538         * text.C (getVisibleRow): adjust
4539
4540         * font.[Ch] (rectText): new method, metrics
4541         (buttonText): new method, metrics
4542
4543         * PainterBase.[hC]: make rectText and buttonText always draw and take
4544         fewer paramteres.
4545
4546 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4547
4548         * ToolbarDefaults.C (read):
4549         * MenuBackend.C (read): allow escaping in all strings
4550
4551         * BufferView_pimpl.C (insertAndEditInset): new method.
4552         (Dispatch): use insertAndEditInset whenever appropriate.
4553
4554         * BufferView_pimpl.C (insertNote): removed
4555
4556         * BufferView_pimpl.C (smartQuote): new method, moved from
4557         BufferView; if an insetquote cannot be inserted, insert a '"'
4558         character instead.
4559
4560         * BufferView2.C: remove insertCorrectQuote();
4561
4562         * lyxfunc.C (getStatus): Add support for all remaingin
4563         inset-insert lfuns.
4564
4565         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
4566
4567         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
4568         command (necessary to pass " as parameter of self-insert.
4569
4570         * text.C (selectWordWhenUnderCursor):
4571         (selectWord): add word_location parameter
4572         (selectWordWhenUnderCursor): same + remove special code for word
4573         boundary.
4574         (selectNextWord): use kind() to guess type of insetspecialchar,
4575         not latex().
4576
4577         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
4578         (insertErtContents): create ert insets as collapsed.
4579         (readInset): better compatibility code for Info inset.
4580
4581 2001-07-20  Juergen Vigna  <jug@sad.it>
4582
4583         * lyxfunc.C (dispatch): use always LyXFind now!
4584
4585         * text2.C (init): add a reinit flag so that the LyXText can be
4586         reinited instead of deleted and reallocated (used in InsetText).
4587
4588         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
4589
4590         * text.C: ditto
4591
4592         * text2.C: ditto
4593
4594 2001-07-18  Juergen Vigna  <jug@sad.it>
4595
4596         * text.C (selectNextWord): handle insets inside inset by calling
4597         always the bv->text functions so that we can go up the_locking_inset!
4598
4599         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
4600         in strange locations when inside an inset!
4601
4602         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
4603         handling to include insets.
4604
4605         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
4606
4607 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4608
4609         * LyXAction.C (init):
4610         * commandtags.h:
4611         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
4612         LIGATURE_BREAK, since the name is so stupid.
4613
4614 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4615
4616         * buffer.C (readInset): enable reading of new InsetNotes as well as old
4617         InsetInfos.
4618
4619         * FontLoader.C: remove FORMS_H_LOCATION cruft.
4620
4621         * sp_form.[Ch]: remove.
4622
4623         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
4624
4625         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
4626         InsetInfo.
4627
4628         * src/buffer.C (readInset): ditto.
4629
4630 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4631
4632         * BufferView_pimpl.C (specialChar): new method. Obsoletes
4633         menuSeparator(), endOfSentenceDot(), ldots() and
4634         hyphenationPoint(), which are therefore removed.
4635         (Dispatch): handle LFUN_HYPHENATION_BREAK.
4636
4637         * LyXAction.C (init):
4638         * commandtags.h: add LFUN_HYPHENATION_BREAK.
4639
4640         * paragraph.C (getWord): removed.
4641
4642         * BufferView_pimpl.C (Dispatch): use last word or selection for
4643         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
4644
4645         * lyx_main.C (queryUserLyXDir): do not ask before creating
4646         user_dir, except if it has been named explicitely.
4647
4648 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4649
4650         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
4651         a document of zero size.
4652
4653 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4654
4655         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
4656         approriately in the c-tor and in require().
4657         (getPackages): output the appropriate LaTeX for natbib support.
4658
4659         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
4660         variables "use_natbib" and "use_numerical_citations" when reading the
4661         LyX file.
4662         (readInset): read the various natbib cite commands.
4663         (validate): white-space change.
4664
4665         * bufferparams.[Ch]: new variables "bool use_natbib" and
4666         "bool use_numerical_citations".
4667         (writeFile): output them in the LyX file.
4668
4669 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4670
4671         * lyxfunc.C (getStatus): add support for all the inset insertion
4672         commands.
4673
4674         * text2.C (insertInset):
4675         * paragraph.C (insetAllowed):
4676         * BufferView_pimpl.C (insertInset): update to take in account the
4677         renaming of insertInsetAllowed
4678
4679         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
4680
4681         * text2.C (getInset): new method. returns inset at cursor position.
4682
4683         * BufferView_pimpl.C (Dispatch): changes because of this.
4684
4685         * LyXAction.C (init): rename open-stuff to inset-toggle.
4686
4687         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
4688
4689         * text2.C (toggleInset): renamed from openStuff; use
4690         Inset::open().
4691
4692 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4693
4694         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
4695
4696         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
4697
4698 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
4699
4700         * buffer.C (readLyXformat2): Add filename to the error dialog
4701
4702 2001-07-18  Juergen Vigna  <jug@sad.it>
4703
4704         * tabular.C (GetCellNumber): put an assert here instead of the check!
4705
4706 2001-07-17  Juergen Vigna  <jug@sad.it>
4707
4708         * BufferView_pimpl.C (toggleSelection): adapted too.
4709
4710         * text.C (selectNextWord): adapted for use with insets.
4711         (selectSelectedWord): ditto
4712
4713 2001-07-17  Juergen Vigna  <jug@sad.it>
4714
4715         * sp_spell.C (PSpell): fix initialitation order.
4716
4717 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4718
4719         * paragraph.C: spacing
4720
4721 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
4722
4723         * sp_spell.C: repair language selection for pspell
4724
4725 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4726
4727         * lyxfunc.h: change more methods to begin with lower char.
4728
4729 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
4730
4731         * buffer.C (parseSingleLyXformat2Token): Generate error insets
4732         for unknown layouts.
4733
4734 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4735
4736         * buffer.C (readLyXformat2): Generate an error dialog if there are
4737         unknown layouts.
4738
4739 2001-07-16  Juergen Vigna  <jug@sad.it>
4740
4741         * sp_spell.C: always compile ISpell part.
4742
4743         * lyxrc.C: added use_pspell entry and it's handling.
4744
4745 2001-07-13  Juergen Vigna  <jug@sad.it>
4746
4747         * sp_spell.C: removed double includes.
4748
4749 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4750
4751         Consistent use of Lsstream.h:
4752         * Lsstream.h: added using std::stringstream for consistencies sake.
4753
4754         * buffer.C: removed using std::stringstream
4755
4756         * lyxfont.C (stateText):
4757         * paragraph.C (asString):
4758         * text.C (selectNextWord, selectSelectedWord):
4759         * text2.C (setCounter):
4760         * vspace.C (asString, asLatexString):
4761         std::ostringstream -> ostringstream.
4762
4763 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4764
4765         * LyXAction.C: add LFUN_HELP_ABOUTLYX
4766         * commandtags.h: add LFUN_HELP_ABOUTLYX
4767         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
4768
4769 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4770
4771         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
4772         cursorToggle()
4773         * lyx_gui_misc.C: remove spellchecker
4774         * lyxfunc.C: showSpellchecker
4775         * sp_base.h: added
4776         * sp_ispell.h: added
4777         * sp_pspell.h: added
4778         * sp_spell.C: added
4779         * sp_form.[Ch]: removed
4780         * spellchecker.[Ch]: removed
4781
4782 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
4783
4784         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
4785         is set.
4786         (simpleTeXSpecialChars): Simply print the input character without
4787         any special translation if pass_thru is set.
4788
4789         * layout.h: Added bool pass_thru to layout class for being able to
4790         implement pass through of a paragraph for Literate Programming.
4791
4792         * layout.C: add LT_PASS_THRU to LayoutTags enum.
4793         * layout.C (LyXLayout): set pass_thru to flase in constructor.
4794         * layout.C (Read): add "passthru" to list of layout tags and add
4795         code to set the pass_thru boolean when it is read.
4796
4797 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4798
4799         * trans_decl.h: remove allowed from KmodInfo
4800
4801         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
4802         remove allowed code
4803         (Load): adjust
4804
4805         * paragraph_pimpl.C (erase): use boost::prior
4806
4807         * Painter.C (text): use data() instead of c_str() when length is
4808         also provided.
4809         * WorkArea.C (putClipboard): ditto
4810         * font.h (width): ditto
4811
4812         * BufferView2.C: use it-> instead of (*it). for iterators
4813         * texrow.C: ditto
4814         * paragraph_pimpl.C: ditto
4815         * paragraph.C: ditto
4816         * minibuffer.C: ditto
4817         * language.C: ditto
4818         * kbmap.C: ditto
4819         * encoding.C: ditto
4820         * counters.C: ditto
4821         * converter.C: ditto
4822         * chset.C: ditto
4823         * Variables.C: ditto
4824         * TextCache.C: ditto
4825         * MenuBackend.C: ditto
4826         * LyXAction.C: ditto
4827         * LColor.C: ditto
4828         * FloatList.C: ditto
4829         * DepTable.C: ditto
4830         * ColorHandler.C (LyXColorHandler): ditto
4831
4832 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4833
4834         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
4835
4836         * text2.C (openStuff): reintroduce this method (which had been
4837         nuked in NEW_INSETS frenzy).
4838
4839         * lyxfunc.C (Dispatch): when an action has not been handled, use
4840         its name in the error message, not its number.
4841
4842         * paragraph.C (inInset): change method name to begin with lowercase.
4843
4844         * undo_funcs.C:
4845         * text2.C: updates because of this.
4846
4847 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4848
4849         * ToolbarDefaults.C (add): add spaces in error message
4850
4851 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4852
4853         * buffer.C (readLyXformat2): initialize the ert comp. variables.
4854         (readLyXformat2): rename return_par to first_par, use lyxlex's
4855         pushToken and remove the manual push handling.
4856         (parseSingleLyXformat2Token): add another ert comp. variable:
4857         in_tabular, rename return_par to first_par. handle newlines better
4858
4859 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4860
4861         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
4862
4863 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4864
4865         * text2.C (getParFromID): removed
4866
4867         * buffer.C (getParFromID): new method moved form lyxtext.
4868         * BufferView2.C (insertErrors): adjust
4869         (setCursorFromRow): adjust
4870         * BufferView_pimpl.C (restorePosition): adjust
4871         * lyxfunc.C (Dispatch): adjust
4872         * undo_funcs.C (textUndo): adjust
4873         (textRedo): adjust
4874         (textHandleUndo): adjust
4875         (textHandleUndo): adjust
4876
4877 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4878
4879         * buffer.C: up' the LYX_FORMAT
4880
4881         * lyxfont.h: turn NO_LATEX on as default
4882
4883         * buffer.C (insertErtContents): new methods of tex style compability.
4884         (parseSingleLyXformat2Token): use it several places.
4885         * tabular.C (OldFormatRead): and here
4886
4887 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4888
4889         * text2.C: remove some commented code.
4890         reindent file.
4891
4892         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
4893         * trans.C: changes because of the above.
4894
4895 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
4896
4897         * text2.C (setCounter): Fix counters bug with bibliography layout.
4898
4899 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4900
4901         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
4902         own member functions
4903         (simpleTeXSpecialChars): ditto
4904
4905 2001-07-06  Juergen Vigna  <jug@sad.it>
4906
4907         * a lot of files: changed the access to LyXText::status and the
4908         call of undo-functions.
4909
4910         * undo.[Ch]: added a inset_id to the undo informations.
4911
4912         * undo_funcs.[Ch]: added and moved here all undo functions.
4913
4914         * lyxtext.h: give the status enum a weight, made status_ a private
4915         variable and made accessor functions for it, removed the whole bunch
4916         of undo-functions as they are now in their own file, make some
4917         functions publically available. Added function ownerParagraph with
4918         int parameter.
4919
4920         * paragraph.[Ch]: added "bool same_ids" to the constructor,
4921         made InInset() a const function, added getParFromID() function.
4922
4923         * buffer.[Ch]: added const version for inset_iterator functions,
4924         added getInsetFromID() function.
4925
4926         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
4927         changed undo functions for new version.
4928
4929 2001-07-05  Juergen Vigna  <jug@sad.it>
4930
4931         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
4932         unknow mechanism does not call the proper constructor but only this
4933         one also if I request the other!?
4934
4935 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4936
4937         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
4938
4939         * text2.C (LyXText): use initialization lists.
4940
4941         * lyxtext.h (Selection): initialize set_ and mark_
4942         (init): remove method
4943
4944 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
4945
4946         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
4947
4948 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4949
4950         * screen.[Ch]: change method names to begin with lowercase
4951
4952         * BufferView_pimpl.C (updateScrollbar): simplify further and
4953         hopefully make it a bit faster.
4954
4955 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4956
4957         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
4958         calling directly xforms functions.
4959
4960         * Painter.C (Painter):
4961         * lyx_cb.C (MenuWrite):
4962         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
4963         fl_display.
4964
4965         * lyx_gui.C: remove bogus guiruntime extern declaration.
4966
4967 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4968
4969         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
4970         in NEW_INSETS
4971         (redoDrawingOfParagraph): ditto
4972         (redoParagraphs): ditto
4973         (cutSelection): don't create a object for CutAndPaste use the
4974         static method directly
4975         (pasteSelection): ditto
4976
4977         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
4978         LyXview (+ rename)
4979
4980 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4981
4982         * modifications to some other files because of this.
4983
4984         * Makefile.am (lyx_SOURCES): add XFormsView
4985
4986         * XFormsView.[Ch]: new files
4987
4988         * LyXView.[Ch]: make LyXView a base class for the gui handling for
4989         the main window. Move the gui dependent stuff to XFormsView
4990
4991 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4992
4993         * tabular.C (GetCellInset): update cur_cell also in the row/col
4994         version of this function.
4995
4996         * lyxfunc.C: no need to include figure_form.h here.
4997
4998         * FontLoader.h:
4999         * lyxfunc.h:
5000         * lyxscreen.h:
5001         * text2.C:
5002         * lyxvc.C: no need to include forms.h here.
5003
5004 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5005
5006         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
5007
5008         * lyxfunc.C (Dispatch):
5009         * Spacing.C (set):
5010         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
5011         constructor argument.
5012
5013 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5014
5015         * paragraph.C (Paragraph): dont't clear, and just set layout.
5016         (makeSameLayout): use params's copy contructor.
5017
5018         * ParagraphParameters.[Ch] (makeSame): delete method
5019
5020 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
5021
5022         * Variables.[Ch]: fix indentation, rename set to isSet
5023
5024 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5025
5026         * lyxfunc.C (Dispatch): fix typo
5027
5028 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5029
5030         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
5031         upper_bound.
5032
5033         * bufferlist.C: include assert.h for emergencyWrite().
5034
5035 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5036
5037         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
5038           give up at last (bug #425202) !
5039
5040 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
5041
5042         * lyx_gui_misc.C:
5043         * sp_form.h:
5044         * sp_form.C:
5045         * spellchecker.h:
5046         * spellchecker.C: strip spellchecker options and bring up
5047           preferences tab instead
5048
5049 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5050
5051         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
5052         the istringstream constructor
5053
5054 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5055
5056         * paragraph.C (getLayout): fix return value
5057
5058         * paragraph.h: do not declare getLayout as inline.
5059
5060         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
5061
5062 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5063
5064         * lyxcursor.h (operator<): new func
5065         (operator>): new func
5066         (operator>=): new func
5067         (operator<=): new func
5068
5069         * text.C (changeCase): use selection.start and selection.end
5070         (changeRegionCase): require from to be <= to. Require par to be a
5071         valid paragraph.
5072
5073         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
5074
5075 2001-06-27  Juergen Vigna  <jug@sad.it>
5076
5077         * text.C (cursorLeftOneWord): changed to return the cursor and added
5078         overlay with BufferView * parameter which calls this one.
5079         (getWord): added
5080         (selectWord): use new getWord function.
5081         (changeCase): renamed from changeWordCase as and extended to work
5082         also on selections.
5083
5084         * lyxtext.h: added enum word_location
5085
5086         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
5087         changeCase as this operates now also on selections.
5088
5089 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
5090
5091         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
5092
5093         * many files: send debug output to Debug::INFO instead of
5094         Debug::ANY.
5095
5096         * converter.C (View):
5097         (Convert):
5098         (Move): send debug output to Debug::FILES instead of console.
5099
5100 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
5101
5102         * lyxfunc.C (getStatus): use func_status
5103
5104         * func_status.h: new header, describing the results of
5105         LyXFunc::getStatus;
5106
5107         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
5108         LFUN_MATH_HALIGN.
5109
5110 2001-06-25  The LyX Project  <jug@sad.it>
5111
5112         * buffer.C (sgmlOpenTag):
5113         (sgmlCloseTag):
5114         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
5115
5116 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5117
5118         * text2.C: remove some dead code
5119
5120         * tabular.C (GetCellInset): store the last cell checked (gotten)
5121
5122         * tabular.h: add the helper for the speedup
5123
5124         * lyxtext.h: remove some dead code
5125
5126 2001-06-26  The LyX Project  <Asger>
5127
5128         * paragraph.C: Change export to LaTeX of alignment to
5129         \begin{center} and family for better roundtrip work with reLyX.
5130
5131         * Tune the math drawing a bit.
5132
5133 2001-06-25  The LyX Project  <Asger>
5134
5135         * LColor.C (LColor): New color for math background. New color
5136         for buttons.
5137
5138 2001-06-25  The LyX Project  <jug@sad.it>
5139
5140         * lyxfunc.C (MenuNew): remove extra check for .lyx file
5141
5142         * lyxfunc.C (Open):
5143         * bufferlist.C (newFile): do not restrict to files ending with
5144         .lyx
5145
5146         * BufferView_pimpl.C (MenuInsertLyXFile):
5147
5148 2001-06-24  The LyX Project  <jug@sad.it>
5149
5150         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
5151         of compare_no_case
5152
5153 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5154
5155         * lyxtext.h: rename most methods to begin with a small char.
5156         Lots of changes because of this.
5157
5158         * paragraph.C (Paragraph): do not call fitToSize
5159         (erase): call Pimpl::erase
5160         (insertChar): call Pimpl::insertChar
5161         (insertInset): call Pipl::insertInset
5162         (breakParagraph): do not call fitToSize
5163         (breakParagraphConservative): do not call fitToSize
5164         (fitToSize): remove method
5165
5166         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
5167
5168 2001-06-24  The LyX Project  <Asger>
5169
5170         * Fix Qt compilation^2
5171
5172 2001-06-24  The LyX Project  <jug@sad.it>
5173
5174         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
5175         depthHook(getDepth()-1).
5176
5177         * paragraph.h:
5178         * ParagraphParameters.h:
5179         * ParameterStruct.h: change type of depth to unsigned int ==
5180         depth_type. Many adaptations to other files before of that.
5181
5182 2001-06-24  The LyX Project  <Asger>
5183
5184         * Fix Qt compilation.
5185
5186 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5187
5188         * paragraph.h: renamed several methods to begin with small letter.
5189         several changes to many parts of the code because of this.
5190
5191 2001-06-23  The LyX Project  <jug@sad.it>
5192
5193         * text2.C (InsertStringAsLines): renamed from InsertStringA;
5194         rewritten to discard all double spaces when KeepEmpty is off
5195         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
5196         to only handle newlines but not fiddle with spaces and friends.
5197
5198         * lyxfunc.C (MenuNew): when doing 'new from template', use
5199         template_path as default directory
5200
5201 2001-06-23  The LyX Project  <Asger>
5202
5203         * Clean-up of header file includes all over
5204         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
5205
5206 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5207
5208         * paragraph.h: renamed from lyxparagraph.h
5209
5210 2001-06-23  Asger  <lyx@violet.home.sad.it>
5211
5212         * Buffer.h: Removed Buffer::resize
5213         * BufferList.h: Removed BufferList::resize
5214         * LyXView.h: Added LyXView::resize. This way, we will only reflow
5215         the document lazily when we change the width, or the font settings.
5216
5217 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5218
5219         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
5220
5221 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5222
5223         * buffer.h: remove out of date comment
5224
5225 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5226
5227         * lyxscreen.h:
5228         * screen.C: fix "theoretical" GC leak
5229
5230 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5231
5232         * LaTeX.C (scanAuxFile):
5233         (deplog): remove trailing \r when reading stream (useful under
5234         win32)
5235
5236 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
5237
5238         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
5239         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
5240         and BufferView::theLockingInset(Inset*), so should use them and not
5241         access bv_->text->the_locking_inset directly.
5242
5243         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
5244
5245 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5246
5247         * Makefile.am:
5248         * tex-defs.h: remove old unused file
5249
5250 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
5251
5252         * BufferView_pimpl.C: fix typo, remove minibuffer message
5253           when buffer has loaded
5254
5255 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5256
5257         * lyxfunc.C (Dispatch): use stringstream
5258         (MenuNew): use stringstream
5259         (Open): use stringstream
5260
5261         * importer.C (Import): use stringstream
5262
5263         * bufferview_funcs.C (CurrentState): use stringstream
5264
5265         * LaTeX.C (run): use stringstream
5266
5267         * BufferView_pimpl.C (savePosition): use stringstream
5268         (restorePosition): use stringstream
5269         (MenuInsertLyXFile): use stringstream
5270
5271 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
5272
5273         * BufferView.C:
5274         * Bullet.C:
5275         * ColorHandler.C:
5276         * FontInfo.C:
5277         * FontLoader.C:
5278         * LColor.C:
5279         * LaTeXFeatures.C:
5280         * Painter.C:
5281         * gettext.C:
5282         * lyx_gui_misc.C:
5283         * lyxserver.C:
5284         * vspace.C: removed // -*- C++ -*- as first line.
5285
5286         * lyxfind.h:
5287         * version.h: added // -*- C++ -*- as first line.
5288
5289 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5290
5291         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
5292
5293         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
5294         of string
5295
5296 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5297
5298         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
5299         of floats.
5300
5301 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5302
5303         * gettext.C: include LString.h even when --disable-nls is on.
5304
5305 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
5306
5307         * converter.h (Get): changed argument type from int to
5308         FormatList::size_type to avoid unnecessary conversion.
5309
5310         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
5311         before using it.
5312
5313 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5314
5315         * gettext.h: include LString.h even when --disable-nls is on.
5316
5317 2001-06-07  Juergen Vigna  <jug@sad.it>
5318
5319         * text.C (BreakAgain): subst spaces with tabs.
5320
5321         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
5322         (resizeInsetsLyXText): set force on resizeLyXText.
5323
5324 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5325
5326         * gettext.h (gettext_init):
5327         (locale_init): use a real definition instead of a macro
5328
5329 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5330
5331         * Bufferview_pimpl.C:
5332         * LColor.h:
5333         * LColor.C: further lcolor tidies
5334
5335 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5336
5337         * BufferView_pimpl.C (updateScrollbar): simplify.
5338
5339         * BufferView2.C: don't include insets/insetinfo.h, change
5340         prototype for insertInset and call the Pimpl version. let
5341         updateInset call Pimpl version.
5342
5343         * BufferView.h: move inset_slept to BufferView::Pimpl, move
5344         gotoInset to BufferView::Pimpl
5345
5346 2001-06-01  Juergen Vigna  <jug@sad.it>
5347
5348         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
5349         inside a LockingInset (is the update needed at all?).
5350
5351 2001-05-31  Juergen Vigna  <jug@sad.it>
5352
5353         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
5354         here not the old one otherwise how should we compare it afterwards
5355         if it's the same!
5356
5357 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5358
5359         * lyxfont.C:
5360         * tabular.C:
5361         * tabular-old.C:
5362         * FontInfo.C: bring C functions into global namespace when
5363         necessary
5364
5365 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5366
5367         * LString.h: make sure config.h has been loaded before LString.h.
5368
5369         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
5370         (one for each char read by EatLine!).
5371
5372         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
5373         variables.
5374
5375 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5376
5377         * paragraph.C (BreakParagraph): set the inset_owner in the new par
5378         to the same as the par we break from
5379
5380 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5381
5382         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
5383
5384         * MenuBackend.C (expand): also create menu entries for wide
5385         versions of the floats.
5386
5387         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
5388
5389         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
5390
5391         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
5392         frontends/Makefile.am
5393
5394         * text2.C: adjust
5395         * text.C: adjust
5396
5397
5398         * tabular.C (getTokenValue): add std::
5399
5400         * tabular-old.C (getTokenValue): add std::
5401         (getTokenValue): ditto
5402         (getTokenValue): ditto
5403
5404         * screen.C (ToggleSelection): adjust
5405
5406         * lyxtext.h: put selection cursors inside a Selection struct.
5407
5408         * lyxfunc.C (moveCursorUpdate): adjust
5409
5410         * lyxfont.C (latexWriteStartChanges): add std::
5411
5412         * lyxfind.C: adjust
5413
5414         * font.h: delete with(char const *, LyXFont const &)
5415
5416         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
5417
5418         * FontInfo.C (getFontname): add std::
5419
5420         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5421         (workAreaButtonPress): adjust
5422         (tripleClick): adjust
5423         (update): adjust
5424         (moveCursorUpdate): adjust
5425         (Dispatch): adjust
5426
5427         * BufferView2.C (gotoInset): adjust
5428
5429 2001-05-30  Juergen Vigna  <jug@sad.it>
5430
5431         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
5432         to check pspell I add this as default as I now have new pspell
5433         libraries and they seem to use this.
5434
5435 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5436
5437         * text2.C (CutSelection): make the cursor valid before the call to
5438         ClearSelection.
5439
5440 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5441
5442         * kbsequence.C (parse): de-uglify a bit the parsing code, which
5443         relied on 0 terminated strings and other horrors. Bug found due to
5444         the new assert in lyxstring!
5445
5446         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
5447         KP_ keys.
5448
5449 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5450
5451         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
5452         to latinkeys.bind.
5453
5454         * lyxfunc.C (processKeySym): change method of getting to the
5455         self-insert char.
5456
5457         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
5458         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
5459         * BufferView_pimpl.[Ch]: here as private methods.
5460
5461 2001-05-28  Juergen Vigna  <jug@sad.it>
5462
5463         * text.C (SetHeightOfRow): added the update() call again as it is
5464         needed to initialize inset dimensions!
5465
5466 2001-05-16  Juergen Vigna  <jug@sad.it>
5467
5468         * text2.C (SetCharFont): Add new function with BufferView * and
5469         bool toggleall parameters for setting insets internal fonts.
5470         (SetFont): Freeze the undo as we may change fonts in Insets and
5471         all this change should be inside only one Undo!
5472
5473         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
5474         setting font's in insets as for them we have the SetFont function!
5475
5476 2001-05-15  Juergen Vigna  <jug@sad.it>
5477
5478         * text2.C (ClearSelection): to be sure we REALLY don't have any
5479         selection anymore!
5480
5481         * tabular.C (TeXCellPreamble): fixed the left border problem for
5482         multicolumn cells.
5483
5484 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
5485
5486         * LaTeX.C (deplog): Make sure that the main .tex file is in the
5487         dependancy file
5488
5489 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5490
5491         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
5492         LFUN_BREAKPARAGRAPH.
5493
5494         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
5495         help test to "internal only", similar for LFUN_INSERT_URL
5496
5497         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
5498         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
5499         auto_region_delete and deadkeys.
5500
5501 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
5502
5503         * LColor.h:
5504         * LColor.C: remove some dead entries, tidy a little
5505
5506 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5507
5508         * lyxfunc.C (processKeySym): comment the Escape handling, remove
5509         commented code.
5510         (Dispatch): implement LFUN_ESCAPE
5511
5512         * commandtags.h: add LFUN_ESCAPE
5513
5514         * LyXAction.C (init): add entry for LFUN_ESCAPE
5515
5516         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
5517         Remove commented code.
5518         (insertNote): moved here
5519         (open_new_inset): moved here
5520
5521         * BufferView[2].[Ch]: move insertNote and open_new_inset to
5522         BufferView_pimpl
5523
5524 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5525
5526         * kbmap.C (findbinding): clean it up and make it work correctly.
5527
5528         * lyx_main.C (init): do not pass argc and argv as parameters
5529
5530 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
5531
5532         * buffer.C: fix path for OS/2 & Win32
5533
5534         * lyx_gui.C:
5535         * lyx_main:
5536         * lyx_main.C: Added os:: class.
5537
5538         * os2_defines.h: update
5539
5540 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5541
5542         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
5543         better by trying again with reduced state.
5544
5545 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5546
5547         * lyxrc.C (read): print error about invalid key sequence only when
5548         debugging (because not all latinX keysyms are known to some X
5549         servers)
5550
5551         * kbsequence.C (getiso): add a few std:: qualifiers
5552         (getiso): comment out extra return statement.
5553
5554 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5555
5556         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
5557         handling.
5558         (Dispatch): enhance the accent inset a bit. (not perfect)
5559
5560 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5561
5562         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
5563
5564 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5565
5566         * bufferlist.C (emergencyWrite): fix assert() call
5567
5568 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
5569
5570         * text.C (InsertChar): Added trivial patch to only send the "you
5571         can not do multiple spaces this way" message once during a
5572         session.
5573
5574 2001-05-08  Baruch Even  <baruch@lyx.org>
5575
5576         * Makefile.am: Changed order of libraries to get LyX to link properly
5577         with the gnome frontend.
5578
5579 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5580
5581         * LaTeXFeatures.h: add a std:: qualifier
5582
5583 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5584
5585         * paragraph.C (String): use stringstream
5586
5587 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5588
5589         * paragraph.C (writeFile): remove footflag arg
5590
5591         * buffer.C (makeLaTeXFile): use stringstream
5592         (latexParagraphs): remove footnot gurba
5593
5594         * LaTeXFeatures.C (getPackages): use stringstream
5595         (getMacros): likewise
5596         (getTClassPreamble): likewise
5597         (getFloatDefinitions): new method
5598
5599         * paragraph.C (writeFile): reindent
5600         (Erase): reindent
5601
5602         * WorkArea.h: revert the xpos + etc changes.
5603
5604         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
5605
5606         * lyxparagraph.[Ch]: add copy constructor, remove Clone
5607
5608         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
5609         (pasteSelection): likewise
5610         * text2.C (CreateUndo): likewise
5611
5612 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5613
5614         * minibuffer.C (peek_event): temporarily reduce the functionality
5615         of the minibuffer (to allow args on lfuns)
5616
5617         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
5618         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
5619
5620         * buffer.C (readInset): add compability reading of old float
5621         lists, add reading of new style float list.
5622         (readInset): avoid reevaluation of inscmd.getCmdName()
5623         (getLists): reindent
5624
5625         * MenuBackend.C (MenuItem): implement parsing of
5626         md_floatlistinsert and md_floatinsert.
5627         (expand::LastFiles): move initalizaton of iterators out of loop,
5628         avoid reevaluation.
5629         (expand::Documents): introduce typdedef vector<string> Strings,
5630         and use it.
5631         (expand::ExportFormats): introduce typedef vector<Format const *>
5632         Formats, and use it.
5633         (expand): implement FloatListInsert and FloatInsert.
5634
5635         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
5636         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
5637         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
5638
5639         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
5640         handling.
5641         (Dispatch::LFUN_FLOAT_LIST): implement
5642
5643 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
5644
5645         * LaTeX.C (run): Fix problem with --export code.
5646
5647 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5648
5649         * BufferView.[Ch] (workarea): removed.
5650         (getClipboard) new method; wrapper for workarea()->getClipboard()
5651
5652         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
5653         bug.
5654
5655         * WorkArea.h (width, height, xpos, ypos): These methods all
5656         returned the dimensions of the work_area sub-area of WorkArea,
5657         resulting in a position error if the WorkArea were resized. Now
5658         return the dimensions of the entire WorkArea.
5659
5660         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
5661
5662 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5663
5664         * LaTeX.C (deplog): correct the syntax of regex reg1
5665
5666 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5667
5668         * undo.C: remove !NEW_INSETS cruft
5669
5670 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5671
5672         * text2.C: remove !NEW_INSETS cruft
5673
5674         * text.C: remove !NEW_INSETS cruft
5675
5676         * tabular.C: remove !NEW_INSETS cruft
5677
5678         * spellchecker.C: remove !NEW_INSETS cruft
5679
5680         * lyxtext.h: remove !NEW_INSETS cruft
5681
5682         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
5683
5684         * lyxfunc.C: remove !NEW_INSETS cruft
5685
5686         * lyxfind.C: remove !NEW_INSETS cruft
5687
5688         * lyx_cb.C: remove !NEW_INSETS cruft
5689
5690         * figureForm.C: remove  !NEW_INSETS cruft
5691
5692         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
5693
5694         * buffer.[Ch]: remove !NEW_INSETS cruft
5695
5696         * ToolbarDefaults.C: remove !NEW_INSETS cruft
5697
5698         * CutAndPaste.C: remove !NEW_INSETS cruft
5699
5700         * BufferView_pimpl.C: remove !NEW_INSETS cruft
5701
5702         * BufferView2.C: remove !NEW_INSETS cruft
5703
5704         * BufferView.h: remove !NEW_INSETS cruft
5705
5706 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5707
5708         * Lsstream.h: include LString.h before the sstream headers to
5709         fix problem with gcc 2.95.3 and lyxstring
5710
5711 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5712
5713         * lyx_main.C: add using directives when needed for C functions
5714         declared in std:: namespace.
5715
5716 2001-04-27  Juergen Vigna  <jug@sad.it>
5717
5718         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
5719         (SetHeightOfRow): comment out the update call should not be needed!
5720
5721 2001-04-13  Juergen Vigna  <jug@sad.it>
5722
5723         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
5724         (LyXTabular): tried to minimize operator= operations (and realized
5725         hopfully Lars wish).
5726
5727 2001-04-27  Juergen Vigna  <jug@sad.it>
5728
5729         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
5730
5731 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5732
5733         * lyxfunc.C (Dispatch): hack to make listof algorithm work
5734
5735         * buffer.C (readInset): hack to make listof algorithm work
5736
5737         * BufferView_pimpl.C: hack to make listof algorithm work
5738
5739 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5740
5741         * LyXAction.C: removed all !NEW_INSETS cruft
5742         (init): moved lfun_item in method
5743
5744         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
5745
5746 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5747
5748         * BufferView2.C (theLockingInset): white space.
5749
5750 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5751
5752         * minibuffer.C: include <iostream>
5753
5754         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
5755
5756         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
5757
5758         * commandtags.h: add LFUN_TRANSPOSE_CHARS
5759
5760         * text.[Ch] (TransposeChars): new method
5761
5762 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5763
5764         * call message directly through LyXView instead of through LyXFunc
5765         * BufferView2.C: adjust
5766         * BufferView_pimpl.C: adjust
5767         * FontLoader.C: adjust
5768         * buffer.C: adjust
5769         * bufferview_funcs.C: adjust
5770         * converter.C: adjust
5771         * figureForm.C: adjust
5772         * importer.C: adjust
5773         * lyx_cb.C: adjust
5774         * lyx_gui_misc.C: adjust
5775         * lyxfunc.C: adjust
5776         * lyxvc.C: adjust
5777         * text2.C: adjust
5778         + more files in subdirs
5779
5780         * lyxparagraph.h (size): move up int file
5781         (GetLayout): ditto
5782
5783         * adjust all uses of Assert to lyx::Assert.
5784
5785         * BufferView2.C (ChangeCitationsIfUnique): adjust for
5786         lyxfunctional in namespace lyx
5787         * layout.C (hasLayout): ditto
5788         (GetLayout): ditto
5789         (GetLayout): ditto
5790         (delete_layout): ditto
5791         (NumberOfClass): ditto
5792         * converter.C (GetFormat): ditto
5793         (GetNumber): ditto
5794         (Add): ditto
5795         (Delete): ditto
5796         (SetViewer): ditto
5797         * bufferlist.C (getFileNames): ditto
5798         (emergencyWriteAll): ditto
5799         (exists): ditto
5800         (getBuffer): ditto
5801         * MenuBackend.C (hasSubmenu): ditto
5802         (hasMenu): ditto
5803         (getMenu): ditto
5804         * BufferView_pimpl.C (getInsetByCode): ditto
5805
5806 2001-04-18  Juergen Vigna  <jug@sad.it>
5807
5808         * vspace.C (asLatexString): fixed the 100% problem.
5809
5810 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5811
5812         * lyxfunc.C (Dispatch):
5813         * minibuffer.C:
5814         * minibuffer.h: add a few std:: qualifiers
5815
5816 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5817
5818         * minibuffer.[Ch]: reimplement so that commands is initiated and
5819         run from lyxfunc, simplified som handling, and made the completion
5820         and history code for complete. wip.
5821
5822         * lyxfunc.C (processKeySym): call message
5823         (miniDispatch): new temporary method
5824         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
5825         (LFUN_MESSAGE): implement
5826         (LFUN_MESSAGE_PUSH): implement
5827         (LFUN_MESSAGE_POP): implement
5828         (initMiniBuffer): the initial/defualt minibuffer message.
5829
5830         * lyxfont.[Ch]: inline some more getters
5831
5832         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
5833
5834         * lyx_gui_misc.[Ch] (WriteStatus): remove method
5835
5836         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
5837         (AutoSave): use LFUN_MESSAGE
5838         (Reconfigure): ditto
5839
5840         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
5841
5842         * figureForm.C: use LFUN_MESSAGE
5843
5844         * converter.C (runLaTeX): use LFUN_MESSAGE
5845
5846         * bufferview_funcs.C: use LFUN_MESSAGE
5847         (Melt): ditto
5848         (changeDepth): ditto
5849
5850         * bufferparams.h: use boost::
5851
5852         * bufferlist.h: inherit privately from noncopyable
5853
5854         * bufferlist.C (loadLyXFile): remove some commented code.
5855
5856         * buffer.C (runChktex): use LFUN_MESSAGE
5857
5858         * ShareContainer.h: inherit privately from noncopyable
5859
5860         * ParagraphParameters.[hC] (depth): inline it.
5861
5862         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
5863         methods.
5864         (message): new method
5865         (messagePush): ditto
5866         (messagePop): ditto
5867         (show): init minibuffer
5868         (showState): direct call
5869
5870         * LaTeX.[Ch]: inherit privately from noncopyable
5871         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
5872         instead of WriteStatus.
5873
5874         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
5875
5876         * BufferView_pimpl.C (buffer): don't init minibuffer
5877         (workAreaButtonPress): use LFUN_MESSAGE
5878         (workAreaButtonRelease): ditto
5879         (savePosition): ditto
5880         (restorePosition): ditto
5881         (MenuInsertLyXFile): ditto
5882         (workAreaExpose): don't init minibuffer
5883         (update): remove commented code, simplify
5884
5885         * BufferView2.C (openStuff): use LFUN_MESSAGE
5886         (toggleFloat): ditto
5887         (menuUndo): ditto
5888         (menuRedo): ditto
5889         (copyEnvironment): ditto
5890         (pasteEnvironment): ditto
5891         (copy): ditto
5892         (cut): ditto
5893         (paste): ditto
5894         (gotoInset): ditto
5895         (updateInset): remove some commented code
5896
5897         * lastfiles.h: inherit privately from noncopyable
5898         * layout.h: ditto
5899         * lyx_gui.h: ditto
5900         * lyx_main.h: ditto
5901         * lyxlex.h: ditto
5902         * lyxlex_pimpl.h: ditto
5903
5904         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
5905         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
5906         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5907
5908         * LyXAction.h: inherit privately from noncopyable, add methods
5909         func_begin, func_end, returning iterators to the func map.
5910
5911         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
5912         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5913         (func_begin): new method
5914         (func_end): new method
5915
5916         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
5917         and not)
5918         (copySelection): ditto
5919         (pasteSelection): ditto
5920
5921         * BufferView.C: whitespace change
5922         * BufferView.h: inherit privately from noncopyable
5923
5924 2001-04-16  Allan Rae  <rae@lyx.org>
5925
5926         * tabular-old.C (l_getline):
5927         * spellchecker.C (sc_check_word):
5928         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
5929         an unrecognised preprocessor directive.  So ensure they're wrapped.
5930
5931 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
5932
5933         * src/exporter.C (Export): Give an error message when path to file
5934         contains spaces.
5935
5936 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
5937
5938         * LaTeX.C (deplog): Always check that foundfile exists.
5939
5940 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5941
5942         * lyx_main.h:
5943         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
5944
5945 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5946
5947         * tabular.[Ch] (getLabelList): implement new method
5948
5949         * minibuffer.h: comment ouf setTiimer
5950
5951         * minibuffer.C (ExecutingCB): constify res
5952         (peek_event): constify s
5953         (Set): constify ntext
5954         (Init): constify nicename
5955
5956         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
5957
5958         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
5959         (savePosition): use two params to Minibuffer::Set
5960         (restorePosition): ditto
5961
5962 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5963
5964         * lyx_main.C: include language.h
5965
5966         * Makefile.am (lyx_main.o): add language.h
5967
5968 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5969
5970         * exporter.C:
5971         * paragraph.C:
5972         * screen.C:
5973         * tabular.C:
5974         * CutAndPaste.C: include gettext.h
5975
5976         * lyxfont.h: remove old hack with ON and OFF.
5977
5978         * lyxparagraph.h:
5979         * lyxfont.h: do not include language.h...
5980
5981         * BufferView2.C:
5982         * LaTeXFeatures.C:
5983         * Painter.C:
5984         * bufferview_funcs.C:
5985         * font.C:
5986         * lyxfont.C:
5987         * text.C:
5988         * text2.C:
5989         * trans_mgr.C:
5990         * paragraph.C: ... but do it here instead
5991
5992 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5993
5994         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
5995
5996         * tabular.C: small reformat
5997
5998         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
5999         NEW_INSETS version
6000         (GetChar): ditto
6001         (BreakParagraph): ditto
6002         (SetOnlyLayout): ditto
6003         (SetLayout): ditto
6004
6005         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
6006         with one arg less.
6007
6008         * lastfiles.C: removed most using decl, add std:: where needed
6009
6010         * buffer.C: ws changes
6011
6012         * MenuBackend.C (class compare_format): put into anon namespace
6013         (expand): constify label, names, action, action2
6014         (expand):
6015
6016         * text.C (SingleWidth): constify font
6017         (IsBoundary): constify rtl2
6018         (GetVisibleRow): constify ww
6019
6020         * LaTeX.C (deplog): constify logfile
6021
6022         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
6023         start_x, end_x
6024         (workAreaExpose): constify widthChange, heightChange
6025
6026         * lyxrow.C (par): moved
6027         (height): moved
6028         (next): moved
6029         * lyxrow.h: as inlines here
6030
6031         * lyxfont.h (shape): moved from lyxfont.C
6032         (emph): moved from lyxfont.C
6033
6034         * lyxfont.C (LyXFont): use initialization list for all
6035         constructors
6036         (shape): move to lyxfont.h as inline
6037         (emph): move to lyxfont.h as inline
6038
6039
6040 2001-04-04  Juergen Vigna  <jug@sad.it>
6041
6042         * vspace.C: had to include stdio.h for use of sscanf
6043
6044 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
6045
6046         * BufferView.h:
6047         * BufferView_pimpl.h: remove xforms cruft. Both classes are
6048         independent of xforms.
6049
6050 2001-04-02  Juergen Vigna  <jug@sad.it>
6051
6052         * spellchecker.C: fixed namespace placing!
6053
6054 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
6055
6056         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
6057         the LyXParagraph * is 0.
6058
6059 2001-03-29  Juergen Vigna  <jug@sad.it>
6060
6061         * vspace.C: added support for %, c%, p%, l%.
6062         (stringFromUnit): added helper function.
6063         (asLatexString): changed to give right results for the %-values.
6064
6065         * buffer.C: convert the widthp in a width%.
6066
6067 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
6068
6069         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
6070         figureForm.[Ch].
6071
6072         * figureForm.[Ch]: stripped the FD_from_figure manipulation
6073         code out of lux_cb.[Ch], ready for its (imminent?) removal.
6074
6075         * lyx_cb.[Ch]: see above.
6076
6077         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
6078         form1.[Ch].
6079
6080         * form1.[Ch]:
6081         * lyx.[Ch]: replaced by figure_form.[Ch].
6082
6083         * lyx_gui.C:
6084         * lyx_gui_misc.C:
6085         * lyxfunc.C: changed headers associated with above changes.
6086
6087 2001-03-27  Juergen Vigna  <jug@sad.it>
6088
6089         * BufferView_pimpl.C: set the temporary cursor right!
6090
6091 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
6092
6093         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
6094
6095 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
6096
6097         * LString.h: removed "using std::getline"!
6098
6099         * BufferView_pimpl.C (Dispatch): changes due to changes in
6100         InsetInclude::Params.
6101
6102         * buffer.C (tag_name): removed redundant break statements as they were
6103         producing lots of warnings with my compiler.
6104
6105 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6106
6107         * LString.h: add "using std::getline" when using the real <string>.
6108
6109 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
6110
6111         * buffer.C: removed bitset usage.
6112         PAR_TAG moved to an anonymous name space.
6113         (tag_name): new funtion, also in the anonymous namespace.
6114         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
6115         (makeDocBookFile): clean code. Completed transition from string arrays
6116         to string vectors.
6117         (SimpleDocBookOnePar): code clean.
6118
6119 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6120
6121         * tabular.C: add some comments.
6122
6123 2001-03-22  Juergen Vigna  <jug@sad.it>
6124
6125         * buffer.C (parseSingleLyXformat2Token): redone the minipage
6126         compatibility read a bit and fixed bug with minipage in different
6127         depth.
6128
6129 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
6130
6131         * buffer.C (pop_tag): removed.
6132         (push_tag): removed.
6133         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
6134         array replaced with vector. Added support for CDATA sections.
6135         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
6136         at any nest level.
6137         (makeDocBookFile): XML conformant declaration of CDATA section,
6138         fixed bug related to <emphasis> in the first paragraph char.
6139         (sgmlOpenTag): exclude empty tags.
6140         (sgmlCloseTag): ditto.
6141
6142         * buffer.h (pop_tag): removed.
6143         (push_tag): removed.
6144
6145 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
6146
6147         * language.h (Languages): added size_type and size().
6148
6149 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6150
6151         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
6152         response on compability reading of minipages. One probliem is that
6153         the old usage of minipages was «flertydig»
6154
6155         * several files here and in subdirs: don't use static at file
6156         scope use anon namespaces instead.
6157
6158 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
6159
6160         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
6161         LaTeX output. This is necessary for Literate document
6162         processing.
6163
6164 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6165
6166         * buffer.C: insert hfill when needed.
6167
6168         * tabular.C (l_getline): use string::erase, small whitespace change.
6169
6170         * BufferView_pimpl.C: try the anon namespace.
6171         * WorkArea.C: ditto
6172
6173 2001-03-16  Juergen Vigna  <jug@sad.it>
6174
6175         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
6176         otherwise it won't open options-dialogs.
6177
6178         * buffer.C: honor pextraWidth(p) on converting minipages.
6179
6180         * tabular.C (l_getline): changed the functions to strip trailing \r.
6181
6182 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
6183
6184         * BufferView_pimpl.C:
6185         * minibuffer..C: added "using SigC::slot" declaration.
6186
6187 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6188
6189         * lyxlex_pimpl.h: noncopyable is in namespace boost.
6190
6191         * text2.C: ditto
6192
6193         * text.C: ditto
6194
6195         * paragraph.C: ditto
6196
6197         * lyxtext.h: NO_PEXTRA
6198
6199         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
6200
6201         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
6202         * ParameterStruct.h: ditto
6203         * ParagraphParameters.h: ditto
6204         * lyxparagraph.h: ditto
6205
6206 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6207
6208         * buffer.C: add compability for minipage alignment.
6209         (latexParagraphs): remove unwanted pextra check.
6210
6211         * several files: remove CXX_WORKING_NAMESPACES
6212
6213         * buffer.C (pop_tag): tie is in namespace boost
6214
6215         * BufferView.h: noncopyable is in namespace boost
6216         * lyxlex.h: ditto
6217         * lyx_main.h: ditto
6218         * lyx_gui.h: ditto
6219         * layout.h: ditto
6220         * lastfiles.h: ditto
6221         * bufferlist.h: ditto
6222         * ShareContainer.h: ditto
6223         * LyXView.h: ditto
6224         * LyXAction.h: ditto
6225         * LaTeX.h: ditto
6226
6227 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6228
6229         * Merging changes from BRANCH_MVC back into HEAD.
6230
6231         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
6232
6233 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
6234
6235         * BufferView_pimpl.C: change from intl.C
6236
6237         * combox.h:
6238         * combox.C:
6239         * Makefile.am: move combox.*
6240
6241         * form1.h:
6242         * form1.C:
6243         * lyx_gui.C:
6244         * intl.h:
6245         * intl.C: remove dialog (covered by prefs)
6246
6247 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6248
6249         * lyxfunc.C (Dispatch): removed redundant break statement.
6250
6251 2001-03-14  Juergen Vigna  <jug@sad.it>
6252
6253         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
6254
6255 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6256
6257         * buffer.C: add hack to fix compability reading of minipages.
6258
6259 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
6260
6261         * buffer.C (getLists): Cleanup.
6262
6263 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6264
6265         * lyxfont.C (update): don't honor toggleall on font size.
6266
6267 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
6268
6269         * bmtable.c:
6270         * bmtable.h:
6271         * Makefile.am: moved to frontends/xforms/
6272
6273         * lyx_gui_misc.C:
6274         * lyxfunc.C:
6275         * BufferView_pimpl.C: changes for moved mathpanel
6276
6277 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6278
6279         * gettext.h: fix gettext_init() in --disable-nls
6280
6281 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6282
6283         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
6284
6285 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
6286
6287         * lyx.C:
6288         * lyx.h: strip external form
6289
6290 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6291
6292         * BufferView_pimpl.C: add comment, destroySplash()
6293
6294 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6295
6296         * BufferView_pimpl.C:
6297         * LyXAction.C:
6298         * buffer.C:
6299         * commandtags.h:
6300         * lyxfunc.C: use re-worked insetinclude
6301
6302 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6303
6304         * buffer.C: add using std::stringstream.
6305
6306         * lyx_cb.C: readd using std::ios.
6307
6308         * buffer.C: add using std::map.
6309
6310         * BufferView_pimpl.C: add using std::vector.
6311
6312         * ShareContainer.h: add std:: to swap.
6313
6314         * buffer.h: add some typedefs
6315         * buffer.C (getLists): use them
6316         (getLists): renamed from getTocList.
6317         add a counter for the different float types and use it in the
6318         generated string.
6319         (getLists): use the same counter for the NEW_INSETS and the "non"
6320         NEW_INSETS
6321
6322         * lyx_cb.h: remove unused items, includes, using etc.
6323
6324         * ShareContainer.h: remove some commented code, add more comments
6325         and "documentation".
6326
6327 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6328
6329         * buffer.C (getTocList): make the list also when NEW_INSETS is
6330         defined.
6331
6332         * buffer.h: remove TocType
6333
6334         * buffer.C (getTocList): change to return a map<string,
6335         vector<TocItem> >, implement for dynamic number of list.
6336
6337         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
6338         * text2.C (PasteSelection): adjust
6339         * CutAndPaste.C (pasteSelection): adjust
6340
6341         * FloatList.C (FloatList): update from the new_insets branch.
6342         * Floating.[Ch]: ditto
6343         * LaTeXFeatures.C: ditto
6344         * buffer.C: ditto
6345         * lyxlex_pimpl.C: ditto
6346
6347         * paragraph.C (Last): remove when NEW_INSETS is defined.
6348
6349         * other file: changes because of the above.
6350
6351 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6352
6353         * lyxparagraph.h: rename next to next_, previous to previous_,
6354         make them private for NEW_INSETS. Rename Next() to next(),
6355         Previous() to previous().
6356
6357         * other files: changes because of the above.
6358
6359 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
6360
6361         * BufferView.h:
6362         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
6363         problem.
6364
6365 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6366
6367         * main.C (main): pass lyx_localedir to gettext_init().
6368
6369         * gettext.h: remove locale_init and gettext_init macros
6370
6371         * gettext.C (locale_init): new function
6372         (gettext_init): new function
6373
6374         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
6375         setlocale().
6376
6377 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
6378
6379         * Moved credits to frontends:
6380         * credits.[Ch]: removed
6381         * credits_form.[Ch]: removed
6382         * lyx_gui_misc.C: remove credits stuff
6383         * Makefile.am:
6384
6385 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6386
6387         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
6388
6389         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
6390         unneeded destructor.
6391
6392         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
6393         a standalone pointer again.
6394
6395         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
6396
6397 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
6398
6399         * Makefile.am:
6400         * filedlg.h:
6401         * filedlg.C:
6402         * LyXAction.C:
6403         * ToolbarDefaults.C:
6404         * bufferlist.C:
6405         * commandtags.h:
6406         * form1.C:
6407         * form1.h:
6408         * lyx_cb.C:
6409         * lyx_cb.h:
6410         * lyxfunc.h:
6411         * lyxfunc.C:
6412         * BufferView_pimpl.C: use new file dialog in GUII
6413
6414         * lyx_cb.h:
6415         * lyx_cb.C: remove LayoutsCB to Toolbar
6416
6417 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6418
6419         * ShareContainer.h (get): add std:: qualifier
6420
6421 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6422
6423         * ShareContainer.h: define a proper ShareContainer::value_type
6424         type (and use typename to please compaq cxx)
6425
6426 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6427
6428         * lyxparagraph.h: move serveral local vars to
6429         ParameterStruct/ParagraphParameters., use ShareContainer in
6430         FontTable., make vars in FontTable private and add getter and
6431         setter.
6432
6433         * paragraph.C: changes because of the above.
6434
6435         * lyxfont.h: remove copy constructor and copy assignment. (the
6436         default ones is ok), move number inside FontBits. move inlines to
6437         lyxfont.C
6438
6439         * lyxfont.C: add number to initializaton of statics, move several
6440         inlines here. constify several local vars. some whitespace
6441         cleanup. Dont hide outerscope variables.
6442
6443         * Spacing.h: add two new constructors to match the set methods.
6444
6445         * ShareContainer.h: new file, will perhaps be moved to support
6446
6447         * ParameterStruct.h: new file
6448
6449         * ParagraphParameters.h: new file
6450
6451         * ParagraphParameters.C: new file
6452
6453         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
6454         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
6455
6456         * BufferView_pimpl.C: ParagraphParameter changes.
6457         * buffer.C: Likewise.
6458         * bufferview_funcs.C: Likewise.
6459         * text.C: Likewise.
6460         * text2.C: Likewise.
6461
6462 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6463
6464         * lyxfind.C (LyXReplace): do not redefine default argument in
6465         implementation.
6466         (IsStringInText): ditto
6467         (SearchForward): ditto
6468         (SearchBackward): ditto
6469
6470 2001-03-06  Juergen Vigna  <jug@sad.it>
6471
6472         * lyxfind.C (IsStringInText): put parentes around expressions.
6473
6474 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
6475
6476         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
6477
6478 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
6479
6480         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
6481
6482         * stl_string_fwd.h: add comment
6483
6484         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
6485
6486         * tabular.h:
6487         * tabular.C: remove unused DocBook methods
6488
6489         * intl.C:
6490         * language.C:
6491         * paragraph.C:
6492         * buffer.C:
6493         killed DO_USE_DEFAULT_LANGUAGE
6494
6495 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6496
6497         * lyx_gui.C: do not include language.h.
6498
6499         * bufferview_funcs.C (ToggleAndShow): do not provide optional
6500         arguments in function implementation.
6501
6502 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6503
6504         * BufferView_pimpl.C: add <ctime>
6505
6506 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6507
6508         * BufferView_pimpl.C: add using std::find_if
6509
6510 2001-02-27  José Matos  <jamatos@fep.up.pt>
6511
6512         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
6513         by OnlyPath.
6514
6515 2001-02-11  José Matos  <jamatos@fep.up.pt>
6516
6517         * buffer.C (makeDocBookFile): command styles now have a parameter as
6518         "title" by default.
6519
6520 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
6521
6522         * layout_forms.[Ch]: removed
6523         * lyx_cb.[Ch]: out character
6524         * lyx_gui.C: out character
6525         * lyx_gui_misc.C: out character
6526         * bufferview_funcs.C: : out character,
6527         added toggleall as parameter in ToggleAndShow
6528
6529 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
6530
6531         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
6532
6533         * text2.C (SetCurrentFont): Disable number property at boundary.
6534
6535 2001-02-26  Juergen Vigna  <jug@sad.it>
6536
6537         * lyxfunc.C (getStatus): added a string argument override function so
6538         that this is correctly called from LyXFunc::Dispatch if it contains a
6539         do_not_use_argument which is used!
6540         (Dispatch): added check for "custom" export and call appropriate func.
6541
6542 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
6543
6544         * lyxrc.C: Add language_command_local, language_use_babel and
6545         language_global_options.
6546
6547         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
6548
6549         * buffer.C (makeLaTeXFile): Use language_use_babel and
6550         language_global_options.
6551
6552 2001-02-23  Juergen Vigna  <jug@sad.it>
6553
6554         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
6555         which works with LyXText and putted it inside BufferView. Here now we
6556         only call for that part the BufferView::Dispatch() function.
6557
6558         * BufferView.C (Dispatch): added.
6559
6560         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
6561         functions which needs to use a LyXText over from LyXFunc.
6562         (MenuInsertLyXFile): added
6563         (getInsetByCode): added
6564         (moveCursorUpdate): added
6565         (static TEXT): added
6566
6567 2001-02-22  Juergen Vigna  <jug@sad.it>
6568
6569         * BufferView_pimpl.C (update): call a status update to see if LyXText
6570         needs it.
6571
6572 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6573
6574         * vc-backend.C (revert): implement for CVS
6575         (getLog): implement for CVS
6576
6577 2001-02-20  Juergen Vigna  <jug@sad.it>
6578
6579         * text2.C (ClearSelection): added BufferView param for inset_owner call
6580
6581         * lyxfunc.C (TEXT): added this function and use it instead of
6582         directly owner->view()-text of getLyXText().
6583
6584 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
6585
6586         * src/layout_forms.C: out preamble
6587         * src/layout_forms.h: out preamble
6588         * src/lyx_cb.C: out preamble
6589         * src/lyx_cb.h: out preamble
6590         * src/lyx_gui.C: out preamble
6591         * src/lyx_gui_misc.C: out preamble
6592         * src/lyxfunc.C: connect with guii preamble
6593
6594 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6595
6596         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
6597
6598 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
6599
6600         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
6601         whether to run bibtex.
6602
6603 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
6604
6605         * Makefile.am (lyx_SOURCES): Remove BackStack.h
6606
6607 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6608
6609         * Makefile.am (lyx_SOURCES): removed bibforms.h
6610
6611         * vspace.h: doxygen
6612
6613         * text.C (GetVisibleRow): make several local vars const
6614
6615         * tabular.C: small cleanup.
6616
6617         * lyxserver.C (callback): use compare instead of strncmp
6618
6619         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
6620         inlines to after class or to paragraph.C
6621
6622         * lyxfont.h: remove friend operator!=
6623
6624         * converter.h: move friend bool operator< to non friend and after
6625         class def.
6626
6627         * combox.h: small cleanup
6628
6629         * buffer.h: doxygen, remove unused constructor, move inclas inlies
6630         to inlines after class def.
6631
6632         * buffer.C (pop_tag): use string operations instead of strcmp
6633
6634         * bmtable.c: doxygen, small cleanup
6635
6636         * LaTeX.h: remove friend operator==
6637
6638 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6639
6640         * screen.C:
6641         * lyxrc.[Ch]:
6642         * lyxfunc.C:
6643         * lyxfont.[Ch]:
6644         * lyx_cb.C:
6645         * intl.[Ch]:
6646         * commandtags.h:
6647         * buffer.C:
6648         * WorkArea.[Ch]:
6649         * LyXAction.C:
6650         * BufferView_pimpl.C:
6651         * BufferView.[Ch]: remove cruft
6652
6653 2001-02-14  Juergen Vigna  <jug@sad.it>
6654
6655         * lyxfunc.C: removed #if 0 unused code
6656
6657         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
6658
6659         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
6660
6661         * text2.C (SetSelection): added a BufferView * parameter
6662
6663 2001-02-13  Juergen Vigna  <jug@sad.it>
6664
6665         * lyxfunc.C (Dispatch): fixed protected blank problem.
6666         * BufferView2.C (protectedBlank): added LyxText * parameter.
6667
6668         * tabular.C (AppendRow): forgot to set row_info of newly added row.
6669         (AppendColumn): same as above for column_info.
6670
6671         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
6672         (moveCursorUpdate): use a LyXText param for support of InsetText.
6673
6674         * BufferView_pimpl.C (doubleClick): added support for InsetText.
6675         (tripleClick): ditto
6676
6677         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
6678
6679         * BufferView_pimpl.C (update): added LyXText param to honor insets.
6680
6681         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
6682
6683         * text2.C (SetSelection): set correct update status if inset_owner
6684         (ToggleFree): ditto
6685
6686 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6687
6688         * tabular.C: remove some commented code.
6689
6690 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6691
6692         * BufferView_pimpl.C: call hideSplash()
6693
6694         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
6695
6696         * include_form.h:
6697         * bibforms.h: remove
6698
6699         * lyxfunc.C:
6700         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
6701           add LFUN_CHILD_CREATE
6702
6703         * counters.h: fix tiny typo
6704
6705         * lyx_cb.C:
6706         * lyx.h:
6707         * lyx_gui.C:
6708         * lyx.C: move splash to frontends/xforms/
6709
6710         * lyx_gui_misc.C: move Include and Bibform to frontends
6711
6712         * lyxvc.h: clarify comment
6713
6714         * vspace.C: tiny housekeeping
6715
6716 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
6717
6718         * text.C (PrepareToPrint): RTL Fix.
6719
6720         * paragraph.C (GetUChar): New method.
6721         (String):  Use GetUChar.
6722
6723         * buffer.C (asciiParagraph): Use GetUChar.
6724
6725 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
6726
6727         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
6728
6729 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6730
6731         * buffer.h:
6732         * buffer.C: rename to getLogName(), handle
6733           build log / latex log nicely
6734
6735 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6736
6737         * MenuBackend.C:
6738         * MenuBackend.h: remove support for reference menuitem type.
6739
6740 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6741
6742         * BufferView_pimpl.C: housekeeping
6743         * BufferView_pimpl.h:
6744         * LyXView.h:
6745         * Makefile.am:
6746         * Timeout.C:
6747         * Timeout.h:
6748         * minibuffer.h: move Timeout GUI-I
6749
6750 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
6751
6752         * lyxrc.C (read): Update converters data-structures.
6753
6754 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6755
6756         * LaTeX.h (operator!=): add operator != for Aux_Info
6757
6758 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6759
6760         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
6761
6762         * LaTeXLog.C: deleted, useful code moved to Buffer
6763
6764         * buffer.h:
6765         * buffer.C: new function getLatexLogName()
6766
6767         * lyx_gui_misc.C:
6768         * lyx_gui.C:
6769         * lyxvc.C:
6770         * lyxvc.h:
6771         * lyxfunc.C: use frontends for LaTeX and VC logs
6772
6773 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6774
6775         * LaTeX.h: yet another std:: that Allan forgot.
6776
6777         * Variables.C (set): renamed from isset(), because this clashes
6778         with some HP-UX macros (grr).
6779
6780 2001-02-06  Allan Rae  <rae@lyx.org>
6781
6782         * LaTeX.h: Another bug fix.  Missing std:: this time.
6783
6784 2001-02-04  Allan Rae  <rae@lyx.org>
6785
6786         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
6787         floats problem. I've left it commented out because it's not quite
6788         correct.  It should also test that the current object is a table or
6789         figure inset.  But I haven't gotten around to figuring out how to do
6790         that.  I *think* it'll be something like: "table" == inset.type()
6791
6792         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
6793         bool.
6794
6795 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
6796
6797         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
6798         all the citation/databases/styles in the auxilary file.
6799         (run): Rerun latex if there was a babel language error.
6800
6801 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
6802
6803         * text.C (Backspace): Preserve the font when changing newline char
6804         with a space.
6805         (BreakParagraph): If the cursor is before a space, delete the space.
6806
6807         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
6808
6809 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6810
6811         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
6812         new argument (code).
6813         (ChangeCitationsIfUnique): New method.
6814
6815         * paragraph.C (GetPositionOfInset): Handle bibkey.
6816
6817 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6818
6819         * BufferView_pimpl.h: change type of Position::par_pos to
6820         LyXParagraph::size_type.
6821
6822 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
6823
6824         * BufferView_pimpl.C (savePosition, restorePosition): Write
6825         messages to minibuffer.
6826
6827 2001-01-28  José Matos  <jamatos@fep.up.pt>
6828
6829         * buffer.C (makeDocBookFile): adds support for document language.
6830         A silly restriction on the name of LatexCommand types where removed.
6831         Added support for CDATA sections, allows to chars unescaped, used
6832         among others in code, to avoid escape < and >.
6833
6834 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6835
6836         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
6837         saved positions instrad of a stack. Furthermore, a position is
6838         stored using paragraph id/paragraph position.
6839
6840         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
6841         Remove LFUN_REF_BACK.
6842
6843 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6844
6845         * converter.C (dvipdfm_options): New method.
6846
6847 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6848
6849         * vspace.C (isValidLength): Fix for empty input string.
6850
6851 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6852
6853         * LyXAction.C (init): change description of LFUN_FIGURE to
6854         "Insert Graphics"
6855
6856 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6857
6858         * LaTeX.C: add using directive
6859
6860 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6861
6862         * MenuBackend.C (expand): Fix the sorting of the formats.
6863
6864 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
6865
6866         * lyx_main.C: tiny error message fix
6867
6868 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6869
6870         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
6871         calling fl_initialize(). This fixes the problem with ',' as
6872         decimal separator in text files.
6873
6874 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6875
6876         * trans.C (process): Fix the keymap bug.
6877
6878 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
6879
6880         * LaTeX.C (scanAuxFiles): New method. Provides support for
6881         multiple bibliographies (when using the bibtopic/bibunits pacakges).
6882         (scanLogFile) Scan for "run BibTeX" messages.
6883
6884         * buffer.C (makeLaTeXFile): Do not load the ae package when using
6885         OT1 font encoding. Also, load the aecompl package if the ae
6886         package is loaded.
6887
6888         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
6889
6890 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6891
6892         * texrow.C (increasePos): turn two error messages into debug
6893         messages.
6894
6895 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
6896
6897         * LaTeX.C (scanAux): Handle the \@input macro.
6898         (runBibTeX): Use scanAux().
6899
6900         * language.C (latex_options_): New field.
6901
6902         * LaTeXFeatures.C (getMacros): Add language macros.
6903
6904         * buffer.C (makeLaTeXFile): Small fix.
6905
6906 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6907
6908         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
6909
6910         * text2.C: add a using directive.
6911
6912 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
6913
6914         * BufferView2.C:
6915         * lyx_gui_misc.h:
6916         * lyxfr1.C:
6917         * lyxfunc.C: kill LyXBell.
6918
6919 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
6920
6921         * text.C (IsBoundary): Remove the error message
6922
6923         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
6924
6925         * lyxrc.C (setDefaults): Correct initialization value for
6926         font_norm_type.
6927
6928 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6929
6930         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
6931         gotoError().
6932
6933         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
6934         and GotoNextNote().
6935
6936         * src/LyXAction.C: Added reference-next.
6937
6938         * text.C (InsertChar): Use contains instead of strchr.
6939
6940         * lyx_cb.C (MenuInsertLabel): Enable default value code.
6941
6942 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
6943
6944         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
6945         alignment commands (when needed).
6946
6947         * text.C (InsertChar): Add ':' to number separator chars.