aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-16 07:11:19 +0000
committerDan Nicolaescu2008-07-16 07:11:19 +0000
commitc3b5f109164f9e7224c086a16c766257d4e3ddde (patch)
tree026f0482ff1f90c05fbc0af7f3f78b5d608cd77c /src/ChangeLog
parent6b0273cd0a5ffcb7dc98b311bbfb4a112fc7db65 (diff)
downloademacs-c3b5f109164f9e7224c086a16c766257d4e3ddde.tar.gz
emacs-c3b5f109164f9e7224c086a16c766257d4e3ddde.zip
* m/mips.h: Remove boilerplate comments and code for systems that
do not use this file. (SIGN_EXTEND_CHAR): * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused. * unexmips.c: Remove file, unused.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 491931820ec..434f6de6fdf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12008-07-16 Dan Nicolaescu <dann@ics.uci.edu> 12008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * m/mips.h: Remove boilerplate comments and code for systems that
4 do not use this file.
5 (SIGN_EXTEND_CHAR):
6 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
7 * unexmips.c: Remove file, unused.
8
3 * editfns.c (Fuser_full_name): Replace the only use of 9 * editfns.c (Fuser_full_name): Replace the only use of
4 USER_FULL_NAME with its value. 10 USER_FULL_NAME with its value.
5 * config.in: Regenerate. 11 * config.in: Regenerate.