aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-03-18 15:12:38 +0000
committerEli Zaretskii2006-03-18 15:12:38 +0000
commite4d181dcba5c8b24a90469cc520c97e9e0d844fe (patch)
tree772a2c08384c776d06ef09b7942adaa2ecd8351b
parentf438bf5c0b43aaec1444a0f65fc61df6e470c2a6 (diff)
downloademacs-e4d181dcba5c8b24a90469cc520c97e9e0d844fe.tar.gz
emacs-e4d181dcba5c8b24a90469cc520c97e9e0d844fe.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog16
2 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a90fc7ad4ca..e2ecdd192ea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2
3 * isearch.el (isearch-other-meta-char): Handle user bindings for
4 shifted control characters.
5
12006-03-18 Agustin Martin <agustin.martin@hispalinux.es> 62006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2 7
3 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the 8 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
diff --git a/src/ChangeLog b/src/ChangeLog
index bde601c2e81..bc4dd813023 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12006-03-18 Nozomu Ando <nand@mac.com>
2
3 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
4 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
5 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
6 Don't redefine.
7
8 * m/mips.h: Don't use unexmips on NetBSD.
9 (LIBS_MACHINE): Move definition lower, so it doesn't use
10 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
11 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
12
13 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
14 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
15 option is broken (e.g., MIPS/NetBSD).
16
12006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change) 172006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
2 18
3 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB. 19 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.