mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
es.po updates, installation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1440 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3f2bef2600
commit
bbc71de710
@ -41,6 +41,9 @@
|
||||
@bMatej Cepl
|
||||
@iE-mail: CeplM@seznam.cz
|
||||
Improvements to the czech keymaps
|
||||
@bAlbert Chin
|
||||
@iE-mail: china@thewrittenword.com
|
||||
Bug fixes.
|
||||
@bClaudio Coco
|
||||
@iE-mail: lacocio@iol.it
|
||||
Italian translation
|
||||
|
@ -1,3 +1,15 @@
|
||||
2001-02-02 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* Makefile.am: fix permissions on configure and configure.cmd
|
||||
(from Albert Chin)
|
||||
|
||||
* CREDITS: add Albert Chin
|
||||
|
||||
2001-02-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* bind/cua.bind: change the bookmark bindings to C-[123] and
|
||||
C-M-[123].
|
||||
|
||||
2001-01-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* examples/fr_MathLabeling.lyx:
|
||||
|
@ -19,7 +19,7 @@ TEXSUPPORT = tex/*.cls
|
||||
UI = ui/*.ui
|
||||
|
||||
LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(IMAGES) $(KBD) \
|
||||
$(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI) $(LYXSCRIPTS)
|
||||
$(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI)
|
||||
|
||||
LIBDISTFILES = $(BIND) $(CLIPART) $(DOCDIST) $(EXAMPLES) $(IMAGES) $(KBD) \
|
||||
$(LAYOUT) $(TEMPL) $(UI) $(TEXSUPPORT) $(LYXSCRIPTS)
|
||||
@ -46,6 +46,12 @@ install-data-local: libinstalldirs
|
||||
$(INSTALL_DATA) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
|
||||
done
|
||||
|
||||
install-exec-local: libinstalldirs
|
||||
files=`cd ${srcdir} ; echo $(LYXSCRIPTS)` ; \
|
||||
for i in $${files} ; do \
|
||||
$(INSTALL_SCRIPT) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
|
||||
done
|
||||
|
||||
uninstall-local:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
files=`cd ${srcdir} ; echo $(LIBINSTFILES)` ; \
|
||||
|
@ -121,12 +121,12 @@
|
||||
\bind "C-Insert" "copy"
|
||||
\bind "S-Insert" "paste"
|
||||
\bind "S-Delete" "cut"
|
||||
\bind "C-1" "bookmark-goto 1"
|
||||
\bind "C-2" "bookmark-goto 2"
|
||||
\bind "C-3" "bookmark-goto 3"
|
||||
\bind "C-S-exclam" "bookmark-save 1"
|
||||
\bind "C-S-at" "bookmark-save 2"
|
||||
\bind "C-S-numbersign" "bookmark-save 3"
|
||||
\bind "C-~S-1" "bookmark-goto 1"
|
||||
\bind "C-~S-2" "bookmark-goto 2"
|
||||
\bind "C-~S-3" "bookmark-goto 3"
|
||||
\bind "C-M-~S-1" "bookmark-save 1"
|
||||
\bind "C-M-~S-2" "bookmark-save 2"
|
||||
\bind "C-M-~S-3" "bookmark-save 3"
|
||||
|
||||
|
||||
#
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-02-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* es.po: update from German Poo Caaman~o
|
||||
|
||||
2001-01-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* da.po: update from Claus Hindsgaul
|
||||
|
Loading…
Reference in New Issue
Block a user