Mercurial > emacs
comparison lisp/ChangeLog @ 83467:d04d8ccb3c41
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-41
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-42
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-43
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-44
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-45
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-46
Merge from erc--emacs--0
* emacs@sv.gnu.org/emacs--devo--0--patch-47
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-48
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-14
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-15
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-16
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-17
Merge from emacs--devo--0
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-507
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 06 Feb 2006 18:44:57 +0000 |
parents | 9bec09743395 341b24d692de |
children | b98066f4aa10 |
comparison
equal
deleted
inserted
replaced
83466:9bec09743395 | 83467:d04d8ccb3c41 |
---|---|
1 2006-02-05 Jay Belanger <belanger@truman.edu> | |
2 | |
3 Update copyright notices of the files in lisp/calc. | |
4 | |
5 2006-02-05 Romain Francoise <romain@orebokech.com> | |
6 | |
7 Update copyright notices of all files in the lisp/play directory. | |
8 | |
9 2006-02-04 Luc Teirlinck <teirllm@auburn.edu> | |
10 | |
11 * ldefs-boot.el: Regenerate. | |
12 | |
13 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix. | |
14 | |
15 2006-02-05 Kim F. Storm <storm@cua.dk> | |
16 | |
17 * files.el (magic-mode-regexp-match-limit): New defvar. | |
18 (set-auto-mode): Use it to limit magic-mode-alist matching. | |
19 | |
20 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com> | |
21 | |
22 * simple.el (display-message-or-buffer): Compare the number of | |
23 characters to the frame width when determining whether a 1-line | |
24 message string will fit in the echo area. Count screen lines | |
25 instead of buffer lines when determining whether a multi-line | |
26 message will fit in the echo area/minibuffer window. | |
27 | |
28 2006-02-04 Eli Zaretskii <eliz@gnu.org> | |
29 | |
30 * info.el (Info-index, Info-mode): Improve the description of the | |
31 `i' command. | |
32 | |
33 * ldefs-boot.el: Regenerate. | |
34 | |
35 2006-02-03 Werner Lemberg <wl@gnu.org> | |
36 | |
37 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be | |
38 greedy to find the closing bracket in \*[...] and similar | |
39 expressions. This is a first rough fix -- many additional | |
40 refinements are necessary to make nroff mode really usable with | |
41 groff. | |
42 | |
1 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change) | 43 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change) |
2 | 44 |
3 * international/mule-cmds.el (set-locale-environment): Add | 45 * international/mule-cmds.el (set-locale-environment): Add |
4 "/usr/share/X11/locale/locale.alias" to search list for xorg-x11 | 46 "/usr/share/X11/locale/locale.alias" to search list for xorg-x11 |
5 libX11. | 47 libX11. |