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