Moved all remaining images from lisp/toolbar to etc/images, moved
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ffda926c
BW
12005-10-17 Bill Wohler <wohler@newt.com>
2
3 Moved all remaining images from lisp/toolbar to etc/images, moved
4 lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
5 resolution images were placed in their own directory (low-color).
6
7 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
8 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
9 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
10 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
11 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
12 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
13 * toolbar/spell.*, toolbar/undo.*: Moved to etc/images.
14
15 * toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
16 * toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
17 * toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
18 * toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
19 * toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
20 * toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
21 * toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
22 * toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
23 * toolbar/lc-preferences.*: Moved to
24 etc/images/low-color/preferences.*.
25 * toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
26 * toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
27 * toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
28 * toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
29 * toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
30 * toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.
31
32 To conform with convention, the underscore (_) in the following
33 image names were replaced with dash (-) or (/) as appropriate.
34
35 * toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
36 * toolbar/fld_open.*: Moved to etc/images/fld-open.*.
37 * toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
38 * toolbar/jump_to.*: Moved to etc/images/jump-to.*.
39 * toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
40 * toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
41 * toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
42 * toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*.
43 * toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*.
44 * toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
45 * toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*.
46 * toolbar/lc-right_arrow.*.: Moved to
47 etc/images/low-color/right-arrow.*.
48 * toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
49 * toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
50 * toolbar/mail_send.*: Moved to etc/images/mail/send.*.
51
52 * info.el (info-tool-bar-map): Replaced underscores in image names
53 with dashes.
54
55 * makefile.w32-in (WINS): Removed toolbar.
56
57 * menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
58 comment.
59
60 * tool-bar.el: Moved to lisp from toolbar. Now that
61 toolbar is empty, it should be deleted when folks run "cvs up
62 -P".
63
3c4f0698
JB
642005-10-18 Jay Belanger <belanger@truman.edu>
65
66 * calc/calc-store (calc-store-into): Get the proper variable name
67 to display in message.
68
425fbda6
NR
692005-10-18 Nick Roberts <nickrob@snap.net.nz>
70
71 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
72 expressions display in speedbar for all buffers when debugging.
73 (gdb-speedbar-expand-node): Ensure node contraction is always
74 updated.
75
76 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
77 (speedbar-insert-button, speedbar-make-button):
78 Use add-text-properties.
79 (speedbar-update-localized-contents)
80 (speedbar-update-directory-contents)
81 (speedbar-update-special-contents): Use dolist.
82 (speedbar-buffer-easymenu-definition): Add a menu separator.
83
595f93ac
JR
842005-10-17 Jason Rumney <jasonr@gnu.org>
85
4fc267d0
JR
86 * makefile.w32-in: Use $(lisp) consistently.
87 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
88 for shell specific generation of mh-autoloads.
595f93ac 89
f8252852
RS
902005-10-17 Richard M. Stallman <rms@gnu.org>
91
92 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
93
c4ac63d0
SM
942005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * jit-lock.el (jit-lock-fontify-now):
97 Move jit-lock-context-unfontify-pos to avoid wasted work.
98
c1253aad
MA
992005-10-17 Michael Albinus <michael.albinus@gmx.de>
100
101 * net/tramp.el (tramp-completion-mode): New defvar. Used in
102 `tramp-completion-mode' for checking if we are in completion mode.
103 (tramp-completion-handle-file-name-all-completions): Reorder code
104 in order to complete for file names only in case there are no
105 method/user/host completions. This is necessary for cooperation
106 with ido. Reported by Kim F. Storm <storm@cua.dk>.
107
625fca9a
CY
1082005-10-16 Chong Yidong <cyd@stupidchicken.com>
109
110 * longlines.el (longlines-search-forward)
111 (longlines-search-backward): Match any number of spaces.
112
72147c53
TTN
1132005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
114
115 * diff-mode.el (diff-mode): Doc fix.
116
255d8b22
RS
1172005-10-16 David Reitter <david.reitter@gmail.com>
118
119 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
120 as default on darwin and windows systems.
121
74725d46
RS
1222005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
123
124 * arc-mode.el (archive-zip-extract): Doc fix.
125
97b1270c
RF
1262005-10-16 Romain Francoise <romain@orebokech.com>
127
128 * mouse.el (mouse-1-click-follows-link): Doc fix.
129
71790d57
SM
1302005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * savehist.el: Don't require CL at runtime.
133 (savehist-xemacs): Remove.
c4ac63d0 134 (savehist-coding-system): Use utf-8 if present, regardless of religion.
71790d57
SM
135 (savehist-no-conversion): Use (featurep 'xemacs).
136 (savehist-load): Check existence of start-itimer rather than XEmacs.
137 Use an idle timer.
138 (savehist-process-for-saving): Replace use of CL funs `subseq' and
139 `delete-if-not'.
140
1412005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
142
143 * savehist.el: Newer version.
144 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
145 (savehist-last-checksum, savehist-no-conversion): New vars.
146 (savehist-autosave, savehist-process-for-saving, savehist-printable):
147 New functions.
148 (savehist-load, savehist-save): Use them.
149 (savehist-delimit): Remove.
150
e5456e73
SM
1512005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * progmodes/compile.el (compilation-goto-locus): Display the
154 compilation buffer first and the source buffer second, in case they're
155 in overlapping frames. Don't raise the compilation frame if it was the
156 selected window upon entry. Pass the `other-window' arg to
157 pop-to-buffer.
158
159 * info.el (Info-fontify-node): Use dolist.
160 Change add-text-properties to put-text-property.
161
1622005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
163
164 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
165 bound of search.
166
f5fab556
MY
1672005-10-16 Masatake YAMATO <jet@gyve.org>
168
169 * dabbrev.el (dabbrev-completion): Pass the common
170 prefix substring of completion to `display-completion-list'.
171
172 * filecache.el (file-cache-minibuffer-complete)
173 (file-cache-complete): Ditto.
174
175 * tempo.el (tempo-display-completions): Ditto.
176
177 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
178
179 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
180
181 * eshell/em-hist.el (eshell-list-history): Ditto.
182
183 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
184
185 * mail/mailalias.el (mail-complete): Ditto.
186
187 * progmodes/etags.el (complete-tag): Ditto.
188
189 * progmodes/make-mode.el (makefile-complete): Ditto.
190
191 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
192
193 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
194
195 * progmodes/pascal.el (pascal-complete-word)
196 (pascal-show-completions): Ditto.
197
198 * progmodes/python.el (python-complete-symbol): Ditto.
199
200 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
201
202 * textmodes/org.el (org-complete): Ditto.
203
204 * simple.el (completion-common-substring): New variable.
205 (completion-setup-function): Use `completion-common-substring'
206 to put faces.
207
2ef1363e
YM
2082005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
209
210 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
211 (x-get-selection, mac-select-convert-to-string): Convert from/to
212 UTF-16 clipboard data as in native byte order, no BOM.
213
eae86e67
NR
2142005-10-16 Nick Roberts <nickrob@snap.net.nz>
215
216 * progmodes/gud.el (gud-tool-bar-map): Rename the images
217 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
218 (gud-sentinel): Use speedbar-frame to check for speedbar.
219
a19a0003
RS
2202005-10-15 Richard M. Stallman <rms@gnu.org>
221
089a682e 222 * savehist.el: New file.
a19a0003
RS
223
2242005-10-14 Karl Chen <quarl@cs.berkeley.edu>
225
71790d57
SM
226 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
227 Fix bug in \bf fontification.
a19a0003 228
bad3da7a
SM
2292005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * pcvs.el (cvs-edit-log-files): New var.
232 (cvs-mode-edit-log): New arg `file'.
233 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
234 Instead force the use of the original file and nothing else.
235 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
236 the cvs-minor-wrap-function is set.
237 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
238
c7ddd701
BW
2392005-10-14 Bill Wohler <wohler@newt.com>
240
241 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
242 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
243 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
244 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
245 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
246 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
247 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
248 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
249 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
250 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
251 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
252 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
253 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
254 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
255 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
256
c4ac63d0 257 * progmodes/gud.el (gud-tool-bar-map): Rename the images
c7ddd701
BW
258 appropriately (for example, gud-break to gud/break).
259
f28e9cbd
CY
2602005-10-14 Chong Yidong <cyd@stupidchicken.com>
261
930aae96 262 * longlines.el (longlinges-search-function)
c4ac63d0 263 (longlines-search-forward, longlines-search-backward): New functions.
930aae96
CY
264 (longlines-mode): Set isearch-search-fun-function to
265 longlinges-search-function.
266
f28e9cbd
CY
267 * mouse.el (mouse-drag-region-1): Handle the case where a
268 double-click event is bound to an arbitrary function.
269
b6b5618c
DP
2702005-10-14 David Ponce <david@dponce.com>
271
272 * recentf.el (recentf-track-opened-file)
273 (recentf-track-closed-file, recentf-update-menu)
274 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
275 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
276 mouse-1-click-follows-link.
277
e1f1d047
JD
2782005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
279
280 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8511877a 281 Gnome file-manager.png. Suggested by
e1f1d047
JD
282 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
283
284 * toolbar/README: Add diropen.xpm.
285
e9b28650
BW
2862005-10-13 Bill Wohler <wohler@newt.com>
287
8511877a
SM
288 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
289 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
290
2912005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
294 Don't waste the byte-compiler's time on constant data.
e9b28650 295
f086544b
KH
2962005-10-13 Kenichi Handa <handa@m17n.org>
297
179f2d7b
KH
298 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
299 byte with `escape-glyph' face.
300
8511877a
SM
301 * international/fontset.el (ccl-encode-unicode-font):
302 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
303 Handle the case that ucs-mule-to-mule-unicode translates a character to
f086544b
KH
304 ASCII (usually for IPA characters).
305
e5456e73
SM
3062005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
309 Don't hide the underline of titles if font-lock-mode is disabled.
310
ba2b2673
BW
3112005-10-12 Bill Wohler <wohler@newt.com>
312
313 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
314 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
315 files in MH-E-SRC have been updated.
316 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
317
0471d426
SM
3182005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
321 (mixal-mode-syntax-table): Add \n as end-comment.
322 (mixal-operation-codes-alist): Immediately initialize to full value.
323 (mixal-add-operation-code): Remove.
324 (mixal-describe-operation-code): Make the arg non-optional.
325 Use the interactive spec instead.
326 Use mixal-operation-codes-alist rather than mixal-operation-codes.
327 (mixal-font-lock-keywords): Don't highlight comments here any more.
328 (mixal-font-lock-syntactic-keywords): New var.
329 (mixal-mode): Use it. Fix comment-start-skip.
330
c755acf3
JD
3312005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
332
333 * startup.el (command-line-x-option-alist): -nb => -nbi
334
78f3b91f
KS
3352005-10-12 Kim F. Storm <storm@cua.dk>
336
337 * startup.el (fancy-splash-default-action): Discard mouse click in
338 the spash screen window, as it has no sensible meaning in the
339 next window to be selected. Fixes error reported by Jan D.
340
136b3a73 3412005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
97b3a214
LH
342
343 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
97b3a214 344
0471d426
SM
3452005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
348 Try to fix up minor layout issues like indentation, line break, etc...
349 (mixal-mode-syntax-table): Don't try to specify comment syntax,
350 because it doesn't work.
351 (mixal-operation-codes): Add some more codes.
352 (mixal-font-lock-keywords): Process comments here.
353 (mixal-mode): mixasm no longer needs -g option.
354
79a57082 3552005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
decb2a9e
RS
356
357 * progmodes/sh-script.el (sh-tmp-file):
358 Use mktemp -t. Finish support for es and rc shells.
359
125df7f5
JB
3602005-10-11 Jay Belanger <belanger@truman.edu>
361
362 * calc/calcalg2.el (calc-integral): With an argument, compute the
363 definite integral.
364
351b3bee
CY
3652005-10-11 Chong Yidong <cyd@stupidchicken.com>
366
367 * mouse.el (mouse-drag-region-1): Don't try to catch a
368 double-click when doing follow-link (it's overridden anyway).
369
4e0c0d75
JB
3702005-10-11 Juanma Barranquero <lekktu@gmail.com>
371
372 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
373 (autoload-print-form-outbuf): Add docstring.
374
25f7a98c
JL
3752005-10-11 Juri Linkov <juri@jurta.org>
376
377 * info.el (Info-mode-menu): Delete menu item "Edit".
378 (Info-mode): Delete description of Info-edit from docstring,
379 and rearrange descriptions of Info commands in the order
380 they are documented in the Info manual.
381
a120694f
SM
3822005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * calendar/appt.el (appt-check): Use diary-selective-display var.
385
dba0acf6
RS
3862005-10-10 Richard M. Stallman <rms@gnu.org>
387
388 * net/newsticker.el (newsticker-start, newsticker-show-news):
389 Add autoload cookies.
390
17a3b6da
RS
3912005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
392
393 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
394
9c40111a
RS
3952005-10-10 Karl Chen <quarl@cs.berkeley.edu>
396
397 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
398
bbcaa3e3
JB
3992005-10-10 Jay Belanger <belanger@truman.edu>
400
401 * calc/calc-arith.el (math-check-known-scalarp)
402 (math-check-known-matrixp): Check the values of arguments that are
403 variables.
404 (math-check-known-square-matrixp): New function.
405 (math-known-square-matrixp): Use math-check-known-square-matrixp.
406 (math-super-types): Add sqmatrix type.
407
408 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
409 mode name `square' to 'sqmatrix'.
410
411 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
412 mode name `square' to 'sqmatrix'.
413
720a5d03
SM
4142005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * progmodes/etags.el (select-tags-table-mode): Don't use
417 selective-display.
418 (tags-select-tags-table): Pass `button' to the action function.
419 (select-tags-table): Place the side-info on button properties rather
420 than in hidden text. Abbreviate file names.
421 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
422 (select-tags-table-select): Add `button' argument.
423 Get side-info from the button property rather than from hidden text.
424
4e5f12ee
NR
4252005-10-11 Nick Roberts <nickrob@snap.net.nz>
426
720a5d03 427 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4e5f12ee
NR
428 (gud-speedbar-buttons): Preserve point if possible.
429 (gud-sentinel): Restore previous speedbar display type.
430
431 * progmodes/gdb-ui.el (gdba): Improve diagram.
432 (def-gdb-auto-update-handler, gdb-info-locals-handler)
720a5d03
SM
433 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
434 Call get-buffer-window once.
435
4362005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
439 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
440 (pascal-indent-command): Remove unused var `ind'.
441 (pascal-indent-case): Remove unused var `oldpos'.
442 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
443 since it's now used as a proper minor mode map.
444 (pascal-outline): Rename to pascal-outline-mode.
445 (pascal-outline-mode): Use define-minor-mode.
446 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
447 selective-display.
4e5f12ee 448
fde7576e
AS
4492005-10-10 Andreas Schwab <schwab@suse.de>
450
9bf211ad
AS
451 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
452 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
453
fde7576e
AS
454 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
455 outside source directory.
456
86bebbbc
CD
4572005-10-10 Carsten Dominik <dominik@science.uva.nl>
458
459 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
460 C-x' as a prefix.
461 (orgtbl-mode-map): Full keymap instead of sparse, because all
e61d3a56 462 `self-insert-command' keys are redefined in this map.
86bebbbc
CD
463 (org-export-as-html): Specify charset for HTML file, by taking it
464 from the coding system.
465
1fb7ce77
RS
4662005-10-10 Kenichi Handa <handa@m17n.org>
467
468 * textmodes/flyspell.el (flyspell-check-word-p):
469 If unread-command-events is non-empty, don't call sit-for.
470
cc8556d9
RS
4712005-10-09 Richard M. Stallman <rms@gnu.org>
472
9bab4985
RS
473 * font-lock.el (font-lock-syntactic-keywords)
474 (font-lock-keywords): Doc fixes.
475
720a5d03
SM
476 * textmodes/flyspell.el (flyspell-external-point-words):
477 Simplify logic, and don't try to check for consecutive appearances
478 of one incorrect word.
cc8556d9 479
1919ed22
NR
4802005-10-10 Nick Roberts <nickrob@snap.net.nz>
481
482 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
483 separator.
484
485 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
78d67e10 486 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1919ed22
NR
487 (gud-expansion-speedbar-buttons): New function.
488 (gud-speedbar-buttons): Check for gud-comint-buffer.
489
9af14567
BW
4902005-10-09 Bill Wohler <wohler@newt.com>
491
78d67e10 492 * Makefile.in (updates): Add mh-loaddefs dependency.
9af14567 493
74ab0905
CY
4942005-10-09 Chong Yidong <cyd@stupidchicken.com>
495
496 * speedbar.el (speedbar-file-key-map): Fix typo.
497
e61d3a56 4982005-10-09 Daniel Brockman <daniel@brockman.se>
4b9f0de2
RS
499
500 * cus-start.el (line-spacing): Add custom spec.
501
865729da
RF
5022005-10-09 Romain Francoise <romain@orebokech.com>
503
504 * textmodes/ispell.el (ispell-check-version): Fix last change.
505
1c1db08a
JD
5062005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
507
4e0c0d75 508 * term/x-win.el: Remove -i, --icon-type from comment.
2323b3ab 509
720a5d03 510 * startup.el (command-line-x-option-alist): Remove options -i,
1c1db08a
JD
511 -itype, --icon-type, added -nb, --no-bitmap-icon
512
7d808714
NR
5132005-10-09 Nick Roberts <nickrob@snap.net.nz>
514
515 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
516 instead of :active.
517
e61d3a56 5182005-10-08 Eric Hanchrow <offby1@blarg.net>
344066e6
RS
519
520 * textmodes/ispell.el (ispell-check-version):
521 Ignore hyphen, and all that follows, in aspell's version text.
522
5232005-10-08 Jay Belanger <belanger@truman.edu>
d7791136
JB
524
525 * calc/calc-arith.el (math-known-square-matrixp): New function.
526 (math-pow-fancy): Check for matrices before distributing exponent
527 across products.
528
529 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7cf7e30f 530 fullscreen keypad. Suggested by Luc Teirlinck.
d7791136
JB
531 (calc-keypad-show-input): Add space for formatting.
532
533 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
534 Add square matrix option.
535
536 * calc/calc-poly.el (math-expand-term): Check for matrices instead
537 of checking calc-matrix-mode when deciding how to expand.
538
539 * calc/calc.el (calc-set-mode-line): Add square matrix option.
540
8cb0a559 5412005-10-08 Lars Hansen <larsh@soem.dk>
78d67e10 542
720a5d03
SM
543 * net/tramp.el (tramp-perl-directory-files-and-attributes):
544 Add error handling.
7cf7e30f 545 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8cb0a559 546
11948172
MA
5472005-10-08 Michael Albinus <michael.albinus@gmx.de>
548
549 Sync with Tramp 2.0.51.
550
551 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7cf7e30f
KS
552 (tramp-handle-insert-file-contents, tramp-handle-write-region):
553 Insert special handling for `last-coding-system-used', again
554 it still seems to be necessary (unlike stated before).
555 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11948172
MA
556 (tramp-password-prompt-regexp): There might be other words before
557 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
558 (tramp-chunksize): Improve docstring.
559 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
560 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
561 Christian Joergensen <bugs@razor.dk>.
562
6f137189
GM
5632005-10-07 Glenn Morris <rgm@gnu.org>
564
565 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
566 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
567 precision'.
568
4fe3f297
RF
5692005-10-07 Romain Francoise <romain@orebokech.com>
570
571 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
572 (ibuffer-do-shell-command-pipe-replace)
573 (ibuffer-do-shell-command-file, ibuffer-do-eval)
574 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
575 (ibuffer-do-revert, ibuffer-do-replace-regexp)
576 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
577 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
578 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
579 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
580 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
581 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
582 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
583 Autoload file sans suffix.
584
585 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
586
4e8cb311
DP
5872005-10-07 David Ponce <david@dponce.com>
588
589 * recentf.el (recentf-menu-open-all-flag): New option.
590 (recentf-digit-shortcut-command-name): New function.
591 (recentf--shortcuts-keymap): New variable.
592 (recentf-menu-shortcuts): New variable.
593 (recentf-make-menu-items): Initialize it. Replace the "More..."
594 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
595 (recentf-menu-value-shortcut): New function.
596 (recentf-make-menu-item): Use it. No more in-lined.
597 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
598 (recentf-open-most-recent-file): Rename from
599 `recentf-open-file-with-key'. Don't depend on key binding.
600 (recentf-mode-map): New variable.
601 (recentf-mode): Use it.
602
1eee3de4
BW
6032005-10-06 Bill Wohler <wohler@newt.com>
604
4e0c0d75 605 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1eee3de4 606
720a5d03
SM
607 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
608 (MH-E-SRC): New. Used by mh-autoloads.
609 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1eee3de4
BW
610 files in MH-E-SRC have been updated.
611 (compile, recompile, bootstrap): Depend on mh-autoloads.
612
bd5497c2 6132005-10-07 Nick Roberts <nickrob@snap.net.nz>
4fe3f297 614
bd5497c2
NR
615 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
616 gud-break and gud-remove icons when the fringe is not available.
617
618 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
619 Typo.
620
4e0c0d75 6212005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
03c609c1
TTN
622
623 * play/zone.el (zone): Wrap body with save-window-excursion.
03c609c1 624
a04b6191
SM
6252005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
628 Use the new `list-only' arg to diary-list-entries.
629
630 * calendar/diary-lib.el: Use overlays rather than selective-display.
631 (diary-selective-display): New var.
632 (diary-header-line-format): Use it.
633 (diary-list-entries): Add argument `list-only'.
634 Put the buffer in diary-mode. Don't add \^M at beg and end.
635 Replace \^M by invisible overlays.
636 (diary-unhide-everything): Replace \^M by invisible overlays.
637 (print-diary-entries): Look for overlays rather than \^M.
638 Add a space to the temp buffer name.
639 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
640 Put the buffer in diary-mode.
641 (list-sexp-diary-entries): Replace \^M by invisible overlays.
642 (diary-anniversary): Make the year arg optional.
643 (diary-time-regexp): New const.
644 (diary-font-lock-keywords): Use it to accept a few more time formats.
645
646 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
647
de4ce191
TTN
6482005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
649
650 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
651 Fix bug introduced 2005-07-03: Use (car (last ...))
652 to faithfully reproduce replaced artist-last.
653 (artist-set-arrow-points-for-poly): Likewise.
654 Suggested by Johan Bockg\e,Ae\e(Brd.
655
a5e6116d
JB
6562005-10-06 Juanma Barranquero <lekktu@gmail.com>
657
658 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
659 * wid-edit.el (widget):
8dc8d895 660 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
a5e6116d
JB
661 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
662
a41b50ca
KH
6632005-10-06 Kenichi Handa <handa@m17n.org>
664
a04b6191
SM
665 * international/mule-cmds.el (set-language-environment):
666 Fix setting up of case-table for unibyte mode.
c8d21d09 667
a41b50ca
KH
668 * simple.el (what-cursor-position): If the character is displayed
669 by some `display' text property, show that. Don't use
670 single-key-description for eight-bit characters in multibyte mode.
671
cf85afc9
NR
6722005-10-06 Nick Roberts <nickrob@snap.net.nz>
673
674 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
675 (gdb-ann3): Set it.
a04b6191 676 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7f778452
NR
677 (gdb-info-frames-custom): Use inverse-video for first five
678 characters of selected frame only.
679 (gdb-get-frame-number): Select frame even when point is on frame
680 number.
cf85afc9 681
20ef8673
MY
6822005-10-06 Masatake YAMATO <jet@gyve.org>
683
a5e6116d
JB
684 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
685 Put `font-lock-function-name-face'.
20ef8673
MY
686 (gdb-info-frames-custom): Put `font-lock-function-name-face'
687 and `font-lock-variable-name-face'
688 (gdb-registers-font-lock-keywords): New font lock keywords definition.
689 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
690 (gdb-memory-font-lock-keywords): New font lock keywords definition.
691 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
692 (gdb-local-font-lock-keywords): New font lock keywords definition.
693 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
694 (gdb-threads-font-lock-keywords): New font lock keywords definition.
695 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
a5e6116d 696
e2de3a29 6972005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
a5e6116d
JB
698
699 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
700 (ediff-merge-region-is-non-clash-to-skip): Previously called
e2de3a29 701 ediff-merge-region-is-non-clash.
a5e6116d
JB
702
703 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
704 Use insert-buffer-substring.
705
706 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
707 selecting files to patch. Also bug fixes.
708
709 * ediff-util.el (ediff-setup): Bug fix.
710 (ediff-next-difference): Never skip clashes that differ in white
711 space only.
712
713 * ediff-wind.el (ediff-setup-control-frame)
714 (ediff-destroy-control-frame): Check the menubar feature.
715
716 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
717 (viper-refresh-mode-line): Use make-local-variable to localize
718 some vars instead of make-variable-buffer-local. Suggested by
e2de3a29 719 Stefan Monnier.
a5e6116d
JB
720
721 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
722 (viper-restore-cursor-type, viper-set-insert-cursor-type):
723 Use make-local-variable instead of make-variable-buffer-local.
724 Suggested by Stefan Monnier.
725
726 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
727 (viper-comint-mode-hook): Use make-local-variable on
e2de3a29 728 require-final-newline.
a5e6116d 729 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20ef8673 730
21c3ef84
SM
7312005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
734 also the second char of a comment-start sequence.
735 (scheme-sexp-comment-syntax-table): New var.
736 (lambda, define): Set their scheme-doc-string-elt property.
737 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
738 Use lisp-font-lock-syntactic-face-function now that it properly
739 handles |...| symbols.
740 (scheme-mode-variables): Set lisp-doc-string-elt-property,
741 parse-sexp-lookup-properties and font-lock-extra-managed-props.
742
743 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
744 bit from # to |.
745 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
746
747 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
748 (lisp-doc-string-elt-property): New var.
749 (lisp-font-lock-syntactic-face-function): Use it.
750 Rewrite to recognize docstrings even for forms not at toplevel.
751
752 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
753 annotation on the | part of #| rather than on the # part.
754 (scheme-font-lock-syntactic-face-function): New function, to
755 distinguish strings from |...| symbols.
756 (scheme-mode-variables): Use it. Also fix up the font-lock-time
757 syntax-table so that #|...|# is properly highlighted.
758
759 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
760 Don't mark as docstring the 3rd elem of an unknown toplevel form.
761
0cb7f2c0
SM
7622005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
763
f88febbb
SM
764 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
765 and C-e.
766
767 * emacs-lisp/eldoc.el: Move comments into docstrings.
768 (eldoc-message-commands): Initialize in its declaration.
769 Add move-beginning-of-line and move-end-of-line.
770 (eldoc-add-command, eldoc-add-command-completions)
771 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
772
773 * outline.el (outline-mark-subtree): Activate the mark.
774
0cb7f2c0
SM
775 * calendar/appt.el (appt-time-regexp): New var.
776 (appt-add, appt-make-list): Use it.
777 (appt-convert-time): Clean up.
778
779 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
780 Don't set any syntax-table property here.
781 (tex-font-lock-verb): New function. Do it here.
782 (tex-font-lock-syntactic-keywords): Use it.
783
d315fc0f
RS
7842005-10-04 Richard M. Stallman <rms@gnu.org>
785
786 * wid-edit.el (widget-file-complete): Get the widget start point
787 the right way. Default directory to `/' if file has none.
788
789 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
790
791 * textmodes/flyspell.el (flyspell-mode-on):
792 Call ispell-maybe-find-aspell-dictionaries.
793
794 * textmodes/ispell.el (ispell-word, ispell-region):
795 Call ispell-maybe-find-aspell-dictionaries.
796 (ispell-accept-buffer-local-defs):
797 Don't call ispell-maybe-find-aspell-dictionaries
0cb7f2c0 798
d315fc0f
RS
7992005-10-04 Richard M. Stallman <rms@gnu.org>
800
801 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
802
8032005-10-04 Emilio C. Lopes <eclig@gmx.net>
804
805 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
806 instead of `fboundp' in order to allow for anonymous functions.
807
222a6c9b
CY
8082005-10-04 Chong Yidong <cyd@stupidchicken.com>
809
810 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
811 case the user clicks on the link while another window is selected.
812 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
813
814 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
815 functionality.
816 (dframe-help-echo): Save point in case mouse tracking is off.
817
c7bef55f
TTN
8182005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
819
820 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
821
6d1f4dc4
SM
8222005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
825 not change the global value of those vars.
826
827 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
828 make-local-variable which we do not need any more.
829
7752250e
CY
8302005-10-03 Chong Yidong <cyd@stupidchicken.com>
831
832 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
833 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
834 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
835 (speedbar-path-line): Define obsolete aliases.
836 (speedbar-line-directory): Doc fix.
837
838 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
839 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
840 instead of speedbar-line-path.
841
03714c7f
JD
8422005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
843
844 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
845 to nil if dropping on a window. Handle dropping on a minibuffer window
846 like dropping on a non-window part of Emacs.
847
1430e7f9
SM
8482005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
849
6d1f4dc4
SM
850 * net/ange-ftp.el: Use with-current-buffer.
851 (ange-ftp-insert-directory): Do not follow symlinks any more.
852
1430e7f9
SM
853 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
854 Remove interactive spec.
855
f4f5169f
KS
8562005-10-03 Kim F. Storm <storm@cua.dk>
857
858 * ido.el (ido-mode): Use custom-initialize-set.
859
cde3239f
RS
8602005-10-02 Richard M. Stallman <rms@gnu.org>
861
862 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
863 Use insert-buffer-substring.
864
865 * net/tramp.el: Pacify byte compiler warnings in pacification code.
866 (tramp-handle-file-local-copy): Use insert-buffer-substring.
867
402893bb
SM
8682005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
871 in last change.
edb18c43
SM
872 (ange-ftp-insert-directory): Fix up the search for the case where
873 `file' is absolute.
402893bb 874
942c40e3
RF
8752005-10-02 Romain Francoise <romain@orebokech.com>
876
877 * progmodes/compile.el (compile-goto-error): Delete extra paren.
878
aae3725f
AS
8792005-10-02 Andreas Schwab <schwab@suse.de>
880
881 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
882 directory component in the session info.
883
b059f7d0
RS
8842005-10-01 Richard M. Stallman <rms@gnu.org>
885
886 * comint.el (comint-redirect-subvert-readonly): Doc fix.
887
888 * simple.el (next-error-internal): New function.
889
890 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
891 (compilation-start): Pass new arg to compilation-buffer-name.
892 (compile-goto-error): Use next-error-internal.
893
24bbdbef
CY
8942005-10-01 Chong Yidong <cyd@stupidchicken.com>
895
896 * speedbar.el: Remove RCS tag.
897 (speedbar-check-read-only): Handle non-existent files.
898
899 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
900
901 * info.el (Info-speedbar-hierarchy-buttons)
902 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
903
1fdecd0c
RF
9042005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
905
906 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
907 Do not match newline.
908 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
909 (bibtex-summary): Remove unnecessary save-excursion.
910 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
911
ddcb7665
YM
9122005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
913
1430e7f9
SM
914 * term/mac-win.el: Add charset info for "iso10646-1".
915 Modify default fontset to use ATSUI-compatible fonts for some charsets
916 if available.
ddcb7665 917
35d884a9
CY
9182005-10-01 Chong Yidong <cyd@stupidchicken.com>
919
920 * speedbar.el: Re-apply arch tag.
ff48d32d 921 (speedbar-version): Rename to version 1.0. Suggested by Eric
35d884a9
CY
922 M. Ludlam.
923 Reapply two changes from Emacs CVS' version of speedbar lost
924 during the merge:
ff48d32d 925 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
35d884a9
CY
926 (speedbar-frame-parameters): Improve customize type.
927
ff48d32d
SM
9282005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
931 (ange-ftp-file-directory-p): Fix the symlink case.
932 (ange-ftp-insert-directory): When listing a single file, get a list of
933 the parent buffer and extract the relevant line. Inspired from a patch
934 by Katsumi Yamaoka <yamaoka@jpl.org>.
935 (ange-ftp-file-name-sans-versions): Simplify.
936
c727526b
BW
9372005-09-30 Bill Wohler <wohler@newt.com>
938
ff48d32d 939 Move MH-E image files from toolbar and mail directories into
c727526b
BW
940 etc/images.
941
ff48d32d 942 * mail/reply2.*: Move to etc/images/mail/reply*.
c727526b
BW
943
944 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
ff48d32d 945 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
c727526b 946 etc/images.
dc42e019 947
c727526b 948 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
ff48d32d 949 * toolbar/reply*: Move to etc/images/mail.
c727526b 950
ff48d32d 951 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
c727526b 952
58bd8bf9
CY
9532005-09-30 Eric M. Ludlam <zappo@gnu.org>
954
955 * speedbar.el: New version 1.0pre3.
956
56e2a181
CY
957 Frame management code (including timer, and mouse click specifics)
958 moved to dframe.el:
959 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
960 (speedbar-timer): Removed. Use dframe-timer.
961 (speedbar-close-frame): Removed. Use dframe-close-frame.
962 (speedbar-activity-change-focus-flag): Removed. Use
963 dframe-activity-change-focus-flag.
964 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
965 dframe-update-speed.
c7bef55f 966
56e2a181
CY
967 (speedbar-current-frame): New macro. Use this instead of the
968 variable speedbar-frame.
969
970 (speedbar-use-images, speedbar-expand-image-button-alist)
971 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
972
973 (speedbar-find-image-on-load-path): Removed. Replaced by
974 defezimage in ezimage.el.
975 (speedbar-expand-image-button-alist): Removed. Replaced by
976 ezimage-expand-image-button-alist in ezimage.el.
c7bef55f 977
56e2a181
CY
978 (speedbar-ignored-directory-regexp)
979 (speedbar-add-ignored-directory-regexp)
980 (speedbar-ignored-directory-expressions)
981 (speedbar-line-directory, speedbar-buffers-line-directory)
982 (speedbar-directory-line, speedbar-buffers-line-directory):
983 Renamed, replacing `path' with `directory'.
984
985 (speedbar-create-directory, speedbar-expand-line-descendants)
986 (speedbar-toggle-line-expansion)
987 (speedbar-contract-line-descendants): New commands.
988
989 (speedbar-query-confirmation-method, speedbar-select-frame-method)
990 (speedbar-use-tool-tips-flag): New options.
991
992 (speedbar-check-read-only, speedbar-require-version)
993 (speedbar-insert-separator, speedbar-buffers-tail-notes)
994 (speedbar-handle-delete-frame, speedbar-try-completion)
995 (speedbar-update-localized-contents): New functions.
996
997 (speedbar-incompatible-version, speedbar-ro-to-do-point)
998 (speedbar-object-read-only-indicator): New variables.
999
1000 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1001 New hooks.
1002
1003 (speedbar-separator-face): New face.
1004
1005 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1006 (speedbar-ignored-modes): Add fundamental-mode.
1007 (speedbar-directory-unshown-regexp): Add . directories.
1008
1009 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1010 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1011 `]' for full expand/close.
1012 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1013
1014 (speedbar-check-vc): Support hidden files.
1015 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1016 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1017 state is nil, it is not checked out.
1018
1019 (speedbar-line-text, speedbar-line-token): Support expand buttons
1020 with no text.
1021 (speedbar-refresh): Universal argument acts as power-click.
1022 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1023 that buffer to get variable values.
1024
1025 And many other bugfixes.
1026
7cfc18c4 1027 * dframe.el, ezimage.el, sb-image.el: New files.
58bd8bf9 1028
ff48d32d 1029 * sb-*.xpm: Remove files. New image files installed into
58bd8bf9
CY
1030 etc/images/ezimage.
1031
070860c3
KH
10322005-09-30 Kenichi Handa <handa@m17n.org>
1033
1034 * ps-mule.el (ps-mule-show-warning): If a character is in
1035 ps-print-translation-table, don't treat it as non-printable.
1036
6aabfecf
DP
10372005-09-30 David Ponce <david@dponce.com>
1038
50a9d14a
DP
1039 * tree-widget.el (tree-widget-themes-load-path): New variable.
1040 (tree-widget-themes-directory): Doc fix.
1041 (tree-widget-image-formats) [Emacs]: Doc fix.
1042 (tree-widget--locate-sub-directory): New function.
1043 (tree-widget-themes-directory): Use it.
1044
6aabfecf
DP
1045 * recentf.el (recentf-filename-handlers): Rename from
1046 `recentf-filename-handler'. Allow a list of functions.
1047 (recentf-menu-items-for-commands): Fix :help strings.
1048 (recentf-apply-filename-handlers): New function.
1049 (recentf-expand-file-name): Use it.
1050 (recentf-cleanup): Remove duplicates too.
1051
477ca0e8
JL
10522005-09-29 Juri Linkov <juri@jurta.org>
1053
1054 * faces.el: Rearrange face definitions to be in the same order as
1055 their face descriptions in "(emacs)Standard Faces".
1056
1057 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1058
1059 * tooltip.el (tooltip): Add group `basic-faces'.
1060
1061 * buff-menu.el (Buffer-menu-buffer): Remove group
1062 `font-lock-highlighting-faces'.
1063
1064 * progmodes/compile.el (compilation-error, compilation-warning)
1065 (compilation-info, compilation-line-number, compilation-column-number):
1066 Change group from `font-lock-highlighting-faces' to `compilation'.
1067
1068 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1069 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1070 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1071 (vhdl-font-lock-reserved-words-face)
1072 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1073 `font-lock-highlighting-faces'.
1074
1075 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1076
1add9010
KS
10772005-09-28 Kim F. Storm <storm@cua.dk>
1078
1079 * emulation/cua-base.el: Set CUA move property on additional commands:
1080 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1a765705 1081 forward-sexp, backward-sexp, forward-list, backward-list.
1add9010 1082
07f1355e
RF
10832005-09-28 Romain Francoise <romain@orebokech.com>
1084
1085 * comint.el (comint-show-output): Really set point at the
1086 beginning of the output when not using `comint-use-prompt-regexp'.
1087
d1b76779
JB
10882005-09-27 Jay Belanger <belanger@truman.edu>
1089
1090 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1091 in TeX mode.
1092
cd0899ab
JB
10932005-09-26 Juanma Barranquero <lekktu@gmail.com>
1094
1095 * textmodes/org.el (org-table-sum): Fix format string.
1096
1097 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1098 Quote face names.
1099
1b1fb2ef
RF
11002005-09-26 Romain Francoise <romain@orebokech.com>
1101
1102 * isearch.el (isearch-forward-regexp): Close doc string.
1103
f0685ed1
RS
11042005-09-25 Richard M. Stallman <rms@gnu.org>
1105
c769dcac
RS
1106 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1107
1108 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1109
f0685ed1
RS
1110 * progmodes/compile.el (compilation-error-properties):
1111 When getting the file from the previous error message,
1112 correctly decode the new data format.
1113
1114 * progmodes/cc-cmds.el (c-electric-paren):
1115 Call old-blink-paren only for close-paren.
1116
0d1460c3
DN
11172005-09-24 Andreas Schwab <schwab@suse.de>
1118
1119 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16f72af0
RF
1120 condition.
1121
ce5a3ac0
RF
11222005-09-25 Romain Francoise <romain@orebokech.com>
1123
1124 * dired-aux.el (dired-copy-file-recursive):
1125 * dired.el (dired-delete-file):
1126 * ediff-mult.el (ediff-dir-diff-copy-file):
1127 * ediff-util.el (ediff-test-save-region):
1128 * forms.el (forms-mode):
1129 * ido.el (ido-file-internal, ido-delete-file-at-head):
1130 * log-edit.el (log-edit-done):
1131 * ses.el (ses-yank-resize):
1132 * play/gomoku.el (gomoku-human-plays, gomoku)
1133 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1134 (gomoku-offer-a-draw):
1135 * play/landmark.el (lm-human-resigns, lm):
1136 * net/eudcb-ldap.el (eudc-ldap-check-base):
1137 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1138 * progmodes/ebrowse.el (ebrowse-find-pattern):
1139 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
cd0899ab 1140 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
ff48d32d 1141 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
ce5a3ac0
RF
1142
1143 * vc.el (vc-delete-file):
1144 * play/gomoku.el (gomoku-terminate-game, gomoku)
1145 (gomoku-prompt-for-move, gomoku-human-takes-back):
1146 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
ff48d32d 1147 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
ce5a3ac0 1148
08c583db
DN
11492005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1150
1151 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
ce5a3ac0 1152 color rxvt terminals by using the code xterm.el used to use before
08c583db
DN
1153 2005-04-09 in order to match the colors used by rxvt.
1154
79a57082 11552005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
836c8f06
DN
1156
1157 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1158 colors rxvt-unicode terminals by using the same code as xterm.el.
1159
621f893a
SM
11602005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1163 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1164 new symbol used for the tex-verbatim face.
1165
5b76833f
RF
11662005-09-24 Emilio C. Lopes <eclig@gmx.net>
1167
1168 * woman.el (woman-file-name):
1169 * wid-edit.el (widget-file-prompt-value)
1170 (widget-coding-system-prompt-value):
1171 * w32-fns.el (set-w32-system-coding-system):
1172 * vc.el (vc-version-diff, vc-annotate):
1173 * textmodes/reftex-auc.el (reftex-arg-cite)
1174 (reftex-arg-index-tag):
1175 * textmodes/refer.el (refer-get-bib-files):
1176 * textmodes/artist.el (artist-figlet-choose-font):
1177 * terminal.el (terminal-emulator):
1178 * replace.el (occur-read-primary-args):
1179 * rect.el (string-rectangle, string-insert-rectangle):
1180 * ps-print.el (ps-print-preprint):
1181 * progmodes/pascal.el (pascal-goto-defun):
1182 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1183 * progmodes/compile.el (compilation-find-file):
1184 * printing.el (pr-interactive-n-up):
1185 * play/animate.el (animate-birthday-present):
1186 * net/rcompile.el (remote-compile):
1187 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1188 * mail/rmailsum.el (rmail-summary-search-backward)
1189 (rmail-summary-search):
1190 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1191 (rmail-output-read-file-name):
1192 * mail/rmail.el (rmail-search, rmail-search-backwards):
1193 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1194 * locate.el (locate):
1195 * international/quail.el (quail-show-keyboard-layout):
1196 * international/mule.el (set-buffer-file-coding-system)
1197 (revert-buffer-with-coding-system, set-file-name-coding-system)
1198 (set-terminal-coding-system, set-keyboard-coding-system)
1199 (set-next-selection-coding-system):
1200 * international/mule-diag.el (describe-coding-system)
1201 (describe-font, describe-fontset):
1202 * international/mule-cmds.el (universal-coding-system-argument)
1203 (search-unencodable-char, describe-input-method)
1204 (set-language-environment, describe-language-environment):
1205 * international/codepage.el (codepage-setup):
1206 * international/code-pages.el (codepage-setup):
1207 * info.el (Info-search, Info-follow-reference)
1208 (Info-search-backward):
1209 * emacs-lisp/advice.el (ad-read-advised-function)
1210 (ad-read-advice-class, ad-clear-cache, ad-activate)
1211 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1212 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1213 (ad-read-regexp):
1214 * ediff-util.el (ediff-toggle-regexp-match):
1215 * ediff-ptch.el (ediff-prompt-for-patch-file):
1216 * dired-aux.el (dired-diff):
1217 * diff.el (diff):
1218 * cus-edit.el (custom-variable-prompt):
1219 * calendar/timeclock.el (timeclock-ask-for-project):
1220 * calc/calcalg3.el (calc-get-fit-variables):
1221 * calc/calc-store.el (calc-edit-variable)
1222 (calc-permanent-variable):
1223 * vc-mcvs.el (vc-mcvs-register):
1224 * shadowfile.el (shadow-define-literal-group):
1225 * woman.el (woman-file-name):
1226 * vc.el (vc-version-diff, vc-merge):
1227 * textmodes/reftex-index.el (reftex-index-complete-tag):
1228 * format.el (format-decode-buffer, format-decode-region):
1229 * emulation/viper-cmd.el (viper-read-string-with-history):
1230 * emacs-lisp/debug.el (cancel-debug-on-entry):
1231 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1232 * ediff.el (ediff-merge-revisions)
1233 (ediff-merge-revisions-with-ancestor, ediff-revision):
1234 * completion.el (interactive-completion-string-reader):
1235 * calc/calc-prog.el (calc-user-define-formula):
1236 Follow convention for reading with the minibuffer.
1237
f7938fdd 12382005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
1239
1240 * progmodes/python.el (python-describe-symbol): Add globals() and
1241 locals() to the arguments of emacs.ehelp.
1242
999f7d65
EZ
12432005-09-24 Magnus Henoch <mange@freemail.hu>
1244
621f893a
SM
1245 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1246 New function, code extracted from ispell-valid-dictionary-list.
999f7d65
EZ
1247 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1248 Call it.
1249
d74a5c91
EZ
12502005-09-24 Eli Zaretskii <eliz@gnu.org>
1251
1252 * subr.el (version-regexp-alist): Extend valid syntax for version
1253 strings: allow any of the characters -,_,+ to separate the
1254 alpha/beta/rc part from the version part. Doc fix.
621f893a 1255 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
d74a5c91 1256
8dbf19c7
RS
12572005-09-23 David Reitter <david.reitter@gmail.com>
1258
1259 * mail/mailclient.el: New file.
1260
91346f54
RS
12612005-09-23 Richard M. Stallman <rms@gnu.org>
1262
1263 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1264 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1265 Doc fixes.
1266
621f893a
SM
1267 * progmodes/cc-mode.el (c-font-lock-init):
1268 Specify font-lock-lines-before.
91346f54 1269
91773964
SM
12702005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1273 whole conflict.
1274
de07af38
CD
12752005-09-23 Carsten Dominik <dominik@science.uva.nl>
1276
91773964
SM
1277 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1278 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
de07af38
CD
1279 of `remap' feature when available. Additional key bindings for
1280 better tty support.
1281 (org-mode-restart, org-force-self-insert): New commands.
1282 (org-time-stamp-inactive): New command.
1283 (org-remap): New function.
91773964
SM
1284 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1285 (org-enable-fixed-width-editor): Move to `org-structure'
de07af38 1286 customization group.
91773964 1287 (org-self-insert-command, orgtbl-self-insert-command): Modify to
de07af38
CD
1288 blank field after field motion commands.
1289
8fb7dc77
KH
12902005-09-23 Kenichi Handa <handa@m17n.org>
1291
91773964
SM
1292 * international/mule-cmds.el (set-language-environment):
1293 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8fb7dc77
KH
1294 have to call utf-translate-cjk-load-tables.
1295
39739f21
SM
12962005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * mouse.el (mouse-move-drag-overlay): Fix last change.
1299
e5534f18
DP
13002005-09-22 David Ponce <david@dponce.com>
1301
1302 * tree-widget.el (tree-widget-value-create): Fix previous change.
1303
0278364c
DN
13042005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1305
39739f21 1306 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
0278364c 1307
aaf15b8b
SM
13082005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * mouse.el (mouse-move-drag-overlay): New function.
1311 (mouse-drag-region-1): Use it.
1312 Try to simplify a bit the state handling. Handle clicks on links
1313 inside intangible areas.
1314 (mouse-save-then-kill): Minor simplification.
1315 (mouse-secondary-overlay): Make it always non-nil instead of
1316 recreating it each time.
1317 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1318 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1319 Simplify accordingly.
1320
b778ed18
DN
13212005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1322
1323 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1324
15c77b9e 13252005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2f2db7cc 1326
76de4b0d
KS
1327 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1328 (ediff-file-name-sans-prefix): Treat nil as an empty string.
aaf15b8b
SM
1329 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1330 to patch.
2f2db7cc 1331
76de4b0d 1332 * ediff-util.el: Use insert-buffer-substring.
2f2db7cc 1333
cb9214f2 1334 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2f2db7cc 1335
aaf15b8b
SM
1336 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1337 field boundaries in the minibuffer.
cb9214f2
JB
1338 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1339 (viper-minibuffer-post-command-hook): New hook.
1340 (viper-line): Don't move cursor at bolp.
2f2db7cc 1341
aaf15b8b 1342 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2f2db7cc 1343
76de4b0d 1344 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
aaf15b8b 1345 avoid compiler warnings.
2f2db7cc 1346
aaf15b8b 1347 * emulation/viper-macs.el (ex-map): Better messages.
2f2db7cc 1348
aaf15b8b 1349 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2f2db7cc 1350
76de4b0d 1351 * emulation/viper.el: Replace make-variable-buffer-local with
15c77b9e 1352 viper-make-variable-buffer-local everywhere, to avoid warnings.
2f2db7cc 1353
f002506f
SM
13542005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1357 Delete unused var `old-selected-window'.
cb9214f2 1358 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
f002506f
SM
1359 (mouse-drag-secondary): Delete unused var `start-frame'.
1360
cb9214f2 13612005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
fac3f386
SM
1362
1363 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1364
f09cfd28
SM
13652005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1368 Re-indent within 80 columns. Use inhibit-read-only.
1369
12b8cf53
RF
13702005-09-19 Romain Francoise <romain@orebokech.com>
1371
1372 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1373
5d4247d3
SM
13742005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1375
8d18935d 1376 * font-lock.el (font-lock-default-fontify-region): Don't add a line
a762b7b8 1377 unconditionally, since the after-change-function already did it.
5d4247d3 1378
e3fba586
MB
13792005-09-19 Miles Bader <miles@gnu.org>
1380
1381 * net/newsticker.el: Get rid of CVS keyword.
1382
b7201644
RF
13832005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1384
1385 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1386 The prompt is formatted later.
1387
4ff094a8
DP
13882005-09-19 David Ponce <david@dponce.com>
1389
1390 * tree-widget.el (tree-widget-value-create): Save the converted
1391 tree :node widget.
1392
900d1698
JB
13932005-09-19 Juanma Barranquero <lekktu@gmail.com>
1394
1395 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1396 variable `message'.
1397
bc103d00
MA
13982005-09-18 Michael Albinus <michael.albinus@gmx.de>
1399
1400 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1401 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1402 <slawomir.nowaczyk.847@student.lu.se>.
1403
93a75651
CY
14042005-09-18 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * image.el (image-load-path): Use symbol `data-directory' instead
1407 of its value, for backward compatibility with packages that bind
1408 it during `find-image'. Suggested by Katsumi Yamaoka.
1409 (image-search-load-path): Handle symbols whose values are strings.
1410
71773400
RF
14112005-09-18 Romain Francoise <romain@orebokech.com>
1412
1413 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1414 with-current-buffer form in save-excursion.
1415
8a26c165
DG
14162005-09-18 D Goel <deego@gnufans.org>
1417
39739f21
SM
1418 * apropos.el (apropos-command): Fix `message' call: first arg
1419 should be a format spec. In this and all other cases that appear
1420 below and elsewhere in the source code, I made a change only when
1421 two conditions were satisfied: [1] I can think of a possibility
1422 that the arguments would cause an error, for example, the code in
1423 question relies on external variables such as filenames. [2] I
1424 was sure that the arg to `message' could not have been nil in the code.
1425
1426 * textmodes/tildify.el (tildify-region): Ditto.
1427
8a26c165 1428 * textmodes/reftex-index.el (reftex-index-change-entry)
a762b7b8
KS
1429 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1430 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8a26c165 1431 * textmodes/org.el (org-complete, org-deadline, org-schedule)
a762b7b8
KS
1432 (org-priority, org-table-sum):
1433 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1434 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1435 (flyspell-word, flyspell-display-next-corrections):
1436 * textmodes/bibtex.el (bibtex-print-help-message):
1437 * textmodes/artist.el (artist-key-set-point-poly):
1438 * term/mac-win.el (mac-services-insert-text):
8a26c165
DG
1439 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1440 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1441 (vhdl-port-paste-testbench, vhdl-compose-new-component)
a762b7b8 1442 (vhdl-compose-configuration):
8a26c165 1443 * progmodes/sh-script.el (sh-blink, sh-show-indent)
a762b7b8
KS
1444 (sh-set-indent, sh-learn-line-indent):
1445 * progmodes/ps-mode.el (ps-mode-target-column):
8a26c165 1446 * progmodes/idlwave.el (idlwave-make-tags)
a762b7b8
KS
1447 (idlwave-scan-library-catalogs):
1448 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1449 * progmodes/gud.el (gud-jdb-analyze-source):
1450 * progmodes/flymake.el (flymake-log):
1451 * progmodes/ebnf2ps.el (ebnf-generate-region):
1452 * progmodes/cmacexp.el (c-macro-expansion):
1453 * progmodes/ada-xref.el (ada-treat-cmd-string):
8a26c165 1454 * progmodes/ada-mode.el (ada-create-case-exception-substring)
a762b7b8
KS
1455 (ada-justified-indent-current, ada-batch-reformat):
1456 * play/zone.el (zone):
1457 * play/landmark.el (lm-move):
1458 * play/decipher.el (decipher-show-alphabet):
8a26c165 1459 * net/newsticker.el (newsticker--display-jump)
a762b7b8 1460 (newsticker--display-scroll):
8a26c165 1461 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
a762b7b8
KS
1462 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1463 * mail/feedmail.el (feedmail-dump-message-to-queue):
1464 * eshell/esh-proc.el (eshell-remove-process-entry):
1465 * emulation/ws-mode.el (ws-last-error):
8a26c165 1466 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
a762b7b8
KS
1467 (viper-record-kbd-macro):
1468 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1469 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1470 * emacs-lisp/find-func.el (find-function-noselect):
8a26c165 1471 * calendar/timeclock.el (timeclock-status-string)
a762b7b8
KS
1472 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1473 (timeclock-when-to-leave-string):
1474 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1475 * calc/calc-units.el (calc-enter-units-table):
1476 * calc/calc-mode.el (calc-mode-record-mode):
1477 * woman.el (woman-mini-help):
1478 * wdired.el (wdired-change-to-wdired-mode):
1479 * vc.el (vc-retrieve-snapshot):
1480 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1481 * startup.el (display-startup-echo-area-message):
1482 * simple.el (set-goal-column):
1483 * ses.el (ses-command-hook, ses-recalculate-cell):
1484 * server.el (server-process-filter):
8a26c165 1485 * printing.el (pr-interface-txt-print, pr-interface-printify)
a762b7b8
KS
1486 (pr-interface-ps):
1487 * pcvs.el (cvs-help):
1488 * log-edit.el (log-edit, log-edit-mode-help):
1489 * iswitchb.el (iswitchb-possible-new-buffer):
1490 * isearch.el (isearch-edit-string):
1491 * image-mode.el (image-mode, image-minor-mode):
1492 * ibuf-macs.el (define-ibuffer-filter):
1493 * hi-lock.el (hi-lock-find-patterns):
1494 * files.el (toggle-read-only):
8a26c165 1495 * ediff-util.el (ediff-copy-diff)
a762b7b8
KS
1496 (ediff-write-merge-buffer-and-maybe-kill):
1497 * echistory.el (Electric-history-undefined):
1498 * dnd.el (dnd-insert-text):
1499 * dired-aux.el (dired-query):
1500 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1501 * bookmark.el (bookmark-bmenu-locate):
1502 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1503 Fix `message' calls to ensure first arg is a format string.
1504 The change was made only when these two conditions were satisfied:
1505 [1] when there is a possibility that the arguments would cause an error
1506 for example, if the code in question relies on external variables
1507 such as filenames, and
1508 [2] if the arg to `message' could not have been nil in the code.
8a26c165 1509
900d1698
JB
1510 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1511 Not having a %s would be weird, though not technically wrong.
8a26c165 1512
be9bb408
YM
15132005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1514
1515 * term/mac-win.el (mac-add-charset-info): Doc fix.
1516
77689ea3
RF
15172005-09-17 Romain Francoise <romain@orebokech.com>
1518
1519 * shell.el (shell-resync-dirs): Handle echoing processes more
1520 reliably. Don't insert resync command if `comint-process-echoes'
1521 is non-nil.
1522
4ac3afdb
EZ
15232005-09-17 Magnus Henoch <mange@freemail.hu>
1524
1525 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1526 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1527 aspell versions >= 0.60.
1528 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1529 only if ispell-aspell-supports-utf8 is non-nil.
1530
4f46dc87
EZ
15312005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1532
1533 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1534 buffer-local value to lisp-indent-function.
1535
debe6451
EZ
15362005-09-17 Milan Zamazal <pdm@zamazal.org>
1537
1538 * progmodes/glasses.el (glasses-make-readable): If
1539 glasses-separator differs from underscore, put appropriate
1540 overlays over underscore characters.
1541 (glasses-convert-to-unreadable): If glasses-separator differs from
1542 underscore, try to convert glasses-separator characters to
1543 underscores.
1544
f52e8e86
SM
15452005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1548 Use with-syntax-table and dolist.
1549
7b07114a
CD
15502005-09-16 Carsten Dominik <dominik@science.uva.nl>
1551
23006f3e
KS
1552 * textmodes/reftex-auc.el:
1553 * textmodes/reftex-cite.el:
1554 * textmodes/reftex-dcr.el:
1555 * textmodes/reftex-global.el:
1556 * textmodes/reftex-parse.el:
1557 * textmodes/reftex-ref.el:
1558 * textmodes/reftex-sel.el:
1559 * textmodes/reftex-toc.el:
1560 * textmodes/reftex-vars.el:
1561 * textmodes/reftex.el: Small changes to remove compiler warnings.
7b07114a 1562
23006f3e 1563 * textmodes/reftex-index.el: Likewise.
7b07114a
CD
1564 (reftex-query-index-phrase): More efficient use of markers.
1565
5fc5ac38
CY
15662005-09-15 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * image.el (image-load-path): New variable.
1569 (image-search-load-path): New function.
1570 (find-image): Search for images in `image-load-path'.
1571
8ccd3630
RS
15722005-09-15 Richard M. Stallman <rms@gnu.org>
1573
1574 * follow.el: Change Maintainer field.
1575
9be6a039
DP
15762005-09-15 David Ponce <david@dponce.com>
1577
1578 * recentf.el (recentf-save-file-modes): New option.
1579 (recentf-save-list): Use it.
1580
94e55b87
NR
15812005-09-15 Nick Roberts <nickrob@snap.net.nz>
1582
1583 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1584 (mode-line-mule-info, mode-line-modified): Move bindings from
1585 mouse-3 to mouse-1.
1586
a9267c2c
CY
15872005-09-15 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * simple.el (sendmail-user-agent-compose): Revert last change.
1590
c6ea7612
SM
15912005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1592
503ac8a4
SM
1593 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1594 Use with-current-buffer.
1595 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1596 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1597 (ange-ftp-insert-directory): Remove unused var `short'.
1598 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1599
c6ea7612
SM
1600 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1601 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1602
1603 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1604 (check-calendar-holidays, diary-list-entries): Autoload.
1605 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1606 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1607
1608 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1609 which mistakenly removed a call to display-buffer.
1610
ef19e610
JB
16112005-09-14 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1614
a5b101dc
TTN
16152005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1616
1617 * progmodes/hideshow.el
1618 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1619 (hs-allow-nesting): New user var.
1620 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1621 (hs-hide-block-at-point): When nesting allowed,
1622 if there is already an overlay in place, delete it.
1623 (hs-safety-is-job-n): Delete func; remove call sites.
1624 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1625 (hs-overlay-at): New func.
1626 (hs-already-hidden-p, hs-show-block): Use it.
1627 (hs-hide-all): Don't pre-clean if nesting allowed.
1628 (hs-show-all): Temporarily disallow
1629 nesting around call to `hs-discard-overlays'.
1630
40cfe0d8
CY
16312005-09-14 Chong Yidong <cyd@stupidchicken.com>
1632
1633 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1634 Delete unused local var.
1635
9dc08dc9
JB
16362005-09-13 Juanma Barranquero <lekktu@gmail.com>
1637
7a650da0
JB
1638 * help-fns.el (describe-categories): "?\ " -> "?\s".
1639 (help-do-arg-highlight): Recognize also ARG-n, as in
1640 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1641
9dc08dc9
JB
1642 * international/codepage.el (dos-unsupported-char-glyph):
1643 * net/newsticker.el (tool-bar-map, w3-mode-map)
1644 (w3m-minor-mode-map):
1645 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1646 (ent-alist):
1647 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1648
1db2d450
CY
16492005-09-13 Chong Yidong <cyd@stupidchicken.com>
1650
d5c16b05
CY
1651 * custom.el (custom-push-theme): Handle the case where a symbol is
1652 bound but face properties have not yet been assigned.
1653
09c9e6bb
CY
1654 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1655 Fix behavior if noerase is `t' and there is no mail buffer.
9dc08dc9 1656
09c9e6bb
CY
1657 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1658 if `continue' is nil, rather than signal an error.
1db2d450 1659
5629e04f
RS
16602005-09-12 Richard M. Stallman <rms@gnu.org>
1661
595f66af
RS
1662 * font-lock.el (font-lock-keywords): Add autoload.
1663
1664 * help-fns.el (describe-variable): Rearrange to put source link
1665 in a predictable place.
1666
5629e04f
RS
1667 * net/newsticker.el: New file.
1668
344f1111
SM
16692005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1670
34cb0115
SM
1671 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1672 (calendar-basic-setup): Use the new nil arg.
1673 (number-of-diary-entries): Move to diary-lib.el.
1674
1675 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1676 (diary-list-entries): Use with-syntax-table and dolist.
1677 Rename from list-diary-entries.
1678 Use number-of-diary-entries if `number' is nil.
1679 (diary, diary-view-entries): Use this new name and new nil arg value.
1680 (number-of-diary-entries): Move from calendar.el.
1681 (diary-unhide-everything): New function.
1682 (include-other-diary-files, fancy-diary-display)
1683 (diary-show-all-entries, make-diary-entry): Use it.
1684 (diary-mail-entries): Use buffer-string.
1685 (mark-diary-entries): Fix long standing paren typo.
1686 (diary-sexp-entry): Use count-lines.
1687 (make-diary-entry): Avoid `previous-line'.
1688 (diary-mode-map): New var.
1689 (diary-mode): Redraw cal after saving. Setup header-line.
1690 (fancy-diary-display-mode): Use local-set-key.
1691
1692 * startup.el (command-line): Try calling various terminal-init-foo-bar
1693 functions by stripping hyphenated suffixes from $TERM.
1694
344f1111
SM
1695 * files.el (normal-mode): Check boundness of font-lock-keywords.
1696
7957baea
RS
16972005-09-12 Richard M. Stallman <rms@gnu.org>
1698
1699 * progmodes/compile.el: Don't decide a file's directory
1700 until the user actually tries to go there.
1701 (compilation-next-error-function):
1702 Pass compilation-find-file the directory from the file-struct.
1703 (compilation-internal-error-properties): Separate local FILE-STRUCT
1704 from FILE. Doc the args better. Rename arg FMT to FMTS.
1705 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1706 Expand it, and if nil, use default-directory.
1707 (compilation-get-file-structure): Don't mix specified directory
1708 with default directory. Put specified directory into
1709 file-struct. Don't make the file name absolute.
1710
1711 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1712 (compile-command): Add autoload.
1713 (compilation-disable-input): Add autoload.
1714
7318a7a3
SG
17152005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1716
1717 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1718 strings of the variables it can override.
344f1111 1719 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7318a7a3
SG
1720 %Q and %q, for fully-qualified domain name and unqualified host name.
1721
f172343a
KS
17222005-09-11 Kim F. Storm <storm@cua.dk>
1723
1724 * emacs-lisp/authors.el (authors-aliases): Update list.
1725 (authors-fixed-entries): Update mldrag.el entry.
1726
0e435430
EZ
17272005-09-10 Alan Mackenzie <acm@muc.de>
1728
1729 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1730 from the region narrowed to.
1731
c10b0abc
EZ
17322005-09-10 Magnus Henoch <mange@freemail.hu>
1733
1734 * textmodes/ispell.el (ispell-check-version): Signal an error if
1735 aspell version is less than 0.60.
1736
4ca7c468
EZ
17372005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1738
344f1111
SM
1739 * progmodes/octave-inf.el (inferior-octave-startup):
1740 Resync current dir at the end.
4ca7c468 1741
72f0712b 17422005-09-10 Emilio C. Lopes <eclig@gmx.net>
99580cde 1743
344f1111
SM
1744 * woman.el (woman-topic-at-point-default):
1745 Rename to woman-use-topic-at-point-default.
1746 (woman-topic-at-point): Rename to woman-use-topic-at-point.
72f0712b
EZ
1747 (woman-file-name): Reflect renames above. Automatically use the
1748 word at point as topic if woman-use-topic-at-point is non-nil.
1749 Otherwise offer it as default but don't insert it in the
1750 minibuffer. Also use `test-completion' instead of `assoc' as
1751 suggested by Stefan Monnier.
1752
de21740d
AS
17532005-09-10 Andre Spiegel <spiegel@gnu.org>
1754
1755 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1756 the attempt to do it over Tramp. This is not yet supported.
1757
6ee37599
EZ
17582005-09-10 Eli Zaretskii <eliz@gnu.org>
1759
1760 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1761 (menu-bar-non-minibuffer-window-p): New functions.
1762 ("Split Window", "Save As..."): Use them.
1763 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
344f1111
SM
1764 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1765 Use menu-bar-menu-frame-live-and-visible-p.
6ee37599 1766 ("Save Buffer", "Insert File", "Open Directory...")
344f1111
SM
1767 ("Open File...", "Visit New File..."):
1768 Use menu-bar-non-minibuffer-window-p.
1769 (kill-this-buffer-enabled-p, dired <menu-enable>):
1770 Use menu-bar-non-minibuffer-window-p.
6ee37599 1771
50a6ff15
EZ
17722005-09-09 Eli Zaretskii <eliz@gnu.org>
1773
6eb33acb
EZ
1774 * cus-start.el (all): Don't complain about fringe-related
1775 built-ins if fringes are not supported. Ditto about
344f1111 1776 selection-related built-ins. Fix the test for GTK-related built-ins.
6eb33acb 1777
50a6ff15
EZ
1778 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1779 ("Postscript Print Buffer", "Print Region", "Save As...")
1780 ("Save", "Insert File...", "Open Directory...")
1781 ("Open File...", "Visit New File..."")
1782 ("Truncate Long Lines in this Buffer"): Don't look at
344f1111 1783 menu-updating-frame if this display does not support multiple frames.
50a6ff15 1784
012a2196
EZ
17852005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1786
1787 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1788
9198ee0e
EZ
17892005-09-09 Emilio Lopes <eclig@gmx.net>
1790
1791 * woman.el: Format- and whitespace-related changes.
1792
f64b6c63
EZ
17932005-09-09 Eli Zaretskii <eliz@gnu.org>
1794
1795 * woman.el: Fix my email address.
1796
47b8bc5d
RS
17972005-09-08 Richard M. Stallman <rms@gnu.org>
1798
1799 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1800 (sh-mode): Locally set skeleton-pair-default-alist.
1801
1802 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1803
1804 * progmodes/flymake.el: Require `compile' unconditionally.
1805
1806 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1807
1808 * woman.el (woman-file-name): Provide a default, not initial input.
1809
1810 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1811
1812 * font-lock.el (font-lock-support-mode): Doc fix.
1813
1814 * descr-text.el (describe-property-list): Handle non-symbol prop names.
1815
2a56faf1 18162005-09-08 Richard M. Stallman <rms@gnu.org>
47b8bc5d
RS
1817
1818 * simple.el (blink-matching-open): Get rid of text props from
1819 the string shown in echo area. Don't permanently set point.
1820 Some rearrangements.
1821
6fbb1eb0
RS
18222005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
1823
9815ca3d
RS
1824 * recentf.el (recentf-filename-handler): Add custom choice
1825 `abbreviate-file-name'.
1826
8e2c8d3e
RS
1827 * msb.el (msb--very-many-menus): Fix typo.
1828
6fbb1eb0
RS
1829 * disp-table.el (standard-display-european): Don't set
1830 enable-multibyte-characters to nil.
1831
844c6ee7
DP
18322005-09-08 David Ponce <david@dponce.com>
1833
1834 * recentf.el (recentf-show-file-shortcuts-flag): New option.
1835 (recentf-expand-file-name): Doc fix.
1836 (recentf-dialog-mode-map): Define digit shortcuts.
1837 (recentf--files-with-key): New variable.
1838 (recentf-show-digit-shortcut-filter): New function.
1839 (recentf-open-files-items): New function.
1840 (recentf-open-files): Use it.
1841 (recentf-open-file-with-key): New command.
1842
344f1111
SM
18432005-09-08 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * buff-menu.el (Buffer-menu-sort-by-column): New function.
1846 Suggested by Kim F. Storm.
1847 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1848 (Buffer-menu-make-sort-button): Use global keymap.
1849
553f03bc
MA
18502005-09-07 Michael Albinus <michael.albinus@gmx.de>
1851
29499b82 1852 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
553f03bc
MA
1853 (Man-getpage-in-background-advice): Remove defadvice; it isn't
1854 necessary any longer with the remapped command.
1855 (Man-bgproc-sentinel-advice): Remove defadvice which counts
1856 formatting time only.
1857
1858 * net/tramp.el (tramp-action-password)
1859 (tramp-multi-action-password): Compile the password prompt from
1860 `method', `user' and `host'. Sometimes it isn't obvious which
1861 password to enter, for example with remote files offered by
1862 recentf.el, or with multiple steps. Suggested by Robert Marshall
1863 <robert@chezmarshall.freeserve.co.uk>.
1864
dcc6da3a
SM
18652005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1868 Fix regexp for when "s///" is at the beginning of line.
1869
2ccc02f2
JB
18702005-09-07 Jay Belanger <belanger@truman.edu>
1871
1872 * calc/calc-poly.el (math-expand-term): Multiply out any powers
1873 when in matrix mode.
1874
3076c726
SM
18752005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1878 non-anonymous functions.
1879
efe4e5af
CY
18802005-09-06 Chong Yidong <cyd@stupidchicken.com>
1881
3076c726
SM
1882 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1883 when using a header line. Otherwise, use mouse-1-click-follows-link.
efe4e5af
CY
1884
1885 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1886 can't be moved; don't signal an error.
f4885d81 1887
79a0aa11
CY
18882005-09-05 Chong Yidong <cyd@stupidchicken.com>
1889
1890 * cus-theme.el (custom-theme-write-faces): Save the current face
1891 spec, not the defface spec.
1892
1893 * custom.el (custom-known-themes): Clarify meaning of "standard".
1894 (custom-push-theme): Save old values in the standard theme.
1895 (disable-theme): Correct typo.
1896 (custom-face-theme-value) Deleted unused function.
3076c726 1897 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
79a0aa11 1898
1550ae60
SM
18992005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * progmodes/compile.el (compilation-goto-locus): Take into account
1902 iconified frames when determining whether the buffer is
1903 already visible.
1904 Don't reset window height if the window already existed.
1905
87d737ae
CY
19062005-09-04 Chong Yidong <cyd@stupidchicken.com>
1907
1550ae60 1908 * custom.el (load-theme): Rename from require-theme.
87d737ae 1909 Add interactive spec.
1550ae60 1910 (enable-theme): Rename from custom-enable-theme.
87d737ae 1911 Add interactive spec.
1550ae60 1912 (disable-theme): Rename from custom-disable-theme.
87d737ae
CY
1913 Add interactive spec.
1914 (custom-make-theme-feature): Doc fix.
1915 (custom-theme-directory): Doc fix.
1916 (provide-theme): Call enable-theme.
1917
928f12c9
SM
19182005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * obsolete/lazy-lock.el (lazy-lock-mode):
1921 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1922 font-lock-mode if it's off. Print a warning instead.
1923
1924 * progmodes/compile.el (compilation-start): Ignore errors if the
1925 process died before we get to send-eof.
1926
1927 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1928 Undo last change. Enclosing the result in quotes broke things on Unix
1929 since tex-send-command passes it through shell-quote-argument.
1930 (tex-send-command): Pass `file' through convert-standard-filename
1931 when possible.
1932 (tex-uptodate-p): Handle the case where TeX hasn't put additional
1933 info in a transcript.
1934
f47877ee
DN
19352005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
1936
1937 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1938 fix compilation warning. Reorder the key definitions to group
1939 together keys emitted by the current version of xterm.
1940
1941 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1942 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1943 Reorder predicates to correct min-color usage.
1944
6fd388f3
CY
19452005-09-01 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * longlines.el (longlines-mode): Inhibit read-only when encoding.
1948 Kill local variables when longlines-mode is turned off.
1949
bdb4d6d8
SM
19502005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1951
928f12c9
SM
1952 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1953
bdb4d6d8
SM
1954 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1955
1956 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1957
1958 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1959 (font-lock-lines-before): Change default to being inactive.
1960 (font-lock-default-fontify-region): Obey font-lock-lines-before.
1961 (font-lock-after-change-function): Don't handle f-l-lines-before here.
1962
00cec167
MA
19632005-08-31 Michael Albinus <michael.albinus@gmx.de>
1964
bdb4d6d8
SM
1965 * net/tramp.el (tramp-handle-make-auto-save-file-name):
1966 Deactivate temporarily advice if active (not needed for Emacs 22,
1967 but for backwards compatibility).
00cec167
MA
1968 (tramp-exists-file-name-handler): Rewrite. First implementation
1969 was too simple.
bdb4d6d8
SM
1970 (tramp-advice-make-auto-save-file-name):
1971 Call `tramp-handle-make-auto-save-file-name' (again, just for
1972 backwards compatibility).
00cec167 1973
0a2e512a
RF
19742005-08-31 Reto Zimmermann <reto@gnu.org>
1975
1976 * progmodes/vhdl-mode.el
bdb4d6d8 1977 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
0a2e512a 1978 (vhdl-end-p): Fix indentation bug "else" after "-- when".
bdb4d6d8 1979 (vhdl-set-default-project): New function (easier setting of default).
0a2e512a 1980 (vhdl-port-copy): Handle extended identifiers for generics.
bdb4d6d8 1981 (vhdl-compiler-alist): Better description for error message regexp.
0a2e512a 1982 (vhdl-make): Query for target, use previous as default.
bdb4d6d8 1983 (vhdl-port-copy): Fix port copy for port names starting with "signal".
0a2e512a
RF
1984 (vhdl-font-lock-keywords-2): Fix fontification for record
1985 el. assign.
1986 (vhdl-speedbar-make-subpack-line): Add package body link.
1987 (vhdl-generate-makefile-1): Not include itself as dependency.
1988 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1989 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1990 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1991 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1992 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
bdb4d6d8 1993 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
0a2e512a 1994 (vhdl-import-project): Add string argument for `error'.
bdb4d6d8
SM
1995 (vhdl-compose-configuration)
1996 (vhdl-compose-configuration-architecture): Add configuration
0a2e512a
RF
1997 declaration generation.
1998 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1999 (vhdl-trailer-re): Add "record" keyword (better indentation).
2000 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2001 "[^ \t-\"]+".
bdb4d6d8
SM
2002 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2003 (vhdl-testbench-entity-file-name)
2004 (vhdl-testbench-architecture-file-name): Allow separate
0a2e512a 2005 customization of testbench file names.
bdb4d6d8
SM
2006 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2007 (vhdl-get-visible-signals): Allow newline within alias declaration.
2008 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2009 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
0a2e512a 2010 (member-ignore-case): Alias for missing function in XEmacs.
bdb4d6d8 2011 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
0a2e512a
RF
2012 (vhdl-update-sensitivity-list): Ignore case on read signals.
2013 (vhdl-replace-string): Adjust case only for file names.
2014 (vhdl-update-sensitivity-list): Fix search for read signals.
2015 (vhdl-update-sensitivity-list): Exclude formal parameters.
2016 (vhdl-get-visible-signals): Include aliases of signals.
2017 (vhdl-get-visible-signals): Fix signal name searching.
2018 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2019 (vhdl-fixup-whitespace-region): Fix for character
2020 literals (e.g. ':').
2021
d8aa9ea9
JB
20222005-08-31 Juanma Barranquero <lekktu@gmail.com>
2023
41e11121
JB
2024 * ansi-color.el (comint-last-output-start):
2025 * bs.el (font-lock-verbose):
2026 * diff-mode.el (add-log-buffer-file-name-function):
2027 * dired-x.el (vm-folder-directory):
2028 * faces.el (help-xref-stack-item):
2029 * files.el (font-lock-keywords):
2030 * find-lisp.el (dired-buffers, dired-subdir-alist):
2031 * ido.el (cua-inhibit-cua-keys):
2032 * log-view.el (cvs-minor-wrap-function):
2033 * outline.el (font-lock-warning-face):
2034 * simple.el (compilation-current-error):
2035 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2036 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2037 * tooltip.el (comint-prompt-regexp):
2038 * w32-fns.el (explicit-shell-file-name):
2039 * term/mac-win.el (mac-charset-info-alist)
2040 (mac-services-selection, mac-system-script-code):
2041 * term/tty-colors.el (msdos-color-values):
2042 * term/w32-win.el (xlfd-regexp-registry-subnum):
2043 * term/x-win.el (x-keysym-table, x-selection-timeout)
2044 (x-session-id, x-session-previous-id):
2045 * textmodes/ispell.el (mail-yank-prefix):
2046 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2047 * textmodes/org.el (calc-embedded-close-formula)
2048 (calc-embedded-open-formula)
2049 (font-lock-unfontify-region-function):
2050 * textmodes/reftex-global.el (isearch-next-buffer-function)
2051 (TeX-master):
2052 * textmodes/reftex.el (font-lock-keywords):
2053 * textmodes/tex-mode.el (font-lock-comment-face)
2054 (font-lock-doc-face):
2055 * textmodes/texinfo.el (outline-heading-alist):
2056 Add defvars.
2057
2058 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2059 (artist-spray-chars, artist-mode-init, artist-replace-string)
2060 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2061 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2062 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2063
2064 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2065 (conf-align-assignments): "?\ " -> "?\s".
2066
2067 * textmodes/reftex-index.el (TeX-master): Add defvar.
2068 (reftex-index-phrases-marker): Move up defvar.
2069
2070 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2071 (reftex-toc-include-labels-indicator)
2072 (reftex-toc-include-index-indicator)
2073 (reftex-toc-max-level-indicator): Move up declarations.
2074
d8aa9ea9 2075 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
bdb4d6d8 2076 of args to `tramp-run-real-handler', even if it's empty in this case.
d8aa9ea9 2077
07c5948c
YM
20782005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2079
2080 * dired.el (dired-move-to-filename-regexp): Add date format for
2081 Mac OS X 10.3 in East Asian locales.
2082
c1105d05
MA
20832005-08-31 Michael Albinus <michael.albinus@gmx.de>
2084
2085 * files.el (make-auto-save-file-name): Add file name handler call
2086 if applicable.
2087
2088 * net/tramp.el (tramp-file-name-handler-alist)
2089 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
d8aa9ea9 2090 (tramp-handle-make-auto-save-file-name): Rename from
c1105d05
MA
2091 `tramp-make-auto-save-file-name'.
2092 (tramp-exists-file-name-handler): New defun.
2093 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2094 `make-auto-save-file-name' is not a magic file name operation.
2095
47b8bc5d
RS
20962005-08-30 Richard M. Stallman <rms@gnu.org>
2097
2098 * files.el (risky-local-variable-p):
2099 Match `-predicates' and `-commands.
2100
2101 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2102 (custom-save-all): Visit the file if necessary;
2103 kill the buffer if we created it.
2104 (custom-save-delete): Don't visit file or kill buffer here.
2105
25afa2cf
CD
21062005-08-30 Carsten Dominik <dominik@science.uva.nl>
2107
2108 * textmodes/org.el (org-special-keyword): New face.
2109 (org-table-copy-down, org-table-eval-formula)
bdb4d6d8
SM
2110 (org-table-recalculate, org-init-section-numbers):
2111 Use `string-to-number' instead of `string-to-int'.
25afa2cf
CD
2112 (org-get-location): Use `insert-buffer-substring' instead of
2113 `insert-buffer'.
2114 (org-modify-diary-entry-string): New function.
bdb4d6d8 2115 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
d8aa9ea9 2116 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25afa2cf
CD
2117 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2118 active region.
2119 (org-export-as-html): Handle QUOTE keyword.
2120 (org-quote-string): New option.
2121 (org-bookmark-jump-unhide): New function, used for
2122 `bookmark-after-jump-hook'.
2123 (org-diary-default-entry): Apply only when not called through
2124 `org-agenda'.
2125
f720b30e
JB
21262005-08-30 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * net/eudc.el (mode-popup-menu):
2129 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2130 * progmodes/ada-mode.el (compile-auto-highlight)
2131 (skeleton-further-elements):
2132 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2133 * progmodes/cmacexp.el (msdos-shells):
2134 * progmodes/compile.el (font-lock-extra-managed-props)
2135 (font-lock-keywords, font-lock-maximum-size)
2136 (font-lock-support-mode):
2137 * progmodes/grep.el (font-lock-lines-before):
2138 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2139 * progmodes/mixal-mode.el (compile-command):
2140 * progmodes/perl-mode.el (font-lock-comment-face)
2141 (font-lock-doc-face, font-lock-string-face):
2142 * progmodes/prolog.el (comint-prompt-regexp):
2143 * progmodes/sh-script.el (font-lock-comment-face)
2144 (font-lock-set-defaults, font-lock-string-face):
2145 * progmodes/sql.el (font-lock-keyword-face)
2146 (font-lock-set-defaults, font-lock-string-face):
2147 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2148 (itimer-version, lazy-lock-defer-contextually)
2149 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2150 Add defvars.
2151
2152 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2153 (cperl-electric-keyword, cperl-electric-pod)
2154 (cperl-electric-backspace, cperl-forward-re)
2155 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2156 (vc-rcs-header, vc-sccs-header): Add defvars.
2157
2158 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2159 (font-lock-syntactic-keywords, gud-find-expr-function):
2160 Add defvars.
2161
2162 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2163 (gdb-frame-parameters): Declare before use.
2164
2165 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2166 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2167 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2168 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2169
2170 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2171 (idlwave-help-with-source): Use `insert-buffer-substring', not
2172 `insert-buffer'.
2173
0f0b350b
JL
21742005-08-29 Juri Linkov <juri@jurta.org>
2175
2176 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2177 Put outline-back-to-heading function call inside save-excursion.
2178
e0f58980
JB
21792005-08-29 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * man.el (Man-init-defvars, Man-translate-references)
2182 (Man-support-local-filenames, Man-highlight-references):
2183 * progmodes/sql.el (sql-interactive-mode):
bdb4d6d8 2184 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
e0f58980
JB
2185
2186 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2187 (compilation-mode-font-lock-keywords): Add defvars.
2188 (checkdoc-interactive-loop): "?\ " -> "?\s".
2189
2190 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2191 (font-lock-doc-face, font-lock-string-face)
2192 (font-lock-keywords-case-fold-search): Add defvars.
2193 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2194
2195 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2196 Don't pass X and Y (they are ignored anyway).
2197 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2198 (mouse-delete-window): Make arguments optional.
2199
bdb4d6d8 2200 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
e0f58980
JB
2201 (caesar-translate-table, minor-modes, news-buffer-save)
2202 (news-group-name, news-minor-modes): Add defvars.
2203
2204 * emacs-lisp/lselect.el (mouse-highlight-priority)
2205 (x-lost-selection-functions, zmacs-regions):
2206 * emacs-lisp/pp.el (font-lock-verbose):
2207 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2208 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2209 (ses-mode-map):
2210 * emacs-lisp/tcover-unsafep.el (safe-functions):
3675c8b1
JB
2211 * international/mule-cmds.el (mac-system-coding-system)
2212 (mac-system-locale):
2213 * language/ethio-util.el (rmail-current-message)
2214 (rmail-message-vector):
2215 * language/thai-util.el (thai-auto-composition-mode):
2216 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2217 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2218 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2219 (vm-primary-inbox, vm-spool-files):
2220 * mail/rmail.el (deleted-head, font-lock-fontified)
2221 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2222 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2223 (total-messages):
2224 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2225 (rmail-summary-mode-map):
2226 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2227 (rmail-last-label, rmail-last-multi-labels)
2228 (rmail-summary-vector, rmail-total-messages):
2229 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2230 * mail/rmailsum.el (msgnum):
2231 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2232 (rmail-current-message):
e0f58980
JB
2233 * obsolete/fast-lock.el (font-lock-face-list):
2234 * obsolete/rnewspost.el (mail-reply-buffer):
2235 * obsolete/scribe.el (compile-command):
2236 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2237
11b227ac 22382005-08-28 John Paul Wallington <jpw@gnu.org>
f215a1b4 2239
bdb4d6d8
SM
2240 * ibuf-ext.el (ibuffer-auto-update-changed):
2241 Use `frame-or-buffer-changed-p' to check whether we need to update.
f215a1b4
JPW
2242 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2243 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2244 as a `frame-or-buffer-changed-p' state vector instead.
2245
a24c45d2
RF
22462005-08-27 Romain Francoise <romain@orebokech.com>
2247
bdb4d6d8
SM
2248 * textmodes/makeinfo.el (makeinfo-compile):
2249 Use `compilation-start'. Set `next-error-function' according to
713fbb79
RF
2250 `disable-errors'.
2251 (makeinfo-next-error): New function.
2252 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2253 (makeinfo-buffer): Likewise.
2254
a24c45d2
RF
2255 * progmodes/compile.el (compilation-start): Add autoload cookie.
2256
2257 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2258 * textmodes/sgml-mode.el: Likewise.
2259 * progmodes/python.el: Likewise.
2260
b0c9a334
EZ
22612005-08-27 Eli Zaretskii <eliz@gnu.org>
2262
0fb57cc0
EZ
2263 * simple.el (blink-matching-paren-distance): Document the meaning
2264 of nil value, and allow to customize to nil.
2265
b0c9a334
EZ
2266 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2267 command.com, not command.exe.
2268
35595517
JW
22692005-08-26 John Wiegley <johnw@newartisans.com>
2270
bdb4d6d8 2271 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3bab4a46
JW
2272 code around a bit so that an extraneous nil argument is not added
2273 to a command when no args are given.
2274
35595517
JW
2275 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2276 double-quoted argument resolves to nil, return it as an empty
2277 string rather than as nil. This made it impossible to pass "" to
2278 a shell script as a null string argument.
2279
797d92ed
SM
22802005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * outline.el (outline-invent-heading): New fun.
2283 (outline-promote, outline-demote): Use it.
2284 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2285 (outline-end-of-subtree): Remove unused var `opoint'.
2286
8248b7ca
EZ
22872005-08-26 David Reitter <david.reitter@gmail.com>
2288
2289 * menu-bar.el (truncate-lines, write-file, print-buffer)
797d92ed
SM
2290 (ps-print-buffer-faces, ps-print-buffer, split-window):
2291 Disable menu items when the frame they refer to is invisible, or when
2292 they refer to a buffer and the minibuffer is selected.
8248b7ca 2293
1f33471d
EZ
22942005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2295
797d92ed
SM
2296 * progmodes/flymake.el (flymake-highlight-err-lines):
2297 Use save-excursion around flymake-highlight-line to preserve point.
1f33471d 2298
d0943d40
EZ
22992005-08-26 Eli Zaretskii <eliz@gnu.org>
2300
2301 * progmodes/octave-mod.el: Change Author and Maintainer address.
2302 (octave-maintainer-address): Change Kurt's email address.
2303 * progmodes/octave-inf.el: Change Author and Maintainer address.
2304 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2305
7cb53373
KS
23062005-08-26 Kim F. Storm <storm@cua.dk>
2307
6fe57d11 2308 * subr.el (version-list-<, version-list-<=, version-list-=):
7cb53373
KS
2309 Renamed from integer-list-*.
2310 (version-list-not-zero): Likewise. Fix while loop.
2311 (version=): Use version-list-= instead of string-equal.
2312
db47a36e
RS
23132005-08-26 Richard M. Stallman <rms@gnu.org>
2314
2315 * outline.el (outline-promote): Try shortening the heading.
2316 As last resort, read the heading to use.
2317 (outline-demote): As last resort, read the heading to use.
2318
27024d2f
RF
23192005-08-26 Romain Francoise <romain@orebokech.com>
2320
5b317d74
RF
2321 * progmodes/compile.el (compilation-start): Doc fix.
2322
b0f9d85b
RF
2323 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2324 (antlr-font-lock-additional-keywords): Fix reference to
2325 `antlr-font-lock-literal-regexp' erroneously changed during the
2326 mass face rename.
2327 (antlr-run-tool): Use `compilation-start'.
2328
27024d2f
RF
2329 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2330 instead of the obsolete `compile-internal'.
2331
a6022f15
JB
23322005-08-26 Juanma Barranquero <lekktu@gmail.com>
2333
04ec3414
JB
2334 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2335 (number, original-date):
2336 * calendar/cal-china.el (date):
2337 * calendar/cal-coptic.el (date):
2338 * calendar/cal-french.el (date):
2339 * calendar/cal-hebrew.el (date, entry, number, original-date):
2340 * calendar/cal-islam.el (date, number, original-date):
2341 * calendar/cal-iso.el (date):
2342 * calendar/cal-julian.el (date):
2343 * calendar/cal-mayan.el (date):
2344 * calendar/cal-menu.el (date, event):
2345 * calendar/cal-persia.el (date):
2346 * calendar/lunar.el (date):
2347 * calendar/solar.el (date): Add defvars.
2348
623f1465
JB
2349 * emerge.el:
2350 * ibuffer.el:
2351 * info-xref.el:
2352 * obsolete/bg-mouse.el:
2353 * obsolete/sun-curs.el:
2354 * obsolete/swedish.el: Move the `defvar's to the top level.
2355
a6022f15
JB
2356 * smerge-mode.el (smerge-refined-change): Add :group.
2357
41796d09
SM
23582005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2361 (smerge-keep-n): Remove props.
2362 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2363 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2364 now that it's done in smerge-keep-n.
2365 (smerge-refined-change): New face.
2366 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2367 (smerge-refine): New funs.
2368 (smerge-basic-map): Bind smerge-refine.
2369
537fd670
JL
23702005-08-25 Juri Linkov <juri@jurta.org>
2371
2372 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2373 compilation-process-setup-function and compilation-disable-input
2374 in grep-mode instead of let-bindings in grep.
2375
2376 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2377 Delete "Automatic File De/compression" (auto-compression-mode).
2378
654078da
JB
23792005-08-25 Juanma Barranquero <lekktu@gmail.com>
2380
2381 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2382 Silence warning about non-existent variable.
2383
c6a816df
RS
23842005-08-25 Richard M. Stallman <rms@gnu.org>
2385
2386 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2387 Rename "Describe Key" to "Describe Key or Mouse Operation".
2388
2389 * mail/mailalias.el (build-mail-aliases): Delete comments
2390 from the contents before processing them.
2391
2392 * isearch.el (isearch-edit-string): Erase the Search prompt
2393 if user enters an empty string and there is no default.
2394
2395 * comint.el (comint-file-name-prefix): Add autoload.
2396
23972005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2398
2399 * subr.el (play-sound): Rearrange to avoid warning.
2400
822fcf5b
CD
24012005-08-25 Carsten Dominik <dominik@science.uva.nl>
2402
2403 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2404 New hook.
2405 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2406
1550ae60
SM
24072005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2410
2411 * custom.el (custom-theme-set-variables): Sort minor modes last.
2412
e9454757
VJL
24132005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2414
2415 * subr.el (version-separator, version-regexp-alist): New vars used by
2416 version comparison funs.
2417 (integer-list-<, integer-list-=, integer-list-<=)
2418 (integer-list-not-zero): New funs for integer list comparison.
2419 (version-to-list, version=, version<, version<=): New funs for version
2420 comparison.
2421
bbf40036
JB
24222005-08-24 Juanma Barranquero <lekktu@gmail.com>
2423
4add8580
JB
2424 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2425 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2426 time to silence the byte-compiler.
2427
bbf40036
JB
2428 * ibuffer.el (ibuffer-compile-make-eliding-form)
2429 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2430 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2431 so it's silly to get warnings for it).
2432 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2433 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2434 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2435 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2436 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2437 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2438 Defvar at compile time.
2439 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2440 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2441 Declare them before use.
2442
4add8580
JB
2443 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2444 (info-xref-good, info-xref-bad): Defvar at compile time.
2445
2446 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2447 Use `let*' instead of `let'.
2448
2449 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2450 (*mouse-y*, menu, char): Defvar at compile time.
2451 (sc::menu): Declare it before use.
2452 (sc::pack-one-line): Use `let', not `let*'.
2453
2454 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2455 (mail-send-hook): Defvar at compile time.
2456
2457 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2458 Defvar at compile time.
2459
2460 * term/sun-mouse.el (current-global-mousemap)
2461 (current-local-mousemap): Declare them before use.
bbf40036 2462
6cd70a8c
CD
24632005-08-24 Carsten Dominik <dominik@science.uva.nl>
2464
2465 * bookmark.el (bookmark-after-jump-hook): New hook.
2466 (bookmark-jump): Run `bookmark-after-jump-hook'.
2467
9ed779e8
JL
24682005-08-23 Juri Linkov <juri@jurta.org>
2469
2470 * faces.el (minibuffer-prompt): Doc fix.
2471
f28d4b0f
JB
24722005-08-23 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * progmodes/xscheme.el: Trivial changes to silence warnings.
2475 (xscheme-previous-mode, xscheme-previous-process-state):
2476 Add defvars.
2477 (xscheme-last-input-end, xscheme-process-command-line)
2478 (xscheme-process-name, xscheme-buffer-name)
2479 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2480 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2481 (xscheme-control-g-synchronization-p)
2482 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2483 (default-xscheme-runlight, xscheme-runlight)
2484 (xscheme-runlight-string, xscheme-process-filter-state)
2485 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2486 Move to beginning of file.
2487 (scheme-interaction-mode-commands-alist)
1550ae60
SM
2488 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2489 Declare them before use. Note: the initialization code for the variables
2490 has not been moved because it uses functions that reference the variables.
f28d4b0f
JB
2491 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2492 (xscheme-prompt-for-expression-map): Declare them before use.
2493 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2494
24952005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12d96c20 2496
1550ae60 2497 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12d96c20 2498
bac3a1c9
JL
24992005-08-22 Juri Linkov <juri@jurta.org>
2500
2501 * faces.el (set-face-underline): Delete this duplicate function
2502 and make an obsolete alias to set-face-underline-p.
2503 (set-face-underline-p): Use docstring of set-face-underline.
2504 (describe-face): Create hyperlink to parent face.
2505
2506 * info.el (Info-insert-dir): Use save-excursion around
2507 insert-buffer-substring.
2508 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2509 (Info-escape-percent): Delete function.
2510 (Info-fontify-node): Replace Info-escape-percent by
2511 replace-regexp-in-string with REP arg set to lambda that
2512 duplicates `%' and preserves text properties.
2513
2514 * progmodes/compile.el (compilation-disable-input): Doc fix.
2515 (define-compilation-mode): Doc fix and refill.
2516 (kill-compilation): Use `mode-name' in the error message.
2517 (compilation-find-file): Use `compilation-error' in the
2518 read-file-name's prompt.
2519
48d59eda
SM
25202005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2523 (smerge-auto-leave): Make undo re-enable the mode.
2524 (debug-ignored-errors): Add the user-error of impossible resolution.
2525 (smerge-resolve): Move things around a bit, in preparation for later.
2526 (smerge-diff): Don't fail if the buffer has no associated file.
2527 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2528 (smerge-conflict-overlay): New function.
2529 (smerge-match-conflict): Don't add text properties here.
2530 (smerge-find-conflict): Instead, add an overlay here.
2531 Also check for the case where we're inside a conflict already, so as to
2532 obviate the need for font-lock-multiline, which is unbearably slow with
2533 large conflicts and ciomplex font-lock patterns.
2534 (smerge-remove-props): Remove overlay rather than text-properties.
2535 (smerge-mode): Don't set font-lock-multiline.
2536 Remove overlays when turned off.
2537
0f467468
KS
25382005-08-21 Kim F. Storm <storm@cua.dk>
2539
2540 * ido.el (ido-ignore-item-p): Use save-match-data.
2541 Bind case-fold-search to ido-case-fold locally.
2542
6e86be0b
RS
25432005-08-20 Richard M. Stallman <rms@gnu.org>
2544
2545 * files.el (normal-mode): If font lock is on, turn it off and on.
2546
2547 * subr.el (replace-regexp-in-string): Doc fix.
2548
2549 * startup.el (command-line-1): Don't suppress startup screen
2550 due to existing processes.
2551
2552 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2553
2554 * progmodes/compile.el (compilation-disable-input): Default to nil.
2555
217b694f
EZ
25562005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2557
2558 * progmodes/compile.el (compilation-disable-input): New defcustom.
2559 (compilation-start): If compilation-disable-input is non-nil, send
2560 EOF to the compilation process.
2561
966e4990
EZ
25622005-08-20 Eli Zaretskii <eliz@gnu.org>
2563
2564 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2565 Run the argument of tex-shell-cd-command through
2566 convert-standard-filename, to get the correct style of slashes on
2567 Windows, and enclose the result in quotes, in case the file name
2568 includes whitespace or other special characters.
2569
6a7df22f
AS
25702005-08-19 Andreas Schwab <schwab@suse.de>
2571
2572 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2573 process.
2574
eaa12728
LT
25752005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2576
2577 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2578
8573477e
KS
25792005-08-18 Kim F. Storm <storm@cua.dk>
2580
2581 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2582
94396ace
RS
25832005-08-18 Richard M. Stallman <rms@gnu.org>
2584
2585 * scroll-lock.el: New file.
2586
dd52fff6
TTN
25872005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2588
2589 * dired.el (dired-move-to-end-of-filename):
2590 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2591
60955068
KS
25922005-08-18 Kim F. Storm <storm@cua.dk>
2593
2594 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2595 rather than toggle mode when custom value is nil.
2596 (ido-everywhere): Fix defun doc string.
2597
255a2507
RS
25982005-08-17 Richard M. Stallman <rms@gnu.org>
2599
2600 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2601 as tag instead of "Inviolable".
2602
99cb6791
KS
26032005-08-17 Kim F. Storm <storm@cua.dk>
2604
0eefa6fb
KS
2605 * windmove.el (windmove-coordinates-of-position): Remove.
2606 (windmove-coordinates-of-window-position): Remove.
2607 (windmove-reference-loc): Use posn-at-point instead.
2608
4ec9e784
KS
2609 * subr.el (insert-for-yank-1): Doc fix.
2610
99cb6791
KS
2611 * ido.el (ido-enter-matching-directory): Rename from
2612 ido-enter-single-matching-directory. Change 'slash choice to
2613 'only. Add 'first choice.
2614 (ido-exhibit): Adapt to above changes.
2615
1ee1d0ee
LT
26162005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2617
2618 * Makefile.in: Expand comment about building loaddefs.el.
2619
58d75444
NR
26202005-08-16 Nick Roberts <nickrob@snap.net.nz>
2621
1ee1d0ee 2622 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
58d75444
NR
2623 Comment use of defadvice.
2624
2625 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2626
ed8e0f0a
DN
26272005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2628
58d75444
NR
2629 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2630 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2631 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2632 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2633 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2634 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2635 for backward compatibility for faces that did not appear in the
2636 previous Emacs release.
e95e5f81 2637
8573477e 2638 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
ed8e0f0a 2639
4ccda9c3
KS
26402005-08-15 Kim F. Storm <storm@cua.dk>
2641
2642 * emulation/cua-base.el (cua-delete-region): Return t if
2643 deleted region was non-empty.
2644 (cua-replace-region): Inhibit overwrite-mode for
2645 self-insert-command if replaced region was non-empty.
2646 (cua--explicit-region-start, cua--status-string): Make them
2647 buffer-local at top-level...
2648 (cua-mode): ...rather than when mode is enabled.
2649
9e5538bc
TTN
26502005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2651
2652 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2653 Set t for Emacs 21, 22, and so on.
2654
86ae23f8
DP
26552005-08-15 David Ponce <david@dponce.com>
2656
99580cde 2657 * tree-widget.el: Update Commentary header.
86ae23f8
DP
2658 (tree-widget-theme): Doc fix.
2659 (tree-widget-space-width): New option.
2660 (tree-widget-image-properties): Look up in the default theme too.
2661 (tree-widget--cursors): Only for images with arrow pointer shape.
2662 (tree-widget-lookup-image): Pointer shape is hand by default.
48d59eda 2663 (tree-widget-icon): Rename generic icon widget from
86ae23f8
DP
2664 `tree-widget-control'.
2665 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2666 derive from `tree-widget-icon'.
2667 (tree-widget-handle): Improve default look and feel of the text
2668 representation.
2669 (tree-widget): Rename :*-control properties to :*-icon properties.
2670 Add :action and :help-echo properties.
2671 (tree-widget-after-toggle-functions): Move.
2672 (tree-widget-close-node, tree-widget-open-node): Remove.
2673 (tree-widget-before-create-icon-functions): New hook.
2674 (tree-widget-value-create): Update to allow customization of icons
2675 and nodes at run-time via that new hook.
2676 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2677 (tree-widget-icon-action, tree-widget-icon-help-echo)
2678 (tree-widget-action, tree-widget-help-echo): New functions.
2679
0781c303
KS
26802005-08-15 Kim F. Storm <storm@cua.dk>
2681
2682 * ido.el (ido-buffer-internal): Use with-no-warnings.
2683 (ido-make-merged-file-list): Use while-no-input.
2684
255a2507
RS
26852005-08-15 Richard M. Stallman <rms@gnu.org>
2686
48d59eda
SM
2687 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2688 (flyspell-large-region): Fix doc and custom type.
255a2507 2689
eda12ca3
RS
26902005-08-14 Richard M. Stallman <rms@gnu.org>
2691
0bf14bfd
RS
2692 * files.el (interpreter-mode-alist): Doc fix.
2693
2694 * mail/rmail.el (rmail-nonignored-headers): New variable.
2695 (rmail-clear-headers): Use it.
2696 (rmail-reply): Better handling of mail-followup-to header.
2697
48d59eda
SM
2698 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2699 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2700 don't try to refer to executable-font-lock-keywords.
2701 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2702 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8573477e 2703 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
ca19f3f1
AS
2704 (sh-mode): Set comment-start-skip, local-abbrev-table,
2705 imenu-case-fold-search.
0bf14bfd
RS
2706 (sh-set-shell): Don't set them here.
2707 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
ca19f3f1
AS
2708 Don't cache the results in the original alist; don't ever modify
2709 that alist.
0bf14bfd
RS
2710
2711 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2712
ca19f3f1
AS
2713 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2714 empty.
eda12ca3 2715
9e7357b0
AS
27162005-08-15 Andreas Schwab <schwab@suse.de>
2717
48d59eda 2718 * desktop.el: Put autoload cookie at risky-local-variable declarations.
498eb267 2719
9e7357b0
AS
2720 * dired.el, info.el, mail/rmail.el: Revert last change.
2721
91859276
TTN
27222005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2723
2724 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2725 modification in `eval-after-load' form.
7806e573 2726 * info.el: Likewise.
8fbee87c 2727 * mail/rmail.el: Likewise.
91859276 2728
ec08e2f4
JL
27292005-08-14 Juri Linkov <juri@jurta.org>
2730
2731 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2732 Remove highlighting of "Compilation started". Highlight only
2733 the word "finished" in "Compilation finished". Add highlighting
2734 of "interrupt", "killed", "terminated" and the exit code.
2735 (compilation-start): Add newline after header. Use exactly the
2736 same time stamp format as the finishing message.
2737 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2738
2739 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2740 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2741 Add highlighting of "interrupt", "killed", "terminated".
2742
2743 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2744 enabled and the current command is self-insert-command, call it
2745 explicitly with overwrite-mode bound to nil, to not allow it
2746 to delete the character after the selected region.
2747
c9ed8176
EZ
27482005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2749
2750 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2751 move-end-of-line, end-of-line, and beginning-of-line to the list
2752 of commands after which the echo area is updated.
2753
5cabd50e
EZ
27542005-08-12 Eli Zaretskii <eliz@gnu.org>
2755
48d59eda
SM
2756 * cus-edit.el (custom-save-all, custom-save-delete):
2757 Bind recentf-exclude to exclude custom-file.
5cabd50e 2758
a67e5425
EZ
27592005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2760
234d828a
EZ
2761 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2762 to go to the bottom of the mail message. Added to
2763 `rmail-summary-mode-map' with key "/".
2764 (rmail-summary-show-message): New (internal) function for use by
2765 both `rmail-summary-beginning/end-of-message'.
48d59eda 2766 (rmail-summary-beginning-of-message): Change to use
234d828a
EZ
2767 rmail-summary-show-message.
2768
2769 * mail/rmail.el (rmail-end-of-message): New command to go to the
2770 end of the current message. Added to `rmail-mode-map' with key "/".
48d59eda 2771 (rmail-beginning-of-message): Fix to work as documented.
234d828a
EZ
2772 (rmail-mode): Change documentation.
2773
a67e5425
EZ
2774 * progmodes/compile.el (compilation-start): Add the line
2775 "Compilation started" with compilation start time.
48d59eda 2776 (compilation-mode-font-lock-keywords): Add `started' to keywords.
a67e5425 2777
e40b86bb
LT
27782005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2779
2780 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2781 of menu items.
2782
bda2c1ff
LK
27832005-08-11 Richard M. Stallman <rms@gnu.org>
2784
6e2d14c8
RS
2785 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2786
bda2c1ff
LK
2787 * battery.el (battery-status-function): Don't use ignore-errors.
2788
27892005-08-11 Lute Kamstra <lute@gnu.org>
2790
2791 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2792 define-obsolete-variable-alias.
2793
aa6f7b96
SM
27942005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2797 (ange-ftp-send-cmd): Revert last change, and expand
2798 the comment explaining the problem.
2799
928aa821
LT
28002005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2801
2802 * ldefs-boot.el: Update.
2803
2804 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2805 item to "Time, Load and Mail". Change help echo text.
2806
2807 * time.el (display-time-use-mail-icon, display-time-format)
2808 (display-time-string-forms): Shorten first line of docstrings.
2809
e6de37c5 28102005-08-10 Lars Hansen <larsh@soem.dk>
aa6f7b96
SM
2811
2812 * desktop.el (desktop-buffer-mode-handlers):
2813 Make non-customizable. Add autoload cookie. Change initial value to
48d59eda 2814 nil; add elements in respective modules instead. Fix doc string.
e6de37c5
LH
2815 (desktop-load-file): New function.
2816 (desktop-minor-mode-handlers): New autoloaded variable.
aa6f7b96
SM
2817 (desktop-create-buffer): Call minor mode handlers.
2818 Use desktop-load-file to load major and minor mode modules prior to
e6de37c5
LH
2819 checking for a handler.
2820 (desktop-save): Don't add nil to desktop-minor-modes for minor
48d59eda 2821 modes with nil function in desktop-minor-mode-table. Don't delete
e6de37c5 2822 desktop file before rewriting it.
48d59eda 2823 (desktop-locals-to-save): Add autoload cookie. Don't make
e6de37c5
LH
2824 automatically buffer-local. Add variables column-number-mode,
2825 size-indication-mode, indent-tabs-mode,
2826 indicate-buffer-boundaries, indicate-empty-lines and
2827 show-trailing-whitespace.
2828 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2829 regexps. Don't use desktop-clear-preserve-buffers-regexp.
2830 (desktop-clear-preserve-buffers-regexp): Delete.
aa6f7b96 2831 (desktop-clear-preserve-buffers): Update initial value and docstring.
e6de37c5
LH
2832 (desktop-save-buffer): Fix doc string.
2833
2834 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2835 (hilit-chg-desktop-restore): New function.
2836 (highlight-changes-mode): Add highlight-changes-mode to
2837 desktop-locals-to-save.
2838
2839 * dired.el: Add handler to desktop-buffer-mode-handlers.
2840 (dired-restore-desktop-buffer): Remove autoload cookie.
2841 (dired-mode): Add autoload cookie.
2842
2843 * info.el: Add handler to desktop-buffer-mode-handlers.
2844 (Info-restore-desktop-buffer): Remove autoload cookie.
2845 (Info-mode): Add autoload cookie.
2846
2847 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2848 (mh-restore-desktop-buffer): Remove autoload cookie.
2849 (mh-folder-mode): Add autoload cookie.
2850
2851 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2852 (rmail-restore-desktop-buffer): Remove autoload cookie.
1ea286a7 2853
2d77d354
MY
28542005-08-11 Masatake YAMATO <jet@gyve.org>
2855
1ea286a7
LT
2856 * hexl.el (hexl-address-region):
2857 (hexl-ascii-region, hexl-font-lock-keywords):
2d77d354
MY
2858 (hexl-highlight-line-range): Use the term "region"
2859 instead of "area" for consistency with the other symbols
2860 defined in hexl.el.
2861
682591cf
LT
28622005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2863
2864 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2865 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2866 out by Juri Linkov). Add `display-battery-mode'.
2867
5ebbfd96
JL
28682005-08-09 Juri Linkov <juri@jurta.org>
2869
2870 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2871 Remove `-text' from face variable names.
2872 (compilation-error-file-name, compilation-warning-file-name)
2873 (compilation-info-file-name): Delete faces.
2874 (compilation-line-number, compilation-column-number):
2875 Remove face underlining.
2876 (compilation-message-face): Set to `underline' value by default.
2877 (compilation-error-face, compilation-warning-face)
2878 (compilation-info-face): Remove `-file-name' from face names.
2879 (compilation-error-text-face, compilation-warning-text-face)
2880 (compilation-info-text-face): Delete face variables.
2881 (compilation-text-face): Delete function.
2882
48d59eda 2883 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5ebbfd96
JL
2884 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2885 (grep-error-face): Set to `compilation-error' instead of
2886 `compilation-error-face' (which is redefined to `grep-hit-face' in
2887 grep buffers).
ca19f3f1 2888 (grep-mode-font-lock-keywords): Remove `-text' from face variable
48d59eda 2889 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5ebbfd96
JL
2890
2891 * dired-aux.el (dired-do-query-replace-regexp):
2892 Use `query-replace-read-args'.
2893
2894 * replace.el (query-replace-read-from, query-replace-read-to)
2895 (query-replace-read-args): Rename arg `string' to `prompt'.
2896
2897 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2898
8012c835
MA
28992005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2900
2901 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2902 uploading files.
2903 (ange-ftp-canonize-filename): Handle file names beginning with ~
2904 correctly.
2905
8ad8316c
JB
29062005-08-09 Juanma Barranquero <lekktu@gmail.com>
2907
2908 * textmodes/fill.el (canonically-space-region)
2909 (fill-context-prefix, fill-french-nobreak-p)
2910 (fill-delete-newlines, fill-comment-paragraph)
2911 (justify-current-line): "?\ " -> "?\s".
2912
29132005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
2914
2915 * textmodes/fill.el (fill-nonuniform-paragraphs):
2916 Improve argument/docstring consistency.
2917
e8f30180
RS
29182005-08-09 Richard M. Stallman <rms@gnu.org>
2919
e7cdb3e0
RS
2920 * textmodes/ispell.el (ispell-word): More fboundp checks.
2921
e8f30180
RS
2922 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2923 (find-file-noselect-1): Call it here, only if RAWFILE.
2924 (normal-mode): Always set some major mode.
2925 (save-some-buffers-action-alist): Change some explanation strings.
2926 (file-name-non-special): In the `quote' method, use unwind-protect.
2927
29282005-08-09 Magnus Henoch <mange@freemail.hu>
2929
e7cdb3e0 2930 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8012c835 2931 (ispell-have-aspell-dictionaries): New variable.
e7cdb3e0
RS
2932 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2933 (ispell-get-aspell-config-value): New function.
2934 (ispell-aspell-find-dictionary): New function.
2935 (ispell-aspell-add-aliases): New function.
2936 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2937 appropriate. Don't look for ispell dictionaries if we use aspell.
2938 (ispell-menu-map): Don't build a submenu of dictionaries.
8012c835 2939
61298e17
RS
29402005-08-09 Richard M. Stallman <rms@gnu.org>
2941
2942 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2943 (sql-read-passwd): Use read-passwd.
2944
2945 * progmodes/idlw-toolbar.el (idlwave-toolbar)
2946 (idlwave-toolbar-is-possible): Add defvars.
2947
2948 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2949 Avoid warnings.
2950
2951 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2952 (idlwave-system-class-info, idlwave-executive-commands-alist):
2953 Use defvar.
2954
2955 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2956
2957 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2958 Avoid warnings.
2959
2960 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2961 and content-type: headers.
2962
2963 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2964
2965 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2966 and rename some of them to be more self-explanatory.
2967
2968 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2969
2970 * startup.el (command-line-1): Implement -scriptload.
2971
2972 * replace.el (occur-engine): Initial *Occur* output not undoable.
2973
2974 * menu-bar.el (menu-bar-file-menu): Rename some menu items
2975 and improve help strings.
2976
2977 * isearch.el (isearch-repeat): When changing direction,
2978 mark search successful.
2979
2980 * ediff-init.el: Use (featurep 'xemacs).
2981
2982 * comint.el (send-invisible): Identify buffer, if not selected.
2983
2984 * align.el: Delete autoload for c-guess-basic-syntax.
2985
a165d05e
JB
29862005-08-09 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2989 Improve argument/docstring consistency. Doc fixes.
2990 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2991 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2992 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2993 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2994 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2995 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2996 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2997 Defvar at compile time.
2998
196a121b
JL
29992005-08-09 Juri Linkov <juri@jurta.org>
3000
ec08e2f4 3001 * info.el: Replace `info' with upper-case `Info' where appropriate.
196a121b
JL
3002 (info-title-1, info-title-2, info-title-3, info-title-4)
3003 (info-menu-header): Move up face definitions.
3004 (info-menu-star): Rename from `info-menu-5'.
3005 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3006 (Info-fontify-visited-nodes): Fix docstring.
3007 (Info-hide-note-references): Fix docstring.
3008 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3009 menu items in the same way as on cross-references.
3010 (info-apropos): Fix sorting order and formatting to be like in the
3011 stand-alone Info browser. Display error messages for 1 sec.
3012 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3013 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3014 from the menu bar.
3015 (Info-insert-dir): Restore point after calling
3016 `insert-buffer-substring'.
3017
48b194fd
RS
30182005-08-08 Richard M. Stallman <rms@gnu.org>
3019
3020 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3021 (recompute-lucid-menubar): Add defvars.
3022
3023 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3024
3025 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3026
aa6f7b96 3027 * net/net-utils.el (run-dig): Rename from `dig'.
48b194fd
RS
3028
3029 * play/gametree.el (gametree-mode): Use make-local-variable,
3030 not make-variable-buffer-local.
3031
3032 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3033
3034 * ansi-color.el (ansi-color-make-extent)
3035 (ansi-color-set-extent-face): Use fboundp, not functionp.
3036
3037 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3038 not make-variable-buffer-local.
3039
3040 * bookmark.el (Info-current-file): Add defvar.
3041 (bookmark-jump-noselect): Use with-no-warnings.
3042
3043 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3044
3045 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3046
3047 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3048
3049 * find-file.el (ada-procedure-start-regexp)
3050 (ada-package-start-regexp): Add defvars.
3051
3052 * info.el (Info-insert-dir): Use insert-buffer-substring.
3053
3054 * xml.el (xml-att-def-re): Add defvar.
3055
3056 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3057 calling convention.
3058
3059 * subr.el (while-no-input): Return t if there is input.
3060
98605c6f
LT
30612005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3062
3063 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3064
0c737c20
JB
30652005-08-08 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3068 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3069
30702005-08-08 Emilio C. Lopes <eclig@gmx.net>
3071
3072 * cmuscheme.el (scheme-start-file): Replace reference to
3073 `user-emacs-directory' by "~/.emacs.d/".
3074
b499789c
TTN
30752005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3076
3077 * info.el (Info-dir-remove-duplicates): Avoid case folding
3078 in loop; instead, keep downcased strings for comparison.
3079 Suggested by Helmut Eller.
3080
d2a2c17f
MA
30812005-08-07 Michael Albinus <michael.albinus@gmx.de>
3082
3083 Sync with Tramp 2.0.50.
3084
11948172 3085 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
3086 XEmacs case; not necessary anymore.
3087 (tramp-user-regexp): Allow "@" as part of user name.
3088 (tramp-handle-set-visited-file-modtime)
3089 (tramp-handle-insert-file-contents)
3090 (tramp-handle-write-region): No special handling for
3091 `last-coding-system-used, because this is done in
3092 `tramp-accept-process-output' now.
3093 (tramp-accept-process-output): New defun.
3094 (tramp-process-one-action, tramp-process-one-multi-action)
3095 (tramp-wait-for-regexp, tramp-wait-for-output)
3096 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3097 Howells <dhowells@redhat.com>.
3098 (clear-visited-file-modtime): Defadvice removed. The check for
3099 unset buffer's modtime does not need to be based on
3100 `tramp-buffer-file-attributes'. Suggested by RMS.
3101 (tramp-message): Insert "\n" if not being at beginning of line.
3102 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3103 sequence with same logic.
3104 (tramp-completion-handle-expand-file-name): Discard call of
3105 `tramp-drop-volume-letter'. It is not necessary, and there have
3106 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
aa6f7b96 3107 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
d2a2c17f
MA
3108 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3109 should always be visible.
3110 (tramp-handle-insert-directory, tramp-setup-complete)
3111 (tramp-set-process-query-on-exit-flag)
3112 (tramp-append-tramp-buffers): Pacify byte-compiler.
aa6f7b96
SM
3113 (tramp-bug): Delete non-existing variables from list.
3114 Apply `tramp-load-report-modules' as pre-hook.
3115 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3116 `shell-prompt-pattern' because of non-7bit characters.
3117 Reported by Sebastian Luque <sluque@mun.ca>.
3118 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
d2a2c17f 3119 (tramp-match-string-list): Remove function.
aa6f7b96
SM
3120 (tramp-wait-for-regexp): Remove call of that function.
3121 Suggested by Kim F. Storm <storm@cua.dk>.
d2a2c17f
MA
3122 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3123 instead of octal character code ?\600. The latter resulted in a
3124 syntax error with XEmacs.
3125
11948172 3126 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
3127 XEmacs case; not necessary anymore.
3128 (tramp-smb-handle-write-region): No special handling for
3129 `last-coding-system-used, because this is done in
3130 `tramp-accept-process-output' now.
3131 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3132
07a15941
LT
31332005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3134
48d59eda
SM
3135 * wid-edit.el (widget-choice-value-create):
3136 Unconditionally respect user choice. Set :explicit-choice back to nil
3137 when no longer needed.
ff2b1744
LT
3138 (widget-choice-action): Unconditionally respect user choice.
3139 Eliminate :explicit-choice-value.
3140
07a15941
LT
3141 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3142
3143 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3144 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3145 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3146 running new function `toggle-indicate-empty-lines'.
3147 Rename "Customize" item to "Customize fringe".
3148 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3149 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3150 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3151 Delete "Empty lines only" item.
3152 (menu-bar-showhide-fringe-ind-customize): New function.
3153 (menu-bar-showhide-fringe-ind-mixed)
3154 (menu-bar-showhide-fringe-ind-box)
3155 (menu-bar-showhide-fringe-ind-right)
3156 (menu-bar-showhide-fringe-ind-left)
3157 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3158 instead of `fringe-indicators'.
3159
44766d63 31602005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
3161
3162 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
44766d63 3163 Change the date of last update.
cb5ccc08 3164
38685583 31652005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
3166
3167 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3168 (viper-exec-yank, viper-put-back): Don't display modification msg
3169 if in the minibuffer.
3170
3171 * viper-init.el (viper-replace-overlay-cursor-color)
3172 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3173 Make variables frame local.
3174
3175 * viper-util.el (viper-append-filter-alist): Use append instead of
38685583 3176 nconc.
cb5ccc08
JB
3177
3178 * viper.el (viper-vi-state-mode-list)
3179 (viper-emacs-state-mode-list): Move help-mode and
3180 completion-list-mode from the first list to the second.
3181 (viper-mode): Docstring.
3182 (viper-go-away, viper-non-hook-settings): Don't localize
3183 minor-mode-alist in newer Emacsen. Add advice to
3184 set-cursor-color. Don't bind "\C-c\\".
3185
cb8fc40a
EZ
31862005-08-06 Emilio C. Lopes <eclig@gmx.net>
3187
3188 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3189 (scheme-macro-expand-command): New user options.
3190 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3191 (scheme-form-at-point, scheme-start-file)
3192 (scheme-interactively-start-process): New functions.
3193 (scheme-get-process): New function, extracted from `scheme-proc'.
3194 (run-scheme): Call `scheme-start-file' to get start file, and pass
3195 it to `make-comint'.
aa6f7b96
SM
3196 (switch-to-scheme, scheme-proc):
3197 Call `scheme-interactively-start-process' if no Scheme buffer/process
cb8fc40a
EZ
3198 is available.
3199
ba65be24
JL
32002005-08-06 Juri Linkov <juri@jurta.org>
3201
3202 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3203 Use `compilation-text-face', `compilation-info-text-face' and
3204 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3205 (compilation-error): New face.
3206 (compilation-error-file-name): Inherit from
3207 `compilation-error' instead of `font-lock-warning-face'.
3208 (compilation-warning-file-name): Inherit from
3209 `compilation-warning' instead of `font-lock-warning-face'.
3210 (compilation-info, compilation-error-file-name)
3211 (compilation-warning-file-name, compilation-info-file-name)
3212 (compilation-line-number, compilation-column-number): Doc fix.
3213 (compilation-error-text-face, compilation-warning-text-face)
3214 (compilation-info-text-face): New face variables.
3215 (compilation-line-face, compilation-column-face)
3216 (compilation-enter-directory-face)
3217 (compilation-leave-directory-face): Doc fix.
3218 (compilation-text-face): New function.
3219
ca19f3f1
AS
3220 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3221 instead of 1 to display binary file names as info file links.
ba65be24
JL
3222 (grep-error-face): Use `compilation-error-face' instead of
3223 `font-lock-keyword-face'.
3224 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
ca19f3f1
AS
3225 and `compilation-warning-text-face' instead of
3226 `font-lock-keyword-face'. Use `compilation-error-text-face'
3227 instead of `grep-error-face'.
ba65be24 3228
4f27bfc3
KH
32292005-08-05 Kenichi Handa <handa@m17n.org>
3230
3231 * international/code-pages.el: Add autoload cookies for all coding
3232 systems.
3233
eaf99616
LT
32342005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3235
3236 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3237
35952129
JL
32382005-08-04 Juri Linkov <juri@jurta.org>
3239
94c713b2
JL
3240 * progmodes/compile.el (compilation-mode-map):
3241 * progmodes/grep.el (grep-mode-map):
3242 Bind TAB to `compilation-next-error' and [backtab] to
3243 `compilation-previous-error'.
3244
35952129
JL
3245 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3246 matching line numbers, column numbers and their ranges with regexp
3247 matching only line numbers.
3248 (grep-context-face): New face variable.
3249 (grep-mode-font-lock-keywords): Use it.
3250
3251 * faces.el (read-face-name): Delete duplicate faces.
3252
6f08431c
JB
32532005-08-02 Juanma Barranquero <lekktu@gmail.com>
3254
6ced5724
JB
3255 * thumbs.el (thumbs-find-image): Don't make variables
3256 automatically buffer local.
3257 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3258 (thumbs-image-num): Make automatically buffer local.
3259 (thumbs-show-thumbs-list): Use `make-local-variable', not
3260 `make-variable-buffer-local'.
aa6f7b96 3261 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6ced5724 3262
6f08431c
JB
3263 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3264 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3265 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3266 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3267 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3268 (feelings-about, foullst, found, hello, history, howareyoulst)
3269 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3270 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3271 (neglst, obj, object, owner, please, problems, qlist)
3272 (random-adjective, relation, remlst, repetitive-shortness)
3273 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3274 (shortlst, something, sportslst, stallmanlst, states, subj)
3275 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3276 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3277 Defvar at compile time.
3278
6ced5724
JB
3279 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3280 not `make-variable-buffer-local'.
3281
f8a9926b
KS
32822005-08-02 Kim F. Storm <storm@cua.dk>
3283
3284 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3285 rectangle overlay in selected window.
3286
121e80cf
LT
32872005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3288
3289 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3290 instead of display group. Make `indicate-buffer-boundaries'
3291 customizable through Custom.
3292
1e5b5dc0
JB
32932005-08-01 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3296 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3297 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3298 (gdb-put-string): Fix typos in docstrings.
3299
e37a0f2d
NR
33002005-08-01 Nick Roberts <nickrob@snap.net.nz>
3301
201dc594 3302 Update copyright notices of files in progmodes directory for
aa6f7b96 3303 release of Emacs 22.1.
201dc594 3304
e37a0f2d
NR
3305 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3306
aa6f7b96
SM
3307 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3308 Don't barf if the GUD buffer has been killed.
e37a0f2d 3309
b68eddb4
KS
33102005-08-01 Kim F. Storm <storm@cua.dk>
3311
3312 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3313
01e4a4fa
SM
33142005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3315
48d59eda
SM
3316 * simple.el (next-error-follow-minor-mode):
3317 make-variable-buffer-local -> make-local-variable.
3318
3319 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3320
01e4a4fa
SM
3321 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3322 (byte-compile-form-make-variable-buffer-local): New functions to warn
3323 about misuses of make-variable-buffer-local where make-local-variable
3324 was meant.
3325
b89c5a72
JB
33262005-07-29 Juanma Barranquero <lekktu@gmail.com>
3327
f2e48473
JB
3328 * bs.el (bs-attributes-list): Doc fix.
3329 (bs): Update url-link.
3330
b89c5a72
JB
3331 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3332 (desktop-load-default): Simplify.
3333
972b8f82
JB
3334 * ibuffer.el (ibuffer-columnize-and-insert-list)
3335 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3336 (ibuffer-unmark-all, ibuffer-toggle-marks)
3337 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3338 (ibuffer-compile-make-format-form, ibuffer-format-column)
3339 (ibuffer-current-buffers-with-marks)
3340 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3341 (ibuffer): Doc fix.
3342 (ibuffer-mode): Fix typo in docstring.
3343 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3344 with `define-obsolete-variable-alias'.
3345 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3346
dfc434d0
KH
33472005-07-29 Kenichi Handa <handa@m17n.org>
3348
01e4a4fa
SM
3349 * international/mule-cmds.el (select-message-coding-system):
3350 Be sure to use LF for end-of-line. If no coding system is decided,
dfc434d0
KH
3351 return iso-8859-1-unix.
3352
92482d77
SM
33532005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3356 (ange-ftp-pending-error-line): New vars.
3357 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3358 to handle the non-fatal no-route-to-host messages.
3359 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3360
6480c508
JB
33612005-07-28 Juanma Barranquero <lekktu@gmail.com>
3362
3363 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3364 (isearch-quote-char, isearch-printing-char)
3365 (isearch-text-char-description): "?\ " -> "?\s".
3366 (isearch-lazy-highlight-cleanup)
3367 (isearch-lazy-highlight-initial-delay)
3368 (isearch-lazy-highlight-interval)
3369 (isearch-lazy-highlight-max-at-a-time)
3370 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3371 Declare with define-obsolete-*-alias macros.
3372 (isearch-forward): Fix typo in docstring.
3373 (search-invisible, search-ring-yank-pointer)
3374 (regexp-search-ring-yank-pointer): Doc fixes.
3375
3376 * recentf.el (recentf-menu-append-commands-p): Declare with
3377 `define-obsolete-variable-alias'.
3378 (recentf-max-saved-items, recentf-menu-filter)
3379 (recentf-arrange-by-rule-subfilter): Doc fixes.
3380 (recentf-menu-append-commands-flag)
3381 (recentf-initialize-file-name-history, recentf-expand-file-name)
3382 (recentf-clear-data): Fix typos in docstrings.
3383
8aa9ad9f
NR
33842005-07-28 Nick Roberts <nickrob@snap.net.nz>
3385
3386 * progmodes/gdb-ui.el: Smarten comments.
3387 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3388
4f0c9ba7
DN
33892005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3390
3391 * term/apollo.el (terminal-init-apollo): New function containing
3392 all former top level forms in the file.
3393 * term/bobcat.el (terminal-init-bobcat):
3394 * term/cygwin.el (terminal-init-cygwin):
3395 * term/iris-ansi.el (terminal-init-iris-ansi):
3396 * term/linux.el (terminal-init-linux):
3397 * term/news.el (terminal-init-news):
3398 * term/rxvt.el (terminal-init-rxvt):
3399 * term/sun.el (terminal-init-sun):
3400 * term/tvi970.el (terminal-init-tvi970):
3401 * term/vt100.el (terminal-init-vt100):
3402 * term/vt102.el (terminal-init-vt102):
3403 * term/vt125.el (terminal-init-vt125):
3404 * term/vt200.el (terminal-init-vt200):
3405 * term/vt201.el (terminal-init-vt201):
3406 * term/vt220.el (terminal-init-vt220):
3407 * term/vt240.el (terminal-init-vt240):
3408 * term/vt300.el (terminal-init-vt300):
3409 * term/vt320.el (terminal-init-vt320):
3410 * term/vt400.el (terminal-init-vt400):
3411 * term/vt420.el (terminal-init-vt420):
3412 * term/wyse50.el (terminal-init-wyse50):
3413 * term/xterm.el (terminal-init-xterm): Likewise.
3414
3415 * term/README: Describe the terminal-init-* functionality.
3416
01e4a4fa
SM
3417 * startup.el (command-line): After loading the terminal initialization
3418 file call the corresponding terminal initialization function.
4f0c9ba7 3419
3509543c
KH
34202005-07-27 Kenichi Handa <handa@m17n.org>
3421
3422 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3423 negative.
3424
01e4a4fa 3425 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2f3a9d50
KH
3426 (ps-mule-composition-prologue): Fix for the case that
3427 RelativeCompose is false.
3509543c 3428
cbfde7a0
SM
34292005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3430
a34ed813
SM
3431 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3432
cbfde7a0
SM
3433 * descr-text.el (describe-char): Handle the case where the list of
3434 chars is displayed in a separate frame.
3435 Be a bit more discriminating when looking for the char.
3436
d32ff76a
JB
34372005-07-26 Juanma Barranquero <lekktu@gmail.com>
3438
3439 * bookmark.el (bookmark-automatically-show-annotations)
3440 (bookmark-read-annotation-text-func): Doc fixes.
3441 (bookmark-save): Improve argument/docstring consistency.
3442 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3443 (bookmark-alist-from-buffer)
3444 (bookmark-upgrade-file-format-from-0)
3445 (bookmark-grok-file-format-version)
3446 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3447 (bookmark-read-annotation-mode)
3448 (bookmark-insert-current-bookmark, bookmark-jump)
3449 (bookmark-exit-hook): Fix typos in docstrings.
3450 (bookmark-exit-hooks): Define as obsolete alias.
3451 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3452 not `bookmark-exit-hooks'. Fix docstring.
3453 (bookmark-bmenu-select): "?\ " -> "?\s".
3454
34552005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5e4c9744
LT
3456
3457 * startup.el (command-line): Fix typo.
3458
5eca5ecd
RS
34592005-07-24 Richard M. Stallman <rms@gnu.org>
3460
3461 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3462 not emacs-quick-startup.
3463
ac0385c8
JB
34642005-07-24 Juanma Barranquero <lekktu@gmail.com>
3465
48ce962e
JB
3466 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3467 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3468 instead of `reb-with-current-window'.
3469 (reb-prev-match): Likewise. Also, don't move left if the search
3470 was unsuccessful.
3471 (reb-initialize-buffer): New function.
3472 (re-builder, reb-change-syntax): Use it.
3473
ac0385c8
JB
3474 * man.el (Man-goto-page): Make second argument NOERROR optional.
3475
55fb4ff7
RS
34762005-07-23 Richard M. Stallman <rms@gnu.org>
3477
3478 * man.el (Man-bgproc-sentinel): Check here for failure to find
3479 any man page in the output, and report the error here.
3480 (Man-arguments): Make it permanent local.
3481 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3482 (Man-mode): Pass t for NOERROR.
3483
ac0385c8
JB
3484 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3485 (grep-mode-font-lock-keywords):
55fb4ff7
RS
3486 Don't use compilation-...-face for messages that are not file names.
3487
3488 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3489 Don't use compilation-...-face for messages that are not file names.
3490
1050234a
JL
34912005-07-22 Juri Linkov <juri@jurta.org>
3492
1050234a
JL
3493 * startup.el (normal-splash-screen): Update menu name.
3494
3495 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3496
19292318
DN
34972005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3498
6a55dae2
DN
3499 * term/xterm.el: Load term/rxvt if the terminal is actually an
3500 rxvt terminal.
3501 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3502
19292318
DN
3503 * term/rxvt.el (function-key-map): Use substitute-key-definition
3504 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3505
3506 * term/cygwin.el: New file.
3507
80362dd2
KS
35082005-07-22 Kim F. Storm <storm@cua.dk>
3509
a34ed813
SM
3510 * image-file.el (insert-image-file, image-file-yank-handler):
3511 Fix last change to maintain a (unique) yank-handler on yanked images.
80362dd2 3512
4be27839
EZ
35132005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3514
3515 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3516 of the file size (as in "177B" for 177 bytes). This happens with
3517 "ls -lh" on FreeBSD.
3518
3dd89635
JB
35192005-07-22 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * hilit-chg.el (highlight-changes-global-initial-state)
3522 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3523 (hilit-chg-fixup, highlight-changes-mode):
3524 Fix typos in docstrings.
3525 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3526 Doc fixes.
3527
8a469c77
LT
35282005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3529
3530 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3531 mode function using `eval-after-load'.
3532
5543c8b7
KS
35332005-07-21 Kim F. Storm <storm@cua.dk>
3534
3535 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3536 included when reporting an emacs crash, and tell about the DEBUG file.
3537
3538 * image-file.el (insert-image-file): Add yank-handler.
3539 (image-file-yank-handler): Yank handler to make unique copies of
3540 images when they are yanked into a buffer next to each other.
3541
69c3280d
JB
35422005-07-21 Juanma Barranquero <lekktu@gmail.com>
3543
d6ff789c
JB
3544 * comint.el (comint-use-prompt-regexp, comint-send-input)
3545 (comint-source-default, comint-extract-string)
3546 (comint-get-source, comint-word, comint-completion)
3547 (comint-source, comint-prompt-read-only, comint-update-fence):
3548 Fix typos in docstrings.
3549 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3550 Declare with define-obsolete-*-alias macros.
3551 (comint-previous-matching-input-from-input)
3552 (comint-next-matching-input-from-input)
3553 (comint-previous-matching-input, comint-next-matching-input)
3554 (comint-forward-matching-input):
3555 Improve argument/docstring consistency.
3556
4880a274
JB
3557 * desktop.el (desktop-clear-preserve-buffers-regexp):
3558 Also preserve the *server* buffer.
3559
69c3280d
JB
3560 * simple.el (clone-indirect-buffer): Doc fix.
3561 (fixup-whitespace, just-one-space)
3562 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3563 (next-error, next-error-highlight)
3564 (next-error-highlight-no-select, next-error-last-buffer)
3565 (next-error-buffer-p, next-error-find-buffer, next-error)
3566 (previous-error, next-error-no-select, previous-error-no-select)
3567 (open-line, split-line, minibuffer-prompt-width, kill-new)
3568 (binary-overwrite-mode): Fix typos in docstrings.
3569 (set-fill-column): Fix typo in message.
3570
3571 * skeleton.el (skeleton-proxy-new): Doc fix.
3572
3573 * strokes.el (strokes-load-hook): Doc fix.
3574 (strokes-grid-resolution, strokes-get-grid-position)
3575 (strokes-renormalize-to-grid, strokes-read-stroke)
3576 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3577 (strokes-global-map): Fix typos in docstrings.
3578 (strokes-help): Doc fix. Fix help message and pass it through
3579 `substitute-command-keys'.
3580
4880a274
JB
3581 * tempo.el (tempo-insert-prompt, tempo-interactive)
3582 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3583 (tempo-insert-string-functions, tempo-local-tags)
3584 (tempo-define-template, tempo-insert-template)
3585 (tempo-insert-prompt-compat, tempo-is-user-element)
3586 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3587 Fix typos in docstrings.
3588
3589 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3590 (vcursor-key-bindings, vcursor-use-vcursor-map)
3591 (vcursor-find-window, vcursor-scroll-down)
3592 (vcursor-disable, vcursor-beginning-of-buffer)
3593 (vcursor-end-of-buffer): Fix typos in docstrings.
3594 (vcursor-relative-move, vcursor-get-char-count):
3595 Improve argument/docstring consistency.
3596
3597 * version.el: "?\ " -> "?\s".
3598
3599 * wid-edit.el (widget-default-create, widget-after-change)
3600 (widget-default-format-handler, widget-checklist-add-item)
3601 (widget-radio-add-item, widget-choose, widget-specify-secret)
3602 (widget-field-value-create, widget-field-value-get)
3603 (widget-editable-list-format-handler)
3604 (widget-editable-list-entry-create, widget-group-value-create)
3605 (widget-documentation-link-add)
3606 (widget-documentation-string-value-create): "?\ " -> "?\s".
3607 (widget-convert-text): Doc fix.
3608 (widget-narrow-to-field, widget-field-find)
3609 (widget-url-link-action, widget-emacs-library-link-action)
3610 (widget-color-notify): Fix typos in docstrings.
3611
3612 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3613 (x-select-text, set-w32-system-coding-system)
3614 (w32-add-charset-info): Fix typos in docstrings.
3615
3616 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3617 (cua-enable-cua-keys, cua-use-hyper-key)
3618 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3619 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3620
3621 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3622
3623 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3624 `defalias' instead of faking it.
3625
3626 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3627 (eshell-ls-missing, eshell-ls-dired-initial-args)
3628 (eshell-ls-use-in-dired): Fix typos in docstrings.
3629
200576f6
KS
36302005-07-20 Kim F. Storm <storm@cua.dk>
3631
3632 * emulation/cua-base.el (cua-mode): Improve doc string.
3633
3f32d6a3
JB
36342005-07-20 Juanma Barranquero <lekktu@gmail.com>
3635
a5b5bf44
JB
3636 * abbrev.el (expand-region-abbrevs): Doc fix.
3637 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3638 Improve argument/docstring consistency.
3639
3640 * arc-mode.el (archive-get-descr, archive-alternate-display):
3641 Doc fixes.
3642 (archive-l-e): Improve argument/docstring consistency.
3643 (archive-tmpdir, archive-unixdate, archive-unixtime)
3644 (archive-chmod-entry): Fix typos in docstrings.
3645 (archive-unflag, archive-unflag-backwards)
3646 (archive-unmark-all-files): "?\ " -> "?\s".
3647
3648 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3649 (Buffer-menu-not-modified, Buffer-menu-execute)
3650 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3651 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3652
3653 * composite.el (compose-string, encode-composition-rule)
3654 (compose-last-chars): Fix typos in docstrings.
3655
3f32d6a3
JB
3656 * desktop.el (desktop-enable, desktop-basefilename):
3657 Declare with `define-obsolete-variable-alias'.
3658 (desktop-internal-v2s): Don't quote keywords.
3659 (desktop-clear): "?\ " -> "?\s".
3660
a5b5bf44
JB
3661 * dired.el (dired-align-file, dired-flag-backup-files)
3662 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3663 (dired-listing-switches, dired-ls-F-marks-symlinks)
3664 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3665 (dired-directory, dired-faces, dired, dired-revert)
3666 (dired-mode, dired-summary, dired-view-file)
3667 (dired-copy-filename-as-kill, dired-delete-file)
3668 (dired-no-confirm, dired-unmark-all-marks)
3669 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3670 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3671 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3672 Fix typos in message strings.
3673
3674 * dired-x.el (virtual-dired): Declare with `defalias'.
3675 (dired-mark-unmarked-files, dired-local-variables-file)
3676 (dired-omit-here-always): Doc fix.
3677 (dired-omit-mode, dired-find-subdir)
3678 (dired-enable-local-variables, dired-clean-up-buffers-too)
3679 (dired-extra-startup, dired-mark-extension, dired-jump)
3680 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3681 (dired-smart-shell-command, dired-guess-shell-alist-user)
3682 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3683 (dired-x-bind-find-file, dired-x-submit-report):
3684 Fix typos in docstrings.
3685 (dired-mark-unmarked-files): "?\ " -> "?\s".
3686
3687 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3688
3689 * faces.el (describe-face): "?\ " -> "?\s".
3690 (read-all-face-attributes, read-face-font, modify-face)
3691 (face-attr-construct, italic): Fix typos in docstrings.
3692 (frame-update-face-colors): Declare with
3693 `define-obsolete-function-alias'.
3694
26b9ecbc
JB
3695 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3696 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3697 (magic-mode-alist, buffer-file-numbers-unique)
3698 (write-file-functions, get-free-disk-space):
3699 Fix typos in docstrings.
3700 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3701 (write-contents-hooks, write-file-hooks):
3702 Declare with `define-obsolete-variable-alias'.
3703
f33321ad
JB
3704 * forms-d2.el (arch-rj): Fix typo in docstrings.
3705 (arch-tocol): Likewise. "?\ " -> "?\s".
3706
3707 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3708 Fix typo in docstring.
3709 (set-screen-width, set-screen-height): Delete redundant info in
3710 doctrings.
3711 (new-frame, screen-height, screen-width): Declare with
3712 `define-obsolete-function-alias'.
3713 (delete-frame-hook, blink-cursor): Declare with
3714 `define-obsolete-variable-alias'.
3715
3716 * paths.el (prune-directory-list): Fix typos in docstring.
3717
3718 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3719 (cvs-prefix-get): Fix typos in docstrings.
3720
3721 * ps-print.el (ps-extend-face-list, ps-extend-face)
3722 (ps-print-background-image): Fix typos in docstrings.
3723 (ps-default-fg, ps-default-bg): Doc fixes.
3724
3725 * s-region.el (s-region-bind): Doc fix.
3726 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3727
3f32d6a3
JB
3728 * textmodes/org.el (org-table-formula-substitute-names)
3729 (org-table-get-vertical-vector): Doc fixes.
3730 (org-table-recalculate): Remove unused argument to `message'.
3731
376b811b
CD
37322005-07-19 Carsten Dominik <dominik@science.uva.nl>
3733
3f32d6a3
JB
3734 * textmodes/org.el (org-table-column-names)
3735 (org-table-column-name-regexp)
a34ed813
SM
3736 (org-table-named-field-locations): New variables.
3737 (org-archive-subtree): Protect `this-command' when calling
376b811b
CD
3738 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3739 the kill buffer.
a34ed813
SM
3740 (org-complete): Remove fixed-formula completion.
3741 (org-edit-formulas-map): New variable.
3742 (org-table-edit-formulas): New command.
3743 (org-finish-edit-formulas, org-abort-edit-formulas)
3f32d6a3 3744 (org-show-variable, org-table-get-vertical-vector): New functions.
a34ed813
SM
3745 (org-table-maybe-eval-formula): Handle `:=' fields.
3746 (org-table-get-stored-formulas, org-table-store-formulas)
3747 (org-table-get-formula, org-table-modify-formulas)
3748 (org-table-replace-in-formulas): Handle named field formulas.
3749 (org-table-get-specials): Store locations of named fields.
376b811b 3750
09ca8329
JL
37512005-07-19 Juri Linkov <juri@jurta.org>
3752
3753 * progmodes/grep.el (grep-regexp-alist)
3754 (grep-mode-font-lock-keywords, grep-process-setup):
3755 Use default GNU grep match color "01;31m" instead of "01;41m".
3756 (grep-regexp-alist, grep-mode-font-lock-keywords):
3757 Use `\\[[0-9]*m' instead of `\\[00m'.
3758 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3759 sgr_start where its handling is more important. Use the real
3760 length of sgr_start instead of constant 8.
3761 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3762 specially. Delete all remaining escape sequences.
3763 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3764 (grep-regexp-alist): Make hyperlink only for binary file name
3765 instead of the whole line.
3766 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3767 (grep-mode): Add autoload.
3768
3769 * emacs-lisp/find-func.el (find-function-regexp):
3770 Add `define-compilation-mode'.
3771
09cab23d
JL
37722005-07-19 Juri Linkov <juri@jurta.org>
3773
3774 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3775 (compare-windows-sync-string-size, compare-windows-recenter)
3776 (compare-windows-highlight, compare-windows): Add version 22.1.
3777 (compare-windows) <defface>: Inherit from lazy-highlight instead
3778 of duplicating its default value.
3779
3780 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3781 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3782
3783 * descr-text.el (describe-char): Create link buttons for `charset'
3784 and `code point'. Add the current input method name with a link
3785 button to `to input' field. Print face names of display table
3786 characters in `The display table entry is displayed by' section
3787 instead of printing face-id in the `display' field.
3788 Guess hardcoded faces and create a link button for them.
3789 Skip empty fields when calculating max-width.
3790 Treat `widget-create' specially while inserting strings from the
3791 collected field list.
3792 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3793
3794 * diff-mode.el (diff-file-header): Change foreground color from
3795 yellow to green on light backgrounds.
3796 (diff-context): Inherit from `shadow' only for color/grayscale
3797 with more than 88 colors.
3798 (diff-indicator-removed, diff-indicator-added)
3799 (diff-indicator-changed): New faces.
3800 (diff-font-lock-keywords): Use new faces. Regroup rules.
3801 Add "^---$" for `normal' diff format. Fontify `#' lines with
3802 font-lock-comment-delimiter-face and font-lock-comment-face.
3803 Add `#' to ^[^...] in the rule for `diff-context-face'.
3804
3805 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3806 a button-like box. Inherit from `highlight' on low colors.
3807 (shadow): Use shades of gray only for color/grayscale with
3808 more than 88 colors. Use green for light backgrounds with
3809 8 colors, and yellow for dark backgrounds with 8 colors.
3810
a34ed813
SM
3811 * font-lock.el (font-lock-regexp-grouping-backslash):
3812 Don't inherit from escape-glyph (use bold for all cases).
09cab23d
JL
3813
3814 * info.el (info-xref-visited): Use light foreground color `violet'
3815 for dark backgrounds instead of dark color `magenta3'.
3816 (info-title-1): Use `yellow' color for dark backgrounds.
3817
3818 * isearch.el (isearch): Use not-too-dark magenta3 instead of
3819 too-light magenta2.
3820
3821 * replace.el (match): Use slightly more light RoyalBlue3 instead
3822 of dark RoyalBlue4.
3823
3824 * wid-edit.el (widget-inactive): Inherit from `shadow'.
3825
cc8b76bf
JB
38262005-07-19 Juanma Barranquero <lekktu@gmail.com>
3827
6d9c9ad9
JB
3828 * novice.el (disabled-command-hook): Declare it with
3829 `define-obsolete-variable-alias'.
3830
cc8b76bf
JB
3831 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3832 (desktop-buffer-misc-functions, desktop-buffer-handlers)
3833 (desktop-load-default): Add release to obsolescence info.
3834 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3835 (desktop-append-buffer-args, desktop-read):
3836 Fix typos in docstrings.
3837 (desktop-kill): Fix typo in message.
3838 (desktop-save): Doc fix.
3839
acfb6f24 38402005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
cc8b76bf
JB
3841
3842 * viper-cmd.el (viper-escape-to-state): Bug fix.
3843 (viper-envelop-ESC-key): Change the definition of fast
3844 keysequence so it'll work with keyboard macros.
3845
3846 * ediff.el (ediff-patch-buffer): Change the docstring.
3847
e9b01d1f
KH
38482005-07-19 Kenichi Handa <handa@m17n.org>
3849
3850 * international/mule-cmds.el (select-safe-coding-system): Try to
3851 use an auto-coding (if any) before anything else. If the found
3852 auto-coding is invalid, show a warning message.
3853
3854 * international/mule.el (find-auto-coding): New function created
3855 by modifying the body of set-auto-coding.
3856 (set-auto-coding): Use find-auto-coding to find a coding.
3857
b4fb325f
RS
38582005-07-18 Richard M. Stallman <rms@gnu.org>
3859
3860 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3861 not isearch-mode-end-hook-error.
3862 (allout-before-change-protect): Fix error message.
3863
1bef8597
JL
38642005-07-18 Juri Linkov <juri@jurta.org>
3865
3866 * allout.el (allout-mode):
3867 * calculator.el (calculator-copy):
3868 * custom.el (custom-known-themes):
3869 * dired.el (dired-desktop-buffer-misc-data)
3870 (dired-restore-desktop-buffer):
3871 * dired-x.el (dired-omit-marker-char):
3872 * files.el (basic-save-buffer):
3873 * font-core.el (font-lock-mode):
3874 * calendar/calendar.el (calendar-goto-hebrew-date)
3875 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3876 (calendar-goto-persian-date):
3877 * language/ethio-util.el (ethio-sera-to-fidel-region):
3878 * textmodes/picture.el (picture-mode):
3879 Delete duplicate duplicate words.
3880
57cfde4d
JL
38812005-07-18 Juri Linkov <juri@jurta.org>
3882
3883 * isearch.el (isearch-mode-map): Remove key bindings for regexp
3884 chars * ? } |.
3885 (isearch-fallback): Don't call `isearch-process-search-char'.
3886 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3887 (isearch-process-search-char): Call `isearch-fallback' for regexp
3888 chars * ? } |.
3889 (isearch-return-char): Make obsolete with `make-obsolete' instead
3890 of simply documenting it as obsolete in the docstring.
3891 (isearch-fallback): Refill docstring.
3892
3893 * international/isearch-x.el
ca19f3f1
AS
3894 (isearch-process-search-multibyte-characters): Remove unneeded
3895 `concat'. Add intermediate values to `junk-hist' instead of
3896 `minibuffer-history'. Test the length of `str'.
57cfde4d 3897
d34f0136
JB
38982005-07-18 Juanma Barranquero <lekktu@gmail.com>
3899
3900 * allout.el (allout-resolve-xref): Fix typos in error strings.
3901 (allout-before-change-protect): Remove unneeded `concat'.
3902
3903 * array.el (array-mode, array-reconfigure-rows)
3904 (untabify-backward): Fix typos in docstrings.
3905 (array-reconfigure-rows): Use `insert-buffer-substring', not
3906 `insert-buffer'.
3907
3908 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
a34ed813
SM
3909 * progmodes/ada-mode.el (ada-make-body):
3910 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
d34f0136
JB
3911
3912 * dired.el (dired-log):
3913 * tar-mode.el (tar-subfile-save-buffer):
3914 * play/zone.el (zone-pgm-stress-destress):
3915 Use `insert-buffer-substring', not `insert-buffer'.
3916
e81c51f0
SJ
39172005-07-17 Simon Josefsson <jas@extundo.com>
3918
c5fb0bd6 3919 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
e81c51f0 3920
4effb112
SJ
39212005-07-16 Jose E. Marchesi <jemarch@gnu.org>
3922
c5fb0bd6
KS
3923 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3924 Add plain auth method.
3925 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4effb112 3926
4f8efafc
KS
39272005-07-17 Kim F. Storm <storm@cua.dk>
3928
f64d5328 3929 * ido.el (dired-other-window): Add ido property.
4f8efafc 3930
e41acc77
JB
39312005-07-16 Juanma Barranquero <lekktu@gmail.com>
3932
3933 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3934 Fix typo in docstring.
3935 (byte-compile-interactive-only-functions): Add `insert-buffer' and
3936 `insert-file-literally'.
3937
3938 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3939 info and delete redundant message. Doc fix.
3940 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3941 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3942
ad50a502
RS
39432005-07-16 Richard M. Stallman <rms@gnu.org>
3944
3945 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3946 (byte-compile-and): Use byte-compile-and-recursion.
3947 (byte-compile-or-recursion): New function.
3948 (byte-compile-or): Use that.
3949 (byte-compile-if): Guard the else-clause too.
3950 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4185451d
RS
3951
3952 * isearch.el (isearch-mode-end-hook-quit): New variable.
3953 (isearch-done): Bind it.
3954 (isearch-mode-end-hook): Doc fix.
3955
3956 * allout.el (allout-isearch-did-quit): Variable deleted.
3957 (allout-real-isearch-abort): Function name no longer used.
3958 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3959 (allout-isearch-rectification): isearch-mode always exists.
3960 Don't set allout-isearch-did-quit.
3961 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3962 allout-isearch-did-quit.
3963 (allout-enwrap-isearch): Just add the hook.
3964 (allout-isearch-abort): Function deleted.
3965 (allout-pre-command-business): Avoid warning.
ad50a502
RS
3966
3967 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3968 Correctly avoid warnings.
3969 (pascal-outline): Likewise.
3970
3971 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3972
3973 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3974
3975 * play/tetris.el (tetris-mode): Avoid warning.
3976
3977 * play/snake.el (snake-mode): Avoid warning.
3978
3979 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3980 (gamegrid-set-display-table): Avoid warning.
3981 (gamegrid-set-timer): Likewise.
3982 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3983 (gamegrid-add-score-with-update-game-score-1): Take FILE
3984 as argument.
3985 (gamegrid-add-score-with-update-game-score): Pass that argument.
3986 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3987
3988 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3989
3990 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3991 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3992
3993 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3994 and insert-file.
e41acc77 3995
ad50a502
RS
3996 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3997 (sc-ask): Avoid warnings.
3998
3999 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4000 (eshell-hist-initialize): Use that var the natural way.
4001
4002 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4003
a34ed813
SM
4004 * emacs-lisp/re-builder.el (reb-cook-regexp):
4005 Avoid warning calling lre-compile-string.
ad50a502
RS
4006 (reb-color-display-p): Avoid warning.
4007
4008 * calculator.el (calculator-last-input): Guard uses
4009 of event-key and key-press-event-p.
4010 (event-key, key-press-event-p): Delete definitions.
4011
4012 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
dc9c856d
RS
4013 (find-gc-source-directory, find-gc-subrs-callers)
4014 (find-gc-noreturn-list, find-gc-source-files)
4015 (find-gc-subrs-called): Vars renamed and defvar'd.
ad50a502
RS
4016
4017 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4018 (checkdoc-overlay-put, checkdoc-delete-overlay)
4019 (checkdoc-overlay-start, checkdoc-overlay-end)
e41acc77 4020 (checkdoc-mode-line-update, checkdoc-char=):
ad50a502 4021 Define such that compiler knows they are defined.
a34ed813
SM
4022 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4023 (checkdoc-read-event): Delete. Use read-event directly.
ad50a502
RS
4024
4025 * whitespace.el (whitespace-make-overlay)
4026 (whitespace-overlay-put, whitespace-delete-overlay)
4027 (whitespace-overlay-start, whitespace-overlay-end):
4028 Define such that compiler knows they are defined.
4029 (whitespace): Move conditional inside.
4030
4031 * tempo.el (tempo-insert-template): Suppress warning.
4032
4033 * ediff-diff.el (longlines-mode): Add defvar.
4034
9ebc3953
EZ
40352005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4036
4037 * server.el: Bind "C-x #" in a way that works even if C-x is
4038 redefined to a command key, not a prefix key.
4039
2e9c1c6d
EZ
40402005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4041
4042 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4043 cl-make-type-test till execution time.
4044
6bdeff3e
EZ
40452005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4046
4047 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4048 arg ARG and use it.
4049
578f8106
EZ
40502005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4051
4052 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4053
9f8a6f72
LT
40542005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4055
4056 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4057 a defcustom with two :set or :type keywords.
4058
e4b477a1
RS
40592005-07-15 Richard M. Stallman <rms@gnu.org>
4060
4061 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4062 Don't give ^M comment-end syntax.
4063
bb7e5329
NR
40642005-07-16 Nick Roberts <nickrob@snap.net.nz>
4065
9ab281f0 4066 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
bb7e5329
NR
4067 Don't consider gdbmi (gdb-mi.el has its own update functions).
4068 (gdb-var-delete): Make it work for gdbmi as well.
4069 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4070
4071 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4072 (gud-speedbar-menu-items): Correct logic for enabling items.
4073
075e33b3
KS
40742005-07-15 Kim F. Storm <storm@cua.dk>
4075
2994c5cf 4076 * ido.el: Fix commentary.
9ab281f0 4077 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
075e33b3 4078 Use with-no-warnings around ffap-guesser.
2994c5cf
KS
4079 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4080 Let bind minibuffer-completing-file-name to t.
075e33b3 4081
fea34e9f
JB
40822005-07-15 Juanma Barranquero <lekktu@gmail.com>
4083
9ab281f0
JB
4084 * startup.el (site-run-file, keyboard-type): Doc fixes.
4085 (command-line): Check for "--basic-display" argument; also for
4086 "--quick", not "--bare-bones" (which was renamed).
4087 (fancy-splash-text): Add missing item "Getting New Versions".
4088 (normal-splash-screen): Fix typos and improve consistency with
4089 `fancy-splash-text'. Update copyright year.
4090
1930e8f0
JB
4091 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4092 valid binding for `help-char'.
4093
3c8dd9b9 4094 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
fea34e9f 4095
9ea818ab
DN
40962005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4097
4098 * term.el (term-mode): Disable cua-mode for term buffers.
4099
edc8ec9f
JB
41002005-07-14 Juanma Barranquero <lekktu@gmail.com>
4101
1930e8f0
JB
4102 * add-log.el (add-log-mailing-address, change-log-merge):
4103 Doc fixes.
edc8ec9f
JB
4104 (change-log-get-method-definition): Fix typo in docstring.
4105
44016d9d
KS
41062005-07-14 Kim F. Storm <storm@cua.dk>
4107
4108 * emulation/cua-base.el:
4109 (cua--pre-command-handler-1, cua--pre-command-handler)
4110 (cua--post-command-handler-1, cua--post-command-handler):
4111 Split in two. Check (buffer local) value of cua-mode.
4112 (cua-selection-mode): New command.
4113
fd90b80c
LT
41142005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4115
4116 * custom.el (custom-initialize-safe-set)
4117 (custom-initialize-safe-default): Doc fixes.
4118
4119 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4120 and simplify :init-value again.
4121
4122 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4123 and simplify :init-value again. Delete autoload.
4124
4125 * startup.el (command-line): Use `custom-reevaluate-setting' again
4126 for tooltip-mode.
4127
9f8a6f72
LT
4128 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4129 a defcustom with two :initialize keywords.
fd90b80c 4130
a937cb39
JB
41312005-07-13 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4134 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4135 (allout-post-command-business, allout-flag-region)
4136 (isearch-reenable-font-lock, allout-yank)
4137 (allout-insert-latex-header, allout-insert-latex-trailer)
4138 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4139 (allout-latex-verb-quote): Fix typos in docstrings.
1930e8f0 4140 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
a937cb39
JB
4141 (allout-unprotected, allout-prefix-data):
4142 Improve argument/docstring consistency.
4143 (allout-chart-subtree): Fix argument spec.
4144 (allout-open-topic): Rename `use_sib_bullet' argument to
4145 `use-sib-bullet'. Doc fix.
4146
4147 * whitespace.el (whitespace-check-buffer-leading)
4148 (whitespace-check-buffer-trailing)
4149 (whitespace-check-buffer-indent)
4150 (whitespace-check-buffer-spacetab)
4151 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4152 (whitespace-check-leading-whitespace)
4153 (whitespace-check-trailing-whitespace)
4154 (whitespace-check-spacetab-whitespace)
4155 (whitespace-check-indent-whitespace)
4156 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4157 (whitespace-modes): Fix typos in docstrings.
1930e8f0 4158 (defgroup, defcustom): Doc fixes.
a937cb39
JB
4159
4160 * winner.el (winner-mode, winner-boring-buffers)
4161 (winner-pending-undo-ring): Doc fixes.
4162 (winner-ring): Remove unneeded `progn'.
4163 (winner-equal): `defsubst' it.
4164 (winner-redo): Fix message.
4165
010b9a45
KS
41662005-07-13 Kim F. Storm <storm@cua.dk>
4167
4168 * simple.el (line-move-1): Always use vertical-motion to
4169 do the last (or only) line move to ensure some movement.
4170 Undo 2005-06-23 change--don't check for overlays.
4171
c229fb15
YM
41722005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4173
4174 * term/mac-win.el (ccl-encode-mac-roman-font)
4175 (ccl-encode-mac-centraleurroman-font)
4176 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2af9d879
SM
4177 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4178 Change charset-id boundary of dimension to ?\xef.
c229fb15
YM
4179 (mac-char-fontspec-list): New constant.
4180 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4181 argument. Nil uses itself as family in font-spec. Previous
4182 behavior for nil is now provided by non-nil non-string argument.
4183 All callers changed. Add font-specs for Mac fonts to
4184 "fontset-default" unless iso8859-1 fonts are installed.
4185
69d05d83
SM
41862005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4189 a continuation line if the \ is preceded by SPC or TAB.
4190 (sh-get-indent-info): Simplify.
4191 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4192 Use with-current-buffer.
4193
4194 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4195 when the matched text is empty.
4196
d8a9fbf0
LT
41972005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4198
4199 * startup.el (command-line): Revert to previous handling of
4200 tooltip-mode. Explain in comment why the complexity is needed.
4201
4202 * tooltip.el (tooltip-mode): Revert to previous implementation of
4203 its defcustom.
4204
4205 * frame.el (blink-cursor-mode): Revert to previous implementation
f3eb269f 4206 of its defcustom. Update comment.
d8a9fbf0 4207
70f35cb1
LH
42082005-07-12 Lars Hansen <larsh@soem.dk>
4209
4210 * desktop.el: Update e-mail address.
4211
c37efb7a
YM
42122005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4213
4214 * term/mac-win.el (mac-services-mail-selection)
4215 (mac-services-mail-to): New functions.
4216 (mac-application-menu-map): Bind them.
4217
7ea9de71
NR
42182005-07-12 wulei <milton@wulei.net> (tiny change)
4219
4220 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4221
350ecc49
LT
42222005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4223
4224 * custom.el (custom-reevaluate-setting): Doc fix.
4225
ea6bc45d
JB
42262005-07-11 Jay Belanger <belanger@truman.edu>
4227
4228 * calc/calc.el (calc-embedded-announce-formula-alist)
4229 (calc-embedded-open-close-plain-alist)
69d05d83 4230 (calc-embedded-open-close-mode-alist): Add checks for additional
a937cb39 4231 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
ea6bc45d 4232
ba2c4279
JB
42332005-07-11 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * custom.el (custom-enable-theme): Don't add theme to
4236 `custom-enabled-themes' with `push' because there is no
4237 setf-method for `delq'.
4238
3cc9e6d8
RS
42392005-07-11 Richard M. Stallman <rms@gnu.org>
4240
8989771d
RS
4241 * custom.el (custom-declare-variable): Doc fix.
4242
5176af43
RS
4243 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4244 from the alists.
4245
3cc9e6d8
RS
4246 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4247 Do nothing if edebug-active.
4248
4249 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4250 (edebug-display): Do it here instead.
4251
42522005-07-10 Richard M. Stallman <rms@gnu.org>
4253
4254 * cus-face.el (custom-theme-set-faces): Make it work.
4255 (custom-reset-faces): Doc fix.
4256 (custom-theme-reset-internal-face, custom-theme-face-value):
4257 Functions deleted.
4258
4259 * custom.el (custom-push-theme): Maintain list of the settings
4260 of a given theme in its theme-settings property.
4261 Maintain position of old settings in the theme-value
4262 or theme-face property.
4263 (custom-enabled-themes): New variable.
4264 (custom-theme-enabled-p): New function.
4265 (provide-theme): Update custom-enabled-themes.
4266 Disable and reenable the `user' theme.
4267 (require-theme): Doc fix.
4268 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4269 (custom-theme-value, custom-theme-variable-value): Likewise.
4270 (custom-theme-reset-internal): Likewise.
4271 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4272 (custom-enable-theme, custom-disable-theme): New functions.
4273 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4274 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4275 (custom-theme-reset-variables): Simplify.
4276 (deftheme, custom-declare-theme, custom-make-theme-feature):
4277 Definitions moved.
4278
1a3b7cd5
RS
42792005-07-10 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * longlines.el (longlines-show-region)
4282 (longlines-unshow-hard-newlines): Recognize hard newlines by
4283 non-nil hard property, instead of t.
4284
8ea74b0e 42852005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4ff7373a
KS
4286
4287 * viper-cmd.el (viper--key-maps): New variable.
4288 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8ea74b0e 4289 emulation-mode-map-alists.
4ff7373a
KS
4290 (viper-envelop-ESC-key): Use viper-subseq.
4291 (viper-search-forward/backward/next): Disable debug-on-error.
4292
4293 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4294 (viper-ESC-key): New defcustoms.
4295
4296 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4297
4298 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4299 (viper-subseq): Copy of subseq from cl.el.
4300
4301 * viper.el (viper-go-away, viper-set-hooks): Use
8ea74b0e 4302 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4ff7373a
KS
4303
4304 * viper-mous.el (viper-current-frame-saved): Use defvar.
4305
4306 * viper-init.el: Get rid of -face in face names.
4307
4308 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8ea74b0e 4309 Make it work with longlines mode
4ff7373a
KS
4310
4311 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4312
4313 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4314
99580cde 4315 * ediff-init.el: Get rid of -face in face names.
4ff7373a 4316
e2dacaac
RS
43172005-07-10 Richard M. Stallman <rms@gnu.org>
4318
4319 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4320 and with-timeout-unsuspend.
4321
4322 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4323 and with-timeout-unsuspend.
4324
4325 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4326 (with-timeout): Bind that variable to record timers.
4327 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4328
4329 * emacs-lisp/debug.el (debug-help-follow): New function.
4330 (debugger-mode-map): Use that instead of help-follow.
4331 (debugger-setup-buffer): Use eval-buffer-list
4332 to handle eval-buffer frames.
4333
43342005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4335
69d05d83 4336 * timezone.el (timezone-parse-date): Change first regexp
e2dacaac
RS
4337 so it will not mistakenly match dates with no time zone.
4338
43392005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4340
4341 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4342
72df78c9
LT
43432005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4344
0a2eeb92
LT
4345 * custom.el (custom-initialize-safe-set)
4346 (custom-initialize-safe-default): New functions.
4347
4348 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4349 and simplify :init-value.
4350
4351 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4352 and simplify :init-value. Delete obsolete comment.
4353
4354 * startup.el (command-line): Use `custom-reevaluate-setting' to
4355 handle `tooltip-mode'. Delete obsolete comment.
4356
72df78c9
LT
4357 * files.el (set-visited-file-name): Avoid calling
4358 `file-name-nondirectory' with a nil argument.
4359
e2dacaac
RS
43602005-07-09 Richard M. Stallman <rms@gnu.org>
4361
4362 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4363 was called with nil for the buffer, handle the read position right.
4364 Handle read position for eval-region, too.
4365
4a65d2b3
JL
43662005-07-09 Juri Linkov <juri@jurta.org>
4367
4368 * fringe.el (fringe-mode): Add period in docstring.
4369 (fringe-query-style): Build prompt depending on `all-frames' arg.
4370
4371 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4372 to not create links to unrelated functions in the Help buffer.
4373
4374 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4375 Doc fix.
4376
4377 * simple.el (next-error-hook): New variable.
4378 (next-error): Use it. Doc fix.
4379
4380 * textmodes/ispell.el (ispell-command-loop): Add current
4381 dictionary name and program name to mode-line-format.
4382 (ispell-region, ispell-process-line): Add current dictionary name
4383 and program name to messages.
4384
31f3c79b
JB
43852005-07-08 Jay Belanger <belanger@truman.edu>
4386
4387 * calc/calc.el (calc-embedded-announce-formula-alist)
4388 (calc-embedded-open-close-formula-alist)
4389 (calc-embedded-open-close-word-alist)
4390 (calc-embedded-open-close-plain-alist)
4391 (calc-embedded-open-close-new-formula-alist)
4392 (calc-embedded-open-close-mode-alist)
4393 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4394 (calc-embedded-mode-hook): New variables.
4395
4396 * calc/calc-embed.el (calc-embedded-firsttime)
4397 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4398 New variables.
4399 (calc-do-embedded): Use calc-embedded-firsttime,
4400 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4401 determine whether or not to run hooks.
4402 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4403 calc-embedded-firsttime-formula appropriately.
4404 Set calc-embedded delimiter variables according to mode.
4405
917e0c95
RS
44062005-07-08 Richard M. Stallman <rms@gnu.org>
4407
4408 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4409 Check for "emacs", etc., as entire symbol, not just as word.
4410 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4411
4412 * files.el (set-visited-file-name): Report the error
4413 for "empty filename" earlier.
4414 (kill-some-buffers): Ignore buffers already dead.
4415
4416 * fringe.el (fringe-mode): Doc fix.
4417
4418 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4419 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4420 Use unwind-protect to ensure byte-compile-unresolved-functions
4421 is updated.
4422
4423 * whitespace.el (whitespace-buffer-leading-cleanup):
4424 Simplify w/ skip-chars-forward.
4425 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4426
4427 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4428 Unconditionally try to leave point at the same old place.
4429
8774406b
EZ
44302005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4431
4432 * comint.el (comint-postoutput-scroll-to-bottom)
69d05d83 4433 (comint-show-maximum-output): Take scroll-margin into consideration.
8774406b 4434
c380c937
KS
44352005-07-08 Kim F. Storm <storm@cua.dk>
4436
3aaa5e26
KS
4437 * ido.el (ido-use-filename-at-point): New choice `guess'.
4438 (ido-file-internal): Try ffap-guesser if selected.
4439
c380c937
KS
4440 * ido.el (ido-before-fallback-functions): New hook.
4441 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4442 (ido-read-file-name): Run it.
4443
2af9d879
SM
44442005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4447 strings rather than a list of symbols to the completion function.
4448
f3414bd4
JB
44492005-07-07 Jay Belanger <belanger@truman.edu>
4450
9ab281f0 4451 * calc/calc-units.el (math-apply-units): Change the places in
f3414bd4
JB
4452 which units are simplified.
4453
a1306094
LT
44542005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4455
4456 * cus-edit.el (customize-option, customize-option-other-window):
4457 Make them handle aliases.
4458
4459 * custom.el (custom-variable-p): Make it recursively follow
4460 aliases. Mention that in the docstring.
4461
bc4c8456
RS
44622005-07-07 Richard M. Stallman <rms@gnu.org>
4463
4464 * cus-start.el (exec-path): Use `directory' instead of `file'.
b713c813 4465 Fix tag for nil.
bc4c8456 4466
a653724b
JB
44672005-07-07 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4470 when called non-interactively. Doc fix.
4471
9d42fe6f
LK
44722005-07-07 Lute Kamstra <lute@gnu.org>
4473
4474 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4475 new address as well.
4476
43b557d5
KH
44772005-07-07 Kenichi Handa <handa@m17n.org>
4478
69d05d83
SM
4479 * international/mule.el (make-coding-system):
4480 Describe `ascii-incompatible' property in the docstring.
43b557d5
KH
4481 (set-file-name-coding-system): Signal an error if coding-system is
4482 ascii-incompatible.
4483 (set-keyboard-coding-system): Likewise.
4484
a653724b
JB
4485 * international/mule-cmds.el (set-default-coding-systems):
4486 Don't set default-file-name-coding-system and
69d05d83 4487 default-keyboard-coding-system if coding-system is ASCII-incompatible.
43b557d5
KH
4488
4489 * international/utf-16.el: Declare that all UTF-16-based coding
a653724b 4490 systems are ASCII-incompatible.
43b557d5 4491
811ade5c
NR
44922005-07-07 Nick Roberts <nickrob@snap.net.nz>
4493
4494 * progmodes/gud.el: Require font-lock for displaying errors.
4495 Used by gdb-ui.el.
4496
ed6773fa
JB
44972005-07-07 Juanma Barranquero <lekktu@gmail.com>
4498
4499 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4500 values for the pattern lists which are `read'able but not
4501 `append'able (like symbols).
4502
7ea8834e
RS
45032005-07-06 Richard M. Stallman <rms@gnu.org>
4504
4505 * progmodes/flymake.el (flymake-float-time): Instead of
4506 with-no-warnings, test for xemacs.
4507 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4508 to avoid warning.
4509
d25dfeed
JB
45102005-07-06 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4513
68003d6b 45142005-07-05 Lute Kamstra <lute@gnu.org>
71d21198
LK
4515
4516 * battery.el: Add support for Darwin (with much debugging help
4517 from Samuel Lauber <sam124@operamail.com>).
4518 (battery-status-function, battery-echo-area-format)
4519 (battery-mode-line-format): Add support for pmset on Darwin.
4520 (battery-load-low, battery-load-critical): New user options.
4521 (battery-pmset): New function.
4522
68003d6b
LK
45232005-07-05 Lute Kamstra <lute@gnu.org>
4524
4525 Update FSF's address in GPL notices.
4526
4527 * textmodes/page-ext.el: Update FSF's address.
4528
c13ce396
SM
45292005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4532 filling from using prefix when filling a single-line docstring.
4533
4534 * progmodes/flymake.el: Remove useless eval-when-compile.
4535
4536 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4537
4af33176
RS
45382005-07-04 Richard M. Stallman <rms@gnu.org>
4539
4540 * textmodes/org.el (org-file-apps-defaults-gnu):
c13ce396 4541 Rename from org-file-apps-defaults-linux.
4af33176
RS
4542 (org-default-apps): Don't test system-type for `linux'.
4543 (org-file-apps): Doc fix.
4544
6ea54413
DP
45452005-07-04 David Ponce <david@dponce.com>
4546
4547 * tree-widget.el: Improve header Commentary section.
4548 (tree-widget) [defgroup]
4549 (tree-widget-image-enable, tree-widget-themes-directory)
4550 (tree-widget-theme, tree-widget-image-properties-emacs)
4551 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4552 (tree-widget-image-formats, tree-widget-control)
4553 (tree-widget-empty-control, tree-widget-leaf-control
4554 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4555 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4556 (tree-widget-keep, tree-widget-after-toggle-functions)
4557 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4558 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4559 :help-echo message.
4560 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4561 (tree-widget-image-properties): Doc fix. Clearer implementation.
4562 (tree-widget--cursors): New constant.
4563 (tree-widget-lookup-image): New function split from
4564 `tree-widget-find-image'. Clearer implementation.
4565 (tree-widget-find-image): Use it.
4566 (tree-widget-button-keymap): Use `set-keymap-parent'.
4567 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4568 Define the sub-widgets here.
4569 (tree-widget-node): Check that :node is not a tree-widget.
4570 (tree-widget-get-super, tree-widget-open-control)
4571 (tree-widget-close-control, tree-widget-empty-control)
4572 (tree-widget-leaf-control, tree-widget-guide)
4573 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4574 (tree-widget-no-handle, tree-widget-value-delete)
4575 (tree-widget-map): Remove.
4576 (tree-widget-children-value-save): Doc fix. Simplified.
4577 (tree-widget-value-create): Update according to previous changes.
4578
576ae47a
CD
45792005-07-04 Carsten Dominik <dominik@science.uva.nl>
4580
4581 * textmodes/org.el: Leading space replaced by TABS.
4582 (org-recalc-marks, org-table-rotate-recalc-marks)
4583 (org-table-get-specials): Treat "^" and "_" marks.
4584 (org-table-justify-field-maybe): Optional argument NEW.
c13ce396
SM
4585 (org-table-eval-formula): Parsing of the format simplified.
4586 New modes C,I. Honor the %= parameter in the current table.
4587 Avoid unnecessary re-align by using the NEW argument to
576ae47a 4588 `org-table-justify-field-maybe'.
c13ce396
SM
4589 (org-calc-default-modes): Default for date-format mimicks org-mode.
4590 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
576ae47a 4591
29a05cd1
LT
45922005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4593
4594 * cus-face.el (custom-theme-set-faces): Make it handle face
4595 aliases whose alias declarations are pre- or autoloaded.
4596
45cbf2fe
JL
45972005-07-04 Juri Linkov <juri@jurta.org>
4598
4599 * faces.el (read-face-name): Put the code for getting a face name
4600 from the buffer before adding the faces from the `face' property.
4601 Use `completing-read-multiple' instead of `completing-read'.
4602 Require `crm'. Add default value and post-process the returned
4603 list of faces.
4604
4605 * emacs-lisp/crm.el (crm-find-current-element)
4606 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4607
4608 * emacs-lisp/lisp-mode.el (eval-defun-1):
4609 * emacs-lisp/edebug.el (edebug-eval-defun):
4610 Remove unnecessary quotes.
4611
ec0421f3
JB
46122005-07-04 Juanma Barranquero <lekktu@gmail.com>
4613
c6c5714e
JB
4614 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4615 (prolog-indent-level): Fix typo in docstring.
4616
4617 * info.el (Info-history, Info-history-forward)
4618 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4619
6db8cbf5
JB
4620 * add-log.el (add-change-log-entry):
4621 * comint.el (comint-dynamic-list-input-ring)
4622 (comint-dynamic-list-completions):
4623 * dabbrev.el (dabbrev-expand):
4624 * delim-col.el (delimit-columns-rectangle-line):
4625 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4626 (diff-unified->context):
4627 * ediff-init.el (ediff-abbrev-jobname):
4628 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4629 (ediff-replace-session-activity-marker-in-meta-buffer):
4630 * info.el (Info-summary):
4631 * lpr.el (printify-region):
4632 * printing.el (pr-create-interface):
4633 * ps-print.el (ps-print-quote):
4634 * ses.el (ses-column-widths, ses-print-cell)
4635 (ses-adjust-print-width, ses-center):
4636 * shell.el (shell-file-name-quote-list):
4637 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4638 (strokes-fill-current-buffer-with-whitespace)
4639 (strokes-xpm-for-stroke, strokes-list-strokes)
4640 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4641 * term.el (term-dynamic-list-input-ring)
4642 (term-dynamic-list-completions):
4643 * calc/calc.el (math-format-stack-value):
4644 * emacs-lisp/edebug.el (edebug-display-freq-count):
4645 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4646 (delphi-new-comment-line):
4647 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4648 * progmodes/executable.el (executable-set-magic):
4649 * progmodes/python.el (inferior-python-mode):
4650 * progmodes/scheme.el (scheme-mode-syntax-table):
4651 * progmodes/sh-script.el (sh-maybe-here-document):
4652 * progmodes/sql.el (sql-copy-column):
4653 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4654 * textmodes/bibtex.el (bibtex-mode):
4655 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4656 (sgml-auto-attributes):
4657 * textmodes/table.el (table-insert, table-shorten-cell)
4658 (table--generate-source-scan-lines, table-delete-row)
4659 (*table--cell-delete-char, table--spacify-frame)
4660 (table--horizontally-shift-above-and-below)
4661 (table--cell-insert-char, table--cell-blank-str)
4662 (table--fill-region-strictly):
4663 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4664 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4665
4666 * add-log.el (change-log):
4667 * apropos.el (apropos):
4668 * comint.el (comint-completion, comint-source):
4669 * dabbrev.el (dabbrev):
4670 * delim-col.el (columns):
4671 * diff-mode.el (diff-mode):
4672 * ediff.el (ediff):
4673 * ediff-diff.el (ediff-diff):
4674 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4675 * ediff-mult.el (ediff-mult):
4676 * ediff-ptch.el (ediff-ptch):
4677 * ediff-wind.el (ediff-window):
4678 * facemenu.el (facemenu):
4679 * indent.el (indent):
4680 * info.el (info):
4681 * jka-cmpr-hook.el (compression, jka-compr):
4682 * lpr.el (lpr):
4683 * outline.el (outlines):
4684 * pcmpl-cvs.el (pcmpl-cvs):
4685 * pcmpl-rpm.el (pcmpl-rpm):
4686 * printing.el (printing):
4687 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4688 (ps-print-vertical, ps-print-headers, ps-print-font)
4689 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4690 (ps-print-background, ps-print-printer, ps-print-page)
4691 (ps-print-miscellany):
4692 * ses.el (ses):
4693 * shell.el (shell, shell-directories, shell-faces):
4694 * startup.el (initialization):
4695 * strokes.el (strokes):
4696 * term.el (term):
4697 * uniquify.el (uniquify):
4698 * w32-vars.el (w32):
4699 * calc/calc.el (calc):
4700 * emacs-lisp/bytecomp.el (bytecomp):
4701 * emacs-lisp/cl-indent.el (lisp-indent):
4702 * emacs-lisp/edebug.el (edebug):
4703 * emacs-lisp/elp.el (elp):
4704 * emacs-lisp/testcover.el (testcover):
4705 * emacs-lisp/trace.el (trace):
4706 * emulation/viper-ex.el (viper-ex):
4707 * emulation/viper-mous.el (viper-mouse):
4708 * mail/mailalias.el (mailalias):
4709 * mail/supercite.el (supercite, supercite-frames)
4710 (supercite-attr, supercite-cite, supercite-hooks):
4711 * net/rcompile.el (remote-compile):
4712 * net/rlogin.el (rlogin):
4713 * obsolete/ooutline.el (outlines):
4714 * progmodes/delphi.el (delphi):
4715 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4716 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4717 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4718 (ebnf-optimization):
4719 * progmodes/etags.el (etags):
4720 * progmodes/executable.el (executable):
4721 * progmodes/idlwave.el (idlwave):
4722 * progmodes/pascal.el (pascal):
4723 * progmodes/prolog.el (prolog):
4724 * progmodes/python.el (python):
4725 * progmodes/scheme.el (scheme):
4726 * progmodes/sh-script.el (sh, sh-script):
4727 * progmodes/sql.el (SQL):
4728 * progmodes/tcl.el (tcl):
4729 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4730 * textmodes/enriched.el (enriched):
4731 * textmodes/makeinfo.el (makeinfo):
4732 * textmodes/sgml-mode.el (sgml):
4733 * textmodes/table.el (table-hooks):
4734 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4735 * textmodes/texinfo.el (texinfo):
4736 * textmodes/two-column.el (two-column):
4737 Finish `defgroup' description with period.
59fda2fa 4738
ec0421f3 4739 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6db8cbf5 4740 * eshell/esh-var.el (eshell-var):
bc25429a 4741 * progmodes/vhdl-mode.el (vhdl-testbench):
6db8cbf5
JB
4742 * textmodes/org.el (org): Fix typos in docstrings.
4743
4744 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4745 consistency.
ec0421f3
JB
4746
4747 * progmodes/flymake.el (flymake-find-file): Remove.
4748 (flymake-float-time): Use `with-no-warnings'.
4749 (flymake-check-start-time, flymake-check-was-interrupted)
4750 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4751 (flymake-new-err-info): `defvar' at compile time.
4752
47532005-07-03 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * replace.el (occur-hook): Doc fix.
4756 (occur-1): Don't call `occur-hook' if there are no matches.
4757
3d393029
RS
47582005-07-03 Richard M. Stallman <rms@gnu.org>
4759
f24cd32e
RS
4760 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4761 global-map, save the same map.
4762 (global-map): Don't alter it at top level.
4763 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4764 Then alter it here instead.
4765 (tpu-edt-off): Set global-map to the saved one.
4766
4767 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4768 All references simplified.
c13ce396 4769 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7fe48b75
RS
4770 (zmacs-regions): Add defvar.
4771 (repeat-complex-command-map): Everything about that deleted.
f24cd32e 4772
3d393029
RS
4773 * textmodes/artist.el (artist-key-is-drawing)
4774 (artist-key-endpoint1, artist-key-poly-point-list)
4775 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4776 (artist-key-compl-table, artist-rb-save-data)
4777 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4778 Don't put them in eval-when-compile.
4779 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4780
4781 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4782 Use with-no-warnings.
4783
4784 * net/browse-url.el (dos-windows-version): Add defvar.
4785
4786 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4787
4788 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4789 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
c13ce396 4790 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3d393029
RS
4791 Add defvar.
4792 (rmail-summary-beginning-of-message): Use with-no-warnings.
4793 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4794
4795 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4796 Use with-no-warnings.
4797
4798 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4799 (c-mark-function): Add point-moving-unit property.
4800 (vi-goto-line): Use with-no-warnings.
4801
4802 * emulation/edt.el (edt-last-copied-word): Add defvar.
4803 (zmacs-region-stays): Likewise.
4804 (edt-mark-section-wisely): Use c-mark-function for C.
4805 Use makr-defun for Fortran.
4806 (time-string): defvar deleted.
4807 (edt-display-the-time): Don't set time-string.
4808
4809 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4810
4811 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4812 Don't warn when name is not constant
4813 or for defining the group `emacs'.
4814
4815 * tooltip.el (gud-tooltip-mode): Add defvar.
4816
4817 * startup.el (default-frame-background-mode): Add defvar.
4818
4819 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4820
4821 * info.el (tool-bar-map): Add defvar.
4822
4823 * dired.el (dnd-protocol-alist): Add defvar.
4824
4825 * dired-aux.el (dired-query): Display question with answer, when
4826 the user answers.
4827
4828 * custom.el (custom-add-option): Doc fix.
4829
4830 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4831
112abe24
EZ
48322005-07-03 Eli Zaretskii <eliz@gnu.org>
4833
4834 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4835 bogus name from the last change.
4836
e1db6c78
LT
48372005-07-02 Luc Teirlinck <teirllm@auburn.edu>
4838
4839 * custom.el (custom-declare-variable): Fix typos in comment.
4840 (custom-known-themes): Doc fix.
4841 (custom-theme-directory): New defcustom.
4842 (require-theme): Make it check `custom-theme-directory'.
4843
4844 * cus-theme.el (custom-new-theme-mode): New function.
4845 (custom-theme-name, custom-theme-variables, custom-theme-faces)
4846 (custom-theme-description): Add compiler defvars.
4847 (customize-create-theme): Add doc to the "*New Custom Theme*"
4848 buffer. Use `custom-new-theme-mode'.
4849 (custom-theme-write): Put the created buffer in emacs-lisp-mode
4850 and save it to the `custom-theme-directory'. Make this the
4851 default directory of the buffer.
4852
ec0421f3 48532005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
bd6a83d5 4854
ec0421f3
JB
4855 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4856 Fix unbalanced parentheses.
bd6a83d5 4857
1953295b
SM
48582005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4861 into flymake-mode and delegate to flymake-mode.
4862
4863 * find-file.el (ff-which-function-are-we-in): Clean up.
4864
1324d580
JB
48652005-07-02 Juanma Barranquero <lekktu@gmail.com>
4866
b1f71b43
JB
4867 * replace.el (occur-rename-buffer): Fix docstring.
4868
1324d580
JB
4869 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4870 (edt-last-copied-word, edt-learn-macro-count)
4871 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4872 (edt-rect-start-point, edt-user-global-map, rect-start-point)
4873 (time-string, zmacs-region-stays):
4874 * emulation/edt-mapper.el (edt-save-function-key-map)
4875 (EDT-key-name): `defvar' to silence the byte-compiler.
4876
d6951bb4
EZ
48772005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
4878
4879 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4880 font-lock-regexp-backslash. Doc fix.
4881 (font-lock-regexp-backslash-grouping-construct): Rename from
4882 font-lock-regexp-backslash-construct. Doc fix.
588c0770 4883 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
d6951bb4
EZ
4884 grouping constructs.
4885
014b37b6
EZ
48862005-07-02 Eli Zaretskii <eliz@gnu.org>
4887
4888 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4889 updating all the prerequisites.
4890
64f72ae1
JB
48912005-07-01 Juanma Barranquero <lekktu@gmail.com>
4892
4893 * textmodes/org.el (org-agenda-start-on-weekday)
4894 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4895 (org-agenda-use-time-grid, org-archive-location)
4896 (org-allow-space-in-links, org-usenet-links-prefer-google)
4897 (org-enable-table-editor, org-export-default-language)
4898 (org-export-html-show-new-buffer, org-fill-paragraph)
4899 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4900 (org-goto-quit, org-occur, org-eval-in-calendar)
4901 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4902 (org-agenda-diary-entry, org-remember-help)
4903 (org-table-convert-region, org-at-table-p)
4904 (org-table-move-row-down, org-table-move-row-up)
4905 (org-table-copy-region, org-table-toggle-vline-visibility)
4906 (org-table-get-stored-formulas, org-table-get-specials)
4907 (org-recalc-commands, org-table-eval-formula)
4908 (org-table-formula-substitute-names, orgtbl-make-binding)
4909 (org-format-org-table-html, org-format-table-table-html)
4910 (org-format-table-table-html-using-table-generate-source)
4911 (org-customize): Fix typos in docstrings.
4912 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4913 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4914 (org-back-to-heading): Doc fixes.
4915 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4916 (org-agenda-change-all-lines, org-get-header):
4917 Improve argument/docstring consistency.
4918 (orgtbl-error): Fix error message.
4919
4920 * progmodes/flymake.el (flymake-find-possible-master-files)
4921 (flymake-master-file-compare, flymake-get-line-err-count)
4922 (flymake-highlight-line, flymake-gui-warnings-enabled):
4923 Fix typos in docstrings.
4924 (flymake-parse-line, flymake-get-project-include-dirs-function)
4925 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4926 Doc fixes.
4927 (flymake-get-project-include-dirs-function)
4928 (flymake-make-err-menu-data):
4929 Improve argument/docstring consistency.
4930
b97c98ad
LK
49312005-07-01 Lute Kamstra <lute@gnu.org>
4932
12d6b124
LK
4933 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4934 Catch errors with ignore-errors. Use temporary buffer.
4935 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
4936
b97c98ad
LK
4937 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4938 background color faces.
1953295b
SM
4939 (facemenu-set-foreground, facemenu-set-background):
4940 Use facemenu-set-face-from-menu.
b97c98ad
LK
4941 (facemenu-set-face-from-menu): Treat face names that start with
4942 "fg:" or "bg:" as special.
4943 (facemenu-add-new-color): Don't create faces. Simplify.
4944
11bc6e51
RS
49452005-06-30 Richard M. Stallman <rms@gnu.org>
4946
4947 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4948 (crm-find-current-element): Likewise.
4949
49502005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
4951
1953295b 4952 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11bc6e51 4953
01bf52cb
SM
49542005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * arc-mode.el (archive-extract): Make it work as a mouse binding.
4957 (archive-mouse-extract): Make it an obsolete alias.
4958 (archive-mode-map): Don't use archive-mouse-extract any more.
4959 (archive-mode, archive-extract): write-contents-hooks ->
4960 write-contents-functions.
4961 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4962 first arg.
4963 (archive-rename-entry): Update the call.
4964 (archive-zip-summarize): Remove unused var `method'.
4965 (archive-lzh-summarize): Remove unused var `creator'.
4966
1953295b
SM
4967 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4968 dedicated frame upon exit.
01bf52cb
SM
4969
4970 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4971 (archive-zip-extract, archive-zip-expunge)
4972 (archive-zip-update, archive-zip-update-case): Use executable-find.
4973 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4974 Use restore-buffer-modified-p.
4975 (archive-extract, archive-add-new-member, archive-write-file-member):
4976 Use with-current-buffer.
4977 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4978
0a0157ba
AS
49792005-06-30 Andreas Schwab <schwab@suse.de>
4980
4981 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4982
5026b8ee
GM
49832005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4984
4985 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4986
63f7ffb3
JL
49872005-06-30 Juri Linkov <juri@jurta.org>
4988
4989 * faces.el (vertical-border): Inherit from mode-line-inactive
4990 only on tty.
4991
c665bf4b
JB
49922005-06-30 Juanma Barranquero <lekktu@gmail.com>
4993
27bbbadb
JB
4994 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4995 example, -NLINES in the `occur' docstring).
4996
426674a8
JB
4997 * replace.el (occur-1): When no matches are found, do not set the
4998 `buffer-read-only' and modified flags for the occur buffer,
4999 because it is deleted.
5000
c665bf4b
JB
5001 * emulation/cua-base.el (cua-check-pending-input)
5002 (cua-repeat-replace-region, cua-mode, cua-debug)
5003 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5004 Fix typos in docstrings.
5005
5006 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5007 (cua-cut-region-to-global-mark)
5008 (cua--cut-rectangle-to-global-mark):
5009 Remove period from end of messages.
5010
5011 * emulation/cua-rect.el (cua-do-rectangle-padding):
5012 Remove period from end of messages.
5013 (cua--rectangle-seq-format): Fix typo in docstring.
5014 (cua-sequence-rectangle, cua-fill-char-rectangle):
5015 Improve argument/docstring consistency.
5016
9b07ab0a
JL
50172005-06-29 Juri Linkov <juri@jurta.org>
5018
5019 * faces.el (default-frame-background-mode): New internal variable.
5020 (frame-set-background-mode): Use it.
5021
5022 * startup.el (normal-top-level): Set default-frame-background-mode
5023 instead of frame-background-mode. Before setting it, test for its
5024 nil value. Remove tests for frame-background-mode and frame
5025 parameter `reverse'. Add test for "unspecified-fg".
5026
5027 * term/xterm.el (xterm-rxvt-set-background-mode):
5028 * term/rxvt.el (rxvt-set-background-mode):
5029 Set default-frame-background-mode instead of frame-background-mode.
5030
16f43910
JB
50312005-06-29 Juanma Barranquero <lekktu@gmail.com>
5032
0684376b
JB
5033 * simple.el (set-variable): Warn about obsolete user variables.
5034
16f43910
JB
5035 * imenu.el (imenu--completion-buffer):
5036 * mouse.el (mouse-buffer-menu-alist):
5037 * msb.el (msb-invisible-buffer-p):
5038 * calendar/diary-lib.el (diary-header-line-format):
5039 * emacs-lisp/pp.el (pp-buffer):
5040 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5041 * textmodes/picture.el (picture-replace-match):
5042 Change space constants followed by a sexp to "?\s ".
5043
5044 * play/decipher.el (decipher-loop-with-breaks):
5045 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5046 constants "protected" from end of line by a comment to "?\s".
5047
4b2f6649
SM
50482005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5049
9a1505e9
SM
5050 * font-lock.el (save-buffer-state): Use `declare'.
5051
4b2f6649
SM
5052 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5053 reset the syntax-table to cperl-mode-syntax-table.
5054 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5055 "foo_print_bar" is not matched as a reserved keyword.
5056
01d37825
CD
50572005-06-29 Carsten Dominik <dominik@science.uva.nl>
5058
16f43910 5059 * textmodes/org.el (orgtbl-setup): New function, for delayed
01d37825
CD
5060 setup for the orgtbl commands.
5061 (org-calc-default-modes): New option.
5062 (orgtbl-make-binding): Use `defun' to get better help display.
5063 (org-diary): Call `org-compile-prefix-format'.
5064 (org-table-formula-substitute-names): New function.
5065 (org-agenda-day-view, org-agenda-week-view): New commands.
5066 (org-agenda-toggle-week-view): Command removed.
5067 (org-tbl-menu): Split off from org-org-menu.
4b2f6649 5068 (org-mode): Move removal of outline-mode menus to here.
01d37825
CD
5069 (org-table-formula-debug): New option.
5070 (org-table-insert-row): Keep first field if just "#" or "*".
5071 (org-mode): Paragraph regexps fixed.
5072 (org-table-recalculate-regexp): New constant.
5073 (org-table-justify-field-maybe): Avoid replace if not necessary.
5074 (org-copy-special, org-cut-special): Use `call-interactively'.
5075 (org-table-copy-region): Take region from `interactive' call.
5076 (org-trim): Return string even if no match.
5077 (org-formula): New face.
4b2f6649
SM
5078 (org-set-font-lock-defaults): No longer highlight "FIXME".
5079 But highlight formula-related fields in table.
01d37825
CD
5080 (org-table-p): Use regexp, not fontification.
5081 (org-table-align): Handle white space at end of line.
5082 (org-table-formula-evaluate-inline): New option.
5083 (org-mode): Auto-wrapping in comment lines turned off.
5084 (org-table-copy-down): Evaluate only in copied field, not in
5085 destination.
5086 (org-table-current-formula): Variable removed.
5087 (org-table-store-formulas, org-table-get-stored-formulas)
5088 (org-table-modify-formulas, org-table-replace-in-formulas)
5089 (org-table-maybe-eval-formula): New functions.
4b2f6649 5090 (org-table-get-formula): Modify to use stored formulas.
01d37825
CD
5091 (org-table-insert-column, org-table-delete-column)
5092 (org-table-move-column): Call `org-table-modify-formulas'.
5093 (org-complete): Add completion for keyword formulas.
5094 (orgtbl-mode): Pull orgtbl-mode-map to start of
5095 minor-mode-map-alist.
5096
8c39e595
SM
50972005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5098
4b2f6649
SM
5099 * progmodes/python.el (python-check): Require `compile' before
5100 modifying its variables.
5101
8c39e595
SM
5102 * newcomment.el (comment-indent-default): Don't get fooled by an early
5103 end of buffer.
5104
27484eb0
VJL
51052005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5106
8c39e595 5107 * ps-print.el (ps-print-version): Fix version number.
27484eb0 5108
34e60863
LT
51092005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5110
9569175e 5111 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
34e60863 5112
025691ed
RS
51132005-06-28 Richard M. Stallman <rms@gnu.org>
5114
5115 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5116 (flyspell-local-mouse-map): Declaration deleted.
5117 (flyspell-mouse-map): Bind only mouse-2.
5118 (flyspell-mode-map): Don't test flyspell-use-local-map.
5119 (flyspell-overlay-keymap-property-name): Var deleted.
5120 (flyspell-mode-on): Don't make local bindings for
5121 flyspell-mouse-map and flyspell-mode-map.
5122 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5123
5124 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5125
5126 * progmodes/compile.el (compilation-next-error-function):
5127 Don't switch buffers; operate on the current buffer.
5128
a1522a36
JL
5129 * progmodes/compile.el (compilation-error-file-name)
5130 (compilation-warning-file-name, compilation-info-file-name)
5131 (compilation-line-number, compilation-column-number): New faces.
5132 (compilation-error-face, compilation-warning-face)
5133 (compilation-info-face, compilation-line-face)
5134 (compilation-column-face): Use them.
5135
025691ed
RS
5136 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5137
5138 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5139
5140 * bindings.el (global-map): Bind insertchar and its variants.
5141
51422005-06-27 Richard M. Stallman <rms@gnu.org>
5143
5144 * textmodes/artist.el (artist-text-overwrite)
5145 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5146
9dae638c
VJL
51472005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5148
5149 * ps-print.el: It was not working the page selection for printing.
5150 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5151 (ps-print-version): New version 6.6.7.
5152 (ps-end-sheet): New fun.
5153 (ps-header-sheet, ps-end-job): Call it.
5154
efd6ebec
LT
51552005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5156
b61bfa4d 5157 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
efd6ebec 5158
019b1899
LK
51592005-06-27 Lute Kamstra <lute@gnu.org>
5160
5161 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5162 background color faces.
5163 (facemenu-get-face): Delete function.
5164 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8c39e595 5165 (facemenu-add-new-color): Make second argument mandatory.
588c0770 5166 Create the appropriate face and return it. Simplify.
019b1899
LK
5167 (facemenu-set-foreground, facemenu-set-background): Don't check if
5168 color is defined. Use return value of facemenu-add-new-color.
5169
32da5de9
NR
51702005-06-26 Nick Roberts <nickrob@snap.net.nz>
5171
5172 * progmodes/gud.el (gud-filter): Add missing argument to
5173 with-selected-window.
5174
62350cdd
SM
51752005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5178 a :require to the defcustom.
5179
5180 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5181 defcustoms corresponding to minor modes.
5182
ec9ac2be
DP
51832005-06-26 David Ponce <david@dponce.com>
5184
025691ed 5185 * recentf.el: Require tree-widget instead of wid-edit.
ec9ac2be
DP
5186 (recentf-filename-handler): Fix widget :type.
5187 (recentf-cancel-dialog, recentf-open-more-files)
5188 (recentf-open-files-action): Doc fix.
5189 (recentf-dialog-goto-first): New function.
5190 (recentf-dialog-mode-map): Set parent keymap first.
62350cdd
SM
5191 (recentf-dialog-mode): Define with define-derived-mode.
5192 Don't display continuation lines in dialogs.
ec9ac2be
DP
5193 (recentf-edit-list): Rename from recentf-edit-selected-items.
5194 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5195 Simplify.
5196 (recentf-edit-list-validate): New function.
5197 (recentf-edit-list): Update accordingly.
5198 (recentf-open-files-item-shift): Remove.
5199 (recentf-open-files-item): Convert menu elements into tree and
5200 link widgets. Don't create the widgets.
5201 (recentf-open-files): Update accordingly.
5202 (recentf-save-list): Untabify.
5203
33b79ce4
LT
52042005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5205
dd716cec
LT
5206 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5207 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5208 partially contained in the active region. Do not take active
5209 region into account when called from Lisp, unless INTERACTIVE arg
5210 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5211 avoid trouble with fields. Make marker point nowhere when no
5212 longer used. Always return nil. Doc fix.
5213 (flush-lines): Add INTERACTIVE arg. Do not take active region
5214 into account when called from Lisp, unless INTERACTIVE arg is
5215 non-nil. Use `forward-line' instead of `beginning-of-line' to
5216 avoid trouble with fields. Make marker point nowhere when no
5217 longer used. Always return nil. Doc fix.
5218 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5219 interchangeable. Do not take active region into account when
5220 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5221 message in echo area when called from Lisp, unless INTERACTIVE arg
5222 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5223 Return the number of matches. Doc fix.
5224 (occur): Doc fix.
5225 (perform-replace): Make comment follow double space convention for
5226 the sake of `outline-minor-mode'.
5227
33b79ce4
LT
5228 * faces.el (facep): Doc fix.
5229
df13531d
RS
52302005-06-25 Richard M. Stallman <rms@gnu.org>
5231
a68d870b
RS
5232 * facemenu.el (facemenu-enable-faces-p): New function.
5233 (facemenu-background-menu, facemenu-foreground-menu)
5234 (facemenu-face-menu): Add menu-enable property.
5235
df13531d
RS
5236 * jka-compr.el (jka-compr-insert-file-contents):
5237 Special handling if cannot find the uncompression program.
5238
5239 * cus-face.el (custom-face-attributes): Add autoload.
5240
5241 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5242 Bind comment-indent-function locally.
5243
5244 * window.el (save-selected-window): Use save-current-buffer.
5245
5246 * subr.el (with-selected-window): Use save-current-buffer.
5247
5248 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5249 and with-current-buffer.
5250
19cfc561
RS
52512005-06-24 Richard M. Stallman <rms@gnu.org>
5252
5253 * simple.el (line-move-1): Fix previous change.
5254
8346425e
JB
52552005-06-24 Juanma Barranquero <lekktu@gmail.com>
5256
5257 * replace.el (occur-1): Set `buffer-read-only' and the
5258 buffer-modified flag before running `occur-hook' to protect
5259 against unintentional buffer switches that can lead to data loss.
5260
1c955542
NR
52612005-06-24 Nick Roberts <nickrob@snap.net.nz>
5262
5263 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5264 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5265 initial error.
8346425e 5266
1c955542
NR
5267 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5268 after fresh input.
5269 (gdb-var-create-handler): Put name of expression in quotes.
8346425e 5270
6fb276bd
LT
52712005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5272
5273 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5274 elements of RING in order, and without bogus nil elements.
5275
528b6abc
RS
52762005-06-23 Richard M. Stallman <rms@gnu.org>
5277
5278 * simple.el (set-variable): Args renamed; doc fix.
5279 (line-move-1): When there are overlays around, use vertical-motion.
5280
5281 * faces.el (escape-glyph): Use brown against light background.
62350cdd 5282 (nobreak-space): Rename from no-break-space.
528b6abc
RS
5283 Fix previous change.
5284
5285 * dired-aux.el (dired-do-copy): Fix arg prompt.
5286
5287 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5288
aed4a603
GM
52892005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5290
5291 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5292 rather than "Distributor".
5293
9180519b
LK
52942005-06-23 Lute Kamstra <lute@gnu.org>
5295
5296 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5297 (debug-on-entry): Use it. New interactive declaration that uses
5298 function-called-at-point.
5299
9d12e52b
KS
53002005-06-23 Kim F. Storm <storm@cua.dk>
5301
5302 * subr.el (save-match-data): Add comment about using evaporate arg
5303 to set-match-data.
5304
6d44324c
GM
53052005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5306
5307 * cus-edit.el (customize-face)
5308 (customize-face-other-window): Handle face aliases.
5309
5310 * faces.el (face-documentation, set-face-attribute)
5311 (face-spec-set): Handle face aliases.
5312
a1ef2eab
JB
53132005-06-22 Juanma Barranquero <lekktu@gmail.com>
5314
5315 * help-mode.el (help-make-xrefs): If a symbol representing a face
5316 name is not followed by the word "face", it could still be a
5317 function or variable name, so don't bypass other checks.
5318
8906db27
JL
53192005-06-22 Juri Linkov <juri@jurta.org>
5320
5321 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5322 Replace aliased functions with calls where second arg `inherit' is t.
5323
8431b136
NR
53242005-06-22 Nick Roberts <nickrob@snap.net.nz>
5325
5326 * progmodes/gdb-ui.el (gdb-error): New variable.
5327 (gdb-error): New function.
5328 (gdb-annotation-rules): Act on error-begin and error annotations.
5329 (gdb-concat-output): Use font-lock-warning-face for errors.
5330
53abc3bf
MB
53312005-06-22 Miles Bader <miles@gnu.org>
5332
5715f853
MB
5333 * bindings.el (propertized-buffer-identification): Use renamed
5334 `Buffer-menu-buffer' face.
5335
62350cdd 5336 * faces.el (vertical-border): Rename from `vertical-divider'.
73106994 5337 (escape-glyph): Change dark-background color back to `cyan'.
53abc3bf 5338
36a3b076
JL
53392005-06-21 Juri Linkov <juri@jurta.org>
5340
5341 * faces.el (face-user-default-spec): Try getting `customized-face'
5342 prior to `saved-face'.
5343 (frame-background-mode): Refill docstring.
5344
5345 * emacs-lisp/lisp-mode.el (eval-defun-1):
5346 * emacs-lisp/edebug.el (edebug-eval-defun):
5347 Set `saved-face' temporarily to nil before calling form.
5348 Set `customized-face' to the new spec after that.
5349
23873c96
JB
53502005-06-21 Juanma Barranquero <lekktu@gmail.com>
5351
5352 * subr.el (1value, lambda, key-substitution-in-progress):
5353 Doc fixes.
5354
5355 * autoinsert.el (auto-insert-alist):
5356 * ses.el (ses-call-printer):
5357 * subr.el (noreturn):
5358 * emacs-lisp/lisp.el (check-parens):
5359 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5360 * net/browse-url.el (browse-url-mosaic):
5361 * progmodes/cc-defs.el (c-safe-scan-lists):
5362 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5363 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5364 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5365 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5366 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5367 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5368
c224c19a
RS
53692005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5370
5371 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5372
006b1390
GM
53732005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5374
5375 * calendar/appt.el (appt-make-list): Activate the package, if
5376 not already active (for backwards compatibility).
5377
b7d1f38f
KS
53782005-06-20 Kim F. Storm <storm@cua.dk>
5379
5380 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5381
b4e49aee
MB
53822005-06-20 Miles Bader <miles@gnu.org>
5383
5384 * faces.el (vertical-divider): New face.
5385
01ba9662
JB
53862005-06-20 Juanma Barranquero <lekktu@gmail.com>
5387
5388 * simple.el (kill-whole-line): Doc fix.
5389 (next-error-buffer-p, next-error-find-buffer)
5390 (clone-indirect-buffer): Fix typos in docstrings.
cc4cb0f5
JB
5391 (comment-line-break-function): Doc fix: don't say variable
5392 is automatically buffer-local (it isn't).
01ba9662 5393
ebd06e28
MA
53942005-06-19 Michael Albinus <michael.albinus@gmx.de>
5395
5396 * net/tramp-ftp.el (top):
5397 * net/tramp-smb.el (top):
5398 * net/tramp-util.el (top):
5399 * net/tramp-uu.el (top):
5400 * net/tramp-vc.el (top):
5401 * net/tramp.el (top): Revert copyright years back to original
5402 ones. Tramp has a life outside GNU Emacs.
5403
5dafe00b
NR
54042005-06-19 Nick Roberts <nickrob@snap.net.nz>
5405
01ba9662 5406 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5dafe00b 5407
f04a8969
JL
54082005-06-18 Juri Linkov <juri@jurta.org>
5409
5410 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5411 end of first regexp to limit the match to the position between
5412 line number and source line with same separator character as used
5413 between file name and line number. In the second regexp limit
5414 mouse-face area to file name and line number by adding new group
5415 for them and referring it in HYPERLINK arg.
5416 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5417 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5418 previous line where grep markers may be already removed.
5419
e7c2398a
EZ
54202005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5421
62350cdd 5422 * progmodes/ps-mode.el: Update version and maintainer's email address.
e7c2398a 5423
7ceb6e54 54242005-06-18 Steve Youngs <steve@xemacs.org>
49866ff8
EZ
5425
5426 * net/browse-url.el (browse-url-browser-function)
5427 (browse-url-default-browser): Add firefox.
5428 (browse-url-firefox-program, browse-url-firefox-arguments)
5429 (browse-url-firefox-startup-arguments)
5430 (browse-url-firefox-new-window-is-tab): New defcustoms.
5431 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5432
f19b57e3
RS
54332005-06-17 Richard M. Stallman <rms@gnu.org>
5434
0ad6717d
RS
5435 * startup.el (command-line): Warn if specified user name has
5436 no home directory.
5437
f19b57e3
RS
5438 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5439 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5440
ebd06e28 5441 * longlines.el (longlines-mode, longlines-show-hard-newlines):
f19b57e3
RS
5442 Doc fixes.
5443
5444 * faces.el (underline): Try bold if terminal doesn't support underline.
5445
5446 * mail/sendmail.el (mail-setup-with-from): New variable.
5447 (mail-insert-from-field): New function.
5448 (sendmail-send-it): Call it.
5449 (mail-setup): Optionally call it here.
5450
5451 * term/linux.el: Call tty-no-underline.
5452
043f95ab
LT
54532005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5454
5455 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5456
579322ca
MB
54572005-06-17 Miles Bader <miles@gnu.org>
5458
fa735daa
MB
5459 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5460 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5461 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5462 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5463 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5464 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5465 Remove "-face" suffix from face names.
5466 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5467 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5468 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5469 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5470 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5471 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5472 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5473 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5474 New backward-compatibility aliases for renamed faces.
5475 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5476 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5477 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5478 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5479 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5480 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5481 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5482 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5483 Use renamed ediff faces.
5484
958e6876
MB
5485 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5486 Remove "-face" suffix from face names.
53099cfc 5487 (eshell-test-ok-face, eshell-test-failed-face):
958e6876
MB
5488 New backward-compatibility aliases for renamed faces.
5489 (eshell-run-test): Use renamed eshell-test faces.
5490
ca19f3f1
AS
5491 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5492 face name.
5493 (eshell-prompt-face): New backward-compatibility alias for renamed
5494 face.
958e6876
MB
5495 (eshell-emit-prompt): Use renamed eshell-prompt face.
5496
5497 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5498 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5499 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5500 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5501 Remove "-face" suffix from face names.
5502 (eshell-ls-directory-face, eshell-ls-symlink-face)
5503 (eshell-ls-executable-face, eshell-ls-readonly-face)
5504 (eshell-ls-unreadable-face, eshell-ls-special-face)
5505 (eshell-ls-missing-face, eshell-ls-archive-face)
5506 (eshell-ls-backup-face, eshell-ls-product-face)
53099cfc 5507 (eshell-ls-clutter-face):
958e6876
MB
5508 New backward-compatibility aliases for renamed faces.
5509 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5510
62350cdd
SM
5511 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5512 Remove "-face" suffix from face name.
579322ca
MB
5513 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5514 instead of literal face.
5515
289824a3
JB
55162005-06-17 Juanma Barranquero <lekktu@gmail.com>
5517
53099cfc
JB
5518 * emacs-lisp/warnings.el (display-warning, lwarn)
5519 (warning-minimum-log-level): Doc fixes.
5520 (warning-minimum-level, warning-minimum-log-level):
5521 Add :debug to :type choices.
5522
289824a3
JB
5523 * progmodes/ada-mode.el (ada-format-paramlist)
5524 (ada-get-indent-case, ada-check-matching-start)
5525 (ada-check-defun-name, ada-goto-matching-decl-start)
5526 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5527 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5528 (ada-make-subprogram-body): Follow error conventions.
5529 (ada-case-exception-file, ada-indent-comment-as-code)
5530 (ada-indent-handle-comment-special, ada-indent-renames)
5531 (ada-indent-return, ada-search-directories-internal)
5532 (ada-tab-policy, ada-case-exception-substring)
5533 (ada-other-file-alist, ada-matching-start-re)
5534 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5535 (ada-imenu-generic-expression, ada-compile-goto-error)
5536 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5537 (ada-popup-menu, ada-add-extensions, ada-mode)
5538 (ada-region-selected, ada-create-case-exception)
5539 (ada-create-case-exception-substring, ada-after-keyword-p)
5540 (ada-activate-keys-for-case, ada-adjust-case-region)
5541 (ada-adjust-case-buffer, ada-format-paramlist)
5542 (ada-scan-paramlist, ada-insert-paramlist)
5543 (ada-indent-newline-indent)
5544 (ada-indent-newline-indent-conditional)
5545 (ada-justified-indent-current, ada-goto-previous-word)
5546 (ada-indent-current, ada-get-indent-open-paren)
5547 (ada-get-indent-paramlist, ada-get-indent-end)
5548 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5549 (ada-get-indent-block-start, ada-get-indent-subprog)
5550 (ada-get-indent-noindent, ada-get-indent-label)
5551 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5552 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5553 (ada-goto-stmt-end, ada-goto-next-word)
5554 (ada-check-matching-start, ada-check-defun-name)
5555 (ada-goto-matching-decl-start, ada-goto-matching-start)
5556 (ada-goto-matching-end, ada-search-ignore-string-comment)
5557 (ada-in-decl-p, ada-looking-at-semi-or)
5558 (ada-looking-at-semi-private, ada-in-paramlist-p)
5559 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5560 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5561 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5562 (ada-previous-package, ada-create-menu)
5563 (ada-fill-comment-paragraph-justify)
5564 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5565 (ada-other-file-name, ada-last-which-function-line)
5566 (ada-last-which-function-subprog, ada-which-function)
5567 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5568 (ada-gen-treat-proc, ada-check-emacs-version)
5569 (ada-continuation-indent, ada-align-region-separate):
5570 Fix typos in docstrings.
5571 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5572
52167727
LK
55732005-06-16 Lute Kamstra <lute@gnu.org>
5574
5575 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5576 conditionally.
5577
04cedb11
JB
55782005-06-16 Juanma Barranquero <lekktu@gmail.com>
5579
246d1dba
JB
5580 * comint.el (comint-replace-by-expanded-filename)
5581 (comint-prompt-regexp, comint-delimiter-argument-list)
5582 (comint-preinput-scroll-to-bottom):
5583 * info.el (Info-hide-cookies-node):
5584 * ls-lisp.el (ls-lisp-classify):
5585 * find-file.el (ff-search-directories, ff-special-constructs)
5586 (ff-find-other-file):
5587 * font-lock.el (font-lock-keywords):
5588 * shell.el (shell-prompt-pattern)
5589 (shell-dynamic-complete-functions, shell-mode)
5590 (shell-delimiter-argument-list):
5591 * term.el (term-replace-by-expanded-filename)
5592 (term-prompt-regexp, term-delimiter-argument-list):
5593 * woman.el (woman-ignore, woman0-if):
5594 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5595 * emacs-lisp/elint.el (elint-init-env):
5596 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5597 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5598 * language/ethio-util.el (ethio-tilde-escape)
5599 (ethio-use-three-dot-question):
5600 * net/zone-mode.el (zone-mode-load-time-setup):
5601 * progmodes/cc-align.el (c-lineup-argcont):
5602 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5603 * progmodes/cperl-mode.el (cperl-set-style-back):
5604 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5605 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5606 Fix spellings in docstrings.
5607
5608 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5609 * progmodes/modula2.el (m2-for): Fix spellings.
5610
5611 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5612
5613 * simple.el (undo-more): Don't use `format' on `error' arguments.
5614 Improve argument/docstring consistency.
5615 (pending-undo-list): Doc fix.
5616
5617 * smerge-mode.el (smerge-ensure-match):
5618 * emulation/vip.el (vip-ex):
5619 * net/zone-mode.el (zone-mode-update-serial):
5620 * progmodes/idlwave.el (idlwave-complete):
5621 * progmodes/vhdl-mode.el (vhdl-visit-file)
5622 (vhdl-compose-wire-components):
5623 Don't use `format' on `error' arguments.
5624
04cedb11
JB
5625 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5626 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5627 (tooltip-help-tips): Fix typos in docstrings.
5628
c25ae380
DP
56292005-06-16 David Ponce <david@dponce.com>
5630
5631 * tree-widget.el (tree-widget-value-create): Simplify last change.
5632
e6838581
KS
56332005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5634
5635 * ido.el (ido-incomplete-regexp): New variable.
5636 (ido-set-matches-1): Handle invalid-regexp error and set
5637 ido-incomplete-regexp.
5638 (ido-incomplete-regexp): New face.
5639 (ido-completions): Use it.
62350cdd
SM
5640 (ido-complete, ido-exit-minibuffer, ido-completions):
5641 Handle incomplete regexps.
e6838581
KS
5642 (ido-completions): Add check for complete match when entering a regexp.
5643
10f401d2
SM
56442005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5647
c202dc91
SM
56482005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5649
5650 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5651 by field delimiters.
5652
763e7cf6
DP
56532005-06-15 David Ponce <david@dponce.com>
5654
3b2f3d1a
DP
5655 * tree-widget.el: eval-and-compile inlined functions so they will
5656 be available at run-time too.
5657 (tree-widget-super-format-handler)
763e7cf6
DP
5658 (tree-widget-format-handler): Remove.
5659 (tree-widget-value-create): Handle the :indent property.
5660
e6572f79
MB
56612005-06-15 Miles Bader <miles@gnu.org>
5662
ef88a999
MB
5663 * progmodes/which-func.el (which-func): Only inherit
5664 `font-lock-function-name-face' when that makes sense against the
5665 default mode-line face, otherwise set the face color explicitly.
5666
e6572f79
MB
5667 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5668 faces instead of (non-existent) variables.
5669
f1b6d70f
SM
56702005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5673 (iswitchb-get-matched-buffers): Likewise. Simplify.
5674
b6116bd2
MB
56752005-06-14 Miles Bader <miles@gnu.org>
5676
a5d37031
MB
5677 * progmodes/ld-script.el (ld-script-location-counter):
5678 Remove "-face" suffix from face name.
e6838581 5679 (ld-script-location-counter-face):
a5d37031
MB
5680 New backward-compatibility alias for renamed face.
5681 (ld-script-location-counter-face): Use renamed face.
5682
e4c067b5
MB
5683 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5684 (cperl-hash): Remove "-face" suffix from face names.
5685 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
a5d37031 5686 New backward-compatibility aliases for renamed faces.
e4c067b5
MB
5687 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5688 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5689
9ce2eb5e
MB
5690 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5691 name.
5692 (which-func-face): New backward-compatibility alias for renamed face.
5693 (which-func-format): Use renamed which-func face.
5694
63a5fd63
MB
5695 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5696 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5697 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5698 names.
5699 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5700 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5701 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5702 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5703 (vhdl-speedbar-architecture-selected)
5704 (vhdl-speedbar-configuration-selected)
5705 (vhdl-speedbar-package-selected)
5706 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5707 names.
5708 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5709 Use renamed faces.
5710 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5711 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5712 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5713 Use renamed faces.
5714 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5715 names.
5716 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5717 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5718 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5719 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5720 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5721 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5722
33595ec6
MB
5723 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5724 face name.
5725 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5726 (sh-heredoc-face): Use renamed sh-heredoc face.
5727
57267a95
MB
5728 * progmodes/idlw-help.el (idlwave-help-link):
5729 Remove "-face" suffix from face name.
5730 (idlwave-help-link-face):
5731 New backward-compatibility alias for renamed face.
5732 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5733
5734 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5735 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5736 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5737 New backward-compatibility aliases for renamed faces.
5738 (idlwave-shell-disabled-breakpoint-face)
5739 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5740
10f401d2 5741 * progmodes/flymake.el (flymake-errline, flymake-warnline):
ded09abd
MB
5742 Remove "-face" suffix from face names.
5743 (flymake-errline-face, flymake-warnline-face):
5744 New backward-compatibility aliases for renamed faces.
5745 (flymake-highlight-line): Use renamed flymake faces.
5746
4f2d55da
MB
5747 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5748 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5749 (ebrowse-member-class, ebrowse-progress):
5750 Remove "-face" suffix from face names.
5751 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5752 (ebrowse-file-name-face, ebrowse-default-face)
5753 (ebrowse-member-attribute-face, ebrowse-member-class-face)
e6838581 5754 (ebrowse-progress-face):
4f2d55da
MB
5755 New backward-compatibility aliases for renamed faces.
5756 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5757 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5758 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5759 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5760
ca19f3f1
AS
5761 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5762 antlr-syntax)
7a3dfaee 5763 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
ca19f3f1
AS
5764 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5765 names.
7a3dfaee
MB
5766 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5767 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5768 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
ca19f3f1
AS
5769 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5770 backward-compatibility aliases for renamed faces.
7a3dfaee
MB
5771 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5772 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
ca19f3f1
AS
5773 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5774 remove "font-lock-". Use renamed antlr-mode faces.
5775 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5776 literal face-names with face variable references.
7a3dfaee 5777
b6116bd2
MB
5778 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5779 face name.
5780 (Buffer-menu-buffer-face): New backward-compatibility alias for
5781 renamed face.
5782 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5783
14901265
DP
57842005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5785
5786 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5787 Eliminate "-face" suffix.
10f401d2 5788 (makefile-targets): Inherit from font-lock-function-name-face and
14901265
DP
5789 eliminate "-face" suffix.
5790 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5791 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5792 actions, instead of prepending, to make it less visible.
10f401d2
SM
5793 (makefile-previous-dependency, makefile-match-dependency):
5794 Don't match a target on a continuation line.
14901265
DP
5795
5796 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5797
3da629bd
NR
57982005-06-15 Nick Roberts <nickrob@snap.net.nz>
5799
1c955542
NR
5800 * progmodes/gdb-ui.el (menu): Re-order menu items.
5801 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8346425e 5802
3da629bd
NR
5803 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5804 Define in tooltip.el.
5805 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5806 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5807 gud-tooltip-echo-area.
5808
5809 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5810 backward compatibility and make obsolete.
5811 (tooltip-help-tips): Use tooltip-use-echo-area.
5812 (tooltip-show-help-function): Rename to...
5813 (tooltip-show-help): ...this, because it is a function.
5814 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5815
197a7aaa
LT
58162005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5817
5818 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5819 (edebug-print-length, edebug-print-level, edebug-print-circle)
5820 (edebug-modify-breakpoint, edebug-eval-last-sexp)
5821 (edebug-eval-print-last-sexp): Doc fixes.
5822
6de5b135
KS
58232005-06-14 Kim F. Storm <storm@cua.dk>
5824
5825 * ido.el (ido-mode): Make a new keymap every time we enable ido,
5826 as the coverage buffer/file/both may change.
5827
b59f605b
LK
58282005-06-14 Lute Kamstra <lute@gnu.org>
5829
5830 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5831 and run-mode-hooks. Simplify.
5832
5833 * mail/rmailedit.el (rmail-edit-mode):
5834 * progmodes/octave-inf.el (inferior-octave-mode):
5835 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5836
5837 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5838 and run-mode-hooks.
5839 (recentf-edit-list, recentf-open-files): Don't call
5840 kill-all-local-variables directly.
5841
5842 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5843
ca0a6900
JB
58442005-06-14 Juanma Barranquero <lekktu@gmail.com>
5845
0b46b379
JB
5846 * emacs-lisp/byte-run.el (make-obsolete)
5847 (define-obsolete-function-alias): Rename arguments FUNCTION and
5848 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10f401d2
SM
5849 (make-obsolete-variable, define-obsolete-variable-alias):
5850 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
0b46b379
JB
5851 respectively.
5852
5853 * isearchb.el (isearchb-activate):
5854 * pcvs.el (cvs-mode):
5855 * ses.el (ses-load):
5856 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5857 * net/tramp.el (tramp-find-file-exists-command)
5858 (tramp-find-shell):
5859 * progmodes/ada-mode.el (ada-create-case-exception)
5860 (ada-create-case-exception-substring, ada-make-subprogram-body):
5861 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5862 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5863 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5864 * textmodes/org.el (org-promote, org-evaluate-time-range)
5865 (org-agenda-next-date-line, org-agenda-previous-date-line)
5866 (org-agenda-error, org-open-at-point, org-table-move-row)
5867 (org-format-table-table-html-using-table-generate-source)
5868 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5869 * textmodes/reftex.el (reftex-access-scan-info):
5870 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5871 (reftex-toc-promote-prepare): Follow error conventions.
5872
5873 * diff-mode.el (diff-mode): Fix typo in docstring.
5874
ca0a6900
JB
5875 * forms.el (forms--intuit-from-file): Fix reference to
5876 `forms-number-of-fields' in error message.
5877 (forms-print): Fix quoting in error message.
5878
5879 * forms.el (forms-mode):
5880 * emulation/vi.el (vi-goto-insert-state):
5881 * progmodes/flymake.el (flymake-new-err-info)
5882 (flymake-start-syntax-check-for-current-buffer)
5883 (flymake-simple-cleanup):
5884 * eshell/esh-var.el (eshell/export):
5885 * progmodes/gud.el (xdb):
5886 * textmodes/flyspell.el (flyspell-incorrect-hook)
5887 (flyspell-maybe-correct-transposition)
5888 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5889
7efb41ae
LT
58902005-06-13 Luc Teirlinck <teirllm@auburn.edu>
5891
5892 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5893 minibuffer prompt.
5894
929129ff
KS
58952005-06-13 Kim F. Storm <storm@cua.dk>
5896
5897 * subr.el (add-to-ordered-list): New defun.
5898
5899 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5900 add cua--keymap-alist to emulation-mode-map-alists.
5901
5aa6db57
SM
59022005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * subr.el (complete-in-turn): New macro.
5905 (dynamic-completion-table, lazy-completion-table): Add debug info.
5906
5907 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5908 in preference to face aliases.
5909
5910 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5911 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5912 Remove unused vars `start' and `firstline'.
5913 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5914 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5915
2702394e
EZ
59162005-06-13 Eli Zaretskii <eliz@gnu.org>
5917
5918 * cus-start.el (all): Don't complain about missing GTK-related
5919 variables, unless either `gtk' is boundp or this isn't a
5920 `windows-nt' build.
5921
dd72a03a
LK
59222005-06-13 Lute Kamstra <lute@gnu.org>
5923
4da76c6a
LK
5924 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5925 run-mode-hooks.
5926
5927 * ediff-mult.el (ediff-meta-mode):
5928 * ediff-util.el (ediff-mode): Use run-mode-hooks.
5929
5930 * ledit.el (ledit-mode): Use delay-mode-hooks.
5931
63e9aa8e
LK
5932 * woman.el (woman-mode-line-format): Delete constant.
5933 (woman-mode-map): Initialize it properly.
5aa6db57
SM
5934 (woman-mode): Set mode-class property to special.
5935 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
5936 Set major-mode and mode-name. Don't set mode-line-format directly.
5937 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 5938
dd72a03a
LK
5939 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5940 string argument obsolete.
5941
30313b90
CD
59422005-06-13 Carsten Dominik <dominik@science.uva.nl>
5943
0b46b379 5944 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
5945 (org-disputed-keys): New variable.
5946 (org-key): New function.
5947 (orgtbl-make-binding): Add docstring to the created function.
5948 (org-mode): Set paragraph start/separate regexps.
5949 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5950 (org-archive-location, org-archive-mark-done)
5951 (org-archive-stamp-time): New options.
5952 (org-archive-subtree): New command.
5953 (org-fill-paragraph): New function.
5954 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5955 (org-fake-empty-table-line): Function removed.
5956 (org-format-org-table-html): Do not create empty table lines at
5957 separator lines. Improved table header treatment.
5958 (org-link-format): New option.
5959 (org-make-link): New function.
5960 (org-insert-link, org-store-link): Use org-make-link.
5961 (org-open-file): Quote file name for shell command, to allow
5962 spaces in file names.
5aa6db57
SM
5963 (org-link-regexp): Fix bug with mailto link.
5964 (org-link-maybe-angles-regexp, org-protected-link-regexp):
5965 New constants.
30313b90
CD
5966 (org-export-as-html): Deal with the optional angles around a link.
5967 Better treatment of file: links.
5968 (org-open-at-point): Replace @{ and @} with < and >.
5969 (org-run-mode-hooks): Function removed.
5970 (org-agenda-mode): No longer use `org-run-mode-hooks'.
5971
3fd355d4
NR
59722005-06-13 Nick Roberts <nickrob@snap.net.nz>
5973
5974 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5975 MI command -data-list-register-values.
5976 (gdb-post-prompt): Indent properly.
5977
b1412131
JB
59782005-06-13 Juanma Barranquero <lekktu@gmail.com>
5979
5980 * hilit-chg.el (highlight-changes-colors): Rename from
5981 `highlight-changes-colours'.
5982 (highlight-changes-colours): Keep as obsolete alias.
5983 (highlight-changes-face-list): Doc fix.
5984 (hilit-chg-make-list): Use `highlight-changes-colors'.
5985
defa8e19
MH
59862005-06-12 Mark A. Hershberger <mah@everybody.org>
5987
5988 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5989 defun-prompt-regexp.
5990
a1e8cad6
EZ
59912005-06-12 Eli Zaretskii <eliz@gnu.org>
5992
0e659f57
EZ
5993 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5994 and cygwin.
5995
5aa6db57
SM
5996 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5997 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 5998
ca0113b8
LK
59992005-06-12 Lute Kamstra <lute@gnu.org>
6000
f586d18e
LK
6001 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6002
3a1524ed
LK
6003 * man.el (Man-mode-map): Initialize it properly.
6004 (Man-mode): Set mode-class property to special.
6005
ca0113b8
LK
6006 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6007
32cc0b00
LT
60082005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6011 A newline is needed in the docstring there.
6012
6013 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6014 Doc fixes.
6015
ac9abffe
VJL
60162005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6017
6018 * printing.el: Doc fix. The menubar is no more changed when printing
6019 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 6020 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
6021 (pr-version): New version number (6.8.4).
6022 (pr-menu-bind): New command.
6023 (pr-update-menus): Docstring and code fix.
6024 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6025 Docstring fix.
6026 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6027 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6028
d4ddf783
TTN
60292005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6030
6031 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6032 "Returns" to "return", document useful return values, etc.
6033
98d1a1cf
EZ
60342005-06-11 Alan Mackenzie <acm@muc.de>
6035
6036 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6037 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6038 (adaptive-file-function): Minor amendment to doc-string.
6039
e0dcaa3f
EZ
60402005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6041
67ed6461 6042 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
6043 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6044 Fix :type--it is `integer', not `string'.
67ed6461 6045
e0dcaa3f
EZ
6046 * faces.el (modeline-highlight): Rename from (the erroneous)
6047 `modeline-higilight'.
6048
e5d79aa5
LK
60492005-06-11 Lute Kamstra <lute@gnu.org>
6050
6051 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6052 lisp-interaction-mode-map but make it the parent.
6053 (edebug-eval-mode): Use define-derived-mode.
6054
480c8cd3
AS
60552005-06-11 Andreas Schwab <schwab@suse.de>
6056
6057 * bindings.el: Add binding of `ESC functionkey' for every
6058 `M-functionkey'.
6059 * hexl.el (hexl-mode-map): Likewise.
6060
d11f8e1a
JR
60612005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6062
6063 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6064 [msft]: update regexp for newer msft compilers.
6065
23d519e4
MH
60662005-06-10 Mark A. Hershberger <mah@everybody.org>
6067
6068 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6069 ATTLIST portions of included DTDs.
6070 (xml-parse-dtd): Eliminate use of inefficient match-data.
6071
62d39a42
MB
60722005-06-10 Miles Bader <miles@gnu.org>
6073
530b0472
MB
6074 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6075 (mpuz-text): Remove "-face" suffix from face names.
6076 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6077 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6078 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6079
62d39a42
MB
6080 * play/gomoku.el (gomoku-O, gomoku-X):
6081 Remove "-face" suffix from face names.
6082 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6083 New backward-compatibility aliases for renamed faces.
6084 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6085
83acf231
JB
60862005-06-10 Juanma Barranquero <lekktu@gmail.com>
6087
578c1340
JB
6088 * thumbs.el: Fixes for changes of 2005-06-09.
6089 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6090 as a directory.
6091 (thumbs-thumbname): Remove directory separator from format string;
6092 `thumbs-thumbsdir' now returns a valid directory name.
6093 (thumbs-temp-dir): New defsubst.
6094 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6095 Use it.
6096
466c78c0
JB
6097 * cus-edit.el (minibuffer):
6098 * files.el (make-backup-file-name-function):
6099 * filesets.el (filesets-external-viewers):
6100 * hilit-chg.el (highlight-changes-colours)
6101 (highlight-changes-face-list, highlight-changes-rotate-faces):
6102 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6103 * kmacro.el (kmacro-call-macro):
6104 * log-edit.el (log-edit-changelog-full-paragraphs):
6105 * mouse.el (mouse-1-click-follows-link):
6106 * skeleton.el (skeleton-autowrap):
6107 * subr.el (insert-for-yank-1):
6108 * tempo.el (tempo-insert-region):
6109 * terminal.el (terminal-emulator):
6110 * time.el (display-time-mail-face):
6111 * vc.el (vc-annotate):
6112 * vcursor.el (vcursor-copy-line):
6113 * woman.el (woman-bold-headings, woman-ignore)
6114 (woman-default-faces, woman-monochrome-faces):
6115 * calendar/todo-mode.el (todo-insert-threshold):
6116 * emulation/pc-select.el (pc-select-selection-keys-only)
6117 (pc-selection-mode):
6118 * emulation/vip.el (vip-find-char-forward):
6119 * emulation/viper-cmd.el (viper-find-char-forward):
ca19f3f1
AS
6120 * international/mule-cmds.el
6121 (select-safe-coding-system-accept-default-p)
466c78c0
JB
6122 (input-method-exit-on-invalid-key):
6123 * international/mule-diag.el (describe-coding-system):
6124 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6125 * net/browse-url.el (browse-url-xterm-program):
6126 * obsolete/lazy-lock.el (lazy-lock-mode):
6127 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6128 (cperl-mode):
6129 * progmodes/cpp.el (cpp-face-light-name-list)
6130 (cpp-face-dark-name-list):
6131 * progmodes/delphi.el (delphi-newline-always-indents):
6132 Fix spellings in docstrings.
6133
83acf231
JB
6134 * ido.el (ido-mode, ido-file-extensions-order)
6135 (ido-default-file-method, ido-default-buffer-method)
6136 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6137 (ido-decorations, ido-read-file-name-as-directory-commands)
6138 (ido-read-file-name-non-ido, ido-work-directory-list)
6139 (ido-ignore-item-temp-list, ido-current-directory)
6140 (ido-magic-forward-char, ido-enter-find-file)
6141 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6142 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6143
257914aa
LK
61442005-06-10 Lute Kamstra <lute@gnu.org>
6145
6146 * play/dunnet.el (dun-mode): Use define-derived-mode.
6147 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6148 obsolete alias.
6149
2aa8e74a
LK
6150 * play/doctor.el (doctor-mode-map): Remove defvar.
6151 (doctor-mode): Use define-derived-mode.
6152
7bdd8beb
LK
6153 * mail/mspools.el (mspools-mode):
6154 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
6155 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6156
0efefc52
MB
61572005-06-10 Miles Bader <miles@gnu.org>
6158
c43aed5a
MB
6159 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6160 Remove "-face" suffix from face names.
6161 (flyspell-incorrect-face, flyspell-duplicate-face):
6162 New backward-compatibility aliases for renamed faces.
6163 (flyspell-mode-on, make-flyspell-overlay)
6164 (flyspell-highlight-incorrect-region)
6165 (flyspell-highlight-duplicate-region)
6166 (flyspell-display-next-corrections)
6167 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6168
e639491a
MB
6169 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6170 from face name.
6171 (texinfo-heading-face): New backward-compatibility alias for
6172 renamed face.
6173 (texinfo-heading-face): Use renamed texinfo-heading face.
6174
ad49d9d6
MB
6175 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6176 suffix from face names.
83acf231 6177 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
6178 New backward-compatibility aliases for renamed faces.
6179 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6180 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6181 literal face name.
6182
b4c925d8
MB
6183 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6184 name.
6185 (table-cell-face): New backward-compatibility alias for renamed face.
6186 (table--put-cell-face-property, table--update-cell-face):
6187 Use renamed table-cell face.
6188
b390eb09
MB
6189 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6190 from face name.
6191 (sgml-namespace-face): New backward-compatibility alias for
6192 renamed face.
6193 (sgml-namespace-face): Use renamed sgml-namespace face.
6194
8e49668e
MB
6195 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6196 (org-level-4, org-level-5, org-level-6, org-level-7)
6197 (org-level-8, org-warning, org-headline-done)
6198 (org-deadline-announce, org-scheduled-today)
6199 (org-scheduled-previously, org-link, org-done, org-table)
6200 (org-time-grid): Remove "-face" suffix from face names.
6201 (org-level-1-face, org-level-2-face, org-level-3-face)
6202 (org-level-4-face, org-level-5-face, org-level-6-face)
6203 (org-level-7-face, org-level-8-face, org-warning-face)
6204 (org-headline-done-face, org-deadline-announce-face)
6205 (org-scheduled-today-face, org-scheduled-previously-face)
6206 (org-link-face, org-done-face, org-table-face)
6207 (org-time-grid-face):
6208 New backward-compatibility aliases for renamed faces.
6209 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6210 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6211 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6212 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6213
25c06649
MB
6214 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6215 (viper-minibuffer-emacs, viper-minibuffer-insert)
6216 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6217 (viper-search-face, viper-replace-overlay-face)
6218 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6219 (viper-minibuffer-vi-face):
6220 New backward-compatibility aliases for renamed faces.
6221 (viper-search-face, viper-replace-overlay-face)
6222 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6223 (viper-minibuffer-vi-face): Use renamed viper faces.
6224
4719d184
MB
6225 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6226 Remove "-face" suffix from face names.
6227 (testcover-nohits-face, testcover-1value-face):
6228 New backward-compatibility aliases for renamed faces.
6229 (testcover-mark): Use renamed testcover faces.
6230
ccacbcec
MB
6231 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6232 face name.
6233 (diary-button-face): New backward-compatibility alias for renamed face.
6234 (diary-entry): Use renamed diary-button face.
6235
75eb05f6
MB
6236 * calendar/calendar.el (diary, calendar-today, holiday)
6237 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6238 (diary-face, calendar-today-face, holiday-face):
6239 New backward-compatibility aliases for renamed faces.
6240 (eval-after-load "facemenu", diary-entry-marker)
6241 (calendar-today-marker, calendar-holiday-marker, diary-face):
6242 Use renamed calendar faces.
6243
37af2dd3
MB
6244 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6245 (compare-windows-face): New backward-compatibility alias for
6246 renamed face.
6247 (compare-windows-highlight): Use renamed compare-windows face.
6248
10853fc3
MB
6249 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6250 (strokes-char-face): New backward-compatibility alias for renamed face.
6251 (strokes-encode-buffer): Use renamed strokes-char face.
6252
2058218e
MB
6253 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6254 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6255 Remove "-face" suffix from face names.
6256 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6257 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6258 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 6259 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 6260 Use renamed pcvs faces.
4a9ad3c6
MB
6261 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6262 * pcvs-defs.el (cvs-mode-map): Likewise.
6263 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 6264
a335c06e
MB
6265 * info.el (info-title-1, info-title-2, info-title-3)
6266 (info-title-4): Remove "-face" suffix from and downcase face names.
6267 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6268 (Info-title-4-face):
6269 New backward-compatibility aliases for renamed faces.
6270 (Info-fontify-node): Use renamed info faces.
6271
a01853d7
MB
6272 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6273 Remove "-face" suffix from face names.
6274 (highlight-changes-face, highlight-changes-delete-face):
6275 New backward-compatibility aliases for renamed faces.
6276 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6277 (hilit-chg-make-list): Use renamed highlight-changes faces.
6278
f0b3dcbf
MB
6279 * generic-x.el (show-tabs-tab, show-tabs-space):
6280 Remove "-face" suffix from face names.
6281 (show-tabs-tab-face, show-tabs-space-face):
6282 New backward-compatibility aliases for renamed faces.
6283 (show-tabs-generic-mode-font-lock-defaults-1)
6284 (show-tabs-generic-mode-font-lock-defaults-2):
6285 Use renamed show-tabs faces.
6286
e8bfdf82
MB
6287 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6288 (smerge-markers): Remove "-face" suffix from face names.
6289 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 6290 (smerge-markers-face):
e8bfdf82
MB
6291 New backward-compatibility aliases for renamed faces.
6292 (smerge-mine-face, smerge-other-face, smerge-base-face)
6293 (smerge-markers-face): Use renamed smerge faces.
6294
ca19f3f1
AS
6295 * log-view.el (log-view-file, log-view-message): Remove "-face"
6296 suffix from face names.
8511877a
SM
6297 (log-view-file-face, log-view-message-face):
6298 New backward-compatibility aliases for renamed faces.
ca19f3f1
AS
6299 (log-view-file-face, log-view-message-face): Use renamed log-view
6300 faces.
d842de85 6301
83acf231 6302 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 6303 Remove "-face" suffix from face names.
83acf231 6304 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
6305 New backward-compatibility aliases for renamed faces.
6306 (show-paren-function): Use renamed show-paren faces.
6307
42e64878
MB
6308 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6309 (ruler-mode-margins, ruler-mode-fringes)
6310 (ruler-mode-column-number, ruler-mode-fill-column)
6311 (ruler-mode-comment-column, ruler-mode-goal-column)
ca19f3f1
AS
6312 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6313 suffix from face names.
42e64878
MB
6314 (ruler-mode-default-face, ruler-mode-pad-face)
6315 (ruler-mode-margins-face, ruler-mode-fringes-face)
6316 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6317 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8511877a
SM
6318 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6319 New backward-compatibility aliases for renamed faces.
42e64878
MB
6320 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6321 (ruler-mode-column-number, ruler-mode-fill-column)
6322 (ruler-mode-comment-column, ruler-mode-goal-column)
6323 (ruler-mode-tab-stop, ruler-mode-current-column)
ca19f3f1
AS
6324 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6325 faces.
42e64878 6326
ee01ad0e
MB
6327 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6328 face name.
6329 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
6330 (whitespace-highlight-face): New backward-compatibility alias for
6331 renamed face.
ee01ad0e 6332
b66e8575
MB
6333 * woman.el (woman-italic, woman-bold, woman-unknown)
6334 (woman-addition, woman-symbol-face):
6335 Remove "-face" suffix from face names.
6336 (woman-italic-face, woman-bold-face, woman-unknown-face)
6337 (woman-addition-face):
6338 New backward-compatibility aliases for renamed faces.
6339 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6340 (woman-decode-region, woman-replace-match)
6341 (woman-display-extended-fonts, woman-special-characters)
6342 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6343 Use renamed woman faces.
6344
041a6e47
MB
6345 * longlines.el (longlines-visible-face): Face removed.
6346
221711eb
MB
6347 * diff-mode.el (diff-header, diff-file-header, diff-index)
6348 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 6349 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
6350 suffix from face names.
6351 (diff-header-face, diff-file-header-face, diff-index-face)
6352 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6353 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 6354 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
6355 renamed faces.
6356 (diff-header-face, diff-file-header-face)
6357 (diff-index, diff-index-face, diff-hunk-header)
6358 (diff-hunk-header-face, diff-removed, diff-removed-face)
6359 (diff-added, diff-added-face, diff-changed-face, diff-function)
6360 (diff-function-face, diff-context-face, diff-nonexistent)
6361 (diff-nonexistent-face): Use renamed diff-mode faces.
6362
541a6d0d
MB
6363 * progmodes/compile.el (compilation-warning-face)
6364 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 6365 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
6366 New backward-compatibility aliases for renamed faces.
6367 (compilation-warning-face, compilation-info-face):
6368 Use renamed compilation faces.
6369
fe735a8d
MB
6370 * add-log.el (change-log-date, change-log-name)
6371 (change-log-email, change-log-file, change-log-list)
6372 (change-log-conditionals, change-log-function)
6373 (change-log-acknowledgement): Remove "-face" suffix from face names.
6374 (change-log-date-face, change-log-name-face)
6375 (change-log-email-face, change-log-file-face)
6376 (change-log-list-face, change-log-conditionals-face)
83acf231 6377 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
6378 New backward-compatibility aliases for renamed faces.
6379 (change-log-font-lock-keywords): Use renamed change-log faces.
6380
d478e69d
MB
6381 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6382 (custom-set, custom-changed, custom-saved, custom-button)
6383 (custom-button-pressed, custom-documentation, custom-state)
6384 (custom-comment, custom-comment-tag, custom-variable-tag)
6385 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6386 (custom-group-tag): Remove "-face" suffix from face names.
6387 (custom-magic-alist, custom-magic-value-create)
6388 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6389 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6390 (custom-set-face, custom-changed-face, custom-saved-face)
6391 (custom-button-face, custom-button-pressed-face)
6392 (custom-documentation-face, custom-state-face)
6393 (custom-comment-face, custom-comment-tag-face)
6394 (custom-variable-tag-face, custom-variable-button-face)
6395 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 6396 (custom-group-tag-face):
d478e69d
MB
6397 New backward-compatibility aliases for renamed faces.
6398
0efefc52
MB
6399 * wid-edit.el (widget-documentation, widget-button)
6400 (widget-field, widget-single-line-field, widget-inactive)
6401 (widget-button-pressed): "-face" suffix removed from face names.
6402 (widget-documentation-face, widget-button-face)
6403 (widget-field-face, widget-single-line-field-face)
6404 (widget-inactive-face, widget-button-pressed-face):
6405 New backward-compatibility aliases for renamed faces.
6406 (widget-documentation-face, widget-button-face)
6407 (widget-button-pressed-face, widget-specify-field)
6408 (widget-specify-inactive): Use renamed widget faces.
6409
d8338794
KH
64102005-06-10 Kenichi Handa <handa@m17n.org>
6411
6412 * term/x-win.el (x-clipboard-yank): Remove condition-case
6413 wrapping.
6414
64152005-06-11 Kenichi Handa <handa@m17n.org>
6416
6417 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6418 date lines stricter.
6419
63e88db3
KH
64202005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6421
6422 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6423 of x-get-selection.
6424
63baed99
JB
64252005-06-10 Juanma Barranquero <lekktu@gmail.com>
6426
6427 * comint.el (comint-mode, comint-snapshot-last-prompt):
6428 * frame.el (frame-current-scroll-bars):
6429 * term.el (term-mode, term-check-proc, term-input-sender)
6430 (term-simple-send, term-extract-string, term-word)
6431 (term-match-partial-filename):
6432 * window.el (window-current-scroll-bars):
6433 * emulation/cua-base.el (cua-normal-cursor-color)
6434 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6435 (cua-global-mark-cursor-color):
6436 * mail/undigest.el (rmail-forward-separator-regex):
6437 Fix typos in docstrings.
6438
6439 * comint.el (comint-check-proc, make-comint-in-buffer)
6440 (comint-source-default): Doc fixes.
6441
8511877a 6442 * term.el (term-send-string): Improve argument/docstring consistency.
63baed99 6443
3c28ffec
LT
64442005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6445
6446 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6447 call to `delete-region'.
6448 (comint-mode-hook): Do not enable Font Lock by default.
6449
420adcc6
LK
64502005-06-09 Lute Kamstra <lute@gnu.org>
6451
6452 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6453 could be void.
6454
6c06bd88
SM
64552005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6458 (debug): Use it.
6459 (debugger-step-through, debugger-continue, debugger-jump)
6460 (debugger-return-value): Set it when needed.
6461 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6462 Use inhibit-read-only.
6463
f271d3c7
JB
64642005-06-09 Juanma Barranquero <lekktu@gmail.com>
6465
fd8529d0
JB
6466 * window.el (shrink-window-if-larger-than-buffer)
6467 (window-size-fixed): Fix typo in docstring.
9fa87e0d 6468
f271d3c7
JB
6469 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6470 thumbnails directory on loading.
6471 (thumbs-conversion-program): Use `eq' to check the system type,
6472 not `equal'.
6473 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6474 not "/tmp". Fix docstring.
6475 (thumbs-thumbsdir): New function to return the thumbnails
6476 directory, creating it if needed.
6477 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6478 (thumbs-temp-file): Delete variable and make it into a function.
6479 (thumbs-resize-image, thumbs-modify-image): Use it.
6480 (thumbs-kill-buffer): Simplify.
6481 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6482 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6483 docstrings.
6484
b7aae902
KS
64852005-06-09 Kim F. Storm <storm@cua.dk>
6486
6487 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6488 set-match-data to free markers in match-data.
6489
6490 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6491 match-data to unchain markers in match-data.
6492
72f23b85
SM
64932005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6496 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6497 unnecessary now.
6498
99598737
RS
64992005-06-08 Richard M. Stallman <rms@gnu.org>
6500
6501 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6502 give the variable a doc string that doesn't say don't set it directly.
6503
6504 * textmodes/ispell.el (ispell-check-version):
6505 Use match-string-no-properties.
6506 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6507 (ispell-buffer-local-words): Likewise.
6508
6509 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6510 except on terminals with enough colors to really display it.
6511 (makefile-dependency-regex): Delete spurious `bb'.
6512
6513 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 6514 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 6515
4a29de23
KS
65162005-06-08 Kim F. Storm <storm@cua.dk>
6517
6518 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6519 also when reading directory name.
6520
b978659c
LK
65212005-06-08 Lute Kamstra <lute@gnu.org>
6522
6523 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
6524 (flyspell-mode-line-string): Remove autoload cookie.
6525 (flyspell-mode): Remove defvar.
b978659c 6526
6d64c191
LK
65272005-06-07 Lute Kamstra <lute@gnu.org>
6528
6529 * textmodes/org.el (org-run-mode-hooks): New function.
6530 (org-agenda-mode): Use it.
6531
590bc48b
JB
65322005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6533
99598737 6534 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 6535
3d031334
SM
65362005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6539
a54aae9e
LT
65402005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6541
6542 * font-lock.el (font-lock-add-keywords): Doc fix.
6543
ed975fa6
SM
65442005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6545
29a47b89
SM
6546 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6547 (tex-compile-default): In the absence of any history, use the order in
6548 tex-compile-alist to choose the preferred command.
6549 (tex-compile-commands): Reorder a bit.
6550
7ad04640
SM
6551 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6552 (flyspell-incorrect-face, flyspell-duplicate-face):
6553 Use (X)Emacs-agnostic code.
6554 (flyspell-mode-map): Don't overwrite at each load. Remove code
6555 redundant with the subsequent add-minor-mode. Merge Emacs and
6556 XEmacs code.
6557 (flyspell-word): Minor simplification.
6558 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8511877a
SM
6559 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6560 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6561 Merge the corresponding Emacs code.
6562 (flyspell-correct-word, flyspell-xemacs-popup):
6563 Use flyspell-do-correct.
7ad04640 6564
532c188a
SM
6565 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6566 a dedicated window.
6567
ed975fa6
SM
6568 * international/latexenc.el (latexenc-find-file-coding-system):
6569 Undo part of last patch, to turn off a compiler warning.
6570
e43cbeae
JL
65712005-06-06 Juri Linkov <juri@jurta.org>
6572
6573 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6574 Rename `tmm-inactive-face' to `tmm-inactive'.
6575
4bad17c2
KS
65762005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6577
6578 * iswitchb.el: Rename faces.
6579
c7b96d76
KS
65802005-06-06 Kim F. Storm <storm@cua.dk>
6581
6582 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6583 (cua-global-mark): Remove -face suffix from face names.
6584
ed975fa6
SM
6585 * emulation/cua-gmrk.el (cua--init-global-mark):
6586 Remove cua-global-mark face setup.
c7b96d76 6587
ce6e10af
RS
65882005-06-06 Richard M. Stallman <rms@gnu.org>
6589
6590 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6591 just like other allowed characters.
6592 (makefile-match-dependency): Exclude leading and training whitespace
6593 from the range of regexp subexp 1.
6594 (makefile-macroassign-regex): Don't try to match the body,
6595 just the name of the macro being defined.
6596
6597 * info.el (Info-read-node-name-2): New function.
6598 (Info-read-node-name-1): Use that.
6599 Add a completion-base-size-function property.
6600
6601 * simple.el (completion-setup-function): Look for
8511877a 6602 completion-base-size-function property of minibuffer-completion-table.
ce6e10af
RS
6603
6604 * files.el (locate-file-completion): Doc fix.
6605
6606 * printing.el: Don't call pr-update-menus; user must do that.
6607
6608 * emacs-lisp/debug.el (debugger-window): New variable.
6609 (debug): Use debugger-window if it is set and still alive.
6610 Record debugger-window for next entry.
c7b96d76 6611
ce6e10af
RS
6612 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6613
c7b96d76 66142005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
6615
6616 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6617 (hack-one-local-variable, hack-local-variables)
6618 (hack-local-variables-prop-line): Pass that arg.
6619
9c7f6bb3
KS
66202005-06-06 Kim F. Storm <storm@cua.dk>
6621
6622 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6623 (ido-indicator): Remove -face suffix from face names.
6624
c476bcb0
JL
66252005-06-06 Juri Linkov <juri@jurta.org>
6626
6627 * font-lock.el (font-lock-regexp-backslash)
6628 (font-lock-regexp-backslash-construct): New faces.
6629 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6630 after `('. Add `while-no-input' to control structures.
6631
6632 * faces.el (no-break-space, shadow): New faces.
6633 (escape-glyph): Use less loud colors pink2 and red4.
6634
6635 * diff-mode.el (diff-context-face)
6636 * dired.el (dired-ignored)
6637 * rfn-eshadow.el (file-name-shadow)
6638 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6639
6640 * info.el (Info-title-1-face): Use green instead of yellow because
6641 bold yellow is not readable on light backgrounds.
6642
6643 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6644 before selecting the desired mode to not spend time fontifying
6645 old contents.
6646
f7f17975
JB
66472005-06-06 Juanma Barranquero <lekktu@gmail.com>
6648
b3c70578
JB
6649 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6650 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6651
01f438b9
JB
6652 * ps-print.el (ps-default-fg, ps-default-bg):
6653 Fix typos in docstrings.
6654
f7f17975
JB
6655 * isearchb.el (isearchb): Don't pass a spurious second argument to
6656 `iswitchb-completions'.
6657
c1205dad
NR
66582005-06-05 Nick Roberts <nickrob@snap.net.nz>
6659
6660 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6661 to preserve point.
6662 (gdb-find-file-hook): Add doc string.
6663
6664 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 6665 C dereferenced pointer expression.
32759db5 6666 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
6667
6668 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6669
eb78dfb8
JB
6670 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6671 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6672 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6673 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6674 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
6675 Make background transparent.
6676
bfe5418b
LT
66772005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6678
6679 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6680 (font-lock-remove-keywords): Doc fix.
6681 (font-lock-mode-major-mode): Compiler defvar.
6682 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6683
6684 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6685 (font-lock-mode): Update `font-lock-mode-major-mode'.
6686 (font-lock-set-defaults): Compiler defvar.
6687 (font-lock-default-function): Take `font-lock-mode-major-mode'
6688 into account.
6689
6690 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6691 keep track of which major mode it enabled the minor mode for.
6692 Use find-file-hook again. Update docstring.
6693
6694 * simple.el (eval-expression-print-level)
6695 (eval-expression-print-length, eval-expression-debug-on-error):
6696 Doc fixes.
6697
91018229
EZ
66982005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6699
b6f0a397
EZ
6700 * iswitchb.el (iswitchb-single-match-face)
6701 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6702 (iswitchb-invalid-regexp-face): New faces.
6703 (iswitchb-completions): Use them.
ed975fa6 6704 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
6705 now marked as an obsolete alias.
6706 (iswitchb-read-buffer): Remove check for bound font variables.
6707 (iswitchb-invalid-regexp): New free variable.
6708 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6709 set iswitchb-invalid-regexp.
6710 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6711 invalid regexps.
6712 (iswitchb-completions): Add check for complete match when entering
6713 a regexp.
6714 (iswitchb-completions): Remove require-match argument.
bfe5418b 6715 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
6716 (iswitchb-common-match-inserted): New variable.
6717 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 6718
94d4bafb
EZ
67192005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6720
6721 * url-http.el (url-http-chunked-encoding-after-change-function):
6722 Use `url-http-debug' instead of `message'.
6723
86b21ac3
EZ
67242005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6725
6726 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6727 callback argument.
6728
61e40b6d
KS
67292005-06-04 Kim F. Storm <storm@cua.dk>
6730
555228aa
KS
6731 * simple.el (line-move): Only call sit-for when moving backwards.
6732
61e40b6d
KS
6733 * ido.el (ido-make-merged-file-list-1): New defun split from
6734 ido-make-merged-file-list.
6735 (ido-make-merged-file-list): Bind throw-on-input around call to
6736 ido-make-merged-file-list-1. Return input-pending-p if
6737 interrupted by more input available.
6738 (ido-read-internal): Handle input-pending-p return value from
6739 ido-make-merged-file-list.
6740
10b234c0
SM
67412005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6742
fab31ec3
SM
6743 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6744 compatibility code.
6745
10b234c0
SM
6746 * international/latexenc.el (latexenc-find-file-coding-system):
6747 Don't inherit the EOL part of the coding-system from the
6748 tex-main buffer. Fit within 80 columns.
6749
76668788
NR
67502005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6751
6752 * tmm.el (tmm-inactive-face): New face.
6753 (tmm-remove-inactive-mouse-face): New function.
6754 (tmm-prompt, tmm-add-one-shortcut)
6755 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6756 but not selectable.
6757
6312e5f7
JB
67582005-06-03 Juanma Barranquero <lekktu@gmail.com>
6759
6760 * faces.el (face-equal): Improve argument/docstring consistency.
6761
30edba6e
DP
67622005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6763
6764 * progmodes/make-mode.el (makefile-targets-face)
6765 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6766 (makefile-bsdmake-dependency-regex)
6767 (makefile-makepp-rule-action-regex)
6768 (makefile-bsdmake-rule-action-regex): New constants.
6769 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6770
6771 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6772 Allow (...) within `...' for makepp messages.
6773
899a431b 67742005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 6775
85268d70 6776 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 6777
85268d70
JB
6778 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6779 "." files are deleted from all file lists before comparison.
30edba6e 6780
85268d70
JB
6781 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6782 (viper-ESC-key): Made them customizable.
30edba6e 6783
10b234c0 6784 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 6785
bfadb7ec
LT
67862005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6787
6788 * autorevert.el (auto-revert-buffers): Use save-match-data.
6789
6cb9fac3
SM
67902005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6793 menu items with a nil command binding.
6794
011131fd
JB
67952005-06-01 Juanma Barranquero <lekktu@gmail.com>
6796
358e4d6d
JB
6797 * emacs-lisp/cl-macs.el (defsetf):
6798 Improve argument/docstring consistency.
6799
011131fd
JB
6800 * faces.el (list-faces-display): Improve the formatting by
6801 computing the maximum length required for any face-name (reworked
6802 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6803 (internal-find-face): Remove redundant info in docstring.
6804
7653a3dc
NR
68052005-06-01 Nick Roberts <nickrob@snap.net.nz>
6806
6807 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6808 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6809 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6810 (gdb-assembler-custom): Improve regexps.
ed975fa6 6811 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 6812
9ccee7d0
SM
68132005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6816
ad83e1f4
JB
68172005-05-31 Jay Belanger <belanger@truman.edu>
6818
6819 * calc/calc-embed.el (calc-embedded-word): Change argument passed
6820 to calc-embedded.
6821 (calc-embedded-make-info): Have plain prefix argument select
6822 entire line.
6823
2cd16d74
JB
68242005-05-31 Juanma Barranquero <lekktu@gmail.com>
6825
d0213ee1
JB
6826 * faces.el (list-faces-display): Signal error if passed a regexp
6827 that matches no face name.
6828
2cd16d74
JB
6829 * simple.el (filter-buffer-substring): Fix typo in docstring.
6830
f35aff82
RS
68312005-05-31 Richard M. Stallman <rms@gnu.org>
6832
9ccee7d0 6833 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
6834 (vhdl-emacs-21): Doc fix.
6835 (vhdl-mode): Unconditionally set comment-padding.
6836 (vhdl-fixup-whitespace-region): Insert spaces only where
6837 there are none.
6838 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6839
c7a4ce37
JW
68402005-05-30 John Wiegley <johnw@newartisans.com>
6841
881b07f9
JB
6842 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6843 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6844 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
6845 `directory-sep-char' to ?/, and all uses of `string-to-int' to
6846 `string-to-number'.
6847
e39f3cfe
JB
68482005-05-30 Jay Belanger <belanger@truman.edu>
6849
6850 * calc/calc.el (calc-bug-address): Fix docstring.
6851 (calc-window-hook, calc-trail-window-hook): New variables.
6852 (calc-trail-display): Restore use of calc-trail-window-hook.
6853 (calc): Restore use of calc-window-hook.
6854
6dfa731f
MY
68552005-05-31 Masatake YAMATO <jet@gyve.org>
6856
3c1ebc5a 6857 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 6858
3c1ebc5a 6859 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
6860 `find-function-noselect'.
6861
3c1ebc5a
SM
68622005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6865 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6866
3f72dc73
GM
68672005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6868
6869 * calendar/diary-lib.el (mark-included-diary-files): Only kill
6870 included diary buffer if it was not already being visited.
6871 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6872
6873 * calendar/icalendar.el (top-level): Do not require 'appt.
6874
6875 * mail/supercite.el (sc-select-attribution): Only use a list
6876 element from sc-attrib-selection-list if it returns a string.
6877 Reported by Davide G. M. Salvetti <salve@debian.org>.
6878
0df06447
JB
68792005-05-30 Juanma Barranquero <lekktu@gmail.com>
6880
588c0770 6881 * thumbs.el (thumbs-thumbname): The resulting thumbname now
0df06447
JB
6882 includes a hash value to improve its uniqueness, and has a ".jpg"
6883 extension. Also, it is now a valid filename on all systems.
6884 (thumbs-make-thumb): Use `let', not `let*'.
6885 (thumbs-show-thumbs-list): Check for JPEG availability.
6886
b8caac06
RS
68872005-05-30 Richard M. Stallman <rms@gnu.org>
6888
6889 * filesets.el (filesets-menu-ensure-use-cached):
6890 Prevent warning when emacs-version>= is undefined.
6891
6892 * printing.el (pr-interactive-n-up): Use string-to-number.
6893
6894 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6895
6896 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6897 Warn only when name to be defined is quoted.
6898
4809e59f
NR
68992005-05-30 Nick Roberts <nickrob@snap.net.nz>
6900
6901 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6902 Make regexp more robust.
0df06447 6903 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
6904 Force regeneration of disassembly.
6905
2a1669a2
JB
69062005-05-29 Jay Belanger <belanger@truman.edu>
6907
6908 * calc/calc.el (calc-user-invocation): Check if
6909 calc-invocation-macro is non-nil.
6910
5f43c63c
JL
69112005-05-29 Juri Linkov <juri@jurta.org>
6912
6913 * add-log.el (change-log-font-lock-keywords):
6914 Add `+' to e-mail regexp to accept mail address with keywords.
6915
6916 * man.el (Man-name-regexp): Add `:' to accept qualified names.
6917
7fa9f4eb
LT
69182005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6919
6920 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6921
6922 * ielm.el (inferior-emacs-lisp-mode): Ditto.
6923
cad2b414
RS
69242005-05-29 Richard M. Stallman <rms@gnu.org>
6925
6926 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6927 Undo the change that moves to end of the current word.
6928
8c6fb9d0
NR
69292005-05-29 Nick Roberts <nickrob@snap.net.nz>
6930
6931 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6932 Throw error when count <= 0 to ensure input is a number.
6933 (gdb-read-memory-custom): Pick up address from buffer.
6934 (gdb-memory-mode): Allow user to increment and decrement
6935 memory address from header line.
6936
c16b1394
RS
69372005-05-29 Richard M. Stallman <rms@gnu.org>
6938
a8c453e6
RS
6939 * flyspell.el (flyspell-version): Function deleted.
6940 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 6941
c16b1394
RS
6942 * jit-lock.el (jit-lock-function, jit-lock-after-change):
6943 Do nothing if memory is full.
6944
6945 * font-lock.el (font-lock-fontify-syntactically-region):
6946 Pass t for GREEDY to looking-back.
6947
6948 * saveplace.el (save-place-alist-to-file): Write the file
6949 using write-region.
6950
6951 * subr.el (looking-back): New argument GREEDY.
6952
6953 * progmodes/compile.el (compilation-start): Set the mode
6954 before inserting the initial text.
6955
6956 * progmodes/which-func.el (which-func-update-1): Turn the mode
6957 off in case of error by setting which-func-mode.
7fa9f4eb 6958
52eb0373 69592005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 6960
cad2b414 6961 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 6962 Narrow down to what's on the screen, and recenter overlays
cad2b414 6963 at the end of the next word.
7fa9f4eb 6964
52eb0373 69652005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 6966
a8c453e6 6967 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 6968 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
6969 (flyspell-abbrev-p): Default to nil.
6970 (flyspell-use-global-abbrev-table-p): Doc fix.
6971 (flyspell-large-region): Allow nil as value.
6972 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6973
6974 (mail-mode-flyspell-verify): More robust handling
6975 of `mail-header-separator'. More efficient signature detection.
6976 Allow for regexp metacharacters in message-header-separator.
85be564d 6977 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
6978
6979 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6980 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6981 Bind flyspell-auto-correct-binding.
6982 Bind C-. and C-, .
6983 (flyspell-mode-map): Likewise.
6984 (flyspell-mode): Doc fix.
6985 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6986 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6987 (flyspell-word-cache-result): New var, always local.
6988 (flyspell-check-pre-word-p): Doc fix.
6989 (flyspell-check-changed-word-p): Handle spc like newline.
6990 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6991 (flyspell-word-search-backward, flyspell-word-search-forward):
6992 New functions.
6993 (flyspell-word): Return t if nothing to check.
6994 When parsing TeX code, check for after } or \.
6995 Use flyspell-word-search-backward to find previous word.
6996 Return nil if duplicated word.
6997 For word already checked, return same value as last time.
6998 Set flyspell-word-cache-result after checking.
6999 Don't clobber the return value.
7000 (flyspell-get-word): Major rewrite.
7001 (flyspell-external-point-words): New locals pword, pcount.
7002 Fix size used in progress message.
7003 Find the proper corresponding word in flyspell-large-region-buffer.
7004 (flyspell-region): Check for flyspell-large-region = nil.
7005 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7006 (flyspell-auto-correct-word): Check that WORD is a cons.
7007 (flyspell-correct-word): Likewise.
a8c453e6 7008
adde7693
DP
70092005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7010
7011 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
7012 (makefile-macroassign-regex, makefile-makepp-mode)
7013 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
7014 Reported by Joshua Varner.
7015 (makefile-makepp-font-lock-keywords): Add $(stem).
7016
b5352ff5
KB
70172005-05-28 Karl Berry <karl@gnu.org>
7018
0df06447 7019 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
7020 shell-quote-argument (2005-03-31 change), remove all calls to
7021 shell-quote-argument; they all end up invoking tex-send-command.
7022 The double quoting loses on filenames with non-safe characters,
7023 such as "@". Reported by Frederik Fouvry.
7024
3daabddd
NR
70252005-05-29 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7028 about preserving point.
7029
1565a620
JB
70302005-05-27 Jay Belanger <belanger@truman.edu>
7031
7032 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7033 Info-goto-node.
7034
05294d63
JB
7035 * calc/calc-embed.el (calc-embed-arg): New variable.
7036 (calc-do-embedded-activate, calc-embedded-activate-formula)
7037 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7038 variable by new variable.
7039 (calc-embedded-make-info): Replace undeclared variable by new
7040 variable. When selecting region with positive prefix
7041 argument, use end of previous line instead of beginning of line.
7042
7043 * calc/calc-aent.el (calc-arg-values): Declare it.
7044
7045 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7046 Declare them.
7047
7048 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7049
7050 * calc/calc.el (calc-alg-map): Declare it.
7051
7052 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7053
f8916156
NR
70542005-05-28 Nick Roberts <nickrob@snap.net.nz>
7055
7056 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7057 (gdb-registers-buffer, toggle-gdb-all-registers):
7058 Toggle display of floating point registers.
7059 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7060
0df06447 7061 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
7062 (toggle-gud-tooltip-dereference):
7063 Rename from gud-toggle-tooltip-dereference.
7064
83040cb0
SM
70652005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7068
63971eab
JB
70692005-05-27 Jay Belanger <belanger@truman.edu>
7070
7071 * calc/calc-prog.el (calc-kbd-report): Remove.
7072 (calc-kbd-query): Rewrite.
7073
d5e1a786
JB
70742005-05-27 Juanma Barranquero <lekktu@gmail.com>
7075
83040cb0 7076 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
7077 (image-type-available-p): Doc fix.
7078
6c5a38fa
LK
70792005-05-27 Lute Kamstra <lute@gnu.org>
7080
18a8c773 7081 * calc/calc.el (calc):
1f2503a5 7082 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
7083 (outline-5, outline-6, outline-7, outline-8):
7084 * textmodes/dns-mode.el (dns-mode):
7085 * textmodes/sgml-mode.el (sgml-namespace-face):
7086 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 7087 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
7088 * textmodes/texinfo.el (texinfo-heading-face):
7089 Specify customization group.
1f2503a5 7090
6c5a38fa
LK
7091 * longlines.el: Don't require easy-mmode.
7092 (longlines-visible-face): Specify customization group.
7093
7cf49add
KH
70942005-05-27 Kenichi Handa <handa@m17n.org>
7095
7096 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7097 encoding table of windows-1251.
7098
83040cb0
SM
7099 * international/ucs-tables.el (ucs-set-table-for-input):
7100 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
7101 its translation-table property.
7102
7103 * international/code-pages.el: Don't register a coding system into
7104 non-iso-charset-alist more than once.
7105 (cp-make-coding-system): Likewise.
1f2503a5 7106
9c041409
JW
71072005-05-26 John Wiegley <johnw@newartisans.com>
7108
6b6f91b3
JW
7109 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7110 `eshell-resume-eval' is wrapped in a list, it indicates that the
7111 command was run asynchronously. In that case, unwrap the value
7112 before checking the delimiter value.
7113
9c041409 7114 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
7115 character before a space at the end of a line is \, assume the space
7116 is part of the last argument rather than a final argument separator.
9c041409 7117
83040cb0
SM
7118 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7119 is in use, and the target is `t' or `nil' (which are the most common
7120 values), don't assume that the symbol target is a buffer.
9c041409 7121
ddfbe5db
LT
71222005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7123
7124 * calendar/calendar.el (calendar-mode-line-format):
7125 Use mode-line-highlight as mouse-face.
7126
7127 * time.el (display-time-string-forms, display-time-update):
7128 Use mode-line-highlight as mouse-face.
7129
04e9c13c
JB
71302005-05-26 Jay Belanger <belanger@truman.edu>
7131
7132 * calc/calc.el (calc-language-alist): Remove extra defvar.
7133
6441d280
LK
71342005-05-26 Lute Kamstra <lute@gnu.org>
7135
7136 * arc-mode.el (archive-mode):
7137 * bookmark.el (bookmark-read-annotation-mode)
7138 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7139 * bs.el (bs-mode):
7140 * calc/calc-yank.el (calc-edit-mode):
7141 * calc/calc.el (calc-mode, calc-trail-mode):
7142 * calculator.el (calculator-mode):
7143 * chistory.el (command-history-mode):
7144 * comint.el:
7145 * cus-edit.el (custom-mode):
7146 * descr-text.el (describe-text-mode):
7147 * ebuff-menu.el (Electric-buffer-menu-mode):
7148 * ediff-util.el (ediff-mode):
4b66bdf0
LK
7149 * emacs-lisp/re-builder.el (reb-mode):
7150 * emulation/vi.el (vi-mode-setup):
7151 * emulation/ws-mode.el (wordstar-mode):
7152 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
7153 * forms.el (forms-mode):
7154 * help-mode.el (help-mode):
7155 * hexl.el (hexl-mode):
7156 * ibuffer.el (ibuffer-mode):
7157 * ielm.el (inferior-emacs-lisp-mode):
7158 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 7159 * international/swedish.el:
6441d280
LK
7160 * ledit.el (ledit-from-lisp-mode):
7161 * locate.el (locate-mode):
4b66bdf0
LK
7162 * mail/rmail.el (rmail-mode):
7163 * mail/rmailedit.el (rmail-edit-mode):
7164 * mail/rmailsum.el (rmail-summary-mode):
7165 * mail/supercite.el (sc-electric-mode):
7166 * net/eudc.el (eudc-mode):
7167 * net/quickurl.el (quickurl-list-mode):
7168 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7169 * obsolete/ooutline.el (outline-mode):
7170 * obsolete/options.el (Edit-options-mode):
7171 * obsolete/rnews.el (news-mode):
7172 * obsolete/rnewspost.el (news-reply-mode):
7173 * play/5x5.el (5x5-mode):
7174 * play/decipher.el (decipher-mode, decipher-stats-mode):
7175 * play/gomoku.el (gomoku-mode):
7176 * play/snake.el (snake-mode):
7177 * play/solitaire.el (solitaire-mode):
7178 * play/tetris.el (tetris-mode):
681c6a37
LK
7179 * progmodes/ada-mode.el (ada-mode):
7180 * progmodes/antlr-mode.el (antlr-mode):
7181 * progmodes/autoconf.el (autoconf-mode):
7182 * progmodes/dcl-mode.el (dcl-mode):
7183 * progmodes/delphi.el (delphi-mode):
9a969196
LK
7184 * progmodes/ebrowse.el (ebrowse-tree-mode)
7185 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
7186 (ebrowse-electric-position-mode):
7187 * progmodes/f90.el (f90-mode):
7188 * progmodes/fortran.el (fortran-mode):
7189 * progmodes/icon.el (icon-mode):
7190 * progmodes/idlw-help.el (idlwave-help-mode):
7191 * progmodes/idlw-shell.el (idlwave-shell-mode):
7192 * progmodes/idlwave.el (idlwave-mode):
7193 * progmodes/inf-lisp.el (inferior-lisp-mode):
7194 * progmodes/m4-mode.el (m4-mode):
7195 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7196 * progmodes/modula2.el (modula-2-mode):
7197 * progmodes/octave-inf.el (inferior-octave-mode):
7198 * progmodes/octave-mod.el (octave-mode):
7199 * progmodes/pascal.el (pascal-mode):
7200 * progmodes/sh-script.el (sh-mode):
7201 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7202 * progmodes/vhdl-mode.el (vhdl-mode):
7203 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
7204 * replace.el (occur-mode):
7205 * ses.el (ses-mode):
7206 * simple.el (completion-list-mode):
7207 * skeleton.el:
7208 * speedbar.el (speedbar-mode):
48985adc 7209 * term.el (term-mode):
6441d280 7210 * terminal.el (terminal-edit-mode):
681c6a37
LK
7211 * textmodes/reftex-index.el (reftex-index-mode)
7212 (reftex-index-phrases-mode):
7213 * textmodes/reftex-sel.el (reftex-select-label-mode)
7214 (reftex-select-bib-mode):
7215 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 7216 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
7217 * wid-browse.el (widget-browse-mode):
7218 Use run-mode-hooks.
6441d280
LK
7219
7220 * array.el (array-mode):
4b66bdf0
LK
7221 * calendar/todo-mode.el (todo-mode):
7222 * man.el (Man-mode):
7223 * play/landmark.el (lm-mode):
48985adc
KS
7224 * play/mpuz.el (mpuz-mode):
7225 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
7226
7227 * subr.el (delay-mode-hooks): Specify indentation.
7228
4b66bdf0
LK
72292005-05-26 Mark A. Hershberger <mah@everybody.org>
7230
ca19f3f1
AS
7231 * xml.el (xml-substitute-special): Don't die for undefined xml
7232 entities.
4b66bdf0 7233
3e00c50e
JB
72342005-05-26 Jay Belanger <belanger@truman.edu>
7235
7236 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7237 of nil.
7238
8da4dd76
NR
72392005-05-27 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * progmodes/gdb-ui.el (gdb-frame-address):
7242 Rename from gdb-current-address.
7243 (gdb-previous-frame-address): Rename from gdb-previous-address.
7244 (gdb-selected-frame): Rename from gdb-current-frame.
7245 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7246 (gdb-frame-number): Rename from gdb-current-stack-level.
7247 (gdb-ann3): Match new mode-name for disassembly buffer.
588c0770 7248 Extend initialization of variables.
8da4dd76
NR
7249 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7250 (gdb-memory-mode): Use mouse-face in header line.
7251 (gdb-assembler-buffer-name): Call it disassembly and give frame
7252 in mode line.
7253 (gdb-source-spec-regexp, gdb-assembler-custom)
7254 (gdb-invalidate-assembler, gdb-frame-handler):
7255 Make robust to leading zeroes in address format.
7256
8ba93b1c
CD
72572005-05-26 Carsten Dominik <dominik@science.uva.nl>
7258
d5e1a786 7259 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
7260 define `org-mode'.
7261 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7262
83040cb0 72632005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
7264
7265 * log-edit.el (log-edit-changelog-entries): Distinguish between
7266 filenames like xfns.c and fns.c.
04c71a26 7267
dd53d2c8
LT
72682005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7269
7270 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7271 point after reverting.
7272 (Buffer-menu-make-sort-button): Handle the case where
7273 `Buffer-menu-use-header-line' is nil.
7274
214dd398
TTN
72752005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7276
7277 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7278 New funcs. In minibuffer-local-completion-map bind `]', `/'
7279 and `:' to them.
7280
b6666b5f
SM
72812005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * startup.el (normal-top-level): Allow modification of load-path while
7284 we're iterating over it.
7285
f75049fc
JB
72862005-05-25 Juanma Barranquero <lekktu@gmail.com>
7287
7288 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7289 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7290 (thumbs-resize-interactive, thumbs-insert-image)
7291 (thumbs-insert-thumb, thumbs-dired-show-marked)
7292 (thumbs-find-image-at-point, thumbs-delete-images)
7293 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7294 (thumbs-increment-image-size, thumbs-decrement-image-size):
7295 Fix typos in docstrings.
7296
ccc90048
AS
72972005-05-24 Andre Spiegel <spiegel@gnu.org>
7298
83040cb0 7299 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
7300 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7301 (cperl-mode): Use them.
7302
18fde850
JB
73032005-05-24 Juanma Barranquero <lekktu@gmail.com>
7304
7305 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7306 Doc fixes.
7307
86041bae
NR
73082005-05-24 Nick Roberts <nickrob@snap.net.nz>
7309
b6666b5f 7310 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 7311 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
7312
7313 * dired.el (dired-dnd-popup-notice): Use message-box.
7314
359e4563
MY
73152005-05-23 Masatake YAMATO <jet@gyve.org>
7316
b6666b5f
SM
7317 * bindings.el (mode-line-major-mode-keymap):
7318 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
7319
7320 * faces.el (mode-line-highlight): New face.
7321
7322 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7323 as mouse-face.
7324
7325 * bindings.el (top-level, help-echo, mode-line-modified)
7326 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7327 as mouse-face.
7328
28fdc86a
JB
73292005-05-23 Juanma Barranquero <lekktu@gmail.com>
7330
a4632380
JB
7331 * progmodes/cc-engine.el (c-guess-basic-syntax):
7332 Remove spurious call to `zerop'.
7333
28fdc86a
JB
7334 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7335
7c09345f
MS
73362005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7337
7338 CC Mode update to 5.30.10:
7339
83040cb0 7340 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
7341 could go past the limit in decoration level 2, thereby causing
7342 errors during interactive fontification.
7343
83040cb0 7344 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
7345 the file is evaluated interactively.
7346
7347 * cc-engine.el (c-guess-basic-syntax): Handle operator
7348 declarations somewhat better in C++.
7349
7350 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7351 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
7352 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7353 (awk-mode): Use it.
7c09345f
MS
7354 (make-local-hook): Suppress warning about obsoleteness.
7355
7356 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
7357 (c-append-backslashes-forward, c-delete-backslashes-forward)
7358 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
7359 Compensate for return value from `forward-line' when it has moved
7360 but not to a different line due to eob.
7361
83040cb0 7362 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
7363 `objc-method-intro' and `objc-method-args-cont'.
7364
73652005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7366
7367 CC Mode update to 5.30.10:
7368
7369 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7370 in the copyright statement. Incidentally, change "along with GNU
7371 Emacs" to "along with this program" where it occurs.
7372
7373 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7374 so that it is interactive, hence can be found by M-x awk-mode
7375 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7376 <gmorris+emacs@ast.cam.ac.uk>.
7377
7378 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7379 Mode's regexps.
7380
28fdc86a 73812005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
7382
7383 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7384 c-parse-state, to avoid a lisp error (on bad code).
7385
f1e9abb9
LK
73862005-05-23 Lute Kamstra <lute@gnu.org>
7387
7388 * subr.el (font-lock-defaults): Remove defvar as it's already
7389 defined in font-core.el.
7390
83040cb0 7391 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 7392
28fdc86a
JB
73932005-05-23 Nick Roberts <nickrob@snap.net.nz>
7394
7395 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7396 more general and work when GDB variable "print pretty" is on,
7397 as with Emacs, for example.
7398
21178fee
LT
73992005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7400
7401 * font-core.el: Update comment.
7402
83040cb0
SM
7403 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7404 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
7405
7406 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7407
a0e8eaa3
EZ
74082005-05-22 Eli Zaretskii <eliz@gnu.org>
7409
7410 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7411 and `yank-handler' in the doc strings.
7412
6cd0254f
SM
74132005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7416
724e07b9
RS
74172005-05-22 Richard M. Stallman <rms@gnu.org>
7418
1b12fa9d
RS
7419 * help.el (describe-key): Move print-help-return-message call
7420 out of conditional.
7421
724e07b9
RS
7422 * progmodes/etags.el (list-tags): Use with-no-warnings.
7423
7424 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7425 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7426 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7427
7428 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7429
7430 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7431 Add defvar.
7432
7433 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7434 Use defvar, not defconst.
7435
7436 * hexl.el (hexl-follow-line): Use with-no-warnings.
7437
7438 * emulation/tpu-extras.el: Use write-file-functions instead of
7439 write-file-hooks.
7440
7441 * dired.el (dired-font-lock-keywords): Fontify files with junk
7442 extensions even if marked by -F.
7443
2641cc63
JB
74442005-05-22 Juanma Barranquero <lekktu@gmail.com>
7445
3187ba1c
JB
7446 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7447 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7448 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7449 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7450 (concatenate, list-length, get*, getf, cl-remprop):
7451 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7452 (etypecase, progv, lexical-let, lexical-let*)
7453 (multiple-value-bind, multiple-value-setq, shiftf):
7454 Improve argument/docstring consistency.
7455
2641cc63
JB
7456 * subr.el (focus-frame, unfocus-frame):
7457 Revert deletion on 2005-05-01.
7458
a41c216f
AS
74592005-05-22 Andre Spiegel <spiegel@gnu.org>
7460
7461 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7462 doesn't exist.
7463
83040cb0
SM
7464 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7465 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 7466
fdd55b6a
NR
74672005-05-22 Nick Roberts <nickrob@snap.net.nz>
7468
7469 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7470 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 7471 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
7472 suspend-hooks, comment-indent-hook, meta-flag,
7473 before-change-function, after-change-function,
7474 font-lock-doc-string-face.
7475
71f800cf
LT
74762005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7477
7478 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7479
bb4afd09
EZ
74802005-05-21 Eli Zaretskii <eliz@gnu.org>
7481
7482 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7483 rmail-dont-reply-to.
7484
a2c9aee6
EZ
74852005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7486
7487 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7488 literal blank when splitting new-header-values.
7489
6e50f7e0
EZ
74902005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7491
7492 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7493 string so that tmm doesn't create a completion entry for it.
7494
7495 * textmodes/table.el (table-disable-menu): Ditto.
7496
a527b753
RS
74972005-05-21 Richard M. Stallman <rms@gnu.org>
7498
7499 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7500
7501 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7502
7503 * net/rcompile.el (remote-compile): Use compilation-start.
7504
7505 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7506
774cd454
DP
75072005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7508
7509 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7510 Default to makefile-bsdmake-mode on BSD systems.
7511
7512 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7513 REGEXP may also be a search function now. The part of doc-string
7514 for describing the structure was 95% identical to that of
7515 `imenu--generic-function'. Unify it there.
7516
6cd0254f
SM
7517 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7518 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
7519 it easily goes into an endless loop.
7520 (makefile-makepp-mode): Also add submenu for Perl functions
7521 defined in the makefile.
7522 (makefile-bsdmake-mode): Special imenu-generic-expression no
7523 longer needed, due to function call.
7524 (makefile-match-dependency): Take BOUND into account when checking
7525 if we're through.
7526
ed8060d9
JB
75272005-05-20 Jay Belanger <belanger@truman.edu>
7528
7529 * calc/calc-units.el (calc-invalidate-units-table):
7530 Use inhibit-read-only.
7531 (math-build-units-table-buffer): Use view-mode.
7532
8292be61
DK
75332005-05-20 David Kastrup <dak@gnu.org>
7534
7535 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7536 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7537
0a418fa1
JB
75382005-05-20 Lute Kamstra <lute@gnu.org>
7539
7540 * diff-mode.el (diff-header-face, diff-file-header-face)
7541 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7542 (diff-added-face, diff-changed-face, diff-function-face)
7543 (diff-context-face, diff-nonexistent-face): Put them in the
7544 diff-mode customization group.
7545
75462005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7549
7550 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7551
7552 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7553 Minor regexp-optimization.
7554
24e9a727
CD
75552005-05-20 Carsten Dominik <dominik@science.uva.nl>
7556
7557 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7558 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7559 (org-agenda-add-time-grid-maybe): New function.
7560 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7561 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 7562 (org-xor): Simplify implementation.
24e9a727
CD
7563 (org-agenda): `inhibit-redisplay' turned on.
7564 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7565 a consistent line after a state change.
7566 (org-agenda-remove-times-when-in-prefix): New option.
7567 (org-prefix-has-time): New variable.
7568 (org-parse-time-string): Optional argument NODEFAULT.
7569 (org-format-agenda-item): Parse items for time-of-day
7570 specifications and move these into the prefix if possible.
7571 (org-agenda-priority): Get current heading, not previous heading
7572 during agenda remote editing.
7573
a18ff988
JB
75742005-05-20 Juanma Barranquero <lekktu@gmail.com>
7575
47bc4b3f
JB
7576 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7577 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7578 (remove-duplicates, delete-duplicates, substitute)
7579 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7580 (nsubstitute-if-not, find, find-if, find-if-not, position)
7581 (position-if, position-if-not, count, count-if, count-if-not)
7582 (mismatch, search, sort*, stable-sort, merge, member*)
7583 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7584 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7585 (intersection, nintersection, set-difference, nset-difference)
7586 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7587 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7588 (nsublis, tree-equal): Improve argument/docstring consistency.
7589
7590 * subr.el (send-string, send-region):
7591 Remove obsolescence declaration.
a18ff988
JB
7592 (window-dot, set-window-dot, read-input, show-buffer)
7593 (eval-current-buffer, string-to-int):
7594 Add release number to obsolescence declarations.
7595
f4056bf7
KS
75962005-05-19 Kim F. Storm <storm@cua.dk>
7597
7598 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7599 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7600
35a0a8aa
NR
76012005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7602
7603 * faces.el (list-faces-display): Make back button respect optional
7604 regexp arg.
7605
bfd187c8
JB
76062005-05-19 Juanma Barranquero <lekktu@gmail.com>
7607
7608 * calculator.el (calculator-radix-grouping-mode)
7609 (calculator-radix-grouping-digits, calculator-displayer)
7610 (calculator-radix-grouping-separator, calculator-copy-displayer):
7611 * dabbrev.el (dabbrev-search-these-buffers-only):
7612 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7613 (diff-advance-after-apply-hunk, diff-mode-hook)
7614 (diff-minor-mode-prefix):
7615 * imenu.el (imenu-use-popup-menu):
7616 * jit-lock.el (jit-lock-context-time):
7617 * newcomment.el (comment-fill-column, comment-column)
7618 (comment-style, comment-padding, comment-multi-line)
7619 (comment-empty-lines, comment-auto-fill-only-comments):
7620 * reveal.el (reveal-around-mark):
7621 * uniquify.el (uniquify-buffer-name-style)
7622 (uniquify-after-kill-buffer-p)
7623 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7624 (uniquify-min-dir-content, uniquify-separator)
7625 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7626 * w32-vars.el (w32-fixed-font-alist):
7627 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7628 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7629 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7630 * progmodes/perl-mode.el (perl-indent-level)
7631 (perl-continued-statement-offset, perl-continued-brace-offset)
7632 (perl-brace-offset, perl-brace-imaginary-offset)
7633 (perl-label-offset, perl-indent-continued-arguments)
7634 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7635 * progmodes/tcl.el (tcl-indent-level)
7636 (tcl-continued-indent-level, tcl-auto-newline)
7637 (tcl-tab-always-indent, tcl-electric-hash-style)
7638 (tcl-help-directory-list, tcl-use-smart-word-finder)
7639 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7640 (inferior-tcl-source-command):
7641 * textmodes/fill.el (enable-kinsoku):
7642 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7643 * textmodes/table.el (table-yank-handler):
7644 Specify missing group (and type, if simple) in defcustom.
7645
620d3304
LT
76462005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7647
7648 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7649
e1c45277
RS
76502005-05-19 Richard M. Stallman <rms@gnu.org>
7651
7652 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7653
7654 * subr.el (event-basic-type): Don't get an error.
7655 (left-fringe-p): Function deleted.
7656
7657 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 7658 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
7659
7660 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7661 in recursive copy.
7662
7663 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7664
7665 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7666
ca19f3f1
AS
7667 * emacs-lisp/bytecomp.el
7668 (byte-compile-file-form-custom-declare-variable): Call
7669 byte-compile-nogroup-warn if appropriate.
e1c45277
RS
7670
7671 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7672 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 7673
de327926
JB
76742005-05-19 Jay Belanger <belanger@truman.edu>
7675
7676 * calc/calc-graph.el (calc-graph-format-data): Make sure
7677 var-PlotRejects is bound before trying to check its value.
7678
73d5f668
CD
76792005-05-19 Carsten Dominik <dominik@science.uva.nl>
7680
b6666b5f 7681 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
7682 definition of this variable from reftex-global.el to reftex.el,
7683 because it is needed in the menu.
7684
96474944
LK
76852005-05-19 Lute Kamstra <lute@gnu.org>
7686
7687 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7688 years are fixed. Don't insert a space after a dash.
7689
8d9386a1
KS
76902005-05-19 Kim F. Storm <storm@cua.dk>
7691
7692 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7693
dfa89b5d
DP
76942005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7695
7696 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7697 strings, because (eq ... ?\\) is fairly frequent.
7698
7699 * progmodes/make-mode.el (makefile-add-this-line-targets):
7700 Simplify and integrate into `makefile-pickup-targets'.
7701 (makefile-add-this-line-macro): Simplify and integrate into
7702 `makefile-pickup-macros.
7703 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
7704 (makefile-previous-dependency, makefile-match-dependency):
7705 Don't stumble over `::'.
dfa89b5d 7706
2fcd33fe
NR
77072005-05-19 Nick Roberts <nickrob@snap.net.nz>
7708
dfa89b5d 7709 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
7710 Remove obsoletion of post-command-idle-hook and
7711 post-command-idle-delay.
7712
639ec765 7713 * faces.el (list-faces-display): Provide button when describe-face
85be564d 7714 is called to take user back to the list of faces.
639ec765
NR
7715
7716 * help-fns.el (describe-variable): Remove hyperlinks in a
7717 variable's value as these are quite frequently inappropriate.
7718
b6666b5f
SM
7719 * follow.el (follow-submit-feedback, follow-mode):
7720 Remove references to post-command-idle-hook.
2fcd33fe 7721
5c8b5442
DP
77222005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7723
7724 * progmodes/make-mode.el (makefile-previous-dependency)
7725 (makefile-match-dependency): Check for := (and in bsd mode also
7726 !=) to give a better result, even when font-lock is not on.
7727
ec249c71
JB
77282005-05-18 Jay Belanger <belanger@truman.edu>
7729
44a91a68
JB
7730 * calc/calc-help.el (calc-s-prefix-help):
7731 Add `calc-copy-special-constant' to help string.
ec249c71 7732
2e5df9ac
LT
77332005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7734
7735 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7736
73b990b1
JB
77372005-05-18 Jay Belanger <belanger@truman.edu>
7738
7739 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7740 in linear factors are in proper order.
3a1e8128
CD
7741
77422005-05-18 Carsten Dominik <dominik@science.uva.nl>
7743
44a91a68
JB
7744 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7745 Support for jurabib.
3a1e8128
CD
7746
7747 * textmodes/reftex.el (featurep): Define aliases for overlay
7748 commands, for XEmacs compatibility, and use these aliases in
7749 overlay initializations.
7750 (reftex-highlight): Use `reftex-move-overlay'.
7751 (reftex-unhighlight): Use `reftex-delete-overlay'.
588c0770 7752 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3a1e8128
CD
7753 (reftex-access-search-path): Use `reftex-uniquify' instead of
7754 `reftex-uniq'
7755
ca19f3f1
AS
7756 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7757 `before-string' property modification enables for Emacs as well.
3a1e8128
CD
7758 (reftex-select-item): Use `reftex-delete-overlay'.
7759 (reftex-select-mark): Use `reftex-make-overlay' and
7760 `reftex-overlay-put'.
7761 (reftex-select-unmark): Use `reftex-delete-overlay' and
7762 `reftex-overlay-put'.
7763
7bc10886
LK
77642005-05-18 Lute Kamstra <lute@gnu.org>
7765
7766 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7767
d11ad5a7
JB
77682005-05-18 Juanma Barranquero <lekktu@gmail.com>
7769
1902b5b6
JB
7770 * add-log.el (add-change-log-entry):
7771 * array.el (array-make-template, array-reconfigure-rows)
7772 (array-init-max-row, array-init-max-column)
7773 (array-init-columns-per-line, array-init-field-width):
7774 * replace.el (replace-match-maybe-edit, perform-replace):
7775 * textmodes/spell.el (spell-region):
7776 Replace `read-input' by `read-string'.
7777
7778 * forms.el (forms-mode):
7779 * finder.el (finder-compile-keywords):
7780 * shadowfile.el (shadow-read-files):
7781 Replace `eval-current-buffer' by `eval-buffer'.
7782
7783 * terminal.el (te-pass-through):
7784 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7785 (ange-ftp-raw-send-cmd):
7786 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7787 (send-process-next-char, telnet-initial-filter, telnet):
7788 Replace `send-string' by `process-send-string'.
7789
7790 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7791 (prolog-consult-region): Replace `send-string' by
44a91a68 7792 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
7793
7794 * progmodes/delphi.el (delphi-log-msg):
7795 Replace `set-window-dot' by `set-window-point'.
7796
d11ad5a7
JB
7797 * subr.el (window-dot, set-window-dot, read-input, send-string)
7798 (send-region, show-buffer, eval-current-buffer):
7799 Make really obsolete, as the comment says.
7800
77e2c652
KS
78012005-05-17 Kim F. Storm <storm@cua.dk>
7802
7803 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7804 (cua--init-keymaps): Bind C-return instead of S-return to set
7805 rectangle mark.
7806
7807 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7808 instead of S-return to toggle/clear rectangle mark.
7809
0b11ce59
DP
78102005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7811
7812 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
7813 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7814 Also fontify plain strings assigned to variables, mostly so that a
7815 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
7816 (makefile-previous-dependency): Inline the new matcher, because it
7817 is too complex to work in both directions.
7818 (makefile-match-dependency): Eliminate `backward' arg (see above).
7819 Completely reimplemented so as to not sometimes go into an endless
7820 loop. It should also be more efficient, because first it only
7821 searches for `:', instead of applying the very complex regexp.
8ade3c25 7822 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
7823 to be fontified in one piece can be too long for JIT.
7824 Makefiles are never *that* big.
0b11ce59 7825
6ae53dc1
RS
78262005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
7827
7828 * dired.el (dired-mode): Simplify.
7829
77777daf
LK
78302005-05-17 Lute Kamstra <lute@gnu.org>
7831
f8d0b769
LK
7832 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7833 defcustom for the mode hook variable.
7834
77777daf
LK
7835 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7836 Emacs Lisp Reference Manual.
7837
430c1c66
JB
78382005-05-17 Juanma Barranquero <lekktu@gmail.com>
7839
213233f0
JB
7840 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7841 (evenp, list*):
7842 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7843 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7844
430c1c66
JB
7845 * net/tramp-smb.el (tramp-smb-open-connection):
7846 Pass `tramp-chunksize' as fifth (required) argument.
7847
71994ae7
DP
78482005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
7849
44a91a68
JB
7850 * font-lock.el (lisp-font-lock-keywords-1):
7851 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
7852 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7853
7854 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7855 a var, and refine it to mask one more level of nested vars.
7856 (makefile-rule-action-regex): Turn it into a var, and refine it so
7857 it recognizes backslashed continuation lines as belonging to the
7858 same command.
7859 (makefile-macroassign-regex): Refine it so it recognizes
7860 backslashed continuation lines as belonging to the same command.
7861 (makefile-var-use-regex): Don't look at the next char, because it
7862 might be the same one to be skipped by the initial [^$], leading
7863 to an overlooked variable use.
7864 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
7865 are now variables that some of the modes set locally.
7866 Handle dependency and rule action matching through functions, because
71994ae7 7867 regexps alone match too often. Dependency matching now comes
44a91a68 7868 last, so it can check, whether a colon already matched something else.
71994ae7
DP
7869 (makefile-mode): Inform that font-lock improves makefile parsing
7870 capabilities.
7871 (makefile-match-dependency, makefile-match-action): New functions.
7872
cc211a0f
JB
78732005-05-16 Juanma Barranquero <lekktu@gmail.com>
7874
1e866943
JB
7875 * emacs-lisp/cl-extra.el (equalp): Doc fix.
7876
027a4b6b
JB
7877 * align.el (align-regexp):
7878 * ansi-color.el (ansi-color-get-face):
7879 * array.el (array-reconfigure-rows, array-init-max-row)
7880 (array-init-max-column, array-init-columns-per-line)
7881 (array-init-field-width):
7882 * dired-aux.el (dired-trample-file-versions):
7883 * dired-x.el (dired-mark-sexp):
7884 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7885 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7886 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7887 * faces.el (face-read-integer):
7888 * files.el (backup-extract-version, insert-directory):
7889 * hexl.el (hexl-insert-decimal-char):
7890 * server.el (server-process-filter):
7891 * shell.el (shell-extract-num):
7892 * startup.el (command-line-1):
7893 * term.el (term-command-hook):
7894 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7895 (time-stamp-do-number):
7896 * time.el (display-time-update):
7897 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7898 (timezone-fix-time):
7899 * vms-patch.el (vms-suspend-resume-hook):
7900 * calendar/appt.el (appt-convert-time):
7901 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7902 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7903 * calendar/cal-islam.el (mark-islamic-diary-entries):
7904 * calendar/calendar.el (calendar-cursor-to-date)
7905 (calendar-star-date):
7906 * calendar/diary-lib.el (diary-attrtype-convert)
7907 (mark-diary-entries, diary-entry-time):
7908 * calendar/solar.el (solar-get-number):
7909 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7910 * emacs-lisp/re-builder.el (reb-display-subexp):
7911 * emulation/edt.el (edt-set-scroll-margins):
7912 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7913 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7914 (vip-get-ex-count):
7915 * emulation/viper-ex.el (viper-get-ex-token)
7916 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7917 * international/fontset.el (fontset-plain-name):
7918 * mail/feedmail.el (feedmail-look-at-queue-directory):
7919 * mail/mailalias.el (mail-get-names):
7920 * mail/rmail.el (rmail-convert-to-babyl-format):
7921 * mail/rmailsum.el (rmail-make-basic-summary-line)
7922 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7923 (rmail-summary-goto-msg):
7924 * mail/smtpmail.el (smtpmail-read-response):
7925 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7926 (ange-ftp-vms-add-file-entry):
7927 * play/gametree.el (gametree-looking-at-ply)
7928 (gametree-current-branch-score):
7929 * progmodes/ada-xref.el (ada-prj-find-prj-file)
7930 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7931 * progmodes/cperl-mode.el (condition-case):
7932 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7933 (ebrowse-set-member-buffer-column-width)
7934 (ebrowse-select-1st-to-9nth):
7935 * progmodes/etags.el (etags-snarf-tag):
7936 * progmodes/flymake.el (flymake-parse-line):
7937 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7938 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7939 (idlwave-shell-menu-def):
7940 * progmodes/ps-mode.el (ps-run-goto-error):
7941 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7942 (vhdl-speedbar-contract-level):
7943 * term/mac-win.el (x-handle-numeric-switch):
7944 * term/sun-mouse.el (sun-get-frame-data):
7945 * term/w32-win.el (x-handle-numeric-switch):
7946 * term/x-win.el (x-handle-numeric-switch):
7947 * textmodes/ispell.el (ispell-parse-output):
7948 * textmodes/nroff-mode.el (nroff-outline-level):
7949 * textmodes/reftex-cite.el (reftex-bib-sort-year)
7950 (reftex-bib-sort-year-reverse, reftex-format-citation):
7951 * textmodes/reftex-parse.el (reftex-init-section-numbers)
7952 (reftex-section-number):
44a91a68
JB
7953 * textmodes/texinfmt.el (texinfo-paragraphindent):
7954 Replace `string-to-int' by `string-to-number'.
027a4b6b 7955
cc211a0f
JB
7956 * international/latexenc.el: Add page marker to force the "Local
7957 Variables:" string out of the last page.
7958
c65a8e73
NR
79592005-05-16 Nick Roberts <nickrob@snap.net.nz>
7960
7961 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7962 tooltip-change-major-mode.
7963 (gud-tooltip-print-command): Remove case where gud-minor-mode
7964 is gdb ("--fullname").
7965 (gud-tooltip-tips): Turn GUD tooltips off for this case and
7966 explain to user.
7967
97c66d74
JB
79682005-05-16 Jay Belanger <belanger@truman.edu>
7969
7970 * calc/calc-store.el (calc-copy-special-constant): New function.
7971
7972 * calc/calc-ext.el (calc-init-extensions): Add binding for
7973 `calc-copy-special-constant'.
7974
7975 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7976 for the `calc-copy-special-constant' command.
7977
0f182ca2
NR
79782005-05-16 Nick Roberts <nickrob@snap.net.nz>
7979
7980 * subr.el (left-fringe-p): New function.
7981
e6467bba
NR
7982 * progmodes/compile.el (compilation-setup): Set local value of
7983 overlay-arrow-string to "" always.
52eb0373
JB
7984 (compilation-set-window): Left fringe then don't scroll.
7985 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
7986 (compilation-context-lines): Adjust doc string accordingly.
7987
bffc3c6e
KS
79882005-05-16 Kim F. Storm <storm@cua.dk>
7989
7990 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7991 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7992 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7993 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7994 (ido-read-file-name): Handle commands with ido property value
7995 equal to find-file as reading a file name, to allow C-d to enter dired.
7996 (ibuffer-find-file): Add ido property with value find-file.
7997
294c599c
KS
79982005-05-15 Kim F. Storm <storm@cua.dk>
7999
8000 * subr.el (open-network-stream-nowait): Remove.
8001 (open-network-stream-server): Remove.
8002
85ddb888
RS
80032005-05-15 Richard M. Stallman <rms@gnu.org>
8004
f1bc6e52
RS
8005 * faces.el (describe-face): Output a definition link button.
8006
8007 * help-mode.el (help-face-def): New button type.
8008
02d9d682
RS
8009 * emacs-lisp/copyright.el (copyright-fix-years):
8010 Match properly if the first year is 2-digit.
8011 Don't mess up the whitespace after the years by filling.
8012
8013 * dired-aux.el (dired-mark-confirm):
8014 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8015
8016 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8017 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8018 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8019
85ddb888
RS
8020 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8021 Set font-lock-comment-start-skip.
8022
8023 * font-lock.el (font-lock-comment-start-skip): New variable.
8024 (font-lock-comment-end-skip): New variable.
8025 (font-lock-fontify-syntactically-region): Use them if non-nil.
8026
fcd6e601
JB
80272005-05-15 Jay Belanger <belanger@truman.edu>
8028
8029 * calc/calc-store.el (calc-store-value): Return a string rather
8030 than display it as a message.
8031 Use calc-var-name for variable name.
8032 (calc-store-into): Add the result of calc-store-value to message.
8033 (calc-copy-variable): Add a message.
8034 (calc-store-exchange): Improve error messages.
8035 (calc-store-binary, calc-store-map): Don't reset the values of
8036 special constants.
8037
af415106
LT
80382005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8039
8040 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8041 manual to docstring.
8042
8043 * files.el (hack-local-variables-confirm): Add STRING argument.
8044 Make the function handle non file visiting buffers correctly.
8045 (hack-local-variables-prop-line, hack-local-variables)
8046 (hack-one-local-variable): Use STRING arg of
8047 `hack-local-variables-confirm'.
8048
7177e2a3
MA
80492005-05-14 Michael Albinus <michael.albinus@gmx.de>
8050
8051 Sync with Tramp 2.0.49.
8052
11948172 8053 * net/tramp.el (tramp-handle-dired-call-process)
7177e2a3
MA
8054 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8055 because the contents of the Tramp buffer is changed before
8056 insertion (`expand-file' and alike).
8057 (tramp-handle-insert-directory): If `localname' has an empty
8058 nondirectory name, it must not be quoted.
8059 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8060 variable `tramp-chunksize'. Change callees.
8061 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
8062 for buggy `send-process-string' implementation.
8063 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
8064 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8065 (tramp-handle-shell-command): `insert-buffer' cannot be used
8066 because the contents of the Tramp buffer is changed before
e0ad342f 8067 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
8068 <frederic.bothamy@free.fr>.
8069 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
8070 handler only. Ange-FTP has its own auto-save mechanism.
8071 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
8072 (tramp-set-auto-save-file-modes): Set file modes of
8073 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8074 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8075 (tramp-bug): Remove obsolete variable.
8076 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 8077 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 8078
39c7eb8a
JPW
80792005-05-14 John Paul Wallington <jpw@pobox.com>
8080
7177e2a3 8081 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
8082 If `dired-directory' is a list, use its car.
8083
80842005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8085
8086 * ibuffer.el (define-ibuffer-column filename):
8087 If `dired-directory' is a list, use its car.
8088
bbf87c29
RS
80892005-05-14 Richard M. Stallman <rms@gnu.org>
8090
e72e5833
RS
8091 * subr.el (symbol-file): Doc fix.
8092
11efeb9b
RS
8093 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8094 (byte-compile-form): Call byte-compile-nogroup-warn.
8095 (byte-compile-warning-types): Doc fix.
8096
d06ba294
RS
8097 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8098
bbf87c29
RS
8099 * progmodes/cc-engine.el (c-literal-faces):
8100 Add font-lock-comment-delimiter-face.
8101
8102 * net/net-utils.el (dig): Use with-no-warnings.
8103
8104 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8105 (sc-recite-frame-alist, sc-default-cite-frame)
8106 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 8107 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
8108 Mark as risky-local-variable.
8109
8110 * international/ogonek.el (ogonek-jak, ogonek-how):
8111 Don't use beginning-of-buffer.
8112
8113 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8114
8115 * calendar/solar.el (solar-data-list): Move definition up.
8116
8117 * dnd.el (dnd-protocol-alist): Add autoload.
8118
8119 * progmodes/sh-script.el: Many doc usage fixes.
8120 (sh-indent-after-do): Change default to match common styles.
8121
043fa787
LT
81222005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8123
8124 * files.el (interpreter-mode-alist)
8125 (auto-mode-interpreter-regexp): Doc fixes.
8126
90713743
NR
81272005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8128
44a91a68 8129 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
8130
8131 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8132
d90b02af
JD
81332005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8134
8135 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 8136 make-local-variable.
d90b02af 8137
5063dbbf
YM
81382005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8139
8140 * term/mac-win.el (mac-select-convert-to-string): Try coding
8141 systems in mac-script-code-coding-systems if specified one cannot
8142 encode string for `com.apple.traditional-mac-plain-text'.
8143
27a7c83f
DP
81442005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8145
8146 * progmodes/make-mode.el (makefile-targets-face)
8147 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8148 (makefile-dependency-regex): Fix it to not make the colon in
8149 $(var:a=b) special.
8150 (makefile-rule-action-regex): New regexp for highlighting embedded
8151 Shell strings.
8152 (makefile-macroassign-regex): Handle != for highlighting as
8153 embedded Shell strings.
8154 (makefile-var-use-regex): New const.
8155 (makefile-statements, makefile-automake-statements)
8156 (makefile-gmake-statements, makefile-makepp-statements)
8157 (makefile-bsdmake-statements): New consts.
8158 (makefile-make-font-lock-keywords): New function.
8159 (makefile-automake-font-lock-keywords)
8160 (makefile-gmake-font-lock-keywords)
8161 (makefile-makepp-font-lock-keywords)
8162 (makefile-bsdmake-font-lock-keywords): New consts.
8163 (makefile-mode-map): Add switchers between the various submodes.
8164 (makefile-mode): Document the availability of the variants.
8165 (makefile-automake-mode, makefile-gmake-mode)
8166 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8167
8168 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8169 new variants of makefile-mode.
8170
3989c3e7
SM
81712005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8174 the inheritance.
8175
0cc61511
LT
81762005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8177
0de01c28
LT
8178 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8179 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8180
0cc61511
LT
8181 * files.el (normal-mode): Extend the scope of the
8182 `enable-local-variables' binding to include the `set-auto-mode' call.
8183 (magic-mode-alist): Doc fix.
8184
bf2cea1d
SM
81852005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8186
8187 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8188 font-lock-comment-face rather than copying its setting.
8189
e94dae7f
AS
81902005-05-12 Andreas Schwab <schwab@suse.de>
8191
8192 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8193
19958124
LK
81942005-05-12 Lute Kamstra <lute@gnu.org>
8195
8196 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8197 defcustom for the mode hook variable. Delete the last argument.
8198 * generic-x.el: Fix callers of define-generic-mode.
8199 (generic-x-modes): Delete group.
8200 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8201 generic-x customization group.
8202
6da4411e
KS
82032005-05-12 Kim F. Storm <storm@cua.dk>
8204
8205 * font-lock.el (font-lock-negation-char-face): Default to "off".
8206
8207 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8208 font-lock-negation-char-face to ! in !=.
8209
218cf475
MY
82102005-05-12 Masatake YAMATO <jet@gyve.org>
8211
8212 * add-log.el (find-change-log): Fix typos in the docstring
8213 of function.
8214
405cb12a
LK
82152005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8216
8217 * international/latexenc.el (latexenc-find-file-coding-system):
8218 Avoid `re-search-forward' when looking for input encoding because
8219 of speed and safety. Better regular expressions for recognizing
8220 input encoding. Limit a search for TeX-master/tex-main-file to
8221 the local variable section.
8222
8cec35c4
DN
82232005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8224
8225 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8226 syntax of $ to "'" (quote).
8227
1ed8284d
RS
82282005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8229
8230 * dnd.el (dnd-protocol-alist): Improve custom type.
8231
8232 * dired.el (dired-dnd-protocol-alist): New variable.
8233 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8234 `dired-mode-hook' to the end.
8235
3989c3e7
SM
82362005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8239 comment-end if comment-start-skip is not set.
8240 Obey the font-lock-comment-delimiter-face variables.
8241
b71813cb
SM
82422005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8243
ca19f3f1
AS
8244 * files.el (executable-find): Move from executable.el. Use
8245 locate-file.
ba47dcb2
SM
8246 * progmodes/executable.el (executable-find): Move to files.el.
8247
b71813cb
SM
8248 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8249 when trying to ensure forward progress.
8250
1f9d439a
KS
82512005-05-11 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8254 (mouse-select, mouse-select-internal, mouse-extend-internal):
8255 Use it to implement mouse-1-click-follows-link functionality.
8256
c50089c9
RS
82572005-05-11 Richard M. Stallman <rms@gnu.org>
8258
8259 * font-lock.el (font-lock-fontify-syntactically-region):
8260 Use font-lock-comment-delimiter-face for comment delimiters.
8261
cfb79865
JB
82622005-05-10 Jay Belanger <belanger@truman.edu>
8263
8264 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8265 preserving embedded modes.
8266
d101bf56
RS
82672005-05-10 Richard M. Stallman <rms@gnu.org>
8268
8269 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8270
8271 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 8272 Move from ada-stmt.el.
d101bf56
RS
8273 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8274
8275 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
8276 Move to ada-mode.el.
8277 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
8278
8279 * cus-edit.el (custom-file): Call file-chase-links.
8280
8281 * files.el (read-directory-name): Fix previous change.
af415106
LT
8282 (hack-local-variables-confirm): New function.
8283 (hack-local-variables-prop-line, hack-local-variables)
8284 (hack-one-local-variable): Use it.
d101bf56 8285
0003d2e3
LK
82862005-05-10 Lute Kamstra <lute@gnu.org>
8287
8288 * font-lock.el (font-lock-keywords-alist)
8289 (font-lock-removed-keywords-alist): Clarify docstrings.
8290
556dd15d
NR
82912005-05-10 Nick Roberts <nickrob@snap.net.nz>
8292
8293 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8294 (gdb-source-info): Check for preprocessor info.
52eb0373 8295 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 8296 a macro for a function.
556dd15d 8297 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 8298 found (user might have used GDB dir command).
556dd15d
NR
8299 (gdb-get-location): Update gdb-location-alist correctly for change
8300 to gdb-info-breakpoints-custom.
8301
8302 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8303 (gud-tooltip-print-command): Add gdbmi case.
8304 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8305 preprocessor info.
8306
a8a64bf4
RS
83072005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8308
8309 * startup.el (fancy-splash-insert): Fix typo in doc string.
8310
f1701e65
JB
83112005-05-09 Juanma Barranquero <lekktu@gmail.com>
8312
78640104
JB
8313 * obsolete/float.el (string-to-float):
8314 * obsolete/hilit19.el (hilit-add-pattern):
8315 * obsolete/rnews.el (news-parse-range, news-select-message)
8316 (news-get-pruned-list-of-files): Replace `string-to-int' by
8317 `string-to-number'.
8318
f1701e65
JB
8319 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8320 `find-file-not-found-hooks'; use `add-hook'.
8321 (uncompress-while-visiting): Set `write-file-functions', not
8322 `write-file-hooks'; use `add-hook'.
8323
a0e6f952
KS
83242005-05-09 Kim F. Storm <storm@cua.dk>
8325
8326 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8327 (cua-paste): Handle clipboard action.
8328 (cua--init-keymaps): Remap clipboard-kill-region and
8329 clipboard-kill-ring-save.
8330
c29d24ea
EZ
83312005-05-08 Eli Zaretskii <eliz@gnu.org>
8332
b659edce
SM
8333 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8334 Improve commentary.
906aee93 8335
c29d24ea
EZ
8336 * simple.el (next-error-overlay-arrow-position): Revert the change
8337 made on 2005-04-30.
8338
1d64910f
JB
83392005-05-07 Jay Belanger <belanger@truman.edu>
8340
8341 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8342 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8343 `calc-sel-reselect'.
8344
8345 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8346 Calc is in embedded mode.
8347
55b958f0
EZ
83482005-05-07 Eli Zaretskii <eliz@gnu.org>
8349
b659edce
SM
8350 * progmodes/compile.el (compilation-setup):
8351 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 8352
55b958f0
EZ
8353 * textmodes/ispell.el (ispell-program-name): Try looking for
8354 "aspell" along exec-path, and if found, use it as the default
8355 speller program.
8356
c2c51a11
EZ
83572005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8358
b659edce
SM
8359 * international/mule.el (sgml-xml-auto-coding-function):
8360 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 8361
f1701e65 83622005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
8363
8364 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8365 as well as `interactive', so that defmacro* would recognize
8366 `declare' forms.
8367
e6469973
EZ
83682005-05-07 Eli Zaretskii <eliz@gnu.org>
8369
b659edce
SM
8370 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8371 Explain more about the LIGHTER arg's usage in the doc string.
8372 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
8373 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8374 since it could have characters special to regular expressions.
8375
06df7f87
EZ
83762005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8377
8378 * replace.el (occur-1): Bind inhibit-read-only so that
8379 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 8380 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
8381 (occur-engine): Don't set buffer-read-only here.
8382
5f4d0dd9
SM
83832005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8386 list-buffers-directory. This caused the *cvs-commit* buffer to be
8387 sometimes mistakenly reused as a *cvs* buffer.
8388
ffdb022f
NR
83892005-05-07 Nick Roberts <nickrob@snap.net.nz>
8390
8391 * tooltip.el: Move code for GUD tooltips into gud.el.
8392 (require): CL no longer needed to compile case.
8393 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 8394 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
8395 gud-tooltip-mode in gud.el.
8396 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8397 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8398 tooltip-gud prefix with gud-tooltip and obsolete.
8399 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8400 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8401 (tooltip-mouse-motion): Mouse movement functions/variable.
8402 Rename in gud.el by adding gud prefix.
8403 (tooltip-gud-original-filter, tooltip-gud-dereference)
8404 (tooltip-gud-event, tooltip-toggle-gud-tips)
8405 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 8406 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
8407 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8408 (gdb-tooltip-print): Move to gdb-ui.el.
8409
8410 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8411 (require): CL needed to compile case.
588c0770 8412 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
52eb0373 8413 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
8414 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8415 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8416 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8417 (gud-tooltip-change-major-mode)
8418 (gud-tooltip-activate-mouse-motions-if-enabled)
8419 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8420 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8421 (gud-tooltip-original-filter, gud-tooltip-dereference)
8422 (gud-tooltip-event, tooltip-toggle-gud-tips)
8423 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 8424 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 8425
5f4d0dd9 8426 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
8427 (gdb-cpp-define-alist-flags): Doc fix.
8428 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8429 gud-tooltip-mode is t.
8430
64981116
SM
84312005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8434 evaporate if their text is deleted.
8435 (goto-address-at-point): Make it work as a mouse binding as well.
8436 (goto-address-at-mouse): Obsolete it. Update users.
8437
860f2506
GM
84382005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8439
8440 * calendar/appt.el (top-level): No longer activate on load.
8441
19f26a89
JB
84422005-05-06 Juanma Barranquero <lekktu@gmail.com>
8443
8444 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8445 * net/webjump.el (webjump):
8446 * progmodes/idlw-help.el (idlwave-do-context-help1)
8447 (idlwave-highlight-linked-completions):
64981116
SM
8448 * textmodes/po.el (po-find-file-coding-system-guts):
8449 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 8450
6ff95f1d
EZ
84512005-05-06 Eli Zaretskii <eliz@gnu.org>
8452
2c6b25c7
EZ
8453 * files.el (locate-file): Doc fix.
8454
38a300b1
EZ
8455 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8456 Remove the redundant test for ms-dos.
8457
ab3290cb
EZ
8458 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8459 look for the preprocessor with exec-suffixes. If not found in
8460 standard places, look in exec-path. Remove most of the tests that
8461 used system-type.
8462
6ff95f1d
EZ
8463 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8464
8465 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8466
8467 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8468 file-name clash with jka-compr.el on 8+3 filesystems.
8469
17d28d26
YM
84702005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8471
8472 * term/mac-win.el: Don't define or bind scroll bar functions if
8473 x-toolkit-scroll-bars is t.
ca19f3f1
AS
8474 (x-select-text, x-get-selection-value): Clear
8475 x-last-selected-text-clipboard if x-select-enable-clipboard is
8476 nil.
17d28d26
YM
8477 (PRIMARY): Put mac-scrap-name property.
8478 (mac-select-convert-to-file-url): New function.
8479 (public.file-url): New selection target type. Add to
8480 selection-converter-alist.
8481 (x-get-selection, x-selection-value): Handle it.
8482 (x-cut-buffer-or-selection-value): New alias.
8483
b659edce
SM
84842005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8485
8486 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8487 entry to avoid calling bibtex-find-entry with arg global
8488 being t. Remove arg key.
8489 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8490 (bibtex-copy-summary-as-kill): Change accordingly.
8491
84922005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8495 (org-agenda-date-later): Use with-current-buffer.
8496
643b4cf5
LT
84972005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8498
8499 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8500 (define-obsolete-variable-alias): Doc Fixes.
8501
dc1a7e26
KS
85022005-05-06 Kim F. Storm <storm@cua.dk>
8503
8a370783
KS
8504 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8505 vertical-motion when selective-display is active.
8506
dc1a7e26
KS
8507 * ido.el (ido-setup-hook): New hook.
8508 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8509 (ido-input-stack): New var.
52eb0373 8510 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
8511 ido-next-work-file binding to M-O.
8512 Bind M-f to ido-wide-find-file-or-pop-dir.
8513 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8514 (ido-read-internal): Run ido-setup-hook.
8515 Catch quit in read-file-name and read-string to cancel edit.
8516 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8517 Automatically pop-all when completing a directory name (RET).
8518 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8519 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8520 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
8521 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8522 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
8523 (ido-make-merged-file-list): Catch quit to cancel merge.
8524 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8525 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 8526
dc1a7e26 85272005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 8528
dc1a7e26 8529 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 8530 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 8531 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 8532 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
8533 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8534
dc75b163
JB
85352005-05-05 Juanma Barranquero <lekktu@gmail.com>
8536
64981116
SM
8537 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8538 Fix typo in docstring.
3fe26922 8539
1c1d2dc8
JB
8540 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8541 (ebrowse-print-statistics-line)
8542 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8543
dc75b163
JB
8544 * term/w32-win.el (image-library-alist): Add additional name for
8545 Xpm library.
8546
ae23f980
NR
85472005-05-05 Nick Roberts <nickrob@snap.net.nz>
8548
8549 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8550 use gcc instead of cpp.
8551
8552 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 8553 (gdb-create-define-alist): Use it.
19f26a89 8554 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 8555
02636b9c
NR
85562005-05-04 Nick Roberts <nickrob@snap.net.nz>
8557
588c0770 8558 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
02636b9c 8559
01a50b51
KS
85602005-05-04 Richard M. Stallman <rms@gnu.org>
8561
d101bf56
RS
8562 * help.el (describe-key): No error when UNTRANSLATED is nil.
8563
01a50b51
KS
8564 * simple.el (line-move-1): Fix previous change to signal errors
8565 appropriately.
8566
fa2b23e5 85672005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
8568
8569 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8570 (icalendar-duration-correction): Remove.
8571 (icalendar--get-event-properties): Split result at commas.
8572 (icalendar--decode-isoduration): New optional argument
8573 DURATION-CORRECTION.
fa2b23e5
KS
8574 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8575 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8576 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8577 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
8578 (icalendar--convert-anniversary-to-ical): New functions, extracted
8579 from icalendar-export-region, with bug fixes.
8580 (icalendar-export-region): Use the above functions.
8581 (icalendar-import-buffer): Check before saving diary file.
8582 (icalendar--convert-recurring-to-diary)
8583 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
8584 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8585 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
8586 (icalendar--convert-ical-to-diary): Use the above functions.
8587
be50a727
NR
85882005-05-03 Nick Roberts <nickrob@snap.net.nz>
8589
8590 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8591 Remove these recent additions.
8592 (c-mode): Restore to before 2005-04-28.
8593
8594 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8595 recent addition.
8596
8597 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8598 (gdb-define-alist): New variables.
8599 (gdb-create-define-alist): New function.
8600 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8601 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8602 with string-to-number.
52eb0373 8603 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
8604
8605 * progmodes/gud.el: Replace string-to-int with string-to-number.
8606 (gud-find-file): Handle gdb-define-alist.
8607
8608 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8609
bc446113
JB
86102005-05-02 Jay Belanger <belanger@truman.edu>
8611
fa2b23e5
KS
8612 * calc/calc-aent.el (math-read-token):
8613 * calc/calc-bin.el (calc-word-size):
8614 * calc/calc-ext.el (calc-read-number-fancy):
8615 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 8616 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 8617 * calc/calc-frac.el (calc-over-notation):
bc446113 8618 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 8619 (calc-graph-num-points, calc-graph-init):
bc446113 8620 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
8621 (calc-edit-macro-repeats):
8622 * calc/calc-yank.el (calc-do-grab-rectangle):
8623 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8624 Replace `string-to-int' by `string-to-number'.
bc446113 8625
e40527dc
KS
86262005-05-02 Kim F. Storm <storm@cua.dk>
8627
8628 * kmacro.el: Use executing-kbd-macro-index variable.
8629
9a479835
TTN
86302005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8631
8632 * net/rlogin.el (rlogin-parse-words): Delete func.
8633 (rlogin): Use split-string, not rlogin-parse-words.
8634 Also, if there are option-like elements in the parsed args,
8635 take the host to be the first arg immediately following them.
8636 Suggested by Michael Mauger.
8637
f6b1b15a
LT
86382005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8639
8640 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8641
975e5c47 86422005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 8643
975e5c47
NR
8644 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8645 (cc-mode-cpp-program): Rename to cc-define-list-program and
8646 move to cc-vars.el.
f6b1b15a 8647
975e5c47 8648 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 8649 Change to "gcc -E -dM -". Make customizable.
975e5c47 8650
5c2e5a5e
KS
86512005-05-02 Kim F. Storm <storm@cua.dk>
8652
8653 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8654
95bb5b56
NR
86552005-05-02 Nick Roberts <nickrob@snap.net.nz>
8656
b161ea4e
NR
8657 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8658
95bb5b56
NR
8659 * international/mule-util.el (truncate-string): Remove alias and
8660 obsolete declaration.
8661
8662 * international/mule-cmds.el (update-iso-coding-systems):
8663 Remove alias and obsolete declaration.
8664
8665 * international/mule.el (coding-system-parent): Remove alias and
8666 obsolete declaration.
8667
8668 * subr.el (define-function, sref): Remove aliases and obsolete
8669 declarations.
8670 (chars-in-region): Remove obsolete declaration.
8671
ebbfa918
RS
86722005-05-01 Richard M. Stallman <rms@gnu.org>
8673
8674 * info.el (Info-mode): Set widen-automatically to nil, locally.
8675
8676 * simple.el (widen-automatically): New variable.
8677 (pop-global-mark): Obey widen-automatically.
8678
656c316d
DN
86792005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8680
8681 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 8682 before the keymap size is increased by a lot of define-key calls.
656c316d 8683
b2cfb30b
RS
86842005-05-01 Richard M. Stallman <rms@gnu.org>
8685
5c2e5a5e 8686 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
8687 Rename ARG to ELEMENT. Doc fix.
8688
5c2e5a5e 86892005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 8690
92bedc0e
NR
8691 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8692 Remove references to allout-exposure/change to allout-new-exposure.
8693
9ded0282
NR
8694 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8695 bytecode symbols.
8696
8697 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8698 (compiled-function-p, focus-frame, unfocus-frame):
8699 Remove aliases and obsolete declarations.
52eb0373 8700 Back out inadvertent changes from previous commit.
9ded0282 8701
a87fdbbd
LT
87022005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8703
8704 * files.el (require-final-newline): Make Custom tags consistent
8705 with mode-require-final-newline.
8706 (mode-require-final-newline): Doc fix.
8707
0003d2e3
LK
87082005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * international/latexenc.el (latexenc-find-file-coding-system):
8711 Fix regular expressions.
8712
87132005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
8714
8715 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 8716 Fix regular expressions.
b7f29772 8717
bdf7ae41
NR
87182005-05-01 Nick Roberts <nickrob@snap.net.nz>
8719
8720 * subr.el (string-to-int): Make obsolete.
8721
0b1fc48a
RS
87222005-04-30 Richard M. Stallman <rms@gnu.org>
8723
7e995a23 8724 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
8725
8726 * loadup.el: load jka-comp-hook.
8727
6ff95f1d 8728 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 8729 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
8730 to jka-comp-hook.el.
8731 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 8732 (jka-compr-inhibit): Autoload.
a87fdbbd 8733
0b1fc48a
RS
8734 * jka-comp-hook.el: New file.
8735 Enable the mode by default.
8736
8737 * files.el (backup-buffer-copy): Use copy-file instead
8738 of write-region, and put back the 'excl.
8739
87402005-04-30 Chong Yidong <cyd@stupidchicken.com>
8741
8742 * progmodes/flymake.el (flymake-split-string)
8743 (flymake-split-string, flymake-log, flymake-pid-to-names)
8744 (flymake-reg-names, flymake-get-source-buffer-name)
8745 (flymake-unreg-names, flymake-add-line-err-info)
8746 (flymake-add-err-info): Clarify docstrings.
8747 (flymake-popup-menu, flymake-make-emacs-menu)
8748 (flymake-make-xemacs-menu): Add docstrings.
8749 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8750 Set variables directly throughout.
8751
80b61a0f
NR
87522005-04-30 Nick Roberts <nickrob@snap.net.nz>
8753
8754 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
588c0770 8755 exists. Initialize cc-define-alist.
80b61a0f 8756 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 8757 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 8758
bb9c1f2a
SS
87592005-04-29 Sam Steingold <sds@gnu.org>
8760
8761 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8762 (cc-create-define-alist): Use it instead of the hard-coded string.
8763
2d5e5eb8
SM
87642005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8767 for latexenc.
8768
57efa539
LK
87692005-04-29 Lute Kamstra <lute@gnu.org>
8770
8771 * emacs-lisp/generic.el: Improve commentary section.
8772 (define-generic-mode): Improve docstring.
8773
56c91423
CD
87742005-04-29 Carsten Dominik <dominik@science.uva.nl>
8775
b67a4e9f 8776 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
8777 (org-prefix-format-compiled): New variable.
8778 (org-compile-prefix-format): New function.
b67a4e9f
KS
8779 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8780 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8781 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8782 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 8783 consistency with entries from `org-mode' files.
b67a4e9f 8784 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
8785 (org-non-link-chars): New constant.
8786 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
8787 (org-agenda-day-view): Remove command.
8788 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
8789 (org-follow-bbdb-link, org-store-link): Search also company field.
8790 (org-highlight-overlay): New variable.
8791 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
8792 (org-agenda-mode): Add pre-command-hook to remove highlight.
8793 (org-evaluate-time-range): Behavior depends upon whether time stamp
8794 contains a time or not.
56c91423
CD
8795 (org-show-subtree, org-show-entry): New functions.
8796 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 8797
7eb6ede5
LT
87982005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8799
8800 * comint.el (comint-output-filter-functions): Add autoload cookie.
8801
b7ce4173
KS
88022005-04-28 Kim F. Storm <storm@cua.dk>
8803
8804 * ido.el (ido-everywhere): Fix last change.
8805
0b606bb2
TTN
88062005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8807
8808 * international/latexenc.el: New file.
8809 * international/mule-conf.el (file-coding-system-alist): For .tex,
8810 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8811
d79b6c21
LK
88122005-04-28 Lute Kamstra <lute@gnu.org>
8813
0a20b1dc
LK
8814 * font-lock.el (font-lock-add-keywords)
8815 (font-lock-remove-keywords): Clarify docstring.
8816 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8817 Don't start docstrings with a `*'.
8818 (font-lock-update-removed-keyword-alist): Give it a docstring.
8819
d79b6c21
LK
8820 * generic-x.el: Update commentary section.
8821 Only require font-lock when compiling.
8822 Define all modes conditionally.
8823 Place all generic modes in the generic-x-modes customization group.
8824 (generic-x-modes): New customization group.
8825 (generic-default-modes, generic-mswindows-modes)
8826 (generic-unix-modes, generic-other-modes): New constants.
8827 (generic-define-mswindows-modes, generic-define-unix-modes):
8828 Update docstrings. Make them obsolete.
2d5e5eb8
SM
8829 (generic-extras-enable-list): New default value. Update docstring.
8830 Improve :type. Change :set function.
d79b6c21
LK
8831 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8832 Fix docstring.
8833
2d5e5eb8
SM
8834 * emacs-lisp/generic.el (generic-mode-internal):
8835 Simplify font-lock-defaults.
817edb15 8836 (define-generic-mode): Fix docstring.
d79b6c21
LK
8837
88382005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8841 font-lock-face property to highlight matches.
8842
8c75afbf
NR
88432005-04-28 Nick Roberts <nickrob@snap.net.nz>
8844
52eb0373 8845 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf 8846 (cc-define-alist): New variable.
588c0770 8847 (c-mode): Make it local and initialize it.
8c75afbf
NR
8848
8849 * progmodes/gdb-ui.el (gdb-active-process): New variable.
8850 (gdb-exited): New function.
8851 (gdb-annotation-rules): Use it.
8852 (gdb-starting): Set gdb-active-process to t.
8853 (gdb-stopping): Amend doc string.
8854 (gdb-reset): Set gdb-active-process to nil.
8855
8856 * tooltip.el (tooltip-gud-tips): Show the associated #define
8857 directives when a C program under GDB is not executing.
8858
b8a04883
SM
88592005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8862 font-lock-fontify-syntactic-keywords.
8863
8864 * font-lock.el (font-lock-default-fontify-region): Don't force
8865 parse-sexp-lookup-properties to nil.
8866
a46f2d6d
EZ
88672005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8868
8869 * man.el (man-mode-syntax-table): Set up `:' to have
8870 word-constituent syntax.
8871
b2b46494
LK
88722005-04-27 Lute Kamstra <lute@gnu.org>
8873
8874 * novice.el (disable-command): Don't add spurious newlines to the
8875 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
8876
a715531f
JB
88772005-04-26 Jay Belanger <belanger@truman.edu>
8878
8879 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8880 than one window before deleting window.
8881
85ab9f4e
LT
88822005-04-26 Luc Teirlinck <teirllm@auburn.edu>
8883
8884 * shell.el (shell-prompt-pattern): Doc fix.
8885 (shell-mode): Set paragraph-separate buffer locally to "\\'".
8886
8887 * comint.el (comint-prompt-regexp, comint-get-old-input)
8888 (comint-use-prompt-regexp)
8889 (comint-use-prompt-regexp-instead-of-fields)
8890 (comint-replace-by-expanded-history, comint-send-input)
8891 (comint-output-filter, comint-get-old-input-default)
8892 (comint-line-beginning-position, comint-bol, comint-show-output)
8893 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
8894 (comint-next-prompt, comint-previous-prompt):
8895 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
8896 `comint-use-prompt-regexp'. Keep old name as alias and declare
8897 obsolete.
8898 (comint-use-prompt-regexp): Shorten first line of doc string.
8899
8900 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8901 Set paragraph-separate buffer locally to "\\'".
8902
8903 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8904 Adapt to above name change.
8905
8906 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8907 (smbclient-prompt-regexp): Ditto.
8908
8909 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8910
19475957
NR
89112005-04-27 Nick Roberts <nickrob@snap.net.nz>
8912
8913 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8914 gdb-location-list.
8915 Break lines that are over 80 characters wide.
8916
2231c2bc
SM
89172005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8920 New fun and var, to preserve compatibility.
8921
8922 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8923
89242005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
8925
8926 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8927 name to file-newer-than-file-p.
8928
68a94f5a
RS
89292005-04-26 Richard M. Stallman <rms@gnu.org>
8930
f03f317a
RS
8931 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8932
68a94f5a
RS
8933 * progmodes/python.el (python-mode):
8934 Use new name eldoc-documentation-function.
8935
8936 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8937
8938 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8939 (eldoc-documentation-function):
2231c2bc 8940 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 8941
c9c1312d
NR
89422005-04-26 Nick Roberts <nickrob@snap.net.nz>
8943
8944 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8945
35b1b8ab
DN
89462005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8947
8948 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 8949 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
8950 {C,S,A,C-S}-{f1-f12}.
8951
bc10bcbd
KH
89522005-04-26 Kenichi Handa <handa@m17n.org>
8953
2231c2bc
SM
8954 * international/mule-cmds.el (select-safe-coding-system):
8955 Fix previous change.
bc10bcbd 8956
ec1e11a9
LK
89572005-04-26 Lute Kamstra <lute@gnu.org>
8958
c25eec81
LK
8959 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8960
8961 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8962 (font-lock-comment-delimiter-face): Ditto.
8963
ec1e11a9
LK
8964 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8965
2b2920a9
JB
89662005-04-25 Jay Belanger <belanger@truman.edu>
8967
8968 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8969 to t while inserting information; use help-mode.
8970
c9b630f7
DN
89712005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
8972
8973 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 8974 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 8975
8ba81e93
LK
89762005-04-25 Lute Kamstra <lute@gnu.org>
8977
8978 * font-core.el (font-lock-defaults): Fix docstring.
8979
8980 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8981
901ae597
KH
89822005-04-25 Kenichi Handa <handa@m17n.org>
8983
2231c2bc
SM
8984 * international/mule-cmds.el (select-safe-coding-system):
8985 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
8986 no-conversion was found to be safe.
8987
a6390474
RS
89882005-04-24 Richard M. Stallman <rms@gnu.org>
8989
8990 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8991 citation markers at start of each line.
8992
8993 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8994 citation markers at start of each line.
8995
8996 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8997
8998 * files.el (mode-require-final-newline): Fix previous change.
8999 (require-final-newline): Fix type label.
9000
2538808f
GM
90012005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9002
9003 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9004 statement in buffer (broken by 2004-11-24 change).
9005
456986fd
KS
90062005-04-24 Kim F. Storm <storm@cua.dk>
9007
9008 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9009 and read-file-name-function values. Don't overwrite existing
9010 non-nil values if ido-mode is enabled without ido-everywhere.
9011
e5baf107
LT
90122005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * files.el (mode-require-final-newline): Minor doc fix.
9015
1441edfe
EZ
90162005-04-24 Eli Zaretskii <eliz@gnu.org>
9017
9d1ffd5a 9018 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
9019 (syntax-class): If argument is nil, return nil. Mask off upper 16
9020 bits, not 8 bits.
9d1ffd5a 9021
1441edfe
EZ
9022 * files.el (mode-require-final-newline): Doc fix.
9023 (backup-buffer-copy): Fix last change.
9024
49ed33c7
YM
90252005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9026
9027 * term/mac-win.el: Require select. Set selection-coding-system to
9028 mac-system-coding-system. Call menu-bar-enable-clipboard.
9029 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9030 (x-select-enable-clipboard): New variables.
9031 (x-select-text, x-get-selection, x-selection-value)
9032 (x-get-selection-value, mac-select-convert-to-string)
9033 (mac-services-open-file, mac-services-open-selection)
9034 (mac-services-insert-text): New functions.
9035 (CLIPBOARD, FIND): Put mac-scrap-name property.
9036 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9037 (public.tiff): Put mac-ostype property.
9038 (selection-converter-alist): Add entries for them.
9039 (mac-application-menu-map): New keymap.
9040 (interprogram-cut-function, interprogram-paste-function): Set to
9041 x-select-text and x-get-selection-value, respectively.
9042 (split-window-keep-point): Set to t.
9043
469bc679
RS
90442005-04-23 Richard M. Stallman <rms@gnu.org>
9045
9046 * files.el (read-directory-name): Always pass non-nil
9047 DEFAULT-FILENAME arg to read-file-name.
9048 (backup-buffer-copy, basic-save-buffer-2): Take care against
9049 writing thru an unexpected existing symlink.
9050 (revert-buffer): In indirect buffer, revert the base buffer.
9051 (magic-mode-alist): Doc fix.
9052 (buffer-stale-function): Doc fix.
9053 (minibuffer-with-setup-hook): Avoid warning.
9054 (mode-require-final-newline): Doc and custom fix.
e5baf107 9055
469bc679
RS
9056 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9057
9058 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9059 use the default appearance.
9060 (font-lock-comment-delimiter-face): New face, new variable.
9061
9062 * imenu.el (imenu--generic-function): The official position of a
9063 definition is the start of the line that BEG is in.
9064
9065 * midnight.el (midnight-timer): Move defvar up.
9066
9067 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9068
9069 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9070
9071 * startup.el (command-line): Use with-no-warnings.
9072
9073 * window.el (window-size-fixed): New defvar.
9074
9075 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9076
e5baf107 9077 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
9078 Use font-lock-comment-delimiter-face.
9079
9080 * mail/sendmail.el (mail-font-lock-keywords):
9081 Use font-lock-comment-delimiter-face.
9082
9083 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9084
90852005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9086
e5baf107 9087 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
9088 Specify t for LAXMATCH when matching directories.
9089 Save match data around compilation-compat-error-properties form.
9090
1639cc2e
DK
90912005-04-23 David Kastrup <dak@gnu.org>
9092
9093 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9094 Mention that the autoloaded aliases should be kept for AUCTeX.
9095
d379c558
AS
90962005-04-23 Andreas Schwab <schwab@suse.de>
9097
9098 * isearch.el (isearch-forward): Doc fix.
9099
4739237d
EZ
91002005-04-23 Eli Zaretskii <eliz@gnu.org>
9101
9102 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9103 (jit-lock-stealth-nice): Change default value to 0.5.
9104
71baa28f
EZ
91052005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9106
9107 * abbrev.el (write-abbrev-file): Write table entries in
9108 alphabetical order by table name.
9109
e271742d
KS
91102005-04-22 Kim F. Storm <storm@cua.dk>
9111
9112 * ido.el (ido-read-internal): Fix `list' completion.
9113
9a9c3a4b
KH
91142005-04-22 Kenichi Handa <handa@m17n.org>
9115
9116 * recentf.el (recentf-save-file-coding-system): New variable.
9117 (recentf-save-list): Encode the file by
9118 recentf-save-file-coding-system and add coding: tag.
9119
230e1e80
NR
91202005-04-22 Nick Roberts <nickrob@snap.net.nz>
9121
9122 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9123
e1573595
LK
91242005-04-21 Lute Kamstra <lute@gnu.org>
9125
9721d904
LK
9126 * loadhist.el (unload-feature): Don't remove a function from hooks
9127 if it is about to be restored to an autoload . Remove functions
9128 that will become unbound from auto-mode-alist. Simplify the code.
9129
2c7b5da1
LK
9130 * subr.el (assq-delete-all): New implementation that is linear,
9131 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9132 (rassq-delete-all): New function.
9133
2231c2bc
SM
9134 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9135 Add size-indication-mode.
e1573595 9136
2375e71a
KH
91372005-04-21 Kenichi Handa <handa@m17n.org>
9138
9139 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 9140 eval-when-compile.
2375e71a 9141
8e447172
NR
91422005-04-21 Nick Roberts <nickrob@snap.net.nz>
9143
e271742d 9144 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
9145 Add tooltip-mode.
9146
9147 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9148
fcd9d525
LT
91492005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9150
9151 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9152 (inferior-lisp-filter-regexp, inferior-lisp-program)
9153 (inferior-lisp-load-command, inferior-lisp-prompt)
9154 (inferior-lisp-mode-hook, lisp-source-modes)
9155 (inferior-lisp-load-hook): defvar->defcustom.
9156 (inferior-lisp-program, inferior-lisp-prompt)
9157 (inferior-lisp-load-hook): Doc fixes.
9158 (inferior-lisp-install-letter-bindings): Small change in
9159 introductory comment.
9160
57428691
DN
91612005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9162
9163 * vc.el (vc-annotate-color-map): Change some colors so that text
9164 using them as foreground is readable on both white and black
9165 backgrounds.
9166
c791cb54
SM
91672005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * international/mule-conf.el (translation-table-for-input):
9170 Remove redundant declaration.
9171
396fdf3c
NR
91722005-04-20 Nick Roberts <nickrob@snap.net.nz>
9173
9174 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9175
9176 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9177 (tooltip-toggle-gud-tips): New function.
9178
37c5c4a7
YM
91792005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9180
9181 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9182 right angle brackets.
9183
64cb0f82
NR
91842005-04-20 Nick Roberts <nickrob@snap.net.nz>
9185
9186 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9187
95ed7b42
SM
91882005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9189
b8471a02
SM
9190 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9191 Remove. Update callers to use expand-file-name instead.
9192
95ed7b42
SM
9193 * subr.el (syntax-class): New function.
9194
9195 * simple.el (blink-matching-open): Use it.
9196
9197 * paren.el (show-paren-function): Use it to recognize parens that are
9198 also used in 2-char comment markers.
9199
191652f8
LK
92002005-04-19 Lute Kamstra <lute@gnu.org>
9201
9202 * loadhist.el (unload-feature): Update for new format of
9203 load-history. Simplify the code.
9204
327a3376
YM
92052005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9206
9207 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9208 (mac-add-charset-info): New function. Initialize variable
9209 mac-charset-info-alist using it.
9210 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9211 for translation.
9212 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
9213 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9214 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9215 New CCL programs.
327a3376 9216
5827e9d4
KS
92172005-04-19 Kim F. Storm <storm@cua.dk>
9218
9219 * simple.el (next-buffer, prev-buffer, next-error)
9220 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9221 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9222
9223 * bindings.el (next-buffer, prev-buffer, next-error)
9224 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9225 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9226 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9227 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9228
e5feeb31
SM
92292005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * isearch.el (isearch-edit-string): Make the search-ring available for
9232 minibuffer history commands.
9233 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9234 the default history commands now work just as well.
9235 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9236
77580d18
KS
92372005-04-18 Kim F. Storm <storm@cua.dk>
9238
9239 * emulation/cua-base.el (cua--pre-command-handler): Add more
9240 elaborate check for shift modifier on non-window systems.
9241
adbb89ef
LH
92422005-04-18 Lars Hansen <larsh@math.ku.dk>
9243
9244 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9245
2e764c66
KS
92462005-04-18 Kim F. Storm <storm@cua.dk>
9247
9248 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9249 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
9250 (tooltip-gud-process-output, gdb-tooltip-print):
9251 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 9252 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 9253
3f4413f8
YM
92542005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9255
9256 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9257 `display-graphic-p' may not be bound yet.
9258
742220b6
LT
92592005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9260
9261 * startup.el (command-line): No longer enable Xterm Mouse mode by
9262 default in terminals compatible with xterm.
9263
9264 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9265
01c515bb
NR
92662005-04-18 Nick Roberts <nickrob@snap.net.nz>
9267
9268 * tooltip.el (tooltip-gud-echo-area): Rename from
9269 tooltip-use-echo-area.
9270 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9271 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9272 area independently of where help tooltips are displayed.
9273
bbeb3055
DK
92742005-04-17 David Kastrup <dak@gnu.org>
9275
9276 * cus-theme.el (custom-theme-write-variables): Quote variables
9277 where necessary.
9278
ec0cf966
RS
92792005-04-17 Richard M. Stallman <rms@gnu.org>
9280
9e60c724
RS
9281 * simple.el (yank-excluded-properties): Add follow-link to value.
9282
ec0cf966
RS
9283 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9284
9285 * startup.el (fancy-splash-max-time): Just 30 seconds.
9286 (fancy-splash-delay): Just 7.
9287 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9288
9289 * loadhist.el (unload-feature): Update for new format of load-history.
9290 Simplify the code.
9291
9292 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9293 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9294
9295 * mail/sendmail.el (mail-font-lock-keywords):
9296 Don't fontify subject text.
9297 Don't fontify the text of a citation.
9298
92992005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9300
9301 * comint.el (comint-output-filter): Run comint-output-filter-functions
9302 with point where the user had it.
9303
b72c5a86
SM
93042005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * international/ucs-tables.el (ucs-set-table-for-input):
9307 Disable when using unify-on-decoding.
9308
fbcaad36
DN
93092005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9310
9311 * emulation/cua-base.el (cua-global-mark-face): Add special case
9312 for displays supporting a high number of colors.
9313
ccb9871d
EZ
93142005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9315
b72c5a86 9316 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 9317
3d70f279
EZ
93182005-04-16 Chong Yidong <cyd@stupidchicken.com>
9319
9320 * filesets.el (filesets-add-buffer): If user supplies a name of a
9321 non-existing fileset, create a new fileset.
9322
bf94eed3
CD
93232005-04-16 Carsten Dominik <dominik@science.uva.nl>
9324
b72c5a86 9325 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 9326 `outline-up-heading-all'.
bf94eed3 9327
a35d9075
AS
93282005-04-16 Andreas Schwab <schwab@suse.de>
9329
9330 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9331 /etc/permissions.d/* and /etc/aliases.d/*.
9332
5f400376
KH
93332005-04-16 Kenichi Handa <handa@m17n.org>
9334
b72c5a86
SM
9335 * international/code-pages.el (cp-make-coding-system):
9336 Set `translation-table-for-input' property value to the symbol
5f400376
KH
9337 ucs-mule-to-mule-unicode, not to that value.
9338 (pt154): Escape guillemet by `\'.
9339
9e5b2858
LT
93402005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9341
9342 * loadup.el: Load tooltip if x-show-tip is fboundp.
9343
9344 * startup.el (command-line): Add comment.
9345
9346 * tooltip.el (tooltip-mode): Specify correct standard value for
9347 Custom in init-value.
9348
3698ff2e
NR
93492005-04-15 Nick Roberts <nickrob@snap.net.nz>
9350
9351 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9352 possible.
9353
a9f07b61
CD
93542005-04-15 Carsten Dominik <dominik@science.uva.nl>
9355
fe38e3b0 9356 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
9357 `org-agenda-date-today'.
9358 (org-evaluate-time-range): Insert at point instead of directly
9359 after time range.
9360 (org-first-headline-recenter, org-subtree-end-visible-p)
9361 (org-optimize-window-after-visibility-change): New functions
9362 (org-agenda-post-command-hook): Don't allow point at end of line,
9363 to make sure it always hits the text properties.
b72c5a86
SM
9364 (org-agenda-next-date-line, org-agenda-previous-date-line):
9365 New commands.
a9f07b61 9366 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
9367 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9368 Improve marker positions.
a9f07b61
CD
9369 (org-agenda-new-marker): Argument POS made optional.
9370 (org-agenda-get-timestamps): Deadlines which are done are listed
9371 in org-done-face now.
9372 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
9373 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9374 Set `undone-face' and `done-face' properties.
a9f07b61
CD
9375 (org-last-todo-state-is-todo): New variable.
9376 (org-todo): Set `org-last-todo-state-is-todo'.
9377 (org-agenda-todo): Change face according to
588c0770 9378 `org-last-todo-state-is-todo'. And change other lines referring to
a9f07b61
CD
9379 the same entry.
9380 (org-calendar-goto-agenda): New command.
9381 (org-calendar-to-agenda-key): New option.
9382 (org-startup-folded): New allowed value `content'.
9383 (org-set-regexps-and-options): Accept new value `content' for
9384 `org-startup-folded'.
9385 (org-get-current-options): Handle new value `content' for
9386 `org-startup-folded'.
9387 (org-insert-todo-heading): New command.
9388 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9389 interactively in empty file and option
9390 `org-insert-mode-line-in-empty-file' has been set.
b72c5a86 9391 (org-agenda-todo,org-agenda-priority): Modify to use
a9f07b61 9392 `org-agenda-change-all-lines'.
b72c5a86 9393 (org-warning-face): Change color on dark background
a9f07b61 9394
c6588b4e
YM
93952005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9396
9397 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9398 use preferences AppleLocale and AppleLanguages, and variable
9399 mac-system-locale for default locale. On Mac OS Classic, use
9400 mac-system-coding-system for default coding systems.
9401
b72c5a86
SM
9402 * term/mac-win.el: Don't set file-name-coding-system.
9403 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
9404 user-full-name by mac-system-coding-system on Mac OS Classic.
9405 (mac-system-coding-system): New variable.
9406
b3a623d0
LT
94072005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * startup.el (command-line): Handle `xterm-mouse-mode' before
9410 reading init file.
4d727d1a
LT
9411
9412 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 9413
328fc313
GM
94142005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9415
9416 * progmodes/sh-script.el (sh-here-document-word): Make it a
9417 defcustom. Doc fix.
9418 (sh-add): Bash uses $(( )) for arithmetic.
9419 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9420 (sh-maybe-here-document): Remove quotes and leading whitespace
9421 from heredoc word when closing. Indent heredoc with tabs if word
9422 starts with "-".
9423
0047373b
RS
94242005-04-13 Richard M. Stallman <rms@gnu.org>
9425
9426 * simple.el (undo): Fix previous change.
9427
9428 * custom.el (defface): Doc fix.
9429
a2d66c78
LK
94302005-04-13 Lute Kamstra <lute@gnu.org>
9431
5c156fdf
LK
9432 * Makefile.in (DONTCOMPILE): Remove list.
9433 (compile, compile-always): Don't use DONTCOMPILE.
9434 (update-authors): Load the library in which batch-update-authors
9435 is defined.
9436 * makefile.w32-in (DONTCOMPILE): Remove list.
9437 (compile, compile-always): Fix comments.
9438 (update-authors): Load the library in which batch-update-authors
9439 is defined.
9440
a2d66c78
LK
9441 * generic-x.el (generic-mode-ini-file-find-file-hook):
9442 Rename to ini-generic-mode-find-file-hook.
9443 Keep generic-mode-ini-file-find-file-hook as an alias.
9444 (ini-generic-mode-find-file-hook): Rename from
9445 generic-mode-ini-file-find-file-hook. Fix docstring.
9446 (ini-generic-mode): Docstring change.
9447 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9448
9449 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9450 called from lisp.
9451
9452 * generic.el: Move to the emacs-lisp subdir.
9453
759e9f0c
DN
94542005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9455
9456 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9457 and C-S- function and cursor motion keys.
9458
dc56fc01
LT
94592005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9460
9461 * startup.el (command-line): Enable Xterm Mouse mode by default.
9462 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
9463 for Custom. No longer show "Mouse" in mode line when enabled.
9464 Doc fix.
dc56fc01 9465
d50285de
KS
94662005-04-12 Kim F. Storm <storm@cua.dk>
9467
9468 * emulation/cua-base.el (cua-rectangle-face)
9469 (cua-rectangle-noselect-face): Define face attributes here.
9470
9471 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9472
ed0fb1f1
JD
94732005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9474
9475 * startup.el (command-line): Turn off blinking cursor if
9476 cursorBlink in resources is off or false.
9477
a56e6111
YM
94782005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9479
9480 * term/mac-win.el (dnd): Require dnd.
9481 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
9482 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9483 (kTextEncodingISOLatin2): Remove constants.
9484 (mac-script-code-coding-systems): New constant.
9485 (mac-handle-language-change): New function.
9486 (special-event-map): Bind it to `language-change' event.
9487 (mac-centraleurroman, mac-cyrillic): New coding systems.
9488 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9489 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9490 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9491 encode-mac-cyrillic, respectively.
a56e6111 9492
a1b6a089
NR
94932005-04-12 Nick Roberts <nickrob@snap.net.nz>
9494
9495 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9496 Don't set overlay-arrow-string to "=>" as this is done
9497 globally in C now.
9498
4d88e0ad
LK
94992005-04-12 Lute Kamstra <lute@gnu.org>
9500
b72c5a86
SM
9501 * generic-x.el (rc-generic-mode, rul-generic-mode):
9502 Fix auto-mode-alist entries.
4d88e0ad
LK
9503 (etc-fstab-generic-mode): Tweak fontification.
9504
9505 * generic.el (generic-make-keywords-list): Fix docstring.
9506 (generic-mode-internal): Simplify generic-font-lock-keywords.
9507
df5e8d2c
RV
95082005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9509
b72c5a86 9510 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
9511 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9512 However, fix the highlight area for the leading and
df5e8d2c
RV
9513 trailing whitespaces to show space.
9514
7a15a271
RV
95152005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9516
9517 * whitespace.el (whitespace-version): Bump to 3.5
9518
b72c5a86
SM
9519 (whitespace-buffer-leading, whitespace-buffer-trailing):
9520 Invert sense of the test to highlight the whitespace.
7a15a271 9521
c80b3945
NR
95222005-04-12 Nick Roberts <nickrob@snap.net.nz>
9523
9524 * progmodes/gud.el (gud-display-line): GUD uses its own
9525 overlay arrow now so don't set overlay-arrow-string.
9526 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9527
22c061d6
DN
95282005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9529
9530 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9531 (term-ansi-current-reverse, term-ansi-current-invisible)
9532 (term-ansi-face-already-done): Change to boolean.
9533 (term-reset-terminal, term-handle-colors-array): Handle the above
9534 vars accordingly.
9535 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9536 (term-emulate-terminal): Use the new name.
9537
9538 * faces.el (secondary-selection): Use yellow1, not yellow.
9539 (trailing-whitespace): Use red1, not red.
9540
b438e670
JD
95412005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9542
9543 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9544 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9545 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9546
9547 * cus-edit.el (dnd): New group.
9548
9549 * term/w32-win.el (dnd): Require dnd
9550 (w32-drag-n-drop): Call dnd-handle-one-url.
9551
9552 * x-dnd.el: Require dnd.
b72c5a86
SM
9553 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9554 Call dnd-handle-one-url.
b438e670
JD
9555 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9556 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9557 to dnd-insert-text.
4d88e0ad
LK
9558 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9559 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 9560 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 9561 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
9562
9563 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9564
0047373b 95652005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
9566
9567 * wdired.el: Doc fixes.
9568 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9569 (wdired-use-dired-vertical-movement): Rename from
9570 wdired-always-move-to-filename-beginning.
9571 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9572 (wdired-change-to-wdired-mode): Change mode name.
9573 (wdired-newline): Delete.
9574
713c9020
RS
95752005-04-11 Richard M. Stallman <rms@gnu.org>
9576
7dbe67a4
RS
9577 * whitespace.el (whitespace-highlight-the-space):
9578 Don't call whitespace-unhighlight-the-space here.
9579
713c9020
RS
9580 * simple.el (undo): Record t in undo-equiv-table
9581 for the redo record made by an undo-in-region.
9582
45bd9a1a
NR
95832005-04-12 Nick Roberts <nickrob@snap.net.nz>
9584
9585 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9586 (gdb-frame-inferior-io-buffer): New Functions to control
9587 display of separate IO buffer.
9588 (menu): Add them to menu-bar.
9589 (gdb-display-buffer): Check for buffer another frame.
9590 Protect GUD buffer.
9591 (gdb-setup-windows): Create IO buffer if not already there.
9592 (gdb-memory-mode): Remove purecopy noops.
9593
055e0d88
GM
95942005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9595
9596 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9597 and pass to self-insert-command.
9598
9285b8bc
LK
95992005-04-11 Lute Kamstra <lute@gnu.org>
9600
9601 * generic.el: Commentary section cleanup.
9602 (generic): Delete.
9603 (generic-use-find-file-hook, generic-lines-to-scan)
9604 (generic-find-file-regexp, generic-ignore-files-regexp)
9605 (default-generic-mode, generic-mode-find-file-hook)
9606 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9607 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9608 (generic-use-find-file-hook, generic-lines-to-scan)
9609 (generic-find-file-regexp, generic-ignore-files-regexp)
9610 (default-generic-mode, generic-mode-find-file-hook)
9611 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9612
9552bee8
KF
96132005-04-10 Karl Fogel <kfogel@red-bean.com>
9614
9615 * bookmark.el (bookmark-write-file): Catch errors writing file.
9616 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9617
6695c528
RS
96182005-04-10 Richard M. Stallman <rms@gnu.org>
9619
9620 * startup.el (fancy-splash-tail): Update copyright year.
9621 (command-line): Split part of -Q into -D.
9622 (emacs-basic-display): New defvar.
9623 (fancy-splash-text): Correct name of menu item.
9624
9625 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9626
9627 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9628 lines in one node.
9629
9630 * comint.el (comint-send-input): New arg ARTIFICIAL.
9631 Callers in this file changed.
9632
9633 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9634
9635 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9636
96372005-04-10 Chong Yidong <cyd@stupidchicken.com>
9638
9639 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9640 `ldap-search-internal'.
9641
35f257bb
SM
96422005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9643
f587e30b
SM
9644 * files.el (set-auto-mode-1): Use line-end-position.
9645
35f257bb
SM
9646 * international/latin-1.el:
9647 * international/latin-2.el:
9648 * international/latin-3.el:
9649 * international/latin-4.el:
9650 * international/latin-5.el:
9651 * international/latin-8.el:
9652 * international/latin-9.el: Give punctuation syntax to NBSP.
9653
9654 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9655 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9656 Use char-classes to accept non-ascii letters, accepted in some recent
9657 bibtex implementations.
9658
223bc577
LT
96592005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9660
9661 * custom.el (custom-set-minor-mode): Any non-nil value for the
9662 variable should enable the mode when set through Custom.
9663
4bcb9c95
SM
96642005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9667 TAB binding so tab-always-indent is obeyed.
9668 (vhdl-minibuffer-local-map): Move initialization into declaration.
9669 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9670 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9671 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9672 (vhdl-current-line): Use line-beginning-position.
9673 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9674 with-output-to-temp-buffer, so the current position can be recorded.
9675
0c9a01ff
MY
96762005-04-10 Masatake YAMATO <jet@gyve.org>
9677
4bcb9c95
SM
9678 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9679 Add regexp for gcov.
0c9a01ff 9680
91472578
MB
96812005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9682
4bcb9c95
SM
9683 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9684 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 9685 syntax which Emacs 20 doesn't support.
91472578 9686
6695c528
RS
96872005-04-09 Richard M. Stallman <rms@gnu.org>
9688
b72c5a86
SM
9689 * help.el (describe-key-briefly, describe-key):
9690 Replace strings as event types with "(any string)".
6695c528 9691
941f9778
SM
96922005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * arc-mode.el (archive-mode-map): Move initialization into
9695 the declaration. Override *all* bindings of `undo'.
9696 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9697
1d1bf521
JB
96982005-04-09 Jay Belanger <belanger@truman.edu>
9699
941f9778 9700 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 9701
ce102cb1
DN
97022005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9703
9704 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9705 (xterm-register-default-colors): Update color values computation
9706 to match xterm-200.
9707
2a9e192d
KH
97082005-04-09 Kenichi Handa <handa@m17n.org>
9709
9710 * international/code-pages.el (iso-latin-7): Fix the map.
9711
e790a4a3
LT
97122005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9713
9714 * emacs-lisp/lisp.el (defun-prompt-regexp)
9715 (parens-require-spaces, buffer-end, end-of-defun)
9716 (insert-parentheses): Doc fixes.
9717
3306ed3b
KS
97182005-04-08 Kim F. Storm <storm@cua.dk>
9719
9720 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 9721 * hi-lock.el (hi-green): Likewise.
3306ed3b 9722
099dcdcf
DN
97232005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9724
3306ed3b 9725 * cus-edit.el (custom-modified-face):
099dcdcf
DN
9726 * comint.el (comint-highlight-input): Fix previous changes.
9727 * term.el (term-handle-ansi-escape): Add a comment.
9728
c22c3db0
SM
97292005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9732 in the buffer and in whitespace-highlighted-space.
9733 (whitespace-unhighlight-the-space): Simplify.
9734 (whitespace-buffer): Simplify.
9735
ea81d57e
DN
97362005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9737
9738 * textmodes/table.el (table-cell-face): Add special case for
9739 displays supporting a high number of colors.
9740 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9741 (vhdl-font-lock-reserved-words-face)
9742 (vhdl-speedbar-architecture-face)
9743 (vhdl-speedbar-instantiation-face)
9744 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
9745 (vhdl-speedbar-instantiation-selected-face): Likewise.
9746 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9747 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
9748 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9749 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
9750 (ebrowse-progress-face): Likewise.
9751 * progmodes/compile.el (compilation-info-face): Likewise.
9752 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9753 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9754 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 9755 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
9756 (woman-unknown-face): Likewise.
9757 * wid-edit.el (widget-button-pressed-face): Likewise.
9758 * whitespace.el (whitespace-highlight-face): Likewise.
9759 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9760 * pcvs-info.el (cvs-marked-face): Likewise.
9761 * info.el (info-xref): Likewise.
9762 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 9763 * hilit-chg.el (highlight-changes-face)
c22c3db0 9764 (highlight-changes-delete-face): Likewise.
ea81d57e 9765 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
9766 (hi-red-b): Likewise.
9767 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 9768 * font-lock.el (font-lock-keyword-face)
c22c3db0 9769 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
9770 * cus-edit.el (custom-invalid-face, custom-modified-face)
9771 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
9772 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9773 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 9774
67b4790b
LK
97752005-04-08 Lute Kamstra <lute@gnu.org>
9776
9777 * font-lock.el (font-lock-keywords): Docstring fixes.
9778
9741224e
KH
97792005-04-08 Kenichi Handa <handa@m17n.org>
9780
9781 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9782 chars are more than a limit, print " and more..." at the tail.
9783
3a10b9ce
KS
97842005-04-08 Kim F. Storm <storm@cua.dk>
9785
9786 * emacs-lisp/authors.el (authors-aliases): Update list.
9787 (authors-ignored-files): New list.
9788 (authors-fixed-entries): Fix typo.
9789 (authors-renamed-files-alist): Update list.
9790 (authors-add): Check authors-ignored-files.
9791
eaf779a7
CD
97922005-04-08 Carsten Dominik <dominik@science.uva.nl>
9793
214e2d48 9794 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
9795 optional, to ensure backward compatibility.
9796
fc2cae59
SE
97972005-04-08 Stephen Eglen <stephen@gnu.org>
9798
9799 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9800
859b8989
KS
98012005-04-08 Kim F. Storm <storm@cua.dk>
9802
b72c5a86 9803 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
9804
9805 * mouse.el (mouse-on-link-p): Doc fix.
9806
709bfdaf
LT
98072005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9808
db648b84
LT
9809 * ielm.el (ielm-prompt-read-only): Doc fix.
9810
709bfdaf
LT
9811 * comint.el (comint-prompt-read-only): Doc fix.
9812
5b523a77
JL
98132005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9814
9815 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9816 ensure dired always handles wildcards passed to ffap.
9817 (find-file-at-point): Use it.
9818 (ffap-dired-wildcards): Doc fix.
9819
34d86208
JL
98202005-04-07 Juri Linkov <juri@jurta.org>
9821
9822 * simple.el (next-error-overlay-arrow-position): New defvar.
9823 Put "=>" on its property `overlay-arrow-string'. Add it to
9824 `overlay-arrow-variable-list'.
9825
9826 * progmodes/compile.el (compilation-setup):
9827 Set `next-error-overlay-arrow-position' to nil. Also set it to
9828 nil in the local hook `kill-buffer-hook'. Make local variable
9829 `overlay-arrow-string' and set it to "=>".
9830 (compilation-goto-locus): Set BOL position to
9831 `next-error-overlay-arrow-position' instead of
9832 `overlay-arrow-position'.
9833
9834 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9835 locally instead of adding it to the global hook.
9836 (Info-kill-buffer): Move up.
9837
9fb518aa
DN
98382005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
9839
9840 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 9841 xterm-200.
9fb518aa 9842
5c8b653b
SM
98432005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
9844
797bf075
SM
9845 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9846
5c8b653b
SM
9847 * fast-lock.el:
9848 * lazy-lock.el: Move them to the obsolete subdir.
9849
969ee2ad
SM
98502005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9851
9852 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9853 (wdired-add-replace-advice): Remove.
9854 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9855
73f0d996
KS
98562005-04-06 Kim F. Storm <storm@cua.dk>
9857
9858 * startup.el (command-line): Add --bare-bones alias for -Q.
9859
369f76bb
YM
98602005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9861
9862 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9863 create the startup fontset if a font specification ends with
9864 `mac-roman'.
9865
e0e5f076
LK
98662005-04-06 Lute Kamstra <lute@gnu.org>
9867
9e4b54a0
LK
9868 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9869 change.
9870
e0e5f076
LK
9871 * emacs-lisp/copyright.el (copyright-update-year): Replace the
9872 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
9873
ab7bc290
LK
98742005-04-05 Lute Kamstra <lute@gnu.org>
9875
6a8cf883
LK
9876 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9877 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 9878
969ee2ad
SM
9879 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9880 Put them in the generic-x group.
6a8cf883 9881
d9c39305 9882 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 9883
ab7bc290
LK
9884 * generic.el (define-generic-mode): Don't use custom-current-group.
9885 Document default :group value.
9886 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9887 (define-global-minor-mode): Don't use custom-current-group.
9888
39b32c06
GM
98892005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
9890
f4564cfd
GM
9891 * startup.el (command-line-1): Display startup-echo-area-message
9892 when fancy splash screen is in use.
9893
d6d43bde
GM
9894 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9895 (sh-escaped-newline): New face.
9896 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9897 newline, and use sh-escaped-newline face.
9898
39b32c06
GM
9899 * progmodes/tcl.el (tcl-escaped-newline): New face.
9900 (tcl-builtin-list): New variable.
9901 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9902 newlines. Fix keywords subexpression number.
9903
da659ce6
CD
99042005-04-05 Carsten Dominik <dominik@science.uva.nl>
9905
d9c39305 9906 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 9907 `add-to-diary-entry'.
da659ce6 9908
7ed08c01
KS
99092005-04-05 Kim F. Storm <storm@cua.dk>
9910
9911 * ediff-init.el: Use (featurep 'xemacs).
9912
f1c7de69
DP
99132005-04-05 David Ponce <david@dponce.com>
9914
9915 * cus-edit.el (face): Derive from symbol widget. Display sample
9916 of the current face on the fly.
9917 (widget-face-sample-face-get, widget-face-notify): New functions.
9918 (widget-face-value-create): Remove.
9919
9920 * wid-edit.el (widget-field-end): Temporarily remove field
9921 narrowing before to call `get-char-property'.
9922
32503b32
JB
99232005-04-04 Jay Belanger <belanger@truman.edu>
9924
9925 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9926 (math-read-subscripts): New variable.
9927 (math-read-preprocess-string): Process subscripts.
9928
47b143f3
LT
99292005-04-04 Luc Teirlinck <teirllm@auburn.edu>
9930
a9aa7c74
LT
9931 * comint.el (comint-prompt-read-only): Doc fix.
9932
47b143f3
LT
9933 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9934 `-1'. Doc fix.
9935
6eb49472
CD
99362005-04-04 Carsten Dominik <dominik@science.uva.nl>
9937
969ee2ad
SM
9938 * textmodes/org.el (org-insert-mode-line-in-empty-file):
9939 Change default value to nil.
6eb49472 9940
171c707b
LK
99412005-04-04 Lute Kamstra <lute@gnu.org>
9942
8c6ef2ca
LK
9943 * autorevert.el (auto-revert-mode): Specify :group.
9944 * battery.el (display-battery-mode): Specify :group.
9945 * diff-mode.el (diff-minor-mode): Specify :group.
9946 * font-core.el (font-lock-mode): Specify :group.
9947 * hl-line.el (hl-line-mode): Specify :group.
9948 * iimage.el (iimage): New customization group.
9949 (iimage-mode): Specify :group.
9950 * longlines.el (longlines-mode): Specify :group.
9951 * master.el: Don't require easy-mmode.
9952 (master): New customization group.
9953 (master-mode): Specify :group.
9954 * msb.el (msb-mode): Specify :group.
9955 * reveal.el (reveal-mode): Specify :group.
9956 * simple.el (next-error-follow-minor-mode): Specify :group.
9957 * smerge-mode.el (smerge-mode): Specify :group.
9958 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9959 * emulation/cua-base.el (cua-mode): Specify :group.
9960 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9961 * language/thai-util.el (thai-auto-composition-mode)
9962 (thai-word-mode): Specify :group.
9963 * mail/supercite.el (sc-minor-mode): Specify :group.
9964 * progmodes/cwarn.el (cwarn-mode): Specify :group.
9965 * progmodes/flymake.el (flymake-mode): Specify :group.
9966 * progmodes/glasses.el (glasses-mode): Specify :group.
9967 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9968 * textmodes/enriched.el (enriched-mode): Specify :group.
9969 * textmodes/refill.el (refill-mode): Specify :group.
9970
171c707b
LK
9971 * add-log.el (change-log-font-lock-keywords): Names in
9972 parenthesized lists can contain spaces.
9973
e3039e63
TTN
99742005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
9975
9976 * startup.el (fancy-splash-text): Shorten default text of
9977 "Emacs Tutorial" line. Also, if the current language env
9978 indicates an available tutorial file other than TUTORIAL,
9979 extract its title and append it to the line in parentheses.
9980 (fancy-splash-insert): If arg is a thunk, funcall it.
9981
1151215a
JB
99822005-04-04 Jay Belanger <belanger@truman.edu>
9983
9984 * calc.el (calc-language-alist): Add tags to customization type.
9985
745986d5
LT
99862005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9987
81fb9e86 9988 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
9989 Doc fix.
9990
28cfe103 99912005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 9992
969ee2ad
SM
9993 * add-log.el (change-log-font-lock-keywords): The manual
9994 describing a Change Log entry, says: (...) "Aside from these
9995 header lines, every line in the change log starts with a space or
52eb0373 9996 a tab.". The font-lock was not highlighting lines started with
969ee2ad 9997 spaces, added support for it.
e9fd21e8 9998
63d516ce
SM
99992005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10000
10001 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 10002 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
10003 complex example in the docstring.
10004 (bibtex-font-lock-url): Use pop.
10005
59bb9410
SM
100062005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10007
4c5113c7
SM
10008 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10009
59bb9410
SM
10010 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10011
6c381cba
GM
100122005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10013
10014 * filesets.el (filesets-set-default): Doc fix.
10015
07e5fb9e
LK
100162005-04-03 Lute Kamstra <lute@gnu.org>
10017
c85465f9
LK
10018 * generic.el (define-generic-mode): Add argument to specify
10019 keywords for defcustom.
10020 (default-generic-mode): Specify :group.
59bb9410 10021
0c0a9c99
LK
10022 * generic-x.el: Specify :group for all generic modes.
10023
07e5fb9e 10024 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 10025 (desktop-after-read-hook): Doc fix.
07e5fb9e 10026
2a0af9db
LT
100272005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10028
10029 * simple.el (visible-mode): Use explicit :group keyword.
10030 This changes the group of `visible-mode-hook' from paren-blinking
10031 to editing-basics.
10032
2f2e2373
EZ
100332005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10034
52eb0373 10035 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
10036 mailbox specifications as well as URLs.
10037 (rmail-insert-inbox-text): Remove unused conditional branches.
10038
1ee49a88
JB
100392005-04-01 Jay Belanger <belanger@truman.edu>
10040
10041 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10042 (calc-gnuplot-print-command): Move definitions to calc.el.
10043
10044 * calc/calc-embed.el (calc-embedded-announce-formula)
10045 (calc-embedded-open-formula, calc-embedded-close-formula)
10046 (calc-embedded-open-word, calc-embedded-close-word)
10047 (calc-embedded-open-plain, calc-embedded-close-plain)
10048 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10049 (calc-embedded-open-mode, calc-embedded-close-mode):
10050 Move definitions to calc.el.
10051
10052 * calc/calc.el (calc-settings-file, calc-language-alist):
10053 Make customizable.
10054 (calc-embedded-announce-formula, calc-embedded-open-formula)
10055 (calc-embedded-close-formula, calc-embedded-open-word)
10056 (calc-embedded-close-word, calc-embedded-open-plain)
10057 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10058 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10059 (calc-embedded-close-mode, calc-gnuplot-name)
10060 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10061 from other files and make customizable.
10062
392fe1b7
SM
100632005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10066 Use buffer-live-p.
10067 (cvs-mode-run): Don't call cvs-update-header here.
10068 (cvs-run-process): Call cvs-update-header.
10069 Use process properties for cvs-postprocess and cvs-buffer so that
10070 the sentinel can behave better if the temp buffer is killed.
10071 Use a pipe rather than a tty, to better handle unexpected prompts.
10072 (cvs-sentinel): Rewrite. Call cvs-update-header.
10073
2e2255f6
AS
100742005-04-01 Andre Spiegel <spiegel@gnu.org>
10075
10076 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10077 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10078
392fe1b7
SM
100792005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * generic.el (define-generic-mode): Add indentation rule.
10082
5e9961be
LT
100832005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10084
10085 * files.el (mode-require-final-newline): Make Custom correctly
10086 report a nil value and allow to set it to nil via Custom.
10087 Doc fix.
10088
9cf97f26
KH
100892005-04-01 Kenichi Handa <handa@m17n.org>
10090
10091 * international/characters.el: Enable the correct case setting for
10092 dotless-i and dotted-I.
10093
81f5c6a3
KS
100942005-04-01 Kim F. Storm <storm@cua.dk>
10095
10096 * ido.el (ido-file-internal): Fall back to non-ido command if
10097 initial directory is on slow ftp (or tramp) host.
10098
39a27f95
RS
100992005-03-31 Richard M. Stallman <rms@gnu.org>
10100
e134f4a8
RS
10101 * emacs-lisp/autoload.el (make-autoload):
10102 Handle define-global-minor-mode.
10103
39a27f95 10104 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 10105 Rename from easy-mmode-define-global-mode.
39a27f95
RS
10106 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10107
392fe1b7
SM
10108 * progmodes/scheme.el (scheme-mode-syntax-table):
10109 Update syntax of | and # for two-character comment syntax.
39a27f95 10110
66e181ad
LK
101112005-03-31 Lute Kamstra <lute@gnu.org>
10112
10113 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10114 (define-minor-mode): Call custom-current-group at load-time.
10115
10116 * generic.el (define-generic-mode): Add debug declaration.
10117 Add defcustom for the mode hook.
10118 (generic-mode-internal): Use run-mode-hooks.
10119
34514f48
KS
101202005-03-31 Kim F. Storm <storm@cua.dk>
10121
10122 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
10123 (mouse-fixup-help-message): New defun called by show_help_echo
10124 to fixup mouse-2 prefix in help messages when applicable.
34514f48 10125
f793f885 10126 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 10127
fafbb99d 101282005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 10129
e5729c6c
KH
10130 * language/thai-word.el (thai-find-word-ends): Pay attention to
10131 the case that we reach the end of buffer.
10132
7c315e1c
KH
10133 * textmodes/fill.el (fill-text-properties-at): New function.
10134 (fill-newline): Use fill-text-properties-at instead of
10135 text-properties-at.
10136
52eb0373 101372005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 10138
d9c39305 10139 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
10140 not comint-quote-filename.
10141
5ee2cf8a
TTN
101422005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10143
10144 * help-fns.el (help-with-tutorial): Revert last change.
10145
7ab4753e
KS
101462005-03-31 Kim F. Storm <storm@cua.dk>
10147
10148 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10149
fffaba77
PE
101502005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10151
10152 * calendar/cal-china.el: Update reference to "Calendrical
10153 Calculations" book; there's a new edition.
10154 * calendar/cal-coptic.el: Likewise.
10155 * calendar/cal-french.el: Likewise.
10156 * calendar/cal-hebrew.el: Likewise.
10157 * calendar/cal-islam.el: Likewise.
10158 * calendar/cal-iso.el: Likewise.
10159 * calendar/cal-julian.el: Likewise.
10160 * calendar/cal-mayan.el: Likewise.
10161 * calendar/cal-persia.el: Likewise.
10162 * calendar/calendar.el: Likewise.
10163 * calendar/holidays.el: Likewise.
10164 * calendar/lunar.el: Likewise.
10165 * calendar/solar.el: Likewise.
10166
10167 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10168 white space from doc string.
10169
0a2bf0fa
JB
101702005-03-30 Jay Belanger <belanger@truman.edu>
10171
10172 * calc/calc-help.el (calc-full-help): Remove email address.
10173
19577b0e
TTN
101742005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10175
10176 * help-fns.el (help-with-tutorial): Delete title line.
10177
4fdb2a6c
GM
101782005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10179
9080baba
GM
10180 * calendar/cal-x.el (calendar-one-frame-setup)
10181 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10182 rather than 'symbol for set-window-dedicated-p.
10183
204451b6
GM
10184 * calendar/appt.el (appt-buffer-name): Make it a constant.
10185 (appt-add): Doc fix.
10186
4fdb2a6c
GM
10187 * filesets.el (filesets-menu-path, filesets-menu-before)
10188 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10189 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10190 (filesets-add-submenu): Delete and use add-submenu instead.
10191
ef943dba
CD
101922005-03-30 Carsten Dominik <dominik@science.uva.nl>
10193
19577b0e 10194 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
10195 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10196 (org-diary-default-entry): New function.
392fe1b7 10197 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
10198 (org-agenda-check-no-diary): New function.
10199 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10200 linking to diary entries.
392fe1b7
SM
10201 (org-agenda-execute-calendar-command): New function.
10202 (org-agenda): Improve visible section in window.
10203 Use `org-fit-agenda-window'.
ef943dba
CD
10204 (org-fit-agenda-window): New option.
10205 (org-move-subtree-down): Better handling of empty lines
10206 at end of subtree.
10207 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10208 levels up.
10209 (org-fontify-done-headline): New option.
10210 (org-headline-done-face): New face.
10211 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
10212 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10213 When current field is non-empty, it is copied to next row.
10214 (org-table-copy-from-above): Fix bug which made it
10215 impossible to copy fields containing only a single non-white character.
ef943dba 10216
c33d06b0
KS
102172005-03-30 Kim F. Storm <storm@cua.dk>
10218
10219 * kmacro.el (kmacro-end-macro): Isearch may store this command
10220 into the macro -- so ignore it when executing keyboard macro.
10221
4f5f7887
NR
102222005-03-30 Nick Roberts <nickrob@snap.net.nz>
10223
10224 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10225
74269806
KH
102262005-03-29 Kenichi Handa <handa@m17n.org>
10227
10228 * language/thai.el ("Thai"): Set setup-function and exit-function
10229 for Thai language environment.
10230
10231 * language/thai-util.el: Require thai-word.
10232 (thai-word-mode-map): New variable.
10233 (thai-word-mode): New minor mode.
10234 (setup-thai-language-environment-internal): New function.
10235 (exit-thai-language-environment-internal): New function.
10236
10237 * language/thai-word.el (thai-word-table): Declare it by defvar,
10238 use dolist to initialize it.
10239 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10240 (thai-fill-find-break-point): New functions.
10241
8e669bbd
RS
102422005-03-29 Richard M. Stallman <rms@gnu.org>
10243
10244 * simple.el (idle-update-delay): Move definition up.
b36a687c 10245 (set-mark): Doc fix.
8e669bbd
RS
10246
102472005-03-29 Chong Yidong <cyd@stupidchicken.com>
10248
10249 * longlines.el: New file.
c33d06b0 10250
8e669bbd
RS
10251 * simple.el (buffer-substring-filters): New variable.
10252 (filter-buffer-substring): New function.
10253 (kill-region, copy-region-as-kill): Use it.
10254
10255 * register.el (copy-to-register, append-to-register)
10256 (prepend-to-register): Use filter-buffer-substring.
10257
5f9ffb03
NR
102582005-03-30 Nick Roberts <nickrob@snap.net.nz>
10259
588c0770 10260 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5f9ffb03
NR
10261 (gud-filter-pending-text): Move in front of gdb.
10262 (gud-overlay-arrow-position): New variable.
10263 (gud-sentinel, gud-display-line): Use it in place of
10264 overlay-arrow-position.
10265
0d6d7be5
GM
102662005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10267
b976213b
GM
10268 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10269 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10270 (fortran-font-lock-keywords-4): New variable.
10271 (fortran-blocks-re, fortran-end-block-re)
10272 (fortran-start-block-re): New constants, for hideshow.
10273 (hs-special-modes-alist): Add a Fortran entry.
10274 (fortran-mode-map): Bind fortran-end-of-block,
10275 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 10276 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
10277 (fortran-looking-at-if-then, fortran-end-of-block)
10278 (fortran-beginning-of-block): New functions, for hideshow.
10279
52eb0373
JB
10280 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10281 Doc fix. Tweak regexp.
0d6d7be5
GM
10282 (f90-beginning-of-block): Push mark first.
10283
bb64248b
JB
102842005-03-29 Jay Belanger <belanger@truman.edu>
10285
10286 * calc/calc.el: Update copyright date.
10287 (calc-version): Increase to 2.1.
10288 (calc-version-date): Remove.
10289
10290 * calc/calc-help.el: Update copyright date.
10291 (calc-full-help): Remove reference to calc-version-date.
10292 Update copyright date.
10293
55ec6b37
SM
102942005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * vc.el (vc-do-command): Use a pipe for async processes, so password
10297 prompts don't show up at places where the user can't reply.
10298
52eb0373 102992005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
10300
10301 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10302 on the file name we pass to the inferior shell.
10303
ef91372a
SM
103042005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10305
10306 * progmodes/which-func.el (which-function): Be robust in the face of an
10307 imenu--make-index-alist failure.
10308
8d194e3e
SM
103092005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10312
10313 * progmodes/python.el (python-preoutput-filter): Fix last change.
10314
d7029908
LK
103152005-03-29 Lute Kamstra <lute@gnu.org>
10316
10317 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10318 functions and compiled macros.
10319 (debug-convert-byte-code): Handle macros too.
10320 (debug-on-entry-1): Don't signal an error when trying to clear a
10321 function that is not set to debug on entry.
10322
d59ea3ae
JB
103232005-03-29 Jay Belanger <belanger@truman.edu>
10324
10325 * calc/calc-lang.el: Add functions to math-function-table
10326 properties of tex and math.
10327
eab4bb89
KH
103282005-03-29 Kenichi Handa <handa@m17n.org>
10329
10330 * ps-mule.el (ps-mule-plot-string): Translate characters by
10331 ps-print-translation-table.
10332 (ps-mule-begin-job): Call find-charset-region/string with
10333 ps-print-translation-table.
8d194e3e 10334 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
10335
10336 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 10337 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 10338
073fcaf6
JL
103392005-03-29 Juri Linkov <juri@jurta.org>
10340
10341 * simple.el (next-error-highlight-timer): New variable.
10342
10343 * progmodes/compile.el (compilation-goto-locus):
10344 Use `next-error-highlight-timer' instead of `sit-for'.
10345
caf3c78f
SM
103462005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * mail/supercite.el (sc-mail-field): Use assoc-string.
10349 (sc-get-address): Simplify regexps.
10350
10351 * files.el (minibuffer-with-setup-hook): New macro.
10352 (find-file-read-args): Use it to avoid let-binding
10353 minibuffer-with-setup-hook (which breaks turning on/off
10354 file-name-shadow-mode while in the prompt).
10355
e5456e73
SM
10356 * complete.el (PC-read-include-file-name-internal):
10357 Use test-completion.
caf3c78f 10358
2d526287
LT
103592005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10360
10361 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10362
12566797
SM
103632005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10364
ba96f392
SM
10365 * window.el (window-buffer-height): Use count-screen-lines.
10366
12566797
SM
10367 * progmodes/python.el (python-preoutput-leftover): New var.
10368 (python-preoutput-filter): Use it.
10369 (python-send-receive): Loop until all the result has been received.
10370
ba40634b
JL
103712005-03-28 Juri Linkov <juri@jurta.org>
10372
10373 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10374
10375 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10376 "Recover Crashed Session".
10377 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10378 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10379 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10380 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10381 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10382 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10383 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10384 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10385
10386 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10387 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10388 Ediff Sessions", "Toggle use of separate control buffer frame",
10389 "Use separate frame for Ediff control buffer".
10390
10391 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10392 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10393 "Rename Bookmark", "Delete Bookmark".
10394
10395 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10396 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10397 Add `:active Info-index-alternatives' to "Next Matching Item".
10398
10399 * wdired.el (wdired-change-to-wdired-mode):
10400 Mention `wdired-abort-changes' key in the initial message.
10401
10402 * international/mule.el (auto-coding-alist): Associate non-ascii
10403 image filename extensions with `no-conversion'.
10404
8d194e3e
SM
104052005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * international/iso-acc.el:
10408 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10409
468b711f
LT
104102005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10411
73cba75d
LT
10412 * textmodes/sgml-mode.el (html-mode): Doc update.
10413
468b711f
LT
10414 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10415
99a56581
DN
104162005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10417
10418 * term.el (term-move-columns): Fix face after extending a line.
10419 (term-insert-spaces): Likewise.
10420 (term-reset-terminal): Fix off by one error.
10421
54879547
EZ
104222005-03-26 Eli Zaretskii <eliz@gnu.org>
10423
10424 * international/mule.el (auto-coding-alist): Add .xpi files.
10425
10426 * files.el (auto-mode-alist): Add .xpi files.
10427
ee7a5ccb
EZ
104282005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10429
10430 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10431
b2705c8c
EZ
104322005-03-26 Eli Zaretskii <eliz@gnu.org>
10433
10434 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10435
da8612d3
GM
104362005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10437
10438 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10439 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10440
10441 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10442 cursor to Jan 1 when needed.
10443 (calendar-end-of-year): Fix -/+ typo.
10444 Reported by Chong Yidong <cyd@stupidchicken.com>.
10445
be940bc5
SM
104462005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10447
5ffc943b
SM
10448 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10449
be940bc5
SM
10450 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10451 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10452
85df292e
RS
104532005-03-25 Richard M. Stallman <rms@gnu.org>
10454
10455 * filesets.el (filesets-init): Add autoload.
10456
10457 * mail/mailalias.el (mail-directory): Doc fix.
10458
104592005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 10460
85df292e
RS
10461 * mail/mailalias.el (mail-directory-process): Do nothing if
10462 mail-directory-process is an atom.
10463 (mail-get-names): Ignore mail-directory-names if it is an atom.
10464 (mail-directory-process defvar): Doc fix.
10465 (mail-names): Doc fix.
10466
104672005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10468
10469 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10470
ae766e0d
KH
104712005-03-26 Kenichi Handa <handa@m17n.org>
10472
be940bc5
SM
10473 * international/mule-util.el (detect-coding-with-priority):
10474 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 10475
5a049eca
NR
104762005-03-26 Nick Roberts <nickrob@snap.net.nz>
10477
10478 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10479 (gdb-frames-mode-map): Add follow-link property.
10480
bba984aa
JB
104812005-03-25 Jay Belanger <belanger@truman.edu>
10482
10483 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10484 for variables.
10485
13200335
JL
104862005-03-25 Juri Linkov <juri@jurta.org>
10487
10488 * image-mode.el: Optimize image filename extension regexps in
10489 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10490 in `auto-mode-alist'.
10491 (image-mode): Add `image-toggle-display-text' to local hook
10492 `change-major-mode-hook'. Display the image as an image by
10493 default. Set `cursor-type' and `truncate-lines' if the image
10494 is already displayed. Take into account the current mode (image
10495 or text) in message.
10496 (image-minor-mode): New minor mode.
10497 (image-mode-maybe, image-toggle-display-text): New functions.
10498 (image-toggle-display): Use called-interactively-p.
10499 Let-bind `inhibit-read-only' to t.
10500
90d0be7d
JL
10501 * image-mode.el (image-minor-mode): Set `cursor-type' and
10502 `truncate-lines' if the image is already displayed. Add turning
10503 image-minor-mode off to `change-major-mode-hook'. Add message.
10504 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 10505
5341e481
SM
105062005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10509 Terminal.app, use utf-8.
10510 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10511 (set-locale-environment): Use it.
10512
10513 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10514
10515 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10516
10517 * progmodes/python.el (python-close-block-statement-p)
10518 (python-outdent-p, python-current-defun): Use symbol-end.
10519
126c9dda
TTN
105202005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10521
10522 * files.el (save-some-buffers): Doc fix.
10523
932fb767
WL
105242005-03-25 Werner Lemberg <wl@gnu.org>
10525
10526 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 10527 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 10528 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 10529 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
10530 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10531 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10532 Replace `legal' with `valid'.
10533 * textmodes/reftex-vars.el, textmodes/reftex.el:
10534 Replace `legal' with `valid'.
932fb767 10535
25f72ec0
WL
105362005-03-25 Werner Lemberg <wl@gnu.org>
10537
99580cde
KS
10538 * calc/calc-forms.el, calc/calc-sel.el:
10539 * midnight.el, vc-cvs.el:
10540 * emacs-lisp/cl-macs.el:
10541 * emulation/vip.el:
10542 * eshell/esh-io.el, eshell/esh-var.el:
10543 * mail/supercite.el:
881b07f9
JB
10544 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10545 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10546 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10547 * progmodes/sh-script.el, progmodes/xscheme.el:
881b07f9
JB
10548 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10549 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10550 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
a5b5bf44
JB
10551 * textmodes/reftex.el, textmodes/org.el:
10552 Replace `illegal' with `invalid'.
25f72ec0 10553
781da985
SM
105542005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10555
5341e481
SM
10556 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10557 (flymake-find-buildfile, flymake-find-possible-master-files)
10558 (flymake-check-include, flymake-parse-line): Replace loops over the
10559 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10560
10561 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10562 Substitute file-name-as-directory in the rest of the file.
10563 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10564 (flymake-replace-region): Remove unused arg `buffer'.
10565 (flymake-check-patch-master-file-buffer): Update calls to it.
10566 (flymake-add-err-info): Remove unused var `count'.
10567 (flymake-mode): Use define-minor-mode.
10568
10569 * progmodes/flymake.el: Use with-current-buffer.
10570 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10571 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10572 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10573 Avoid testing for `xemacs'.
10574 (flymake-nop): Move.
10575 (flymake-region-has-flymake-overlays): Return the computed value.
10576 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10577 Remove unused var `endline'.
10578 (flymake-get-line-count): Remove unused function.
10579 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10580
10581 * emulation/vi.el:
10582 * generic.el:
10583 * hilit-chg.el (global-highlight-changes):
10584 * hi-lock.el (hi-lock-mode):
10585 * follow.el: find-file-hooks -> find-file-hook.
10586
781da985
SM
10587 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10588
3659a2b8
JL
105892005-03-24 Juri Linkov <juri@jurta.org>
10590
10591 * dired.el (dired-mode-map): Add menu item "Compare directories"
10592 for dired-compare-directories.
10593
10594 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10595 Doc fix. Replace `read-file-name' with `read-directory-name'.
10596
781da985 105972005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
10598
10599 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10600
0fa1a6b8
JB
106012005-03-24 Jay Belanger <belanger@truman.edu>
10602
fe38e3b0 10603 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
10604 relevant mode settings in calc-embedded-original-modes when modes
10605 are permanently changed.
10606
a702ffbb
SM
106072005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * autoinsert.el: find-file-hooks -> find-file-hook.
10610
fbc5e359
LK
106112005-03-24 Lute Kamstra <lute@gnu.org>
10612
10613 * generic.el (generic-font-lock-defaults): Make it obsolete.
10614 (generic-font-lock-keywords): New variable to replace
10615 generic-font-lock-defaults.
10616 (generic-mode-set-font-lock): Delete it.
10617 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10618 (generic-bracket-support): Add docstring.
10619
16a013c2
LK
10620 * generic-x.el: Rename generic-font-lock-defaults to
10621 generic-font-lock-keywords throughout.
10622 (mailagent-rules-setup-function): Delete it.
10623 (mailagent-rules-generic-mode): Use anonymous function instead.
10624 (show-tabs-generic-mode-font-lock-defaults-1)
10625 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10626 Quote faces.
10627 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10628 not foreground.
10629
48621281
LK
10630 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10631 Recognize define-generic-mode.
10632
a702ffbb
SM
106332005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10636 if there's no completion table.
10637
c29749e7
MB
106382005-03-23 Miles Bader <miles@gnu.org>
10639
fbc5e359 10640 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
10641 Remove tty-specific variants, as they're no longer needed.
10642
ca2d9ad8
LK
106432005-03-23 Lute Kamstra <lute@gnu.org>
10644
a702ffbb 10645 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
10646 (installshield-statement-keyword-list)
10647 (installshield-system-functions-list)
10648 (installshield-system-variables-list, installshield-types-list)
10649 (installshield-funarg-constants-list): Make them constants.
10650
ef300cff
LK
10651 * generic.el (generic-make-keywords-list): Add autoload cookie.
10652
a702ffbb
SM
10653 * calendar/time-date.el: Add comment on time value formats.
10654 Don't require parse-time.
ca2d9ad8
LK
10655 (with-decoded-time-value): New macro.
10656 (encode-time-value): New function.
10657 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10658 (days-to-time): Return a valid time value when arg is huge.
10659 (time-since): Use time-subtract.
10660 (time-to-number-of-days): Use time-to-seconds.
10661
bbcb3b44
DP
106622005-03-23 David Ponce <david@dponce.com>
10663
10664 * recentf.el: (recentf-keep): New option.
10665 (recentf-menu-action): Default to `find-file'.
10666 (recentf-keep-non-readable-files-flag)
10667 (recentf-keep-non-readable-files-p)
10668 (recentf-file-readable-p, recentf-find-file)
10669 (recentf-cleanup-remote): Remove.
10670 (recentf-include-p): More robust.
10671 (recentf-keep-p): New function.
10672 (recentf-remove-if-non-kept): Rename from
52eb0373 10673 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 10674 All callers updated.
bbcb3b44 10675 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
10676 (recentf-track-closed-file): Update. Doc fix.
10677 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 10678
8df0ffbe
KS
106792005-03-23 Kim F. Storm <storm@cua.dk>
10680
10681 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10682 Don't inherit from fringe face (now happens automatically).
10683
eac7d7eb
KS
106842005-03-22 Kim F. Storm <storm@cua.dk>
10685
10686 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10687 position values.
10688
4a4a82d6
SM
106892005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * menu-bar.el (showhide-date-time): Remove.
10692 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10693 (menu-bar-make-mm-toggle): Simplify.
10694
19f26a89 106952005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
10696
10697 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10698 Accept qualified variable and function names.
10699
b9d8ddef
TTN
107002005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10701
10702 * bindings.el (completion-ignored-extensions):
10703 Remove ".lis" for `vax-vms'.
10704
9660f868
AS
107052005-03-22 Andreas Schwab <schwab@suse.de>
10706
10707 * generic-x.el: Revert last change.
10708 * ldefs-boot.el: Update.
10709
948e33b9
JB
107102005-03-22 Jay Belanger <belanger@truman.edu>
10711
99580cde 10712 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
948e33b9
JB
10713 (calc-embedded-save-original-modes)
10714 (calc-embedded-restore-original-modes): New functions.
10715 (calc-do-embedded): Save original modes when entering embedded mode
10716 and restore when leaving embedded mode.
10717 (calc-embedded-modes-change): Change the value of
10718 calc-embedded-original-modes to reflect permanent changes.
10719
e6c901b6
LK
107202005-03-22 Lute Kamstra <lute@gnu.org>
10721
10722 * generic-x.el: Require generic again.
10723
28c22055
MB
107242005-03-22 Miles Bader <miles@gnu.org>
10725
10726 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10727 Tweak details to look good on both ttys and bitmap displays, light
10728 or dark background, etc.
10729
f0ebf1eb
KS
107302005-03-21 Kim F. Storm <storm@cua.dk>
10731
10732 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10733 mouse position.
10734
47fda8fc
SM
107352005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10736
10737 * icomplete.el: Don't forcibly turn on the mode upon load.
10738 (icomplete-mode): Use define-minor-mode.
10739 (icomplete-eoinput): Default to nil.
10740 (icomplete-minibuffer-setup): Remove autoload.
10741 (icomplete-tidy): Simplify.
10742 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10743 in the initial state or if the user has modified the field.
10744 Fix handling of icomplete-max-delay-chars.
10745 Remove code that handles the oddball case where
10746 minibuffer-completion-table is an integer.
10747 Wrap icomplete-completions in while-no-input in case building
10748 completions takes more time than expected.
10749 (icomplete-completions): Simplify.
10750
a775dff4
RS
107512005-03-21 Richard M. Stallman <rms@gnu.org>
10752
10753 * jka-compr.el (jka-compr-really-do-compress):
10754 Make variable buffer-local.
10755
10756 * image-mode.el: Handle .xpm files too.
10757 (image-toggle-display): Preserve modification flag.
10758
10759 * help.el (where-is): Don't mention aliases with no key bindings.
10760
077f7085
LK
107612005-03-21 Lute Kamstra <lute@gnu.org>
10762
ca19f3f1
AS
10763 * generic.el: Fix commentary section. Don't require cl for
10764 compilation.
077f7085
LK
10765 (generic-mode-list): Add autoload cookie.
10766 (generic-use-find-file-hook, generic-lines-to-scan)
10767 (generic-find-file-regexp, generic-ignore-files-regexp)
10768 (generic-mode, generic-mode-find-file-hook)
10769 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10770 (define-generic-mode): Make it a defmacro. Fix docstring.
10771 (generic-mode-internal): Code cleanup. Add autoload cookie.
10772 (generic-mode-set-comments): Code cleanup.
10773 * generic-x.el: Don't prevent compilation. Don't require generic.
10774 Follow coding conventions. Minor code cleanup.
10775 (etc-fstab-generic-mode): Add some keywords.
10776 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10777 define-generic-mode like a function declaration.
10778
51d6d300
JB
107792005-03-21 Jay Belanger <belanger@truman.edu>
10780
10781 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10782 changing modes.
10783
568ec09d
SS
107842005-03-21 Sam Steingold <sds@gnu.org>
10785
10786 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10787
7651545c
TTN
107882005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10789
10790 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10791 Add underscore to "f$ lexicals" regexp.
10792
fe6b1dbd
JL
107932005-03-20 Juri Linkov <juri@jurta.org>
10794
10795 * subr.el (progress-reporter-do-update): When `min-value' is equal
10796 to `max-value', set `percentage' to 0 and prevent division by zero.
10797
340b8d4f
MA
107982005-03-20 Michael Albinus <michael.albinus@gmx.de>
10799
10800 Sync with Tramp 2.0.48.
10801
11948172 10802 * net/tramp.el (all): Change all addresses to .gnu.org.
340b8d4f
MA
10803 (tramp-append-tramp-buffers): New defun.
10804 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10805 Catch `dont-send' signal.
10806 (tramp-set-auto-save-file-modes): Set always permissions, because
10807 there might be an old auto-saved file belonging to another
10808 original file. This could be a security threat. Reported by
10809 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10810 Check for Emacs 21.3.50 removed.
10811
11948172 10812 * net/tramp-smb.el (all): Remove debug construct for
340b8d4f 10813 `with-parsed-tramp-file-name'.
a57e098f 10814 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
10815 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10816 No error message if DIRECTORY or FILENAME doesn't exist.
10817 (tramp-smb-open-connection): Check existence of
10818 `tramp-smb-program'.
10819
a57e098f
SM
108202005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10823 Properly handle the case where the `m' or `s' command's argument is not
10824 yet terminated.
10825 (perl-indent-new-calculate): New function.
10826 (perl-indent-line): Use it.
10827
e38b967a
MB
108282005-03-20 Miles Bader <miles@gnu.org>
10829
10830 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10831 in text-mode too. Change to new face names.
a57e098f 10832 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 10833 Add `:weight bold' attribute.
a57e098f 10834 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 10835
0ee6e7b7
JL
108362005-03-19 Juri Linkov <juri@jurta.org>
10837
10838 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
10839
10840 * international/mule.el (auto-coding-alist): Sync with
10841 `auto-mode-alist' by adding upper case archive file extensions
10842 and adding ear/war to jar extension.
10843
864f69e9
EZ
108442005-03-19 David Casperson <casper@unbc.ca> (tiny change)
10845
10846 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10847 running, restart it.
10848
580a2a02
EZ
108492005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
10850
a57e098f 10851 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
10852
10853 * man.el (Man-follow-manual-reference): If current-word returns
10854 nil, use "".
10855
09ad1a5b
EZ
108562005-03-19 Matt Hodges <MPHodges@member.fsf.org>
10857
10858 * simple.el (goto-line): Doc fix.
10859
9dce96b5
EZ
108602005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
10861
10862 * files.el (save-buffer): Doc fix.
10863
068f123a
EZ
108642005-03-19 Michael R. Mauger <mmaug@yahoo.com>
10865
10866 * recentf.el (recentf-cleanup-remote): New variable.
588c0770 10867 (recentf-cleanup): Use it to conditionally check availability of
068f123a
EZ
10868 remote files.
10869
19f26a89 108702005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
10871
10872 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10873 function names.
10874
504f06a2
EZ
108752005-03-19 Eli Zaretskii <eliz@gnu.org>
10876
10877 * language/thai-word.el: New file.
10878
79d2d279
EZ
108792005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10880
10881 * files.el (backup-buffer): If the file's directory is not
10882 writable, use copy instead of move to backup the file.
10883
f3b7338c
EZ
108842005-03-19 Eli Zaretskii <eliz@gnu.org>
10885
10886 * obsolete/keyswap.el: Moved to obsolete/ from term/.
10887
5d62baca
VJL
108882005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10889
a57e098f
SM
10890 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10891 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
10892 <darkman_spam@yahoo.fr>.
10893 (ps-print-version): New version 6.6.6.
10894
951f97e6
SM
108952005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
10896
10897 * textmodes/table.el (table--line-column-position): New idiom.
10898 (table--row-column-insertion-point-p): New function to test
10899 validity of row and column insertion operation at a location.
10900 (table-global-menu, table-cell-menu): Use above functions for
10901 deterministic test operation.
10902 (table--editable-cell-p): Behave in deterministic fashion.
10903
1332f1a0
JL
109042005-03-18 Juri Linkov <juri@jurta.org>
10905
10906 * isearch.el (isearch-lazy-highlight-new-loop):
10907 Make arguments beg and end optional.
10908 (isearch-update): Remove optional arguments nil from
10909 isearch-lazy-highlight-new-loop.
10910 (isearch-lazy-highlight-search): Let-bind case-fold-search to
10911 isearch-lazy-highlight-case-fold-search instead of
10912 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
10913 isearch-lazy-highlight-regexp.
10914 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
10915
10916 * replace.el (perform-replace): Remove bindings of global
10917 variables isearch-string, isearch-regexp, isearch-case-fold-search.
10918 Add three new arguments to `replace-highlight'.
10919 (replace-highlight): Add arguments string, regexp, case-fold.
10920 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10921 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 10922 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
10923 variables whose values lazy highlighting will use regardless of
10924 changes to global variables isearch-string, isearch-regexp,
10925 isearch-case-fold-search during lazy highlighting loop.
10926 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10927 to `lazy-highlight-cleanup'.
10928
10929 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10930 (ispell-highlight-face): Set default face to `isearch' when
10931 lazy highlighting is enabled.
10932 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10933 priority to 1. Add lazy highlighting.
10934 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10935 from `isearch-dehighlight'.
10936
42f73fb4
DP
109372005-03-18 David Ponce <david@dponce.com>
10938
10939 * files.el (hack-local-variables): Do a case-insensitive search
10940 for End.
10941
46fe9018
JL
109422005-03-18 Juri Linkov <juri@jurta.org>
10943
10944 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10945 `isearch-lazy-highlight-cleanup', add alias to old name and
10946 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
10947 (isearch-done, isearch-lazy-highlight-new-loop):
10948 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
10949 (lazy-highlight-cleanup) <variable>: Doc fix.
10950 (isearch-lazy-highlight-update): Rename obsolete
10951 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10952
951f97e6 109532005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
10954
10955 * language/thai-util.el: Fix categorization of Thai characters in
10956 thai-category-table.
10957 (thai-composition-pattern): Adjust it for the above change.
10958 (thai-self-insert-command, thai-compose-syllable): New functions.
10959 (thai-compose-region): Use thai-compose-syllable.
10960 (thai-compose-string): Likewise.
10961 (thai-composition-function): Likewise.
10962 (thai-auto-composition): New function.
10963 (thai-auto-composition-mode): New minor mode.
10964
10965 * language/thai.el: Fix patterns to be registered in
10966 composition-function-table.
10967
10968 * international/quail.el (quail-input-method): Locally bind
10969 inhibit-modification-hooks to t.
10970
c7bd5d57
RS
109712005-03-17 Richard M. Stallman <rms@gnu.org>
10972
10973 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10974 (perl-mode): Use run-mode-hooks.
10975
10976 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10977 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10978 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10979
951f97e6 10980 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
10981 to compute resend-to-address and use it.
10982
10983 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10984
10985 * image-mode.el: New file.
10986
10987 * image.el (insert-sliced-image): Add autoload cookie.
10988
10989 * font-lock.el (font-lock-lines-before): New user option.
10990 (font-lock-after-change-function): Obey it.
10991
10992 * bindings.el (esc-map): Make M-g a prefix.
10993 Bind M-g g and M-g M-g to goto-line.
10994
c7bd5d57
RS
10995 * faces.el (face-id): Doc fix.
10996
109972005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10998
10999 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11000 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11001 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11002
11003 * mail/sendmail.el (mail-yank-ignored-headers)
11004 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11005 Add Mail-Followup-To and Mail-Reply-To headers.
11006 (mail-citation-hook): Add autoload cookie.
11007 (mail-mode): Doc fix.
11008 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11009 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11010 (mail-mode-fill-paragraph): Handle those headers.
11011 (mail-mailing-lists): New variable.
11012 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11013
5a1f9fcf
JL
110142005-03-17 Juri Linkov <juri@jurta.org>
11015
11016 * isearch.el (isearch-fallback): Check for `(car previous)'
11017 before calling `isearch-other-end-state'.
11018
0b6ec58d
KS
110192005-03-17 Kim F. Storm <storm@cua.dk>
11020
11021 * simple.el (move-beginning-of-line): Move to beginning of buffer
11022 line, as well as beginning of screen line.
11023
eae4ba2a
GM
110242005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11025
11026 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11027 argument REDRAW rather than calendar-redrawing variable.
11028 * calendar/calendar.el (calendar-redrawing): Delete.
11029 (redraw-calendar): Do not bind calendar-redrawing.
11030
110312005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11032
11033 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11034 diary-file buffer.
11035
b3e484d7
SM
110362005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11037
11038 * help.el (describe-mode): Allow a :minor-mode-function property to
11039 specify a different minor mode toggle function than the variable.
11040 * simple.el (auto-fill-function):
11041 * subr.el (add-minor-mode): Use it.
11042
7bf880c6
KH
110432005-03-16 Kenichi Handa <handa@m17n.org>
11044
11045 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11046 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11047 (ethio-fidel-to-sera-buffer): Likewise.
11048
fe3947c3
JL
110492005-03-16 Juri Linkov <juri@jurta.org>
11050
11051 * emacs-lisp/find-func.el (find-function-regexp):
11052 Add defun-emitting macro `menu-bar-make-toggle'.
11053
11054 * isearch.el: Put `isearch-scroll' property to
11055 `split-window-horizontally'.
11056
11057 * info.el: Update error messages for `debug-ignored-errors'.
11058 (Info-isearch-search): Doc fix.
11059 (Info-find-node): Move up code to go into info buffer before
11060 recording the node to the history.
11061 (Info-fontify-node): Fontify titles only if the next line
11062 has two or more `*', `=', `-', `.'.
11063 Display "go to this node" for empty (match-string 3).
11064
6a3fac90
YM
110652005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11066
11067 * term/mac-win.el: Add mouse pointer shape constants.
11068
bc438588
KS
110692005-03-15 Kim F. Storm <storm@cua.dk>
11070
11071 * simple.el (move-beginning-of-line): Use vertical-motion.
11072
65e7180e
JL
110732005-03-15 Juri Linkov <juri@jurta.org>
11074
11075 * isearch.el (isearch-error): New variable.
11076 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 11077 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
11078 (isearch-within-brackets-state): Remove.
11079 (isearch-case-fold-search-state, isearch-pop-fun-state):
11080 Decrease frame index.
11081 (isearch-mode, isearch-top-state, isearch-push-state)
11082 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11083 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11084 (isearch-search, isearch-lazy-highlight-new-loop):
11085 Replace `isearch-invalid-regexp' with `isearch-error'.
11086 Remove `isearch-within-brackets'.
11087 (isearch-search): Add `search-failed' handler to `condition-case'.
11088 (isearch-lazy-highlight-search): Add `condition-case' to catch
11089 errors and allow `isearch-lazy-highlight-update' to try
11090 highlighting from the beginning of the window.
11091 (isearch-repeat): Move up code to set isearch-wrapped to t
11092 before calling isearch-wrap-function.
11093
11094 * info.el (Info-isearch-initial-node): New internal variable.
11095 (Info-search): Signal an error in isearch mode when search leaves
11096 the initial node. Signal an error when `bound' is non-nil and
11097 nothing was found in the current subfile.
11098 (Info-isearch-search): Remove `condition-case'.
11099 (Info-isearch-wrap): Don't wrap when search failed during leaving
11100 the initial node. If `Info-isearch-search' is nil, wrap around
11101 the current node.
11102 (Info-isearch-start): New fun.
11103 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11104 `isearch-mode-hook'.
11105
a7321976
YM
111062005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11107
11108 * simple.el (normal-erase-is-backspace): Set default to t if
11109 running on Mac.
11110
11111 * term/mac-win.el (function-key-map): Sync with x-win.el.
11112
8dedddd5
KH
111132005-03-15 Kenichi Handa <handa@m17n.org>
11114
11115 * international/mule-cmds.el (locale-language-names): Modify the
11116 format of elements and add more entries.
11117 (locale-preferred-coding-systems): Add more entries.
b3e484d7 11118 (set-locale-environment): Adjust for the change of
8dedddd5
KH
11119 locale-language-names.
11120
8a462381
SM
111212005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * pcvs.el (smerge-ediff): Remove bogus autoload.
11124
43314bf6
LK
111252005-03-14 Lute Kamstra <lute@gnu.org>
11126
dc64809a
LK
11127 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11128 Ignore a `*' at the beginning of a line.
11129
8a462381 11130 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
11131 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11132 subr.el.
11133 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11134 to specify indentation.
11135
43314bf6
LK
11136 * generic.el (define-generic-mode): Let generic-mode-list be a
11137 list of strings; test membership with equal.
11138
40821110
KS
111392005-03-14 Kim F. Storm <storm@cua.dk>
11140
11141 * simple.el (next-line, previous-line): Add optional try-vscroll
11142 arg to recognize interactive use. Pass it on to line-move.
11143 (line-move): Don't perform auto-window-vscroll when defining or
588c0770 11144 executing keyboard macro to ensure consistent behavior.
40821110 11145
b70d9316
SM
111462005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11149
c4fbcb01
LK
111502005-03-13 Lute Kamstra <lute@gnu.org>
11151
11152 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11153 debugger-setup-buffer so that backtrace marks the frames set to
11154 debug-on-exit and we don't have to do it manually. Set an extra
11155 debug-on-exit for macro's.
11156 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 11157
3fdfb09c
LK
111582005-03-12 Lute Kamstra <lute@gnu.org>
11159
11160 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11161 lisp-indent-function throughout.
11162 (with-no-warnings): Set lisp-indent-function property.
11163
09d252f2
TTN
111642005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11165
11166 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11167 Add entry for backslash.
11168
c10d2217
JL
111692005-03-12 Juri Linkov <juri@jurta.org>
11170
11171 * info.el (Info-search): Four fixes for backward search.
11172
0e425a58
JB
111732005-03-11 Jay Belanger <belanger@truman.edu>
11174
11175 * calc/calc.el (calc-language-alist): New variable.
11176 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11177 (calc-embedded-find-modes): Use calc-language-alist instead of
11178 calc-embedded-language-alist.
11179
33873bad
GM
111802005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11181
11182 * calendar/calendar.el (calendar-redrawing): New internal
11183 variable.
11184 (redraw-calendar): Remove bogus save-excursion from previous
11185 change. Bind calendar-redrawing to t for mark-diary-entries.
11186 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11187 calendar if that is why we were called.
11188
fa815b14
KH
111892005-03-11 Kenichi Handa <handa@m17n.org>
11190
11191 * international/mule.el (make-coding-system): Set property
c7bd5d57 11192 coding-system-define-form to nil.
fa815b14
KH
11193 (define-coding-system-alias): Likewise.
11194
ac249c4c
KH
111952005-03-11 Kenichi Handa <handa@m17n.org>
11196
11197 These changes are suggested by Dave Love <fx@gnu.org>.
11198
11199 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11200 coding: tag.
11201 (adaptive-fill-regexp): Add more bullets.
11202 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11203 regexps.
11204
ef75a647
SM
112052005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11206
dd39c336
SM
11207 * help.el (describe-mode): Properly handle non-trivial lighters.
11208 Don't ignore minor modes that are not listed in minor-mode-list.
11209
ef75a647
SM
11210 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11211 feature ON when the user requests to turn it OFF.
11212
449808f7
LK
112132005-03-10 Lute Kamstra <lute@gnu.org>
11214
11215 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 11216 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
11217 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11218 second argument as the 2005-03-07 change makes it obsolete.
11219 (debug-on-entry, cancel-debug-on-entry): Update call to
11220 debug-on-entry-1.
11221 (debug, debugger-setup-buffer): Comment update.
ef75a647 11222 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 11223
134d277e
JB
112242005-03-10 Jay Belanger <belanger@truman.edu>
11225
11226 * calc/calc-embed.el (math-ms-args): Declare it.
11227 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11228 math-ms-args.
11229 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11230 variables.
11231
33c76f5a
NR
112322005-03-10 Nick Roberts <nickrob@snap.net.nz>
11233
11234 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11235 Use message-box.
11236
11237 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11238 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11239 (tooltip-gud-tips): Simplify.
588c0770 11240 (tooltip-gud-tips-p): Remove superfluous :set.
33c76f5a
NR
11241 (tooltip-gud-modes): Add fortran-mode.
11242 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11243
11244 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 11245
7f351d0b
KS
112462005-03-09 Kim F. Storm <storm@cua.dk>
11247
11248 * play/animate.el (animate-place-char): Use forward-line instead
11249 of next-line to improve performance.
11250
e62ecf85
SJ
112512005-03-09 Simon Josefsson <jas@extundo.com>
11252
11253 * net/browse-url.el (browse-url-default-browser): Doc fix.
11254
f1953880
MB
112552005-03-09 Miles Bader <miles@gnu.org>
11256
11257 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11258 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11259
ca8d88cd
KH
112602005-03-09 Kenichi Handa <handa@m17n.org>
11261
ec4e909a
KH
11262 * international/latin-1.el: Set case and syntax for 255 only if
11263 set-case-syntax-set-multibyte is nil.
11264
7f351d0b 11265 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 11266 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 11267 (ispell-process-line): Likewise.
ca8d88cd
KH
11268 (ispell-complete-word): Likewise.
11269
9839760a
GM
112702005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11271
11272 * calendar/calendar.el (redraw-calendar): Preserve point.
11273 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11274 (calendar-week-start-day): Move after definition of
11275 redraw-calendar. Delete buffer test, since redraw-calendar has
11276 that now.
11277
11278 * calendar/diary-lib.el (mark-diary-entries): Only call
11279 redraw-calendar in the first of any recursive calls.
11280 Reported by Alan Shutko <ats@acm.org>.
11281
9553cf63
JL
112822005-03-08 Juri Linkov <juri@jurta.org>
11283
11284 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11285 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11286 (html-radio-buttons): Add a space before the trailing `/>' where
11287 sgml-xml-mode is non-nil.
11288 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11289 the subsequent tag of the empty XML tag.
11290 (html-href-anchor): Don't set initial input to "http:".
11291 (html-image): Ask for the image URL and set point inside alt="".
11292 (html-name-anchor): Duplicate the name in the `id' attribute when
11293 sgml-xml-mode is non-nil.
11294 (html-paragraph): Remove \n before <p>.
11295 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11296 instead of `checked' when sgml-xml-mode is non-nil.
11297
11298 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11299 Remove 1 space before #RRGGBB to not truncate it on terminal
11300 windows w/o fringes. Remove 1 space between bg and fg examples
11301 to get more space.
11302 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11303 avoid byte-compile warnings.
11304
11305 * image-file.el (image-file-handler): Put `safe-magic' property to
11306 `image-file-handler'.
11307
11308 * info.el (Info-isearch-search): Emulate word search in
11309 isearching through multiple Info nodes with Info-search.
11310 (Info-isearch-wrap): Allow isearch-word.
11311
9b54d453
LK
113122005-03-08 Lute Kamstra <lute@gnu.org>
11313
11314 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11315 stepping into the debugger's code is not possible.
11316 (debugger-jumping-flag): Docstring update.
11317
41d4eedc
JB
113182005-03-08 Jay Belanger <belanger@truman.edu>
11319
11320 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11321 embedded mode begins.
11322 (calc-embedded-language-alist): New variable.
11323 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11324 set default language mode.
11325
c68f7e21
KH
113262005-03-08 Kenichi Handa <handa@m17n.org>
11327
11328 * international/ccl.el (define-ccl-program): Fix docstring about
11329 extra 256 bytes assured for the output buffer.
11330
11331 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11332 Fix BUFFER_MAGNIFICATION to 2.
11333 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11334
3ee9f6ac
JW
113352005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11336
11337 * align.el (align-rules-list): Added an alignment rule for CSS
11338 declarations (applies to css-mode and html-mode buffers).
11339
a29cf450
SM
113402005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11343
2f8cd1ce
KS
113442005-03-07 Kim F. Storm <storm@cua.dk>
11345
a54595d4
KS
11346 * simple.el (move-beginning-of-line): New command.
11347
11348 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11349
11350 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11351
11352 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11353 and move-beginning-of-line.
11354
2f8cd1ce
KS
11355 * apropos.el (apropos-print): Omit command from M-x ... RET.
11356
7a2306d9
NR
113572005-03-07 Nick Roberts <nickrob@snap.net.nz>
11358
11359 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11360 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11361
aaf2cff2
RS
113622005-03-06 Richard M. Stallman <rms@gnu.org>
11363
11364 * bindings.el (esc-map): Bind M-g to goto-line.
11365
11366 * facemenu.el (global-map): Bind M-o, not M-g.
11367
bf7970c5
JD
113682005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11369
11370 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11371 "Open Directory" as for "Open File".
11372
0251bafb
RS
113732005-03-06 Chong Yidong <cyd@stupidchicken.com>
11374
11375 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11376 (push-mark-command): Run activate-mark-hook.
11377
113782005-03-06 Richard M. Stallman <rms@gnu.org>
11379
11380 * help-mode.el (help-mode-finish): Don't alter the element
11381 in view-return-to-alist if there already is one.
11382
11383 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11384 make sure the current buffer is the expected one.
11385
11386 * novice.el (disabled-command-function): Output in *Disabled Command*.
11387 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11388
11389 * textmodes/flyspell.el (flyspell-large-region):
11390 Pass args differently for aspell.
11391
11392 * files.el (mode-require-final-newline): Doc fix.
11393
52eb0373 113942005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 11395
2f8cd1ce 11396 * progmodes/which-func.el (which-function):
0251bafb
RS
11397 Specify NOERROR when calling imenu--make-index-alist.
11398
55d0f066
SM
113992005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11400
a3194d03
SM
11401 * simple.el (normal-erase-is-backspace): Define default value.
11402
ca19f3f1
AS
11403 * custom.el (custom-theme-set-variables): Remove unused var
11404 `immediate'.
11405 (custom-reevaluate-setting): Simple function to handle variables
11406 that are defined before their default value can really be
11407 computed.
a3194d03
SM
11408
11409 * startup.el (command-line): Use it for temporary-file-directory,
11410 small-emporary-file-directory, auto-save-file-name-transforms,
11411 blink-cursor-mode, and normal-erase-is-backspace.
11412
55d0f066
SM
11413 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11414 progress, even with buggy anchored keywords.
11415
f38c52df
LT
114162005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11417
be6e87e5 11418 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 11419
bb96021a
RS
114202005-03-05 Richard M. Stallman <rms@gnu.org>
11421
11422 * simple.el (goto-line): Use a number at point as the default.
11423 With C-u as arg, switch buffers.
11424
3ff96c81
JL
114252005-03-05 Juri Linkov <juri@jurta.org>
11426
11427 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11428 with `no-blinking-cursor'.
11429
11430 * startup.el (no-blinking-cursor): New defvar.
11431 (command-line): Add `--no-blinking-cursor' to longopts.
11432 Set `no-blinking-cursor' to t for command line arguments
11433 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11434 with `no-blinking-cursor' in the condition for calling
11435 `blink-cursor-mode'.
11436
c3a52675
LT
114372005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11438
11439 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11440 (menu-bar-options-save): Add blink-cursor-mode.
11441 (menu-bar-options-menu): Add blink-cursor-mode.
11442
77b94af3
GM
114432005-03-04 Ulf Jasper <ulf.jasper@web.de>
11444
11445 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11446 (icalendar-export-file, icalendar-export-region)
a29cf450 11447 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
11448 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11449
524352d6
LK
114502005-03-04 Lute Kamstra <lute@gnu.org>
11451
a29cf450 11452 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
11453 (debug-function-list): Ditto.
11454
b12e59fd
RC
114552005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11456
11457 * textmodes/texinfmt.el (texinfo-append-refill):
11458 Redefine the types of line to which @refill
11459 is not appended by replacing a search for `@refill\\|@bye' with
11460 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11461 itemize@refill' bug and the unfilled long lines bug.
a29cf450 11462 (texinfmt-version): Update number and date.
b12e59fd 11463
518d3637
RS
114642005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11465
11466 * international/code-pages.el (windows-1250, windows-125[2-8])
11467 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11468
d245ff23
SM
114692005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11472 bound yet.
11473
b8210c6e
JPW
114742005-03-02 Romain Francoise <romain@orebokech.com>
11475
11476 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11477 buffer after removing limits.
11478 (ibuffer-pop-filter): Ditto.
11479 Update copyright.
11480
aad1926a
MB
114812005-03-02 Miles Bader <miles@gnu.org>
11482
11483 * button.el (make-text-button): If the user doesn't specify a
11484 type, use the default. Rewrite to use `add-text-properties' and
11485 plist functions.
11486
284f0680
LK
114872005-03-01 Lute Kamstra <lute@gnu.org>
11488
11489 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11490 (debugger-jumping-flag): New var.
11491 (debug-entry-code): Use it.
11492 (debugger-jump): Use debugger-jumping-flag and add
11493 debugger-reenable to post-command-hook.
11494 (debugger-reenable): Use debugger-jumping-flag and remove itself
11495 from post-command-hook.
11496 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11497 debugger-reenable.
11498
43e7d00a
RC
114992005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11500
284f0680 11501 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
11502 inclusion of "itemize\\|", which may be unnecessary, is certainly
11503 inelegant, and stops refilling in itemize lists when formatting
11504 Japanese Texinfo files to Info.
11505 Update copyright to 2005.
11506
911ba5f8
NR
115072005-03-01 Nick Roberts <nickrob@snap.net.nz>
11508
11509 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11510 of an error if GDB can't find the source file.
11511
f830b09e
GM
115122005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11513
11514 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11515 not just the calendar.
11516
11517 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11518 first.
11519 (diary-redraw-calendar): New function.
11520 (make-diary-entry): Add diary-redraw-calendar to local
11521 write-contents-functions. Turn off selective display before
11522 inserting in diary.
11523
5582d76d
KS
115242005-03-01 Kim F. Storm <storm@cua.dk>
11525
11526 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11527
a9ee5cac
LK
115282005-03-01 Lute Kamstra <lute@gnu.org>
11529
11530 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11531 that debug-entry-code can be safely removed from a function while
11532 this code is being evaluated. Revert the 2005-02-27 change as the
11533 new implementation no longer requires it. Make sure that a
dd39c336 11534 function body containing just a string is not mistaken for a docstring.
439368ed
LK
11535 (debug): Skip one more frame in case of debug on entry.
11536 (debugger-setup-buffer): Delete one more frame line in case of
11537 debug on entry.
11538 (debugger-frame-number): Update to use the new text introduced by
d245ff23 11539 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 11540
77032434
KS
115412005-02-28 Kim F. Storm <storm@cua.dk>
11542
11543 * double.el (double-translate-key): Call force-window-update after
11544 read-event to avoid crash in redisplay.
11545
c4d5a8a1
SM
115462005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11549 (debug): Use it. Move the inhibit-trace earlier.
11550 (debug-entry-code): New const.
11551 (debug-on-entry-1): Use it.
11552
4c23089d 115532005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 11554
c4d5a8a1
SM
11555 * international/utf-16.el (ccl-encode-mule-utf-16le):
11556 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
11557 (ccl-encode-mule-utf-16be): Likewise.
11558
115592005-02-28 Kenichi Handa <handa@m17n.org>
11560
11561 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11562 Fix BUFFER_MAGNIFICATION to 4.
11563 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11564
0f468ead
NR
115652005-02-28 Nick Roberts <nickrob@snap.net.nz>
11566
11567 * speedbar.el (speedbar-update-flag): Doc fix.
11568 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11569 argument.
11570
35c5f5d3
SM
115712005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11572
fc88c288
SM
11573 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11574 have a non-nil `invisible' property but are actually visible.
11575
35c5f5d3
SM
11576 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11577 for perldoc sections.
11578 (perl-outline-regexp, perl-outline-level): New var and function.
11579 (perl-mode): Use them.
11580
f43ae016
GM
115812005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11582
11583 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11584 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11585
04c9dde8
LT
115862005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11587
11588 * cus-edit.el: Comment change.
11589 (custom-buffer-create-internal): Slightly reword text at top of
11590 Custom buffers. Mention there that saving an option edits the
11591 init file. Add link to Emacs manual node on `custom-file'.
11592 (custom-magic-alist): Rewrite individual State messages to use
11593 capitalized keywords. Doc fix.
11594
261b7f30
GM
115952005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11596
11597 * calendar/calendar.el (calendar-buffer): Move above
11598 calendar-week-start-day.
11599 (calendar-week-start-day): Doc fix. Add :set function.
11600 (calendar-minimum-window-height): New variable.
11601 (generate-calendar-window): Only resize window if selected-window
11602 is displaying the calendar buffer. Use new variable
11603 calendar-minimum-window-height.
11604 (generate-calendar): Reword error message.
11605 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11606
b71c9e75
AS
116072005-02-27 Andreas Schwab <schwab@suse.de>
11608
c58447fd
AS
11609 * vc.el (vc-do-command): Don't run command asynchronously when
11610 operating in a remote directory.
11611
b71c9e75
AS
11612 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11613 change from sync with Tramp 2.0.47.
11614
aa5c6b3e
RS
116152005-02-27 Richard M. Stallman <rms@gnu.org>
11616
11617 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11618
11619 * textmodes/flyspell.el (flyspell-mode-on):
11620 Call ispell-change-dictionary only if necessary.
11621
11622 * emacs-lisp/re-builder.el (regexp-builder): New function.
11623
11624 * register.el (describe-register-1): Explicitly handle
11625 yank-excluded-properties = t.
11626
11627 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11628 (custom-magic-alist): Change the status descriptions again.
11629 (face widget-type): Total rewrite based on `restricted-sexp'
11630 to eliminate the confusing double hiding levels.
11631
11632 * emacs-lisp/debug.el (debug-on-entry-1):
11633 If function body is empty, add nil as body form.
11634
5f8a82e1
SM
116352005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * emacs-lisp/trace.el (inhibit-trace): New var.
11638 (trace-make-advice): Use it.
11639
11640 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11641
c6f4488c
KS
116422005-02-26 Kim F. Storm <storm@cua.dk>
11643
11644 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11645 (mouse-on-link-p, mouse-drag-region-1): Use it.
11646
a0b497c5
LK
116472005-02-25 Lute Kamstra <lute@gnu.org>
11648
11649 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11650
ffa8d0ef
LT
116512005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11652
11653 * frame.el (blink-cursor-mode): Add :group keyword.
11654
1a951b51
GM
116552005-02-24 Ulf Jasper <ulf.jasper@web.de>
11656
78d54dee
SM
11657 * calendar/icalendar.el (icalendar--decode-isodatetime):
11658 New optional argument DAY-SHIFT.
1a951b51
GM
11659 (icalendar-export-region): Fix coding-system-for-write.
11660 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11661 events by one.
11662
6ecedb40
SM
116632005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11666
1749aa90
KS
116672005-02-24 Kim F. Storm <storm@cua.dk>
11668
11669 * international/iso-acc.el (iso-accents-compose): Fix crash
11670 during redisplay. Call force-window-update after read-event
11671 and delete-region to signal that window is not accurate.
11672
78d54dee
SM
116732005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11676 Remove unused and inexistent var `inhibit-trace'.
11677 (debugger-mode): Use run-mode-hooks.
11678 (debugger-list-functions): Add buttons; setup xref stack.
11679
a98ac7ae
RS
116802005-02-23 Richard M. Stallman <rms@gnu.org>
11681
11682 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11683 appointment says it was explicitly made.
11684 (appt-add): Set the 3rd element.
11685 (appt-make-list): Preserve explicit appointments.
11686
11687 * subr.el (find-tag-default): Catch errors in forward-sexp.
11688
91c66262
JL
116892005-02-23 Juri Linkov <juri@jurta.org>
11690
11691 * info.el (Info-isearch-search): New defcustom.
11692 (Info-isearch-search): Call the default isearch function
11693 when Info-isearch-search is nil.
11694 (Info-isearch-wrap): Use variable Info-isearch-search.
11695
01d746be
LT
116962005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11697
11698 * cus-edit.el: Comment change.
11699
b686dd59
KS
117002005-02-22 Kim F. Storm <storm@cua.dk>
11701
6ecedb40
SM
11702 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11703 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 11704
fe77c061
SJ
117052005-02-22 Simon Josefsson <jas@extundo.com>
11706
6ecedb40
SM
11707 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11708 New variable.
fe77c061
SJ
11709 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11710 Oskarsson" <myrkraverk@users.sourceforget.net>.
11711
baf70a02
KS
117122005-02-22 Kim F. Storm <storm@cua.dk>
11713
11714 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11715 check that window of that event is the selected window.
11716 (mouse-drag-region-1): Compare mouse event window to selected
11717 window before setting point.
11718
11719 * tooltip.el (tooltip-show-help-function): Pass event to
11720 mouse-on-link-p so it can check selected window.
11721
ca69e8aa
KH
117222005-02-22 Kenichi Handa <handa@m17n.org>
11723
11724 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11725 (ps-mule-show-warning): New function.
11726 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11727 characters are found.
11728
11729 * ps-print.el (ps-header-footer-string): Return a list of header
11730 and footer strings.
11731
dae3211d
SM
117322005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11733
11734 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11735
117362005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 11737
9df747e1
SM
11738 * frame.el (blink-cursor-mode): Use define-minor-mode.
11739
2c75eddf
SM
11740 * term/mac-win.el (function-key-map): Use char-names more consistently.
11741 (file-name-coding-system): Only set it for MacOS-9. The other case is
11742 already handled in mule-cmds.el (where it also works when mac-win.el
11743 is not used).
11744
c4a166f1
KH
117452005-02-21 Kenichi Handa <handa@m17n.org>
11746
002dc239
KH
11747 * international/mule.el (ctext-pre-write-conversion): Always use
11748 " *code-converting-work*" buffer for work.
11749
c4a166f1
KH
11750 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11751
22071507
TTN
117522005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11753
11754 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11755
50d9c396
JY
117562005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11757
2c75eddf 11758 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
11759 allows changes outside the restricted area of the buffer.
11760
0fba9f25
KS
117612005-02-20 Kim F. Storm <storm@cua.dk>
11762
11763 * simple.el (line-move): Add fourth optional arg try-vscroll which
11764 must be set to perform auto-window-vscroll.
11765 When moving backwards and doing auto-window-vscroll, automatically
11766 vscroll to the last part of lines which are taller than the window.
11767 (next-line, previous-line): Set try-vscroll arg on line-move.
11768
ac010fca
DN
117692005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11770
f79bdb3a
DN
11771 * replace.el (query-replace, query-replace-regexp)
11772 (replace-string, replace-regexp): When operating on region, make
11773 the minibuffer prompt say so.
11774
ac010fca
DN
11775 * isearch.el (isearch-forward): Document isearch-query-replace and
11776 isearch-query-replace-regexp keybindings.
0fba9f25 11777
fa64fa22
JB
117782005-02-19 Jay Belanger <belanger@truman.edu>
11779
11780 * calc/calc-aent.el (math-read-token): Add local variable.
11781
11782 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11783 (calc-edit-top): Move declaration to earlier in file.
11784 (calc-edit-macro-repeats): Add local variables.
11785
11786 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11787 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11788 calcFunc-tanh.
11789 Adjust integration rule for calcFunc-tan.
11790
3f9526a3 117912005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
11792
11793 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11794 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11795 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11796 (viper-skip-separators): Bug fix.
11797 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 11798 particular major mode.
0fba9f25 11799 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 11800 kill ring.
0fba9f25
KS
11801
11802 * viper-ex.el (viper-color-display-p): New function.
11803 (viper-has-face-support-p): Use viper-color-display-p.
11804
11805 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11806
11807 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11808
11809 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11810 (viper-file-remote-p): Make equivalent to file-remote-p.
11811
78d54dee
SM
11812 * viper.el (viper-major-mode-modifier-list):
11813 Use viper-gnus-modifier-map.
0fba9f25 11814
c761fd55
DK
118152005-02-19 David Kastrup <dak@gnu.org>
11816
11817 * subr.el (subregexp-context-p): Fix garbled doc string by adding
11818 quoting.
11819
7ca4e8a1
JB
118202005-02-19 Jay Belanger <belanger@truman.edu>
11821
11822 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 11823 Remove extra definitions.
7ca4e8a1
JB
11824 (calc-coth): New function.
11825 (calcFunc-cot): Fix `let'.
11826
0e0d5683
EZ
118272005-02-19 Eli Zaretskii <eliz@gnu.org>
11828
11829 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11830 the reasons we use "type pc" in these faces.
11831
11832 * button.el (button): Ditto.
11833
2511035d
EZ
118342005-02-19 Michael Mauger <mmaug@yahoo.com>
11835
11836 * replace.el (query-replace-read-from): Set the value of
11837 query-replace-from-history-variable to handle the case of an empty
11838 string entered to accept the suggested default.
74f69b93 11839
78d54dee
SM
11840 * net/tramp.el (tramp-file-name-for-operation):
11841 Use dired-call-process instead of dired-call-process-command.
74f69b93 11842
7182a9a6
JB
118432005-02-19 Jay Belanger <belanger@truman.edu>
11844
11845 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11846 (math-div-non-trig): New variables.
11847 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11848 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11849 (math-combine-prod, math-div-symb-fancy): Add simplifications for
11850 trig expressions.
11851
8c4e7434
NR
118522005-02-19 Nick Roberts <nickrob@snap.net.nz>
11853
11854 * progmodes/gdb-ui.el (gdb-var-update-handler)
11855 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11856 for watch expressions,
11857 (gdb-var-create-handler): Don't set speedbar-update-flag.
11858 (gdb-post-prompt): Simplify test for speedbar.
11859
17561e4f 118602005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 11861
78d54dee
SM
11862 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11863 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17561e4f 11864 we use the syntax table of the correct buffer.
78d54dee 11865 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17561e4f 11866 Felix Gatzemeier.
0fba9f25 11867
78d54dee
SM
11868 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11869 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 11870 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 11871
78d54dee
SM
11872 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11873 ediff-recurse-to-subdirectories.
11874 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 11875 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 11876
78d54dee 11877 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 11878 nil.
0fba9f25 11879
9be92b96
SM
118802005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11881
11882 * log-view.el (log-view-message-re): Fix up Subversion regexp.
11883
3a51abf1
DK
118842005-02-18 David Kastrup <dak@gnu.org>
11885
11886 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11887 use `mark-active' when defined.
11888
92dc83a9
KH
118892005-02-18 Kenichi Handa <handa@m17n.org>
11890
11891 * ps-print.el (ps-font-info-database): New entry
11892 ZapfChancery-MediumItalic with correct font name. Fix font name
11893 of the entry Zapf-Chancery-MediumItalic.
11894
6dbbc01d
LT
118952005-02-16 Luc Teirlinck <teirllm@auburn.edu>
11896
11897 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11898
4aed6e1e
KS
118992005-02-16 Kim F. Storm <storm@cua.dk>
11900
11901 * ido.el (ido-fallback-command): Pass user input to fallback command.
11902
119032005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
11904
11905 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11906 (gdb-find-file-hook): Add server prefix.
11907
a29c9707
RS
119082005-02-16 Richard M. Stallman <rms@gnu.org>
11909
11910 * replace.el (perform-replace): Pass new args to replace-highlight.
11911 (replace-highlight): Take region args,
11912 and pass them to isearch-lazy-highlight-new-loop.
11913
11914 * novice.el (disabled-command-hook): Autoload the defalias
11915 and the make-obsolete-variable call.
11916
11917 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11918
11919 * isearch.el (isearch-lazy-highlight-start-limit)
11920 (isearch-lazy-highlight-end-limit): New variables limit
11921 the region for highlighting.
11922 (isearch-lazy-highlight-new-loop): New args BEG and END.
11923 (isearch-lazy-highlight-search): Use the new vars.
11924 (isearch-lazy-highlight-update): Likewise.
11925
11926 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11927
11928 * cus-start.el (all): Use default-boundp.
11929
4aed6e1e 119302005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
11931
11932 * menu-bar.el (menu-bar-select-frame): Handle current frame.
11933
e1c9f939
LT
119342005-02-15 Luc Teirlinck <teirllm@auburn.edu>
11935
11936 * autorevert.el (auto-revert-stop-on-user-input)
11937 (auto-revert-verbose): Doc fixes.
11938
52c7f9ee
JR
119392005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11940
11941 * international/mule-cmds.el (set-locale-environment): Remove call
11942 to set-selection-coding-system on Windows.
11943
6ec30302
JB
119442005-02-15 Jay Belanger <belanger@truman.edu>
11945
11946 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 11947 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
11948 calcFunc-coth.
11949 (math-simplify-sqrt): Add simplifications.
11950
11951 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11952 to list.
11953
11954 * calc/calc-ext.el: Add functions to autoloads.
11955
11956 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11957 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11958 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11959 (math-csc-raw, math-cot-raw): New functions.
11960
11961 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11962
11963 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11964 the variable name in a message.
11965
11966 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11967 calcFunc-csc, calcFunc-cot.
11968
11969 * calc/calcalg2.el: Add derivative and integration rules for
11970 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11971 calcFunc-csch, calcFunc-coth.
11972 (math-do-integral-methods): Add to checks for when to use
11973 substitutions.
11974
11975 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11976
43817a75
LK
119772005-02-15 Lute Kamstra <lute@gnu.org>
11978
9be92b96
SM
11979 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11980 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
11981 <monnier@iro.umontreal.ca>
11982 (lisp-outline-level): Improve efficiency. Suggested by David
11983 Kastrup <dak@gnu.org>.
11984
34093ed7
NR
119852005-02-15 Nick Roberts <nickrob@snap.net.nz>
11986
11987 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11988 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11989 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 11990 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
11991 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11992
0f014aa1
LT
119932005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11994
11995 * cus-start.el (all): Comment change.
11996
23e8c095
LK
119972005-02-14 Lute Kamstra <lute@gnu.org>
11998
11999 * cus-start.el (all): Check if symbol is void.
12000
a4869139
CD
120012005-02-14 Carsten Dominik <dominik@science.uva.nl>
12002
12003 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12004 optional argument to \cite.
12005
134948fc
RS
120062005-02-14 Richard M. Stallman <rms@gnu.org>
12007
12008 * cus-edit.el (custom-buffer-create-internal): Update help message.
12009 (custom-magic-alist): Update help messages.
12010
12011 * cus-start.el (all): Allow a var to specify a standard value.
12012
5e2087b8
LT
120132005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12014
12015 * custom.el (custom-theme-set-variables): Handle variable aliases.
12016
12017 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
12018 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12019 declare obsolete.
03e38499
LT
12020 (blink-cursor-mode): Define with defcustom and use correct
12021 standard expression in that defcustom.
5e2087b8
LT
12022 * startup.el (command-line): Adapt to above changes in frame.el.
12023
b7a2a696
LK
120242005-02-11 Lute Kamstra <lute@gnu.org>
12025
12026 * apropos.el (apropos-score-doc): Prevent division by zero.
12027
ea66d5e0
GM
120282005-02-11 Ulf Jasper <ulf.jasper@web.de>
12029
12030 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12031 (icalendar--get-event-property-attributes)
12032 (icalendar--get-event-properties)
12033 (icalendar--datetime-to-diary-date): New functions.
12034 (icalendar--split-value): Doc fix.
12035 (icalendar--datetime-to-noneuropean-date)
12036 (icalendar--datetime-to-european-date): New optional argument
12037 SEPARATOR. Return result as a string instead of a list.
12038 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12039 (icalendar--convert-string-for-export): Rename arg S to STRING.
12040 (icalendar-export-region): Doc fix. Change name of error buffer.
12041 Save output buffer.
12042 (icalendar-import-file): Add blank at end of prompt.
12043 (icalendar-import-buffer): Doc fix. Do not switch to error
12044 buffer. Indicate status in return value.
12045 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12046 buffer. Save output buffer. Handle exception from recurrence
12047 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12048 events. Fix problems with weekly all-day events.
12049
44291460
RS
120502005-02-10 Richard M. Stallman <rms@gnu.org>
12051
12052 * simple.el (eval-expression-print-format):
12053 Avoid warning about edebug-active.
12054
9be92b96 12055 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
12056 (help-for-help): Define with defalias.
12057
12058 * font-core.el (font-lock-default-function): Use with-no-warnings.
12059
12060 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12061
12062 * custom.el (defface): Doc fix.
12063
37956fd5
NR
120642005-02-10 Nick Roberts <nickrob@snap.net.nz>
12065
12066 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12067 width 0" to prevent word wrapping problems.
12068
44042fe7
KS
120692005-02-09 Kim F. Storm <storm@cua.dk>
12070
12071 * ido.el (ido-file-extensions-order): New defcustom.
12072 (ido-file-extension-lessp, ido-file-extension-aux)
12073 (ido-file-extension-order): New advanced file ordering.
12074 (ido-file-lessp): New simple file ordering.
12075 (ido-sort-list): Remove.
12076 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12077 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12078
e7eaabae
DN
120792005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12080
12081 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12082 that some versions of grep produce.
12083 (grep-mode-font-lock-keywords): Likewise.
12084
76f8cd56
NR
120852005-02-09 Nick Roberts <nickrob@snap.net.nz>
12086
12087 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 12088 (gdb-cdir): Delete.
76f8cd56
NR
12089 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12090 (gdb-source-info): Treat case when source file is in another
12091 directory properly.
12092 (gdb-get-location): New function.
12093
519b13cd
JB
120942005-02-07 Jay Belanger <belanger@truman.edu>
12095
12096 * calc/calc-prog.el (calc-write-parse-table-part)
12097 (calc-fix-token-name): Fix a check for language type.
12098
9be92b96 12099 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 12100
009bb5d2
AS
121012005-02-07 Andre Spiegel <spiegel@gnu.org>
12102
12103 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12104 as directory not writable.
12105
82ec225b
KS
121062005-02-07 Kim F. Storm <storm@cua.dk>
12107
12108 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12109 (cua--standard-movement-commands): Remove list.
12110 Instead, set CUA property value to move for movement commands.
12111 (cua-movement-commands): Remove. Users must set CUA prop instead.
12112 (cua--pre-command-handler): Check CUA property.
12113 (cua--init-keymaps): Don't remap undo commands.
12114 (cua-mode): Don't call cua--rectangle-on-off.
12115
12116 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12117 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12118 (cua--rect-undo-set-point): New var.
12119 (cua--rectangle-undo-boundary): Setup undo apply entry.
12120 (cua--rect-undo-handler): New function for rectangle undo.
12121 (cua--rect-start-position, cua--rect-end-position): Add.
12122 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12123 for restored rectangle. Set point if cua--rect-undo-set-point.
12124
c529f7f7
JB
121252005-02-06 Jay Belanger <belanger@truman.edu>
12126
12127 * calc/calc-lang.el (calc-tex-language): Display more information
12128 in messages.
12129
12130 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12131 in TeX mode.
12132
ba2c991c
RS
121332005-02-06 Richard M. Stallman <rms@gnu.org>
12134
12135 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12136
6d61d855
EZ
121372005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12138
12139 * net/ldap.el (ldap-search-internal): Support attributes with
12140 optional descriptions separated by a semi-colon, as in
12141 "userCertificate;binary".
12142
18daafed
JD
121432005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12144
12145 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12146 isn't a cons (i.e. the version is 0).
12147
cb602754
EZ
121482005-02-05 Eli Zaretskii <eliz@gnu.org>
12149
12150 * help.el (help-for-help): Doc fix.
12151
a0079e58
NR
121522005-02-05 Nick Roberts <nickrob@snap.net.nz>
12153
52eb0373 12154 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
12155 GDB-Windows on the menu-bar as this works better.
12156
e67d06eb
JB
121572005-02-04 Jay Belanger <belanger@truman.edu>
12158
12159 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 12160 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
12161
12162 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12163 (math-latex-parse-two-args): New function.
12164
02f244c8
LK
121652005-02-03 Lute Kamstra <lute@gnu.org>
12166
12167 * help-fns.el (help-with-tutorial): Make sure that users cannot
12168 remove the entire text of the tutorial by means of `undo'.
12169
ca97010c
SM
121702005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12173 in recent changes, where the ispell process was repeatedly
12174 killed & restarted.
a41118cc
SM
12175
12176 * international/mule-cmds.el (set-locale-environment): Set file-name
12177 coding system to utf-8 on Darwin systems.
12178 (set-default-coding-systems): Don't set default-file-name-coding-system
12179 on Darwin systems.
12180
4e07258f
RS
121812005-02-03 Richard M. Stallman <rms@gnu.org>
12182
12183 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12184
121852005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12186
12187 * faces.el (list-faces-display): Add optional argument.
12188
30b940a7
SM
121892005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12190
12191 * font-core.el (font-lock-default-function): Handle the rare case where
12192 only font-lock-keywords is set.
12193
4e07258f 121942005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 12195
30b940a7 12196 * international/characters.el: Cancel previous change for
fbbde29a
KH
12197 I-WITH-DOT-ABOVE and DOTLESS-i.
12198
12199 * international/latin-5.el: Cancel previous change.
12200
87c366c1
NR
122012005-02-02 Nick Roberts <nickrob@snap.net.nz>
12202
12203 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12204
56072160
KH
122052005-02-02 Kenichi Handa <handa@m17n.org>
12206
12207 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12208 DOTLESS-i.
12209
12210 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12211 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12212
394dff57 12213 * case-table.el (get-upcase-table): New function.
56072160
KH
12214 (copy-case-table): Copy upcaes table too if non-nil.
12215 (set-case-syntax-delims): Maintain upcase table too.
12216 (set-case-syntax-pair): Likewise.
12217 (set-upcase-syntax, set-downcase-syntax): New functions.
12218 (set-case-syntax): Maintain upcase table too.
12219
dd8e8b27
NR
122202005-02-02 Nick Roberts <nickrob@snap.net.nz>
12221
52eb0373 12222 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
12223
12224 * progmodes/gud.el (gud-goto-info): New function.
12225 (gud-tool-bar-map): Use correct icon.
12226
cc08f5b2
TTN
122272005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12228
12229 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12230 When delegating, order args in the funcall correctly.
12231
b961eb0e
TTN
122322005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12233
12234 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12235
2fdf4457
CD
122362005-02-01 Carsten Dominik <dominik@science.uva.nl>
12237
12238 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12239 buffer not visiting a file.
12240
a214f7ba
JB
122412005-01-31 Jay Belanger <belanger@truman.edu>
12242
12243 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12244 bound on the line with the formula.
12245
fb89c330
KS
122462005-01-31 Kim F. Storm <storm@cua.dk>
12247
12248 * ses.el (ses-create-cell-variable-range)
12249 (ses-destroy-cell-variable-range, ses-reset-header-string)
12250 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12251 (ses-insert-row): Fix format of apply undo entries.
12252
998858ae
JB
122532005-01-31 Jay Belanger <belanger@truman.edu>
12254
12255 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12256 parts.
12257
12258 * calc/calc-embed.el (calc-embedded-open-formula)
12259 (calc-embedded-close-formula): Ignore matrix environments.
12260
12261 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12262 TeX mode.
12263
12264 * calc/calc-lang.el (math-function-table, math-oper-table)
12265 (math-variable-table): Adjust the LaTeX portions.
12266
12267 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12268 (math-latex-ignore-words): New constant.
12269
a6e7a34b
RS
122702005-01-31 Richard M. Stallman <rms@gnu.org>
12271
12272 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12273 (ispell-local-dictionary): Doc fix.
12274 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12275 Don't reinitialize at run time. Don't defcustom.
12276 All uses changed to append ispell-local-dictionary-alist,
12277 or check it first.
12278 (ispell-current-dictionary): New variable for dictionary in use.
12279 (ispell-dictionary): Now used only for global default.
12280 (ispell-start-process): Set ispell-current-dictionary,
12281 not ispell-dictionary.
12282 (ispell-change-dictionary): Use this only for setting
12283 user preferences.
12284 (ispell-internal-change-dictionary): New function
12285 to change the current dictionary in use.
fb89c330
KS
12286 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12287 Use ispell-current-dictionary.
a6e7a34b
RS
12288 Handle ispell-local-dictionary-overridden.
12289 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12290
1be70c61
JB
122912005-01-31 Jay Belanger <belanger@truman.edu>
12292
12293 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12294
12295 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12296 (calc-mode-map): Add calc-latex-language.
12297
12298 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12299 (math-latex-print-frac): New functions.
12300 (math-oper-table, math-function-table, math-variable-table)
12301 (math-complex-format, math-input-filter): Add latex properties.
12302 (calc-set-language): Set math-expr-special-function-mapping.
12303
12304 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 12305 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
12306
12307 * calc/calc.el (calc-language): Adjust docstring.
12308 (calc-set-mode-line): Add LaTeX support.
12309 (math-expr-special-function-mapping): New variable.
e09d97e8 12310 (math-tex-ignore-words): Add to list.
fb89c330 12311
1be70c61
JB
12312 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12313 Add LaTeX support.
12314 (math-compose-expr): Add support for special functions.
12315
12316 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12317
2d08f307
NR
123182005-01-31 Nick Roberts <nickrob@snap.net.nz>
12319
12320 * progmodes/gdb-ui.el (gdb-memory-address)
12321 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12322 (gdb-memory-mode-map, gdb-memory-format-keymap)
12323 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12324 (gdb-memory-unit-menu): New variables for a buffer
12325 that lets the user examine program memory.
12326 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12327 (gdb-memory-format-binary, gdb-memory-format-octal)
12328 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12329 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12330 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12331 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12332 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12333 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12334 (gdb-memory-mode, gdb-memory-buffer-name)
12335 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12336 New functions for above buffer.
12337
ce406543
RS
123382005-01-30 Richard M. Stallman <rms@gnu.org>
12339
12340 * cus-edit.el (custom-bury-buffer): Function deleted.
12341 (custom-buffer-done-function): Option deleted.
12342 (custom-buffer-done-kill): New (replacement option.
12343 (Custom-buffer-done): Call quit-window.
12344 (custom-buffer-create-internal): Update for above changes.
12345
03c64f2e
LT
123462005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12347
12348 * simple.el (undo-ask-before-discard): New var.
12349 (undo-outer-limit-truncate): Implement it.
12350 (undo-extra-outer-limit): Doc update.
12351
5a92a9eb
RS
123522005-01-29 Richard M. Stallman <rms@gnu.org>
12353
394dff57 12354 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
12355 (ses-begin-change): Doc fix.
12356
12357 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12358 instead of rebinding C-x u and C-_.
12359
12360 * files.el (normal-backup-enable-predicate): Return nil for files
12361 in /tmp, regardless of temporary-file-directory.
12362
12363 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12364
12365 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12366 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 12367 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
12368 for move-to-column's 2nd arg.
12369
12370 * simple.el (undo): Fix the test for continuing a series of undos.
12371 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 12372 (pending-undo-list): Move up defvar.
5a92a9eb
RS
12373
12374 * wid-edit.el (widget-button-click):
12375 Shorten the range of the track-mouse binding.
12376
12377 * comint.el (comint-insert-input): Undo previous changes;
12378 use last-input-event in interactive spec.
12379
28d986b9
EZ
123802005-01-29 Eli Zaretskii <eliz@gnu.org>
12381
cf63e6fa
EZ
12382 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12383 to nil before invoking call-process. Reset buffer's modified flag
12384 after fontifying it in the no-async branch.
12385
28d986b9
EZ
12386 * wid-edit.el (widget-specify-button): If mouse pointer shape
12387 cannot be changed, use mouse face instead.
12388
c7c87573
NR
123892005-01-29 Nick Roberts <nickrob@snap.net.nz>
12390
12391 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12392 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7 12393 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
588c0770 12394 (gdb-assembler-custom): Update to recognize breakpoint information
88cc5da7 12395 added on 2005-01-19.
c7c87573 12396
394dff57
SM
123972005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12400 (dsssl-mode): Use define-derived-mode.
12401 (scheme-mode-initialize): Remove.
12402 (scheme-mode): Use run-mode-hooks.
12403
12404 * cus-edit.el (customize-group-other-window)
12405 (custom-buffer-create-other-window): Don't override special-display-*.
12406 (custom-mode-map): Make it dense.
12407
12408 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12409 sets the default value.
12410
2d65673f
EZ
124112005-01-28 Eli Zaretskii <eliz@gnu.org>
12412
12413 * descr-text.el: Add more keywords.
12414
6b626913
SM
124152005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12416
b9fbc167
SM
12417 * speedbar.el: Avoid unnecessary use of locate-library.
12418
6b626913
SM
12419 * international/mule-cmds.el (standard-display-european-internal):
12420 Don't fiddle with latin-1 non-break space any more since it's now
12421 special cased in the C code.
12422 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12423
3bf93f74
LT
124242005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12425
12426 * cus-start.el (all): Add `undo-outer-limit'.
12427
31df23f5
LK
124282005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12429
6b626913
SM
12430 * textmodes/bibtex.el (bibtex-format-entry):
12431 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
12432 field lines.
12433 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12434 not on part of a buffer.
12435
124362005-01-25 Lute Kamstra <lute@gnu.org>
12437
12438 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12439 nonempty field text strings like "{letters\\macro{}more letters}".
12440 Clarify docstring.
12441 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12442 (bibtex-entry-offset, bibtex-parse-association)
12443 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 12444 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 12445
19f26a89 124462005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 12447
60fc9395 12448 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 12449 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
12450 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12451 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12452
12453 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12454 isearch minor mode.
12455
fe860842
LT
124562005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12457
12458 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12459
2fc3738c
LK
124602005-01-24 Lute Kamstra <lute@gnu.org>
12461
12462 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12463 CASECHARS and NOT-CASECHARS regular expressions of the
12464 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12465 striding over charsets" error.
12466
dacb2f70
JB
124672005-01-24 Jay Belanger <belanger@truman.edu>
12468
12469 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12470 display variable name.
12471
e1a050dc
KH
124722005-01-24 Kenichi Handa <handa@m17n.org>
12473
12474 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12475 Fix setting of the element of encoded-kbd-iso2022-invocations.
12476
ac94d5f4
NR
124772005-01-24 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12480 (gdb-threads-select): Change to also accept mouse events.
12481 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12482 (gdb-threads-mouse-select): Delete.
12483
9bb99df6
LT
124842005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12485
12486 * files.el (insert-directory): Take care of empty directory,
12487 listed without -a switch.
12488
bd6a8278
SM
124892005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12490
04138be8
SM
12491 * textmodes/refill.el (refill-post-command-function):
12492 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12493 to the list of functions that we should be careful not to undo.
12494 (refill-late-fill-paragraph-function): Remove.
12495 (refill-saved-state): New var.
12496 (refill-mode): Use it to save fill-paragraph-function.
12497 Save also the value of auto-fill-function.
12498
bd6a8278
SM
12499 * term/w32-win.el: Simplify code.
12500
5c20cae2
KS
125012005-01-23 Kim F. Storm <storm@cua.dk>
12502
8f958b40
KS
12503 * simple.el (line-move): Adapt to new return value from
12504 pos-visible-in-window-p.
12505
5c20cae2
KS
12506 * simple.el (line-move): Fix last change. Check partial
12507 visibility at point rather than at window-start.
12508
e1c7e69a
JR
125092005-01-22 Jason Rumney <jasonr@gnu.org>
12510
12511 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12512
3d4d788a
DK
125132005-01-22 David Kastrup <dak@gnu.org>
12514
12515 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12516
1a8461d3
EZ
125172005-01-22 Eli Zaretskii <eliz@gnu.org>
12518
12519 * type-break.el (type-break-mode): Add a test for
12520 type-break-file-name being non-nil.
12521
1da1887d
EZ
125222005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12523
12524 * net/eudc.el (top level): Call (message "") via progn, so that
12525 eudc-options-file is loaded.
12526
d00e399a
KS
125272005-01-22 Kim F. Storm <storm@cua.dk>
12528
12529 * simple.el (line-move-1): Rename from line-move.
12530 (line-move): New function that adjusts vscroll for partially
12531 visible rows, and calls line-move-1 otherwise.
12532
2ff1dec9
JW
125332005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12534
623f1465 12535 * pcomplete.el: Define pcomplete-read-event instead of read-event,
2ff1dec9
JW
12536 since it's not a complete read-event implementation
12537
7ec35700
JB
125382005-01-20 Jay Belanger <belanger@truman.edu>
12539
12540 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12541 for called function.
12542
a15252fd
ST
125432005-01-20 Steven Tamm <steventamm@mac.com>
12544
6b626913 12545 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
12546 Controlled now by s/darwin.h:PTY_ITERATION.
12547
66c226bf
SM
125482005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12549
12550 * window.el (handle-select-window): Don't switch window when we're
12551 in the minibuffer.
12552
7c018923
SM
125532005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12554
12555 * subr.el (dotimes-with-progress-reporter): New macro.
12556
12557 * ses.el (ses-dotimes-msg): Remove macro.
12558 Use `dotimes-with-progress-reporter' instead.
12559
8db8a5cf
ST
125602005-01-19 Steven Tamm <steventamm@mac.com>
12561
12562 * term/mac-win.el (process-connection-type): Use new
588c0770 12563 operating-system-release variable to use ptys on Darwin 7 (OS X
8db8a5cf
ST
12564 10.3) when using carbon build.
12565
7679290d
JB
125662005-01-19 Jay Belanger <belanger@truman.edu>
12567
12568 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12569 flags if the last command was a tab or M-tab.
12570
17c90a9e
JB
12571 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12572 in formula editing buffer.
12573
2c60b6d3
NR
125742005-01-19 Nick Roberts <nickrob@snap.net.nz>
12575
12576 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12577 breakpoint image symbol in margin.
12578
1ff85beb
JB
125792005-01-19 Jay Belanger <belanger@truman.edu>
12580
12581 * calc/calc-prog.el (calc-execute-kbd-macro):
12582 Ignore calc-keep-arg-flag.
12583
664ca704
KH
125842005-01-19 Kenichi Handa <handa@m17n.org>
12585
12586 * textmodes/ispell.el (ispell-looking-at): New function.
12587 (ispell-process-line): Use ispell-looking-at to compare the ispell
12588 output and the buffer contents.
12589
926787be
JB
125902005-01-18 Jay Belanger <belanger@truman.edu>
12591
12592 * calc/calc.el (calc-display-raw): Fix docstring.
12593
67b9b71f
SM
125942005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12595
7c018923
SM
12596 * simple.el (blink-matching-open): Strip extra info from syntax.
12597
67b9b71f
SM
12598 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12599 funny chars in the end-of-here-doc marker.
12600
83c7f806
NR
126012005-01-19 Nick Roberts <nickrob@snap.net.nz>
12602
12603 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12604 that enable/disabled state of breakpoints is shown correctly in
12605 fringe and on ttys.
12606 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12607 Add breakpoint information as text properties.
67b9b71f 12608 (gdb-mouse-toggle-breakpoint):
83c7f806 12609 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 12610 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
12611 breakpoints in the margin.
12612 (gdb-remove-strings): Simplify.
12613
538a5f8b
JB
126142005-01-17 Jay Belanger <belanger@truman.edu>
12615
12616 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12617 erasing buffer.
12618
444919be
RS
126192005-01-17 Richard M. Stallman <rms@gnu.org>
12620
12621 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12622 for calling grep-compute-defaults.
12623
12624 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12625 if buffer is empty.
12626
12627 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12628
67476fca
SM
126292005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12632
12633 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12634 non-preloaded variables.
12635
4042dc25
ST
126362005-01-17 Steven Tamm <steventamm@mac.com>
12637
12638 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12639 tex-shell cause to force interactivity when using pipes.
12640
aea3bdb1
KS
126412005-01-17 Kim F. Storm <storm@cua.dk>
12642
12643 * simple.el (just-one-space): Make arg optional.
12644
41774623
NR
126452005-01-17 Nick Roberts <nickrob@snap.net.nz>
12646
12647 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 12648 posn-at-x-y to t to access left-margin.
41774623 12649
01917a18
MA
126502005-01-16 Michael Albinus <michael.albinus@gmx.de>
12651
12652 Sync with Tramp 2.0.47.
12653
11948172 12654 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
01917a18
MA
12655 catching keep-date problems in cp/scp operations.
12656 (tramp-handle-copy-file): Don't call `set-file-modes'
12657 unconditionally. Specialized functions should know better what is
12658 necessary. This improves performance a little bit, and the
12659 functions could catch errors with `cp -p' and `scp -p'.
12660 (tramp-do-copy-or-rename-file-via-buffer)
12661 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12662 when appropriate.
67476fca
SM
12663 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12664 Call `set-file-modes' when appropriate.
01917a18
MA
12665 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12666 Johnsson <isak@hypergene.com>
12667 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12668 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12669 <joakim@verona.se>
12670 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12671 Emacs only.
12672
11948172 12673 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
01917a18
MA
12674 `find-file-hooks' and `dired-mode-hook'.
12675 (tramp-minor-mode-map): Respective map. Add remapping for
12676 `compile' and `recompile'.
12677 (tramp-remap-command, tramp-recompile): New defuns.
12678 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12679 in buffer "*Compilation*". Call the commands asynchronously.
12680
11948172 12681 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
01917a18
MA
12682 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12683 `shell-command', because it isn't magic in XEmacs. Reported by
12684 Adrian Aichner <adrian@xemacs.org>.
12685
11948172 12686 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
01917a18
MA
12687 `substitute-in-file-name.
12688 (tramp-smb-handle-substitute-in-file-name): New defun.
12689 (tramp-smb-advice-PC-do-completion): Delete advice.
12690
126912005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12692
11948172 12693 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
01917a18
MA
12694 Fix error in deleting region.
12695
d4b6c2e3
RS
126962005-01-15 Richard M. Stallman <rms@gnu.org>
12697
12698 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12699 In non-temp buffer, switch syntax table temporarily.
12700
12701 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12702
12703 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12704
12705 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12706
12707 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12708 (imenu--generic-function): Use START, not BEG, as pos of definition.
12709
12710 * simple.el (just-one-space): Argument specifies number of spaces.
12711
12712 * simple.el (eval-expression-print-format): Avoid warning
12713 about edebug-active.
12714
c85465f9 127152005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
12716
12717 * progmodes/sh-script.el: Code copied from make-mode.el
12718 with small changes,
12719 (sh-mode-map): Bind C-c C-\.
12720 (sh-backslash-column, sh-backslash-align): New variables.
12721 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 12722
43805352
EZ
127232005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12724
12725 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 12726 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 12727 rmail-obsolete group.
67476fca 12728 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 12729 All callers updated.
67476fca 12730 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
12731 Take an argument specifying whether it is POP or IMAP mailbox we
12732 are using. All callers updated.
67476fca
SM
12733 (rmail-pop-password-error): Rename to
12734 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
12735 (rmail-movemail-search-path)
12736 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
12737 (rmail-remote-password, rmail-remote-password-required):
12738 New customization variables.
12739 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 12740 (rmail-parse-url): New function.
67476fca 12741 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
12742 with GNU mailutils movemail.
12743
5754a69e
EZ
127442005-01-15 Kevin Ryde <user42@zip.com.au>
12745
12746 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12747 suffix to space, $ or '$, to correctly position point when going
12748 to @table style constants like DBL_MAX.
12749
a7ed85f0
EZ
127502005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12751
12752 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
12753 (type-break-file-keystroke-count, type-break-choose-file):
12754 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
12755 is nil.
12756 (type-break-file-name): Doc update as per the above.
12757
f79b331a
EZ
127582005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12759
12760 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12761 lookup-key might return nil; handle that.
12762
8b3a75ac
EZ
127632005-01-15 Alan Mackenzie <acm@muc.de>
12764
12765 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 12766 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 12767
791d856f
CD
127682005-01-14 Carsten Dominik <dominik@science.uva.nl>
12769
12770 * textmodes/org.el (org-show-following-heading): New option.
12771 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 12772 (org-cycle): Documentation fix.
791d856f
CD
12773
12774 * textmodes/org.el (orgtbl-optimized): New option
12775 (orgtbl-mode): New command, a minor mode.
12776 (orgtbl-mode-map): New variable.
12777 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12778 (orgtbl-error, orgtbl-self-insert-command)
12779 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12780
12781 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12782 a local variable in each org-mode buffer.
12783
67476fca 12784 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 12785 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 12786 (org-get-current-options): Add STARTUP options.
1bef8597 12787 (org-table-insert-row): Make mode intelligent about when
791d856f 12788 realignment is needed.
67476fca
SM
12789 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12790 New commands.
12791 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
12792 (org-table-blank-field): Support blanking regions if active.
12793
af41e141
CD
127942005-01-14 Carsten Dominik <dominik@science.uva.nl>
12795
099fc2c9
CD
12796 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12797 if the year is not given.
af41e141 12798
67476fca
SM
12799 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12800 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 12801 save-match-data.
67476fca
SM
12802 (reftex-reference): Remove ?. from list of spaces.
12803 (reftex-label-info): Add automatic label prefix recognition.
12804
12805 * textmodes/reftex-index.el (reftex-index-next-phrase):
12806 Add slave parameter to call of `reftex-index-this-phrase'.
12807 (reftex-index-this-phrase): New optional argument.
12808 (reftex-index-region-phrases): Add slave parameter to call of
12809 `reftex-index-this-phrase'.
12810 (reftex-display-index): New argument redo.
12811 (reftex-index-rescan): Add 'redo to arguments of
12812 `reftex-display-index'.
af41e141 12813 (reftex-index-Rescan, reftex-index-revert)
67476fca
SM
12814 (reftex-index-switch-index-tag): Add 'redo to arguments of
12815 `reftex-display-index'.
12816 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12817 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
12818 after the word.
12819
67476fca
SM
12820 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12821 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
12822 (reftex-citation): Prefix argument no longer rescans the document,
12823 but forces prompting for optional arguments of cite macros.
67476fca 12824 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 12825
67476fca
SM
12826 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12827 Add optional arguments to most cite commands.
af41e141
CD
12828 (reftex-cite-cleanup-optional-args): New option
12829 (reftex-cite-prompt-optional-args): New option.
67476fca 12830 (reftex-trust-label-prefix): New option.
af41e141 12831
67476fca
SM
12832 * textmodes/reftex-toc.el (reftex-toc-find-section):
12833 Add push-mark before changing the position in the buffer.
af41e141 12834
67476fca
SM
12835 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12836 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 12837
5ca75c83
NR
128382005-01-14 Nick Roberts <nickrob@snap.net.nz>
12839
12840 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12841 more carefully.
12842
ed8031f2
SM
128432005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12846 (sgml-mode): Use it.
12847 (sgml-get-context): Better keep track of implicitly closed tags.
12848
7573e36d
KH
128492005-01-13 Kenichi Handa <handa@m17n.org>
12850
12851 * textmodes/ispell.el: These changes are to fix misalignment error
12852 caused by equivalent characters of different Emacs charsets.
12853 (ispell-unified-chars-table): New variable.
12854 (ispell-get-decoded-string): New function.
12855 (ispell-get-casechars, ispell-get-not-casechars)
12856 (ispell-get-otherchars): Call ispell-get-decoded-string.
12857
80888260
JPW
128582005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
12859
12860 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 12861 of (defvar . symbol) in `current-load-list'.
80888260 12862
9deb0aba
RS
128632005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12864
12865 * emacs-lisp/elint.el: Fixed typo in Commentary section.
12866
f5340eb7
JB
128672005-01-12 Jay Belanger <belanger@truman.edu>
12868
12869 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12870 to create a Calc summary.
12871
1e801ac3
KS
128722005-01-12 Kim F. Storm <storm@cua.dk>
12873
12874 * mouse.el (mouse-on-link-p): Change functionality and doc
12875 string to comply with latest description in lisp ref.
12876
a1c9fd19
NR
128772005-01-12 Nick Roberts <nickrob@snap.net.nz>
12878
ed8031f2
SM
12879 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12880 Enable mouse clicks on mode-line, header-line and margin.
a1c9fd19
NR
12881 (event-type): Give mouse event symbols an 'event-kind property
12882 with value 'mouse-click.
12883
066a23af
JL
128842005-01-12 Juri Linkov <juri@jurta.org>
12885
12886 * facemenu.el (list-colors-display): Add new arg buffer-name.
12887 Use it. Fix docstring. Replace code for identifying duplicate
12888 colors by the name with call to `list-colors-duplicates' which
12889 identifies duplicate colors by the value unless the color
12890 is one of special Windows colors. Set truncate-lines to t.
12891 Print sorted duplicate color names on each line. Indent to 22
12892 \(the longest color name in rgb.txt) instead of 20. Optimize.
12893 (list-colors-duplicates): New function.
12894 (facemenu-color-name-equal): Delete function.
12895
987d1819
JL
12896 * facemenu.el (list-colors-print): New function created from code
12897 in list-colors-display. Print #RRGGBB at the window right edge.
12898 (list-colors-display): When temp-buffer-show-function is not
12899 defined, call list-colors-print from temp-buffer-show-hook
12900 to get the right value of window-width in list-colors-print
12901 after the buffer is displayed.
12902
aac42a1b
JL
12903 * simple.el (pop-mark): Move deactivate-mark out of conditional
12904 part to deactivate the active mark regardless of the state of the
12905 mark ring.
12906
12907 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12908 variables line in desktop files.
12909
afd33362
JL
129102005-01-12 Juri Linkov <juri@jurta.org>
12911
12912 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12913 Bring together isearch highlight related options.
12914 (lazy-highlight): Replace group `replace' by `matching'.
12915 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12916 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12917 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12918 and declare them obsolete.
12919 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12920 (isearch-faces): Remove defgroup.
12921 (isearch-overlay, isearch-highlight, isearch-dehighlight):
12922 Move isearch highlighting code closer to lazy highlighting code.
12923
12924 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12925 (query-replace-highlight, query-replace-lazy-highlight)
12926 (query-replace): Move definitions to the beginning of the file.
12927
424b9d3e
JL
129282005-01-11 Juri Linkov <juri@jurta.org>
12929
881b07f9
JB
12930 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12931 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
12932 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12933
12934 * info.el (Info-history-forward): New variable.
12935 (Info-select-node): Reset Info-history-forward to nil.
12936 (Info-last): Turn into defalias.
12937 (Info-history-back): Rename from Info-last.
12938 Add current node to Info-history-forward.
12939 (Info-history-forward): New fun.
12940 (Info-mode-map): Replace Info-last by Info-history-back.
12941 Bind Info-history-forward to "r".
12942 (Info-mode-menu): Replace Info-last by Info-history-back.
12943 Fix menu item text. Add menu item for Info-history-forward.
12944 (info-tool-bar-map): Replace Info-last by Info-history-back.
12945 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
12946 for Info-history-forward.
12947 (Info-mode): Replace Info-last by Info-history-back in docstring.
12948 Add local variable Info-history-forward.
12949 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12950
fbd8dc8a
SM
129512005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12954 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12955 Ignore select-window events rather than fiddle with
12956 mouse-autoselect-window.
12957
28f94a34
RS
129582005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
12959
12960 * type-break.el (type-break-mode): Fix previous change.
12961
b748957a
JB
129622005-01-10 Jay Belanger <belanger@truman.edu>
12963
10907497 12964 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
12965 calculator; only reset when point is inside a calculator.
12966 Don't adjust the window height if the window takes up the whole height
10907497 12967 of the frame.
b748957a 12968
e4edc5cd
TTN
129692005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12970
12971 * ebuff-menu.el (Electric-buffer-menu-mode):
12972 Preserve value of buffer-local var header-line-format.
12973
3579f0c2
JB
129742005-01-09 Jay Belanger <belanger@truman.edu>
12975
12976 * calc/calc.el (calc-mode-var-list-restore-saved-values):
12977 Make sure settings file exists before accessing it.
12978
7f72c3db
JB
12979 * calc/calc-embed.el (calc-embedded-subst):
12980 Replace math-multi-subst-rec, which is only supposed to be called
12981 by math-multi-subst, by math-multi-subst.
12982
5fbf7903
AS
129832005-01-09 Andre Spiegel <spiegel@gnu.org>
12984
12985 * vc.el (vc-allow-async-revert): New user option.
12986 (vc-disable-async-diff): New internal variable.
12987 (vc-revert-buffer): Use them to disable asynchronous diff.
12988
fbd8dc8a
SM
12989 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12990 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
12991 asynchronously if vc-disable-async-diff is t.
12992
809c26be
JB
129932005-01-09 Jay Belanger <belanger@truman.edu>
12994
12995 * calc/calc.el (defcalcmodevar): New macro.
12996 (calc-mode-var-list-restore-default-values)
12997 (calc-mode-var-list-restore-saved-values): New functions.
12998 (calc-mode-var-list): Use defcalcmodevar to define it.
12999 (calc-always-load-extensions, calc-line-numbering)
13000 (calc-line-breaking, calc-display-just, calc-display-origin)
13001 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13002 (calc-group-char, calc-point-char, calc-frac-format)
13003 (calc-prefer-frac, calc-hms-format, calc-date-format)
13004 (calc-float-format, calc-full-float-format, calc-complex-format)
13005 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13006 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13007 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13008 (calc-matrix-brackets, calc-language, calc-language-option)
13009 (calc-left-label, calc-right-label, calc-word-size)
13010 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13011 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13012 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13013 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13014 (calc-window-height, calc-display-trail, calc-show-selections)
13015 (calc-use-selections, calc-assoc-selections)
13016 (calc-display-working-message, calc-auto-why, calc-timing)
13017 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13018 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13019 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13020 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13021 (calc-gnuplot-geometry, calc-graph-default-resolution)
13022 (calc-graph-default-resolution-3d, calc-invocation-macro)
13023 (calc-show-banner): Use defcalcmodevar to declare them and set
13024 their default values.
13025
13026 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13027 instead of default values (but restore default values if there is
13028 an argument of 0).
13029
0ba9bc53
DK
130302005-01-09 David Kastrup <dak@gnu.org>
13031
13032 * desktop.el (desktop-restore-eager): Fix typo in type.
13033
03e31a1a
RS
130342005-01-08 Richard M. Stallman <rms@gnu.org>
13035
13036 * cus-edit.el (customize): Delete :link.
13037
3aba853a
JB
130382005-01-08 Jay Belanger <belanger@truman.edu>
13039
13040 * calc/calc.el (calc-mode): Remove the extension from the
13041 `calc-settings-file' file name when loading it.
13042
1f387600
KS
130432005-01-08 Kim F. Storm <storm@cua.dk>
13044
13045 * info.el (Info-mode-map, Info-next-link-keymap)
13046 (Info-prev-link-keymap, Info-up-link-keymap):
13047 Map follow-link to mouse-face.
13048 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13049
a4dfc830
JB
130502005-01-08 Jay Belanger <belanger@truman.edu>
13051
13052 * calc/calc.el (calc-settings-file): Change default value.
13053 Suggested by cgw in a comment in calc-mode.el.
13054
13055 * calc/calc-mode.el (calc-settings-file-name):
13056 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13057 Replace ~/.emacs in a prompt by calc-settings-file.
13058
9abb41eb
LH
130592005-01-07 Lars Hansen <larsh@math.ku.dk>
13060
7716b93b
KS
13061 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13062 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
13063 (desktop-buffer-args-list): New variable.
13064 (desktop-append-buffer-args): New function.
13065 (desktop-save): Call desktop-append-buffer-args for some buffers.
13066 (desktop-lazy-create-buffer): New function.
13067 (desktop-idle-create-buffers): New function.
13068 (desktop-read): Add message about buffers to restore lazily.
13069 (desktop-lazy-abort): New command.
13070 (desktop-clear): Call desktop-lazy-abort.
13071 (desktop-lazy-complete): New command.
13072
c7ce7fc4
RS
130732005-01-06 Richard M. Stallman <rms@gnu.org>
13074
13075 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 13076 Rename from find-face.
c7ce7fc4 13077
c35b0c6b
KS
130782005-01-06 Kim F. Storm <storm@cua.dk>
13079
13080 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13081
13082 * man.el (Man-xref-man-page, Man-xref-header-file)
13083 (Man-xref-normal-file): Add follow-link property.
13084
4c07596d
JB
130852005-01-06 Jay Belanger <belanger@truman.edu>
13086
13087 * calc/calc-units.el: Make sure the proper macro definitions are
13088 available when compiling.
13089
b49018ff
JL
130902005-01-06 Juri Linkov <juri@jurta.org>
13091
fbd8dc8a
SM
13092 * isearch.el (isearch-lazy-highlight-update):
13093 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 13094
e3cde0c7
MB
130952005-01-06 Miles Bader <miles@gnu.org>
13096
fbd8dc8a 13097 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
13098 (isearch-lazy-highlight-face): Use new name.
13099
4dbbcb46
SM
131002005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13101
2eec3e8e
SM
13102 * uniquify.el (uniquify-rationalize-file-buffer-names):
13103 Re-add an interactive spec.
9890ec7d
SM
13104 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13105 to the same name.
2eec3e8e 13106
4dbbcb46
SM
13107 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13108 (isearch-update, isearch-done): Adjust calls accordingly.
13109
436c08c2
RS
131102005-01-05 Richard M. Stallman <rms@gnu.org>
13111
c7ce7fc4
RS
13112 * custom.el (custom-set-variables, custom-theme-set-variables):
13113 Clarify documentation.
13114
436c08c2 13115 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 13116 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
13117 Fix the TYPE args to find-function-read and find-function-do-it.
13118 (find-function): Doc fix.
13119 (find-function-at-point): Replace function-at-point alias.
13120
4829145a
RS
131212005-01-04 Richard M. Stallman <rms@gnu.org>
13122
13123 * cus-face.el (custom-declare-face):
13124 Record defface in current-load-list.
13125
13126 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13127
13128 * emacs-lisp/find-func.el: Doc fixes.
13129 (find-face-regexp): New variable.
13130 (find-function-regexp-alist): New variable.
13131 (find-function-C-source): Third arg is now TYPE.
13132 (find-function-search-for-symbol): Handle general TYPE.
13133 (find-function-read, find-function-do-it): Handle general TYPE.
13134 (find-definition-noselect, find-face): New functions.
13135 (function-at-point): Alias deleted.
13136
73a6a972
SM
131372005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * battery.el (display-battery-mode): Rename from display-battery.
13140 Handle the case where it gets turned off.
13141
60d1a807
RS
131422005-01-04 Richard M. Stallman <rms@gnu.org>
13143
dd496df6
RS
13144 * cus-edit.el (customize): Make :link point to user doc.
13145
13146 * man.el (Man-fontify-manpage): Turn off undo generation.
13147
60d1a807
RS
13148 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13149
d198dfaa
AS
131502005-01-04 Andreas Schwab <schwab@suse.de>
13151
13152 * files.el (insert-directory): Only look for error lines in
73a6a972 13153 inserted text. Don't move too far after processing --dired markers.
d198dfaa 13154
69ba53f7
RS
131552005-01-04 Richard M. Stallman <rms@gnu.org>
13156
13157 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13158 Don't expand if the character is @, period, dash, etc.
13159 (define-mail-abbrev): Quote names that contain problem characters.
13160
d4bb7735
TTN
131612005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13162
13163 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13164
d57c7572
RS
131652005-01-03 Richard M. Stallman <rms@gnu.org>
13166
13167 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13168 (query-replace-highlight, query-replace-lazy-highlight)
13169 (query-replace): Definitions moved up. Doc fix.
13170
131712005-01-03 Richard M. Stallman <rms@gnu.org>
13172
13173 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13174 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13175 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 13176 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
13177 Change all references to them.
13178
985a8e0f
LT
131792005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13180
13181 * cus-edit.el (custom-file): Doc fix for defcustom.
13182 (custom-file): The function no longer sets the variable
13183 `custom-file' to its return value.
13184
13185 * startup.el (command-line): No longer load `custom-file'.
13186
8a525646
SM
131872005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13188
1b60b25a
SM
13189 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13190
8a525646
SM
13191 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13192 Don't confuse module-prefixed identifiers for labels.
13193 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13194
c45c149c
RS
131952005-01-02 Richard M. Stallman <rms@gnu.org>
13196
969be033
RS
13197 * files.el (basic-save-buffer-1): Fix previous change.
13198
19996af4
RS
13199 * loadhist.el (file-loadhist-lookup): New function.
13200 (file-provides, file-requires): Use it.
13201
c45c149c
RS
13202 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13203 instead of calculating the right size.
13204
d57c7572 132052005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 13206
3625f6b7 13207 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 13208
d101bf56 132092005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 13210
5e39b98a
SM
13211 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13212
50292b6e
SM
13213 * files.el (hack-local-variables): Fix last change.
13214
731da695
JB
132152005-01-02 Jay Belanger <belanger@truman.edu>
13216
13217 * calc/calc-yank.el (calc-edit-top): New variable.
13218 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13219 object. Change header properties.
13220 (calc-edit-finish, calc-edit-finish-stack-object)
13221 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13222 edited object.
13223 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13224 for the beginning of the edited object.
13225 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13226 for the beginning of the edited object.
13227 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13228 (calc-finish-formula-edit, calc-macro-repeats)
13229 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13230 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13231 beginning of the edited object.
13232 (calc-user-define-edit): Change the header for editing macros.
13233 Remove unnecessary variable.
13234
227c9573
JB
132352005-01-01 Jay Belanger <belanger@truman.edu>
13236
731da695 13237 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 13238 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 13239 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 13240 header.
42a797de 13241 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
13242 mode to match new header.
13243 (calc-user-define-edit): Change titles to include names of commands.
42a797de 13244 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 13245 (calc-finish-macro-edit): Remove.
227c9573
JB
13246 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13247 (calc-edit-macro-command, calc-edit-macro-command-type)
13248 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13249 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13250 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13251 (calc-edit-macro-finish-edit): New functions.
13252 (calc-user-define-edit): Use new functions to edit named calc macros.
13253
4c6af0f6
SM
132542005-01-01 Stefan <monnier@iro.umontreal.ca>
13255
13256 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13257
13258 * ses.el (copy-region-as-kill): Deactivate mark.
13259
3f68d7c8
RS
132602005-01-01 Richard M. Stallman <rms@gnu.org>
13261
f42a241b
RS
13262 * replace.el (occur-1): If the output buffer is also an input,
13263 don't kill it, rename it.
13264
13265 * faces.el (set-face-background, set-face-foreground): Doc fix.
13266
3f68d7c8
RS
13267 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13268 for :foreground and :background.
13269
3f68d7c8 13270 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 13271 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
13272 Delete the code to use it.
13273
41d0b092
KS
132742005-01-01 Kim F. Storm <storm@cua.dk>
13275
13276 * image.el (insert-sliced-image): Use t for line-height property.
13277
aea6ad3d 13278See ChangeLog.11 for earlier changes.
55115079
PA
13279
13280;; Local Variables:
13281;; coding: iso-2022-7bit
13282;; End:
13283
aea6ad3d 13284 Copyright (C) 2005 Free Software Foundation, Inc.
55115079
PA
13285 Copying and distribution of this file, with or without modification,
13286 are permitted provided the copyright notice and this notice are preserved.
13287
13288;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1