summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog21
-rw-r--r--etc/NEWS37
-rw-r--r--etc/TUTORIAL.sk4
-rw-r--r--etc/compilation.txt26
4 files changed, 83 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2d28135ecfe..ce3785eba8e 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,24 @@
+2005-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
+
+ * TUTORIAL.sk: Updated header.
+
+2005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
+
+ * NEWS: Mention cursorBlink resource.
+
+2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
+
+ * NEWS: Mention dynamic change of keyboard-coding-system on Mac.
+
+2005-04-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
+
+ * NEWS: Mention fontSet for Lucid menus.
+
+2005-04-10 Masatake YAMATO <jet@gyve.org>
+
+ * compilation.txt (symbol): Added gcov-file
+ gcov-bb-file gcov-never-called-line gcov-called-line .
+
2005-04-08 Kenichi Handa <handa@m17n.org>
* TUTORIAL.ja: Updated header, contents synchronized with
diff --git a/etc/NEWS b/etc/NEWS
index 02a956aded6..a3407bca931 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -182,6 +182,19 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 22.1
+** Xterm Mouse mode is now enabled by default in terminal emulators
+compatible with xterm. This means that simple use of the mouse is
+now, by default, controlled by Emacs--basically, only non-modified
+single clicks are supported. The normal xterm mouse functionality
+for such clicks is still available by holding down the SHIFT key
+when you press the mouse button.
+
+This is not without problems. For instance, clicking with the mouse
+on the wrong place may produce unexpected results without warning.
+Put `(xterm-mouse-mode 0)' in your .emacs, or disable the option
+`xterm-mouse-mode' through Custom, if you prefer all mouse clicks to
+be handled by the terminal emulator.
+
** Improved Thai support. A new minor mode `thai-word-mode' (which is
automatically activated if you select Thai as a language
environment) changes key bindings of most word-oriented commands to
@@ -427,11 +440,16 @@ the next/previous matching line found by M-x occur.
** Telnet now prompts you for a port number with C-u M-x telnet.
+++
-** New command line option -Q or --bare-bones.
+** New command line option -Q or --quick.
This is like using -q --no-site-file, but in addition it also disables
-the menu-bar, the tool-bar, the scroll-bars, tool tips, the blinking
-cursor, and the fancy startup screen.
+the fancy startup screen.
+
++++
+** New command line option -D or --basic-display.
+
+Disables the menu-bar, the tool-bar, the scroll-bars, tool tips, and
+the blinking cursor.
+++
** New command line option -nbc or --no-blinking-cursor disables
@@ -1038,6 +1056,9 @@ If the configure option `--without-xim' was used to turn off use of
XIM by default, the X resource useXIM can be used to turn it on.
+++
+** The X resource cursorBlink can be used to turn off cursor blinking.
+
++++
** `undo-only' does an undo which does not redo any previous undo.
---
@@ -1280,6 +1301,11 @@ amount of text shown any more (only a crude approximation of it).
** The pop up menus for Lucid now stay up if you do a fast click and can
be navigated with the arrow keys (like Gtk+, Mac and W32).
++++
+** The Lucid menus can display multilingual text in your locale. You have
+to explicitly specify a fontSet resource for this to work, for example
+`-xrm "Emacs*fontSet: -*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*"'.
+
---
** Dialogs for Lucid/Athena and Lesstif/Motif now pops down when pressing
ESC, like they do for Gtk+, Mac and W32.
@@ -2516,6 +2542,11 @@ temporary overlay showing in the course of an isearch operation.
** New command `recode-region' decodes the region again by a specified
coding system.
+** On Mac OS, the value of the variable `keyboard-coding-system' is
+now dynamically changed according to the current keyboard script. The
+variable `mac-keyboard-text-encoding' and the constants
+`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and
+`kTextEncodingISOLatin2' are obsolete.
* New modes and packages in Emacs 22.1
diff --git a/etc/TUTORIAL.sk b/etc/TUTORIAL.sk
index 465a3805a62..47f104ffa77 100644
--- a/etc/TUTORIAL.sk
+++ b/etc/TUTORIAL.sk
@@ -1,5 +1,5 @@
-tútorial k Emacsu.
-Copyright (c) 1985 Free Software Foundation, Inc; podmienky pozri na konci.
+Tútorial k Emacsu. Podmienky pozri na konci.
+Copyright (c) 1985, 1996, 1998, 2001, 2002, 2005 Free Software Foundation.
Do češtiny preložil Milan Zamazal <pdm@zamazal.org>, do slovenčiny Miroslav
Vaško <zemiak@zoznam.sk>.
diff --git a/etc/compilation.txt b/etc/compilation.txt
index c1a20ad3025..42e62af9dff 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -341,6 +341,32 @@ strcmp: variable # of args. llib-lc(359) :: /usr/src/foo/foo.c(8)
bloofle defined( /users/wolfgang/foo.c(4) ), but never used
+* GCOV (test coverage program)
+
+symbol: gcov-file gcov-bb-file gcov-never-called-line gcov-called-line
+
+ -: 0:Source:foo.c
+ -: 0:Object:foo.bb
+ -: 1:/* $ gcc -fprofile-arcs -ftest-coverage foo.c
+ -: 2: $ ./a.out
+ -: 3: $ gcov foo.c
+ -: 4: LANG=C gcov foo.c
+ -: 5: 62.50% of 8 lines executed in file foo.c
+ -: 6: Creating foo.c.gcov.*/
+ -: 7:int
+ -: 8:main(int argc, char ** argv)
+ 1: 9:{
+ 1: 10: int r;
+ 1: 11: if (argc == 1)
+ 1: 12: r = 1;
+ #####: 13: else if (argc == 2)
+ #####: 14: r = 2;
+ -: 15: else
+ #####: 16: r = 0;
+ 1: 17: return r;
+ -: 18:}
+
+
* Directory tracking
Directories are matched via `compilation-directory-matcher'. Files which are