Browse Source

* Code cleanup: Added const qualifier for variables and
function declarations where possible. No functional changes.

Roland Illig 20 years ago
parent
commit
263ea5c1d5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      edit/ChangeLog

+ 5 - 0
edit/ChangeLog

@@ -1,3 +1,8 @@
+2004-08-29  Roland Illig  <roland.illig@gmx.de>
+
+	* Code cleanup: Added const qualifier for variables and
+	function declarations where possible. No functional changes.
+
 2004-08-26  Leonard den Ottolander  <leonard * den ottolander nl>
 
         * edit/editcmd.c: Fix buffer overflows in edit replace code.