diff options
| author | Karoly Lorentey | 2004-10-07 16:52:19 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-10-07 16:52:19 +0000 |
| commit | c5f80d9d13d6033e5ee75d65bb5383d4d75dc427 (patch) | |
| tree | 1aa58eeabb309b4460144425f6e5a2ca0ad81eaf /etc | |
| parent | 04ccca970d4a21222cd1f58c7c41983461f009fc (diff) | |
| parent | eb6a2b61401ca737487aa7770389c01c0e962cb0 (diff) | |
| download | emacs-c5f80d9d13d6033e5ee75d65bb5383d4d75dc427.tar.gz emacs-c5f80d9d13d6033e5ee75d65bb5383d4d75dc427.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-593
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-594
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-595
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-596
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-597
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-598
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-600
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-601
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-602
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-42
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-43
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-253
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 9 | ||||
| -rw-r--r-- | etc/DEBUG | 11 | ||||
| -rw-r--r-- | etc/NEWS | 19 | ||||
| -rw-r--r-- | etc/enriched.doc | 4 |
4 files changed, 35 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 981fd88ba3a..e410e315417 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-10-04 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * enriched.doc: Update for new bindings of `set-left-margin' and | ||
| 4 | `set-right-margin'. | ||
| 5 | |||
| 6 | 2004-10-04 Kim F. Storm <storm@cua.dk> | ||
| 7 | |||
| 8 | * DEBUG: Mention pp and ff commands. | ||
| 9 | |||
| 1 | 2004-09-26 Luc Teirlinck <teirllm@auburn.edu> | 10 | 2004-09-26 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 11 | ||
| 3 | * enriched.doc: `enriched-annotation-alist' is now called | 12 | * enriched.doc: `enriched-annotation-alist' is now called |
| @@ -69,9 +69,11 @@ fatal error, you can use the GDB command `pr'. First print the value | |||
| 69 | in the ordinary way, with the `p' command. Then type `pr' with no | 69 | in the ordinary way, with the `p' command. Then type `pr' with no |
| 70 | arguments. This calls a subroutine which uses the Lisp printer. | 70 | arguments. This calls a subroutine which uses the Lisp printer. |
| 71 | 71 | ||
| 72 | Note: It is not a good idea to try `pr' if you know that Emacs is in | 72 | You can also use `pp value' to print the emacs value directly. |
| 73 | deep trouble: its stack smashed (e.g., if it encountered SIGSEGV due | 73 | |
| 74 | to stack overflow), or crucial data structures, such as `obarray', | 74 | Note: It is not a good idea to try `pr' or `pp' if you know that Emacs |
| 75 | is in deep trouble: its stack smashed (e.g., if it encountered SIGSEGV | ||
| 76 | due to stack overflow), or crucial data structures, such as `obarray', | ||
| 75 | corrupted, etc. In such cases, the Emacs subroutine called by `pr' | 77 | corrupted, etc. In such cases, the Emacs subroutine called by `pr' |
| 76 | might make more damage, like overwrite some data that is important for | 78 | might make more damage, like overwrite some data that is important for |
| 77 | debugging the original problem. | 79 | debugging the original problem. |
| @@ -442,6 +444,9 @@ Several more functions for debugging display code are available in | |||
| 442 | Emacs compiled with GLYPH_DEBUG defined; type "C-h f dump- TAB" and | 444 | Emacs compiled with GLYPH_DEBUG defined; type "C-h f dump- TAB" and |
| 443 | "C-h f trace- TAB" to see the full list. | 445 | "C-h f trace- TAB" to see the full list. |
| 444 | 446 | ||
| 447 | When you debug display problems running emacs under X, you can use | ||
| 448 | the `ff' command to flush all pending display updates to the screen. | ||
| 449 | |||
| 445 | 450 | ||
| 446 | ** Debugging LessTif | 451 | ** Debugging LessTif |
| 447 | 452 | ||
| @@ -99,6 +99,11 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 99 | * Changes in Emacs 21.4 | 99 | * Changes in Emacs 21.4 |
| 100 | 100 | ||
| 101 | +++ | 101 | +++ |
| 102 | ** In Enriched mode, `set-left-margin' and `set-right-margin' are now | ||
| 103 | by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l' | ||
| 104 | and `C-c C-r'. | ||
| 105 | |||
| 106 | +++ | ||
| 102 | ** In processing a local variables list, Emacs strips the prefix and | 107 | ** In processing a local variables list, Emacs strips the prefix and |
| 103 | suffix are from every line before processing all the lines. | 108 | suffix are from every line before processing all the lines. |
| 104 | 109 | ||
| @@ -1391,6 +1396,10 @@ controls whether or not the function `make-auto-save-file-name' will | |||
| 1391 | attempt to construct a unique auto-save name (e.g. for remote files). | 1396 | attempt to construct a unique auto-save name (e.g. for remote files). |
| 1392 | 1397 | ||
| 1393 | +++ | 1398 | +++ |
| 1399 | ** There is a new calendar package, icalendar.el, that can be used to | ||
| 1400 | convert Emacs diary entries to/from the iCalendar format. | ||
| 1401 | |||
| 1402 | +++ | ||
| 1394 | ** Diary sexp entries can have custom marking in the calendar. | 1403 | ** Diary sexp entries can have custom marking in the calendar. |
| 1395 | Diary sexp functions which only apply to certain days (such as | 1404 | Diary sexp functions which only apply to certain days (such as |
| 1396 | `diary-block' or `diary-cyclic') now take an optional parameter MARK, | 1405 | `diary-block' or `diary-cyclic') now take an optional parameter MARK, |
| @@ -1406,6 +1415,11 @@ appointments, paydays or anything else using a sexp. | |||
| 1406 | year and day number, and moves to that date. Negative day numbers | 1415 | year and day number, and moves to that date. Negative day numbers |
| 1407 | count backward from the end of the year. | 1416 | count backward from the end of the year. |
| 1408 | 1417 | ||
| 1418 | +++ | ||
| 1419 | ** The new Calendar function `calendar-goto-iso-week' (g w) | ||
| 1420 | prompts for a year and a week number, and moves to the first | ||
| 1421 | day of that ISO week. | ||
| 1422 | |||
| 1409 | --- | 1423 | --- |
| 1410 | ** The functions `holiday-easter-etc' and `holiday-advent' now take | 1424 | ** The functions `holiday-easter-etc' and `holiday-advent' now take |
| 1411 | arguments, and only report on the specified holiday rather than all. | 1425 | arguments, and only report on the specified holiday rather than all. |
| @@ -2483,9 +2497,8 @@ symbol identifying a fringe bitmap, either built-in or defined with | |||
| 2483 | `define-fringe-bitmap', and FACE is an optional face name to be used | 2497 | `define-fringe-bitmap', and FACE is an optional face name to be used |
| 2484 | for displaying the bitmap. | 2498 | for displaying the bitmap. |
| 2485 | 2499 | ||
| 2486 | *** New function `fringe-bitmaps-at-pos' returns a cons (LEFT . RIGHT) | 2500 | *** New function `fringe-bitmaps-at-pos' returns the current fringe |
| 2487 | identifying the current fringe bitmaps in the display line at a given | 2501 | bitmaps in the display line at a given buffer position. |
| 2488 | buffer position. A nil value means no bitmap. | ||
| 2489 | 2502 | ||
| 2490 | ** Multiple overlay arrows can now be defined and managed via the new | 2503 | ** Multiple overlay arrows can now be defined and managed via the new |
| 2491 | variable `overlay-arrow-variable-list'. It contains a list of | 2504 | variable `overlay-arrow-variable-list'. It contains a list of |
diff --git a/etc/enriched.doc b/etc/enriched.doc index 55e11004f05..122652f005a 100644 --- a/etc/enriched.doc +++ b/etc/enriched.doc | |||
| @@ -98,8 +98,8 @@ direct request, such as using the return key or the <fixed>C-o | |||
| 98 | <indent>The fill functions also understand margins, which can be set for | 98 | <indent>The fill functions also understand margins, which can be set for |
| 99 | any region of a document. In addition to the menu items, which | 99 | any region of a document. In addition to the menu items, which |
| 100 | increase or decrease the margins, there are two commands for | 100 | increase or decrease the margins, there are two commands for |
| 101 | setting the margins absolutely: <fixed>C-c C-l (set-left-margin)</fixed> and <fixed>C-c | 101 | setting the margins absolutely: <fixed>C-c [ (set-left-margin)</fixed> and <fixed>C-c |
| 102 | C-r (set-right-margin)</fixed>. | 102 | ] (set-right-margin)</fixed>. |
| 103 | 103 | ||
| 104 | 104 | ||
| 105 | You <indent>can change indentation at any point in a paragraph, which | 105 | You <indent>can change indentation at any point in a paragraph, which |