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