comparison lisp/ChangeLog @ 83068:90ccc0dc0d3f

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-121 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-122 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-123 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-124 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-125 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-108
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 01 Mar 2004 14:27:16 +0000
parents b44978264e1d beeef4db908a
children b1f57ac99be5
comparison
equal deleted inserted replaced
83067:b44978264e1d 83068:90ccc0dc0d3f
1 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2
3 Version 2.0.39 of Tramp released.
4
5 * net/tramp.el (tramp-handle-file-local-copy)
6 (tramp-handle-write-region, tramp-open-connection-rsh): Variable
7 name typo. Small change. From Patrick Tullmann
8 <tullmann@flux.utah.edu>.
9 (tramp-process-connection-type): New variable.
10 (tramp-maybe-open-connection): Use it.
11 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg, if
12 possible.
13 (tramp-touch): Set last-modified time of a remote file.
14 (tramp-handle-write-region): Say which function is used when
15 encoding.
16
17 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18
19 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20 case of non-existing filename, too. Reported by Christoph Bauer
21 <c_bauer@informatik.uni-kl.de>.
22 (tramp-smb-get-file-entries): The directory in question should
23 have permissions "drwxrwxrwx". Just virtual, because we don't
24 know the real permissions. Don't we know?
25 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
26 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
27 (tramp-smb-wait-for-output): Optimize algorithm getting pending
28 output. If it was received chunkwise, there have been problems.
29 Remove the "prompt not found" error message; it is obvious.
30 Simplify algorithm.
31 (tramp-smb-process-running): Removed. Since we acknowledge the
32 virtual prompt for shares, there's no need for distinction of
33 reading shares (process ends afterwards) and interactive mode of
34 smblient.
35 (tramp-smb-open-connection): Setting process sentinel removed.
36 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
37 "NT_STATUS_NETWORK_ACCESS_DENIED".
38 (tramp-smb-maybe-open-connection): Set `process-connection-type'
39 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
40 (top-level): Setting default value in `tramp-default-method-alist'
41 corrected. Order of USER and HOST have been wrong. Nobody
42 claimed for months ...
43 (tramp-smb-maybe-open-connection): Use
44 `tramp-process-connection-type'.
45 (tramp-smb-open-connection): Clear password cache if login has
46 failed.
47
48 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs but
49 `tramp-unified-filenames'.
50 (tramp-completion-mode): Make test for XEmacs explicitely.
51 `event-to-character' can exists in Emacs packages too. Reported
52 by Matt Swift <swift@alum.mit.edu>.
53 (tramp-buffer-name): Buffer name must contain the user if exists.
54 Reported by Adrian Phillips <a.phillips@met.no>.
55 (tramp-do-copy-or-rename-file): Handle out-of-band methods. Call
56 `tramp-do-copy-or-rename-file-out-of-band' this case.
57 (tramp-do-copy-or-rename-file-out-of-band): Renamed from
58 `tramp-do-copy-or-rename-file-one-local', because it handles also
59 the case both files use the same out-of-band method.
60 Implementation added.
61 (tramp-handle-file-local-copy, tramp-handle-write-region):
62 Out-of-band handling removed. `copy-file' called instead, which
63 calls `tramp-do-copy-or-rename-file-out-of-band'.
64 (tramp-action-password): Check for out-of-band method removed.
65 This function is used for 'login-program.
66 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
67 appropriate.
68 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
69 and `tramp-parse-sknownhosts'.
70 (tramp-completion-function-alist): It's a defvar now, because we
71 want to apply the optimized `tramp-set-completion-function'
72 instead of a static list.
73 (tramp-set-completion-function): Implementation tuned. Avoid
74 double entries, and entries where the function or the
75 file/directory doesn't exist.
76 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
77 for SSH2.
78 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
79 (tramp-handle-dired-compress-file): New function.
80 (tramp-async-proc): New variable.
81 (tramp-handle-shell-command): Adding asynchronous processes. They
82 are far from being perfect, but it works at least for
83 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
84 (top-level): Require password.el if visible. Should be mandatory
85 once No Gnus has found its way into (X)Emacs.
86 (tramp-read-passwd): Invoke `password-read' if available,
87 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
88 fallback any longer.
89 (tramp-clear-passwd): New function.
90 (tramp-process-actions, tramp-process-multi-actions): Clear
91 password cache if login has failed.
92
93 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
94 its own module.
95 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
96 `ange-ftp-ftp-name-res'. There could be incorrect values from
97 previous calls in case the "ftp" method is used in the Tramp file
98 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
99
100 2004-02-28 Richard M. Stallman <rms@gnu.org>
101
102 * term.el (term-mouse-paste): Call mouse-set-point.
103
104 * thumbs.el: New file.
105
106 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
107
108 * ebnf-abn.el: Doc fix.
109
110 * ebnf-bnf.el: Doc fix.
111 (ebnf-repeat): Code fix.
112
113 * ebnf2ps.el: Doc fix.
114 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
115
116 2004-02-28 Juri Linkov <juri@jurta.org>
117
118 * ffap.el (dired-at-point): Additional writability test for
119 relative directory names.
120 (dired-at-point-prompter): Treat directories as a directory, get
121 the directory component from files.
122 (ffap-string-at-point): Return string from region if region is
123 active.
124 (ffap-file-at-point): Remove redundant code.
125
1 2004-02-28 Kim F. Storm <storm@cua.dk> 126 2004-02-28 Kim F. Storm <storm@cua.dk>
2 127
3 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon): 128 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4 Initialize margin area images to nil. 129 Initialize margin area images to nil.
5 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps. 130 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6 (breakpoint-enabled-bitmap-face) 131 (breakpoint-enabled-bitmap-face)
7 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe. 132 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
8 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons. 133 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
35 (sh-require-final-newline, sh-assignment-regexp, sh-builtins) 160 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
36 (sh-leading-keywords, sh-other-keywords): Fix custom type. 161 (sh-leading-keywords, sh-other-keywords): Fix custom type.
37 162
38 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu> 163 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
39 164
40 * faces.el (face-spec-set-match-display): Add a new attribute, 165 * faces.el (face-spec-set-match-display): Add a new attribute,
41 `min-colors'. 166 `min-colors'.
42 (region, highlight, secondary-selection): Use `min-colors`. 167 (region, highlight, secondary-selection): Use `min-colors'.
43 168
44 * custom.el (defface): Add documentation for `min-colors'. 169 * custom.el (defface): Add documentation for `min-colors'.
45 170
46 * font-lock.el (font-lock-comment-face, font-lock-string-face) 171 * font-lock.el (font-lock-comment-face, font-lock-string-face)
47 (font-lock-keyword-face, font-lock-function-name-face) 172 (font-lock-keyword-face, font-lock-function-name-face)
48 (font-lock-variable-name-face, font-lock-constant-face): Use 173 (font-lock-variable-name-face, font-lock-constant-face): Use
49 `min-colors`. 174 `min-colors'.
50 175
51 * isearch.el (isearch, isearch-lazy-highlight-face): Use 176 * isearch.el (isearch, isearch-lazy-highlight-face): Use
52 `min-colors'. 177 `min-colors'.
53 178
54 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> 179 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
55 180
56 * ebnf2ps.el: Doc fix. For compatibility with Emacs 20, define 181 * ebnf2ps.el: Doc fix. For compatibility with Emacs 20, define
57 assq-delete-all if it's not defined. 182 assq-delete-all if it's not defined.
196 (morse-code): Add @. 321 (morse-code): Add @.
197 322
198 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk> 323 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
199 324
200 * calendar/appt.el (appt-display-format): Change default to 325 * calendar/appt.el (appt-display-format): Change default to
201 'ignore, for backwards compatability. 326 'ignore, for backwards compatibility.
202 (appt-display-message): If appt-display-format is 'ignore, 327 (appt-display-message): If appt-display-format is 'ignore,
203 respect old vars appt-msg-window and appt-visible. 328 respect old vars appt-msg-window and appt-visible.
204 (appt-activate): Don't depend on return value of cancel-timer. 329 (appt-activate): Don't depend on return value of cancel-timer.
205 330
206 * calendar/calendar.el (calendar-holidays): Doc fix. 331 * calendar/calendar.el (calendar-holidays): Doc fix.
302 2004-02-16 Dave Love <fx@gnu.org> 427 2004-02-16 Dave Love <fx@gnu.org>
303 428
304 * loadhist.el (unload-feature): Doc fix. Rename flist to 429 * loadhist.el (unload-feature): Doc fix. Rename flist to
305 unload-hook-features-list. 430 unload-hook-features-list.
306 431
307 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change). 432 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
308 433
309 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload 434 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
310 cookie. Don't check if we are looking-at open-formula. 435 cookie. Don't check if we are looking-at open-formula.
311 436
312 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) 437 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1089 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in 1214 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
1090 output. 1215 output.
1091 1216
1092 2004-01-05 Karl Berry <karl@gnu.org> 1217 2004-01-05 Karl Berry <karl@gnu.org>
1093 1218
1094 * emacs-lisp/copyright.el (copyright-regexp): might as well allow 1219 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
1095 / and *, too. 1220 / and *, too.
1096 1221
1097 2003-12-31 Simon Josefsson <jas@extundo.com> 1222 2003-12-31 Simon Josefsson <jas@extundo.com>
1098 1223
1099 * files.el (before-save-hook): Add. 1224 * files.el (before-save-hook): Add.
1109 * net/ange-ftp.el (ange-ftp-file-attributes): 1234 * net/ange-ftp.el (ange-ftp-file-attributes):
1110 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil. 1235 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
1111 1236
1112 2004-01-04 Karl Berry <karl@gnu.org> 1237 2004-01-04 Karl Berry <karl@gnu.org>
1113 1238
1114 * emacs-lisp/copyright.el (copyright-regexp): allow the common 1239 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
1115 comment characters % and # in the copyright year notice, 1240 comment characters % and # in the copyright year notice,
1116 as well as ;. 1241 as well as ;.
1117 1242
1118 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk> 1243 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
1119 1244
1163 1288
1164 2003-12-31 Kim F. Storm <storm@cua.dk> 1289 2003-12-31 Kim F. Storm <storm@cua.dk>
1165 1290
1166 * ido.el (ido-nonreadable-directory-p): New defun to check for 1291 * ido.el (ido-nonreadable-directory-p): New defun to check for
1167 nonreadable directory without activating tramp (to avoid problems 1292 nonreadable directory without activating tramp (to avoid problems
1168 with checking incomplete tramp paths. 1293 with checking incomplete tramp paths).
1169 (ido-set-current-directory, ido-file-internal) 1294 (ido-set-current-directory, ido-file-internal)
1170 (ido-file-name-all-completions1): Use it. 1295 (ido-file-name-all-completions1): Use it.
1171 1296
1172 2003-12-30 Luc Teirlinck <teirllm@auburn.edu> 1297 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
1173 1298
1288 1413
1289 2003-12-29 Eli Zaretskii <eliz@elta.co.il> 1414 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
1290 1415
1291 * files.el (kill-some-buffers): Doc fix. 1416 * files.el (kill-some-buffers): Doc fix.
1292 1417
1293 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change) 1418 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
1294 1419
1295 * comint.el (comint-watch-for-password-prompt): Pass `string' as 1420 * comint.el (comint-watch-for-password-prompt): Pass `string' as
1296 arg to send-invisible 1421 arg to send-invisible
1297 (send-invisible): Doc fix. The argument is now a prompt, not the 1422 (send-invisible): Doc fix. The argument is now a prompt, not the
1298 string to send. 1423 string to send.
1306 1431
1307 2003-12-29 Eli Zaretskii <eliz@elta.co.il> 1432 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
1308 1433
1309 * xml.el (xml-get-attribute-or-nil): Doc fix. 1434 * xml.el (xml-get-attribute-or-nil): Doc fix.
1310 1435
1311 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com> 1436 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
1312 1437
1313 * net/zone-mode.el (zone-mode): Use write-file-functions, not 1438 * net/zone-mode.el (zone-mode): Use write-file-functions, not
1314 write-file-hooks. 1439 write-file-hooks.
1315 1440
1316 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change) 1441 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
1317 1442
1318 * autorevert.el (auto-revert-interval): Doc fix. 1443 * autorevert.el (auto-revert-interval): Doc fix.
1319 1444
1320 2003-12-29 Mark A. Hershberger <mah@everybody.org> 1445 2003-12-29 Mark A. Hershberger <mah@everybody.org>
1321 1446
1322 * xml.el (xml-get-attribute-or-nil): New function, like 1447 * xml.el (xml-get-attribute-or-nil): New function, like
1323 xml-get-attribute, but returns nil if the attribute was not found. 1448 xml-get-attribute, but returns nil if the attribute was not found.
1324 (xml-get-attribute): Convert to defsubst, uses 1449 (xml-get-attribute): Convert to defsubst, uses
1325 xml-get-attribute-or-nil. 1450 xml-get-attribute-or-nil.
1326 1451
1327 2003-12-29 Eli Zaretskii <eliz@elta.co.il> 1452 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
1328 1453
1329 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix. 1454 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1330 1455
1331 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change) 1456 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
1332 1457
1333 * custom.el (custom-declare-theme): Use `value' when putting 1458 * custom.el (custom-declare-theme): Use `value' when putting
1334 properties on `theme'. 1459 properties on `theme'.
1335 1460
1336 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com> 1461 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
1337 1462
1338 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively 1463 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
1339 for each yank-handler segment. 1464 for each yank-handler segment.
1340 (insert-for-yank-1): New function, with the body of the previous 1465 (insert-for-yank-1): New function, with the body of the previous
1341 insert-for-yank. 1466 insert-for-yank.
1342 1467
1343 * textmodes/table.el (table-yank-handler): New defcustom. 1468 * textmodes/table.el (table-yank-handler): New defcustom.
1344 (table--put-cell-indicator-property): Put yank-handler property 1469 (table--put-cell-indicator-property): Put yank-handler property
1345 that indicates the yank handler for the table cell. 1470 that indicates the yank handler for the table cell.
1346 1471
1347 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change) 1472 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
1348 1473
1349 * generic-x.el (etc-modules-conf-generic-mode): A more complete 1474 * generic-x.el (etc-modules-conf-generic-mode): A more complete
1350 set of keywords. 1475 set of keywords.
1351 1476
1352 2003-12-29 Eli Zaretskii <eliz@elta.co.il> 1477 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
1415 1540
1416 2003-12-25 Luc Teirlinck <teirllm@auburn.edu> 1541 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
1417 1542
1418 * ffap.el (ffap-read-file-or-url): Revert previous change. 1543 * ffap.el (ffap-read-file-or-url): Revert previous change.
1419 1544
1420 2003-12-25 Robert J. Chassell <bob@rattlesnake.com> 1545 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
1421 1546
1422 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a 1547 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
1423 new list of included files called `files-with-node-lines', that 1548 new list of included files called `files-with-node-lines', that
1424 only have node lines. This way @include commands can include any 1549 only have node lines. This way @include commands can include any
1425 file, such as version and update files without node lines, not 1550 file, such as version and update files without node lines, not
1495 2003-12-23 John Paul Wallington <jpw@gnu.org> 1620 2003-12-23 John Paul Wallington <jpw@gnu.org>
1496 1621
1497 * info.el (Info-unescape-quotes, Info-split-parameter-string) 1622 * info.el (Info-unescape-quotes, Info-split-parameter-string)
1498 (Info-goto-emacs-command-node): Doc fixes. 1623 (Info-goto-emacs-command-node): Doc fixes.
1499 1624
1500 2003-12-12 Jesper Harder <harder@ifa.au.dk> 1625 2003-12-12 Jesper Harder <harder@ifa.au.dk>
1501 1626
1502 * cus-edit.el (custom-add-parent-links): Define "many". 1627 * cus-edit.el (custom-add-parent-links): Define "many".
1503 1628
1504 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk> 1629 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
1505 1630
1585 1710
1586 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if 1711 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
1587 `file-attributes' has a second parameter. If yes, apply it with 1712 `file-attributes' has a second parameter. If yes, apply it with
1588 value "'integer". Otherwise, don't use that parameter (default is 1713 value "'integer". Otherwise, don't use that parameter (default is
1589 integer format). 1714 integer format).
1590
1591 1715
1592 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> 1716 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
1593 1717
1594 * help.el (help-map): Bind `display-local-help' to `C-h .'. 1718 * help.el (help-map): Bind `display-local-help' to `C-h .'.
1595 (help-for-help): Add `C-h .' to the listed Help options. 1719 (help-for-help): Add `C-h .' to the listed Help options.
1880 2004
1881 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de> 2005 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
1882 2006
1883 * descr-text.el (describe-char): Fix typo. 2007 * descr-text.el (describe-char): Fix typo.
1884 2008
1885 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> 2009 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
1886 2010
1887 These changes are to support Kannada language/script. 2011 These changes are to support Kannada language/script.
1888 2012
1889 * Makefile.in (DONTCOMPILE): Add kannada.el. 2013 * Makefile.in (DONTCOMPILE): Add kannada.el.
1890 2014
1937 * xml.el (xml-parse-region): Allow comments to appear after the 2061 * xml.el (xml-parse-region): Allow comments to appear after the
1938 topmost element has closed. 2062 topmost element has closed.
1939 (xml-ns-parse-ns-attrs, xml-ns-expand-el) 2063 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
1940 (xml-ns-expand-attr): New functions to do namespace handling. 2064 (xml-ns-expand-attr): New functions to do namespace handling.
1941 (xml-intern-attrlist): Back-compatible handling of attribute names. 2065 (xml-intern-attrlist): Back-compatible handling of attribute names.
1942 (xml-parse-tag): Move namespace handling to seperate functions. 2066 (xml-parse-tag): Move namespace handling to separate functions.
1943 Now produces elements in the form ((:ns . "element") (attr-list) 2067 Now produces elements in the form ((:ns . "element") (attr-list)
1944 children) instead of ('ns:element (attr-list) children). 2068 children) instead of ('ns:element (attr-list) children).
1945 (xml-parse-attlist): Fix attribute parsing. 2069 (xml-parse-attlist): Fix attribute parsing.
1946 (xml-parse-dtd): Change parsing so that it produces strings 2070 (xml-parse-dtd): Change parsing so that it produces strings
1947 instead of interned symbols. 2071 instead of interned symbols.
2448 * bindings.el (mode-line-modes): Remove superfluous :propertize 2572 * bindings.el (mode-line-modes): Remove superfluous :propertize
2449 construct in initialization. 2573 construct in initialization.
2450 (mode-line-position): Change cons cell into proper list in 2574 (mode-line-position): Change cons cell into proper list in
2451 initialization. 2575 initialization.
2452 2576
2453 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change) 2577 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2454 2578
2455 * international/mule.el (decode-coding-inserted-region): Use car 2579 * international/mule.el (decode-coding-inserted-region): Use car
2456 of the return value of find-operation-coding-system. 2580 of the return value of find-operation-coding-system.
2457 2581
2458 2003-09-29 Kenichi Handa <handa@m17n.org> 2582 2003-09-29 Kenichi Handa <handa@m17n.org>
2498 * recentf.el (recentf-initialize-file-name-history): New defcustom. 2622 * recentf.el (recentf-initialize-file-name-history): New defcustom.
2499 (recentf-load-list): When `recentf-initialize-file-name-history' 2623 (recentf-load-list): When `recentf-initialize-file-name-history'
2500 is non-nil, initialize an empty `file-name-history' with the 2624 is non-nil, initialize an empty `file-name-history' with the
2501 recent list. 2625 recent list.
2502 2626
2503 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch) 2627 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
2504 2628
2505 * man.el (Man-default-man-entry): Remove the leading `*' from the 2629 * man.el (Man-default-man-entry): Remove the leading `*' from the
2506 word at point. 2630 word at point.
2507 2631
2508 2003-09-26 Lute Kamstra <lute@gnu.org> 2632 2003-09-26 Lute Kamstra <lute@gnu.org>
2708 From David Ponce <david.ponce@wanadoo.fr>: 2832 From David Ponce <david.ponce@wanadoo.fr>:
2709 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el. 2833 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
2710 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el 2834 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
2711 from loaddefs-boot.el if necessary. 2835 from loaddefs-boot.el if necessary.
2712 2836
2713 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com> 2837 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
2714 2838
2715 * progmodes/gud.el (gud-find-class): Make jdb work again since 2839 * progmodes/gud.el (gud-find-class): Make jdb work again since
2716 cc-mode changed the syntactic information. 2840 cc-mode changed the syntactic information.
2717 2841
2718 2003-09-15 David Ponce <david@dponce.com> 2842 2003-09-15 David Ponce <david@dponce.com>
2739 2863
2740 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 2864 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2741 2865
2742 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style. 2866 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
2743 2867
2744 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change) 2868 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
2745 2869
2746 * dired.el (dired-mode-map): Fix typo. 2870 * dired.el (dired-mode-map): Fix typo.
2747 2871
2748 2003-09-11 Richard M. Stallman <rms@gnu.org> 2872 2003-09-11 Richard M. Stallman <rms@gnu.org>
2749 2873
2877 2003-09-01 Kenichi Handa <handa@m17n.org> 3001 2003-09-01 Kenichi Handa <handa@m17n.org>
2878 3002
2879 * international/fontset.el (setup-default-fontset): For Thai 3003 * international/fontset.el (setup-default-fontset): For Thai
2880 font, specify "*" family. 3004 font, specify "*" family.
2881 3005
2882 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) 3006 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2883 3007
2884 * progmodes/compile.el (previous-error): Accept a prefix 3008 * progmodes/compile.el (previous-error): Accept a prefix
2885 argument, similarly to next-error. 3009 argument, similarly to next-error.
2886 3010
2887 2003-08-31 Masatake YAMATO <jet@gyve.org> 3011 2003-08-31 Masatake YAMATO <jet@gyve.org>
2918 2003-08-29 Martin Stjernholm <mast@lysator.liu.se> 3042 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
2919 3043
2920 * simple.el (blink-matching-open): Work correctly on chars that 3044 * simple.el (blink-matching-open): Work correctly on chars that
2921 are designated as parens through the syntax-table text property. 3045 are designated as parens through the syntax-table text property.
2922 3046
2923 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change) 3047 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
2924 3048
2925 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a 3049 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
2926 line break position in the middle of a non-kinsoku (e.g. latin) 3050 line break position in the middle of a non-kinsoku (e.g. latin)
2927 word, making it skip until either a space or a character with 3051 word, making it skip until either a space or a character with
2928 category "|". 3052 category "|".
2968 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org> 3092 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
2969 3093
2970 * progmodes/cc-engine.el (c-just-after-func-arglist-p): 3094 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2971 Safeguard against unbalanced sexps. 3095 Safeguard against unbalanced sexps.
2972 3096
2973 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no> 3097 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
2974 3098
2975 * version.el (emacs-version): Check for gtk. Include gtk version info. 3099 * version.el (emacs-version): Check for gtk. Include gtk version info.
2976 3100
2977 2003-08-25 John Paul Wallington <jpw@gnu.org> 3101 2003-08-25 John Paul Wallington <jpw@gnu.org>
2978 3102