aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2011-07-07 13:20:12 +0900
committerKenichi Handa2011-07-07 13:20:12 +0900
commitef7b981ddd5efeb17f2894f51b5a69b974bc3674 (patch)
treee9f2802174b1cead62c96ebd7e487da63f4eff4e
parent023e7b416bc76d4c98a421ee9455df039967e484 (diff)
parent76b397fb2aaecf9f71b6a914dea4a5ff7b486d18 (diff)
downloademacs-ef7b981ddd5efeb17f2894f51b5a69b974bc3674.tar.gz
emacs-ef7b981ddd5efeb17f2894f51b5a69b974bc3674.zip
merge trunk
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/themes/dichromacy-theme.el1
-rw-r--r--etc/themes/tango-dark-theme.el1
-rw-r--r--etc/themes/tango-theme.el1
-rw-r--r--etc/themes/wheatgrass-theme.el1
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/bindings.el2
-rw-r--r--lisp/window.el4
-rw-r--r--src/ChangeLog7
-rw-r--r--src/m/iris4d.h26
-rw-r--r--src/s/irix6-5.h7
13 files changed, 38 insertions, 35 deletions
diff --git a/ChangeLog b/ChangeLog
index 19dcf6818e3..655fdc278ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in: Remove reference to iris4d.h.
4
12011-07-05 Jan Djärv <jan.h.d@swipnet.se> 52011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS. 7 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
diff --git a/configure.in b/configure.in
index 2c258174d46..25e19f43a94 100644
--- a/configure.in
+++ b/configure.in
@@ -536,7 +536,7 @@ case "${canonical}" in
536 ## Silicon Graphics machines 536 ## Silicon Graphics machines
537 ## Iris 4D 537 ## Iris 4D
538 mips-sgi-irix6.5 ) 538 mips-sgi-irix6.5 )
539 machine=iris4d opsys=irix6-5 539 opsys=irix6-5
540 # Without defining _LANGUAGE_C, things get masked out in the headers 540 # Without defining _LANGUAGE_C, things get masked out in the headers
541 # so that, for instance, grepping for `free' in stdlib.h fails and 541 # so that, for instance, grepping for `free' in stdlib.h fails and
542 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). 542 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 5e80b5029ff..f2098dc210d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12011-07-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * themes/dichromacy-theme.el:
4 * themes/tango-theme.el:
5 * themes/tango-dark-theme.el:
6 * themes/wheatgrass-theme.el: Don't define button face separately;
7 it inherits from link now.
8
12011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> 92011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 10
3 * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist. 11 * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist.
diff --git a/etc/themes/dichromacy-theme.el b/etc/themes/dichromacy-theme.el
index 0105080ab08..31f27d9fb8a 100644
--- a/etc/themes/dichromacy-theme.el
+++ b/etc/themes/dichromacy-theme.el
@@ -72,7 +72,6 @@ Ansi-Color faces are included.")
72 `(font-lock-warning-face ((,class (:weight bold :slant italic 72 `(font-lock-warning-face ((,class (:weight bold :slant italic
73 :foreground ,vermillion)))) 73 :foreground ,vermillion))))
74 ;; Button and link faces 74 ;; Button and link faces
75 `(button ((,class (:underline t :foreground ,blue))))
76 `(link ((,class (:underline t :foreground ,blue)))) 75 `(link ((,class (:underline t :foreground ,blue))))
77 `(link-visited ((,class (:underline t :foreground ,redpurple)))) 76 `(link-visited ((,class (:underline t :foreground ,redpurple))))
78 ;; Gnus faces 77 ;; Gnus faces
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el
index b5621d10320..403370c90cb 100644
--- a/etc/themes/tango-dark-theme.el
+++ b/etc/themes/tango-dark-theme.el
@@ -86,7 +86,6 @@ Semantic, and Ansi-Color faces are included.")
86 `(font-lock-variable-name-face ((,class (:foreground ,orange-1)))) 86 `(font-lock-variable-name-face ((,class (:foreground ,orange-1))))
87 `(font-lock-warning-face ((,class (:foreground ,red-0)))) 87 `(font-lock-warning-face ((,class (:foreground ,red-0))))
88 ;; Button and link faces 88 ;; Button and link faces
89 `(button ((,class (:underline t :foreground ,blue-1))))
90 `(link ((,class (:underline t :foreground ,blue-1)))) 89 `(link ((,class (:underline t :foreground ,blue-1))))
91 `(link-visited ((,class (:underline t :foreground ,blue-2)))) 90 `(link-visited ((,class (:underline t :foreground ,blue-2))))
92 ;; Gnus faces 91 ;; Gnus faces
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el
index c58e0036353..9d0f0aca94a 100644
--- a/etc/themes/tango-theme.el
+++ b/etc/themes/tango-theme.el
@@ -77,7 +77,6 @@ Semantic, and Ansi-Color faces are included.")
77 `(font-lock-variable-name-face ((,class (:foreground ,orange-4)))) 77 `(font-lock-variable-name-face ((,class (:foreground ,orange-4))))
78 `(font-lock-warning-face ((,class (:foreground ,red-2)))) 78 `(font-lock-warning-face ((,class (:foreground ,red-2))))
79 ;; Button and link faces 79 ;; Button and link faces
80 `(button ((,class (:underline t :foreground ,blue-3))))
81 `(link ((,class (:underline t :foreground ,blue-3)))) 80 `(link ((,class (:underline t :foreground ,blue-3))))
82 `(link-visited ((,class (:underline t :foreground ,blue-2)))) 81 `(link-visited ((,class (:underline t :foreground ,blue-2))))
83 ;; Gnus faces 82 ;; Gnus faces
diff --git a/etc/themes/wheatgrass-theme.el b/etc/themes/wheatgrass-theme.el
index 3a08bb63d96..9f8772c4d6e 100644
--- a/etc/themes/wheatgrass-theme.el
+++ b/etc/themes/wheatgrass-theme.el
@@ -47,7 +47,6 @@ of green, brown, and blue.")
47 `(font-lock-variable-name-face ((,class (:foreground "yellow green")))) 47 `(font-lock-variable-name-face ((,class (:foreground "yellow green"))))
48 `(font-lock-warning-face ((,class (:foreground "salmon1")))) 48 `(font-lock-warning-face ((,class (:foreground "salmon1"))))
49 ;; Button and link faces 49 ;; Button and link faces
50 `(button ((,class (:underline t :foreground "cyan"))))
51 `(link ((,class (:underline t :foreground "cyan")))) 50 `(link ((,class (:underline t :foreground "cyan"))))
52 `(link-visited ((,class (:underline t :foreground "dark cyan")))) 51 `(link-visited ((,class (:underline t :foreground "dark cyan"))))
53 ;; Gnus faces 52 ;; Gnus faces
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5dd52709746..42c1686e9d5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,4 @@
12011-07-06 Kenichi Handa <handa@m17n.org> 12011-07-07 Kenichi Handa <handa@m17n.org>
2 2
3 * international/characters.el (build-unicode-category-table): 3 * international/characters.el (build-unicode-category-table):
4 Delete it. 4 Delete it.
@@ -34,6 +34,13 @@
34 * loadup.el: Load international/charprop.el before 34 * loadup.el: Load international/charprop.el before
35 international/characters. 35 international/characters.
36 36
372011-07-07 Chong Yidong <cyd@stupidchicken.com>
38
39 * window.el (next-buffer, previous-buffer): Signal an error if
40 called from a minibuffer window.
41
42 * bindings.el: Revert 2011-07-04 change.
43
372011-07-06 Richard Stallman <rms@gnu.org> 442011-07-06 Richard Stallman <rms@gnu.org>
38 45
39 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions. 46 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 2f035608528..99d9aa36e35 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -807,8 +807,6 @@ if `inhibit-field-text-motion' is non-nil."
807 (define-key map [up] 'previous-history-element) 807 (define-key map [up] 'previous-history-element)
808 (define-key map "\es" 'next-matching-history-element) 808 (define-key map "\es" 'next-matching-history-element)
809 (define-key map "\er" 'previous-matching-history-element) 809 (define-key map "\er" 'previous-matching-history-element)
810 (define-key map [remap next-buffer] 'ignore)
811 (define-key map [remap previous-buffer] 'ignore)
812 ;; Override the global binding (which calls indent-relative via 810 ;; Override the global binding (which calls indent-relative via
813 ;; indent-for-tab-command). The alignment that indent-relative tries to 811 ;; indent-for-tab-command). The alignment that indent-relative tries to
814 ;; do doesn't make much sense here since the prompt messes it up. 812 ;; do doesn't make much sense here since the prompt messes it up.
diff --git a/lisp/window.el b/lisp/window.el
index 2b98630a51e..2c4bf0dcb23 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -2819,11 +2819,15 @@ displayed there."
2819(defun next-buffer () 2819(defun next-buffer ()
2820 "In selected window switch to next buffer." 2820 "In selected window switch to next buffer."
2821 (interactive) 2821 (interactive)
2822 (if (window-minibuffer-p)
2823 (error "Cannot switch buffers in minibuffer window"))
2822 (switch-to-next-buffer)) 2824 (switch-to-next-buffer))
2823 2825
2824(defun previous-buffer () 2826(defun previous-buffer ()
2825 "In selected window switch to previous buffer." 2827 "In selected window switch to previous buffer."
2826 (interactive) 2828 (interactive)
2829 (if (window-minibuffer-p)
2830 (error "Cannot switch buffers in minibuffer window"))
2827 (switch-to-prev-buffer)) 2831 (switch-to-prev-buffer))
2828 2832
2829(defun delete-windows-on (&optional buffer-or-name frame) 2833(defun delete-windows-on (&optional buffer-or-name frame)
diff --git a/src/ChangeLog b/src/ChangeLog
index a3536cda7a4..642445b2328 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-07-06 Kenichi Handa <handa@m17n.org> 12011-07-07 Kenichi Handa <handa@m17n.org>
2 2
3 * character.h (unicode_category_t): New enum type. 3 * character.h (unicode_category_t): New enum type.
4 4
@@ -40,6 +40,11 @@
40 * font.c (font_range): Adjusted for the change of 40 * font.c (font_range): Adjusted for the change of
41 Vunicode_category_table. 41 Vunicode_category_table.
42 42
432011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
44
45 * m/iris4d.h: Remove file, move contents ...
46 * s/irix6-5.h: ... here.
47
432011-07-06 Paul Eggert <eggert@cs.ucla.edu> 482011-07-06 Paul Eggert <eggert@cs.ucla.edu>
44 49
45 Remove unportable assumption about struct layout (Bug#8884). 50 Remove unportable assumption about struct layout (Bug#8884).
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
deleted file mode 100644
index 881f71f846f..00000000000
--- a/src/m/iris4d.h
+++ /dev/null
@@ -1,26 +0,0 @@
1/* machine description file for Iris-4D machines. Use with s/irix*.h.
2
3Copyright (C) 1987, 2001-2011 Free Software Foundation, Inc.
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19
20
21/* DATA_SEG_BITS forces extra bits to be or'd in with any pointers which
22 were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for
23 the value field of a LISP_OBJECT). */
24#define DATA_START 0x10000000
25#define DATA_SEG_BITS 0x10000000
26
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h
index d283571d8fb..26eb7dcde77 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -96,3 +96,10 @@ char *_getpty();
96/* Tested on Irix 6.5. SCM worked on earlier versions. */ 96/* Tested on Irix 6.5. SCM worked on earlier versions. */
97#define GC_SETJMP_WORKS 1 97#define GC_SETJMP_WORKS 1
98#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 98#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
99
100
101/* DATA_SEG_BITS forces extra bits to be or'd in with any pointers which
102 were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for
103 the value field of a LISP_OBJECT). */
104#define DATA_START 0x10000000
105#define DATA_SEG_BITS 0x10000000