aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKaroly Lorentey2004-10-07 16:52:19 +0000
committerKaroly Lorentey2004-10-07 16:52:19 +0000
commitc5f80d9d13d6033e5ee75d65bb5383d4d75dc427 (patch)
tree1aa58eeabb309b4460144425f6e5a2ca0ad81eaf /etc
parent04ccca970d4a21222cd1f58c7c41983461f009fc (diff)
parenteb6a2b61401ca737487aa7770389c01c0e962cb0 (diff)
downloademacs-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/ChangeLog9
-rw-r--r--etc/DEBUG11
-rw-r--r--etc/NEWS19
-rw-r--r--etc/enriched.doc4
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 @@
12004-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
62004-10-04 Kim F. Storm <storm@cua.dk>
7
8 * DEBUG: Mention pp and ff commands.
9
12004-09-26 Luc Teirlinck <teirllm@auburn.edu> 102004-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
diff --git a/etc/DEBUG b/etc/DEBUG
index bcc0bd84182..6419b3dfd81 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -69,9 +69,11 @@ fatal error, you can use the GDB command `pr'. First print the value
69in the ordinary way, with the `p' command. Then type `pr' with no 69in the ordinary way, with the `p' command. Then type `pr' with no
70arguments. This calls a subroutine which uses the Lisp printer. 70arguments. This calls a subroutine which uses the Lisp printer.
71 71
72Note: It is not a good idea to try `pr' if you know that Emacs is in 72You can also use `pp value' to print the emacs value directly.
73deep trouble: its stack smashed (e.g., if it encountered SIGSEGV due 73
74to stack overflow), or crucial data structures, such as `obarray', 74Note: It is not a good idea to try `pr' or `pp' if you know that Emacs
75is in deep trouble: its stack smashed (e.g., if it encountered SIGSEGV
76due to stack overflow), or crucial data structures, such as `obarray',
75corrupted, etc. In such cases, the Emacs subroutine called by `pr' 77corrupted, etc. In such cases, the Emacs subroutine called by `pr'
76might make more damage, like overwrite some data that is important for 78might make more damage, like overwrite some data that is important for
77debugging the original problem. 79debugging the original problem.
@@ -442,6 +444,9 @@ Several more functions for debugging display code are available in
442Emacs compiled with GLYPH_DEBUG defined; type "C-h f dump- TAB" and 444Emacs 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
447When you debug display problems running emacs under X, you can use
448the `ff' command to flush all pending display updates to the screen.
449
445 450
446** Debugging LessTif 451** Debugging LessTif
447 452
diff --git a/etc/NEWS b/etc/NEWS
index 0f3d5b2ce7a..27521612a9e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
103by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l'
104and `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
103suffix are from every line before processing all the lines. 108suffix 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
1391attempt to construct a unique auto-save name (e.g. for remote files). 1396attempt 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
1400convert 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.
1395Diary sexp functions which only apply to certain days (such as 1404Diary 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.
1406year and day number, and moves to that date. Negative day numbers 1415year and day number, and moves to that date. Negative day numbers
1407count backward from the end of the year. 1416count backward from the end of the year.
1408 1417
1418+++
1419** The new Calendar function `calendar-goto-iso-week' (g w)
1420prompts for a year and a week number, and moves to the first
1421day 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
1411arguments, and only report on the specified holiday rather than all. 1425arguments, 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
2484for displaying the bitmap. 2498for 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
2487identifying the current fringe bitmaps in the display line at a given 2501bitmaps in the display line at a given buffer position.
2488buffer 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
2491variable `overlay-arrow-variable-list'. It contains a list of 2504variable `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
99any region of a document. In addition to the menu items, which 99any region of a document. In addition to the menu items, which
100increase or decrease the margins, there are two commands for 100increase or decrease the margins, there are two commands for
101setting the margins absolutely: <fixed>C-c C-l (set-left-margin)</fixed> and <fixed>C-c 101setting the margins absolutely: <fixed>C-c [ (set-left-margin)</fixed> and <fixed>C-c
102C-r (set-right-margin)</fixed>. 102] (set-right-margin)</fixed>.
103 103
104 104
105You <indent>can change indentation at any point in a paragraph, which 105You <indent>can change indentation at any point in a paragraph, which