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