Skip to content

Commit a8619ad

Browse files
Correct missing line breaks in version 1.1 change log
1 parent 458b5db commit a8619ad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

hc/src/help.src

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ o The version number is now correctly displayed in the title of help
322322
screens. (Fixes #154)
323323
o When run from the Visual Studio debugger, the working directory of
324324
the program is properly set to the home directory. (Fixes #153)
325-
o Corrected an assert popup during a Debug build. (Fixes #147, #140)
325+
o Corrected an assert popup during a Debug build. (Fixes #147, #140)\
326326
o When the monitor configuration changed since the last time Id was run
327327
and the previous window position is no longer on-screen, the previous
328328
window position is forgotten and the window is placed by the system.
@@ -337,27 +337,27 @@ o When changing fractal types, if the the fractal parameters screen or
337337

338338
Code Cleanup in Version 1.1:
339339

340-
o Code style guide created to assist contributors. (Fixes #166)
340+
o Code style guide created to assist contributors. (Fixes #166)\
341341
o More unit tests added, when reasonable, to prove buggy behavior and
342342
validate their fixes.
343343
o Library libid source and header files organized into subdirectories by
344344
role: 3d, engine, fractals, io, math, misc and ui.
345345
o test-id unit tests files organized into subdirectories, matching the
346346
function or file they test.
347-
o Identifier names renamed to conform to style guide.
348-
o Names of files updated to conform to style guide.
347+
o Identifier names renamed to conform to style guide.\
348+
o Names of files updated to conform to style guide.\
349349
o Calls to standard library functions qualified with namespace std to
350350
conform to style guide.
351351
o All platform (e.g. linux vs. Windows) variations isolated to CMake
352352
checks in the config library.
353353
o All calls to stricmp, strnicmp, and strncasecmp replaced with
354354
string_case_compare and string_case_equal from config library.
355-
o Platform driver types selected by config library in driver_types.h.
356-
o Platform file descriptor I/O header selected by config library in fdio.h.
357-
o Platform filelength function selected by config library in filelength.h.
358-
o Platform getpid function selected by config library in getpid.h.
359-
o Platform path limits selected by config library in path_limits.h.
360-
o All XFRACT conditionally compiled code eliminated by using config library.
355+
o Platform driver types selected by config library in driver_types.h.\
356+
o Platform file descriptor I/O header selected by config library in fdio.h.\
357+
o Platform filelength function selected by config library in filelength.h.\
358+
o Platform getpid function selected by config library in getpid.h.\
359+
o Platform path limits selected by config library in path_limits.h.\
360+
o All XFRACT conditionally compiled code eliminated by using config library.\
361361
o Many more small improvements, see the git commit history for details.
362362

363363
Known limitations:

0 commit comments

Comments
 (0)