1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

doc: CVS is no longer used. Mention static accel checking.

This commit is contained in:
Kalle Olavi Niemitalo 2006-04-27 00:09:23 +03:00 committed by Kalle Olavi Niemitalo
parent c3f5c34dd3
commit a19f271a8b

View File

@ -502,7 +502,7 @@ All the .c files MUST start by a short one-line description:
/* <short one-line description> */ /* <short one-line description> */
All the .h files MUST start by a CVS Id tag and then anti-reinclusion ifdef. All the .h files MUST start by an anti-reinclusion ifdef.
The macro is The macro is
EL_<path_relative_to_src:s/[\/.]/_/>. EL_<path_relative_to_src:s/[\/.]/_/>.
@ -682,7 +682,7 @@ which is why everybody concerned with ELinks develepment should use it:
In 0.5 versions `--enable-debug` add some fancy things: In 0.5 versions `--enable-debug` add some fancy things:
- many data integrity checking (see `lists.h`) - many data integrity checking (see `lists.h`)
- hotkey debugging: especially cool for translators, it highlights redundant - hotkey debugging: especially cool for translators, it highlights redundant
hotkeys in a menu. hotkeys in a menu. (See also po/perl/check-accelerator-conflicts.pl.)
- more errors messages - more errors messages
- low bug tolerance: it will core dump on some errors instead of just writing - low bug tolerance: it will core dump on some errors instead of just writing
an error description. an error description.