Mercurial > emacs
annotate admin/ChangeLog @ 56838:c1345747d0db
(cua--rectangle-padding): Remove.
(cua--rectangle-virtual-edges): New defun.
(cua--rectangle-get-corners): Remove optional PAD arg.
(cua--rectangle-set-corners): Never do padding.
(cua--forward-line): Remove optional PAD arg. Simplify.
(cua-resize-rectangle-right, cua-resize-rectangle-left)
(cua-resize-rectangle-down, cua-resize-rectangle-up):
(cua-resize-rectangle-bot, cua-resize-rectangle-top)
(cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
(cua--rectangle-move): Never do padding. Simplify.
(cua--tabify-start): New defun.
(cua--rectangle-operation): Add tabify arg. All callers changed.
(cua--pad-rectangle): Remove.
(cua--delete-rectangle): Handle delete with virtual edges.
(cua--extract-rectangle): Add spaces if rectangle has virtual edges.
(cua--insert-rectangle): Handle insert at virtual column.
Perform auto-tabify if necessary.
(cua--activate-rectangle): Remove optional FORCE arg.
Never do padding. Simplify.
(cua--highlight-rectangle): Enhance for virtual edges.
(cua-toggle-rectangle-padding): Remove command.
(cua-toggle-rectangle-virtual-edges): New command.
(cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
(cua--rectangle-post-command): Don't force rectangle padding.
(cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 29 Aug 2004 20:57:19 +0000 |
parents | 2b6ea2ab774f |
children | 6ed24418837c 3219f94257bc |
rev | line source |
---|---|
56837 | 1 2004-08-29 Kim F. Storm <storm@cua.dk> |
2 | |
3 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS. | |
4 | |
56824
35774f24f0ab
* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
Jan Djärv <jan.h.d@swipnet.se>
parents:
56270
diff
changeset
|
5 2004-08-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
35774f24f0ab
* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
Jan Djärv <jan.h.d@swipnet.se>
parents:
56270
diff
changeset
|
6 |
56837 | 7 * FOR-RELEASE (Indications): Remove entry about GTK and geometry, |
56824
35774f24f0ab
* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
Jan Djärv <jan.h.d@swipnet.se>
parents:
56270
diff
changeset
|
8 (now behaves as well as other ports). |
35774f24f0ab
* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
Jan Djärv <jan.h.d@swipnet.se>
parents:
56270
diff
changeset
|
9 |
56270
78dc44def80f
* FOR-RELEASE: Removed entry about GTK and monochrome displays (done).
Jan Djärv <jan.h.d@swipnet.se>
parents:
56253
diff
changeset
|
10 2004-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
78dc44def80f
* FOR-RELEASE: Removed entry about GTK and monochrome displays (done).
Jan Djärv <jan.h.d@swipnet.se>
parents:
56253
diff
changeset
|
11 |
56837 | 12 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done). |
56270
78dc44def80f
* FOR-RELEASE: Removed entry about GTK and monochrome displays (done).
Jan Djärv <jan.h.d@swipnet.se>
parents:
56253
diff
changeset
|
13 |
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
55429
diff
changeset
|
14 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il> |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
55429
diff
changeset
|
15 |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
55429
diff
changeset
|
16 * FOR-RELEASE: Moved here from the etc directory. |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
55429
diff
changeset
|
17 |
55429
3f07e8295d4a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52708
diff
changeset
|
18 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> |
3f07e8295d4a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52708
diff
changeset
|
19 |
3f07e8295d4a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52708
diff
changeset
|
20 * notes/BRANCH: New file, to be maintained per CVS branch. |
3f07e8295d4a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52708
diff
changeset
|
21 |
52708
8f70aecafdb5
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-68
Miles Bader <miles@gnu.org>
parents:
52634
diff
changeset
|
22 2003-10-01 Miles Bader <miles@gnu.org> |
8f70aecafdb5
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-68
Miles Bader <miles@gnu.org>
parents:
52634
diff
changeset
|
23 |
8f70aecafdb5
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-68
Miles Bader <miles@gnu.org>
parents:
52634
diff
changeset
|
24 * quick-install-emacs: Don't use "function" keyword when defining |
8f70aecafdb5
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-68
Miles Bader <miles@gnu.org>
parents:
52634
diff
changeset
|
25 shell functions. |
8f70aecafdb5
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-68
Miles Bader <miles@gnu.org>
parents:
52634
diff
changeset
|
26 |
52634
bb955cc088f9
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
27 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu> |
bb955cc088f9
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
28 |
bb955cc088f9
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
29 * quick-install-emacs: Remove fns-* pruning, since that file no |
bb955cc088f9
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
30 longer seems to be generated. |
bb955cc088f9
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
31 (AVOID): Quote literal periods. Quote braces in a way acceptable |
bb955cc088f9
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
32 to all parties (gawk gets bitchy about using `\'). |
bb955cc088f9
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
33 |
52260
68158472dffc
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Miles Bader <miles@gnu.org>
parents:
52175
diff
changeset
|
34 2003-08-19 Miles Bader <miles@gnu.org> |
68158472dffc
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Miles Bader <miles@gnu.org>
parents:
52175
diff
changeset
|
35 |
68158472dffc
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Miles Bader <miles@gnu.org>
parents:
52175
diff
changeset
|
36 * quick-install-emacs: Add arch-specific ignored files to |
68158472dffc
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Miles Bader <miles@gnu.org>
parents:
52175
diff
changeset
|
37 quick-install-emacs. Use quoting for periods that's acceptable |
68158472dffc
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Miles Bader <miles@gnu.org>
parents:
52175
diff
changeset
|
38 to recent versions of gawk. |
68158472dffc
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
Miles Bader <miles@gnu.org>
parents:
52175
diff
changeset
|
39 |
52175
c869cd8e35ac
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
50666
diff
changeset
|
40 2003-08-11 Markus Rost <rost@math.ohio-state.edu> |
c869cd8e35ac
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
50666
diff
changeset
|
41 |
c869cd8e35ac
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
50666
diff
changeset
|
42 * cus-test.el: Remove obsolete workaround. |
c869cd8e35ac
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
50666
diff
changeset
|
43 |
50666 | 44 2003-04-22 Andrew Innes <andrewi@gnu.org> |
45 | |
46 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting | |
47 emacs.exe before zipping, and including batch file to recreate | |
48 after unpacking. | |
49 | |
50 * nt/stitch.bat: New file. | |
51 | |
52 * nt/README-ftp-server: Update wording and version number etc. | |
53 Add extra instructions for installing multi-file .zip | |
54 distribution. | |
55 | |
56 * nt/README.W32: Remove personal email address and update wording. | |
57 | |
58 * nt/README-UNDUMP.W32: Remove personal email address and update | |
59 wording. | |
60 | |
49684
009a9aac441d
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49375
diff
changeset
|
61 2003-02-10 Francesco Potort,Al(B <pot@gnu.org> |
009a9aac441d
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49375
diff
changeset
|
62 |
009a9aac441d
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49375
diff
changeset
|
63 * make-changelog-diff: New script, code stolen from make-announcement. |
009a9aac441d
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49375
diff
changeset
|
64 |
009a9aac441d
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49375
diff
changeset
|
65 * make-announcement: Use make-changelog-diff. |
009a9aac441d
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49375
diff
changeset
|
66 |
49342
5ec3f0cdf610
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49297
diff
changeset
|
67 2003-01-20 Francesco Potort,Al(B <pot@gnu.org> |
5ec3f0cdf610
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49297
diff
changeset
|
68 |
5ec3f0cdf610
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49297
diff
changeset
|
69 * make-tarball.txt: Step-by-step instructions for making a tarball. |
5ec3f0cdf610
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49297
diff
changeset
|
70 |
5ec3f0cdf610
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49297
diff
changeset
|
71 * make-announcement: A script for creating pretest annuncements. |
5ec3f0cdf610
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49297
diff
changeset
|
72 |
49296
453977aee129
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48853
diff
changeset
|
73 2003-01-17 Francesco Potort,Al(B <pot@gnu.org> |
453977aee129
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48853
diff
changeset
|
74 |
453977aee129
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48853
diff
changeset
|
75 * admin.el (add-release-logs): Expand the directory name before |
453977aee129
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48853
diff
changeset
|
76 calling find(1). |
453977aee129
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48853
diff
changeset
|
77 (add-release-logs): Use the same methods as add-log.el for writing |
49297
3daa4e7f0cca
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49296
diff
changeset
|
78 the date and the user's name and address |
49296
453977aee129
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
48853
diff
changeset
|
79 |
49375 | 80 2003-01-07 Miles Bader <miles@gnu.org> |
81 | |
82 * quick-install-emacs: Unset LANG etc. to avoid non-standard | |
83 command output from non-C locales. | |
84 | |
48853
cf30601f67b2
White space fixes.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47895
diff
changeset
|
85 2002-10-16 Markus Rost <rost@math.ohio-state.edu> |
47871
f0d9067a78fd
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47857
diff
changeset
|
86 |
47895
3ec83d27c2b2
Replaced the recent ChangeLogs for cus-test.el by a summary.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47890
diff
changeset
|
87 * cus-test.el: Extended and reorganized. There are now 4 tests |
47834
16798d2e1b5f
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47816
diff
changeset
|
88 which can be run in batch mode. See the Commentary section. |
47816
7d963d85f3d0
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47802
diff
changeset
|
89 |
47802
b1485d13f90d
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
45538
diff
changeset
|
90 2002-10-08 Markus Rost <rost@math.ohio-state.edu> |
b1485d13f90d
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
45538
diff
changeset
|
91 |
b1485d13f90d
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
45538
diff
changeset
|
92 * cus-test.el: New file. |
b1485d13f90d
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
45538
diff
changeset
|
93 |
45537 | 94 2002-05-27 Miles Bader <miles@gnu.org> |
95 | |
96 * quick-install-emacs (VERSION): Calculate using the same method | |
45538 | 97 that configure.in uses. |
45537 | 98 |
44874 | 99 2002-04-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
100 | |
101 * emacs-pretesters: New file with information for Emacs | |
102 pretesters. | |
103 | |
44113
4b1f649a4526
* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
Paul Eggert <eggert@twinsun.com>
parents:
43240
diff
changeset
|
104 2002-03-22 Paul Eggert <eggert@twinsun.com> |
4b1f649a4526
* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
Paul Eggert <eggert@twinsun.com>
parents:
43240
diff
changeset
|
105 |
4b1f649a4526
* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
Paul Eggert <eggert@twinsun.com>
parents:
43240
diff
changeset
|
106 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as |
4b1f649a4526
* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
Paul Eggert <eggert@twinsun.com>
parents:
43240
diff
changeset
|
107 POSIX 1003.1-2001 disallows both usages. |
4b1f649a4526
* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
Paul Eggert <eggert@twinsun.com>
parents:
43240
diff
changeset
|
108 |
43240 | 109 2002-02-11 Andrew Innes <andrewi@gnu.org> |
110 | |
111 * nt/makedist.bat: Don't include elisp/term/*.el files twice. | |
112 | |
42927 | 113 2002-01-24 Andrew Innes <andrewi@gnu.org> |
114 | |
115 * nt/README.W32: Remove unnecessary version number and date | |
116 references. | |
117 | |
118 * nt/README-UNDUMP.W32: Ditto. | |
119 | |
41842 | 120 2001-12-06 Gerd Moellmann <gerd@gnu.org> |
121 | |
122 * make-emacs: Add --trace-move. | |
123 | |
40202 | 124 2001-10-23 Andrew Innes <andrewi@gnu.org> |
125 | |
126 * nt/makedist.bat: Remove remaining obsolete reference to | |
127 GETTING.GNU.SOFTWARE. | |
128 | |
40163 | 129 2001-10-22 Gerd Moellmann <gerd@gnu.org> |
130 | |
131 * admin.el (set-version): Use `s' interactive spec for | |
132 version number. | |
133 | |
40111 | 134 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
135 | |
40152 | 136 * (Version 21.1 released.) |
40111 | 137 |
40085 | 138 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
139 | |
140 * admin.el (add-release-logs): Put the log entry in lispref, too. | |
141 | |
40065 | 142 2001-10-20 Miles Bader <miles@gnu.org> |
143 | |
144 * quick-install-emacs: Exit if we can't find some variable. | |
145 (AVOID): Add .orig & .rej files. | |
146 (get_config_var): Be more liberal about format of config.status | |
147 sed commands. | |
148 | |
40053 | 149 2001-10-19 Gerd Moellmann <gerd@gnu.org> |
150 | |
40063 | 151 * admin.el: New file. |
152 | |
40053 | 153 * build-configs: Add --help option. Add support for building |
154 in arbitrary source trees. | |
155 | |
39991 | 156 2001-10-17 Gerd Moellmann <gerd@gnu.org> |
157 | |
158 * alloc-colors.c: New file. | |
159 | |
39872 | 160 2001-10-13 Gerd Moellmann <gerd@gnu.org> |
161 | |
162 * make-emacs: Add --boot switch for bootstrapping. Logs to | |
163 EMACS_ROOT/boot.log, renames previous log file to boot.log.old. | |
164 | |
39742 | 165 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
166 | |
167 * Branch for 21.1. | |
48853
cf30601f67b2
White space fixes.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47895
diff
changeset
|
168 |
39380
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
169 2001-09-04 Andrew Innes <andrewi@gnu.org> |
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
170 |
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
171 * admin/nt/makedist.bat: Remove reference to obsolete file |
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
172 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about |
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
173 version of tar used. |
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
174 |
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
175 ;; Local Variables: |
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
176 ;; coding: iso-2022-7bit-unix |
5cf92202b19f
Move the entry from the top-level ChangeLog file here.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
177 ;; End: |
39627 | 178 |
179 Copyright (C) 2001 Free Software Foundation, Inc. | |
180 Copying and distribution of this file, with or without modification, | |
181 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 182 |
183 ;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a |