comparison lisp/ChangeLog @ 41916:f0304f03fe6f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Dec 2001 21:31:54 +0000
parents fef8217f2cab
children bb72c55fd4de
comparison
equal deleted inserted replaced
41915:ee2516e34864 41916:f0304f03fe6f
1 2001-12-07 Stephen Eglen <stephen@gnu.org>
2
3 * iswitchb.el (iswitchb-visit-buffer): Use
4 `select-frame-set-input-focus'. Needed when window manager
5 uses "click to focus" policy. Doc fixes.
6
1 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 7 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 8
3 * COPYING: Moved back. 9 * COPYING: Moved back.
4 10
5 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> 11 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
66 2001-12-06 Richard M. Stallman <rms@gnu.org> 72 2001-12-06 Richard M. Stallman <rms@gnu.org>
67 73
68 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE. 74 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
69 (set-justification-left, set-justification-right): Doc fix. 75 (set-justification-left, set-justification-right): Doc fix.
70 76
71 * progmodes/f90.el (f90-break-line): Use (newline 1) 77 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
72 to insert newlines.
73 (bug-f90-mode): Variable deleted. 78 (bug-f90-mode): Variable deleted.
74 79
75 2001-12-06 Stefan Monnier <monnier@cs.yale.edu> 80 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
76 81
77 * indent.el (indent-line-function): Default is indent-relative again. 82 * indent.el (indent-line-function): Default is indent-relative again.
78 83
79 2001-12-07 Miles Bader <miles@gnu.org> 84 2001-12-07 Miles Bader <miles@gnu.org>
80 85
81 * progmodes/compile.el (compilation-error-regexp-alist): 86 * progmodes/compile.el (compilation-error-regexp-alist):
82 Added regexps for RXP. From Reto Stamm <reto@xilinx.com>. 87 Added regexps for RXP.
83 88
84 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il> 89 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
85 90
86 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression): 91 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
87 Add shift-assignment operators to those highlighted, and highlight 92 Add shift-assignment operators to those highlighted, and highlight
88 the whole operator rather than just the "=". From Broadey Kevin 93 the whole operator rather than just the "=".
89 <Kevin.Broadey@motorola.com>.
90 94
91 2001-12-04 Juanma Barranquero <lektu@terra.es> 95 2001-12-04 Juanma Barranquero <lektu@terra.es>
92 96
93 * files.el (save-abbrevs, save-some-buffers): Don't ask the user 97 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
94 before saving abbrevs if `save-abbrevs' has the value `silently'. 98 before saving abbrevs if `save-abbrevs' has the value `silently'.
1174 own line, add "foo.el ends here" to each file, and update 1178 own line, add "foo.el ends here" to each file, and update
1175 copyright date. 1179 copyright date.
1176 1180
1177 * README: Update maintainer. 1181 * README: Update maintainer.
1178 1182
1179 2001-11-13 Alan Shutko <ats@acm.org>
1180
1181 * compile.el (recompile): Use compilation-arguments if set, so as
1182 to be able to M-x recompile the exact command which created a
1183 compilation-mode buffer.
1184
1185 2001-11-13 Richard M. Stallman <rms@gnu.org> 1183 2001-11-13 Richard M. Stallman <rms@gnu.org>
1184
1185 * progmodes/compile.el (recompile): Use compilation-arguments if
1186 set, so as to be able to M-x recompile the exact command which
1187 created a compilation-mode buffer.
1186 1188
1187 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix. 1189 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
1188 1190
1189 2001-11-13 Gerd Moellmann <gerd@gnu.org> 1191 2001-11-13 Gerd Moellmann <gerd@gnu.org>
1190 1192
1231 1233
1232 * ebuff-menu.el (electric-buffer-update-highlight): New function. 1234 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1233 (electric-buffer-overlay): New variable. 1235 (electric-buffer-overlay): New variable.
1234 (electric-buffer-menu-looper): Call electric-buffer-update-highlight. 1236 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1235 (electric-buffer-list): Likewise. 1237 (electric-buffer-list): Likewise.
1236
1237 2001-11-13 Per Starback <starback@ling.uu.se>
1238 1238
1239 * isearch.el (isearch-whitespace-chars): Doc fix. 1239 * isearch.el (isearch-whitespace-chars): Doc fix.
1240 (isearch-mode): Handle negative search-slow-window-lines correctly. 1240 (isearch-mode): Handle negative search-slow-window-lines correctly.
1241 1241
1242 2001-11-13 Stefan Monnier <monnier@cs.yale.edu> 1242 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>