summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2008-02-01 16:01:31 +0000
committerMiles Bader <miles@gnu.org>2008-02-01 16:01:31 +0000
commit6cc41fb06c37234822d5aedf7ce0f77b88bb450a (patch)
treea130326faf29d4410ed126e4f0d6a13f11a19df3 /lib-src
parentb502217bd845bc6280fd2bb1eacce176ed4f7d90 (diff)
parentdd559368b0db67654f643320b1d84afdabe60e97 (diff)
downloademacs-6cc41fb06c37234822d5aedf7ce0f77b88bb450a.tar.gz
Merge unicode branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1037
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog.unicode17
-rw-r--r--lib-src/makefile.w32-in84
2 files changed, 66 insertions, 35 deletions
diff --git a/lib-src/ChangeLog.unicode b/lib-src/ChangeLog.unicode
new file mode 100644
index 00000000000..7d105d80983
--- /dev/null
+++ b/lib-src/ChangeLog.unicode
@@ -0,0 +1,17 @@
+2007-10-21 Jason Rumney <jasonr@gnu.org>
+
+ * makefile.w32-in (obj): Sync with src/Makefile.in
+ (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
+ (WINNT_SUPPORT): Add term/w32-win.elc.
+ (lisp1, lisp2): Sync with lisp in src/Makefile.in.
+
+2007-06-06 Jason Rumney <jasonr@gnu.org>
+
+ * makefile.w32-in (obj): Add font.o and w32font.o
+
+2005-10-14 Zhang Wei <id.brep@gmail.com> (tiny change)
+
+ * lib-src/makefile.w32-in (lisp1): Delete ucs-tables.elc,
+ utf-8.elc, and latin-*.el.
+
+;; arch-tag: c7cd5592-edad-4f68-a810-0d2704087cf8
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index a0a581b878d..057d5ab4fd5 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -142,14 +142,15 @@ $(BLD)/ctags.$(O): ctags.c
# make-docfile blindly replaces .o with .c anyway. Keep .o in this list
# as it is required by code in doc.c.
#
-obj= dosfns.o msdos.o \
- xterm.o xfns.o xmenu.o xselect.o xrdb.o fringe.o image.o \
- mac.o macterm.o macfns.o macmenu.o fontset.o \
+obj = dosfns.o msdos.o \
+ xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
+ mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \
w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \
+ font.o w32font.o \
dispnew.o frame.o scroll.o xdisp.o window.o \
- charset.o coding.o category.o ccl.o \
- cm.o term.o xfaces.o \
+ charset.o coding.o category.o ccl.o character.o chartab.o \
+ cm.o term.o terminal.o xfaces.o \
emacs.o keyboard.o macros.o keymap.o sysdep.o \
buffer.o filelock.o insdel.o marker.o \
minibuf.o fileio.o dired.o filemode.o \
@@ -166,30 +167,56 @@ obj= dosfns.o msdos.o \
#
lispsource = ../lisp/
-MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc $(lispsource)tooltip.elc
-WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc
+MOUSE_SUPPORT = \
+ $(lispsource)select.elc \
+ $(lispsource)scroll-bar.elc \
+ $(lispsource)mouse.elc \
+ $(lispsource)tooltip.elc
+WINNT_SUPPORT = \
+ $(lispsource)ls-lisp.elc \
+ $(lispsource)disp-table.elc \
+ $(lispsource)w32-fns.elc \
+ $(lispsource)dos-w32.elc \
+ $(lispsource)w32-vars.elc \
+ $(lispsource)term/w32-win.elc
# lisp files that are loaded up on other platforms
-MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc
-VMS_SUPPORT = $(lispsource)vmsproc.el $(lispsource)vms-patch.el
+MSDOS_SUPPORT = \
+ $(lispsource)dos-fns.elc \
+ $(lispsource)dos-vars.elc \
+ $(lispsource)international/ccl.elc \
+ $(lispsource)international/codepage.elc
+VMS_SUPPORT = \
+ $(lispsource)vmsproc.el \
+ $(lispsource)vms-patch.el
+TOOLTIP_SUPPORT = $(lispsource)tooltip.elc
+WINDOW_SUPPORT = \
+ $(lispsource)fringe.elc \
+ $(lispsource)image.elc \
+ $(lispsource)international/fontset.elc \
+ $(lispsource)dnd.elc \
+ $(lispsource)tool-bar.elc \
+ $(lispsource)mwheel.elc
lisp1= \
$(lispsource)abbrev.elc \
$(lispsource)buff-menu.elc \
$(lispsource)button.elc \
$(lispsource)emacs-lisp/byte-run.elc \
+ ${lispsource}composite.elc \
$(lispsource)cus-face.elc \
$(lispsource)cus-start.elc \
$(lispsource)custom.elc \
$(lispsource)emacs-lisp/backquote.elc \
$(lispsource)emacs-lisp/lisp-mode.elc \
$(lispsource)emacs-lisp/lisp.elc \
- $(lispsource)facemenu.elc \
- $(MOUSE_SUPPORT) \
+ $(lispsource)env.elc \
$(lispsource)faces.elc \
$(lispsource)files.elc \
- $(lispsource)emacs-lisp/float-sup.elc \
$(lispsource)format.elc \
+ $(lispsource)facemenu.elc \
+ $(MOUSE_SUPPORT) \
+ $(lispsource)emacs-lisp/float-sup.elc \
$(lispsource)frame.elc \
$(lispsource)help.elc \
$(lispsource)indent.elc \
@@ -199,33 +226,18 @@ lisp1= \
$(lispsource)loaddefs.el \
$(lispsource)bindings.elc \
$(lispsource)emacs-lisp/map-ynp.elc \
- $(lispsource)env.elc \
+ $(lispsource)menu-bar.elc \
$(lispsource)international/mule.elc \
$(lispsource)international/mule-conf.el \
$(lispsource)international/mule-cmds.elc \
$(lispsource)international/characters.elc \
- $(lispsource)international/ucs-tables.elc \
- $(lispsource)international/utf-8.elc \
- $(lispsource)international/utf-16.elc \
- $(lispsource)international/latin-1.el \
- $(lispsource)international/latin-2.el \
- $(lispsource)international/latin-3.el \
- $(lispsource)international/latin-4.el \
- $(lispsource)international/latin-5.el \
- $(lispsource)international/latin-8.el \
- $(lispsource)international/latin-9.el \
- $(lispsource)fringe.elc \
- $(lispsource)image.elc \
- $(lispsource)international/fontset.elc \
- $(lispsource)dnd.elc \
- $(lispsource)mwheel.elc \
- $(lispsource)tool-bar.elc \
+ $(lispsource)international/charprop.el \
$(lispsource)case-table.elc
lisp2 = \
- $(lispsource)language/chinese.elc \
- $(lispsource)language/cyrillic.elc \
- $(lispsource)language/indian.elc \
+ $(lispsource)language/chinese.el \
+ $(lispsource)language/cyrillic.el \
+ $(lispsource)language/indian.el \
$(lispsource)language/devanagari.el \
$(lispsource)language/kannada.el \
$(lispsource)language/malayalam.el \
@@ -241,13 +253,13 @@ lisp2 = \
$(lispsource)language/japanese.el \
$(lispsource)language/korean.el \
$(lispsource)language/lao.el \
+ $(lispsource)language/tai-viet.el \
$(lispsource)language/thai.el \
$(lispsource)language/tibetan.elc \
- $(lispsource)language/vietnamese.elc \
+ $(lispsource)language/vietnamese.el \
$(lispsource)language/misc-lang.el \
$(lispsource)language/utf-8-lang.el \
$(lispsource)language/georgian.el \
- $(lispsource)menu-bar.elc \
$(lispsource)paths.el \
$(lispsource)register.elc \
$(lispsource)replace.elc \
@@ -264,12 +276,14 @@ lisp2 = \
$(lispsource)textmodes/paragraphs.elc \
$(lispsource)textmodes/text-mode.elc \
$(lispsource)emacs-lisp/timer.elc \
- $(lispsource)vc-hooks.elc \
$(lispsource)jka-cmpr-hook.elc \
+ $(lispsource)vc-hooks.elc \
$(lispsource)ediff-hook.elc \
+ $(TOOLTIP_SUPPORT) \
$(VMS_SUPPORT) \
$(MSDOS_SUPPORT) \
$(WINNT_SUPPORT) \
+ $(WINDOW_SUPPORT) \
$(lispsource)widget.elc \
$(lispsource)window.elc \
$(lispsource)version.el