diff options
| author | Miles Bader | 2007-05-30 14:40:46 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-30 14:40:46 +0000 |
| commit | 62390cbfc25653003034b812258be9cfb5f3edee (patch) | |
| tree | 7ee220bf44a2e65dd80511bced7b77cfa1233b12 /etc | |
| parent | 2d423dd0a720b08c61ee10023554b2a0491f8fae (diff) | |
| parent | 7a781a5480b9a1f55d28a76e1d1f89aaa2421f97 (diff) | |
| download | emacs-62390cbfc25653003034b812258be9cfb5f3edee.tar.gz emacs-62390cbfc25653003034b812258be9cfb5f3edee.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 774-780)
- Update from CVS
- Merge from emacs--rel--22, gnus--rel--5.10
- Merge from emacs--rel--22
- Fix tq.el edge case
* emacs--rel--22 (patch 28-32)
- Update from CVS
* gnus--rel--5.10 (patch 224-225)
- Merge from emacs--devo--0, emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-213
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS.22 | 14 | ||||
| -rw-r--r-- | etc/PROBLEMS | 21 |
3 files changed, 11 insertions, 28 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e793d0256d3..425b0dc353a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-05-29 Robert J. Chassell <bob@rattlesnake.com> | ||
| 2 | |||
| 3 | * NEWS: Fix instances of `allow' without object. | ||
| 4 | |||
| 1 | 2007-05-22 Glenn Morris <rgm@gnu.org> | 5 | 2007-05-22 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * NEWS.22: New file with entries for Emacs 22. | 7 | * NEWS.22: New file with entries for Emacs 22. |
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 84c7b3b3bf1..41c446ccae8 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -442,7 +442,7 @@ same string that would be displayed on mouse-over using the | |||
| 442 | `help-echo' property, but, in certain cases, it can display a more | 442 | `help-echo' property, but, in certain cases, it can display a more |
| 443 | keyboard oriented alternative. | 443 | keyboard oriented alternative. |
| 444 | 444 | ||
| 445 | *** New user option `help-at-pt-display-when-idle' allows to | 445 | *** New user option `help-at-pt-display-when-idle' allows you to |
| 446 | automatically show the help provided by `display-local-help' on | 446 | automatically show the help provided by `display-local-help' on |
| 447 | point-over, after suitable idle time. The amount of idle time is | 447 | point-over, after suitable idle time. The amount of idle time is |
| 448 | determined by the user option `help-at-pt-timer-delay' and defaults | 448 | determined by the user option `help-at-pt-timer-delay' and defaults |
| @@ -1949,11 +1949,11 @@ old name remains available as alias, but has been marked obsolete. | |||
| 1949 | 1949 | ||
| 1950 | If point is at the end of a file buffer before reverting, Auto Revert | 1950 | If point is at the end of a file buffer before reverting, Auto Revert |
| 1951 | mode keeps it at the end after reverting. Similarly if point is | 1951 | mode keeps it at the end after reverting. Similarly if point is |
| 1952 | displayed at the end of a file buffer in any window, it stays at | 1952 | displayed at the end of a file buffer in any window, it stays at the end |
| 1953 | the end of the buffer in that window. This allows to tail a file: | 1953 | of the buffer in that window. This allows you to "tail" a file: just |
| 1954 | just put point at the end of the buffer and it stays there. This | 1954 | put point at the end of the buffer and it stays there. This rule |
| 1955 | rule applies to file buffers. For non-file buffers, the behavior can | 1955 | applies to file buffers. For non-file buffers, the behavior can be mode |
| 1956 | be mode dependent. | 1956 | dependent. |
| 1957 | 1957 | ||
| 1958 | If you are sure that the file will only change by growing at the end, | 1958 | If you are sure that the file will only change by growing at the end, |
| 1959 | then you can tail the file more efficiently by using the new minor | 1959 | then you can tail the file more efficiently by using the new minor |
| @@ -3047,7 +3047,7 @@ struct members in C, members variables in C++ and variables in PHP. | |||
| 3047 | 3047 | ||
| 3048 | *** Support for `movemail' from GNU mailutils was added to Rmail. | 3048 | *** Support for `movemail' from GNU mailutils was added to Rmail. |
| 3049 | 3049 | ||
| 3050 | This version of `movemail' allows to read mail from a wide range of | 3050 | This version of `movemail' allows you to read mail from a wide range of |
| 3051 | mailbox formats, including remote POP3 and IMAP4 mailboxes with or | 3051 | mailbox formats, including remote POP3 and IMAP4 mailboxes with or |
| 3052 | without TLS encryption. If GNU mailutils is installed on the system | 3052 | without TLS encryption. If GNU mailutils is installed on the system |
| 3053 | and its version of `movemail' can be found in exec-path, it will be | 3053 | and its version of `movemail' can be found in exec-path, it will be |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 317d7d70783..f35f3fdc659 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2456,27 +2456,6 @@ This results from a bug in a VERY old version of GNU Sed. To solve | |||
| 2456 | the problem, install the current version of GNU Sed, then rerun | 2456 | the problem, install the current version of GNU Sed, then rerun |
| 2457 | Emacs's configure script. | 2457 | Emacs's configure script. |
| 2458 | 2458 | ||
| 2459 | *** Compiling on GNU/Linux fails due to a missing left operand in gnu-linux.h. | ||
| 2460 | |||
| 2461 | The error messages have the form: | ||
| 2462 | |||
| 2463 | ../src/s/gnu-linux.h:49:24: error: operator '>' has no left operand | ||
| 2464 | |||
| 2465 | This error occurs because your system defines LINUX_VERSION_CODE in | ||
| 2466 | the standard header file linux/version.h but does not give it a value. | ||
| 2467 | As a workaround, you can edit the file src/s/gnu-linux.h to add the | ||
| 2468 | needed definition. On the line after "#include <linux/version.h>", | ||
| 2469 | add a line as shown below: | ||
| 2470 | |||
| 2471 | #include <linux/version.h> | ||
| 2472 | #define LINUX_VERSION_CODE 132626 | ||
| 2473 | |||
| 2474 | The number to use depends on your kernel version (the example shown is | ||
| 2475 | for kernel 2.6.18). The number can be obtained by running the | ||
| 2476 | following command in the shell: | ||
| 2477 | |||
| 2478 | uname -r | sed -e 's/\./ /g' -e 's/-.*//' | awk '{print $1*(2^16) + $2*(2^8) + $3}' | ||
| 2479 | |||
| 2480 | *** Building a 32-bit executable on a 64-bit GNU/Linux architecture. | 2459 | *** Building a 32-bit executable on a 64-bit GNU/Linux architecture. |
| 2481 | 2460 | ||
| 2482 | First ensure that the necessary 32-bit system libraries and include | 2461 | First ensure that the necessary 32-bit system libraries and include |