*** empty log message ***

This commit is contained in:
Eli Zaretskii
2006-03-18 15:12:38 +00:00
parent f438bf5c0b
commit e4d181dcba
2 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
* isearch.el (isearch-other-meta-char): Handle user bindings for
shifted control characters.
2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the

View File

@@ -1,3 +1,19 @@
2006-03-18 Nozomu Ando <nand@mac.com>
* m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
(LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
(START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
Don't redefine.
* m/mips.h: Don't use unexmips on NetBSD.
(LIBS_MACHINE): Move definition lower, so it doesn't use
LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
* unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
(unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
option is broken (e.g., MIPS/NetBSD).
2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
* sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.