aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2002-03-17 20:50:48 +0000
committerStefan Monnier2002-03-17 20:50:48 +0000
commit2154a29765fbd87edf495b1db960e8a90d1be9bc (patch)
treeb19dafde844443c71a68f1ca66e7f61c1da8d614 /lisp/ChangeLog
parent1f3d429d7346f26dfb686884546271784105f938 (diff)
downloademacs-2154a29765fbd87edf495b1db960e8a90d1be9bc.tar.gz
emacs-2154a29765fbd87edf495b1db960e8a90d1be9bc.zip
(ucs-unify-8859, ucs-fragment-8859): Use unify-8859-on-decoding-mode.
(unify-8859-on-decoding-mode): Also set translation-table-for-input. (ucs-insert): Give an error if the unicode char can't be created.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog72
1 files changed, 52 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c96fa75048c..fbaa35baefb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12002-03-17 Stefan Monnier <monnier@cs.yale.edu>
2
3 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
4 Use unify-8859-on-decoding-mode.
5 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
6 (ucs-insert): Give an error if the unicode char can't be created.
7
8 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
9 (cvs-parse-status): Handle the "used to have a conflict" marker.
10
12002-03-17 Kim F. Storm <storm@cua.dk> 112002-03-17 Kim F. Storm <storm@cua.dk>
2 12
3 The following changes are related to the enhanced network process 13 The following changes are related to the enhanced network process
@@ -5,12 +15,11 @@
5 15
6 * simple.el: Update copyright. 16 * simple.el: Update copyright.
7 (clone-process): Use make-network-process to clone network 17 (clone-process): Use make-network-process to clone network
8 processes. Get command list via (process-contact ... t). 18 processes. Get command list via (process-contact ... t).
9 Use set-process-query-on-exit-flag and process-query-on-exit-flag 19 Use set-process-query-on-exit-flag and process-query-on-exit-flag
10 instead of process-kill-without-query. 20 instead of process-kill-without-query.
11 (open-network-stream): Replaces C-version from process.c. 21 (open-network-stream): Replaces C-version from process.c.
12 (open-network-stream-nowait, open-network-stream-server): New 22 (open-network-stream-nowait, open-network-stream-server): New funs.
13 functions.
14 (process-kill-without-query): Replaces C-version from process.c. 23 (process-kill-without-query): Replaces C-version from process.c.
15 24
16 * files.el: Update copyright. 25 * files.el: Update copyright.
@@ -50,6 +59,11 @@
50 * bindings.el (mode-line-mule-info): In computing help-echo prop, 59 * bindings.el (mode-line-mule-info): In computing help-echo prop,
51 avoid using save-window-excursion. And compile the function. 60 avoid using save-window-excursion. And compile the function.
52 61
622002-03-15 Stefan Monnier <monnier@cs.yale.edu>
63
64 * files.el (load-completion): New function.
65 (load-library): Use it.
66
532002-03-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 672002-03-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
54 68
55 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt 69 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
@@ -57,8 +71,8 @@
57 71
582002-03-15 Eli Zaretskii <eliz@is.elta.co.il> 722002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
59 73
60 * textmodes/po.el (po-find-file-coding-system-guts): Use 74 * textmodes/po.el (po-find-file-coding-system-guts):
61 with-temp-buffer instead of po-with-temp-buffer. 75 Use with-temp-buffer instead of po-with-temp-buffer.
62 76
63 * international/mule-conf.el (file-coding-system-alist): Add an 77 * international/mule-conf.el (file-coding-system-alist): Add an
64 association for PO files. 78 association for PO files.
@@ -77,9 +91,9 @@
772002-03-14 Richard M. Stallman <rms@gnu.org> 912002-03-14 Richard M. Stallman <rms@gnu.org>
78 92
79 * textmodes/picture.el (picture-insert) 93 * textmodes/picture.el (picture-insert)
80 (picture-clear-column, picture-draw-rectangle): 94 (picture-clear-column, picture-draw-rectangle):
81 Use move-to-column, not move-to-column-force. 95 Use move-to-column, not move-to-column-force.
82 96
83 * dired.el (dired-readin): Clear out undo list. 97 * dired.el (dired-readin): Clear out undo list.
84 (dired-fun-in-all-buffers): Definition moved from dired-aux.el. 98 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
85 (dired-delete-entry): New function. 99 (dired-delete-entry): New function.
@@ -87,12 +101,12 @@
87 and dired-delete-entry, to update this buffer (and others). 101 and dired-delete-entry, to update this buffer (and others).
88 102
89 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el. 103 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
90 104
91 * facemenu.el (facemenu-add-new-face): 105 * facemenu.el (facemenu-add-new-face):
92 Pass region args to facemenu-set-face, when there is a region. 106 Pass region args to facemenu-set-face, when there is a region.
93 (facemenu-set-foreground, facemenu-set-background) 107 (facemenu-set-foreground, facemenu-set-background)
94 (facemenu-add-face): Doc fixes. 108 (facemenu-add-face): Doc fixes.
95 109
96 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up. 110 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
97 111
982002-03-14 Miles Bader <miles@gnu.org> 1122002-03-14 Miles Bader <miles@gnu.org>
@@ -105,10 +119,30 @@
105 (rlogin): Don't install the `rlogin-carriage-filter' filter, as 119 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
106 comint removes carriage returns itself now. 120 comint removes carriage returns itself now.
107 121
108 * rfn-eshadow.el (rfn-eshadow-update-overlay): Bind 122 * rfn-eshadow.el (rfn-eshadow-update-overlay):
109 `inhibit-point-motion-hooks' to t while messing around, to avoid 123 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
110 getting hosed by our own intangible property. 124 getting hosed by our own intangible property.
111 125
1262002-03-13 Stefan Monnier <monnier@cs.yale.edu>
127
128 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
129 Add fortran-comment-line-start-skip to comment-start-skip.
130 (fortran-comment-indent): Keep whole-line comments in column 0.
131 (fortran-find-comment-start-skip): New arg `all'.
132 If ALL is nil, make sure we only match comment-start-skip if we
133 can't match fortran-comment-line-start-skip.
134 Fix bug that made it return t but without moving point when
135 matching '!'! (a false-comment followed by a real comment).
136 (fortran-indent-comment): Use new `all' argument above.
137 Be careful not to add an incorrect comment-starter like "C"
138 in comment-column.
139 (fortran-split-line): When splitting a comment, reuse the comment
140 starter from the current line rather than fortran-comment-line-start.
141 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
142 cleaner behavior of fortran-find-comment-start-skip.
143 (fortran-fill): Don't be confused by ! inside a comment.
144 (fortran-break-line): Minor cleanup and simplification.
145
1122002-03-13 Francesco Potorti` <pot@gnu.org> 1462002-03-13 Francesco Potorti` <pot@gnu.org>
113 147
114 * progmodes/etags.el (tag-exact-file-name-match-p) 148 * progmodes/etags.el (tag-exact-file-name-match-p)
@@ -132,10 +166,9 @@
1322002-03-12 Gerd Moellmann <gerd@gnu.org> 1662002-03-12 Gerd Moellmann <gerd@gnu.org>
133 167
134 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation) 168 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
135 (lisp-loop-forms-indentation, lisp-simple-loop-indentation): New 169 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
136 user options. 170 New user options.
137 (extended-loop-p, common-lisp-loop-part-indentation): New 171 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
138 functions.
139 (common-lisp-indent-function-1): Renamed from 172 (common-lisp-indent-function-1): Renamed from
140 common-lisp-indent-function. 173 common-lisp-indent-function.
141 (common-lisp-indent-function): Handle loop forms specially. 174 (common-lisp-indent-function): Handle loop forms specially.
@@ -145,9 +178,9 @@
1452002-03-12 Francesco Potorti` <pot@gnu.org> 1782002-03-12 Francesco Potorti` <pot@gnu.org>
146 179
147 * progmodes/etags.el (tag-exact-file-name-match-p) 180 * progmodes/etags.el (tag-exact-file-name-match-p)
148 (tag-file-name-match-p, tag-partial-file-name-match-p): Assume 181 (tag-file-name-match-p, tag-partial-file-name-match-p):
149 that the header of a tags section has either a number or nothing 182 Assume that the header of a tags section has either a number
150 after the last comma. 183 or nothing after the last comma.
151 184
1522002-03-11 Richard M. Stallman <rms@gnu.org> 1852002-03-11 Richard M. Stallman <rms@gnu.org>
153 186
@@ -228,8 +261,7 @@
228 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial) 261 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
229 (mpuz-allow-double-multiplicator): New options for nicer look and 262 (mpuz-allow-double-multiplicator): New options for nicer look and
230 new features. 263 new features.
231 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New 264 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
232 functions.
233 (mpuz-check-all-solved, mpuz-random-puzzle) 265 (mpuz-check-all-solved, mpuz-random-puzzle)
234 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game) 266 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
235 (mpuz-show-solution): Functions streamlined and removed french 267 (mpuz-show-solution): Functions streamlined and removed french