mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
ChangeLog sync
This commit is contained in:
parent
1c812d64d3
commit
fab9402302
@ -1,3 +1,12 @@
|
|||||||
|
1999-07-05 Miguel de Icaza <miguel@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in (all): Makefile fix.
|
||||||
|
|
||||||
|
1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
|
* Make.common.in (confdir): Define confdir as sysconfdir. This
|
||||||
|
should fix the problem we had with FSSTND distributions.
|
||||||
|
|
||||||
1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||||
|
|
||||||
* Makefile.in (DISTMAIN): Added config.guess and config.sub to the
|
* Makefile.in (DISTMAIN): Added config.guess and config.sub to the
|
||||||
|
@ -24,9 +24,7 @@ DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
@for dir in @INTLSUB@ ${codedirs} @POSUB@; do \
|
@for dir in @INTLSUB@ ${codedirs} @POSUB@; do \
|
||||||
cd $$dir; \
|
(cd $$dir; ${MAKE} all || exit 1) \
|
||||||
${MAKE} all || exit 1; \
|
|
||||||
cd .. ;\
|
|
||||||
done
|
done
|
||||||
|
|
||||||
static:
|
static:
|
||||||
|
@ -8,9 +8,9 @@ Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
|||||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||||
Hint: There is a Midnight Commander URL: http://www.gnome.org/mc/
|
Hint: There is a Midnight Commander URL: http://www.gnome.org/mc/
|
||||||
Hint: The latest version of the Commander is in: ftp://prep.ai.mit.edu/pub/gnu/
|
Hint: The latest version of the Commander is in: ftp://ftp.gnome.org/pub/GNOME/sources/mc
|
||||||
Hint: Please send any bug reports to mc-bugs@nuclecu.unam.mx
|
Hint: Please send any bug reports to mc-bugs@nuclecu.unam.mx
|
||||||
Hint: Midnight Commander home site: ftp://ftp.nuclecu.unam.mx/linux/local/
|
Hint: Midnight Commander home site: http://www.gnome.org/mc
|
||||||
Hint: Tab changes your current panel.
|
Hint: Tab changes your current panel.
|
||||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||||
Hint: We also have a nice manual page.
|
Hint: We also have a nice manual page.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
1999-06-01 Robert Brady <rwb197@ecs.soton.ac.uk>
|
||||||
|
|
||||||
|
* file.c (move_dir_dir): Give an error when an attempt is made to
|
||||||
|
move an empty directory into itself.
|
||||||
|
|
||||||
1999-06-24 smil@linuxfan.com
|
1999-06-24 smil@linuxfan.com
|
||||||
|
|
||||||
* view.c (view_update_bytes_per_line, display): show correctly the
|
* view.c (view_update_bytes_per_line, display): show correctly the
|
||||||
|
Loading…
Reference in New Issue
Block a user