diff options
| author | Miles Bader | 2007-04-26 04:38:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-04-26 04:38:27 +0000 |
| commit | c71cdfc123dda2dea83d28c0e32d7c61fcb16c3b (patch) | |
| tree | 65e6d8364cc73706b3c5ac9630ed6030aaba518d | |
| parent | 52c3f57f0ecb1535fd482ba9de7f014a8b1ecd21 (diff) | |
| parent | 0701603152f1f0c1961e589a6cf0c84bfa367f8c (diff) | |
| download | emacs-c71cdfc123dda2dea83d28c0e32d7c61fcb16c3b.tar.gz emacs-c71cdfc123dda2dea83d28c0e32d7c61fcb16c3b.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 711-712)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-199
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | admin/make-tarball.txt | 17 | ||||
| -rw-r--r-- | admin/notes/copyright | 4 | ||||
| -rw-r--r-- | etc/ChangeLog | 8 | ||||
| -rw-r--r-- | etc/emacs.1 | 6 | ||||
| -rw-r--r-- | etc/etags.1 | 2 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 28 | ||||
| -rw-r--r-- | lisp/button.el | 7 | ||||
| -rw-r--r-- | lisp/custom.el | 6 | ||||
| -rw-r--r-- | lisp/image-dired.el | 6 | ||||
| -rw-r--r-- | lisp/locate.el | 7 | ||||
| -rw-r--r-- | lisp/progmodes/idlwave.el | 16 | ||||
| -rw-r--r-- | lispref/ChangeLog | 9 | ||||
| -rw-r--r-- | lispref/elisp.texi | 16 | ||||
| -rw-r--r-- | mac/ChangeLog | 5 | ||||
| -rw-r--r-- | mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
| -rw-r--r-- | mac/src/Emacs.r | 10 | ||||
| -rw-r--r-- | man/ChangeLog | 11 | ||||
| -rw-r--r-- | man/dired.texi | 4 | ||||
| -rw-r--r-- | man/emacs.texi | 10 | ||||
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/emacs.rc | 8 |
26 files changed, 154 insertions, 50 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * README: Increase version to 22.1.50. | ||
| 4 | |||
| 1 | 2007-04-24 Juanma Barranquero <lekktu@gmail.com> | 5 | 2007-04-24 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo. | 7 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo. |
| @@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | |||
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | This directory tree holds version 22.0.98 of GNU Emacs, the extensible, | 6 | This directory tree holds version 22.1.50 of GNU Emacs, the extensible, |
| 7 | customizable, self-documenting real-time display editor. | 7 | customizable, self-documenting real-time display editor. |
| 8 | 8 | ||
| 9 | The file INSTALL in this directory says how to build and install GNU | 9 | The file INSTALL in this directory says how to build and install GNU |
diff --git a/admin/ChangeLog b/admin/ChangeLog index 3de9ca32484..b036ea11c33 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-25 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * make-tarball.txt: Add note about cutting the branch. | ||
| 4 | |||
| 1 | 2007-02-03 Eli Zaretskii <eliz@gnu.org> | 5 | 2007-02-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * nt/makedist.bat: Change EOL format to DOS. Don't use | 7 | * nt/makedist.bat: Change EOL format to DOS. Don't use |
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index e56c26571d9..2c6ccf95c40 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -76,7 +76,22 @@ For each step, check for possible errors. | |||
| 76 | 14. For a pretest, let Richard Stallman <rms@gnu.org> know about the new pretest and | 76 | 14. For a pretest, let Richard Stallman <rms@gnu.org> know about the new pretest and |
| 77 | tell him to announce it using the announcement you prepared. Remind | 77 | tell him to announce it using the announcement you prepared. Remind |
| 78 | him to set a Reply-to header to <emacs-pretest-bug@gnu.org>. | 78 | him to set a Reply-to header to <emacs-pretest-bug@gnu.org>. |
| 79 | For a release, Richard should prepare the announcement himself, | 79 | |
| 80 | 15. Shortly before the release, cut the branch with the following commands: | ||
| 81 | |||
| 82 | cvs rtag EMACS_`NUMBER'_BASE | ||
| 83 | cvs rtag -b EMACS_`NUMBER'_RC -r EMACS_`NUMBER'_BASE | ||
| 84 | |||
| 85 | where `NUMBER' is the major version number of the release. This makes it | ||
| 86 | easier to see what changes have been applied to the branch with: | ||
| 87 | |||
| 88 | cvs diff -r EMACS_`NUMBER'_BASE -r EMACS_`NUMBER'_RC | ||
| 89 | |||
| 90 | or merge changes back to the trunk with "cvs update -j", if necessary. | ||
| 91 | |||
| 92 | After doing this, increase the version number on the trunk as per step 4. | ||
| 93 | |||
| 94 | 16. For a release, Richard should prepare the announcement himself, | ||
| 80 | possibly starting from a previous announcment. | 95 | possibly starting from a previous announcment. |
| 81 | 96 | ||
| 82 | # arch-tag: c23c771f-ca26-4584-8a04-50ecf0989390 | 97 | # arch-tag: c23c771f-ca26-4584-8a04-50ecf0989390 |
diff --git a/admin/notes/copyright b/admin/notes/copyright index d7f12bd8ad4..b366be2a2c7 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright | |||
| @@ -591,8 +591,8 @@ REMOVED src/unexhp9k800.c | |||
| 591 | 591 | ||
| 592 | *** These are copyright issues still to be addressed: | 592 | *** These are copyright issues still to be addressed: |
| 593 | 593 | ||
| 594 | Need an assignment from Kevin Rodgers (rms), else several changes to | 594 | python.el potential legal problem |
| 595 | deal with. | 595 | http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00459.html |
| 596 | 596 | ||
| 597 | 597 | ||
| 598 | 598 | ||
diff --git a/etc/ChangeLog b/etc/ChangeLog index cbe51839529..1c9de0ac3e7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-04-25 Werner Lemberg <wl@gnu.org> | ||
| 2 | |||
| 3 | * emacs.1: Replace -- with \(em. | ||
| 4 | |||
| 5 | 2007-04-25 Yavor Doganov <yavor@gnu.org> (tiny change) | ||
| 6 | |||
| 7 | * emacs.1, etags.1: Escape some minus signs. | ||
| 8 | |||
| 1 | 2007-04-22 Glenn Morris <rgm@gnu.org> | 9 | 2007-04-22 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * NEWS: Change to EMACS env-var was reverted, so delete this entry. | 11 | * NEWS: Change to EMACS env-var was reverted, so delete this entry. |
diff --git a/etc/emacs.1 b/etc/emacs.1 index 7d90d5a4410..ef945420de2 100644 --- a/etc/emacs.1 +++ b/etc/emacs.1 | |||
| @@ -157,7 +157,7 @@ as a batch editor: | |||
| 157 | .TP 8 | 157 | .TP 8 |
| 158 | .BI \-batch | 158 | .BI \-batch |
| 159 | Edit in batch mode. The editor will send messages to stderr. This | 159 | Edit in batch mode. The editor will send messages to stderr. This |
| 160 | option must be the first in the argument list. You must use -l and -f | 160 | option must be the first in the argument list. You must use \-l and \-f |
| 161 | options to specify files to execute and functions to call. | 161 | options to specify files to execute and functions to call. |
| 162 | .TP | 162 | .TP |
| 163 | .B \-kill | 163 | .B \-kill |
| @@ -399,12 +399,12 @@ two windows. Same as typing CTRL-x 2. | |||
| 399 | T} | 399 | T} |
| 400 | .\" START DELETING HERE IF YOU'RE NOT USING X MENUS | 400 | .\" START DELETING HERE IF YOU'RE NOT USING X MENUS |
| 401 | CTRL-SHIFT-left T{ | 401 | CTRL-SHIFT-left T{ |
| 402 | X buffer menu--hold the buttons and keys | 402 | X buffer menu \(em hold the buttons and keys |
| 403 | down, wait for menu to appear, select | 403 | down, wait for menu to appear, select |
| 404 | buffer, and release. Move mouse out of | 404 | buffer, and release. Move mouse out of |
| 405 | menu and release to cancel. | 405 | menu and release to cancel. |
| 406 | T} | 406 | T} |
| 407 | CTRL-SHIFT-middle X help menu--pop up index card menu for Emacs help. | 407 | CTRL-SHIFT-middle X help menu \(em pop up index card menu for Emacs help. |
| 408 | .\" STOP DELETING HERE IF YOU'RE NOT USING X MENUS | 408 | .\" STOP DELETING HERE IF YOU'RE NOT USING X MENUS |
| 409 | CTRL-SHIFT-right T{ | 409 | CTRL-SHIFT-right T{ |
| 410 | Select window with mouse, and delete all | 410 | Select window with mouse, and delete all |
diff --git a/etc/etags.1 b/etc/etags.1 index 561ba55e5c1..04b67f389f4 100644 --- a/etc/etags.1 +++ b/etc/etags.1 | |||
| @@ -224,7 +224,7 @@ Tag TCL files (this last example shows the usage of a \fItagregexp\fP): | |||
| 224 | 224 | ||
| 225 | .br | 225 | .br |
| 226 | A regexp can be preceded by {\fIlang\fP}, thus restricting it to match | 226 | A regexp can be preceded by {\fIlang\fP}, thus restricting it to match |
| 227 | lines of files of the specified language. Use \fBetags --help\fP to obtain | 227 | lines of files of the specified language. Use \fBetags \-\-help\fP to obtain |
| 228 | a list of the recognised languages. This feature is particularly useful inside | 228 | a list of the recognised languages. This feature is particularly useful inside |
| 229 | \fBregex files\fP. A regex file contains one regex per line. Empty lines, | 229 | \fBregex files\fP. A regex file contains one regex per line. Empty lines, |
| 230 | and those lines beginning with space or tab are ignored. Lines beginning | 230 | and those lines beginning with space or tab are ignored. Lines beginning |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 04657225ab0..e91b99e98af 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (VERSION): Increase to 22.1.50. | ||
| 4 | |||
| 1 | 2007-02-26 Francesco Potort,Al(B <pot@gnu.org> | 5 | 2007-02-26 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs". | 7 | * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs". |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 356e70b3102..d5e147557aa 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -24,7 +24,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs | |||
| 24 | 24 | ||
| 25 | .PHONY: $(ALL) | 25 | .PHONY: $(ALL) |
| 26 | 26 | ||
| 27 | VERSION = 22.0.98 | 27 | VERSION = 22.1.50 |
| 28 | 28 | ||
| 29 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ | 29 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ |
| 30 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ | 30 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dd2bc9863c..3f7f14fc351 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu> | ||
| 2 | |||
| 3 | * locate.el (locate-in-alternate-database): Doc fix. | ||
| 4 | |||
| 5 | 2007-04-26 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * button.el (button): Use underline if supported, else fall back | ||
| 8 | to color. | ||
| 9 | |||
| 10 | * version.el (emacs-version): Increase to 22.1.50. | ||
| 11 | |||
| 12 | 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu> | ||
| 13 | |||
| 14 | * progmodes/idlwave.el (idlwave-beginning-of-subprogram, | ||
| 15 | idlwave-end-of-subprogram): Take optional NOMARK arg to prevent | ||
| 16 | pushing mark. | ||
| 17 | (idlwave-current-routine): Don't push mark. | ||
| 18 | |||
| 19 | 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 20 | |||
| 21 | * image-dired.el (image-dired-display-image): Derive image-type | ||
| 22 | from filename rather than assuming jpeg, in case no resizing was | ||
| 23 | needed. | ||
| 24 | |||
| 25 | 2007-04-25 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | ||
| 26 | |||
| 27 | * custom.el (defface): Doc fix. | ||
| 28 | |||
| 1 | 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu> | 29 | 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu> |
| 2 | 30 | ||
| 3 | * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't | 31 | * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't |
diff --git a/lisp/button.el b/lisp/button.el index 8c3681854e7..ebc078f8193 100644 --- a/lisp/button.el +++ b/lisp/button.el | |||
| @@ -52,11 +52,12 @@ | |||
| 52 | ;; Globals | 52 | ;; Globals |
| 53 | 53 | ||
| 54 | ;; Use color for the MS-DOS port because it doesn't support underline. | 54 | ;; Use color for the MS-DOS port because it doesn't support underline. |
| 55 | ;; Also for the linux console. | 55 | ;; FIXME if MS-DOS correctly answers the (supports) question, it need |
| 56 | ;; no longer be a special case. | ||
| 56 | (defface button '((((type pc) (class color)) | 57 | (defface button '((((type pc) (class color)) |
| 57 | (:foreground "lightblue")) | 58 | (:foreground "lightblue")) |
| 58 | (((type tty)) (:inherit link)) | 59 | (((supports :underline t)) :underline t) |
| 59 | (t :underline t)) | 60 | (t (:foreground "lightblue"))) |
| 60 | "Default face used for buttons." | 61 | "Default face used for buttons." |
| 61 | :group 'basic-faces) | 62 | :group 'basic-faces) |
| 62 | 63 | ||
diff --git a/lisp/custom.el b/lisp/custom.el index d53951793d2..f5028ddc0d5 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -331,7 +331,7 @@ For a list of valid keywords, see the common keywords listed in | |||
| 331 | 331 | ||
| 332 | SPEC should be an alist of the form ((DISPLAY ATTS)...). | 332 | SPEC should be an alist of the form ((DISPLAY ATTS)...). |
| 333 | 333 | ||
| 334 | In the first element, DISPLAY can be :default. The ATTS in that | 334 | In the first element, DISPLAY can be `default'. The ATTS in that |
| 335 | element then act as defaults for all the following elements. | 335 | element then act as defaults for all the following elements. |
| 336 | 336 | ||
| 337 | Aside from that, DISPLAY specifies conditions to match some or | 337 | Aside from that, DISPLAY specifies conditions to match some or |
| @@ -341,7 +341,7 @@ frame. The ATTRs in this element take effect, and the following | |||
| 341 | elements are ignored, on that frame. | 341 | elements are ignored, on that frame. |
| 342 | 342 | ||
| 343 | In the last element, DISPLAY can be t. That element applies to a | 343 | In the last element, DISPLAY can be t. That element applies to a |
| 344 | frame if none of the previous elements (except the :default if | 344 | frame if none of the previous elements (except the `default' if |
| 345 | any) did. | 345 | any) did. |
| 346 | 346 | ||
| 347 | ATTS is a list of face attributes followed by their values: | 347 | ATTS is a list of face attributes followed by their values: |
| @@ -351,7 +351,7 @@ The possible attributes are `:family', `:width', `:height', `:weight', | |||
| 351 | `:slant', `:underline', `:overline', `:strike-through', `:box', | 351 | `:slant', `:underline', `:overline', `:strike-through', `:box', |
| 352 | `:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'. | 352 | `:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'. |
| 353 | 353 | ||
| 354 | DISPLAY can be `:default' (only in the first element), the symbol | 354 | DISPLAY can be `default' (only in the first element), the symbol |
| 355 | t (only in the last element) to match all frames, or an alist of | 355 | t (only in the last element) to match all frames, or an alist of |
| 356 | conditions of the form \(REQ ITEM...). For such an alist to | 356 | conditions of the form \(REQ ITEM...). For such an alist to |
| 357 | match a frame, each of the conditions must be satisfied, meaning | 357 | match a frame, each of the conditions must be satisfied, meaning |
diff --git a/lisp/image-dired.el b/lisp/image-dired.el index ed330410d88..49c9832cbcf 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el | |||
| @@ -1774,7 +1774,8 @@ should feel snappy enough. | |||
| 1774 | If optional argument ORIGINAL-SIZE is non-nil, display image in its | 1774 | If optional argument ORIGINAL-SIZE is non-nil, display image in its |
| 1775 | original size." | 1775 | original size." |
| 1776 | (let ((new-file (expand-file-name image-dired-temp-image-file)) | 1776 | (let ((new-file (expand-file-name image-dired-temp-image-file)) |
| 1777 | width height command ret) | 1777 | width height command ret |
| 1778 | (image-type 'jpeg)) | ||
| 1778 | (setq file (expand-file-name file)) | 1779 | (setq file (expand-file-name file)) |
| 1779 | (if (not original-size) | 1780 | (if (not original-size) |
| 1780 | (progn | 1781 | (progn |
| @@ -1793,12 +1794,13 @@ original size." | |||
| 1793 | shell-command-switch command)) | 1794 | shell-command-switch command)) |
| 1794 | (if (not (= 0 ret)) | 1795 | (if (not (= 0 ret)) |
| 1795 | (error "Could not resize image"))) | 1796 | (error "Could not resize image"))) |
| 1797 | (setq image-type (image-type-from-file-name file)) | ||
| 1796 | (copy-file file new-file t)) | 1798 | (copy-file file new-file t)) |
| 1797 | (with-current-buffer (image-dired-create-display-image-buffer) | 1799 | (with-current-buffer (image-dired-create-display-image-buffer) |
| 1798 | (let ((inhibit-read-only t)) | 1800 | (let ((inhibit-read-only t)) |
| 1799 | (erase-buffer) | 1801 | (erase-buffer) |
| 1800 | (clear-image-cache) | 1802 | (clear-image-cache) |
| 1801 | (image-dired-insert-image image-dired-temp-image-file 'jpeg 0 0) | 1803 | (image-dired-insert-image image-dired-temp-image-file image-type 0 0) |
| 1802 | (goto-char (point-min)) | 1804 | (goto-char (point-min)) |
| 1803 | (image-dired-update-property 'original-file-name file))))) | 1805 | (image-dired-update-property 'original-file-name file))))) |
| 1804 | 1806 | ||
diff --git a/lisp/locate.el b/lisp/locate.el index 74a76fa4889..e00c68029cb 100644 --- a/lisp/locate.el +++ b/lisp/locate.el | |||
| @@ -669,7 +669,12 @@ locate database using the shell command in `locate-update-command'." | |||
| 669 | 669 | ||
| 670 | ;; Only for GNU locate | 670 | ;; Only for GNU locate |
| 671 | (defun locate-in-alternate-database (search-string database) | 671 | (defun locate-in-alternate-database (search-string database) |
| 672 | "Run the GNU locate command, using an alternate database." | 672 | "Run the GNU locate command, using an alternate database. |
| 673 | |||
| 674 | This command only works if you use GNU locate. It does not work | ||
| 675 | properly if `locate-prompt-for-command' is set to t. In that | ||
| 676 | case, you can just run the regular `locate' command and specify | ||
| 677 | the database on the command line." | ||
| 673 | (interactive | 678 | (interactive |
| 674 | (list | 679 | (list |
| 675 | (progn | 680 | (progn |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index d29e56ce75d..0556c87b43d 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -2411,16 +2411,18 @@ non-nil." | |||
| 2411 | ;; Reindent new line | 2411 | ;; Reindent new line |
| 2412 | (idlwave-indent-line))) | 2412 | (idlwave-indent-line))) |
| 2413 | 2413 | ||
| 2414 | (defun idlwave-beginning-of-subprogram () | 2414 | (defun idlwave-beginning-of-subprogram (&optional nomark) |
| 2415 | "Moves point to the beginning of the current program unit." | 2415 | "Moves point to the beginning of the current program unit. |
| 2416 | If NOMARK is non-nil, do not push mark." | ||
| 2416 | (interactive) | 2417 | (interactive) |
| 2417 | (idlwave-find-key idlwave-begin-unit-reg -1)) | 2418 | (idlwave-find-key idlwave-begin-unit-reg -1 nomark)) |
| 2418 | 2419 | ||
| 2419 | (defun idlwave-end-of-subprogram () | 2420 | (defun idlwave-end-of-subprogram (&optional nomark) |
| 2420 | "Moves point to the start of the next program unit." | 2421 | "Moves point to the start of the next program unit. |
| 2422 | If NOMARK is non-nil, do not push mark." | ||
| 2421 | (interactive) | 2423 | (interactive) |
| 2422 | (idlwave-end-of-statement) | 2424 | (idlwave-end-of-statement) |
| 2423 | (idlwave-find-key idlwave-end-unit-reg 1)) | 2425 | (idlwave-find-key idlwave-end-unit-reg 1 nomark)) |
| 2424 | 2426 | ||
| 2425 | (defun idlwave-mark-statement () | 2427 | (defun idlwave-mark-statement () |
| 2426 | "Mark current IDL statement." | 2428 | "Mark current IDL statement." |
| @@ -2535,7 +2537,7 @@ The marks are pushed." | |||
| 2535 | "Return (NAME TYPE CLASS) of current routine." | 2537 | "Return (NAME TYPE CLASS) of current routine." |
| 2536 | (idlwave-routines) | 2538 | (idlwave-routines) |
| 2537 | (save-excursion | 2539 | (save-excursion |
| 2538 | (idlwave-beginning-of-subprogram) | 2540 | (idlwave-beginning-of-subprogram 'nomark) |
| 2539 | (if (looking-at "[ \t]*\\<\\(pro\\|function\\)\\>\\s-+\\(\\([a-zA-Z0-9$_]+\\)::\\)?\\([a-zA-Z0-9$_]+\\)") | 2541 | (if (looking-at "[ \t]*\\<\\(pro\\|function\\)\\>\\s-+\\(\\([a-zA-Z0-9$_]+\\)::\\)?\\([a-zA-Z0-9$_]+\\)") |
| 2540 | (let* ((type (if (string= (downcase (match-string 1)) "pro") | 2542 | (let* ((type (if (string= (downcase (match-string 1)) "pro") |
| 2541 | 'pro 'function)) | 2543 | 'pro 'function)) |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7326f9cd8b2..eb4fa2e7c4d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-04-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi (EMACSVER): Increase to 22.1.50. | ||
| 4 | |||
| 5 | 2007-04-25 Karl Berry <karl@gnu.org> | ||
| 6 | |||
| 7 | * elisp.texi: Improve line breaks on copyright page, | ||
| 8 | similar layout to emacs manual, 8.5x11 by default. | ||
| 9 | |||
| 1 | 2007-04-22 Richard Stallman <rms@gnu.org> | 10 | 2007-04-22 Richard Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * keymaps.texi (Extended Menu Items): Move the info about | 12 | * keymaps.texi (Extended Menu Items): Move the info about |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 546f1ca4f97..c6e58fcb820 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -7,15 +7,17 @@ | |||
| 7 | @c Version of the manual and of Emacs. | 7 | @c Version of the manual and of Emacs. |
| 8 | @c Please remember to update the edition number in README as well. | 8 | @c Please remember to update the edition number in README as well. |
| 9 | @set VERSION 2.9 | 9 | @set VERSION 2.9 |
| 10 | @set EMACSVER 22.0.98 | 10 | @set EMACSVER 22.1.50 |
| 11 | 11 | ||
| 12 | @dircategory Emacs | 12 | @dircategory Emacs |
| 13 | @direntry | 13 | @direntry |
| 14 | * Elisp: (elisp). The Emacs Lisp Reference Manual. | 14 | * Elisp: (elisp). The Emacs Lisp Reference Manual. |
| 15 | @end direntry | 15 | @end direntry |
| 16 | 16 | ||
| 17 | @c for full 8.5x11, comment this out. | 17 | @c in general, keep the following line commented out, unless doing a |
| 18 | @set smallbook | 18 | @c copy of this manual that will be published. the manual should go |
| 19 | @c onto the distribution in the full, 8.5 x 11" size. | ||
| 20 | @c set smallbook | ||
| 19 | 21 | ||
| 20 | @ifset smallbook | 22 | @ifset smallbook |
| 21 | @smallbook | 23 | @smallbook |
| @@ -41,8 +43,8 @@ | |||
| 41 | @c @syncodeindex tp fn | 43 | @c @syncodeindex tp fn |
| 42 | 44 | ||
| 43 | @copying | 45 | @copying |
| 44 | This is edition @value{VERSION} of the GNU Emacs Lisp | 46 | This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@* |
| 45 | Reference Manual, corresponding to Emacs version @value{EMACSVER}. | 47 | corresponding to Emacs version @value{EMACSVER}. |
| 46 | 48 | ||
| 47 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, | 49 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, |
| 48 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software | 50 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software |
| @@ -74,14 +76,14 @@ Software Foundation raise funds for GNU development.'' | |||
| 74 | @vskip 0pt plus 1filll | 76 | @vskip 0pt plus 1filll |
| 75 | @insertcopying | 77 | @insertcopying |
| 76 | 78 | ||
| 77 | @sp 1 | 79 | @sp 2 |
| 78 | Published by the Free Software Foundation @* | 80 | Published by the Free Software Foundation @* |
| 79 | 51 Franklin St, Fifth Floor @* | 81 | 51 Franklin St, Fifth Floor @* |
| 80 | Boston, MA 02110-1301 @* | 82 | Boston, MA 02110-1301 @* |
| 81 | USA @* | 83 | USA @* |
| 82 | ISBN 1-882114-74-4 | 84 | ISBN 1-882114-74-4 |
| 83 | 85 | ||
| 84 | @sp 1 | 86 | @sp 2 |
| 85 | Cover art by Etienne Suvasa. | 87 | Cover art by Etienne Suvasa. |
| 86 | @end titlepage | 88 | @end titlepage |
| 87 | 89 | ||
diff --git a/mac/ChangeLog b/mac/ChangeLog index d427a71e5c5..9f2d2af2664 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-04-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: | ||
| 4 | * src/Emacs.r: Increase version to 22.1.50. | ||
| 5 | |||
| 1 | 2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * make-package (compver): Don't hardcode processor type. | 8 | * make-package (compver): Don't hardcode processor type. |
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings index c9f8190c883..fc069b9bb47 100644 --- a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings +++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Localized versions of Info.plist keys */ | 1 | /* Localized versions of Info.plist keys */ |
| 2 | 2 | ||
| 3 | CFBundleName = "Emacs"; | 3 | CFBundleName = "Emacs"; |
| 4 | CFBundleShortVersionString = "22.0.98"; | 4 | CFBundleShortVersionString = "22.1.50"; |
| 5 | CFBundleGetInfoString = "22.0.98, Copyright (C) 2007 Free Software Foundation, Inc."; | 5 | CFBundleGetInfoString = "22.1.50, Copyright (C) 2007 Free Software Foundation, Inc."; |
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r index 0a17e379168..27d91b59ea0 100644 --- a/mac/src/Emacs.r +++ b/mac/src/Emacs.r | |||
| @@ -219,12 +219,12 @@ resource 'FREF' (129) { | |||
| 219 | 219 | ||
| 220 | resource 'vers' (1) { | 220 | resource 'vers' (1) { |
| 221 | 0x22, /* Major revision in BCD */ | 221 | 0x22, /* Major revision in BCD */ |
| 222 | 0x0, /* Minor revision in BCD */ | 222 | 0x1, /* Minor revision in BCD */ |
| 223 | alpha, /* development, alpha, beta, or final (release) */ | 223 | development, /* development, alpha, beta, or final (release) */ |
| 224 | 98, /* Non-final release # */ | 224 | 50, /* Non-final release # */ |
| 225 | 0, /* Region code */ | 225 | 0, /* Region code */ |
| 226 | "22.0.98", /* Short version number */ | 226 | "22.1.50", /* Short version number */ |
| 227 | "22.0.98, Copyright \0xa9 2007 " | 227 | "22.1.50, Copyright \0xa9 2007 " |
| 228 | "Free Software Foundation, Inc." /* Long version number */ | 228 | "Free Software Foundation, Inc." /* Long version number */ |
| 229 | }; | 229 | }; |
| 230 | 230 | ||
diff --git a/man/ChangeLog b/man/ChangeLog index 3981e0c7d25..dbb804580c4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-04-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (EMACSVER): Increase to 22.1.50. | ||
| 4 | |||
| 5 | 2007-04-25 Karl Berry <karl@gnu.org> | ||
| 6 | |||
| 7 | * emacs.texi: Improve line breaks on copyright page, | ||
| 8 | similar layout to lispref, 8.5x11 by default. | ||
| 9 | |||
| 10 | * dired.texi (Image-Dired): Improve line break, fix typo. | ||
| 11 | |||
| 1 | 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com> | 12 | 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 13 | ||
| 3 | * calc.texi (Reporting bugs): Update maintainer's address. | 14 | * calc.texi (Reporting bugs): Update maintainer's address. |
diff --git a/man/dired.texi b/man/dired.texi index 922914a123f..edd4e0652c4 100644 --- a/man/dired.texi +++ b/man/dired.texi | |||
| @@ -1196,13 +1196,13 @@ buffer containing image-dired, corresponding to the marked files. | |||
| 1196 | 1196 | ||
| 1197 | You can also enter Image-Dired directly by typing @kbd{M-x | 1197 | You can also enter Image-Dired directly by typing @kbd{M-x |
| 1198 | image-dired}. This prompts for a directory; specify one that has | 1198 | image-dired}. This prompts for a directory; specify one that has |
| 1199 | images files. This creates thumbnails for all the images in that | 1199 | image files. This creates thumbnails for all the images in that |
| 1200 | directory, and displays them all in the ``thumbnail buffer.'' This | 1200 | directory, and displays them all in the ``thumbnail buffer.'' This |
| 1201 | takes a long time if the directory contains many image files, and it | 1201 | takes a long time if the directory contains many image files, and it |
| 1202 | asks for confirmation if the number of image files exceeds | 1202 | asks for confirmation if the number of image files exceeds |
| 1203 | @code{image-dired-show-all-from-dir-max-files}. | 1203 | @code{image-dired-show-all-from-dir-max-files}. |
| 1204 | 1204 | ||
| 1205 | With point in the thumbnail buffer, type @kbd{RET} | 1205 | With point in the thumbnail buffer, you can type @kbd{RET} |
| 1206 | (@code{image-dired-display-thumbnail-original-image}) to display a | 1206 | (@code{image-dired-display-thumbnail-original-image}) to display a |
| 1207 | sized version of it in another window. This sizes the image to fit | 1207 | sized version of it in another window. This sizes the image to fit |
| 1208 | the window. Use the arrow keys to move around in the buffer. For | 1208 | the window. Use the arrow keys to move around in the buffer. For |
diff --git a/man/emacs.texi b/man/emacs.texi index bf18bfb6f02..61c732677ad 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -5,10 +5,10 @@ | |||
| 5 | 5 | ||
| 6 | @c The edition number appears in several places in this file | 6 | @c The edition number appears in several places in this file |
| 7 | @set EDITION Sixteenth | 7 | @set EDITION Sixteenth |
| 8 | @set EMACSVER 22.0.98 | 8 | @set EMACSVER 22.1.50 |
| 9 | 9 | ||
| 10 | @copying | 10 | @copying |
| 11 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, | 11 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* |
| 12 | updated for Emacs version @value{EMACSVER}. | 12 | updated for Emacs version @value{EMACSVER}. |
| 13 | 13 | ||
| 14 | Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, | 14 | Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, |
| @@ -39,7 +39,7 @@ Software Foundation raise funds for GNU development.'' | |||
| 39 | @c in general, keep the following line commented out, unless doing a | 39 | @c in general, keep the following line commented out, unless doing a |
| 40 | @c copy of this manual that will be published. the manual should go | 40 | @c copy of this manual that will be published. the manual should go |
| 41 | @c onto the distribution in the full, 8.5 x 11" size. | 41 | @c onto the distribution in the full, 8.5 x 11" size. |
| 42 | @set smallbook | 42 | @c set smallbook |
| 43 | 43 | ||
| 44 | @ifset smallbook | 44 | @ifset smallbook |
| 45 | @smallbook | 45 | @smallbook |
| @@ -76,10 +76,10 @@ Software Foundation raise funds for GNU development.'' | |||
| 76 | @insertcopying | 76 | @insertcopying |
| 77 | 77 | ||
| 78 | @sp 2 | 78 | @sp 2 |
| 79 | ISBN 1-882114-86-8* | ||
| 80 | Published by the Free Software Foundation @* | 79 | Published by the Free Software Foundation @* |
| 81 | 51 Franklin Street, Fifth Floor @* | 80 | 51 Franklin Street, Fifth Floor @* |
| 82 | Boston, MA 02110-1301 USA | 81 | Boston, MA 02110-1301 USA @* |
| 82 | ISBN 1-882114-86-8 | ||
| 83 | 83 | ||
| 84 | @sp 2 | 84 | @sp 2 |
| 85 | Cover art by Etienne Suvasa. | 85 | Cover art by Etienne Suvasa. |
diff --git a/nt/ChangeLog b/nt/ChangeLog index c5ad2555bbe..e41f31dcac7 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs.rc: Increase version to 22.1.50. | ||
| 4 | |||
| 1 | 2007-03-31 Eli Zaretskii <eliz@gnu.org> | 5 | 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users. | 7 | * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users. |
diff --git a/nt/emacs.rc b/nt/emacs.rc index 99427cc5742..cf72b88a8ea 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -6,8 +6,8 @@ Emacs ICON icons\emacs.ico | |||
| 6 | #endif | 6 | #endif |
| 7 | 7 | ||
| 8 | VS_VERSION_INFO VERSIONINFO | 8 | VS_VERSION_INFO VERSIONINFO |
| 9 | FILEVERSION 22,0,98,0 | 9 | FILEVERSION 22,1,50,0 |
| 10 | PRODUCTVERSION 22,0,98,0 | 10 | PRODUCTVERSION 22,1,50,0 |
| 11 | FILEFLAGSMASK 0x3FL | 11 | FILEFLAGSMASK 0x3FL |
| 12 | #ifdef EMACSDEBUG | 12 | #ifdef EMACSDEBUG |
| 13 | FILEFLAGS 0x1L | 13 | FILEFLAGS 0x1L |
| @@ -24,12 +24,12 @@ BEGIN | |||
| 24 | BEGIN | 24 | BEGIN |
| 25 | VALUE "CompanyName", "Free Software Foundation\0" | 25 | VALUE "CompanyName", "Free Software Foundation\0" |
| 26 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" | 26 | VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" |
| 27 | VALUE "FileVersion", "22, 0, 98, 0\0" | 27 | VALUE "FileVersion", "22, 1, 50, 0\0" |
| 28 | VALUE "InternalName", "Emacs\0" | 28 | VALUE "InternalName", "Emacs\0" |
| 29 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" | 29 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007\0" |
| 30 | VALUE "OriginalFilename", "emacs.exe" | 30 | VALUE "OriginalFilename", "emacs.exe" |
| 31 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" | 31 | VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" |
| 32 | VALUE "ProductVersion", "22, 0, 98, 0\0" | 32 | VALUE "ProductVersion", "22, 1, 50, 0\0" |
| 33 | VALUE "OLESelfRegister", "\0" | 33 | VALUE "OLESelfRegister", "\0" |
| 34 | END | 34 | END |
| 35 | END | 35 | END |