Mercurial > emacs
comparison src/ChangeLog @ 83456:de425e4eb0bc
Merged from miles@gnu.org--gnu-2005 (patch 182-184, 691-699)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-691
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-692
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-693
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-694
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-695
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-696
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-697
Checkout man/cc-mode.texi from CVS with RCS keywords disabled
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-698
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-699
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-182
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-183
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-184
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-496
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 17 Jan 2006 00:56:42 +0000 |
parents | 1893489ad811 |
children | b6f025de5c99 7beb78bc1f8e |
comparison
equal
deleted
inserted
replaced
83455:8438f5473d99 | 83456:de425e4eb0bc |
---|---|
1 2006-01-15 Andreas Schwab <schwab@suse.de> | |
2 | |
3 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP. | |
4 | |
5 2006-01-13 Richard M. Stallman <rms@gnu.org> | |
6 | |
7 * Makefile.in: Define new macro WINDOW_SUPPORT. | |
8 (lisp): Use it. | |
9 (SOME_MACHINE_LISP): Add conditionally loaded files. | |
10 | |
11 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
12 | |
13 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr) | |
14 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering. | |
15 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in | |
16 decomposed form. | |
17 | |
18 * process.c [HAVE_INTTYPES_H]: Include inttypes.h. | |
19 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE). | |
20 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK | |
21 macro. Also try member ifr_addr when getting netmask. | |
22 | |
1 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca> | 23 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 24 |
3 * fileio.c (Fexpand_file_name): Remove redundant tests. | 25 * fileio.c (Fexpand_file_name): Remove redundant tests. |
4 Fix elimination of // so that it doesn't prevent elimination of an | 26 Fix elimination of // so that it doesn't prevent elimination of an |
5 immediately following /. or /.. | 27 immediately following /. or /.. |
21 * .gdbinit: Fix last change. | 43 * .gdbinit: Fix last change. |
22 | 44 |
23 2006-01-05 Kim F. Storm <storm@cua.dk> | 45 2006-01-05 Kim F. Storm <storm@cua.dk> |
24 | 46 |
25 * process.c (Fmake_network_process): Use AF_INET instead of | 47 * process.c (Fmake_network_process): Use AF_INET instead of |
26 AF_UNSPEC when AF_INET6 is not defined. | 48 AF_UNSPEC when AF_INET6 is not defined. |
27 | 49 |
28 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 50 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
29 | 51 |
30 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc): | 52 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc): |
31 Don't check that the other type is known file-related one. | 53 Don't check that the other type is known file-related one. |