diff options
| author | Miles Bader | 2006-01-16 08:37:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-01-16 08:37:27 +0000 |
| commit | 41882805d6711e32ac0f066119226d84dbdedc13 (patch) | |
| tree | 44f756cef3fbc4de2f229e93613a1a326da7f55d /lib-src | |
| parent | 6a2bd1a5019d2130c87ac5cf17f1322bf614b624 (diff) | |
| parent | 28f74fdf77eaab2e9daf54e2d5b0b729c5201e4f (diff) | |
| download | emacs-41882805d6711e32ac0f066119226d84dbdedc13.tar.gz emacs-41882805d6711e32ac0f066119226d84dbdedc13.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 616-696)
- Add lisp/mh-e/.arch-inventory
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
- lisp/gnus/ChangeLog: Remove duplicate entry
* gnus--rel--5.10 (patch 147-181)
- Update from CVS
- Merge from emacs--cvs-trunk--0
- Update from CVS: lisp/mml.el (mml-preview): Doc fix.
- Update from CVS: texi/message.texi: Fix default values.
- Update from CVS: texi/gnus.texi (RSS): Addition.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 21 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 2 | ||||
| -rw-r--r-- | lib-src/etags.c | 18 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 25 |
4 files changed, 51 insertions, 15 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2f584879147..c8d1cb41dea 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2005-12-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc. | ||
| 4 | (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc, | ||
| 5 | international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc. | ||
| 6 | Rearrange the list to be similar to $(shortlisp) in | ||
| 7 | src/Makefile.in. | ||
| 8 | (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, | ||
| 9 | emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, | ||
| 10 | jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in | ||
| 11 | src/Makefile.in. | ||
| 12 | |||
| 13 | 2005-12-22 Richard M. Stallman <rms@gnu.org> | ||
| 14 | |||
| 15 | * Makefile.in (update-game-score.o): Delete spurious final `\'. | ||
| 16 | |||
| 17 | 2005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change) | ||
| 18 | |||
| 19 | * etags.c (main): Cxref mode writes to stdout: do not close tagf, | ||
| 20 | which was never opened. | ||
| 21 | |||
| 1 | 2005-10-20 Olli Savia <ops@iki.fi> (tiny change) | 22 | 2005-10-20 Olli Savia <ops@iki.fi> (tiny change) |
| 2 | 23 | ||
| 3 | * etags.c: Undef STDIN if defined. (LynxOS defines it in system | 24 | * etags.c: Undef STDIN if defined. (LynxOS defines it in system |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 29fc2ec5374..7f071543965 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -465,7 +465,7 @@ update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS) | |||
| 465 | 465 | ||
| 466 | update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) | 466 | update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) |
| 467 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ | 467 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ |
| 468 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ | 468 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" |
| 469 | 469 | ||
| 470 | /* These are NOT included in INSTALLABLES or UTILITIES. | 470 | /* These are NOT included in INSTALLABLES or UTILITIES. |
| 471 | See ../src/Makefile.in. */ | 471 | See ../src/Makefile.in. */ |
diff --git a/lib-src/etags.c b/lib-src/etags.c index de0a2cf950b..fecf7904117 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | * configuration file containing regexp definitions for etags. | 41 | * configuration file containing regexp definitions for etags. |
| 42 | */ | 42 | */ |
| 43 | 43 | ||
| 44 | char pot_etags_version[] = "@(#) pot revision number is 17.14"; | 44 | char pot_etags_version[] = "@(#) pot revision number is 17.15"; |
| 45 | 45 | ||
| 46 | #define TRUE 1 | 46 | #define TRUE 1 |
| 47 | #define FALSE 0 | 47 | #define FALSE 0 |
| @@ -479,7 +479,7 @@ static bool packages_only; /* --packages-only: in Ada, only tag packages*/ | |||
| 479 | 479 | ||
| 480 | /* STDIN is defined in LynxOS system headers */ | 480 | /* STDIN is defined in LynxOS system headers */ |
| 481 | #ifdef STDIN | 481 | #ifdef STDIN |
| 482 | #undef STDIN | 482 | # undef STDIN |
| 483 | #endif | 483 | #endif |
| 484 | 484 | ||
| 485 | #define STDIN 0x1001 /* returned by getopt_long on --parse-stdin */ | 485 | #define STDIN 0x1001 /* returned by getopt_long on --parse-stdin */ |
| @@ -994,9 +994,9 @@ Relative ones are stored relative to the output file's directory.\n"); | |||
| 994 | if (CTAGS) | 994 | if (CTAGS) |
| 995 | { | 995 | { |
| 996 | puts ("-v, --vgrind\n\ | 996 | puts ("-v, --vgrind\n\ |
| 997 | Generates an index of items intended for human consumption,\n\ | 997 | Print on the standard output an index of items intended for\n\ |
| 998 | similar to the output of vgrind. The index is sorted, and\n\ | 998 | human consumption, similar to the output of vgrind. The index\n\ |
| 999 | gives the page number of each item."); | 999 | is sorted, and gives the page number of each item."); |
| 1000 | puts ("-w, --no-warn\n\ | 1000 | puts ("-w, --no-warn\n\ |
| 1001 | Suppress warning messages about entries defined in multiple\n\ | 1001 | Suppress warning messages about entries defined in multiple\n\ |
| 1002 | files."); | 1002 | files."); |
| @@ -1428,7 +1428,8 @@ main (argc, argv) | |||
| 1428 | 1428 | ||
| 1429 | if (!CTAGS || cxref_style) | 1429 | if (!CTAGS || cxref_style) |
| 1430 | { | 1430 | { |
| 1431 | put_entries (nodehead); /* write the remaining tags (ETAGS) */ | 1431 | /* Write the remaining tags to tagf (ETAGS) or stdout (CXREF). */ |
| 1432 | put_entries (nodehead); | ||
| 1432 | free_tree (nodehead); | 1433 | free_tree (nodehead); |
| 1433 | nodehead = NULL; | 1434 | nodehead = NULL; |
| 1434 | if (!CTAGS) | 1435 | if (!CTAGS) |
| @@ -1442,10 +1443,11 @@ main (argc, argv) | |||
| 1442 | 1443 | ||
| 1443 | while (nincluded_files-- > 0) | 1444 | while (nincluded_files-- > 0) |
| 1444 | fprintf (tagf, "\f\n%s,include\n", *included_files++); | 1445 | fprintf (tagf, "\f\n%s,include\n", *included_files++); |
| 1446 | |||
| 1447 | if (fclose (tagf) == EOF) | ||
| 1448 | pfatal (tagfile); | ||
| 1445 | } | 1449 | } |
| 1446 | 1450 | ||
| 1447 | if (fclose (tagf) == EOF) | ||
| 1448 | pfatal (tagfile); | ||
| 1449 | exit (EXIT_SUCCESS); | 1451 | exit (EXIT_SUCCESS); |
| 1450 | } | 1452 | } |
| 1451 | 1453 | ||
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index cdb153f8363..e8bc7399da0 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -154,7 +154,7 @@ obj= sunfns.o dosfns.o msdos.o \ | |||
| 154 | # | 154 | # |
| 155 | lispsource = ../lisp/ | 155 | lispsource = ../lisp/ |
| 156 | 156 | ||
| 157 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc | 157 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc $(lispsource)tooltip.elc |
| 158 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc | 158 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc |
| 159 | 159 | ||
| 160 | # lisp files that are loaded up on other platforms | 160 | # lisp files that are loaded up on other platforms |
| @@ -166,31 +166,37 @@ lisp1= \ | |||
| 166 | $(lispsource)buff-menu.elc \ | 166 | $(lispsource)buff-menu.elc \ |
| 167 | $(lispsource)button.elc \ | 167 | $(lispsource)button.elc \ |
| 168 | $(lispsource)emacs-lisp/byte-run.elc \ | 168 | $(lispsource)emacs-lisp/byte-run.elc \ |
| 169 | $(lispsource)cus-face.elc \ | ||
| 169 | $(lispsource)cus-start.elc \ | 170 | $(lispsource)cus-start.elc \ |
| 170 | $(lispsource)custom.elc \ | 171 | $(lispsource)custom.elc \ |
| 171 | $(lispsource)emacs-lisp/backquote.elc \ | 172 | $(lispsource)emacs-lisp/backquote.elc \ |
| 172 | $(lispsource)emacs-lisp/lisp-mode.elc \ | 173 | $(lispsource)emacs-lisp/lisp-mode.elc \ |
| 173 | $(lispsource)emacs-lisp/lisp.elc \ | 174 | $(lispsource)emacs-lisp/lisp.elc \ |
| 174 | $(lispsource)env.elc \ | ||
| 175 | $(lispsource)faces.elc \ | ||
| 176 | $(lispsource)files.elc \ | ||
| 177 | $(lispsource)format.elc \ | ||
| 178 | $(lispsource)facemenu.elc \ | 175 | $(lispsource)facemenu.elc \ |
| 179 | $(MOUSE_SUPPORT) \ | 176 | $(MOUSE_SUPPORT) \ |
| 177 | $(lispsource)faces.elc \ | ||
| 178 | $(lispsource)files.elc \ | ||
| 180 | $(lispsource)emacs-lisp/float-sup.elc \ | 179 | $(lispsource)emacs-lisp/float-sup.elc \ |
| 180 | $(lispsource)format.elc \ | ||
| 181 | $(lispsource)frame.elc \ | 181 | $(lispsource)frame.elc \ |
| 182 | $(lispsource)help.elc \ | 182 | $(lispsource)help.elc \ |
| 183 | $(lispsource)indent.elc \ | 183 | $(lispsource)indent.elc \ |
| 184 | $(lispsource)isearch.elc \ | 184 | $(lispsource)isearch.elc \ |
| 185 | $(lispsource)rfn-eshadow.elc \ | ||
| 185 | $(lispsource)loadup.el \ | 186 | $(lispsource)loadup.el \ |
| 186 | $(lispsource)loaddefs.el \ | 187 | $(lispsource)loaddefs.el \ |
| 187 | $(lispsource)bindings.elc \ | 188 | $(lispsource)bindings.elc \ |
| 188 | $(lispsource)emacs-lisp/map-ynp.elc \ | 189 | $(lispsource)emacs-lisp/map-ynp.elc \ |
| 189 | $(lispsource)menu-bar.elc \ | 190 | $(lispsource)env.elc \ |
| 190 | $(lispsource)international/mule.elc \ | 191 | $(lispsource)international/mule.elc \ |
| 191 | $(lispsource)international/mule-conf.el \ | 192 | $(lispsource)international/mule-conf.el \ |
| 192 | $(lispsource)international/mule-cmds.elc \ | 193 | $(lispsource)international/mule-cmds.elc \ |
| 193 | $(lispsource)international/characters.elc \ | 194 | $(lispsource)international/characters.elc \ |
| 195 | $(lispsource)image.elc \ | ||
| 196 | $(lispsource)international/fontset.elc \ | ||
| 197 | $(lispsource)dnd.elc \ | ||
| 198 | $(lispsource)mwheel.elc \ | ||
| 199 | $(lispsource)tool-bar.elc \ | ||
| 194 | $(lispsource)case-table.elc | 200 | $(lispsource)case-table.elc |
| 195 | 201 | ||
| 196 | lisp2 = \ | 202 | lisp2 = \ |
| @@ -198,6 +204,7 @@ lisp2 = \ | |||
| 198 | $(lispsource)language/cyrillic.elc \ | 204 | $(lispsource)language/cyrillic.elc \ |
| 199 | $(lispsource)language/indian.elc \ | 205 | $(lispsource)language/indian.elc \ |
| 200 | $(lispsource)language/devanagari.el \ | 206 | $(lispsource)language/devanagari.el \ |
| 207 | $(lispsource)language/kannada.el \ | ||
| 201 | $(lispsource)language/malayalam.el \ | 208 | $(lispsource)language/malayalam.el \ |
| 202 | $(lispsource)language/tamil.el \ | 209 | $(lispsource)language/tamil.el \ |
| 203 | $(lispsource)language/english.el \ | 210 | $(lispsource)language/english.el \ |
| @@ -217,6 +224,7 @@ lisp2 = \ | |||
| 217 | $(lispsource)language/misc-lang.el \ | 224 | $(lispsource)language/misc-lang.el \ |
| 218 | $(lispsource)language/utf-8-lang.el \ | 225 | $(lispsource)language/utf-8-lang.el \ |
| 219 | $(lispsource)language/georgian.el \ | 226 | $(lispsource)language/georgian.el \ |
| 227 | $(lispsource)menu-bar.elc \ | ||
| 220 | $(lispsource)paths.el \ | 228 | $(lispsource)paths.el \ |
| 221 | $(lispsource)register.elc \ | 229 | $(lispsource)register.elc \ |
| 222 | $(lispsource)replace.elc \ | 230 | $(lispsource)replace.elc \ |
| @@ -225,11 +233,16 @@ lisp2 = \ | |||
| 225 | $(lispsource)subr.elc \ | 233 | $(lispsource)subr.elc \ |
| 226 | $(lispsource)term/tty-colors.elc \ | 234 | $(lispsource)term/tty-colors.elc \ |
| 227 | $(lispsource)font-core.elc \ | 235 | $(lispsource)font-core.elc \ |
| 236 | $(lispsource)emacs-lisp/syntax.elc \ | ||
| 237 | $(lispsource)font-lock.elc \ | ||
| 238 | $(lispsource)jit-lock.elc \ | ||
| 228 | $(lispsource)textmodes/fill.elc \ | 239 | $(lispsource)textmodes/fill.elc \ |
| 229 | $(lispsource)textmodes/page.elc \ | 240 | $(lispsource)textmodes/page.elc \ |
| 230 | $(lispsource)textmodes/paragraphs.elc \ | 241 | $(lispsource)textmodes/paragraphs.elc \ |
| 231 | $(lispsource)textmodes/text-mode.elc \ | 242 | $(lispsource)textmodes/text-mode.elc \ |
| 243 | $(lispsource)emacs-lisp/timer.elc \ | ||
| 232 | $(lispsource)vc-hooks.elc \ | 244 | $(lispsource)vc-hooks.elc \ |
| 245 | $(lispsource)jka-cmpr-hook.elc \ | ||
| 233 | $(lispsource)ediff-hook.elc \ | 246 | $(lispsource)ediff-hook.elc \ |
| 234 | $(VMS_SUPPORT) \ | 247 | $(VMS_SUPPORT) \ |
| 235 | $(MSDOS_SUPPORT) \ | 248 | $(MSDOS_SUPPORT) \ |