aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-28 21:30:15 +0000
committerRichard M. Stallman2005-03-28 21:30:15 +0000
commitf60a6f87ff45773b0d1737ef8d8d2b83269e34a6 (patch)
tree2a68ff96ec93a2311a156738572355b4f2f57254
parenta20cba2c77f7c6ffe6886c1378e7b260274ebe74 (diff)
downloademacs-f60a6f87ff45773b0d1737ef8d8d2b83269e34a6.tar.gz
emacs-f60a6f87ff45773b0d1737ef8d8d2b83269e34a6.zip
*** empty log message ***
-rw-r--r--etc/NEWS22
-rw-r--r--lispref/ChangeLog6
-rw-r--r--man/ChangeLog4
3 files changed, 32 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 25af84ddd1c..50b074849cf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -109,6 +109,7 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
109 109
110** iso-acc.el is now obsolete. Use one of the latin input methods instead. 110** iso-acc.el is now obsolete. Use one of the latin input methods instead.
111 111
112---
112** Languange environment and various default coding systems are setup 113** Languange environment and various default coding systems are setup
113more correctly according to the current locale name. If the locale 114more correctly according to the current locale name. If the locale
114name doesn't specify a charset, the default is what glibc defines. 115name doesn't specify a charset, the default is what glibc defines.
@@ -259,6 +260,7 @@ specified by the syntax table.
259--- 260---
260*** rx.el has new corresponding `symbol-end' and `symbol-start' elements. 261*** rx.el has new corresponding `symbol-end' and `symbol-start' elements.
261 262
263+++
262** Passing resources on the command line now works on MS Windows. 264** Passing resources on the command line now works on MS Windows.
263You can use --xrm to pass resource settings to Emacs, overriding any 265You can use --xrm to pass resource settings to Emacs, overriding any
264existing values. For example: 266existing values. For example:
@@ -841,6 +843,7 @@ possible matches.
841the current Info node name into the kill ring. With a zero prefix 843the current Info node name into the kill ring. With a zero prefix
842arg, puts the node name inside the `info' function call. 844arg, puts the node name inside the `info' function call.
843 845
846---
844*** New face `info-xref-visited' distinguishes visited nodes from unvisited 847*** New face `info-xref-visited' distinguishes visited nodes from unvisited
845and a new option `Info-fontify-visited-nodes' to control this. 848and a new option `Info-fontify-visited-nodes' to control this.
846 849
@@ -852,6 +855,7 @@ references and following them calls `browse-url'.
852If you prefer the old behavior, you can set the new user option 855If you prefer the old behavior, you can set the new user option
853`Info-hide-note-references' to nil. 856`Info-hide-note-references' to nil.
854 857
858---
855*** Images in Info pages are supported. 859*** Images in Info pages are supported.
856Info pages show embedded images, in Emacs frames with image support. 860Info pages show embedded images, in Emacs frames with image support.
857Info documentation that includes images, processed with makeinfo 861Info documentation that includes images, processed with makeinfo
@@ -938,6 +942,7 @@ horizontal scroll bars in a frame or window.
938+++ 942+++
939** Under X, mouse-wheel-mode is turned on by default. 943** Under X, mouse-wheel-mode is turned on by default.
940 944
945+++
941** The X resource useXIM can be used to turn off use of XIM, which may 946** The X resource useXIM can be used to turn off use of XIM, which may
942speed up Emacs with slow networking to the X server. 947speed up Emacs with slow networking to the X server.
943 948
@@ -1003,6 +1008,7 @@ You can now put the init files .emacs and .emacs_SHELL under
1003 instead. The updated skeleton-insert docstring explains these new 1008 instead. The updated skeleton-insert docstring explains these new
1004 features along with other details of skeleton construction. 1009 features along with other details of skeleton construction.
1005 1010
1011---
1006** MH-E changes. 1012** MH-E changes.
1007 1013
1008Upgraded to MH-E version 7.82. There have been major changes since 1014Upgraded to MH-E version 7.82. There have been major changes since
@@ -1236,6 +1242,7 @@ when Emacs visits them.
1236default, all trivial operations involving whole lines are performed 1242default, all trivial operations involving whole lines are performed
1237automatically. The game uses faces for better visual feedback. 1243automatically. The game uses faces for better visual feedback.
1238 1244
1245---
1239** The new variable `x-select-request-type' controls how Emacs 1246** The new variable `x-select-request-type' controls how Emacs
1240requests X selection. The default value is nil, which means that 1247requests X selection. The default value is nil, which means that
1241Emacs requests X selection with types COMPOUND_TEXT and UTF8_STRING, 1248Emacs requests X selection with types COMPOUND_TEXT and UTF8_STRING,
@@ -2411,6 +2418,7 @@ used to effect hiding for hideshow minor mode. Integration with isearch
2411handles the overlay property `display' specially, preserving it during 2418handles the overlay property `display' specially, preserving it during
2412temporary overlay showing in the course of an isearch operation. 2419temporary overlay showing in the course of an isearch operation.
2413 2420
2421+++
2414** New command `recode-region' decodes the region again by a specified 2422** New command `recode-region' decodes the region again by a specified
2415coding system. 2423coding system.
2416 2424
@@ -2425,10 +2433,12 @@ section { }). Many files under /etc/, or with suffixes like .cf through
2425.config, .properties (Java), .desktop (KDE/Gnome), .ini and many others are 2433.config, .properties (Java), .desktop (KDE/Gnome), .ini and many others are
2426recognized. 2434recognized.
2427 2435
2436+++
2428** The new package dns-mode.el add syntax highlight of DNS master files. 2437** The new package dns-mode.el add syntax highlight of DNS master files.
2429The key binding C-c C-s (`dns-mode-soa-increment-serial') can be used 2438The key binding C-c C-s (`dns-mode-soa-increment-serial') can be used
2430to increment the SOA serial. 2439to increment the SOA serial.
2431 2440
2441+++
2432** The new package flymake.el does on-the-fly syntax checking of program 2442** The new package flymake.el does on-the-fly syntax checking of program
2433source files. See the Flymake's Info manual for more details. 2443source files. See the Flymake's Info manual for more details.
2434 2444
@@ -2436,9 +2446,11 @@ source files. See the Flymake's Info manual for more details.
2436of hierarchical data as an outline. For example, the tree-widget is 2446of hierarchical data as an outline. For example, the tree-widget is
2437well suited to display a hierarchy of directories and files. 2447well suited to display a hierarchy of directories and files.
2438 2448
2449+++
2439** The wdired.el package allows you to use normal editing commands on Dired 2450** The wdired.el package allows you to use normal editing commands on Dired
2440buffers to change filenames, permissions, etc... 2451buffers to change filenames, permissions, etc...
2441 2452
2453+++
2442** The thumbs.el package allows you to preview image files as thumbnails 2454** The thumbs.el package allows you to preview image files as thumbnails
2443and can be invoked from a Dired buffer. 2455and can be invoked from a Dired buffer.
2444 2456
@@ -2451,6 +2463,7 @@ and can be invoked from a Dired buffer.
2451** The new global minor mode `size-indication-mode' (off by default) 2463** The new global minor mode `size-indication-mode' (off by default)
2452shows the size of accessible part of the buffer on the mode line. 2464shows the size of accessible part of the buffer on the mode line.
2453 2465
2466---
2454** GDB-Script-mode is used for files like .gdbinit. 2467** GDB-Script-mode is used for files like .gdbinit.
2455 2468
2456--- 2469---
@@ -2506,6 +2519,7 @@ versions of cua.el and cua-mode.el. To ensure proper operation, you
2506must remove older versions of cua.el or cua-mode.el as well as the 2519must remove older versions of cua.el or cua-mode.el as well as the
2507loading and customization of those packages from the .emacs file. 2520loading and customization of those packages from the .emacs file.
2508 2521
2522+++
2509** The new keypad setup package provides several common bindings for 2523** The new keypad setup package provides several common bindings for
2510the numeric keypad which is available on most keyboards. The numeric 2524the numeric keypad which is available on most keyboards. The numeric
2511keypad typically has the digits 0 to 9, a decimal point, keys marked 2525keypad typically has the digits 0 to 9, a decimal point, keys marked
@@ -2633,6 +2647,7 @@ There is also Global Reveal mode which affects all buffers.
2633** The new package ibuffer provides a powerful, completely 2647** The new package ibuffer provides a powerful, completely
2634customizable replacement for buff-menu.el. 2648customizable replacement for buff-menu.el.
2635 2649
2650+++
2636** The new package table.el implements editable, WYSIWYG, embedded 2651** The new package table.el implements editable, WYSIWYG, embedded
2637`text tables' in Emacs buffers. It simulates the effect of putting 2652`text tables' in Emacs buffers. It simulates the effect of putting
2638these tables in a special major mode. The package emulates WYSIWYG 2653these tables in a special major mode. The package emulates WYSIWYG
@@ -2655,17 +2670,20 @@ mode-lines in inverse-video.
2655--- 2670---
2656** cplus-md.el has been removed to avoid problems with Custom. 2671** cplus-md.el has been removed to avoid problems with Custom.
2657 2672
2673+++
2658** New package benchmark.el contains simple support for convenient 2674** New package benchmark.el contains simple support for convenient
2659timing measurements of code (including the garbage collection component). 2675timing measurements of code (including the garbage collection component).
2660 2676
2661--- 2677---
2662** The new Lisp library fringe.el controls the appearance of fringes. 2678** The new Lisp library fringe.el controls the appearance of fringes.
2663 2679
2680---
2664** `cfengine-mode' is a major mode for editing GNU Cfengine 2681** `cfengine-mode' is a major mode for editing GNU Cfengine
2665configuration files. 2682configuration files.
2666 2683
2667* Incompatible Lisp Changes in Emacs 22.1 2684* Incompatible Lisp Changes in Emacs 22.1
2668 2685
2686+++
2669** The new interactive-specification `G' reads a file name 2687** The new interactive-specification `G' reads a file name
2670much like `F', but if the input is a directory name (even defaulted), 2688much like `F', but if the input is a directory name (even defaulted),
2671it returns just the directory name. 2689it returns just the directory name.
@@ -3205,6 +3223,7 @@ contents are detected automatically. However, certain implicit
3205changes to mode lines, header lines, or display properties may require 3223changes to mode lines, header lines, or display properties may require
3206forcing an explicit window update. 3224forcing an explicit window update.
3207 3225
3226---
3208** New function `redirect-debugging-output' can be used to redirect 3227** New function `redirect-debugging-output' can be used to redirect
3209debugging output on the stderr file handle to a file. 3228debugging output on the stderr file handle to a file.
3210 3229
@@ -4405,6 +4424,7 @@ formerly used for that purpose is now an alias for locale-coding-system.
4405display a prompt but don't use the minibuffer, now display the prompt 4424display a prompt but don't use the minibuffer, now display the prompt
4406using the text properties (esp. the face) of the prompt string. 4425using the text properties (esp. the face) of the prompt string.
4407 4426
4427---
4408** New function x-send-client-message sends a client message when 4428** New function x-send-client-message sends a client message when
4409running under X. 4429running under X.
4410 4430
@@ -4414,6 +4434,7 @@ all overlays in the buffer by just calling (remove-overlay).
4414 4434
4415** New packages: 4435** New packages:
4416 4436
4437+++
4417*** The new package gdb-ui.el provides an enhanced graphical interface to 4438*** The new package gdb-ui.el provides an enhanced graphical interface to
4418GDB. You can interact with GDB through the GUD buffer in the usual way, but 4439GDB. You can interact with GDB through the GUD buffer in the usual way, but
4419there are also further buffers which control the execution and describe the 4440there are also further buffers which control the execution and describe the
@@ -4430,6 +4451,7 @@ current syntactic context (as returned by parse-partial-sexp).
4430binary data structures, such as network packets, to and from Lisp 4451binary data structures, such as network packets, to and from Lisp
4431data structures. 4452data structures.
4432 4453
4454---
4433*** The TCL package tcl-mode.el was replaced by tcl.el. 4455*** The TCL package tcl-mode.el was replaced by tcl.el.
4434This was actually done in Emacs-21.1, and was not documented. 4456This was actually done in Emacs-21.1, and was not documented.
4435 4457
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index cf86afc4e45..232e992e658 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12005-03-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * anti.texi (Antinews): Mention `G' interactive code.
4
5 * tips.texi (Compilation Tips): Mention benchmark.el.
6
12005-03-27 Luc Teirlinck <teirllm@auburn.edu> 72005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2 8
3 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block' 9 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
diff --git a/man/ChangeLog b/man/ChangeLog
index 9c3279b211d..7d0c98af9d2 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,5 +1,9 @@
12005-03-28 Richard M. Stallman <rms@gnu.org> 12005-03-28 Richard M. Stallman <rms@gnu.org>
2 2
3 * calendar.texi: Minor fixes to previous change.
4
5 * programs.texi (Fortran): Small fixes to previous changes.
6
3 * emacs.texi (Top): Update list of subnodes of Dired. 7 * emacs.texi (Top): Update list of subnodes of Dired.
4 Likewise for building.texi. 8 Likewise for building.texi.
5 9