aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-30 20:34:12 +0000
committerRichard M. Stallman2005-04-30 20:34:12 +0000
commit7e995a23814db065251069c786d450e2d6ade043 (patch)
treeacbaf32ded0a1b0cb4e5c38abe04825ad7d99a60
parent2bdeaecc514380c99aedb6114299eb410ee72660 (diff)
downloademacs-7e995a23814db065251069c786d450e2d6ade043.tar.gz
emacs-7e995a23814db065251069c786d450e2d6ade043.zip
*** empty log message ***
-rw-r--r--etc/NEWS34
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/ChangeLog6
-rw-r--r--src/ChangeLog9
5 files changed, 53 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 33071435cee..8dbcad9daad 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -17,6 +17,7 @@ so we will look at it and add it to the manual.
17 17
18* Installation Changes in Emacs 22.1 18* Installation Changes in Emacs 22.1
19 19
20---
20** Emacs includes now support for loading image libraries on demand. 21** Emacs includes now support for loading image libraries on demand.
21(Currently this feature is only used on MS Windows.) You can configure 22(Currently this feature is only used on MS Windows.) You can configure
22the supported image types and their associated dynamic libraries by 23the supported image types and their associated dynamic libraries by
@@ -135,6 +136,16 @@ versions which recognize Thai words. Affected commands are
135 M-t (transpose-words) 136 M-t (transpose-words)
136 M-q (fill-paragraph) 137 M-q (fill-paragraph)
137 138
139+++
140** Auto Compression mode is now enabled by default.
141
142** C-x C-f RET, typing nothing in the minibuffer, is no longer a special case.
143
144Since the default input is the current directory, this has the effect
145of specifying the current directory. Normally that means to visit the
146directory with Dired.
147
148---
138** fast-lock.el and lazy-lock.el are obsolete. Use jit-lock.el instead. 149** fast-lock.el and lazy-lock.el are obsolete. Use jit-lock.el instead.
139 150
140--- 151---
@@ -144,6 +155,7 @@ instead of 3, and the default value of jit-lock-stealth-nice is now
1440.5 instead of 0.125. The new defaults should lower the CPU usage 1550.5 instead of 0.125. The new defaults should lower the CPU usage
145when Emacs is fontifying in the background. 156when Emacs is fontifying in the background.
146 157
158---
147** iso-acc.el is now obsolete. Use one of the latin input methods instead. 159** iso-acc.el is now obsolete. Use one of the latin input methods instead.
148 160
149--- 161---
@@ -804,6 +816,7 @@ list starting after point.
804dired-ignored, dired-directory, dired-symlink, dired-warning 816dired-ignored, dired-directory, dired-symlink, dired-warning
805introduced for Dired mode instead of font-lock faces. 817introduced for Dired mode instead of font-lock faces.
806 818
819+++
807*** New Dired command `dired-compare-directories' marks files 820*** New Dired command `dired-compare-directories' marks files
808with different file attributes in two dired buffers. 821with different file attributes in two dired buffers.
809 822
@@ -1278,6 +1291,7 @@ cursor does.
1278** On X, MS Windows, and Mac OS, the blinking cursor's "off" state is 1291** On X, MS Windows, and Mac OS, the blinking cursor's "off" state is
1279now controlled by the variable `blink-cursor-alist'. 1292now controlled by the variable `blink-cursor-alist'.
1280 1293
1294+++
1281** Filesets are collections of files. You can define a fileset in 1295** Filesets are collections of files. You can define a fileset in
1282various ways, such as based on a directory tree or based on 1296various ways, such as based on a directory tree or based on
1283program files that include other program files. 1297program files that include other program files.
@@ -1321,6 +1335,7 @@ The variable `automatic-hscrolling' was renamed to
1321 1335
1322** TeX modes: 1336** TeX modes:
1323 1337
1338+++
1324*** C-c C-c prompts for a command to run, and tries to offer a good default. 1339*** C-c C-c prompts for a command to run, and tries to offer a good default.
1325 1340
1326+++ 1341+++
@@ -2483,6 +2498,7 @@ temporary overlay showing in the course of an isearch operation.
2483** New command `recode-region' decodes the region again by a specified 2498** New command `recode-region' decodes the region again by a specified
2484coding system. 2499coding system.
2485 2500
2501---
2486** On Mac OS, the value of the variable `keyboard-coding-system' is 2502** On Mac OS, the value of the variable `keyboard-coding-system' is
2487now dynamically changed according to the current keyboard script. The 2503now dynamically changed according to the current keyboard script. The
2488variable `mac-keyboard-text-encoding' and the constants 2504variable `mac-keyboard-text-encoding' and the constants
@@ -2519,6 +2535,7 @@ to increment the SOA serial.
2519** The new package flymake.el does on-the-fly syntax checking of program 2535** The new package flymake.el does on-the-fly syntax checking of program
2520source files. See the Flymake's Info manual for more details. 2536source files. See the Flymake's Info manual for more details.
2521 2537
2538---
2522** The library tree-widget.el provides a new widget to display a set 2539** The library tree-widget.el provides a new widget to display a set
2523of hierarchical data as an outline. For example, the tree-widget is 2540of hierarchical data as an outline. For example, the tree-widget is
2524well suited to display a hierarchy of directories and files. 2541well suited to display a hierarchy of directories and files.
@@ -2531,12 +2548,14 @@ buffers to change filenames, permissions, etc...
2531** The thumbs.el package allows you to preview image files as thumbnails 2548** The thumbs.el package allows you to preview image files as thumbnails
2532and can be invoked from a Dired buffer. 2549and can be invoked from a Dired buffer.
2533 2550
2551+++
2534** Image files are normally visited in Image mode, which lets you toggle 2552** Image files are normally visited in Image mode, which lets you toggle
2535between viewing the image and viewing the text using C-c C-c. 2553between viewing the image and viewing the text using C-c C-c.
2536 2554
2537+++ 2555+++
2538** The new python.el package is used to edit Python and Jython programs. 2556** The new python.el package is used to edit Python and Jython programs.
2539 2557
2558---
2540** The URL package (which had been part of W3) is now part of Emacs. 2559** The URL package (which had been part of W3) is now part of Emacs.
2541 2560
2542+++ 2561+++
@@ -3144,6 +3163,7 @@ text property string that may be present at the current window
3144position. The cursor may now be placed on any character of such 3163position. The cursor may now be placed on any character of such
3145strings by giving that character a non-nil `cursor' text property. 3164strings by giving that character a non-nil `cursor' text property.
3146 3165
3166+++
3147** The first face specification element in a defface can specify 3167** The first face specification element in a defface can specify
3148`default' instead of frame classification. Then its attributes act as 3168`default' instead of frame classification. Then its attributes act as
3149defaults that apply to all the subsequent cases (and may be overridden 3169defaults that apply to all the subsequent cases (and may be overridden
@@ -3227,6 +3247,17 @@ the first one is kept.
3227documentation purposes and should have no real effect on Lisp code. 3247documentation purposes and should have no real effect on Lisp code.
3228 3248
3229+++ 3249+++
3250** A file name handler can declare which operations it handles.
3251
3252You do this by putting an `operation' property on the handler name
3253symbol. The property value should be a list of the operations that
3254the handler really handles. It won't be called for any other
3255operations.
3256
3257This is useful for autoloaded handlers, to prevent them from being
3258autoloaded when not really necessary.
3259
3260+++
3230** The new hook `before-save-hook' is invoked by `basic-save-buffer' 3261** The new hook `before-save-hook' is invoked by `basic-save-buffer'
3231before saving buffers. This allows packages to perform various final 3262before saving buffers. This allows packages to perform various final
3232tasks, for example; it can be used by the copyright package to make 3263tasks, for example; it can be used by the copyright package to make
@@ -3358,7 +3389,8 @@ new element gets added at the end of the list instead of at the
3358beginning. This change actually occurred in Emacs-21.1, but was not 3389beginning. This change actually occurred in Emacs-21.1, but was not
3359documented. 3390documented.
3360 3391
3361** Major modes can define `eldoc-print-current-symbol-info-function' 3392+++
3393** Major modes can define `eldoc-documentation-function'
3362locally to provide Eldoc functionality by some method appropriate to 3394locally to provide Eldoc functionality by some method appropriate to
3363the language. 3395the language.
3364 3396
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 16f9b5435bb..6c10058904c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,6 @@
12005-04-30 Richard M. Stallman <rms@gnu.org> 12005-04-30 Richard M. Stallman <rms@gnu.org>
2 2
3 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3 4
4 * loadup.el: load jka-comp-hook. 5 * loadup.el: load jka-comp-hook.
5 6
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 7ac69cc04af..e20f6f075c1 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-04-30 Richard M. Stallman <rms@gnu.org>
2
3 * files.texi (Magic File Names): Document `operations' property.
4
12005-04-29 Lute Kamstra <lute@gnu.org> 52005-04-29 Lute Kamstra <lute@gnu.org>
2 6
3 * modes.texi (Generic Modes): New node. 7 * modes.texi (Generic Modes): New node.
diff --git a/man/ChangeLog b/man/ChangeLog
index 1dc8295b82c..553256ddd56 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12005-04-30 Richard M. Stallman <rms@gnu.org>
2
3 * files.texi (Compressed Files): Auto Compression normally enabled.
4
5 * building.texi (Debugger Operation): Clarify previous change.
6
12005-04-29 Carsten Dominik <dominik@science.uva.nl> 72005-04-29 Carsten Dominik <dominik@science.uva.nl>
2 8
3 * org.texi: Version 3.08, structure reorganized. 9 * org.texi: Version 3.08, structure reorganized.
diff --git a/src/ChangeLog b/src/ChangeLog
index da4758f5f49..8c40923fefa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12005-04-30 Richard M. Stallman <rms@gnu.org>
2
3 * fileio.c (Ffind_file_name_handler): Handle the `operations'
4 property of the file name handler.
5 (Qoperations): New variable.
6 (syms_of_fileio): Initialize and staticpro it.
7
8 * xdisp.c (set_message_1): Delete xassert.
9
12005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 102005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 11
3 * mac.c: Don't include time.h. Include sysselect.h after 12 * mac.c: Don't include time.h. Include sysselect.h after