diff options
| author | Miles Bader | 2008-02-01 16:01:31 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-02-01 16:01:31 +0000 |
| commit | 6cc41fb06c37234822d5aedf7ce0f77b88bb450a (patch) | |
| tree | a130326faf29d4410ed126e4f0d6a13f11a19df3 /lib-src | |
| parent | b502217bd845bc6280fd2bb1eacce176ed4f7d90 (diff) | |
| parent | dd559368b0db67654f643320b1d84afdabe60e97 (diff) | |
| download | emacs-6cc41fb06c37234822d5aedf7ce0f77b88bb450a.tar.gz emacs-6cc41fb06c37234822d5aedf7ce0f77b88bb450a.zip | |
Merge unicode branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1037
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog.unicode | 17 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 84 |
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 @@ | |||
| 1 | 2007-10-21 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Sync with src/Makefile.in | ||
| 4 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. | ||
| 5 | (WINNT_SUPPORT): Add term/w32-win.elc. | ||
| 6 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. | ||
| 7 | |||
| 8 | 2007-06-06 Jason Rumney <jasonr@gnu.org> | ||
| 9 | |||
| 10 | * makefile.w32-in (obj): Add font.o and w32font.o | ||
| 11 | |||
| 12 | 2005-10-14 Zhang Wei <id.brep@gmail.com> (tiny change) | ||
| 13 | |||
| 14 | * lib-src/makefile.w32-in (lisp1): Delete ucs-tables.elc, | ||
| 15 | utf-8.elc, and latin-*.el. | ||
| 16 | |||
| 17 | ;; 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 | |||
| 142 | # make-docfile blindly replaces .o with .c anyway. Keep .o in this list | 142 | # make-docfile blindly replaces .o with .c anyway. Keep .o in this list |
| 143 | # as it is required by code in doc.c. | 143 | # as it is required by code in doc.c. |
| 144 | # | 144 | # |
| 145 | obj= dosfns.o msdos.o \ | 145 | obj = dosfns.o msdos.o \ |
| 146 | xterm.o xfns.o xmenu.o xselect.o xrdb.o fringe.o image.o \ | 146 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ |
| 147 | mac.o macterm.o macfns.o macmenu.o fontset.o \ | 147 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \ |
| 148 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ | 148 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ |
| 149 | w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \ | 149 | w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \ |
| 150 | font.o w32font.o \ | ||
| 150 | dispnew.o frame.o scroll.o xdisp.o window.o \ | 151 | dispnew.o frame.o scroll.o xdisp.o window.o \ |
| 151 | charset.o coding.o category.o ccl.o \ | 152 | charset.o coding.o category.o ccl.o character.o chartab.o \ |
| 152 | cm.o term.o xfaces.o \ | 153 | cm.o term.o terminal.o xfaces.o \ |
| 153 | emacs.o keyboard.o macros.o keymap.o sysdep.o \ | 154 | emacs.o keyboard.o macros.o keymap.o sysdep.o \ |
| 154 | buffer.o filelock.o insdel.o marker.o \ | 155 | buffer.o filelock.o insdel.o marker.o \ |
| 155 | minibuf.o fileio.o dired.o filemode.o \ | 156 | minibuf.o fileio.o dired.o filemode.o \ |
| @@ -166,30 +167,56 @@ obj= dosfns.o msdos.o \ | |||
| 166 | # | 167 | # |
| 167 | lispsource = ../lisp/ | 168 | lispsource = ../lisp/ |
| 168 | 169 | ||
| 169 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc $(lispsource)tooltip.elc | 170 | MOUSE_SUPPORT = \ |
| 170 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc | 171 | $(lispsource)select.elc \ |
| 172 | $(lispsource)scroll-bar.elc \ | ||
| 173 | $(lispsource)mouse.elc \ | ||
| 174 | $(lispsource)tooltip.elc | ||
| 175 | WINNT_SUPPORT = \ | ||
| 176 | $(lispsource)ls-lisp.elc \ | ||
| 177 | $(lispsource)disp-table.elc \ | ||
| 178 | $(lispsource)w32-fns.elc \ | ||
| 179 | $(lispsource)dos-w32.elc \ | ||
| 180 | $(lispsource)w32-vars.elc \ | ||
| 181 | $(lispsource)term/w32-win.elc | ||
| 171 | 182 | ||
| 172 | # lisp files that are loaded up on other platforms | 183 | # lisp files that are loaded up on other platforms |
| 173 | MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc | 184 | MSDOS_SUPPORT = \ |
| 174 | VMS_SUPPORT = $(lispsource)vmsproc.el $(lispsource)vms-patch.el | 185 | $(lispsource)dos-fns.elc \ |
| 186 | $(lispsource)dos-vars.elc \ | ||
| 187 | $(lispsource)international/ccl.elc \ | ||
| 188 | $(lispsource)international/codepage.elc | ||
| 189 | VMS_SUPPORT = \ | ||
| 190 | $(lispsource)vmsproc.el \ | ||
| 191 | $(lispsource)vms-patch.el | ||
| 192 | TOOLTIP_SUPPORT = $(lispsource)tooltip.elc | ||
| 193 | WINDOW_SUPPORT = \ | ||
| 194 | $(lispsource)fringe.elc \ | ||
| 195 | $(lispsource)image.elc \ | ||
| 196 | $(lispsource)international/fontset.elc \ | ||
| 197 | $(lispsource)dnd.elc \ | ||
| 198 | $(lispsource)tool-bar.elc \ | ||
| 199 | $(lispsource)mwheel.elc | ||
| 175 | 200 | ||
| 176 | lisp1= \ | 201 | lisp1= \ |
| 177 | $(lispsource)abbrev.elc \ | 202 | $(lispsource)abbrev.elc \ |
| 178 | $(lispsource)buff-menu.elc \ | 203 | $(lispsource)buff-menu.elc \ |
| 179 | $(lispsource)button.elc \ | 204 | $(lispsource)button.elc \ |
| 180 | $(lispsource)emacs-lisp/byte-run.elc \ | 205 | $(lispsource)emacs-lisp/byte-run.elc \ |
| 206 | ${lispsource}composite.elc \ | ||
| 181 | $(lispsource)cus-face.elc \ | 207 | $(lispsource)cus-face.elc \ |
| 182 | $(lispsource)cus-start.elc \ | 208 | $(lispsource)cus-start.elc \ |
| 183 | $(lispsource)custom.elc \ | 209 | $(lispsource)custom.elc \ |
| 184 | $(lispsource)emacs-lisp/backquote.elc \ | 210 | $(lispsource)emacs-lisp/backquote.elc \ |
| 185 | $(lispsource)emacs-lisp/lisp-mode.elc \ | 211 | $(lispsource)emacs-lisp/lisp-mode.elc \ |
| 186 | $(lispsource)emacs-lisp/lisp.elc \ | 212 | $(lispsource)emacs-lisp/lisp.elc \ |
| 187 | $(lispsource)facemenu.elc \ | 213 | $(lispsource)env.elc \ |
| 188 | $(MOUSE_SUPPORT) \ | ||
| 189 | $(lispsource)faces.elc \ | 214 | $(lispsource)faces.elc \ |
| 190 | $(lispsource)files.elc \ | 215 | $(lispsource)files.elc \ |
| 191 | $(lispsource)emacs-lisp/float-sup.elc \ | ||
| 192 | $(lispsource)format.elc \ | 216 | $(lispsource)format.elc \ |
| 217 | $(lispsource)facemenu.elc \ | ||
| 218 | $(MOUSE_SUPPORT) \ | ||
| 219 | $(lispsource)emacs-lisp/float-sup.elc \ | ||
| 193 | $(lispsource)frame.elc \ | 220 | $(lispsource)frame.elc \ |
| 194 | $(lispsource)help.elc \ | 221 | $(lispsource)help.elc \ |
| 195 | $(lispsource)indent.elc \ | 222 | $(lispsource)indent.elc \ |
| @@ -199,33 +226,18 @@ lisp1= \ | |||
| 199 | $(lispsource)loaddefs.el \ | 226 | $(lispsource)loaddefs.el \ |
| 200 | $(lispsource)bindings.elc \ | 227 | $(lispsource)bindings.elc \ |
| 201 | $(lispsource)emacs-lisp/map-ynp.elc \ | 228 | $(lispsource)emacs-lisp/map-ynp.elc \ |
| 202 | $(lispsource)env.elc \ | 229 | $(lispsource)menu-bar.elc \ |
| 203 | $(lispsource)international/mule.elc \ | 230 | $(lispsource)international/mule.elc \ |
| 204 | $(lispsource)international/mule-conf.el \ | 231 | $(lispsource)international/mule-conf.el \ |
| 205 | $(lispsource)international/mule-cmds.elc \ | 232 | $(lispsource)international/mule-cmds.elc \ |
| 206 | $(lispsource)international/characters.elc \ | 233 | $(lispsource)international/characters.elc \ |
| 207 | $(lispsource)international/ucs-tables.elc \ | 234 | $(lispsource)international/charprop.el \ |
| 208 | $(lispsource)international/utf-8.elc \ | ||
| 209 | $(lispsource)international/utf-16.elc \ | ||
| 210 | $(lispsource)international/latin-1.el \ | ||
| 211 | $(lispsource)international/latin-2.el \ | ||
| 212 | $(lispsource)international/latin-3.el \ | ||
| 213 | $(lispsource)international/latin-4.el \ | ||
| 214 | $(lispsource)international/latin-5.el \ | ||
| 215 | $(lispsource)international/latin-8.el \ | ||
| 216 | $(lispsource)international/latin-9.el \ | ||
| 217 | $(lispsource)fringe.elc \ | ||
| 218 | $(lispsource)image.elc \ | ||
| 219 | $(lispsource)international/fontset.elc \ | ||
| 220 | $(lispsource)dnd.elc \ | ||
| 221 | $(lispsource)mwheel.elc \ | ||
| 222 | $(lispsource)tool-bar.elc \ | ||
| 223 | $(lispsource)case-table.elc | 235 | $(lispsource)case-table.elc |
| 224 | 236 | ||
| 225 | lisp2 = \ | 237 | lisp2 = \ |
| 226 | $(lispsource)language/chinese.elc \ | 238 | $(lispsource)language/chinese.el \ |
| 227 | $(lispsource)language/cyrillic.elc \ | 239 | $(lispsource)language/cyrillic.el \ |
| 228 | $(lispsource)language/indian.elc \ | 240 | $(lispsource)language/indian.el \ |
| 229 | $(lispsource)language/devanagari.el \ | 241 | $(lispsource)language/devanagari.el \ |
| 230 | $(lispsource)language/kannada.el \ | 242 | $(lispsource)language/kannada.el \ |
| 231 | $(lispsource)language/malayalam.el \ | 243 | $(lispsource)language/malayalam.el \ |
| @@ -241,13 +253,13 @@ lisp2 = \ | |||
| 241 | $(lispsource)language/japanese.el \ | 253 | $(lispsource)language/japanese.el \ |
| 242 | $(lispsource)language/korean.el \ | 254 | $(lispsource)language/korean.el \ |
| 243 | $(lispsource)language/lao.el \ | 255 | $(lispsource)language/lao.el \ |
| 256 | $(lispsource)language/tai-viet.el \ | ||
| 244 | $(lispsource)language/thai.el \ | 257 | $(lispsource)language/thai.el \ |
| 245 | $(lispsource)language/tibetan.elc \ | 258 | $(lispsource)language/tibetan.elc \ |
| 246 | $(lispsource)language/vietnamese.elc \ | 259 | $(lispsource)language/vietnamese.el \ |
| 247 | $(lispsource)language/misc-lang.el \ | 260 | $(lispsource)language/misc-lang.el \ |
| 248 | $(lispsource)language/utf-8-lang.el \ | 261 | $(lispsource)language/utf-8-lang.el \ |
| 249 | $(lispsource)language/georgian.el \ | 262 | $(lispsource)language/georgian.el \ |
| 250 | $(lispsource)menu-bar.elc \ | ||
| 251 | $(lispsource)paths.el \ | 263 | $(lispsource)paths.el \ |
| 252 | $(lispsource)register.elc \ | 264 | $(lispsource)register.elc \ |
| 253 | $(lispsource)replace.elc \ | 265 | $(lispsource)replace.elc \ |
| @@ -264,12 +276,14 @@ lisp2 = \ | |||
| 264 | $(lispsource)textmodes/paragraphs.elc \ | 276 | $(lispsource)textmodes/paragraphs.elc \ |
| 265 | $(lispsource)textmodes/text-mode.elc \ | 277 | $(lispsource)textmodes/text-mode.elc \ |
| 266 | $(lispsource)emacs-lisp/timer.elc \ | 278 | $(lispsource)emacs-lisp/timer.elc \ |
| 267 | $(lispsource)vc-hooks.elc \ | ||
| 268 | $(lispsource)jka-cmpr-hook.elc \ | 279 | $(lispsource)jka-cmpr-hook.elc \ |
| 280 | $(lispsource)vc-hooks.elc \ | ||
| 269 | $(lispsource)ediff-hook.elc \ | 281 | $(lispsource)ediff-hook.elc \ |
| 282 | $(TOOLTIP_SUPPORT) \ | ||
| 270 | $(VMS_SUPPORT) \ | 283 | $(VMS_SUPPORT) \ |
| 271 | $(MSDOS_SUPPORT) \ | 284 | $(MSDOS_SUPPORT) \ |
| 272 | $(WINNT_SUPPORT) \ | 285 | $(WINNT_SUPPORT) \ |
| 286 | $(WINDOW_SUPPORT) \ | ||
| 273 | $(lispsource)widget.elc \ | 287 | $(lispsource)widget.elc \ |
| 274 | $(lispsource)window.elc \ | 288 | $(lispsource)window.elc \ |
| 275 | $(lispsource)version.el | 289 | $(lispsource)version.el |