comparison lisp/ChangeLog @ 48332:9662c080acf3

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 14 Nov 2002 17:09:09 +0000
parents 7b17eff6f508
children edc0532a3158
comparison
equal deleted inserted replaced
48331:9f0197f9c174 48332:9662c080acf3
1 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu> 1 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
2 2
3 * calendar/diary-lib.el (make-diary-entry): Allow for local variables at 3 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
4 end of diary file. 4 at end of diary file.
5 5
6 2002-11-14 Kim F. Storm <storm@cua.dk> 6 2002-11-14 Kim F. Storm <storm@cua.dk>
7 7
8 * files.el (mode-name): Mark it as risky-local-variable like the 8 * files.el (mode-name): Mark it as risky-local-variable like the
9 other mode-line elements (moved from bindings.el). 9 other mode-line elements (moved from bindings.el).
36 Record markers for mangled *note references on that list. 36 Record markers for mangled *note references on that list.
37 When done, go back through those markers and fill each mangled 37 When done, go back through those markers and fill each mangled
38 paragraph with `fill-nobreak-invisible' let-bound to t. 38 paragraph with `fill-nobreak-invisible' let-bound to t.
39 Don't use `display' property; insert "see" directly in buffer. 39 Don't use `display' property; insert "see" directly in buffer.
40 40
41 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
42
43 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
44
41 2002-11-13 Andre Spiegel <spiegel@gnu.org> 45 2002-11-13 Andre Spiegel <spiegel@gnu.org>
42 46
43 * vc-rcs.el (vc-rcs-registered): Improve comment. 47 * vc-rcs.el (vc-rcs-registered): Improve comment.
44 48
45 * vc-sccs.el (vc-sccs-registered): Improve comment. 49 * vc-sccs.el (vc-sccs-registered): Improve comment.
46 50
47 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change) 51 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
48 52
49 * progmodes/compile.el (compilation-error-regexp-alist): Don't 53 * progmodes/compile.el (compilation-error-regexp-alist):
50 include colon and space after a file name as part of the name. 54 Don't include colon and space after a file name as part of the name.
51 55
52 2002-11-13 Richard M. Stallman <rms@gnu.org> 56 2002-11-13 Richard M. Stallman <rms@gnu.org>
53 57
54 * gud.el (gdb): Undo 10-26 change. 58 * gud.el (gdb): Undo 10-26 change.
55 59
56 2002-11-13 Kenichi Handa <handa@m17n.org> 60 2002-11-13 Kenichi Handa <handa@m17n.org>
57 61
58 * replace.el (occur-engine): Set buffer-file-coding-system of 62 * replace.el (occur-engine): Set buffer-file-coding-system of
59 OUT-BUF to that of one of BUFFERS if they locally bind that 63 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
60 variable.
61 64
62 2002-11-13 Markus Rost <rost@math.ohio-state.edu> 65 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
63 66
64 * custom.el (custom-handle-all-keywords): Fix arg passed to 67 * custom.el (custom-handle-all-keywords): Fix arg passed to
65 custom-add-to-group. 68 custom-add-to-group.
69
70 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
71
72 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
73 (cvs-minor-mode-map): Add e binding in log-view-mode.
74
75 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
76 (perl-indent-line): Look at the open-paren to indent a close-paren.
77 (perl-calculate-indent): Try to better indent args after hanging paren.
78 Remove special code for open-paren-in-column-0.
79
80 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
81 (sgml-name-char): Use it.
82 (sgml-tag-last, sgml-tag-history): New vars.
83 (sgml-tag): Use them.
84 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
85 (sgml-delete-tag): Remove resulting empty lines.
86 (sgml-tag) <symbol-plist>: Don't make intangible.
87 (sgml-parse-tag-backward): Add limit argument.
88 (html-autoview-mode): Use define-minor-mode.
66 89
67 2002-11-12 Markus Rost <rost@math.ohio-state.edu> 90 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
68 91
69 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so 92 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
70 that the definition is found by `find-function-search-for-symbol' 93 that the definition is found by `find-function-search-for-symbol'
109 132
110 * bindings.el (mode-name): Mark it as risky-local-variable. 133 * bindings.el (mode-name): Mark it as risky-local-variable.
111 134
112 2002-11-09 Dave Love <fx@gnu.org> 135 2002-11-09 Dave Love <fx@gnu.org>
113 136
114 * international/mule-cmds.el (current-language-environment): Fix 137 * international/mule-cmds.el (current-language-environment): Fix :type.
115 :type.
116 138
117 * international/ucs-tables.el: Revert to using 139 * international/ucs-tables.el: Revert to using
118 translation-table-for-input instead of keyboard-translate-table. 140 translation-table-for-input instead of keyboard-translate-table.
119 141
120 * international/quail.el (quail-input-string-to-events): 142 * international/quail.el (quail-input-string-to-events):