]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-01-12 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
4 to create a Calc summary.
5
6 2005-01-12 Kim F. Storm <storm@cua.dk>
7
8 * mouse.el (mouse-on-link-p): Change functionality and doc
9 string to comply with latest description in lisp ref.
10
11 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
12
13 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): Enable
14 mouse clicks on mode-line, header-line and margin.
15 (event-type): Give mouse event symbols an 'event-kind property
16 with value 'mouse-click.
17
18 2005-01-12 Juri Linkov <juri@jurta.org>
19
20 * facemenu.el (list-colors-display): Add new arg buffer-name.
21 Use it. Fix docstring. Replace code for identifying duplicate
22 colors by the name with call to `list-colors-duplicates' which
23 identifies duplicate colors by the value unless the color
24 is one of special Windows colors. Set truncate-lines to t.
25 Print sorted duplicate color names on each line. Indent to 22
26 \(the longest color name in rgb.txt) instead of 20. Optimize.
27 (list-colors-duplicates): New function.
28 (facemenu-color-name-equal): Delete function.
29
30 * facemenu.el (list-colors-print): New function created from code
31 in list-colors-display. Print #RRGGBB at the window right edge.
32 (list-colors-display): When temp-buffer-show-function is not
33 defined, call list-colors-print from temp-buffer-show-hook
34 to get the right value of window-width in list-colors-print
35 after the buffer is displayed.
36
37 * simple.el (pop-mark): Move deactivate-mark out of conditional
38 part to deactivate the active mark regardless of the state of the
39 mark ring.
40
41 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
42 variables line in desktop files.
43
44 2005-01-12 Juri Linkov <juri@jurta.org>
45
46 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
47 Bring together isearch highlight related options.
48 (lazy-highlight): Replace group `replace' by `matching'.
49 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
50 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
51 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
52 and declare them obsolete.
53 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
54 (isearch-faces): Remove defgroup.
55 (isearch-overlay, isearch-highlight, isearch-dehighlight):
56 Move isearch highlighting code closer to lazy highlighting code.
57
58 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
59 (query-replace-highlight, query-replace-lazy-highlight)
60 (query-replace): Move definitions to the beginning of the file.
61
62 2005-01-11 Juri Linkov <juri@jurta.org>
63
64 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
65 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
66 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
67
68 * info.el (Info-history-forward): New variable.
69 (Info-select-node): Reset Info-history-forward to nil.
70 (Info-last): Turn into defalias.
71 (Info-history-back): Rename from Info-last.
72 Add current node to Info-history-forward.
73 (Info-history-forward): New fun.
74 (Info-mode-map): Replace Info-last by Info-history-back.
75 Bind Info-history-forward to "r".
76 (Info-mode-menu): Replace Info-last by Info-history-back.
77 Fix menu item text. Add menu item for Info-history-forward.
78 (info-tool-bar-map): Replace Info-last by Info-history-back.
79 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
80 for Info-history-forward.
81 (Info-mode): Replace Info-last by Info-history-back in docstring.
82 Add local variable Info-history-forward.
83 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
84
85 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
88 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
89 Ignore select-window events rather than fiddle with
90 mouse-autoselect-window.
91
92 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
93
94 * type-break.el (type-break-mode): Fix previous change.
95
96 2005-01-10 Jay Belanger <belanger@truman.edu>
97
98 * calc/calc-ext.el (calc-reset): Reset when inside embedded
99 calculator; only reset when point is inside a calculator.
100 Don't adjust the window height if the window takes up the whole height
101 of the frame.
102
103 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
104
105 * ebuff-menu.el (Electric-buffer-menu-mode):
106 Preserve value of buffer-local var header-line-format.
107
108 2005-01-09 Jay Belanger <belanger@truman.edu>
109
110 * calc/calc.el (calc-mode-var-list-restore-saved-values):
111 Make sure settings file exists before accessing it.
112
113 * calc/calc-embed.el (calc-embedded-subst):
114 Replace math-multi-subst-rec, which is only supposed to be called
115 by math-multi-subst, by math-multi-subst.
116
117 2005-01-09 Andre Spiegel <spiegel@gnu.org>
118
119 * vc.el (vc-allow-async-revert): New user option.
120 (vc-disable-async-diff): New internal variable.
121 (vc-revert-buffer): Use them to disable asynchronous diff.
122
123 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
124 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
125 asynchronously if vc-disable-async-diff is t.
126
127 2005-01-09 Jay Belanger <belanger@truman.edu>
128
129 * calc/calc.el (defcalcmodevar): New macro.
130 (calc-mode-var-list-restore-default-values)
131 (calc-mode-var-list-restore-saved-values): New functions.
132 (calc-mode-var-list): Use defcalcmodevar to define it.
133 (calc-always-load-extensions, calc-line-numbering)
134 (calc-line-breaking, calc-display-just, calc-display-origin)
135 (calc-number-radix, calc-leading-zeros, calc-group-digits)
136 (calc-group-char, calc-point-char, calc-frac-format)
137 (calc-prefer-frac, calc-hms-format, calc-date-format)
138 (calc-float-format, calc-full-float-format, calc-complex-format)
139 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
140 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
141 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
142 (calc-matrix-brackets, calc-language, calc-language-option)
143 (calc-left-label, calc-right-label, calc-word-size)
144 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
145 (calc-display-raw, calc-internal-prec, calc-angle-mode)
146 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
147 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
148 (calc-window-height, calc-display-trail, calc-show-selections)
149 (calc-use-selections, calc-assoc-selections)
150 (calc-display-working-message, calc-auto-why, calc-timing)
151 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
152 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
153 (calc-gnuplot-default-device, calc-gnuplot-default-output)
154 (calc-gnuplot-print-device, calc-gnuplot-print-output)
155 (calc-gnuplot-geometry, calc-graph-default-resolution)
156 (calc-graph-default-resolution-3d, calc-invocation-macro)
157 (calc-show-banner): Use defcalcmodevar to declare them and set
158 their default values.
159
160 * calc/calc-ext.el (calc-reset): Restore saved values of variables
161 instead of default values (but restore default values if there is
162 an argument of 0).
163
164 2005-01-09 David Kastrup <dak@gnu.org>
165
166 * desktop.el (desktop-restore-eager): Fix typo in type.
167
168 2005-01-08 Richard M. Stallman <rms@gnu.org>
169
170 * cus-edit.el (customize): Delete :link.
171
172 2005-01-08 Jay Belanger <belanger@truman.edu>
173
174 * calc/calc.el (calc-mode): Remove the extension from the
175 `calc-settings-file' file name when loading it.
176
177 2005-01-08 Kim F. Storm <storm@cua.dk>
178
179 * info.el (Info-mode-map, Info-next-link-keymap)
180 (Info-prev-link-keymap, Info-up-link-keymap):
181 Map follow-link to mouse-face.
182 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
183
184 2005-01-08 Jay Belanger <belanger@truman.edu>
185
186 * calc/calc.el (calc-settings-file): Change default value.
187 Suggested by cgw in a comment in calc-mode.el.
188
189 * calc/calc-mode.el (calc-settings-file-name):
190 Compare calc-settings-file to user-init-file instead of ~/.emacs.
191 Replace ~/.emacs in a prompt by calc-settings-file.
192
193 2005-01-07 Lars Hansen <larsh@math.ku.dk>
194
195 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
196 (desktop-lazy-idle-delay): New customizable variables.
197 (desktop-buffer-args-list): New variable.
198 (desktop-append-buffer-args): New function.
199 (desktop-save): Call desktop-append-buffer-args for some buffers.
200 (desktop-lazy-create-buffer): New function.
201 (desktop-idle-create-buffers): New function.
202 (desktop-read): Add message about buffers to restore lazily.
203 (desktop-lazy-abort): New command.
204 (desktop-clear): Call desktop-lazy-abort.
205 (desktop-lazy-complete): New command.
206
207 2005-01-06 Richard M. Stallman <rms@gnu.org>
208
209 * emacs-lisp/find-func.el (find-face-definition):
210 Rename from find-face.
211
212 2005-01-06 Kim F. Storm <storm@cua.dk>
213
214 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
215
216 * man.el (Man-xref-man-page, Man-xref-header-file)
217 (Man-xref-normal-file): Add follow-link property.
218
219 2005-01-06 Jay Belanger <belanger@truman.edu>
220
221 * calc/calc-units.el: Make sure the proper macro definitions are
222 available when compiling.
223
224 2005-01-06 Juri Linkov <juri@jurta.org>
225
226 * isearch.el (isearch-lazy-highlight-update):
227 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
228
229 2005-01-06 Miles Bader <miles@gnu.org>
230
231 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
232 (isearch-lazy-highlight-face): Use new name.
233
234 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * uniquify.el (uniquify-rationalize-file-buffer-names):
237 Re-add an interactive spec.
238 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
239 to the same name.
240
241 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
242 (isearch-update, isearch-done): Adjust calls accordingly.
243
244 2005-01-05 Richard M. Stallman <rms@gnu.org>
245
246 * custom.el (custom-set-variables, custom-theme-set-variables):
247 Clarify documentation.
248
249 * emacs-lisp/find-func.el (find-variable)
250 (find-variable-other-window, find-variable-other-frame):
251 Fix the TYPE args to find-function-read and find-function-do-it.
252 (find-function): Doc fix.
253 (find-function-at-point): Replace function-at-point alias.
254
255 2005-01-04 Richard M. Stallman <rms@gnu.org>
256
257 * cus-face.el (custom-declare-face):
258 Record defface in current-load-list.
259
260 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
261
262 * emacs-lisp/find-func.el: Doc fixes.
263 (find-face-regexp): New variable.
264 (find-function-regexp-alist): New variable.
265 (find-function-C-source): Third arg is now TYPE.
266 (find-function-search-for-symbol): Handle general TYPE.
267 (find-function-read, find-function-do-it): Handle general TYPE.
268 (find-definition-noselect, find-face): New functions.
269 (function-at-point): Alias deleted.
270
271 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * battery.el (display-battery-mode): Rename from display-battery.
274 Handle the case where it gets turned off.
275
276 2005-01-04 Richard M. Stallman <rms@gnu.org>
277
278 * cus-edit.el (customize): Make :link point to user doc.
279
280 * man.el (Man-fontify-manpage): Turn off undo generation.
281
282 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
283
284 2005-01-04 Andreas Schwab <schwab@suse.de>
285
286 * files.el (insert-directory): Only look for error lines in
287 inserted text. Don't move too far after processing --dired markers.
288
289 2005-01-04 Richard M. Stallman <rms@gnu.org>
290
291 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
292 Don't expand if the character is @, period, dash, etc.
293 (define-mail-abbrev): Quote names that contain problem characters.
294
295 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
296
297 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
298
299 2005-01-03 Richard M. Stallman <rms@gnu.org>
300
301 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
302 (query-replace-highlight, query-replace-lazy-highlight)
303 (query-replace): Definitions moved up. Doc fix.
304
305 2005-01-03 Richard M. Stallman <rms@gnu.org>
306
307 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
308 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
309 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
310 (lazy-highlight-face): Rename from isearch-lazy-...
311 Change all references to them.
312
313 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
314
315 * cus-edit.el (custom-file): Doc fix for defcustom.
316 (custom-file): The function no longer sets the variable
317 `custom-file' to its return value.
318
319 * startup.el (command-line): No longer load `custom-file'.
320
321 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
324
325 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
326 Don't confuse module-prefixed identifiers for labels.
327 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
328
329 2005-01-02 Richard M. Stallman <rms@gnu.org>
330
331 * files.el (basic-save-buffer-1): Fix previous change.
332
333 * loadhist.el (file-loadhist-lookup): New function.
334 (file-provides, file-requires): Use it.
335
336 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
337 instead of calculating the right size.
338
339 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
340
341 * vc-svn.el (vc-svn-diff): Stay local if possible.
342
343 2005-01-02 Stefan <monnier@iro.umontreal.ca>
344
345 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
346
347 * files.el (hack-local-variables): Fix last change.
348
349 2005-01-02 Jay Belanger <belanger@truman.edu>
350
351 * calc/calc-yank.el (calc-edit-top): New variable.
352 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
353 object. Change header properties.
354 (calc-edit-finish, calc-edit-finish-stack-object)
355 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
356 edited object.
357 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
358 for the beginning of the edited object.
359 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
360 for the beginning of the edited object.
361 * calc/calc-prog.el (calc-edit-macro-finish-edit)
362 (calc-finish-formula-edit, calc-macro-repeats)
363 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
364 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
365 beginning of the edited object.
366 (calc-user-define-edit): Change the header for editing macros.
367 Remove unnecessary variable.
368
369 2005-01-01 Jay Belanger <belanger@truman.edu>
370
371 * calc/calc-yank.el (calc-edit-mode): Change default header.
372 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
373 * calc/calc-store.el (calc-edit-variable): Change title to match new
374 header.
375 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
376 mode to match new header.
377 (calc-user-define-edit): Change titles to include names of commands.
378 (calc-finish-formula-edit): Adjust to handle new header.
379 (calc-finish-macro-edit): Remove.
380 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
381 (calc-edit-macro-command, calc-edit-macro-command-type)
382 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
383 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
384 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
385 (calc-edit-macro-finish-edit): New functions.
386 (calc-user-define-edit): Use new functions to edit named calc macros.
387
388 2005-01-01 Stefan <monnier@iro.umontreal.ca>
389
390 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
391
392 * ses.el (copy-region-as-kill): Deactivate mark.
393
394 2005-01-01 Richard M. Stallman <rms@gnu.org>
395
396 * replace.el (occur-1): If the output buffer is also an input,
397 don't kill it, rename it.
398
399 * faces.el (set-face-background, set-face-foreground): Doc fix.
400
401 * cus-face.el (custom-face-attributes): Fix :help-echo strings
402 for :foreground and :background.
403
404 * dired.el (dired-view-command-alist): Variable deleted.
405 (dired-view-file, dired-mouse-find-file-other-window):
406 Delete the code to use it.
407
408 2005-01-01 Kim F. Storm <storm@cua.dk>
409
410 * image.el (insert-sliced-image): Use t for line-height property.
411
412 2004-12-31 Jay Belanger <belanger@truman.edu>
413
414 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
415 for "var-" at the beginning of the minibuffer.
416
417 2004-12-31 Richard M. Stallman <rms@gnu.org>
418
419 * faces.el (read-face-name):
420 Don't treat an attribute spec as a list of faces.
421
422 * simple.el (undo): Use undo-equiv-table to detect
423 unexpected changes since previous undo.
424 (undo-list-saved): Variable deleted.
425 (buffer-disable-undo): Don't alter undo-list-saved.
426
427 * files.el (require-final-newline): Allow `visit' and `visit-save'.
428 (mode-require-final-newline): New option.
429 (after-find-file): Handle require-final-newline with new values.
430 (basic-save-buffer): Handle new values of require-final-newline.
431
432 * progmodes/sh-script.el (sh-require-final-newline):
433 Alist value now controls whether to use mode-require-final-newline.
434 (sh-set-shell): Implement that new meaning.
435
436 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
437 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
438 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
439 Delete old-Emacs compatibility code.
440 (antlr-c-common-init): Function deleted.
441
442 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
443 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
444 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
445 * progmodes/python.el (python-mode): Use mode-require-final-newline.
446 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
447 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
448 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
449 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
450 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
451 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
452 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
453 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
454 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
455 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
456 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
457 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
458
459 2004-12-31 Jay Belanger <belanger@truman.edu>
460
461 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
462 way to return to Calc.
463
464 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
465 finish, C-xk as the way to cancel the edit. Add cancel routine to
466 kill-buffer-hook.
467
468 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
469 MacEdit code.
470
471 * calc/calc-prog.el: Remove obsolete MacEdit code.
472 (calc-macro-edit-algebraic, calc-macro-edit-variable)
473 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
474
475 2004-12-31 Kenichi Handa <handa@m17n.org>
476
477 * international/mule.el (buffer-file-coding-system-explicit):
478 Rename for explicit-buffer-file-coding-system.
479 (after-insert-file-set-coding): Adjust for the above change.
480
481 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
482 to buffer-file-coding-system-explicit.
483 (basic-save-buffer-1): Likewise.
484
485 2004-12-30 Richard M. Stallman <rms@gnu.org>
486
487 * textmodes/artist.el (artist-butlast-fn): Var deleted.
488 (artist-butlast, artist-last): Functions deleted.
489 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
490 (artist-compute-key-compl-table): Call remq directly.
491 (artist-remove-nulls): Function deleted.
492 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
493 (artist-push, artist-pop): Macro deleted.
494
495 2004-12-30 Andreas Leue <al@sphenon.de>
496
497 * textmodes/artist.el (artist-version): 1.2.6
498 (artist-prev-next-op-alist): New variable.
499 (artist-select-next-op-in-list): New function.
500 (artist-select-prev-op-in-list): New function.
501 (artist-make-prev-next-op-alist): New function.
502 (artist-is-in-op-list-p): New function.
503 (artist-get-first-non-nil-op): New function.
504 (artist-get-last-non-nil-op): New function.
505 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
506 artist-prev-next-op-alist.
507 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
508 change drawing operation.
509
510 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
511
512 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
513
514 2004-12-31 Masatake YAMATO <jet@gyve.org>
515
516 * server.el (server-process-filter): Suppress `error', too.
517
518 2004-12-30 Jay Belanger <belanger@truman.edu>
519
520 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
521 Change the way a variable is displayed in a message.
522
523 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
524 (calc-user-define-permanent, calc-execute-kbd-macro):
525 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
526
527 2004-12-30 Kenichi Handa <handa@m17n.org>
528
529 * files.el (basic-save-buffer-1):
530 Set explicit-buffer-file-coding-system to last-coding-system-used.
531 (revert-buffer): Pay attention to
532 explicit-buffer-file-coding-system (not buffer-file-coding-system)
533 on bind coding-system-for-read.
534
535 * international/mule.el (explicit-buffer-file-coding-system):
536 New buffer local variable.
537 (after-insert-file-set-coding): Set it to coding-system-for-read.
538
539 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
540
541 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
542
543 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
544
545 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
546 that include line numbers.
547
548 2004-12-29 Milan Zamazal <pdm@zamazal.org>
549
550 * files.el (hack-local-variables): If no PREFIX, set it to "^".
551 Redundant variable PREFIXLEN removed.
552
553 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
554
555 * eshell/em-hist.el (eshell-previous-matching-input):
556 Start the deletion from the end of the output.
557
558 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
559
560 * term/mac-win.el: Require x-dnd.
561 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
562
563 2004-12-29 David Kastrup <dak@gnu.org>
564
565 * international/mule.el (decode-coding-inserted-region):
566 Don't barf if `buffer-undo-list' is already set to `t'.
567
568 2004-12-29 Jay Belanger <belanger@truman.edu>
569
570 * calc/calc-prog.el (calc-user-define-formula): Put default values
571 for function names in prompts.
572 (calc-user-define-permanent, calc-user-define-composition)
573 (calc-user-define-formula): Remove the need for "calcFunc-" in the
574 default input for algebraic functions.
575
576 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
577
578 * vc-rcs.el (vc-rcs-annotate-command):
579 Fix omission bug: Call `vc-setup-buffer'.
580
581 2004-12-29 Kenichi Handa <handa@m17n.org>
582
583 * international/mule.el (recode-region): New function.
584
585 2004-12-28 Richard M. Stallman <rms@gnu.org>
586
587 * simple.el (undo-extra-outer-limit): New variable.
588 (undo-outer-limit-truncate): Test and set it.
589
590 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
591 enables the feature to extend the existing region.
592
593 * simple.el (mark-word): New arg ALLOW-EXTEND
594 enables the feature to extend the existing region.
595
596 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
597 enables the feature to extend the existing region.
598
599 * startup.el (site-run-file): Don't allow setting it with Custom.
600
601 * simple.el (buffer-disable-undo): Fix previous change.
602
603 2004-12-27 Masatake YAMATO <jet@gyve.org>
604
605 * hexl.el (hexlify-buffer): Remove fontification here.
606 Use font lock mechanism instead.
607 (hexl-font-lock-keywords): New font lock kewords.
608 (hexl-mode-old-font-lock-keywords): New variable.
609 (hexl-mode): Store the old font lock keywords.
610 (hexl-mode-exit): Restore the old font lock keywords.
611
612 2004-12-27 Richard M. Stallman <rms@gnu.org>
613
614 * simple.el (undo): Fix previous change.
615
616 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
617
618 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
619 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
620 Call x-open-connection on Mac OS X.
621
622 2004-12-27 Richard M. Stallman <rms@gnu.org>
623
624 * files.el (buffer-save-without-query): New var (buffer-local).
625 (save-some-buffers): Save those buffers first, w/o asking.
626
627 * files.el (insert-directory-ls-version): New variable.
628 (insert-directory): When ls returns an error, test the version
629 number to decide what the return code means.
630 With --dired output format, detect and distinguish lines
631 that are really error messages.
632 (insert-directory-adj-pos): New function.
633
634 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
635
636 * battery.el (battery-mode-line-format): Remove initial spaces.
637
638 * uniquify.el (uniquify-rationalize-file-buffer-names):
639 Delete interactive spec.
640
641 * type-break.el (type-break-mode): Set buffer-save-without-query.
642 Remove code that tried to set save-some-buffers-always.
643 (type-break-file-keystroke-count): Bind deactivate-mark.
644
645 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
646
647 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
648 Test that the buffer is live, and maybe reject current buffer too.
649 Clarify.
650 (next-error-find-buffer): Rewrite for clarity.
651
652 * loadup.el: Don't use buffer-disable-undo; do it directly.
653
654 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
655 (describe-variable): Call symbol-file with `defvar'.
656
657 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
658 (symbol-file): Rewritten to handle new load-history format.
659 Now takes an arg TYPE to specify looking for a particular
660 type of definition only.
661
662 * emacs-lisp/debug.el (debugger-make-xrefs):
663 Call symbol-file with `defun'.
664
665 * emacs-lisp/find-func.el (find-function-noselect):
666 Call symbol-file with `defun'.
667 (find-variable-noselect): Call symbol-file with `defvar'.
668
669 * eshell/esh-cmd.el (eshell-find-alias-function):
670 Call symbol-file with `defun'.
671
672 * eshell/esh-test.el (eshell-test-goto-func):
673 Call symbol-file with `defun'.
674
675 * mail/rmail.el (rmail-resend):
676 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
677
678 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
679
680 * progmodes/compile.el (compilation-find-buffer): Rename arg.
681
682 * textmodes/texinfmt.el (texinfo-format-buffer-1):
683 Call buffer-disable-undo.
684
685 * simple.el (undo-list-saved): New variable (buffer-local).
686 (undo): Set and test it.
687 (buffer-disable-undo): Move here from buffer.c.
688 Clear out undo-list-saved.
689
690 * international/mule.el (decode-coding-inserted-region):
691 Set buffer-undo-list in a correct and optimal way.
692
693 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
694 (cperl-font-lock-unfontify-region-function): No need to save and
695 restore info, since font-lock.el does it for us.
696
697 * ansi-color.el (save-buffer-state): Definition deleted.
698 (ansi-color-unfontify-region): Don't use save-buffer-state.
699
700 2004-12-27 Dave Love <fx@gnu.org>
701
702 * wid-edit.el (function): Use restricted-sexp as parent.
703
704 2004-12-27 Kevin Ryde <user42@zip.com.au>
705
706 * simple.el (next-matching-history-element): Use same
707 `interactive' form as previous-matching-history-element.
708
709 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
710 it can appear unencoded and has been seen from yahoo.
711
712 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
713
714 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
715 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
716
717 2004-12-27 Kenichi Handa <handa@m17n.org>
718
719 * international/utf-8.el (utf-translate-cjk-load-tables):
720 Bind coding-system-for-read to nil while loading subst-*.
721
722 2004-12-26 Jay Belanger <belanger@truman.edu>
723
724 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
725 default input.
726
727 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
728
729 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
730 before reverting and disable undo recording while reverting.
731
732 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
733
734 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
735 (hs-make-overlay): New function.
736 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
737 (hs-flag-region): Delete function.
738 (hs-hide-comment-region): No longer use `hs-flag-region'.
739 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
740 (hs-hide-block-at-point): Likewise.
741 (hs-hide-level-recursive): Use `hs-discard-overlays'.
742 (hs-hide-all, hs-show-all): Likewise.
743 (hs-show-block): Likewise.
744 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
745
746 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
747
748 * progmodes/hideshow.el: Require `cl' when compiling.
749 Remove XEmacs and Emacs 19 compatibility.
750 Use `dolist' and `add-to-list' for load-time actions.
751 (hs-discard-overlays): Use `dolist'.
752 (hs-show-block): Likewise.
753
754 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
755
756 * faces.el (mode-line, mode-line-inactive): Use min-colors.
757
758 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
759
760 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
761 When extending backwards, move outside the current comment first.
762
763 2004-12-22 Kenichi Handa <handa@m17n.org>
764
765 * international/quail.el (quail-start-translation): Fix prompt
766 string for the case if input-method-use-echo-area being non-nil.
767 (quail-start-conversion): Likewise.
768 (quail-show-guidance): Don't show guidance if
769 input-method-use-echo-area is non-nil.
770
771 2004-12-21 Richard M. Stallman <rms@gnu.org>
772
773 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
774
775 2004-12-21 Markus Rost <rost@ias.edu>
776
777 * calendar/diary-lib.el (mark-diary-entries):
778 Set mark-diary-entries-in-calendar only after checking for diary-file.
779
780 2004-12-21 Richard M. Stallman <rms@gnu.org>
781
782 * faces.el (escape-glyph): Use blue against light foreground.
783
784 * simple.el (undo-outer-limit-truncate): New function.
785 (undo-outer-limit-function): Use undo-outer-limit-truncate.
786
787 2004-12-21 Eli Barzilay <eli@barzilay.org>
788
789 * calculator.el: (calculator-radix-grouping-mode)
790 (calculator-radix-grouping-digits)
791 (calculator-radix-grouping-separator):
792 New defcustoms for the new radix grouping mode functionality.
793 (calculator-mode-hook): Now used in electric mode too,
794 (calculator): Call it.
795 (calculator-mode-map): Some new keys.
796 (calculator-message): New function. Some new calls.
797 (calculator-op, calculator-set-register): Use it.
798 (calculator-string-to-number): New function, mostly moved and
799 updated code from calculator-curnum-value.
800 (calculator-curnum-value): Use it.
801 (calculator-paste): Use it, and update grabbing the current-kill.
802 (calculator-rotate-displayer)
803 (calculator-rotate-displayer-back): Toggle digit grouping when
804 in radix mode, use calculator-message.
805 (calculator-displayer-prev, calculator-displayer-next):
806 Change digit group size when in radix mode.
807 (calculator-number-to-string): Rename from
808 calculator-num-to-string. Now deals with digit grouping in
809 radix mode.
810 (calculator-update-display, calculator-put-value): Use the new name.
811 (calculator-fact): Return a floating point number.
812 (calculator-mode): Doc fix.
813
814 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
815
816 * calendar/calendar.el (view-other-diary-entries): Add autoload.
817 * calendar/diary-lib.el (view-other-diary-entries):
818 Use current-prefix-arg in interactive spec.
819
820 2004-12-19 Jay Belanger <belanger@truman.edu>
821
822 * calc/calc-aent.el (calcAlg-blank-matching-open):
823 Temporarily adjust the syntax of both delimiters of half-open intervals.
824
825 2004-12-19 Kim F. Storm <storm@cua.dk>
826
827 * mouse.el (mouse-1-click-follows-link): Doc fix.
828
829 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
830
831 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
832 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
833 instead of centraleuropean as the name
834
835 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
836
837 Sync with Tramp 2.0.46.
838
839 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
840 parameters wrt Tramp convention.
841 (tramp-handle-file-attributes-with-perl)
842 (tramp-handle-directory-files-and-attributes): Apply it.
843 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
844 `copy-program'. Reported by Zack Weinberg
845 <zack@codesourcery.com>.
846 (top): Set `edebug-form-spec' property directly rather than
847 calling `def-edebug-spec'.
848
849 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
850 advice less fragile. Surround temporary redefinition of
851 `substitute-in-file-name' with `unwind-protect'. Suggested by
852 Matt Hodges <MPHodges@member.fsf.org>.
853
854 2004-12-17 Juri Linkov <juri@jurta.org>
855
856 * replace.el (occur-accumulate-lines, occur-engine):
857 Make forcing deferred font-lock fontification jit-specific.
858
859 2004-12-17 Kim F. Storm <storm@cua.dk>
860
861 * mouse.el (mouse-1-click-follows-link): New defcustom.
862 (mouse-on-link-p): New function.
863 (mouse-drag-region-1): Implement mouse-1-click-follows-link
864 functionality. Map a mouse-1 click event into a mouse-2 (or
865 other) event when position is inside a link.
866
867 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
868 prefix in tooltip text with "mouse-1" when this is a link
869 recognized by mouse-1-click-follows-link functionality.
870
871 * help.el (describe-key): Report effective and original binding
872 for mouse-1 when clicked on a link.
873 (describe-mode): Add follow-link property to "minor-mode" button.
874
875 * help-fns.el (describe-variable): Add follow-link property to
876 "below" button.
877
878 * help-mode.el (help-xref): Add follow-link property.
879
880 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
881 (apropos-command, apropos-variable, apropos-face, apropos-group)
882 (apropos-widget, apropos-plist): Add follow-link property.
883
884 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
885 checks if position is in a filename, rather than some other
886 clickable item. Function looks for cvs-filename-face at position.
887
888 * wid-edit.el (widget-specify-field, widget-specify-button):
889 Map a :follow-link keyword into a follow-link property.
890 (link): Add :follow-link keyword, map to RET binding.
891
892 * dired.el (dired-mode-map): Map follow-link to mouse-face.
893
894 * progmodes/compile.el (compilation-minor-mode-map)
895 (compilation-button-map, compilation-mode-map): Likewise.
896
897 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
898
899 * play/zone.el (zone): Init `line-spacing' from orig buffer.
900 (zone-replace-char): Take `count' and `del-count'
901 instead of `direction'. Update callers. When `del-count' is
902 non-nil, delete that many characters, otherwise `count' characters
903 backwards. Insert the newly-replaced string `count' times.
904 (zone-fret): Handle chars w/ width greater than one.
905 (zone-fall-through-ws): No longer take window width `ww'.
906 Update callers. Add handling for `char-width' greater than one.
907 (zone-pgm-drip): Update var holding window-end position every cycle.
908
909 2004-12-17 Andre Spiegel <spiegel@gnu.org>
910
911 * vc.el (vc-default-update-changelog): Use insert-file-contents,
912 rather than insert-file.
913
914 2004-12-16 Jay Belanger <belanger@truman.edu>
915
916 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
917 (math-init-random-base, math-random-digit): Check to see if
918 var-RandSeed is bound.
919 (math-random-last): Declare it.
920 (math-random-digit): Don't make math-random-last local.
921
922 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
923
924 * play/zone.el (zone): Fix omission bug: Use a self-disabling
925 one-shot thunk for uniform (error, quit, normal) recovery.
926 Reported by John Paul Wallington.
927 (zone-pgm-random-life): Fix bug:
928 Recognize empty initial field by lack of "@" chars.
929
930 2004-12-16 Juri Linkov <juri@jurta.org>
931
932 * help.el (function-called-at-point):
933 * help-fns.el (variable-at-point): As a last resort try stripping
934 non-word prefixes and suffixes.
935
936 * descr-text.el (describe-property-list): Don't treat syntax-table
937 specially. Use describe-text-sexp which inserts [show] button
938 for large objects and handles printing errors. Sort properties
939 by names in alphabetical order instead of by value sizes.
940 Add `mouse-face' to list of properties for `describe-face' widget.
941 (describe-char): Mask out face-id from 19 bits of character.
942 Print face-id separately.
943
944 * replace.el (occur-accumulate-lines, occur-engine):
945 Fontify unfontified matching lines in the source buffer
946 before copying them.
947 (occur-engine): Don't put mouse-face on context lines.
948 (occur-next-error): Set point to line beginning/end
949 before searching for prev/next property to skip multiple
950 matches on a line (not supported by occur engine).
951 Remove redundant prefix-numeric-value.
952
953 2004-12-15 Juri Linkov <juri@jurta.org>
954
955 * replace.el (match): New face.
956 (list-matching-lines-face): Change default from `bold' to `match'.
957
958 * progmodes/grep.el (grep-match-face): New defvar.
959 (grep-mode-font-lock-keywords): Use grep-match-face instead of
960 compilation-column-face to highlight grep matches.
961
962 * apropos.el (apropos-match-face): Change default from
963 `secondary-selection' to `match'.
964
965 * info-look.el (info-lookup-highlight-face): Change default from
966 `highlight' to `match'.
967
968 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
969
970 * progmodes/executable.el (executable-interpret): Eliminate
971 obsolete compile-internal, and switch to comint for interaction.
972
973 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
974
975 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
976 `&&' when skipping multiple statements on a line.
977
978 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
979
980 * play/zone.el (zone): Set `truncate-lines'.
981 Also, init `tab-width' with value from original buffer.
982 (zone-shift-up): Rewrite for speed.
983 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
984 (zone-pgm-jitter): Remove redundant entries from ops vector.
985 (zone-exploding-remove): Reduce iteration count.
986 (zone-cpos): Convert to defsubst.
987 (zone-replace-char): New defsubst.
988 (zone-park/sit-for): Likewise.
989 (zone-fret): Take window-start arg.
990 Update callers. Use `zone-park/sit-for'.
991 (zone-fill-out-screen): Rewrite.
992 (zone-fall-through-ws): Likewise. Update callers.
993 (zone-pgm-drip): Use `zone-replace-char'.
994 Move var inits before while-loop. Use `zone-park/sit-for'.
995 (zone-pgm-random-life): Handle empty initial field.
996 Use `zone-replace-char' and `zone-park/sit-for'.
997
998 2004-12-15 Juri Linkov <juri@jurta.org>
999
1000 * isearch.el (isearch-update): Test isearch-lazy-highlight
1001 before calling isearch-lazy-highlight-new-loop.
1002 (isearch-lazy-highlight-new-loop):
1003 Don't test isearch-lazy-highlight.
1004
1005 * replace.el (perform-replace): Add isearch-case-fold-search.
1006 Use delimited-flag for isearch-regexp.
1007 Reset isearch-lazy-highlight-last-string to force lazy
1008 highlighting when called from isearch mode.
1009 (query-replace-highlight): Revert defcustom type to boolean.
1010 (query-replace-lazy-highlight): New defcustom.
1011 (query-replace): New face.
1012 (perform-replace, replace-highlight, replace-dehighlight):
1013 Test query-replace-lazy-highlight instead of special value
1014 `isearch' of query-replace-highlight.
1015 (replace-dehighlight): Don't call isearch-dehighlight.
1016 (replace-highlight): Don't call isearch-highlight.
1017 Use face `query-replace' unconditionally.
1018
1019 2004-12-14 Kim F. Storm <storm@cua.dk>
1020
1021 * simple.el (inhibit-mark-movement): Remove defvar.
1022 (beginning-of-buffer, end-of-buffer): Don't use it.
1023
1024 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1025 Don't use inhibit-mark-movement.
1026
1027 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1028 (cua--undo-push-mark): Remove.
1029 (cua--pre-command-handler, cua--post-command-handler):
1030 Don't fiddle with inhibit-mark-movement.
1031
1032 2004-12-14 Juri Linkov <juri@jurta.org>
1033
1034 * buff-menu.el (list-buffers-noselect): Collect internal info
1035 for every buffer in BUFFER-LIST arg too.
1036 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1037 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1038 Bind same-window-buffer-names and same-window-regexps to nil.
1039
1040 2004-12-13 Juri Linkov <juri@jurta.org>
1041
1042 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1043
1044 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1045 (sc-cite-region, sc-uncite-region, sc-recite-region):
1046 Fix previous change to handle not alist as a symbol, but
1047 a citation frame as a symbol that represents a variable name.
1048
1049 2004-12-13 Richard M. Stallman <rms@gnu.org>
1050
1051 * filecache.el (file-cache-add-directory-using-find):
1052 Only set up file-cache-find-command-posix-flag if we will use it.
1053
1054 * bindings.el (mode-line-buffer-identification-keymap):
1055 Don't cancel the mode-line's usual down-mouse-1 binding.
1056
1057 * cus-edit.el (custom-face-selected): Handle `default' specs.
1058 (custom-face-edit): Increase extra-offset.
1059 (custom-display): Handle `default' specs.
1060
1061 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1062
1063 * emacs-lisp/elint.el (elint-standard-variables)
1064 (elint-unknown-builtin-args): Move definitions up.
1065
1066 * net/browse-url.el (browse-url-url-at-point): Add autoload.
1067
1068 * info.el (info-xref-visited): Use `default' instead of t.
1069 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1070
1071 * faces.el (header-line, mode-line-inactive, tool-bar):
1072 Use `default' instead of t for setting the defaults.
1073 (face-spec-choose): Separate `t' from `default'.
1074
1075 * subr.el (while-no-input): New macro.
1076
1077 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
1078
1079 * filecache.el (file-cache-add-directory-using-find):
1080 Only test file-cache-find-command-posix-flag on some systems.
1081
1082 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1085 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1086 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1087 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1088 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1089
1090 2004-12-12 Juri Linkov <juri@jurta.org>
1091
1092 * files.el (find-file-other-window, find-file-other-frame):
1093 Add the first buffer to the returned value to return the complete
1094 list of all visited buffers.
1095 (find-file-read-only, find-file-read-only-other-window)
1096 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1097 `find-file-read-args'. Signal an error about non-existent file
1098 only if file name doesn't contain wildcards. Toggle read-only in
1099 all visited buffers.
1100 (find-alternate-file, find-alternate-file-other-window):
1101 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
1102 called interactively. Pass arg `wildcards' to other functions.
1103 (find-file-noselect): Doc fix.
1104
1105 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1106 Doc fix.
1107 (ffap-directory-finder): New variable.
1108 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1109 (ffap-file-at-point): Add /* to immediately rejected names.
1110 Return absolute file names matching ffap-dired-wildcards.
1111 (ffap-read-file-or-url): Set default value for `completing-read'
1112 to `buffer-file-name'.
1113 (find-file-at-point): When filename matches ffap-dired-wildcards,
1114 call ffap-file-finder with t arg `wildcards', instead of dired.
1115 (ffap-other-window, ffap-other-frame): Return visited buffers.
1116 (ffap-read-only, ffap-read-only-other-window)
1117 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1118 (dired-at-point): Call ffap-directory-finder instead of dired.
1119 (ffap-dired-other-window, ffap-dired-other-frame)
1120 (ffap-list-directory): New commands.
1121 (ffap-bindings): New keybindings for new commands.
1122
1123 2004-12-12 Juri Linkov <juri@jurta.org>
1124
1125 * simple.el (beginning-of-buffer, end-of-buffer):
1126 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1127 Do not push mark when mark is active in transient-mark-mode.
1128
1129 * simple.el (mark-word):
1130 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1131 * textmodes/paragraphs.el (mark-paragraph):
1132 Extend the region when mark is active in transient-mark-mode,
1133 regardless of the last command. Doc fix.
1134
1135 * simple.el (mark-word): Preserve direction when repeating.
1136 Make arg optional. Interactive "p" -> "P".
1137 (transient-mark-mode, inhibit-mark-movement): Doc fix.
1138
1139 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
1140 preserving direction, to mark forward instead of backward when mark
1141 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
1142
1143 2004-12-12 Juri Linkov <juri@jurta.org>
1144
1145 * isearch.el (isearch-edit-string): Set 7th arg of
1146 `read-from-minibuffer' to `t' to inherit the current input
1147 method (whose name is indicated by [IM] in the minibuffer prompt)
1148 from the current buffer to the minibuffer.
1149 (isearch-lazy-highlight-update): Put body to `with-local-quit'
1150 to allow C-g quitting for lazy highlighting looping inside the
1151 search with nested repetition operators. Add overlay to the list
1152 before setting its face and other properties to avoid the case of
1153 code quitting after placing the new overlay but before it's
1154 recorded on the list. Select the window where isearch was
1155 activated, to highlight matches in the right window when isearch
1156 switches the current window to the minibuffer.
1157
1158 * international/isearch-x.el
1159 (isearch-process-search-multibyte-characters):
1160 Use `isearch-message' as initial input for `read-string' instead
1161 of adding it to the minibuffer prompt. After reading a string
1162 remove the initial value of `isearch-message' from the string.
1163
1164 * replace.el (replace-match-maybe-edit): Doc fix.
1165 (perform-replace): Don't call `replace-highlight' when automatic
1166 replacement is requested in literal mode, since it is intended
1167 only to highlight words during entering a new replacement string
1168 for \? in non-literal mode.
1169
1170 * replace.el (query-replace-highlight): Add new value `isearch'
1171 that allows query replacement to use isearch highlighting.
1172 Change type from `boolean' to `choice'. Doc fix.
1173 (replace-highlight, replace-dehighlight, perform-replace):
1174 Use isearch highlighting if query-replace-highlight eq `isearch'.
1175
1176 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1179 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1180
1181 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1182 case of \end{verbatim}.
1183
1184 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1185
1186 * term.el (term-termcap-format): Synchronyze with terminfo.
1187 (term-emulate-terminal): Handle reset.
1188 (term-reset-terminal): New function.
1189
1190 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
1191
1192 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1193 (zone-fill-out-screen): New func.
1194 (zone-pgm-drip): Use `zone-fill-out-screen'.
1195 Also, no longer go to point-min on every cycle.
1196 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1197 (zone-pgm-random-life-wait): New user var.
1198 (zone-pgm-random-life): New func.
1199
1200 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
1201
1202 * files.el (auto-mode-alist): Map .com to DCL mode.
1203
1204 2004-12-09 Richard M. Stallman <rms@gnu.org>
1205
1206 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1207
1208 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
1209
1210 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1211 buffer with a display margin.
1212
1213 2004-12-08 Jay Belanger <belanger@truman.edu>
1214
1215 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1216 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1217
1218 2004-12-08 Richard M. Stallman <rms@gnu.org>
1219
1220 * faces.el: Delete code to set display table.
1221 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
1222
1223 2004-12-08 Jay Belanger <belanger@truman.edu>
1224
1225 * calc/calc.el: Add math-read-preprocess-string to autoloads.
1226
1227 * calc/calc-ext.el (math-read-replacement-list)
1228 (math-read-superscripts, math-read-preprocess-string): Move to
1229 calc-aent.el.
1230
1231 * calc/calc-aent.el (math-read-replacement-list)
1232 (math-read-superscripts, math-read-preprocess-string): Move from
1233 calc-ext.el.
1234
1235 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * isearch.el (isearch-quote-char): Fix up typo in last change.
1238
1239 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
1240
1241 * mouse.el (mouse-set-font): Handle the case where the command was
1242 not invoked using the mouse.
1243
1244 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1245 (edmacro-finish-edit): Further update for keyboard macros that are
1246 lambda forms.
1247 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1248
1249 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * font-lock.el (font-lock-unfontify-region): Save buffer state.
1252 (font-lock-default-unfontify-region): Don't save buffer state any more.
1253
1254 2004-12-07 Jay Belanger <belanger@truman.edu>
1255
1256 * calc/calc-help.el (calc-describe-key):
1257 Set calc-summary-indentation even when Calc Summary buffer exists.
1258
1259 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
1260
1261 * calendar/holidays.el (holiday-easter-etc): Make arguments
1262 optional for backwards compatibility. Doc fix.
1263 Remove un-necessary local vars mandatory, output-list.
1264 (holiday-advent): Make arguments optional for backwards
1265 compatibility. Doc fix.
1266
1267 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * paren.el (show-paren-function): Fix last change (2004-12-02).
1270
1271 * international/mule-util.el (char-displayable-p): Return nil for
1272 unibyte mode.
1273
1274 * subr.el (subregexp-context-p): New function.
1275
1276 * isearch.el (isearch-quote-char): Use it.
1277
1278 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1279 (regexp-opt-not-groupie*-re): Remove.
1280 (regexp-opt): Properly handle inputs with duplicate entries.
1281
1282 2004-12-06 Richard M. Stallman <rms@gnu.org>
1283
1284 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1285
1286 * cus-edit.el (custom-file): Doc fix.
1287
1288 * textmodes/org.el: New file.
1289
1290 2004-12-06 Kenichi Handa <handa@m17n.org>
1291
1292 * ldefs-boot.el: Update international/mule-util.el section.
1293
1294 2004-12-05 Sam Steingold <sds@gnu.org>
1295
1296 * net/tramp.el (tramp-handle-file-accessible-directory-p):
1297 Fix `tramp-time-diff' comparison logic.
1298
1299 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
1300
1301 * progmodes/which-func.el (which-function):
1302 Use `run-hook-with-args-until-success' instead of a custom loop.
1303 Fixes bug with local hooks.
1304
1305 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1306
1307 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1308 Use delete-dups when calculating the initial value.
1309 (bibtex-autokey-get-title): Use <=.
1310 (bibtex-goto-line): New function.
1311 (bibtex-reposition-window): Use line numbers instead of point
1312 positions. Use window-body-height.
1313 (bibtex-find-crossref): Use bibtex-reposition-window.
1314 (bibtex-find-entry): Use bibtex-reposition-window. Always return
1315 position of entry if key is found or nil if not found.
1316
1317 2004-12-05 Richard M. Stallman <rms@gnu.org>
1318
1319 * cus-edit.el (custom-file): Doc fix.
1320
1321 * progmodes/sh-script.el (sh-indent-for-then): Change default.
1322
1323 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1324
1325 * simple.el (blink-matching-open):
1326 * textmodes/tex-mode.el (tex-validate-region):
1327 Obey syntax-table text properties.
1328
1329 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
1330
1331 * wid-edit.el (widget-specify-field): Add `real-field' property to
1332 boundary.
1333 (widget-field-at): Use it.
1334
1335 2004-12-02 Richard M. Stallman <rms@gnu.org>
1336
1337 * progmodes/cc-mode.el (awk-mode autoload):
1338 Supply t meaning interactive function.
1339
1340 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
1341 (isearch-mode-map): No special definition for space.
1342 (isearch-whitespace-chars): Command deleted.
1343 (isearch-forward-regexp): Doc fix.
1344 (isearch-quote-char): When a space is not inside brackets,
1345 use `[ ]' instead of just space.
1346 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1347
1348 * imenu.el (imenu--generic-function): Delete code to exclude
1349 matches in comments.
1350
1351 * man.el (Man-reverse-face): Change default to `highlight'.
1352
1353 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1354 (occur-engine): Use `face' prop rather than `font-lock-face'
1355 when specifying use of `match-face'.
1356 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1357
1358 * emacs-lisp/elint.el (elint-standard-variables): Update list.
1359
1360 * add-log.el (add-log-current-defun): Handle the case where point
1361 is in the header part of a DEFUN construct.
1362
1363 2004-12-02 Dave Love <fx@gnu.org>
1364
1365 * progmodes/python.el (python-font-lock-syntactic-keywords):
1366 Fix previous change.
1367
1368 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
1369
1370 * paren.el (show-paren-function): Check for matching chars
1371 specified by text props.
1372
1373 2004-12-02 Jay Belanger <belanger@truman.edu>
1374
1375 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1376 when reading a new key sequence.
1377
1378 2004-12-02 Kim F. Storm <storm@cua.dk>
1379
1380 * faces.el (escape-glyph): Rename from glyph.
1381 (standard-display-table): Set it here. Add escape-glyph face to
1382 extra slot characters.
1383
1384 * disp-table.el: Undo 2004-12-01 change. Display table is now
1385 setup in faces.el.
1386
1387 2004-12-02 Mark A. Hershberger <mah@everybody.org>
1388
1389 * xml.el (xml-parse-dtd): Don't show validity messages when
1390 xml-validating-parser is nil.
1391 (xml-substitute-special): Fix validity error messages to
1392 actually show the unexpandable entity. Added validity error if &
1393 isn't followed by an entity.
1394 (xml-parse-tag): Concatenate any string following the a
1395 <![CDATA[]]> section to the parsed CDATA.
1396 (xml-parse-dtd): Skip parameter entity declarations and use of
1397 parameter entities.
1398
1399 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
1400
1401 * kmacro.el (kmacro-default-counter-format): New var.
1402 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
1403 (kmacro-display): Remove `nil' from `and' form. Delete call to
1404 `format' inside `message'.
1405 (kmacro-start-macro): Use `kmacro-default-counter-format'.
1406
1407 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * pcvs.el (cvs-header-msg): New function.
1410 (cvs-update-header): Use it. Change calling convention.
1411 Correctly handle the case of having simultaneous active processes.
1412 (cvs-sentinel): Don't call cvs-update-header any more.
1413 (cvs-mode-run): Update call and add cvs-update-header to postproc.
1414
1415 2004-12-01 Jay Belanger <belanger@truman.edu>
1416
1417 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1418 Change message.
1419
1420 2004-12-01 Juri Linkov <juri@jurta.org>
1421
1422 * progmodes/prolog.el (prolog-mode-variables):
1423 Fix imenu-generic-expression.
1424
1425 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
1426
1427 * faces.el (glyph): New face.
1428
1429 * disp-table.el: Add an autoloaded table, that doesn't require
1430 this library, with glyph face.
1431
1432 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1433 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1434 (conf-quote-normal): Allow normalizing only ' or ".
1435 (conf-mode): Regexp-quote constructed comment-start and don't
1436 match section {} where "name" contains braces.
1437
1438 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1439 files.
1440
1441 2004-12-01 Kenichi Handa <handa@m17n.org>
1442
1443 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1444 (x-select-text): Don't treat eight-bit-control/graphic chars
1445 specially. Store the encoded text in the X cut buffer.
1446 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1447 with x-last-selected-text-cut-encoded.
1448
1449 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1452
1453 2004-11-30 Markus Rost <rost@ias.edu>
1454
1455 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1456 AUCTeX.
1457
1458 2004-11-30 Jay Belanger <belanger@truman.edu>
1459
1460 * calc/calc-arith.el (math-possible-signs): Made stronger checks
1461 on signs of intervals.
1462 (math-pow-of-zero): Strengthen checks for positive and negative
1463 exponents.
1464
1465 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1466 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1467 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1468 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1469 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1470 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1471 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1472 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1473 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1474 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1475 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1476 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1477 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1478 with provide statements.
1479
1480 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1481
1482 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1483
1484 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1485 (calc-load-everything, math-defsimplify): Replace dummy autoloading
1486 functions by require statements.
1487 (math-defsimplify): Move to calc-alg.el, add to autoloads.
1488
1489 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1490 (calc-gnuplot-print): Give them values.
1491
1492 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1493 autoloads.
1494 Add calc-do-embedded-activate to autoloads.
1495 (calc-gnuplot-name, calc-gnuplot-plot-command)
1496 (calc-gnuplot-print-command): Move them to calc-graph.el.
1497
1498 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1499
1500 * term/mac-win.el (ccl-encode-mac-roman-font)
1501 (ccl-encode-mac-cyrillic-font)
1502 (ccl-encode-mac-centraleuropean-font, encoder-list)
1503 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1504 Support Cyrillic, CentralEuropean, and Dingbat font display
1505
1506 2004-11-30 Andre Spiegel <spiegel@gnu.org>
1507
1508 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1509
1510 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1511 still nil.
1512
1513 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
1514
1515 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1516 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1517
1518 2004-11-29 Jay Belanger <belanger@truman.edu>
1519
1520 * calc/calc-arith.el (math-pow-of-zero): Take into account different
1521 cases of the base and exponent.
1522
1523 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
1524
1525 * simple.el (next-error-buffer-p): Allow for inclusive and
1526 exclusive tests for finding a buffer.
1527 (next-error-find-buffer): Pass the exclusive and inclusive tests
1528 to next-error-buffer-p.
1529
1530 * replace.el (occur-next-error): Switch to the Occur buffer when
1531 appropriate, use the exclusive filter to next-error-find-buffer to
1532 do it. Use the absolute value of the motion amount.
1533
1534 2004-11-29 Kenichi Handa <handa@m17n.org>
1535
1536 * startup.el (command-line): Decode all default-directory by
1537 locale-coding-system.
1538
1539 2004-11-29 Jay Belanger <belanger@truman.edu>
1540
1541 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1542 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1543 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1544 Replace calls to calc-extensions by appropriate require, replace
1545 calc-extensions-loaded by appropriate featurep.
1546
1547 * calc/calc-ext.el: Move require to end of file.
1548 Remove redundant loading of calc.el.
1549 (calc-extensions-loaded): Remove unnecessary variable.
1550 (calc-extensions): Remove unnecessary function.
1551 (calc-load-everything): Replace calc-need-macros by appropriate require.
1552
1553 * calc/calc-macs.el: Move provide to end of file.
1554 (calc-need-macros): Remove unnecessary function.
1555
1556 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1557 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1558 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1559 Replace calc-extensions by appropriate require.
1560 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1561
1562 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1563 Replace calc-need-macros by appropriate require.
1564
1565 * calc/calc.el: Move require to end of file.
1566 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1567 Remove unnecessary variable.
1568 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1569 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1570 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1571 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1572 (math-stack-value-offset, math-format-value, math-format-flat-expr)
1573 (math-format-number, math-format-bignum, math-read-number)
1574 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1575 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1576 by appropriate require.
1577 (calc-check-defines): Replace calc-need-macros by appropriate require.
1578
1579 2004-11-29 Kim F. Storm <storm@cua.dk>
1580
1581 * macros.el (insert-kbd-macro): Handle kmacro functions.
1582
1583 2004-11-28 Juri Linkov <juri@jurta.org>
1584
1585 * compare-w.el (compare-windows-highlight): Attach each overlay
1586 to its window to properly highlight differences while comparing
1587 two windows of the same buffer. Fix arguments.
1588 (compare-windows-sync-default-function): Fix arguments of
1589 `compare-windows-highlight'.
1590
1591 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1592 Use `read-expression-history'. Set initial contents only if
1593 `edebug-global-break-condition' is non-nil. Set histpos to 1
1594 if initial contents is equal to the last history element.
1595 (edebug-set-conditional-breakpoint): Instead of temporarily
1596 prepending the current condition to the history, set initial
1597 contents to the current condition. Set histpos to 1 if initial
1598 contents is equal to the last history element.
1599
1600 * info.el (Info-search-whitespace-regexp): Remove shy group.
1601 (Info-search): Forward line if search is on the header line.
1602 Use search-whitespace-regexp in two other places.
1603
1604 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
1605
1606 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1607 warning. Delay real definition, which uses
1608 `set-fringe-indicators-1' till after the definition of that function.
1609
1610 2004-11-28 Kim F. Storm <storm@cua.dk>
1611
1612 * fringe.el (fringe): New defgroup.
1613 (fringe-mode): Move to fringe group.
1614 (fringe-indicators): New defcustom.
1615 (set-fringe-indicators-1): New defun.
1616
1617 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1618 (menu-bar-showhide-fringe-ind-menu): New keymap.
1619 (menu-bar-showhide-fringe-ind-empty)
1620 (menu-bar-showhide-fringe-ind-mixed)
1621 (menu-bar-showhide-fringe-ind-box)
1622 (menu-bar-showhide-fringe-ind-right)
1623 (menu-bar-showhide-fringe-ind-left)
1624 (menu-bar-showhide-fringe-ind-none): New defuns.
1625 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1626
1627 2004-11-27 Richard M. Stallman <rms@gnu.org>
1628
1629 * comint.el (comint-read-noecho): Add trivial compatibility definition.
1630
1631 * generic.el (define-generic-mode): Doc fix.
1632
1633 * menu-bar.el (menu-bar-options-save): For the options
1634 that are toggled with menu-bar-make-mm-toggle, don't check
1635 for customized-value prop.
1636
1637 2004-11-27 Eli Zaretskii <eliz@gnu.org>
1638
1639 * mail/supercite.el (sc-cite-region): Handle the case where
1640 sc-cite-frame-alist is a symbol.
1641 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1642 a symbol.
1643 (sc-recite-region): Handle the case where sc-recite-frame-alist is
1644 a symbol.
1645
1646 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
1647
1648 * wid-edit.el (widget-narrow-to-field): New function.
1649 (widget-complete): Use it.
1650
1651 2004-11-27 Jay Belanger <belanger@truman.edu>
1652
1653 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1654 variable.
1655 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1656 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1657 (math-alg-inequalities): Move declaration to earlier in the file.
1658
1659 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1660 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1661 Declare them.
1662
1663 * calc/calc-lang.el (math-expr-data, math-expr-token)
1664 (math-exp-old-pos): Declare them.
1665
1666 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1667 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1668
1669 2004-11-27 Kim F. Storm <storm@cua.dk>
1670
1671 * progmodes/flymake.el: Use (featurep 'xemacs).
1672 (flymake-makehash): Change to defsubst. Use fboundp.
1673 (flymake-time-to-float): Remove.
1674 (flymake-float-time): Merge code from flymake-time-to-float here.
1675 (flymake-replace-regexp-in-string): Change to defsubst.
1676 (flymake-split-string-remove-empty-edges):
1677 Rename to flymake-split-string.
1678 (flymake-split-string): Remove previous defalias.
1679 (flymake-get-temp-dir): Change to defsubst.
1680 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1681 Define for xemacs only.
1682 (flymake-master-file-count-limit): Change into compiler defvar only.
1683 (flymake-find-possible-master-files): Let-bind it dynamically while
1684 sorting files using flymake-master-file-compare.
1685
1686 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1689 of defun-prompt-regexp matches inside a comment/string but the
1690 beginning is correctly outside everything.
1691
1692 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1693 appears within a string or a comment.
1694
1695 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1696 rather than make-symbol for symbols which are used in
1697 a symbol-macrolet or equivalent.
1698
1699 2004-11-26 Jay Belanger <belanger@truman.edu>
1700
1701 * calc-misc.el (calc-last-why-command): Declare it.
1702
1703 * calc-vec.el (math-grade-vec): New variable.
1704 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1705 Replace variable grade-vec by declared variable.
1706 (math-rb-close): New variable.
1707 (math-read-brackets, math-read-vector): Replace variable close by
1708 declared variable.
1709
1710 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1711 (calc-one-window, calc-edit-handler, calc-restore-trail)
1712 (calc-allow-ret): Declare them.
1713
1714 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1715 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1716 (math-radix-float-cache-tag, math-random-cache)
1717 (math-max-digits-cache, math-integral-cache, math-units-table)
1718 (math-format-date-cache, math-holidays-cache-tag): Declare them.
1719 (math-moc-func): New variable.
1720 (math-map-over-constants, math-map-over-constants-rec):
1721 Replace variable func by declared variable.
1722
1723 * calc/calc-store.el (calc-given-value, calc-store-opers):
1724 Declare them.
1725 (calc-var-name-map): Move declaration to earlier in the file.
1726 (calc-pv-pos): New variable.
1727 (calc-permanent-variable, calc-insert-permanent-variable):
1728 Replace variable pos by declared variable.
1729
1730 * calc/calc-mtx.el (calc-det-lu): New variable.
1731 (math-det-raw, math-det-step): Replace variable lu by declared variable.
1732
1733 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1734 (math-multi-subst, math-multi-subst-rec): Replace variables temp
1735 and arg by declared variables.
1736 (calcFunc-reducer): Fix incorrect variable.
1737 (math-inner-mul-func, math-inner-add-func): New variables.
1738 (calcFunc-inner, math-inner-mats): Replace variables mul-func
1739 and add-func by declared variables.
1740
1741 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1742 (calc-digit-value): Declare them.
1743
1744 * calc/calc-help.el (Info-history): Declare it.
1745 (calc-describe-key): Make calc-summary-indentation a local variable.
1746 (calc-help-long-names): Move declaration to earlier in file.
1747
1748 * calc/calc-embed.el (calc-original-buffer): Declare it.
1749 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1750 (calc-embed-bot): New variables.
1751 (calc-do-embedded, calc-embedded-mark-formula)
1752 (calc-embedded-find-bounds, calc-embedded-duplicate)
1753 (calc-embedded-new-formula, calc-embedded-make-info):
1754 Replace vars outer-top, outer-bot, bot and top by declared variables.
1755 (calc-embed-prev-modes): New variable.
1756 (calc-embedded-set-modes, calc-embedded-update): Replace variable
1757 prev-modes with declared variable.
1758 (calc-embed-vars-used): New variable.
1759 (calc-embedded-make-info, calc-embedded-evaluate-expr)
1760 (calc-embedded-update, calc-embedded-find-vars): Replace variable
1761 vars-used by declared variable.
1762
1763 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1764 (math-format-radix-float): Remove unnecessary setq.
1765 (math-radix-float-cache): Declare it.
1766
1767 * calc/calcsel2.el (calc-keep-selection): Declare it.
1768
1769 * calc/calc-maint.el: Remove file.
1770
1771 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1772
1773 * textmodes/bibtex.el (bibtex-sort-entry-class)
1774 (bibtex-comment-start): Use defcustom.
1775 (bibtex-entry-field-alist): Use nil if initial content of the
1776 field is undefined. Fix docstring.
1777 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1778 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1779 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1780 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1781 Fix docstring.
1782 (bibtex-autokey-title-terminators): Use only one regexp.
1783 (bibtex-string-maybe-empty-head): New variable.
1784 (bibtex-remove-delimiters-string): New function.
1785 (bibtex-text-in-field-bounds, bibtex-text-in-string):
1786 Use bibtex-remove-delimiters-string.
1787 (bibtex-progress-message, bibtex-field-left-delimiter)
1788 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1789 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1790 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1791 Simplify.
1792 (bibtex-format-entry): Use save-excursion for inherited booktitle.
1793 Use eq and bibtex-remove-delimiters-string. For end markers use
1794 insertion type so that marker stays after inserted text.
1795 (bibtex-autokey-get-names): Return empty string if name is missing.
1796 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1797 calling bibtex-autokey-name-case-convert.
1798 (bibtex-autokey-demangle-title):
1799 Call bibtex-autokey-titleword-case-convert. Remove call to
1800 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1801 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1802 (bibtex-read-key): New optional arg global.
1803 (bibtex-files-expand): New optional arg force.
1804 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1805 (bibtex-complete-crossref-cleanup): Rename from
1806 bibtex-complete-key-cleanup. Simplify code.
1807 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
1808 Operate on current entry.
1809 (bibtex-button): Add docstring.
1810 (bibtex-entry): Simplify.
1811 (bibtex-make-field): Replace optional arg called-by-yank with more
1812 specific args move and interactive.
1813 (bibtex-end-of-entry): Use forward-sexp.
1814 (bibtex-find-entry-globally): Remove.
1815 (bibtex-find-crossref): Allow for crossref key located in other buffer.
1816 Bound to C-c C-x.
1817 (bibtex-find-entry): New optional args global and display.
1818 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
1819 (bibtex-validate): Use arg force of bibtex-files-expand.
1820 (bibtex-clean-entry): Bugfix, clean string entries properly.
1821 Always keep point at beginning of entry.
1822 (bibtex-complete): Bugfix. Handle string entries properly.
1823 Call cleanup functions only if needed.
1824 (bibtex-String): Use bibtex-read-string-key.
1825 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
1826 case of replacement text.
1827
1828 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1829
1830 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1831 (tramp-perl-directory-files-and-attributes): New constant.
1832 (tramp-file-name-handler-alist): Delete file-directory-files, add
1833 directory-files-and-attributes.
1834 (tramp-perl-file-attributes): Surround uid and gid by double
1835 quotes. Change parameter id-format from nonnumeric.
1836 (tramp-convert-file-attributes): New function.
1837 (tramp-handle-file-attributes): Use it.
1838 (tramp-maybe-send-perl-script): New function.
1839 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1840 file mode. Change parameter id-format from nonnumeric.
1841 (tramp-handle-file-attributes-with-ls): Change parameter id-format
1842 from nonnumeric.
1843 (tramp-post-connection): Don't send tramp-perl-file-attributes
1844 script. Reset connection property "perl-scripts".
1845 (tramp-handle-insert-directory): Run real handler when ls-lisp is
1846 in use.
1847
1848 2004-11-26 Lars Hansen <larsh@math.ku.dk>
1849
1850 * desktop.el (desktop-read): Replace mapcar with mapc.
1851 (desktop-create-buffer): Replace mapcar with mapc.
1852 Remove redundant piece of code.
1853
1854 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
1855
1856 * progmodes/gud.el (gud-display-line): Use display-buffer
1857 for GDB-UI as for GUD.
1858
1859 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1860 Delete variables.
1861 (gdb-ann3): Don't make GUD buffer dedicated.
1862 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1863 (gdb-display-source-buffer): Delete function.
1864 (gdb-view-source-function, gdb-view-assembler): Delete functions.
1865 (menu): Delete menu bindings for viewing source/assembler.
1866 (gdb-setup-windows, gdb-restore-windows):
1867 Don't dedicate GUD. No assembler now.
1868 (gdb-reset): No need to undedicate source buffers now.
1869 (gdb-source-info): No assembler now.
1870
1871 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
1872
1873 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1874 width to those for special frames.
1875 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1876 Use display-buffer.
1877 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1878 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1879 (gdb-frame-assembler-buffer): Rework like
1880 gdb-frame-breakpoints-buffer.
1881
1882 2004-11-25 Richard M. Stallman <rms@gnu.org>
1883
1884 * progmodes/flymake.el: Reindent.
1885 (flymake-split-string): Turn into defalias.
1886 (flymake-fix-file-name): Rename from flymake-fix-path-name.
1887 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1888 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
1889 (flymake-build-relative-filename): Rename from ...path.
1890 Fix error message.
1891
1892 2004-11-25 Cheng Gao <chenggao@gmail.com>
1893
1894 * progmodes/flymake.el: Much whitespace and capitalization change.
1895 Move `provide' to end. Require `compile' only when compiling.
1896
1897 2004-11-24 Jay Belanger <belanger@truman.edu>
1898
1899 * calc/calc-alg.el: Added comment.
1900 (math-polynomial-base): Replace variable mpb-top-expr by
1901 math-poly-base-top-expr.
1902
1903 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1904 (math-polynomial-p1): Replace variable mpb-top-expr by declared
1905 variable.
1906 (math-poly-base-total-base): New variable.
1907 (math-total-polynomial-base, math-polynomial-p1): Replace variable
1908 mpb-total-base by declared variable.
1909 (math-factored-vars, math-to-list): Declare it.
1910 (math-fact-expr): New variable.
1911 (calcFunc-factors, calcFunc-factor, math-factor-expr)
1912 (math-factor-expr-try, math-factor-expr-part): Replace variable
1913 expr by declared variable.
1914 (math-fet-x): New variable.
1915 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1916 by declared variable.
1917 (math-factor-poly-coefs): Make temp a local variable.
1918
1919 * calc/calc-units.el (calc-convert-units): Make units a local
1920 variable.
1921 (calc-num-units, calc-den-units): New variables.
1922 (calc-explain-units, calc-explain-units-rec): Replace variables
1923 num-units and den-units by declared variables.
1924 (math-cu-unit-list): New variable.
1925 (math-build-units-table, math-compare-unit-names)
1926 (math-convert-units, math-convert-units-rec): Replace variable
1927 unit-list by declared variable.
1928 (math-fbu-base, math-fbu-entry): New variables.
1929 (math-find-base-units, math-find-base-units-rec): Replace variables
1930 base and entry by declared variables.
1931 (math-which-standard): New variable.
1932 (math-to-standard-units, math-to-standard-rec): Replace variable
1933 which-standard by declared variable.
1934 (math-fcu-u): New variable.
1935 (math-find-compatible-unit, math-find-compatible-unit-rec):
1936 Replace variable u by declared variable.
1937 (math-cu-new-units, math-cu-pure): New variables.
1938 (math-convert-units, math-convert-units-rec): Replace variables
1939 new-units and pure by declared variables.
1940 (math-try-cancel-units): New variable.
1941 (math-simplify-units-quotient): Replace variable try-cancel-units by
1942 declared variable.
1943
1944 2004-11-24 Richard M. Stallman <rms@gnu.org>
1945
1946 * textmodes/ispell.el (ispell-check-version):
1947 If default-directory is nonexistent, use home dir.
1948
1949 * progmodes/grep.el (grep-regexp-alist):
1950 Don't match parens around line numbers.
1951
1952 * progmodes/cperl-mode.el (cperl-indent-region)
1953 (cperl-imenu--create-perl-index, cperl-xsub-scan):
1954 Don't print progress messages.
1955
1956 * progmodes/compile.el (compilation-mode-map):
1957 Don't inherit from compilation-minor-mode-map;
1958 copy its bindings instead. But the menu bar Compile
1959 entry now does inherit from compilation-menu-map.
1960
1961 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1962 Use with-no-warnings around compiler-macroexpand.
1963
1964 * imenu.el: Don't always require newcomment.
1965 (imenu--generic-function): Call comment-normalize-vars
1966 if we have a comment syntax.
1967 Exit the loop if REGEXP matches the null string.
1968 Test comment-start as well as comment-start-skip
1969 when deciding whether to check for comments.
1970
1971 * tooltip.el (tooltip-mode): Doc fix.
1972
1973 * term.el (term-escape-char, term-mode): Doc fixes.
1974
1975 2004-11-24 Dave Love <fx@gnu.org>
1976
1977 * progmodes/python.el (python-font-lock-syntactic-keywords):
1978 Check for escapes in the regexp.
1979 (python-quote-syntax): Don't do it here.
1980
1981 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1982
1983 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1984 (gdb-frames-mode-map, gdb-threads-mode-map)
1985 (gdb-registers-mode-map, gdb-locals-mode-map)
1986 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1987 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1988
1989 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1990 (dedicated-switch-to-buffer): Rework.
1991 (gdb-var-evaluate-expression-handler, gdb-put-string):
1992 Remove unused variable bindings.
1993 (gdb-setup-windows, gdb-display-buffer):
1994 Simplify. Use pop-to-buffer.
1995 (gdb-view-source-function): Simplify.
1996 (gdb-frame-breakpoints-buffer):
1997 Use pop-to-buffer, special-display-regexps.
1998
1999 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2000
2001 * progmodes/f90.el (f90-smart-end)
2002 (f90-previous-statement, f90-beginning-of-block): Doc fix.
2003 (f90-calculate-indent): Handle un-named PROGRAM blocks.
2004 (f90-end-of-block): Doc fix. Make check of outermost block
2005 conditional on value of `f90-smart-end'.
2006 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2007 Handle case where END-BLOCK is nil.
2008 (f90-match-end): Handle un-named PROGRAM blocks.
2009 (f90-backslash-not-special): New function.
2010
2011 2004-11-24 Jay Belanger <belanger@truman.edu>
2012
2013 * calc/calc.el (calc-embedded-active): Removed unnecessary
2014 declaration.
2015 (calc-show-banner): Removed redundant declaration.
2016
2017 * calc/calc-graph.el (calc-gnuplot-default-device)
2018 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2019 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2020 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2021 Remove redundant initial values.
2022
2023 * calc/calc-arith.el (math-scalar-functions)
2024 (math-nonscalar-functions, math-scalar-if-args-functions)
2025 (math-real-functions, math-positive-functions)
2026 (math-nonnegative-functions, math-real-scalar-functions)
2027 (math-real-if-arg-functions, math-integer-functions)
2028 (math-num-integer-functions, math-rounding-functions)
2029 (math-float-rounding-functions, math-integer-if-args-functions)
2030 (math-super-types): Move declarations to earlier in file.
2031 (math-unit-prefixes): Declared it.
2032 (math-floor-prec, math-trunc-prec): New variables.
2033 (math-trunc-fancy): Replace variable prec by declared variable.
2034 (math-floor-fancy): Replace variable prec by declared variable.
2035 (math-com-bterms): New variable.
2036 (math-commutative-equal, math-commutative-collect):
2037 Replace variable bterms by declared variable.
2038
2039 * calc/calc-misc.el (math-trunc): Replace variable prec by
2040 math-trunc-prec.
2041 (math-floor): Replace variable prec by math-floor-prec.
2042
2043 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2044 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2045 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2046 (math-format-date, math-format-date-part): Replace variables
2047 date, dt, year, month, day, weekday, hour, minute, second and
2048 bc-flag by declared variables.
2049 (math-pd-str): New variable.
2050 (math-parse-date, math-parse-date-word, math-parse-standard-date):
2051 Replace variable str by declared variable.
2052 (math-daylight-savings-hook, math-tzone-names): Move definitions
2053 to earlier in the file.
2054 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2055 (math-sh-year): New variable.
2056 (math-setup-add-holidays, math-setup-holidays)
2057 (math-setup-year-holidays): Replace variable `year' by declared
2058 variable.
2059
2060 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2061 New variables.
2062 (math-nth-root-float, math-nth-root-float-iter): Replace variables
2063 n, nf and nfm1 by declared variables.
2064 (math-nri-n): New variable.
2065 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2066 n by declared variable.
2067 (calcFunc-log): Removed misplaced condition.
2068
2069 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2072
2073 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
2074
2075 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2076 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2077 Dedicate gdb-related windows.
2078 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2079 other frames.
2080 (gdb-reset): Remove dedicated property after debugging.
2081
2082 2004-11-24 Jay Belanger <belanger@truman.edu>
2083
2084 * calc/calc-sel.el: Add comment.
2085
2086 * calc/calc.el (math-stack-value-offset): Replace variables c,
2087 wid and off with math-svo-c, math-svo-wid and math-svo-off.
2088
2089 * calc/calccomp.el (math-comp-sel-tag): Declare it.
2090 (math-svo-c, math-svo-wid, math-svo-off): New variables.
2091 (math-stack-value-offset-fancy): Replace variables c, wid and off
2092 by declared variables.
2093 (math-comp-just, math-comp-comma-spc): New variables.
2094 (math-compose-expr, math-compose-matrix): Replace variables `just'
2095 and comma-spc by declared variable.
2096 (math-comp-vector-prec): New variable.
2097 (math-compose-expr, math-compose-matrix, math-compose-rows):
2098 Replace variable vector-prec by declared variable.
2099 (math-comp-left-bracket, math-comp-right-bracket)
2100 (math-comp-comma): New variables.
2101 (math-compose-expr, math-compose-rows): Replace variables
2102 left-bracket, right-bracket and comma by declared variables.
2103 (math-comp-full-width): New variable.
2104 (math-comp-to-string-flat, math-comp-to-string-flat-term):
2105 Replace variable full-width by declared variable.
2106 (math-comp-highlight, math-comp-word, math-comp-level)
2107 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2108 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2109 New variables.
2110 (math-comp-to-string-flat, math-comp-to-string-flat-term)
2111 (math-comp-sel-flat-term): Replace variables comp-highlight,
2112 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2113 declared variables.
2114 (math-comp-simplify, math-comp-simplify-term)
2115 (math-comp-add-string, math-comp-add-string-sel):
2116 Replace variables comp-highlight, comp-buf, comp-base,
2117 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2118
2119 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2120
2121 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2122
2123 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2124 and x-server-version may throw.
2125
2126 2004-11-23 Kim F. Storm <storm@cua.dk>
2127
2128 * subr.el (substitute-key-definition-key): Optimize.
2129 Don't call indirect-function for nil defn (always signals error).
2130
2131 * ido.el (ido-read-internal): Fix require-match check when
2132 ido-directory-too-big is set.
2133
2134 2004-11-23 Jay Belanger <belanger@truman.edu>
2135
2136 * calc/calc-ext.el (math-read-replacement-list)
2137 (math-read-superscripts): New variables.
2138 (math-read-preprocess-string): New function.
2139 (math-read-expr): Filter input through math-read-preprocess-string.
2140
2141 * calc/calc-aent.el (math-read-exprs): Filter input through
2142 math-read-preprocess-string.
2143
2144 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
2145
2146 * progmodes/compile.el (compilation-start): In cd command use
2147 substitute-env-vars -- not quite shell compatible but better than
2148 nothing.
2149 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
2150 handle the newer versions messages, which are more parseable.
2151
2152 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * reveal.el (reveal-mode-map): New var.
2155 (reveal-mode): Use it.
2156
2157 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
2158
2159 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
2160 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2161
2162 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2165 header-line when needed.
2166 Use fixed-pitch only in the header-line.
2167 Build the underline automatically. Use emdash if available.
2168
2169 2004-11-22 Richard M. Stallman <rms@gnu.org>
2170
2171 * dired.el (dired-recursive-copies): Move from dired-aux.el.
2172 * dired-aux.el (dired-recursive-copies): Move to dired.el.
2173
2174 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
2175
2176 * progmodes/gdb-ui.el (gdb-resync): New function.
2177 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2178 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2179 Use it to fail more gracefully.
2180 (gdb-variables): Delete variable.
2181 Re-order variables to reduce byte-compiler warnings.
2182
2183 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * descr-text.el (describe-char):
2186 * paren.el (show-paren-function):
2187 * subr.el (syntax-after): Undo last change.
2188
2189 * progmodes/python.el (run-python): Don't hard code *Python*.
2190 Don't modify global process-environment.
2191 (python-send-region, python-load-file): Don't assume that
2192 python-buffer == (process-buffer (python-proc)).
2193 (python-switch-to-python): Simplify.
2194
2195 * dired.el (dired-align-file): Don't assume line starts with spaces.
2196
2197 2004-11-21 Jay Belanger <belanger@truman.edu>
2198
2199 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2200 Replace variable `lines' by math-read-big-lines.
2201 (math-read-big-expr): Replace variables the-baseline, the-h2
2202 and err-msg by math-read-big-baseline, math-read-big-h2 and
2203 math-read-err-msg.
2204 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2205
2206 * calc/calc-lang.el (math-read-big-rec): Fix typo.
2207 (math-read-big-balance): Replace unbound variable by value.
2208 (math-read-big-lines): New variable.
2209 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2210 (math-read-big-error, math-read-big-balance): Replace variable
2211 `lines' by declared variable.
2212 (math-read-big-baseline, math-read-big-h2): New variables.
2213 (math-read-big-rec): Replace variables the-baseline and the-h2
2214 by declared variables.
2215 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2216 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2217 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2218 declared variables.
2219 (math-read-big-err-msg): New variable.
2220 (math-read-big-error): Replace variable err-msg by declared variable.
2221
2222 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * ses.el: Add coding cookie.
2225 Fix up docstrings, follow new commenting conventions.
2226 (ses-header-line-menu): Fix missing variable rename for header-row.
2227 (ses-cell-size): Remove.
2228 (ses-make-cell): New function.
2229 (ses-cell, ses-insert-row, ses-insert-column): Use it.
2230 (ses-calculate-cell): Remove unused var `symbol'.
2231 (ses-narrowed-p): New function.
2232 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2233 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2234 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2235 (ses-setup): Use restore-buffer-modified-p.
2236 (ses-cleanup): Remove unused var `end'.
2237 (ses-header-string-left-offset): Remove.
2238 (ses-create-header-string): Adjust to new behavior of `align-to'.
2239 Truncate excessively large fields to preserve alignment.
2240 (ses-reconstruct-all): Remove unused var `refs'.
2241 (ses-read-cell-printer): Remove unused var `prompt'.
2242 (ses-delete-row): Remove unused var `pos'.
2243 (ses-delete-column): Remove unused var `new'.
2244
2245 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2246
2247 * ps-print.el: Insert :version tag into all defgroup and defcustom.
2248 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2249 Eliminate eval-and-compile usage.
2250 (ps-insert-file): Use insert-file-contents instead of insert-file.
2251 (ps-setup): Code fix.
2252
2253 * printing.el (pr-setup, lpr-setup): Code fix.
2254
2255 2004-11-21 Jay Belanger <belanger@truman.edu>
2256
2257 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2258 (calc-original-buffer): Declare them.
2259 (calc-user-formula-alist): New variable.
2260 (calc-user-define-formula, calc-fix-user-formula)
2261 (calc-user-define-composition, calc-finish-formula-edit):
2262 Replace variable `alist' by declared variable.
2263 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2264 (var-q7, var-q7, var-q8, var-q9): Declare them.
2265 (calc-kbd-push): Don't check to see if var-q0 through var-q9
2266 are bound.
2267 (calcFunc-typeof): Replace undeclared variable by expression.
2268 (math-exp-env): New variable.
2269 (math-define-body, math-define-exp): Replace exp-env by declared var.
2270 (math-define-exp): Replace misplaced variable by expression.
2271
2272 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2273 (calc-curve-model, calc-curve-coefnames): New variables.
2274 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2275 varnames, model and coefnames by declared variables.
2276 (math-root-widen): New variable.
2277 (math-search-root, math-find-root): Replace variable root-widen by
2278 declared variable.
2279 (var-DUMMY): Declare it.
2280 (math-root-vars, math-min-vars): Move the declarations to earlier in
2281 the file.
2282 (math-brent-min): Make d a local variable.
2283 (math-find-minimum): Replace non-existent variable.
2284 (math-ninteg-romberg): Remove unnecessary variable.
2285 (math-ninteg-temp): New variable.
2286 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2287 integ-temp by declared variable.
2288 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2289 New variables.
2290 (math-general-fit): Replace variables first-var, first-coef and
2291 new-coefs by declared variables.
2292 (calcFunc-fitvar): Replace variable first-var by declared variable.
2293 (calcFunc-fitparam): Replace variable first-coef by declared variable.
2294 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2295 (math-all-vars-vars, math-all-vars-found): New variables.
2296 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2297 found by declared variable math-all-vars-vars.
2298
2299 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
2300
2301 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2302 of `defconst'.
2303
2304 2004-11-20 Richard M. Stallman <rms@gnu.org>
2305
2306 * isearch.el (isearch-mode-map): Don't bind SPC.
2307 (isearch-whitespace-chars): Function deleted.
2308 (isearch-search): Bind search-spaces-regexp.
2309 (isearch-lazy-highlight-search): Likewise.
2310 (search-whitespace-regexp): Doc fix.
2311 (isearch-forward-regexp): Doc fix.
2312
2313 * emacs-lisp/bytecomp.el (byte-compile-form):
2314 Move the calls to byte-compile-set-symbol-position,
2315 to avoid having two for the same symbol occurrence.
2316
2317 * comint.el (comint-input-ring-size): Increase to 150.
2318
2319 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2320 New variables.
2321 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2322 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2323
2324 * imenu.el (imenu--generic-function):
2325 Ensure we keep moving backward even if BEG isn't further back.
2326
2327 * replace.el (query-replace-read-to, query-replace-read-from):
2328 Specify t for KEEP-ALL in read-from-minibuffer.
2329
2330 * progmodes/python.el (python-switch-to-python):
2331 If Python isn't running, start it.
2332 Don't alter debug-ignored-errors.
2333
2334 * progmodes/cperl-mode.el (cperl-indent-region):
2335 Don't mind imenu-scanning-message.
2336
2337 * bindings.el (global-map): Bind C-e to move-end-of-line.
2338
2339 * simple.el (line-move-finish): New arg FORWARD.
2340 Ignore invisible newlines, not intangible ones.
2341 Conditions for acceptable stopping positions depend on FORWARD.
2342 (line-move): Pass FORWARD arg to line-move-finish.
2343
2344 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2345 of HEADER. Compensate for this change in the code to add display
2346 properties. Don't make the first line intangible.
2347
2348 * info.el (Info-search): Fix previous change.
2349
2350 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
2351
2352 * Makefile.in (recompile): Revert 2004-11-19 change.
2353 (compile): Likewise.
2354
2355 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
2356
2357 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2358
2359 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2360
2361 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
2362 defgroup and defcustom. Eliminate eval-and-compile usage.
2363
2364 * progmodes/ebnf-otz.el: Fix typos.
2365
2366 2004-11-19 Jay Belanger <belanger@truman.edu>
2367
2368 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2369 (calc-edit-finish, calc-finish-stack-edit): Replace variable
2370 disp-trail by declared variable.
2371
2372 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2373 (calc-finish-selection-edit): Replace variable disp-trail by
2374 declared variable.
2375 (calc-selection-cache-entry): Move declaration to earlier in the file.
2376 (calc-selection-cache-num, calc-selection-cache-comp)
2377 (calc-selection-cache-offset, calc-selection-true-num)
2378 (calc-final-point-line, calc-final-point-column)
2379 (calc-original-buffer): Declare them.
2380 (calc-fnp-op, calc-fnp-num): New variables.
2381 (calc-find-nth-part, calc-find-nth-part-rec)
2382 (calc-select-previous): Replace op and num by declared variables.
2383 (calc-rsf-old, calc-rsf-new): New variables.
2384 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2385 Replace variables old and new by declared variables.
2386 (calc-sel-reselect): New variable.
2387 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2388 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2389 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
2390 reselect with declared variable.
2391
2392 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2393 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2394 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2395 (math-import-list, math-rewrite-phase): Declare them.
2396 (math-rewrite): Use let* to declare variables.
2397 (calc-rewrite-selection): Make rules a local variable.
2398 (calc-rewr-sel): New variable.
2399 (calc-rewrite-selection, calc-locate-selection-marker)
2400 (calc-rewrite): Use the declared variable calc-rewr-sel instead
2401 of sel.
2402 (math-rewrite-whole-expr): New variable.
2403 (math-rewrite, math-rewrite-phase): Replace variable expr by
2404 declared variable.
2405 (math-rewrite-heads-heads, math-rewrite-heads-skips)
2406 (math-rewrite-heads-blanks ): New variables.
2407 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2408 heads, skips and blanks by declared variables.
2409 (math-rwcomp-subst-old, math-rwcomp-subst-new)
2410 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2411 New variables.
2412 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2413 old, new, old-func and new-func by declared variables.
2414 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2415 Remove unnecessary variable.
2416 (math-apply-rw-regs): New variable.
2417 (math-apply-rewrites, math-rwapply-replace-regs)
2418 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2419 (math-apply-rw-ruleset): New variable.
2420 (math-apply-rewrites, math-rwapply-remember): Replace variable
2421 ruleset by declared variable.
2422
2423 2004-11-19 Richard M. Stallman <rms@gnu.org>
2424
2425 * info.el (Info-search): Use search-whitespace-regexp.
2426
2427 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2428
2429 * vc-rcs.el (vc-rcs-parse): New function.
2430 (vc-rcs-annotate-command): Likewise.
2431 (vc-rcs-annotate-current-time): Likewise.
2432 (vc-rcs-annotate-time): Likewise.
2433 (vc-rcs-annotate-extract-revision-at-line): Likewise.
2434
2435 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2436
2437 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2438
2439 2004-11-18 Jay Belanger <belanger@truman.edu>
2440
2441 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2442
2443 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2444
2445 * printing.el: Eliminate use of interactive-p and eval-and-compile.
2446 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2447 Use make-temp-file to generate PostScript files in any situation.
2448 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2449 (pr-interactive-p): Eliminate var.
2450 (pr-save-interactive): Eliminate macro.
2451 (pr-interface, pr-ps-directory-preview)
2452 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2453 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2454 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2455 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2456 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2457 (pr-ps-region-ps-print, pr-ps-mode-preview)
2458 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2459 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2460 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2461 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2462 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2463 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2464 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2465 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2466 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2467 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2468 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2469 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2470 Eliminate pr-save-interactive usage.
2471 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2472 Eliminate pr-interactive-p usage.
2473 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2474 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2475 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2476 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2477 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2478 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2479 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2480 New funs.
2481 (pr-ps-file): Use make-temp-file to generate a temporary file.
2482
2483 2004-11-17 Jay Belanger <belanger@truman.edu>
2484
2485 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2486 a local variable.
2487 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2488 (math-top-only): New variable.
2489 (math-simplify, math-simplify-step): Replace variable top-only by
2490 declared variable math-top-only.
2491 (math-simplify-expr): Declare it.
2492 Replace argument expr in all calls of math-defsimplify by
2493 math-simplify-expr.
2494 (math-simplify-plus, math-simplify-times, math-simplify-divide)
2495 (math-simplify-divisor, math-simplify-one-divisor)
2496 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2497 (math-simplify-pow): Replace variable expr by declared variable
2498 math-simplify-expr.
2499 (math-simplify-divisor): Remove local variables temp and op.
2500 (math-simplify-one-divisor): Make temp and op local variables.
2501 (math-simplify-divisor-nover, math-simplify-divisor-dover):
2502 New variables.
2503 (math-simplify-divisor, math-simplify-one-divisor):
2504 Replace variables nover and dover by declared variables.
2505 (math-expr-subst-new, math-expr-subst-old): New variables.
2506 (math-expr-subst, math-expr-subst-rec): Replace variables new
2507 and old by declared variables.
2508 (math-is-poly-degree, math-is-poly-loose): New variables.
2509 (math-is-polynomial, math-is-poly-rec): Replace variables degree
2510 and loose by declared variables.
2511 (math-poly-base-const-ok, math-poly-base-pred): New variables.
2512 (math-polynomial-base, math-polynomial-base-rec):
2513 Replace variables const-ok and mpb-pred by declared variables.
2514
2515 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2516
2517 * calc/calc-ext.el (math-defsimplify): Change the argument in
2518 the created function to math-simplify-expr.
2519
2520 * calc/calc-units.el (math-simplify-expr): Declare it.
2521 Replace argument expr in all calls of math-defsimplify by
2522 math-simplify-expr.
2523 (math-simplify-units-prod): Replace variable expr by declared
2524 variable math-simplify-expr.
2525
2526 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2529 Replace mapcar->dolist, format->string.
2530
2531 2004-11-17 Miles Bader <miles@gnu.org>
2532
2533 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2534 * progmodes/idlwave.el: Remove RCS keywords.
2535
2536 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
2537
2538 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2539 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2540 Update to IDLWAVE version 5.5. Too many changes to list them here.
2541 * progmodes/idlw-help.el: New file.
2542
2543 2004-11-16 Richard M. Stallman <rms@gnu.org>
2544
2545 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2546 Discard spaces after \i according to TeX rules.
2547
2548 * international/mule.el (set-buffer-file-coding-system):
2549 New arg NOMODIFY.
2550 (after-insert-file-set-coding): Pass that new arg.
2551 Prevent set-buffer-multibyte from trying to lock the file.
2552
2553 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2554
2555 * saveplace.el (save-place): Doc fix.
2556
2557 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2558 temporarily widen before finding the following word to copy.
2559
2560 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2561 (cl-map-keymap): Definition deleted.
2562
2563 * subr.el (map-keymap-internal): New function.
2564
2565 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2568 when pressing rather than when releasing mouse-2. Simplify.
2569
2570 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2573 (compilation-mode): Set it here instead.
2574
2575 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2576
2577 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2578 (loop, cl-parse-loop-clause, defsetf): Use backquote.
2579
2580 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * progmodes/compile.el (compilation-internal-error-properties):
2583 Fix up a transposition-typo. Check end-col before using it.
2584
2585 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
2586
2587 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2588 Discard whitespace after macro \i when converting it.
2589
2590 2004-11-16 Juri Linkov <juri@jurta.org>
2591
2592 * emacs-lisp/find-func.el (find-function-regexp):
2593 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
2594 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
2595 Remove invalid `\W' from [^cgv\W]. Doc fix.
2596 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2597
2598 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
2599
2600 * play/life.el: Maintainer is now FSF.
2601 (life-patterns, life-neighbor-deltas, life-window-start)
2602 (life-current-generation, life-generation-string): Use defvar
2603 instead of defconst.
2604
2605 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * progmodes/compile.el (compilation-move-to-column): New fun.
2608 (compilation-internal-error-properties)
2609 (compilation-next-error-function): Use it to make sure we don't go past
2610 the end of line.
2611
2612 2004-11-15 John Paul Wallington <jpw@gnu.org>
2613
2614 * autoinsert.el (auto-insert-alist): Insert the user's name in
2615 copyright notice, rather than Free Software Foundation, for the
2616 Emacs Lisp header case too.
2617
2618 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2619
2620 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2621 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2622 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
2623 return the list of string in a string.
2624 (pr-call-process): Message if calling process returns an error, that
2625 is, the exit status is different of zero.
2626
2627 2004-11-15 Jay Belanger <belanger@truman.edu>
2628
2629 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
2630 variable var-thing.
2631 (math-integ-depth, math-integ-level, math-integral-limit)
2632 (math-enable-subst, math-any-substs, math-integ-msg)
2633 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2634 (math-int-threshold, math-int-factors, math-double-roots)
2635 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2636 (var-GenCount): Declare these variables.
2637 (calcFunc-integ): Don't check if var-IntegLimit is bound.
2638 (math-integral-cache, math-integral-cache-state):
2639 Move declarations to earlier in the file.
2640 (math-deriv-var, math-deriv-total, math-deriv-symb)
2641 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2642 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2643 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2644 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2645 (math-solve-res): New variables
2646 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2647 (math-integral, math-replace-integral-parts)
2648 (math-integrate-by-parts, calc-dump-integral-cache)
2649 (math-try-integral, math-do-integral, math-do-integral)
2650 (math-do-integral-methods, math-try-solve-for)
2651 (math-try-solve-prod, math-solve-poly-funny-powers)
2652 (math-solve-crunch-poly, math-decompose-poly)
2653 (math-solve-find-root-term, math-find-root-in-prod)
2654 (math-integ-try-linear-substitutions)
2655 (math-integ-try-substitutions, math-expr-rational-in)
2656 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2657 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2658 (math-solve-for, math-solve-system, math-solve-system-rec)
2659 (math-solve-get-sign, math-solve-get-int)
2660 (math-solve-system-subst): Replace undeclared variables with newly
2661 declared variables.
2662
2663 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * winner.el (winner-active-region, winner-edges, winner-window-list):
2666 Define at toplevel.
2667 (winner-mode-map): Move init inside declaration.
2668
2669 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
2670
2671 * files.el (convert-standard-filename): Doc fix.
2672
2673 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
2674
2675 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2676 passwd, group, shadow, default/* and pam.d/*.
2677
2678 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2679
2680 * printing.el (pr-menu-spec): Adjust menu specification.
2681
2682 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2683
2684 * printing.el: Doc fix. Insert :version tag into all defcustom.
2685 Handle interactive-p as is recommended in Emacs Lisp Reference.
2686 Set the file permission bits for newly created files.
2687 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2688 The printing menu specification (in `pr-menu-spec') was merged.
2689 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2690 (pr-version): New version number (6.8.3).
2691 (pr-file-modes): New option.
2692 (pr-interactive-p): New var.
2693 (pr-save-interactive, pr-save-file-modes): New macros.
2694 (pr-setup): Code fix.
2695 (pr-menu-spec): Menu specification merged.
2696 (pr-call-process, pr-text2ps): Set file permission bits.
2697 (pr-despool-print): Set file permission bits. Handle interactive-p as
2698 is recommended.
2699 (pr-interface, pr-ps-directory-preview)
2700 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2701 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2702 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2703 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2704 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2705 (pr-ps-region-ps-print, pr-ps-mode-preview)
2706 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2707 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2708 (pr-despool-using-ghostscript, pr-despool-ps-print)
2709 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2710 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2711 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2712 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2713 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2714 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2715 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2716 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2717 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2718 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2719 Handle interactive-p as is recommended.
2720
2721 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2724 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2725
2726 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2727 so it doesn't forget to highlight the beginning of the region either.
2728
2729 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
2730
2731 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2732 (c-font-lock-init): Eliminate obsolete make-local-hook.
2733 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2734 (awk-mode): Use run-mode-hooks.
2735
2736 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2737
2738 2004-11-13 Kim F. Storm <storm@cua.dk>
2739
2740 * mouse.el (mouse-drag-copy-region): Add :version.
2741 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2742 while dragging mode line, so mode line can be dragged downwards.
2743 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2744 while pressing mouse button so window doesn't scroll until we
2745 release the mouse if clicking on partially visible line.
2746
2747 2004-11-12 Jay Belanger <belanger@truman.edu>
2748
2749 * calc/calc-graph.el (calc-dumb-map): Declare it.
2750 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
2751 than unbound.
2752 (calc-graph-name): Made `end' a local variable.
2753 (calc-graph-lookup): Made `varname' a local variable.
2754 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2755 Declare them.
2756 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
2757 (calc-graph-plot, calc-graph-compute-3d): Remove references to
2758 the unused variable y3vec.
2759 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
2760 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
2761 calc-graph-prev-kill-hook.
2762 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2763 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2764 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2765 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2766 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2767 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2768 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2769 (calc-graph-y3value, calc-graph-y3name)
2770 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2771 (calc-graph-stepcount, calc-graph-is-splot)
2772 (calc-graph-surprise-splot, calc-graph-blank)
2773 (calc-graph-non-blank, calc-graph-curve-num): New variables.
2774 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2775 (calc-graph-recompute-2d, calc-graph-compute-3d)
2776 (calc-graph-format-data): Replace undeclared variables with the
2777 above newly declared variables.
2778
2779 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
2780
2781 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2782 `rsf-beep' and `rsf-sleep-after-message'.
2783
2784 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2785 list if `message-sender' is non-nil.
2786
2787 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2788
2789 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2790 consing by using mapc instead of mapcar.
2791
2792 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
2793
2794 * tooltip.el (require): Explain why CL is needed.
2795
2796 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2797
2798 * printing.el: Insert :version into defgroup (printing). All reference
2799 to Files option in menubar were changed to File.
2800 (pr-version): New version number (6.8.2).
2801 (pr-get-symbol): Call easy-menu-intern.
2802 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
2803 compilation gripes.
2804
2805 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2808 new byte-compile-function-environment binding to t.
2809
2810 * font-lock.el (font-lock-fontify-syntactically-region):
2811 Don't forget to highlight the last char when we hit `end'.
2812
2813 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2814 (mwheel-scroll): Adjust accordingly.
2815
2816 * cvs-status.el: Reduce spurious warnings.
2817 (cvs-status-checkout): Remove.
2818 (cvs-status-mode-map): Use cvs-mode-checkout instead.
2819
2820 * pcvs.el (cvs-mode-checkout): New command.
2821
2822 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2823
2824 * tooltip.el: Require CL.
2825
2826 * emacs-lisp/bytecomp.el: Use push.
2827 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2828 (defalias): Remove the `byte-compile' property and add
2829 a `byte-hunk-handler'.
2830
2831 2004-11-11 Juri Linkov <juri@jurta.org>
2832
2833 * info.el (Info-search): Save match data for isearch.
2834 Skip Tag Table node.
2835
2836 * descr-text.el (describe-char): Replace syntax-after with code
2837 from its previous version.
2838
2839 * files.el (magic-mode-alist): Use optimization for SGML mode too.
2840 (set-auto-mode): Doc fix. Remove unused variable `xml'.
2841
2842 * international/mule.el (sgml-html-meta-auto-coding-function):
2843 Remove > after <html to allow HTML attributes.
2844
2845 2004-11-11 Jay Belanger <belanger@truman.edu>
2846
2847 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
2848 a variable.
2849 (calcFunc-dfac): Replace unbound max by n.
2850 (math-stirling-local-cache): New variable.
2851 (math-stirling-number, math-stirling-1, math-stirling-2):
2852 Replace the variable `cache' by the declared variable
2853 math-stirling-local-cache.
2854 (var-RandSeed): Declare it as a variable.
2855 (math-init-random-base, math-random-digit): Don't check to see if
2856 var-RandSeed is bound.
2857 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2858 Declare them instead of just setting them.
2859 (math-init-random-base): Made i a local variable.
2860 (math-random-digit): Made math-random-last a local variable.
2861 (math-prime-test-cache): Move declaration to before it is used.
2862 (math-prime-test-cache-k, math-prime-test-cache-q)
2863 (math-prime-test-cache-nm1, math-prime-factors-finished):
2864 Declare them as variables.
2865
2866 2004-11-11 Jay Belanger <belanger@truman.edu>
2867
2868 * calc/calc-ext.el (math-defcache): Use defvar for the new
2869 variables it creates.
2870
2871 2004-11-11 Lars Hansen <larsh@math.ku.dk>
2872
2873 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2874 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2875 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2876 (desktop-save): Add :version.
2877
2878 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * printing.el (pr-get-symbol): Don't downcase.
2881
2882 2004-11-10 Jay Belanger <belanger@truman.edu>
2883
2884 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
2885 string to kill-ring.
2886
2887 * calc/calc-aent.el (calc-alg-exp, math-toks)
2888 (math-exp-pos,math-exp-old-pos, math-exp-token)
2889 (math-exp-keep-spaces, math-exp-str): New variables.
2890 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2891 (calcAlg-enter): Use declared variable calc-alg-exp.
2892 (math-build-parse-table, math-find-user-token): Use declared
2893 variable math-toks.
2894 (math-read-exprs, math-read-token, calc-check-user-syntax)
2895 (calc-match-user-syntax, match-factor-after, math-read-factor):
2896 Use declared variables math-exp-pos math-exp-old-pos.
2897 (math-read-exprs, math-read-token, math-read-expr-level)
2898 (calc-check-user-syntax, calc-match-user-syntax)
2899 (match-factor-after, math-read-factor): Use declared variable
2900 math-exp-token.
2901 (math-read-exprs, math-read-expr-list, math-read-token)
2902 (math-read-factor): Use declared variable math-exp-keep-spaces.
2903 (math-read-exprs, math-read-token): Use declared variable
2904 math-exp-str.
2905 (calc-match-user-syntax): Make m a local variable.
2906
2907 * calc/calc-ext.el (math-read-expr): Use declared variables
2908 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2909 math-exp-keep-spaces.
2910
2911 * calc/calc-forms.el (math-read-angle-bracket): Use declared
2912 variables math-exp-pos, math-exp-str.
2913
2914 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
2915 math-exp-old-pos.
2916 (math-parse-fortran-vector, math-parse-fortran-vector-end)
2917 (math-parse-eqn-prime): Use declared variable math-exp-token.
2918
2919 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2920 Use declared variable math-exp-pos.
2921 (math-check-for-commas): Use declared variable math-exp-str.
2922 (math-read-brackets): Use declared variables math-exp-old-pos,
2923 math-exp-keep-spaces.
2924 (math-read-brackets, math-read-vector, math-read-matrix):
2925 Use declared variable math-exp-token.
2926
2927 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2930 where the keymap is a symbol.
2931 (easy-menu-add-item): Use keymap-prompt. Simplify.
2932
2933 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2934
2935 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2936 (sgml-parse-tag-backward): Use it to skip spurious < or >.
2937
2938 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
2939
2940 * ebuff-menu.el: Doc fixes throughout.
2941 (electric-buffer-menu-mode-hook): New defvar.
2942
2943 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
2944
2945 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2946 compilation. The resulting compiler warnings appear to be harmless.
2947
2948 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
2949
2950 * textmodes/conf-mode.el: New file.
2951
2952 * files.el (auto-mode-alist, magic-mode-alist): Use it.
2953
2954 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2957
2958 2004-11-09 Jay Belanger <belanger@truman.edu>
2959
2960 * calc/calc-ext.el (calc-init-extensions): Remove old code.
2961
2962 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2963 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
2964 (calc-z-prefix-help, calc-user-function-list): Use declared
2965 variables calc-z-prefix-buf, calc-z-prefix-msgs.
2966 (math-map-tree, math-map-tree-rec): Use declared variables
2967 math-mt-many, math-mt-func.
2968 (math-read-expression, math-read-string): Use declared variable
2969 math-expr-data.
2970
2971 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
2972 variable math-normalize-a.
2973
2974 * calc/calc.el (math-normalize-a): New variable.
2975 (math-normalize): Use declared variable math-normalize-a.
2976
2977 * calc/calc-poly.el (math-expand-form): Use declared variable
2978 math-mt-many.
2979
2980 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2981 Use declared variable math-mt-many.
2982 (math-rewrite): Use declared variable math-mt-func.
2983
2984 * calc/calc-vec.el (math-read-brackets, math-read-vector)
2985 (math-read-matrix): Use declared variable math-expr-data.
2986
2987 * calc/calc-lang.el (math-parse-fortran-vector)
2988 (math-parse-fortran-vector-end, math-parse-tex-sum)
2989 (math-parse-eqn-matrix, math-parse-eqn-prime)
2990 (math-read-math-subscr): Use declared variable math-expr-data.
2991
2992 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2993 (math-read-expr-level, math-read-token, calc-check-user-syntax)
2994 (calc-match-user-syntax, math-read-if, math-factor-after)
2995 (math-read-factor): Use declared variable math-expr-data.
2996
2997 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2998
2999 * calendar/diary-lib.el (diary-from-outlook)
3000 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
3001 interactive-p; but rather new optional argument NOCONFIRM.
3002
3003 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3006 (easy-menu-name-match): Revert correspondingly.
3007
3008 2004-11-09 Richard M. Stallman <rms@gnu.org>
3009
3010 * emacs-lisp/bytecomp.el (byte-compile-defalias):
3011 Turn off warnings for the new function even if definition not constant.
3012 If the definition isn't a quoted symbol, record (FUNCTION . t).
3013 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3014 (byte-compile-callargs-warn): Handle (FUNCTION . t).
3015 (display-call-tree, byte-compile-arglist-warn):
3016 Handle t returned by byte-compile-fdefinition.
3017
3018 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3019
3020 * Makefile.in (maintainer-clean): Depend on distclean.
3021
3022 * help-fns.el (help-C-file-name): File name must be in build-files
3023 to be returned.
3024
3025 2004-11-09 Jay Belanger <belanger@truman.edu>
3026
3027 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3028 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
3029
3030 * calc/calc.el (calc, calc-trail-display, calc-mode):
3031 Remove obsolete sections.
3032
3033 * calc/calc.el (calc-x-paste-text): Remove.
3034
3035 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
3036 mouse-2.
3037
3038 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
3039
3040 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3041 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3042 current frame (in case of recursive calls).
3043 (gdb-show-changed-values): Add :version keyword.
3044
3045 2004-11-09 Kenichi Handa <handa@m17n.org>
3046
3047 * international/mule-cmds.el: Change coding: tag back to
3048 iso-2022-7bit.
3049
3050 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * international/mule-cmds.el: Change coding-system to utf-8.
3053 (select-safe-coding-system-interactively):
3054 New function extracted from select-safe-coding-system.
3055 (select-safe-coding-system): Use it.
3056
3057 2004-11-08 Richard M. Stallman <rms@gnu.org>
3058
3059 * subr.el (syntax-after): Doc fix.
3060
3061 * paren.el (show-paren-function): Change calls to syntax-after
3062 for new way of returning the value.
3063
3064 * menu-bar.el (menu-bar-file-menu): Make this the real name
3065 and menu-bar-files-menu the alias. Use the former.
3066 (global-map): Use `file', not `files', as the symbol.
3067
3068 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3069
3070 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3071 Don't use beginning-of-buffer.
3072 (filesets-cmd-show-result): Use with-no-warnings.
3073
3074 2004-11-08 Juri Linkov <juri@jurta.org>
3075
3076 * progmodes/compile.el (compile): Don't overwrite last command in
3077 minibuffer history with default command if they are not equal.
3078
3079 2004-11-08 Jay Belanger <belanger@truman.edu>
3080
3081 * calc/calcalg2.el (math-do-integral-methods): Try linear then
3082 non-linear substitutions.
3083
3084 2004-11-08 Jay Belanger <belanger@truman.edu>
3085
3086 * calc/calcalg2.el (math-linear-subst-tried): New variable.
3087 (math-do-integral): Set `math-linear-subst-tried' to nil.
3088 (math-do-integral-methods): Use `math-linear-subst-tried' to
3089 determine what type of substitution to try.
3090 (math-integ-try-linear-substituion):
3091 Set `math-linear-subst-tried' to t.
3092
3093 2004-11-08 Kim F. Storm <storm@cua.dk>
3094
3095 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3096
3097 2004-11-07 Juri Linkov <juri@jurta.org>
3098
3099 * info-look.el (info-lookup): Allow reusing in the current buffer
3100 not only *info* buffer, but all (even renamed) Info buffers
3101 by checking for major-mode instead of *info* buffer name.
3102 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3103 (octave-mode, maxima-mode) <doc-spec>:
3104 Allow long dashes generated by Texinfo 4.7 before definitions.
3105 (texinfo-mode) <doc-spec>: Add space to suffix to find command
3106 definitions with argument separated by space.
3107
3108 2004-11-06 Richard M. Stallman <rms@gnu.org>
3109
3110 * simple.el (next-error group, face): Move before first use.
3111 (next-error-highlight, next-error-highlight-no-select): Likewise.
3112
3113 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3114 (line-move): New args NOERROR and TO-END.
3115 Return t if if succeed in moving specified number of lines.
3116 (move-end-of-line): New function.
3117
3118 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3119 (end-of-buffer-other-window): Likewise.
3120
3121 * simple.el (line-move-ignore-invisible): Default to t.
3122
3123 * subr.el (syntax-after): Return the syntax letter, not the raw code.
3124
3125 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3126
3127 * international/iso-cvt.el (iso-cvt-define-menu):
3128 Rename menu-bar-files-menu to menu-bar-file-menu.
3129
3130 * net/browse-url.el (browse-url-gnome-moz-program)
3131 (browse-url-gnome-moz-arguments): Move up before first use.
3132
3133 * net/tramp.el (tramp group): Add :version.
3134
3135 * progmodes/ada-xref.el (ada-gdb-application):
3136 Use goto-char instead of beginning-of-buffer.
3137
3138 * progmodes/cperl-mode.el (cperl-info-on-command):
3139 Use goto-char instead of beginning-of-buffer.
3140
3141 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
3142 Move up before first use.
3143 (idlwave-shell-temp-pro-file): Likewise.
3144 (idlwave-shell-temp-rinfo-save-file): Likewise.
3145 (idlwave-shell-temp-file): Minor doc fix.
3146
3147 * textmodes/flyspell.el (flyspell-external-point-words):
3148 Use goto-char instead of beginning-of-buffer.
3149
3150 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
3151
3152 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
3153 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
3154 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
3155
3156 2004-11-06 David Ponce <david@dponce.com>
3157
3158 * recentf.el (recentf-menu-path): Use menu item name.
3159
3160 2004-11-06 Eli Zaretskii <eliz@gnu.org>
3161
3162 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3163 display doesn't support images.
3164
3165 2004-11-06 Andreas Schwab <schwab@suse.de>
3166
3167 * tempo.el (tempo-match-finder): Doc fix.
3168
3169 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3170
3171 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3174 (easy-menu-lookup-name): New fun to replace it.
3175 (easy-menu-get-map): Use it to obey menu item names (rather than just
3176 keys) when looking up `path'.
3177 (easy-menu-always-true-p): Rename from easy-menu-always-true.
3178 (easy-menu-convert-item-1): Adjust to new name.
3179
3180 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
3181
3182 * outline.el (hide-body): Don't hide lines at the top of the file
3183 that precede the first header line.
3184
3185 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
3186
3187 * align.el (align-areas): Delete whitespace before reindenting, so
3188 that tabs are never placed after spaces.
3189
3190 2004-11-06 Alan Shutko <ats@acm.org>
3191
3192 * macros.el (insert-kbd-macro): Do completions based on macros,
3193 rather than all commands.
3194
3195 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
3196
3197 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3198 to solve a bug whereby tags with 'b' don't match.
3199
3200 2004-11-05 Juri Linkov <juri@jurta.org>
3201
3202 * info.el (Info-search): Don't search in node header lines
3203 and file headers.
3204
3205 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3206 symbol-constituent characters after dot, not only digits.
3207
3208 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
3209
3210 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3211
3212 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3213
3214 * dired.el (dired-read-dir-and-switches): Call read-directory-name
3215 if a dialog will be used, read-file-name otherwise.
3216
3217 2004-11-04 Richard M. Stallman <rms@gnu.org>
3218
3219 * textmodes/table.el (table group): Add :version.
3220
3221 * textmodes/ispell.el (ispell-word):
3222 Don't alter args; set them only thru `interactive' spec.
3223
3224 * textmodes/flyspell.el (flyspell-word):
3225 Don't alter FOLLOWING; set it only thru `interactive' spec.
3226
3227 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3228
3229 * net/browse-url.el (browse-url-maybe-new-window):
3230 Use called-interactively-p.
3231
3232 * mail/supercite.el (sc-cite-region):
3233 Don't use interactive-p. Add arg INTERACTIVE.
3234 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
3235
3236 * international/mule-cmds.el (set-input-method, toggle-input-method):
3237 Don't use interactive-p. Add arg INTERACTIVE.
3238
3239 * eshell/esh-mode.el (eshell-show-maximum-output):
3240 Don't use interactive-p.
3241 (eshell-truncate-buffer): Just message, no error, if buffer is short.
3242
3243 * mouse.el (mouse-show-mark): Get positions to delete from mark
3244 and point, not from mouse-drag-overlay.
3245
3246 * imenu.el (imenu-eager-completion-buffer): Add :version.
3247
3248 * filesets.el (filesets group): Add :version.
3249
3250 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
3251
3252 * files.el (xml-based-modes): Delete var.
3253 (magic-mode-alist): New more general var.
3254 (set-auto-mode): Use it.
3255
3256 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3257 when clicking from another window.
3258
3259 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
3260
3261 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3262 (vc-cvs-annotate-time): Incorporate value of deleted var.
3263 Remove special-case handling of beginning-of-buffer cruft.
3264 Cache ending position (point) and return value in text property
3265 `vc-cvs-annotate-time', and consult it on subsequent invocations.
3266
3267 * vc-cvs.el (vc-cvs-annotate-command):
3268 Delete extraneous lines from beginning of buffer.
3269 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3270
3271 * progmodes/grep.el (grep-default-command): Take empty string
3272 for tag if all other methods yield nil. Shell-quote the tag.
3273
3274 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3275 spec in `interactive' form, and mention it in the docstring.
3276 Also, make sure point is at bol after calling `annotate-time'.
3277
3278 2004-11-02 Richard M. Stallman <rms@gnu.org>
3279
3280 * cus-edit.el (customize-group-other-window):
3281 Select the window that displays the custom buffer.
3282 (custom-buffer-create-other-window): Likewise.
3283
3284 * comint.el (comint-insert-input): Fix previous change.
3285
3286 * emacs-lisp/elp.el (elp-instrument-function):
3287 Use called-interactively-p.
3288
3289 * emacs-lisp/easymenu.el (easy-menu-intern):
3290 Don't downcase; rather, case-flip the first letter of each word.
3291
3292 * emacs-lisp/easy-mmode.el (define-minor-mode):
3293 Use called-interactively-p.
3294
3295 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3296 Add interactive-only.
3297 (byte-compile-warnings): Add interactive-only as option.
3298 (byte-compile-interactive-only-functions): New variable.
3299 (byte-compile-form): Warn about calls to functions
3300 in byte-compile-interactive-only-functions.
3301
3302 * emacs-lisp/autoload.el (update-file-autoloads):
3303 Don't use interactive-p; take new arg SAVE-AFTER.
3304
3305 * emacs-lisp/advice.el (ad-make-advised-definition):
3306 Use called-interactively-p.
3307
3308 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3309
3310 * files.el (find-file-existing): New function.
3311
3312 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3313 find-file-existing. Add "New File..." that calls find-file.
3314
3315 * diropen.pbm, diropen.xpm: New files.
3316
3317 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3318 icon diropen. New tool bar item find-file-existing uses icon open.
3319
3320 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3321 instead of read-file-name.
3322
3323 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
3324
3325 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3326 (icalendar--split-value): Change name of work buffer.
3327 (icalendar--get-weekday-abbrev): Return nil on error.
3328 (icalendar--date-to-isodate): New function.
3329 (icalendar-convert-diary-to-ical)
3330 (icalendar-extract-ical-from-buffer): Use only two args for
3331 make-obsolete (XEmacs compatibility).
3332 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3333 (icalendar-export-region): Doc fix.
3334 If error, return non-nil and write errors to a buffer.
3335 Use correct weekday for weekly recurring events.
3336 Check whether date has been parsed for ordinary events.
3337 Make weekly events start in the year 2000.
3338 DTEND is non-inclusive, shift end date by one day if
3339 necessary (not for entries that have date and time).
3340 Rename local let variables: oops -> found-error, datestring ->
3341 startdatestring.
3342
3343 2004-11-02 Kim F. Storm <storm@cua.dk>
3344
3345 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3346 keep-mode-if-same variable. Add it as optional arg instead.
3347 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3348
3349 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3350 substitute-command-keys will select lower-case bindings like those
3351 used in the static help texts.
3352
3353 * descr-text.el (describe-text-properties): Don't err if called in
3354 the *Help* buffer; output to *Help-2* buffer instead.
3355
3356 * kmacro.el (group kmacro): Add :version.
3357 (kmacro-keyboard-quit): New function to cleanup on C-g.
3358 (kmacro-start-macro): Set defining-kbd-macro to append when
3359 appending to last macro.
3360
3361 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3362
3363 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
3364
3365 * progmodes/gdb-ui.el (gdb-enable-debug-log)
3366 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3367 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3368 Add :version keyword.
3369
3370 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
3371
3372 * progmodes/flymake.el (flymake-err-line-patterns):
3373 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3374 `compilation-error-regexp-alist-alist' to internal Flymake format.
3375
3376 * progmodes/flymake.el: Eliminate byte-compiler warnings.
3377
3378 2004-11-01 Jay Belanger <belanger@truman.edu>
3379
3380 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3381 with `interactive "s"'.
3382
3383 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3384
3385 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3386 Revert change from 2004-10-16. '*' checks the current buffer, but the
3387 mouse click may be in another buffer.
3388
3389 2004-11-01 John Paul Wallington <jpw@gnu.org>
3390
3391 * files.el (large-file-warning-threshold): Add :version keyword.
3392 (kill-some-buffers): Doc fix.
3393
3394 * thumbs.el (group thumbs): Add :version keyword.
3395
3396 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3397
3398 2004-11-01 Richard M. Stallman <rms@gnu.org>
3399
3400 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3401
3402 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3403
3404 * allout.el (allout group): Add :version.
3405 (allout-init): Don't use interactive-p.
3406 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3407 (allout-forward-current-level, allout-backward-current-level):
3408 Don't use interactive-p.
3409
3410 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3411 (bibtex-find-text): Likewise.
3412
3413 * progmodes/vhdl-mode.el (vhdl-fill-region)
3414 (vhdl-beginning-of-statement): Don't use interactive-p.
3415
3416 * progmodes/idlwave.el (idlwave-update-routine-info):
3417 Don't use interactive-p.
3418
3419 * progmodes/idlw-shell.el (idlwave-shell-send-char):
3420 Don't use interactive-p.
3421
3422 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3423 Don't use interactive-p.
3424
3425 * progmodes/ada-xref.el (ada-make-body-gnatstub):
3426 Don't use interactive-p.
3427
3428 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3429 (fortune-in-buffer): Doc fix.
3430
3431 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3432
3433 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3434 don't select the temporary buffer.
3435 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3436 (eudc-get-phone): Likewise.
3437
3438 2004-11-01 Kim F. Storm <storm@cua.dk>
3439
3440 * man.el (Man-xref-normal-file): Fix help-echo.
3441
3442 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * reveal.el (reveal-last-tick): New var.
3445 (reveal-post-command): Use it to avoid closing overlays when we're
3446 appending text to them.
3447
3448 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3449
3450 * textmodes/bibtex.el: Require button.
3451 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3452 (bibtex-reference-keys): Distinguish between header keys and
3453 crossref keys.
3454 (bibtex-beginning-of-field): New function.
3455 (bibtex-url-map): Remove.
3456 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3457 (bibtex-font-lock-url-regexp): Assume that field names begin at
3458 the beginning of a line.
3459 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
3460 Remove field delimiters. Use bibtex-beginning-of-field.
3461 Bugfix, point can be inside a field with a url.
3462 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3463 New functions.
3464 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3465 (bibtex-key-in-head): Simplify.
3466 (bibtex-current-line): Use bolp.
3467 (bibtex-parse-keys): Remove unused arg `add'.
3468 Use bibtex-type-in-head and bibtex-key-in-head.
3469 (bibtex-parse-entry, bibtex-autofill-entry):
3470 Use bibtex-type-in-head and bibtex-key-in-head.
3471 (bibtex-autokey-get-field): Do not alter case of replacement text.
3472 (bibtex-autokey-get-names): Do all processing of name list.
3473 (bibtex-autokey-get-year): New function.
3474 (bibtex-autokey-get-title): Do all processing of title words.
3475 (bibtex-generate-autokey): Simplify.
3476 (bibtex-string-files-init): Use default-directory.
3477 Allow for absolute file names in bibtex-string-files.
3478 (bibtex-files, bibtex-file-path): New variables.
3479 (bibtex-files-expand): New function.
3480 (bibtex-find-entry-globally): New command.
3481 (bibtex-summary-function): New variable.
3482 (bibtex-summary): Default value of bibtex-summary-function.
3483 (bibtex-find-crossref): New optional args pnt and split.
3484 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3485 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3486 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
3487 Fix handling of required and alternative fields.
3488 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3489 Use cons and display-buffer.
3490 (bibtex-validate-globally): New command.
3491 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
3492 bibtex-parse-keys and bibtex-parse-strings for updating
3493 bibtex-reference-keys and bibtex-strings.
3494 (bibtex-realign): Remove blank lines past the last entry.
3495 (bibtex-reformat): Use bibtex-entry-format as default.
3496 (bibtex-choose-completion-string): Remove.
3497 (bibtex-complete): Do not use bibtex-choose-completion-string.
3498 (bibtex-url): Simplify.
3499
3500 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3501
3502 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3503 (x-dnd-types-alist, x-dnd-open-file-other-window)
3504 (x-dnd-known-types): Add :version.
3505
3506 2004-10-31 John Paul Wallington <jpw@gnu.org>
3507
3508 * ibuffer.el (group ibuffer): Add :version keyword.
3509
3510 2004-10-31 Kim F. Storm <storm@cua.dk>
3511
3512 * ido.el (group ido): Add :version keyword.
3513 (ido-mode): Remove :version keyword.
3514
3515 * emulation/cua-base.el (group cua): Add :version keyword.
3516 (cua-mode): Remove :version keyword.
3517
3518 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
3519
3520 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3521
3522 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3523 compiler warning.
3524 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
3525 function.
3526 (help-at-pt-display-when-idle): Remove autoload.
3527
3528 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3531
3532 2004-10-30 Juri Linkov <juri@jurta.org>
3533
3534 * help.el (function-called-at-point):
3535 * help-fns.el (variable-at-point): Read -> intern.
3536
3537 2004-10-30 Simon Josefsson <jas@extundo.com>
3538
3539 * progmodes/autoconf.el (autoconf-font-lock-keywords):
3540 Recognize AS_* too.
3541
3542 2004-10-29 Simon Josefsson <jas@extundo.com>
3543
3544 * subr.el (read-passwd): Move back from password.el.
3545
3546 * password.el: Remove, not ready yet.
3547
3548 2004-10-29 Andreas Schwab <schwab@suse.de>
3549
3550 * speedbar.el (speedbar-frame-parameters): Improve customize type.
3551
3552 2004-10-29 Sam Steingold <sds@gnu.org>
3553
3554 * mouse.el (mouse-show-mark): Replace the last occurrence of
3555 x-lost-selection-hooks with x-lost-selection-functions.
3556
3557 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3560 x-lost-selection-functions is bound.
3561
3562 * mouse-sel.el (mouse-sel-mode):
3563 * emacs-lisp/lselect.el: Adjust to new names for
3564 x-(lost|sent)-selection-functions.
3565
3566 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3567 New obsolete aliases of x-lost-selection-functions and
3568 x-sent-selection-functions.
3569
3570 2004-10-28 Kim F. Storm <storm@cua.dk>
3571
3572 * imenu.el (imenu-scanning-message): Remove.
3573 (imenu-progress-message): Make it a no-op.
3574
3575 2004-10-28 John Paul Wallington <jpw@gnu.org>
3576
3577 * files.el (set-auto-mode): Call `throw' correctly.
3578
3579 2004-10-28 Juri Linkov <juri@jurta.org>
3580
3581 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3582 to search `Info-...' commands in `info' manual.
3583 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3584 Add 'info-file "emacs" property.
3585 (Info-find-emacs-command-nodes): Fix index line number regexp.
3586 Set real line number (instead of fake 0) in first element of the
3587 returned list.
3588 (Info-goto-emacs-command-node): Use line number of first element
3589 to set point in the first found Info node.
3590
3591 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3592 code to `grep-mode-font-lock-keywords'.
3593 (grep-mode-font-lock-keywords): Delete grep markers instead
3594 of making them invisible.
3595
3596 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3597
3598 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3599 and x-server-version in bug report.
3600
3601 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
3602
3603 * files.el (set-auto-mode-0): New function.
3604 (set-auto-mode): Use it to handle aliased modes and to
3605 be consistent between C-x C-f and C-x C-w.
3606
3607 2004-10-28 Kenichi Handa <handa@m17n.org>
3608
3609 * international/utf-8.el (utf-translate-cjk-charsets):
3610 Add katakana-jisx0201.
3611
3612 * international/subst-jis.el: Add data for JISX0201.
3613
3614 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * obsolete/hilit19.el (hilit-mode): New function.
3617 Move all the toplevel side-effecting stuff into it, so that loading
3618 hilit19 doesn't mess everything up any more.
3619
3620 2004-10-27 Richard M. Stallman <rms@gnu.org>
3621
3622 * add-log.el (add-change-log-entry): Set up mailing address
3623 and full name later, and don't alter add-log-mailing-address
3624 or add-log-full-name.
3625
3626 * elide-head.el (elide-head): Change error to message.
3627 (elide-head-show): Likewise.
3628
3629 * apropos.el (apropos-macrop): Doc fix.
3630
3631 * mouse.el (mouse-show-mark): Do most processing the same
3632 regardless of transient-mark-mode.
3633
3634 * shadowfile.el (shadow-copy-files): Use interactive-p
3635 only to control whether to print a message.
3636
3637 * tar-mode.el (tar-mode): Use write-contents-functions,
3638 not write-contents-hooks.
3639
3640 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3641 directory-sep-char.
3642
3643 2004-10-27 Richard M. Stallman <rms@gnu.org>
3644
3645 * strokes.el (strokes-unload-hook): Fix previous change.
3646
3647 * type-break.el (type-break-run-at-time): Always use run-at-time;
3648 forget the alternatives.
3649 (type-break-cancel-function-timers): Always use cancel-function-timers;
3650 forget the alternatives.
3651
3652 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3653
3654 2004-10-27 Kenichi Handa <handa@m17n.org>
3655
3656 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3657
3658 * international/subst-gb2312.el: Likewise.
3659
3660 * international/subst-big5.el: Likewise.
3661
3662 * international/subst-ksc.el: Likewise.
3663
3664 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3665 New variable.
3666 (utf-translate-cjk-set-unicode-range): New function.
3667 (utf-translate-cjk-unicode-range): Make it customizable.
3668 (utf-8-post-read-conversion):
3669 Use utf-translate-cjk-unicode-range-string.
3670 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3671 Unicode ranges.
3672
3673 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
3674
3675 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3676 trivial variants to shorten the list.
3677 (xml-based-modes): New var.
3678 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3679 declaration higher priority than auto-mode-alist.
3680
3681 * find-file.el (cc-other-file-alist): Bring it in line with
3682 cc-mode's auto-mode-alist entries and use \' instead of $.
3683
3684 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3685 and add "Id" and "Name" submenus to it.
3686
3687 * imenu.el (imenu--generic-function): Skip matches in comments.
3688
3689 2004-10-26 Jay Belanger <belanger@truman.edu>
3690
3691 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3692 (full-calc-keypad, calc-trail-display): Use an extra argument
3693 instead of `interactive-p'.
3694
3695 * calc/calc-misc.el (calc-other-window): Use an extra argument
3696 instead of `interactive-p'.
3697
3698 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3699 `interactive-p'.
3700
3701 2004-10-26 Kim F. Storm <storm@cua.dk>
3702
3703 * help.el (describe-key): Describe both down-event and up-event
3704 for a mouse click.
3705
3706 2004-10-26 Richard M. Stallman <rms@gnu.org>
3707
3708 * woman.el (woman): Don't call interactive-p.
3709
3710 * pcomplete.el (pcomplete): Instead of interactive-p,
3711 use an arg set non-nil by the interactive spec.
3712
3713 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3714 use an arg set non-nil by the interactive spec.
3715
3716 * man.el (Man-cleanup-manpage): Instead of interactive-p,
3717 use an arg set non-nil by the interactive spec.
3718
3719 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3720
3721 * progmodes/flymake.el (flymake-split-string):
3722 Use `flymake-split-string-remove-empty-edges' in any case.
3723
3724 2004-10-26 Masatake YAMATO <jet@gyve.org>
3725
3726 * progmodes/flymake.el (flymake-err-line-patterns):
3727 Use `compilation-error-regexp-alist-alist' instead of
3728 `compilation-error-regexp-alist'.
3729
3730 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3733 verbatim face on the \ of \end{verbatim}.
3734
3735 2004-10-25 Jay Belanger <belanger@truman.edu>
3736
3737 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
3738 erasing minibuffer.
3739
3740 2004-10-25 Simon Josefsson <jas@extundo.com>
3741
3742 * subr.el (read-passwd): Move to net/password.el.
3743
3744 * net/password.el (read-passwd): Add. Autoload it.
3745
3746 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
3747
3748 * mouse-sel.el (mouse-sel-mode): Specify custom group.
3749
3750 * simple.el (process-file): Fix logic.
3751
3752 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3753
3754 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3755 (increase-right-margin): Remove erroneous call to `interactive-p'.
3756
3757 2004-10-24 Kim F. Storm <storm@cua.dk>
3758
3759 * help.el (describe-mode): Fix 2004-10-13 change.
3760 Copy pure "Auto Fill" string so it can be propertized later
3761 without causing a read-only error.
3762
3763 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3764
3765 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3766 style indexes.
3767
3768 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3769
3770 * simple.el (process-file): Accept nil for INFILE. Reported by
3771 Luc Teirlinck.
3772
3773 2004-10-24 Masatake YAMATO <jet@gyve.org>
3774
3775 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3776 Handle periods and underscores in a function name.
3777 Remove the address fontification.
3778
3779 2004-10-24 Masatake YAMATO <jet@gyve.org>
3780
3781 * progmodes/asm-mode.el (asm-font-lock-keywords):
3782 Use font-lock-variable-name-face for registers.
3783
3784 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
3785
3786 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3787 kill-all-local-variables.
3788 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3789 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3790 Use kill-all-local-variables and provide mode-hooks.
3791 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3792 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3793 Suggested by Masatake YAMATO <jet@gyve.org>.
3794
3795 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
3796
3797 * simple.el (process-file): New function, similar to call-process
3798 but supports file handlers.
3799 * vc.el (vc-do-command): Use it, instead of call-process.
3800 * net/tramp-vc.el (vc-do-command): Do not advise it if
3801 process-file is fboundp.
3802 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3803 process-file.
3804 (tramp-handle-process-file): New function.
3805 (tramp-file-name-for-operation): Support process-file.
3806
3807 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
3808
3809 * calendar/icalendar.el (icalendar--weekday-array): New constant.
3810 (icalendar-weekdayabbrev-table)
3811 (icalendar-monthnumber-table): Delete.
3812 (icalendar--get-month-number): Use calendar-month-name-array.
3813 (icalendar--get-weekday-number): New function.
3814 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3815 (icalendar-export-region): Handle multi-line entries.
3816 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3817
3818 2004-10-23 John Paul Wallington <jpw@gnu.org>
3819
3820 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3821 `wildcards' set to t in interactive spec.
3822
3823 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3824 interactive spec rather than use `interactive-p'.
3825 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3826 rather than use function `interactive-p'.
3827
3828 2004-10-22 Kenichi Handa <handa@m17n.org>
3829
3830 * international/mule.el (translate-region): Implement it in Lisp
3831 as a front end of translate-region-internal.
3832
3833 2004-10-21 Jay Belanger <belanger@truman.edu>
3834
3835 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3836 Declare these variables with defvar.
3837
3838 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3839 is bound, only check to see if it is bound.
3840
3841 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * textmodes/tex-mode.el (tex-compilation-parse-errors):
3844 Don't output messages.
3845
3846 * calc/calc-help.el (calc-describe-bindings): Fix last change.
3847
3848 2004-10-21 John Paul Wallington <jpw@gnu.org>
3849
3850 * calc/calc-graph.el (calc-graph-init):
3851 Use `set-process-query-on-exit-flag'.
3852
3853 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
3854
3855 * progmodes/compile.el (compilation-start): Rely on `cd' to get
3856 dir right and also allow argumentless cd.
3857
3858 2004-10-19 Richard M. Stallman <rms@gnu.org>
3859
3860 * textmodes/flyspell.el (flyspell-mode): Doc fix.
3861
3862 * eshell/em-unix.el (eshell-grep):
3863 Don't bind compilation-process-setup-function.
3864
3865 * comint.el (comint-insert-input): Use @ in `interactive'.
3866 (comint-input-filter-functions): Doc fix.
3867 (comint-kill-whole-line, comint-get-source): Doc fix.
3868
3869 * progmodes/compile.el (compilation-setup):
3870 Don't set buffer-read-only if MINOR is non-nil.
3871
3872 2004-10-19 Jay Belanger <belanger@truman.edu>
3873
3874 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3875 (calc-emacs-type-gnu19): Remove.
3876 (calc-digit-map, calc-read-key-sequence, calc-read-key):
3877 Remove check for old emacs versions.
3878
3879 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3880 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3881 for current Emacs.
3882
3883 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3884 the end of the minibuffer.
3885 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
3886 copy `esc-map'.
3887
3888 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3889
3890 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3891 call that would be given when the current emacs was used.
3892
3893 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
3894
3895 * calendar/icalendar.el: Set coding to utf-8.
3896 (icalendar-version): Increase to 0.07.
3897 (icalendar-monthnumber-table): Change March pattern.
3898 (icalendar-get-all-event-properties)
3899 (icalendar-set-event-property): Delete.
3900 (icalendar-all-events): No longer interactive.
3901 (icalendar-convert-diary-to-ical)
3902 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3903 their replacements.
3904 (icalendar-export-file, icalendar-export-region): New functions;
3905 essentially old `icalendar-convert-diary-to-ical' but appending to
3906 target rather than overwriting.
3907 (icalendar-import-file): Append to target file rather than
3908 overwriting. Fourth arg deleted.
3909 (icalendar-import-buffer): New name for old
3910 `icalendar-extract-ical-from-buffer'.
3911 (icalendar--convert-string-for-import): New name for
3912 old `icalendar-convert-for-import'.
3913 (include-icalendar-files): Delete.
3914 Prefix for all internal functions changed from `icalendar-'
3915 to `icalendar--'.
3916
3917 2004-10-19 Richard M. Stallman <rms@gnu.org>
3918
3919 * paths.el (news-path): Fix previous change.
3920
3921 2004-10-18 Jay Belanger <belanger@truman.edu>
3922
3923 * calc/calc-help.el (calc-describe-bindings):
3924 Set `buffer-read-only' to nil while working in the keybindings buffer;
3925 remove some extra information from the keybindings buffer.
3926
3927 2004-10-18 David Ponce <david@dponce.com>
3928
3929 * mouse.el (mouse-drag-move-window-top): New function.
3930 (mouse-drag-mode-line-1): Use it.
3931
3932 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
3933
3934 * info.el (Info-fontify-node): For multiline refs,
3935 arrange to unfontify newline and surrounding whitespace.
3936
3937 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3940 directory is missing.
3941
3942 2004-10-17 John Paul Wallington <jpw@gnu.org>
3943
3944 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3945 New customizable variable; whether to display buffers that match
3946 `ibuffer-maybe-show-predicates' by default.
3947 (ibuffer-maybe-show-predicates): Mention it in docstring.
3948 (ibuffer-display-maybe-show-predicates): New variable.
3949 (ibuffer-update): Prefix arg now toggles whether buffers that
3950 match `ibuffer-maybe-show-predicates' should be displayed.
3951 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3952 locally to heed `ibuffer-default-display-maybe-show-predicates'.
3953 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3954
3955 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
3956
3957 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
3958 work correctly.
3959
3960 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
3961
3962 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3963 (Buffer-menu-beginning): New helper function.
3964 (Buffer-menu-execute): Use it.
3965 (Buffer-menu-select): Use it.
3966 (Buffer-menu-sort): Use it and also keep markers.
3967
3968 2004-10-17 Richard M. Stallman <rms@gnu.org>
3969
3970 * paths.el (news-directory): Rename from news-path. Old name alias.
3971 (rmail-spool-directory): Use defvar.
3972 (sendmail-program): Use defcustom.
3973 (remote-shell-program): Use defcustom.
3974 (term-file-prefix): Use defvar.
3975 (abbrev-file-name): Use defvar.
3976
3977 * term.el: Add maintainer.
3978
3979 * subr.el (with-local-quit): Return nil if there's a quit.
3980 (read-passwd): Use with-local-quit. Doc fix.
3981
3982 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3983 (strokes-unload-hook): Set as a variable with add-hook.
3984
3985 * startup.el (fancy-splash-tail, normal-splash-screen):
3986 Update copyright year.
3987
3988 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3989
3990 * server.el (server-unload-hook): Set as a variable with add-hook.
3991
3992 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3993
3994 * frame.el (special-display-popup-frame):
3995 Make the buffer current as its frame is created.
3996
3997 * delsel.el (delsel-unload-hook): Set as a variable.
3998
3999 * comint.el (comint-output-filter-functions):
4000 Add comint-watch-for-password-prompt.
4001 (comint-read-noecho): Function deleted.
4002 (send-invisible): Use read-passwd.
4003
4004 * fringe.el (fringe-mode-initialize): New function.
4005 (fringe-mode): Use fringe-mode-initialize as :initialize.
4006
4007 2004-10-17 Kim F. Storm <storm@cua.dk>
4008
4009 * language/indian.el (indian-script-language-alist): Swap value and doc.
4010 (indian-font-char-index-table): Doc fix.
4011
4012 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4015
4016 2004-10-16 Juri Linkov <juri@jurta.org>
4017
4018 * progmodes/compile.el (compilation-start): Move let-binding of
4019 `process-environment' into `with-current-buffer' body.
4020 Reported by Matt Hodges <MPHodges@member.fsf.org>.
4021
4022 2004-10-16 Richard M. Stallman <rms@gnu.org>
4023
4024 * pcvs-util.el (cvs-bury-buffer):
4025 Don't call get-buffer-window for effect.
4026
4027 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4028
4029 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4030
4031 * msb.el (msb-unload-hook): Set the variable.
4032
4033 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4034 Use * to err if buffer is readonly.
4035
4036 * subr.el (looking-back): Return only t or nil.
4037
4038 * whitespace.el (whitespace-unload-hook): Set the variable.
4039
4040 * view.el (view-mode-enable): Set view-page-size and
4041 view-half-page-size to nil.
4042 (view-set-half-page-size-default): view-half-page-size = nil
4043 means the default.
4044 (View-scroll-page-forward): Use view-page-size-default.
4045 (View-scroll-page-backward): Likewise.
4046 (view-page-size, view-half-page-size): Doc fixes.
4047
4048 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4049
4050 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4051
4052 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4053 "cl" like other files. Instead, call byte-compile-find-cl-functions.
4054 (byte-compile-log-1): Bind inhibit-read-only.
4055 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4056 (byte-compile-log-warning): Likewise.
4057 (byte-compile-file-form-require): Detect "cl" from the arg value.
4058
4059 * progmodes/compile.el (compilation-start): Assume compilation-mode
4060 will make the buffer read-only.
4061 (compilation-mode): Take arg name-of-mode.
4062 (compilation-setup): Make buffer read-only.
4063 (compilation-handle-exit): Bind inhibit-read-only.
4064
4065 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4066 (ispell-message): Likewise.
4067 (ispell-show-choices): Don't call get-buffer-window uselessly.
4068 (ispell-init-process): Use set-process-query-on-exit-flag.
4069
4070 2004-10-16 Kim F. Storm <storm@cua.dk>
4071
4072 * fringe.el (fringe-bitmaps): Only initialize when defined.
4073
4074 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4075 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4076
4077 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4078
4079 2004-10-15 Simon Josefsson <jas@extundo.com>
4080
4081 * net/password.el: Add.
4082
4083 2004-10-14 Masatake YAMATO <jet@gyve.org>
4084
4085 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4086 (gdb-script-end-of-defun): New function.
4087 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4088 `gdb-script-end-of-defun' as *-of-defun-function.
4089
4090 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
4091
4092 * button.el (button-activate): Allow a marker to display as an action.
4093
4094 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4095
4096 * help.el (describe-mode): Use it to make minor mode list into
4097 hyperlinks.
4098
4099 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * vc.el (vc-annotate-display-select): Fix typo.
4102
4103 * subr.el (substitute-key-definition-key): New function.
4104 (substitute-key-definition): Use it with map-keymap.
4105 (event-modifiers): Use push.
4106 (mouse-movement-p, with-temp-buffer): Simplify.
4107
4108 2004-10-12 Jay Belanger <belanger@truman.edu>
4109
4110 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4111 New variables.
4112 (calc-help-index-entries): New function.
4113 (calc-describe-function): Use `calc-help-function-list' instead of
4114 obarray for completion.
4115 (calc-describe-variable): Use `calc-help-variable-list' instead
4116 of obarray for completion.
4117
4118 2004-10-12 Richard M. Stallman <rms@gnu.org>
4119
4120 * info-look.el (info-lookup-file): Add info-file property.
4121 (info-lookup-symbol): Likewise.
4122
4123 * info.el (info-xref): Add underlining.
4124 (info): Add info-file property.
4125 (Info-find-emacs-command-nodes): Specify case-sensitive search.
4126
4127 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
4128
4129 Sync with Tramp 2.0.45.
4130
4131 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4132 defined. This is not the case for XEmacs without package "edebug".
4133 (tramp-set-auto-save-file-modes): Set permissions of autosaved
4134 remote files to the permissions of the original file. This is not
4135 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
4136 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
4137 (tramp-perl-decode): Fix an error in Perl implementation.
4138 $pending must be cleared every loop. Reported by Benjamin Place
4139 <benjaminplace@sprintmail.com>
4140
4141 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
4142 Don't activate advice during definition. This is done later on,
4143 depending on test result of `substitute-in-file-name'.
4144 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4145
4146 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4147
4148 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
4149
4150 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
4151
4152 2004-10-12 David Ponce <david@dponce.com>
4153
4154 * recentf.el (recentf-edit-list): Update the menu when the recentf
4155 list has been modified.
4156
4157 2004-10-12 Simon Josefsson <jas@extundo.com>
4158
4159 * net/tls.el (tls-certtool-program): New variable.
4160 (tls-certificate-information): New function, based on
4161 ssl-certificate-information.
4162
4163 2004-10-12 Kenichi Handa <handa@m17n.org>
4164
4165 * international/mule.el (coding-system-equal): Move from mule-util.el.
4166
4167 * international/mule-util.el (coding-system-equal): Move to mule.el.
4168
4169 2004-10-12 Kim F. Storm <storm@cua.dk>
4170
4171 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4172 reset kmacro-initial-counter-value if set.
4173 (kmacro-set-counter): Only set kmacro-counter if defining or executing
4174 macro. Set kmacro-initial-counter-value otherwise. Never set both.
4175 (kmacro-display): Show macro counter if non-zero.
4176
4177 * subr.el (substitute-key-definition): Mention command remapping
4178 in doc string.
4179
4180 2004-10-11 Jay Belanger <belanger@truman.edu>
4181
4182 * calc/calc-misc.el (calc-info-goto-node): New function.
4183 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4184 node in one step.
4185 (calc-describe-copying, calc-describe-distribution)
4186 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4187 Go to appropriate info node in one step.
4188
4189 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4192
4193 * font-lock.el (font-lock-apply-highlight): Fix last change.
4194
4195 2004-10-11 Simon Josefsson <jas@extundo.com>
4196
4197 * mail/smtpmail.el (smtpmail-open-stream): Look for
4198 starttls-gnutls-program instead of starttls-program iff
4199 starttls-use-gnutls is non-nil.
4200 (smtpmail-open-stream): Don't overwrite user settings of
4201 starttls-extra-arguments and starttls-extra-args.
4202
4203 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4204
4205 * comint.el (comint-mouse-insert-input): Remove.
4206 (comint-insert-input): Make it work for mouse bindings.
4207 (comint-mode-map): Move defs into the declaration.
4208 (comint-output-filter): Typo.
4209
4210 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4211
4212 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
4213
4214 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4215 (ange-ftp-call-chmod): Reference remote-shell-program instead of
4216 ange-ftp-remote-shell.
4217
4218 2004-10-10 Andreas Schwab <schwab@suse.de>
4219
4220 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4221 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4222 Reported by <sri@asu.edu>.
4223
4224 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
4225
4226 * vc.el (vc-annotate-mode): Remove variable.
4227 (vc-annotate-display-select): Only call vc-annotate-mode
4228 if we're not in that mode already.
4229
4230 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4233 (imenu-choose-buffer-index): Check here for rescan instead.
4234
4235 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4236 where the face expression evals to nil.
4237
4238 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4239 (tex-font-lock-keywords-2): Use it.
4240 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4241
4242 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4243
4244 2004-10-09 Kim F. Storm <storm@cua.dk>
4245
4246 * subr.el (progress-reporter-update): Define before first usage.
4247 (make-progress-reporter): Doc fix.
4248
4249 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4250
4251 * textmodes/paragraphs.el (sentence-end-double-space)
4252 (sentence-end-without-period, sentence-end-without-space)
4253 (sentence-end): Doc fixes.
4254
4255 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
4256
4257 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4258 Change paragraph-start regexp so we don't fill code starting with #'(.
4259
4260 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
4261
4262 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4263 New defcustom.
4264 (extract-address-components): Use it.
4265
4266 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
4267
4268 * subr.el (make-progress-reporter, progress-reporter-update)
4269 (progress-reporter-force-update, progress-reporter-do-update)
4270 (progress-reporter-done): New functions.
4271
4272 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4273
4274 * progmodes/etags.el (etags-tags-completion-table): Use progress
4275 reporter.
4276 (etags-tags-apropos): Likewise.
4277
4278 2004-10-08 Alan Mackenzie <acm@muc.de>
4279
4280 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4281 of current line.
4282
4283 2004-10-08 Masatake YAMATO <jet@gyve.org>
4284
4285 * server.el (server-process-filter): Wrap `process-send-region'
4286 by `condition-case' to guard the case when the pipe to PROC is closed.
4287
4288 2004-10-07 Mark A. Hershberger <mah@everybody.org>
4289
4290 * xml.el (xml-substitute-special): Limit handling of external entities.
4291
4292 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
4293
4294 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4295
4296 2004-10-06 John Paul Wallington <jpw@gnu.org>
4297
4298 * xml.el (xml-parse-dtd): Fix `error' call.
4299
4300 2004-10-05 Mark A. Hershberger <mah@everybody.org>
4301
4302 * xml.el (xml-substitute-special): Return a single string instead
4303 of a list of strings if an entity substitution is made.
4304
4305 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
4306
4307 * calendar/icalendar.el: New file.
4308
4309 2004-10-05 Juri Linkov <juri@jurta.org>
4310
4311 * isearch.el (isearch-done): Set mark after running hook.
4312 Reported by Drew Adams <drew.adams@oracle.com>.
4313
4314 * info.el (Info-history, Info-toc): Fix Info headers.
4315 (Info-toc): Narrow buffer before Info-fontify-node.
4316 (Info-build-toc): Don't check for special Info file names.
4317 Set main-file to nil if Info-find-file returns a symbol.
4318
4319 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
4320
4321 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4322 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4323 * calendar/cal-menu.el (calendar-mode-map): Ditto.
4324
4325 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4326
4327 * calendar/cal-iso.el (calendar-iso-read-args): New function,
4328 for old interactive spec from calendar-goto-iso-date.
4329 (calendar-goto-iso-date): Use it.
4330 (calendar-goto-iso-week): New function. Suggested by Emilio
4331 C. Lopes <eclig@gmx.net>.
4332
4333 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
4334
4335 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4336 `set-right-margin' bindings that follow the minor mode conventions.
4337
4338 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4341 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4342 (latex-block-args-alist): Add minipage and picture.
4343 (latex-block-body-alist): Use reftex-label if enabled.
4344 (latex-insert-block): Don't insert a \n if not necessary.
4345 (tex-compile-commands): Make sure dvips doesn't send to printer.
4346 (tex-compile-default): Handle the case where no executable is found.
4347 (latex-noindent-environments): New var.
4348 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
4349 If tex-indent-allhanging is non-nil, make sure we only align for macros
4350 at beginning of line.
4351
4352 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
4353
4354 * newcomment.el (comment-beginning): Doc fix and don't choke on
4355 unset `comment-end-skip' when at beginning of comment.
4356
4357 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
4358
4359 * term.el (term-adjust-current-row-cache): Don't allow the current
4360 row to become negative.
4361 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4362 the end of the line. Fix scroll down. Add comments.
4363 (term-handle-ansi-escape): Don't exceed terminal width when moving
4364 right.
4365 (term-scroll-region): Move the cursor after setting the scroll region.
4366
4367 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
4368
4369 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4370 to `width' for consistency with docstring. Doc fix.
4371
4372 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
4373
4374 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4375 This is necessary for derived modes.
4376
4377 2004-09-30 Kim F. Storm <storm@cua.dk>
4378
4379 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4380 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4381
4382 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4383 kmacro-extract-lambda functions.
4384 (edit-kbd-macro): Handle kmacro lambda forms.
4385 Include counter and counter format in edit buffer.
4386 (edmacro-finish-edit): Get counter and format from edit buffer and
4387 update kmacro bindings when found.
4388
4389 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
4390
4391 * textmodes/paragraphs.el (forward-paragraph):
4392 Avoid args-out-of-range error when point winds up at the beginning of
4393 the buffer and hard newlines are enabled.
4394
4395 * newcomment.el (comment-multi-line): Doc fix.
4396
4397 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4400 (diff-fixup-modifs): Catch unified-diff file-headers.
4401
4402 2004-09-29 Kim F. Storm <storm@cua.dk>
4403
4404 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4405 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4406 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4407
4408 * fringe.el (fringe-bitmap-p): New macro.
4409 (fringe-bitmaps): Add standard fringe bitmaps on load.
4410
4411 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * dired.el (dired-view-command-alist): Use more efficient regexps.
4414 Remove dubious arguments.
4415 (dired-align-file): New function.
4416 (dired-insert-directory): Use it.
4417 (dired-move-to-end-of-filename): Make the " -> " search more specific.
4418 (dired-buffers-for-dir): Remove unused var `pattern'.
4419
4420 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
4421
4422 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4423 from diary display excursion. Store diary buffer's point for
4424 `simple-diary-display'.
4425 (simple-diary-display): Set window point and start when
4426 displaying buffer, to preserve point.
4427
4428 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
4429
4430 * textmodes/enriched.el (enriched-translations): Replace defconst
4431 with defvar.
4432
4433 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4434
4435 * printing.el: Doc fix.
4436 (pr-version): New version number (6.8.1).
4437 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4438 make-temp-name.
4439 (pr-delete-file): Check if file exists before deleting it.
4440 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4441
4442 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * term.el (term-display-table): New variable.
4445 (term-mode): Use it.
4446 (term-exec-1): Set the coding system to binary.
4447 (term-emulate-terminal): Decode the string before inserting it.
4448
4449 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4452 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4453 (map): Bind S-prior, S-next and S-insert.
4454 (term-mode): Set `indent-tabs-mode' to nil.
4455 (term-paste): New function to be bound to S-insert.
4456 (term-send-del, term-send-backspace): Change the strings sent.
4457 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4458 (term-handle-colors-array): Fix handling of underline and reverse.
4459 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
4460 (term-erase-in-line): Fix comparison.
4461 (term-emulate-terminal): Fix line wrap handling.
4462 (term-start-output-log): Rename from `term-set-output-log'.
4463 (term-stop-output-log): Rename from `term-stop-photo'.
4464 (term-switch-to-alternate-sub-buffer): Comment out, unused.
4465
4466 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * dired.el (dired-move-to-filename): Don't output a message if
4469 raise-error is non-nil. Fix return position and value.
4470
4471 * files.el (insert-directory): Obey --dired even with symlinks.
4472
4473 2004-09-25 Lars Hansen <larsh@math.ku.dk>
4474
4475 * ls-lisp.el (ls-lisp-format): Mark file names with property
4476 dired-filename.
4477
4478 2004-09-25 Kim F. Storm <storm@cua.dk>
4479
4480 * ido.el (ido-max-directory-size): New defcustom.
4481 (ido-decorations): Add "too big" element.
4482 (ido-directory-too-big): New dynamic var.
4483 (ido-may-cache-directory): Don't cache big directories.
4484 (ido-directory-too-big-p): New defun.
4485 (ido-set-current-directory): Update ido-directory-too-big.
4486 (ido-read-internal): Make empty ido-cur-item if too-big.
4487 (ido-buffer-internal): Use ido-read-internal directly instead of
4488 ido-read-buffer.
4489 (ido-file-internal): Init ido-directory-too-big.
4490 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4491 and redo completion with full list.
4492 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4493 it, and show completions.
4494 (ido-all-completions): Let bind ido-directory-too-big to nil.
4495 (ido-exhibit): Handle ido-directory-too-big.
4496 (ido-read-buffer): Handle fallback to read-buffer.
4497 Init ido-directory-too-big.
4498 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4499 Init ido-directory-too-big.
4500
4501 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4502
4503 * subr.el (delay-mode-hooks): Doc fix.
4504
4505 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
4506
4507 * textmodes/enriched.el
4508 (enriched-default-text-properties-local-flag): New variable.
4509 (enriched-mode): Make sure that enabling and disabling the mode is
4510 a no-op. Doc fix.
4511
4512 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
4513
4514 * calendar/holidays.el (holiday-advent): Report on a specified day
4515 offset from advent, not just advent.
4516 (holiday-easter-etc): Report on one specified day offset from
4517 easter, not all easter holidays. Various Easter holidays moved to
4518 `christian-holidays' variable in calendar.el.
4519 * calendar/calendar.el (christian-holidays): Adapt for new
4520 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4521
4522 2004-09-23 Kim F. Storm <storm@cua.dk>
4523
4524 * image.el (insert-sliced-image): Add doc string.
4525
4526 * ido.el (ido-choice-list): New dynamic var for `list' context.
4527 (ido-context-switch-command): New dynamic var.
4528 (ido-define-mode-map): Generalize switch between file/buffer contexts.
4529 (ido-read-internal): Handle new `list' context.
4530 Handle insert-buffer and insert-file ido-exit values.
4531 (ido-buffer-internal): New arg switch-cmd. Use it to setup
4532 ido-context-switch-command. Handle insert-file ido-exit value.
4533 (ido-read-buffer): Set ido-context-switch-command to 'ignore
4534 unless it is already bound by caller.
4535 (ido-file-internal): New arg switch-cmd. Use it to setup
4536 ido-context-switch-command. Handle insert-buffer ido-exit value.
4537 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4538 used for context switching.
4539 (ido-all-completions): Handle new `list' context.
4540 (ido-make-choice-list): Return choices for `list' context.
4541 (ido-find-file-in-dir, ido-display-file, ido-write-file)
4542 (ido-display-buffer, ido-kill-buffer): Disable context switching.
4543 (ido-insert-buffer, ido-insert-file): Setup context switching.
4544 (ido-exhibit): Handle `list' context.
4545 (ido-read-file-name): Disable context switching. Handle fallback.
4546 (ido-read-directory-name): Disable context switching.
4547 (ido-completing-read): New defun like completing-read. Setup and
4548 use new `list' context.
4549
4550 2004-09-20 Jesper Harder <harder@ifa.au.dk>
4551
4552 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4553
4554 2004-09-21 Jay Belanger <belanger@truman.edu>
4555
4556 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4557 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4558 separate window.
4559
4560 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
4561
4562 * subr.el (after-change-major-mode-hook): Doc fix.
4563
4564 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4565
4566 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
4567 of ghostscript for monochrome PostScript file in Windows.
4568
4569 2004-09-21 Kenichi Handa <handa@m17n.org>
4570
4571 * descr-text.el (describe-char): Checking of quail activation
4572 fixed.
4573
4574 2004-09-21 Jay Belanger <belanger@truman.edu>
4575
4576 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4577
4578 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
4579
4580 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4581 after the mode hooks instead of before. Doc fix.
4582
4583 2004-09-20 Jason Rumney <jasonr@gnu.org>
4584
4585 * startup.el (command-line) [windows-nt]: Try .emacs first, then
4586 _emacs, but revert to .emacs if neither exists in home directory.
4587
4588 2004-09-20 John Paul Wallington <jpw@gnu.org>
4589
4590 * bindings.el (completion-ignored-extensions): Add .dfsl.
4591
4592 2004-09-20 Richard M. Stallman <rms@gnu.org>
4593
4594 * bindings.el (scroll-left): Make it disabled.
4595
4596 * files.el (enable-local-eval): Doc fix.
4597
4598 * indent.el (move-to-left-margin): Special case for minibuffer.
4599
4600 * term.el (term-emulate-terminal): Turn off undo for output.
4601 Use with-current-buffer and save-selected-window.
4602
4603 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4604
4605 * progmodes/make-mode.el (makefile-fill-paragraph):
4606 Don't insist on spaces when looking for comments. # is enough.
4607
4608 * files.el (hack-local-variables): Copy the variables list
4609 to another buffer, strip prefixes and suffixes there, then read.
4610 (enable-local-eval): Doc fix.
4611 (ignored-local-variables): Initialize to nil.
4612 (risky-local-variable-p): Don't check ignored-local-variables here.
4613 (hack-one-local-variable): Ignore var if in ignored-local-variables.
4614
4615 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4616
4617 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4618 of = to "." (punctuation).
4619
4620 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4623
4624 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
4625
4626 * textmodes/enriched.el (enriched-rerun-flag): New variable.
4627 (enriched-before-change-major-mode): New function.
4628 Add it to `change-major-mode-hook'.
4629 (enriched-after-change-major-mode): New function.
4630 Add it to `after-change-major-mode-hook'.
4631 (enriched-mode): Make it work correctly if called from
4632 `after-change-major-mode-hook'.
4633 No longer set `indent-line-function'.
4634
4635 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4636
4637 * subr.el (after-change-major-mode-hook): New variable.
4638 (run-mode-hooks): Implement it.
4639
4640 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * battery.el (battery-linux-proc-apm): Use string-to-number.
4643 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4644 Use dolist (and less indentation). Use erase-buffer.
4645 Pre-initialize `design-capacity', `warn', and `low'.
4646 (battery-format): Use replace-regexp-in-string.
4647
4648 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
4649
4650 * battery.el: Delete superfluous empty lines.
4651 (battery-linux-proc-acpi): Attempt to gather information from all
4652 battery subdirectories regardless of their file name.
4653 (battery-linux-proc-apm): Replace all occurrences of
4654 battery-hex-to-int-2 with string-to-int (base 16).
4655 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4656 (battery-hex-map): Delete variable.
4657
4658 2004-09-18 John Paul Wallington <jpw@gnu.org>
4659
4660 * calc/calc-units.el (calc-quick-units): Fix overzealous
4661 s/or/unless/.
4662
4663 2004-09-17 Jay Belanger <belanger@truman.edu>
4664
4665 * calc/calc.el (calc-mode-var-list): Fix the value of
4666 `calc-matrix-brackets'.
4667
4668 2004-09-17 Romain Francoise <romain@orebokech.com>
4669
4670 * ibuf-ext.el (define-ibuffer-filter filename):
4671 Expand dired-directory since buffer-file-name is absolute.
4672
4673 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4674
4675 * ediff-init.el (ediff-current-diff-face-A)
4676 (ediff-current-diff-face-B, ediff-current-diff-face-C)
4677 (ediff-current-diff-face-Ancestor)
4678 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4679 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4680 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4681 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4682 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4683 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4684 Use min-colors.
4685
4686 * term.el (term-down): Perform vertical motion if DOWN is negative.
4687 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4688 (term-termcap-format): Synchronyze with the eterm terminfo entry
4689 in etc/e/eterm.ti.
4690 (term-handle-colors-array): If the current foreground or
4691 background are zero (i.e. unspecified), use the foreground and
4692 background of the default face for reverse video.
4693 (term-ansi-at-eval-string, term-ansi-default-fg)
4694 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4695 (term-mem): Delete ununsed function.
4696 (term-protocol-version): Increment.
4697 (term-current-face): Set to default.
4698
4699 2004-09-15 Jay Belanger <belanger@truman.edu>
4700
4701 * calc/calc.el (calc-mode-var-list): Define this variable.
4702 (calc-always-load-extensions, calc-line-numbering)
4703 (calc-line-breaking, calc-display-just, calc-display-origin)
4704 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4705 (calc-group-char, calc-point-char, calc-frac-format)
4706 (calc-prefer-frac, calc-hms-format, calc-date-format)
4707 (calc-float-format, calc-full-float-format, calc-complex-format)
4708 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4709 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4710 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4711 (calc-matrix-brackets, calc-language, calc-language-option)
4712 (calc-left-label, calc-right-label, calc-word-size)
4713 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4714 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4715 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4716 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4717 (calc-window-height, calc-display-trail, calc-show-selections)
4718 (calc-use-selections, calc-assoc-selections)
4719 (calc-display-working-message, calc-auto-why, calc-timing)
4720 (calc-mode-save-mode, calc-standard-date-formats)
4721 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4722 (calc-user-parse-tables, calc-gnuplot-default-device)
4723 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4724 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4725 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4726 (calc-invocation-macro, calc-show-banner): Give these values as
4727 part of `calc-mode-var-list's initialization after the variables
4728 are declared with defvar.
4729 (calc-bug-address): Change email address to send bug reports to.
4730 Change the maintainer address at the top.
4731 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4732 than "\\.emacs" to determine if it is the user-init-file.
4733
4734 * calc/calc-embed.el (calc-embedded-set-modes): Use
4735 `calc-mode-var-list' correctly.
4736
4737 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
4738
4739 * vc.el (annotate-time): Document point handling.
4740 (vc-annotate-display-autoscale): Doc fix.
4741
4742 2004-09-15 Miles Bader <miles@gnu.org>
4743
4744 * generic.el (generic-make-keywords-list): Use symbol rather than
4745 word anchors in regexp.
4746
4747 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
4748
4749 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4750 no file name consider `dired-directory'.
4751
4752 2004-09-14 Kim F. Storm <storm@cua.dk>
4753
4754 * faces.el (cursor): Add face-no-inherit property. Doc fix.
4755
4756 2004-09-14 Simon Josefsson <jas@extundo.com>
4757
4758 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4759
4760 * textmodes/dns-mode.el: Add.
4761
4762 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4765 (disabled-command-function): Make the ?\ char more obvious.
4766
4767 * vc-arch.el (vc-arch-root, vc-arch-registered):
4768 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4769
4770 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
4771
4772 * windmove.el (windmove-frame-edges): Report coordinates of
4773 outside edges of frame, not inside edges.
4774 (windmove-coordinates-of-position): Convert into wrapper to new
4775 function `windmove-coordinates-of-window-position';
4776 `compute-motion' always applies to selected window.
4777 (windmove-coordinates-of-position): Update documentation to refer
4778 to Emacs 21 Lisp Reference Manual.
4779 (windmove-find-other-window): Fix off-by-one errors for max x,y.
4780
4781 2004-09-13 Kim F. Storm <storm@cua.dk>
4782
4783 * isearch.el (isearch-resume-in-command-history): Rename from
4784 isearch-resume-enabled and change default to nil.
4785
4786 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * vc-hooks.el (vc-ignore-dir-regexp): New var.
4789 (vc-registered): Use it.
4790 (vc-find-root): New fun.
4791
4792 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4793 Don't tell to use \\{...} when it's already done.
4794
4795 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4796 Provide a sample complex default.
4797 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4798 (bibtex-entry): Use mapc.
4799
4800 2004-09-12 Kim F. Storm <storm@cua.dk>
4801
4802 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4803
4804 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4805 inhibit-field-text-motion to t so rectangles work in comint buffers.
4806
4807 * simple.el (choose-completion-string): Set buffer before running
4808 choose-completion-string-functions hook so it can be buffer-local.
4809
4810 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
4811
4812 * progmodes/compile.el (compilation-start): Parse command to see
4813 if it starts with a cd, and if so perform it for the *compilation*
4814 buffer. Change the header to reflect this.
4815
4816 2004-09-11 Kim F. Storm <storm@cua.dk>
4817
4818 * ido.el (ido-enable-dot-prefix): Doc fix.
4819 (ido-enable-dot-prefix): New defcustom.
4820 (ido-set-matches1): Use it.
4821
4822 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * textmodes/bibtex.el (bibtex-mark-active)
4825 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4826
4827 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4828
4829 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4830 used in a case insensitive environment.
4831 (bibtex-mode-map): Rearrange order of menus.
4832 (bibtex-quoted-string-re): Obsolete.
4833 (bibtex-complete-key-cleanup): Variable replaced by new function.
4834 (bibtex-font-lock-keywords): Use backquotes.
4835 (bibtex-font-lock-url-regexp): New internal variable.
4836 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4837 "OPT" and "ALT".
4838 (bibtex-insert-current-kill, bibtex-make-field)
4839 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4840 (bibtex-parse-field-text): Simplify.
4841 (bibtex-string=): New helper function.
4842 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4843 (bibtex-map-entries): Use bibtex-string=.
4844 (bibtex-search-entry): Use not.
4845 (bibtex-enclosing-field): Fix docstring.
4846 (bibtex-assoc-regexp): Obsolete.
4847 (bibtex-format-entry): Use assoc-string and bibtex-string=.
4848 (bibtex-autokey-get-names): Handle empty name field.
4849 (bibtex-parse-strings): Use assoc-string and unless.
4850 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4851 Use assoc-string.
4852 (bibtex-pop): Simplify.
4853 (bibtex-mode): Set font-lock-extra-managed-props.
4854 (bibtex-entry-update): Use assoc-string.
4855 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4856 (bibtex-autofill-entry): Use bibtex-string=.
4857 (bibtex-print-help-message): Simplify.
4858 (bibtex-find-entry): New optional arg START.
4859 (bibtex-validate): Use bibtex-string= and assoc-string.
4860 Do not call obsolete function compilation-parse-errors.
4861 (bibtex-remove-delimiters): Only remove delimiters if present.
4862 (bibtex-copy-entry-as-kill): Add docstring.
4863 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4864 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4865 (bibtex-complete): Use bibtex-predefined-month-strings,
4866 bibtex-string=, and new function bibtex-complete-key-cleanup.
4867 (bibtex-generate-url-list): New variable.
4868 (bibtex-url): New command bound to C-c C-l and mouse-2.
4869 (bibtex-url-map): New local keymap for bibtex-url-mouse.
4870 (bibtex-font-lock-url): New function.
4871
4872 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4875
4876 2004-09-09 Kim F. Storm <storm@cua.dk>
4877
4878 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4879 counter and format with binding.
4880 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
4881 the declared macro uses own macro counter and format. Give symbol
4882 kmacro property.
4883 (kmacro-keymap): Bind kmacro-name-last-macro to n.
4884 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4885 (kmacro-end-and-call-macro): Doc fix.
4886
4887 2004-09-09 Lars Hansen <larsh@math.ku.dk>
4888
4889 * desktop.el (desktop-clear-preserve-buffers):
4890 Remove make-obsolete-variable.
4891
4892 2004-09-08 Richard M. Stallman <rms@gnu.org>
4893
4894 * buff-menu.el (list-buffers-noselect): Call format-mode-line
4895 with the buffer as argument.
4896
4897 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4900
4901 2004-09-08 Juri Linkov <juri@jurta.org>
4902
4903 * replace.el (perform-replace): Use `query-replace-descr'.
4904
4905 * cus-start.el (history-delete-duplicates): Specify customization.
4906
4907 * diff-mode.el (diff-mode-map):
4908 * progmodes/compile.el (compilation-mode-map):
4909 * progmodes/grep.el (grep-mode-map):
4910 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4911 to `next-error-follow-minor-mode'.
4912
4913 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4914
4915 * isearch.el (isearch-lazy-highlight-update): Take into account
4916 the case of zero-length match at the search bound.
4917
4918 2004-09-08 Kim F. Storm <storm@cua.dk>
4919
4920 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4921 change. Use zero width overlays when necessary.
4922
4923 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4924
4925 * subr.el (split-string): Docfix.
4926
4927 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4928
4929 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4930 (display-call-tree): Ensure newline after caller/calls blocks.
4931
4932 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4933
4934 * startup.el (command-line-1): Make option
4935 --directory/-L modify `load-path' straight away.
4936
4937 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4938
4939 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4940
4941 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4942
4943 * emacs-lisp/autoload.el (make-autoload):
4944 Handle `define-compilation-mode'.
4945
4946 * emacs-lisp/lisp-mode.el (define-compilation-mode):
4947 Specify `doc-string-elt' property.
4948
4949 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4950
4951 * bs.el (bs-mode): Doc fix.
4952
4953 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4954
4955 * info.el (Info-insert-dir): Fix temp buffer leak bug.
4956
4957 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4958
4959 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4960
4961 2004-09-08 Kenichi Handa <handa@m17n.org>
4962
4963 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4964 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4965 ps-mule-next-point -> 1+).
4966
4967 * composite.el (encode-composition-rule): Add autoload cooky.
4968
4969 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4970
4971 * format.el (buffer-auto-save-file-format): Make it permanent local.
4972
4973 2004-09-07 Kim F. Storm <storm@cua.dk>
4974
4975 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4976 (authors-fixed-entries): Fix typo.
4977 (authors-canonical-author-name): Compact multiple spaces.
4978 Ignore trivial names (e.g. only first name).
4979
4980 * term.el (term-window-width): Only use full window width on
4981 window system if overflow-newline-into-fringe is enabled.
4982 (term-mode): Don't disable overflow-newline-into-fringe.
4983
4984 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4987 motion as seen on my Mac OS X xterms.
4988
4989 * newcomment.el (uncomment-region-default, comment-region-default):
4990 New functions extracted from uncomment-region and comment-region.
4991 (comment-region, comment-region-function, uncomment-region)
4992 (uncomment-region-function): Use them.
4993
4994 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4995
4996 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4997 It's not crucial but can make sense at times.
4998
4999 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
5000 the first commit.
5001
5002 * vc.el (vc-buffer-context, vc-restore-buffer-context):
5003 Disable obsolete code.
5004
5005 2004-09-07 Juri Linkov <juri@jurta.org>
5006
5007 * progmodes/grep.el (grep-highlight-matches): Change default from
5008 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
5009 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5010 if grep option `--color' is available, or to `nil' otherwise.
5011 (grep-process-setup): Call `grep-compute-defaults' if
5012 `grep-highlight-matches' is not computed. Set env-vars only
5013 if `grep-highlight-matches' is `t'.
5014 (grep-use-null-device): Remove redundant type `boolean' (`choice'
5015 is already defined).
5016
5017 * progmodes/compile.el (compilation-start): Use copy of
5018 `process-environment' created by `copy-sequence' to not
5019 modify env-vars in the global `process-environment'.
5020
5021 2004-09-06 Eli Zaretskii <eliz@gnu.org>
5022
5023 * simple.el (next-error-follow-minor-mode): Fix last change.
5024
5025 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
5026
5027 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5028 permanent local.
5029
5030 2004-09-04 Richard M. Stallman <rms@gnu.org>
5031
5032 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5033 highlighting if the search string is empty.
5034
5035 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
5036
5037 * facemenu.el (facemenu-active-faces): Change condition of inner
5038 `while' loop to also check the first two elements of `face-atts'
5039 and `mask-atts'.
5040
5041 2004-09-04 John Paul Wallington <jpw@gnu.org>
5042
5043 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5044 (thumbs-view-image-mode): Make buffer read-only.
5045
5046 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
5047
5048 * textmodes/ispell.el (ispell-really-aspell): New defvar.
5049 (ispell-check-version): Set it.
5050 (ispell-send-replacement): New function.
5051 (ispell-process-line): Call ispell-send-replacement.
5052
5053 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5054
5055 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5056 Support choosing seconds with "s".
5057
5058 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
5059
5060 * terminal.el (te-escape): Show `?' in prompt for help key.
5061
5062 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
5063
5064 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5065
5066 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5067
5068 * simple.el (next-error-follow-minor-mode)
5069 (next-error-follow-mode-post-command-hook): New functions.
5070 (next-error-follow-last-line): New defvar.
5071
5072 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5073 * progmodes/compile.el (compilation-mode-map): Likewise.
5074 * progmodes/grep.el (grep-mode-map): Likewise.
5075 * replace.el (occur-mode-map): Likewise.
5076
5077 * newcomment.el (uncomment-region): Bind comment-use-global-state
5078 to nil.
5079
5080 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
5081
5082 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5083 locally around the call to `revert-buffer'.
5084
5085 2004-09-03 Juri Linkov <juri@jurta.org>
5086
5087 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5088 `isearch-adjusted' to `t'.
5089 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5090 (isearch-message-prefix): Add "pending" for isearch-adjusted.
5091 (isearch-other-meta-char): Restore isearch-point unconditionally.
5092 (isearch-query-replace): Add new arg `regexp-flag' and use it.
5093 Set point to start of match if region is not active in transient
5094 mark mode (to include the current match to region boundaries).
5095 Push the search string to `query-replace-from-history-variable'.
5096 Add prompt "Query replace regexp" for isearch-regexp.
5097 Add region beginning/end as last arguments of `perform-replace.'
5098 (isearch-query-replace-regexp): Replace code by the call to
5099 `isearch-query-replace' with arg `t'.
5100
5101 2004-09-03 Richard M. Stallman <rms@gnu.org>
5102
5103 * startup.el (normal-top-level): Undo previous TERM change.
5104
5105 2004-09-03 Kim F. Storm <storm@cua.dk>
5106
5107 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5108 highlight overlays; allow using RET when cursor is over a button.
5109 (cua--highlight-rectangle): Use it.
5110 (cua--rectangle-set-corners): Don't move backwards at eol.
5111 (cua--forward-line): Don't move into void after eob.
5112
5113 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5114 point is set (and displayed) inside rectangle.
5115 (cua--rectangle-operation): Fix for highlight of empty lines.
5116 (cua--highlight-rectangle): Fix highlight for tabs.
5117 Position cursor at left/right edge of rectangle using new `cursor'
5118 property on overlay strings.
5119 (cua--indent-rectangle): Don't tabify.
5120 (cua-rotate-rectangle): Ignore that point has moved.
5121
5122 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5123
5124 * term/mac-win.el: Add ASCII equivalents for some function keys.
5125 (mode-line-frame-identification): Sync with x-win.el.
5126
5127 2004-09-02 Juri Linkov <juri@jurta.org>
5128
5129 * progmodes/compile.el (compilation-buffer-name): Compare major
5130 mode with second element of compilation-arguments instead of third
5131 to reflect latest changes in compilation-arguments structure.
5132 (recompile): Use global variable `compilation-directory' to get
5133 recent compilation directory only when `recompile' is invoked NOT
5134 in the compilation buffer. Otherwise, use `default-directory' of
5135 the compilation buffer.
5136 (compilation-error-properties): Allow to funcall col and end-col.
5137 (compilation-mode-font-lock-keywords): Check col and end-col by
5138 `integerp'.
5139 (compilation-goto-locus): If end-mk is non-nil in transient mark
5140 mode don't activate the mark (and don't display message in
5141 push-mark), but highlight overlay between mk and end-mk.
5142
5143 * progmodes/grep.el (grep-highlight-matches): New defcustom.
5144 (grep-regexp-alist): Add rule to highlight grep matches.
5145 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
5146
5147 * info.el (Info-fontify-node): Don't compute other-tag
5148 if Info-hide-note-references=hide.
5149
5150 * help.el (function-called-at-point):
5151 * help-fns.el (variable-at-point):
5152 Try `find-tag-default' when other methods failed.
5153
5154 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5155 Do not push mark if inhibit-mark-movement is non-nil.
5156
5157 * textmodes/ispell.el (ispell-html-skip-alists):
5158 Fix backslashes in docstring.
5159
5160 2004-09-01 Juri Linkov <juri@jurta.org>
5161
5162 * isearch.el (isearch-wrap-function)
5163 (isearch-push-state-function): New defvars.
5164 (isearch-pop-fun-state): New defsubst.
5165 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5166 (isearch-push-state): Set the result of calling
5167 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5168 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5169 restore the mode-specific starting point of terminated search.
5170 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5171 (isearch-repeat): Call `isearch-wrap-function' if defined.
5172 (isearch-message-prefix): Don't add prefix "over" to the message
5173 for wrapped search if `isearch-wrap-function' is defined.
5174 (isearch-search): Call function saved in `isearch-pop-fun-state' to
5175 restore the mode-specific starting point of failed search.
5176
5177 * info.el (Info-search-whitespace-regexp): Fix backslashes.
5178 (Info-search): Add new optional arguments for the sake of isearch.
5179 Replace whitespace in Info-search-whitespace-regexp literally.
5180 Add backward search. Don't call `Info-select-node' if regexp is
5181 found in the same Info node. Don't add node to Info-history for
5182 wrapped isearch.
5183 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5184 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5185 (Info-mode): Set local variables `isearch-search-fun-function',
5186 `isearch-wrap-function', `isearch-push-state-function',
5187 `search-whitespace-regexp'.
5188
5189 * isearch.el: Remove ancient Change Log section.
5190 (isearch-string, isearch-message-string, isearch-point)
5191 (isearch-success, isearch-forward-flag, isearch-other-end)
5192 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5193 (isearch-barrier, isearch-within-brackets)
5194 (isearch-case-fold-search): Add suffix `-state' to state-related
5195 defsubsts to avoid name clashes with other function names.
5196
5197 * simple.el (next-error): New defgroup and defface.
5198 (next-error-highlight, next-error-highlight-no-select):
5199 New defcustoms.
5200 (next-error-no-select): Let-bind next-error-highlight to the value
5201 of next-error-highlight-no-select before calling `next-error'.
5202
5203 * progmodes/compile.el (compilation-goto-locus):
5204 Use `next-error' face instead of `region'. Set 4-th argument of
5205 `move-overlay' to `current-buffer' to move overlay to different
5206 source buffers. Use new variable `next-error-highlight'.
5207
5208 * simple.el (next-error-find-buffer): Move the rule
5209 "if current buffer is a next-error capable buffer" after the
5210 rule "if next-error-last-buffer is set to a live buffer".
5211 Simplify to test all rules in one `or'.
5212 (next-error): Doc fix.
5213 (next-error, previous-error, first-error)
5214 (next-error-no-select, previous-error-no-select):
5215 Make arguments optional.
5216
5217 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5218
5219 * macros.el (apply-macro-to-region-lines): Make it operate on all
5220 lines that begin in the region, rather than on all complete lines
5221 in the region.
5222
5223 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5224
5225 * x-dnd.el (x-dnd-protocol-alist): Document update.
5226 (x-dnd-known-types): Defcustom it.
5227 (x-dnd-handle-motif): Print message-atom in error message.
5228
5229 2004-08-30 John Paul Wallington <jpw@gnu.org>
5230
5231 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5232 strings rather than programatically constructing message.
5233
5234 2004-08-30 Richard M. Stallman <rms@gnu.org>
5235
5236 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5237 Don't return a string that would read as the wrong character code.
5238
5239 2004-08-29 Kim F. Storm <storm@cua.dk>
5240
5241 * emulation/cua-base.el (cua-auto-expand-rectangles):
5242 Remove automatic rectangle padding feature; replace by non-destructive
5243 virtual rectangle edges feature.
5244 (cua-virtual-rectangle-edges): New defcustom.
5245 (cua-auto-tabify-rectangles): New defcustom.
5246 (cua-paste): If paste into a marked rectangle, insert rectangle at
5247 current column, even if virtual; also paste exactly as many lines
5248 as has been marked (ignore additional lines or add empty lines),
5249 but paste whole source if only one line is marked.
5250 (cua--update-indications): No longer use overwrite-cursor to
5251 indicate rectangle padding
5252
5253 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5254 (cua--rectangle-virtual-edges): New defun.
5255 (cua--rectangle-get-corners): Remove optional PAD arg.
5256 (cua--rectangle-set-corners): Never do padding.
5257 (cua--forward-line): Remove optional PAD arg. Simplify.
5258 (cua-resize-rectangle-right, cua-resize-rectangle-left)
5259 (cua-resize-rectangle-down, cua-resize-rectangle-up):
5260 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5261 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5262 (cua--rectangle-move): Never do padding. Simplify.
5263 (cua--tabify-start): New defun.
5264 (cua--rectangle-operation): Add tabify arg. All callers changed.
5265 (cua--pad-rectangle): Remove.
5266 (cua--delete-rectangle): Handle delete with virtual edges.
5267 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5268 (cua--insert-rectangle): Handle insert at virtual column.
5269 Perform auto-tabify if necessary.
5270 (cua--activate-rectangle): Remove optional FORCE arg.
5271 Never do padding. Simplify.
5272 (cua--highlight-rectangle): Enhance for virtual edges.
5273 (cua-toggle-rectangle-padding): Remove command.
5274 (cua-toggle-rectangle-virtual-edges): New command.
5275 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
5276 (cua--rectangle-post-command): Don't force rectangle padding.
5277 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5278
5279 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
5280
5281 * indent.el (edit-tab-stops-buffer): Doc fix.
5282
5283 2004-08-28 Richard M. Stallman <rms@gnu.org>
5284
5285 * progmodes/grep.el (grep-default-command): Use find-tag-default.
5286 (grep-tag-default): Function deleted.
5287
5288 * subr.el (find-tag-default): Move from etags.el.
5289
5290 * progmodes/etags.el (find-tag-default): Move to subr.el.
5291
5292 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5293 into the basic character if it has an uppercase form.
5294
5295 2004-08-27 Kenichi Handa <handa@m17n.org>
5296
5297 * international/utf-8.el (utf-8-post-read-conversion): If the
5298 buffer is unibyte, temporarily make it multibyte.
5299
5300 2004-08-27 Masatake YAMATO <jet@gyve.org>
5301
5302 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5303
5304 2004-08-25 John Paul Wallington <jpw@gnu.org>
5305
5306 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5307 0, 1, and many mismatches in message.
5308 (tex-start-shell): Use `set-process-query-on-exit-flag'.
5309
5310 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5311 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5312
5313 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5316 vc-diff-switches differently.
5317
5318 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5319
5320 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5321 before and a real defvar after
5322 `speedbar-supported-extension-expressions'. This is to silence
5323 the compiler without breaking bootstrapping.
5324
5325 2004-08-22 Richard M. Stallman <rms@gnu.org>
5326
5327 * textmodes/flyspell.el (flyspell-word):
5328 Use set-process-query-on-exit-flag.
5329 (flyspell-highlight-duplicate-region): Take POSS as arg.
5330 (flyspell-word): Pass POSS as arg.
5331
5332 * progmodes/ada-xref.el: Many doc and style fixes.
5333 (ada-find-any-references): Use compilation-start.
5334 (ada-get-ali-file-name): Improve error msg.
5335 (ada-get-ada-file-name): Likewise.
5336
5337 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5338 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5339
5340 * mail/mail-extr.el (mail-extr-all-top-level-domains):
5341 Add forward defvar.
5342
5343 * whitespace.el (global-whitespace-mode): New alias
5344 for whitespace-global-mode.
5345
5346 * speedbar.el (speedbar-file-regexp): Move definition up.
5347 (speedbar-mode, speedbar-set-mode-line-format):
5348 Use with-no-warnings.
5349 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5350
5351 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5352 controls whether to display the error buffer.
5353
5354 * ps-mule.el: Delete compatibility code for old Emacses.
5355 (ps-mule-find-wrappoint): Don't use chars-in-region.
5356
5357 * frame.el (display-mouse-p, display-selections-p):
5358 Use with-no-warnings.
5359
5360 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5361
5362 2004-08-22 David Kastrup <dak@gnu.org>
5363
5364 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5365 information.
5366
5367 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5368
5369 2004-08-22 Andreas Schwab <schwab@suse.de>
5370
5371 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5372
5373 2004-08-22 Masatake YAMATO <jet@gyve.org>
5374
5375 * cvs-status.el (cvs-status-checkout): New function.
5376 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5377
5378 2004-08-21 David Kastrup <dak@gnu.org>
5379
5380 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5381 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5382 has been converted to use hashtables, the relation `nil=none' is
5383 no longer valid, as `nil' is not a hashtable. This patch tries to
5384 reduce the number of resulting errors.
5385
5386 2004-08-21 John Paul Wallington <jpw@gnu.org>
5387
5388 * subr.el (process-kill-without-query): Made obsolete in
5389 version 21.4, not 21.5.
5390
5391 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5392 (vc-previous-comment, vc-next-comment)
5393 (vc-comment-search-reverse, vc-comment-search-forward)
5394 (vc-comment-to-change-log): Likewise.
5395
5396 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5397
5398 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
5399
5400 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5401 Correct indentation of DEFMETHODS with non-standard method
5402 combinations (e.g., PROGN, MIN, MAX).
5403
5404 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * startup.el (normal-top-level-add-subdirs-to-load-path):
5407 Avoid unnecessarily checking system-type.
5408 (normal-top-level): Set TERM to "dumb". Simplify.
5409
5410 * avoid.el (mouse-avoidance-ignore-p): New fun.
5411 Also ignore switch-frame, select-window, double, and triple clicks.
5412 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5413 (mouse-avoidance-fancy-hook): Use it.
5414
5415 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
5416
5417 * avoid.el (mouse-avoidance-nudge-mouse)
5418 (mouse-avoidance-banish-destination): Stay within the current window
5419 to avoid problems with mouse-autoselect-window.
5420
5421 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5424 the newer format of some messages in cvs-1.12.1.
5425
5426 2004-08-19 Masatake YAMATO <jet@gyve.org>
5427
5428 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5429 (elp-results-jump-to-definition-by-mouse)
5430 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5431 (elp-output-result): Use elp-output-insert-symname.
5432
5433 2004-08-18 Kenichi Handa <handa@m17n.org>
5434
5435 * language/cyrillic.el: Register koi8-r in
5436 ctext-non-standard-encodings-alist.
5437 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5438
5439 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5440
5441 * emacs-lisp/copyright.el (copyright-update-year): Delete code
5442 that replaces 20xy with xy.
5443
5444 2004-08-17 John Paul Wallington <jpw@gnu.org>
5445
5446 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5447 (reb-force-update): Doc fix.
5448
5449 2004-08-16 Richard M. Stallman <rms@gnu.org>
5450
5451 * progmodes/which-func.el (which-func-update-1): Doc fix.
5452
5453 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5454 (sh-mode-abbrev-table): New variable.
5455
5456 * progmodes/compile.el (compilation-mode): Doc fix.
5457
5458 * emacs-lisp/lisp-mode.el (eval-last-sexp):
5459 Don't cons a new symbol each time.
5460 (eval-last-sexp-fake-value): New variable.
5461
5462 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5463 (copyright-update-year): Detect continuation of list of years.
5464
5465 * term.el (term-default-fg-color, term-default-bg-color)
5466 (ansi-term-color-vector): Use `unspecified', not nil, as default.
5467
5468 * imenu.el: Several doc fixes: don't say variables are buffer-local.
5469
5470 2004-08-16 Davis Herring <herring@lanl.gov>
5471
5472 * isearch.el (isearch-string, isearch-message-string, isearch-point)
5473 (isearch-success, isearch-forward-flag, isearch-other-end)
5474 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5475 (isearch-barrier, isearch-within-brackets)
5476 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5477
5478 2004-08-16 Kenichi Handa <handa@m17n.org>
5479
5480 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5481
5482 2004-08-15 Kenichi Handa <handa@m17n.org>
5483
5484 * term/x-win.el (x-selection-value): If utf8 was successful but
5485 ctext was not, use utf8 string.
5486
5487 2004-08-14 Davis Herring <herring@lanl.gov>
5488
5489 * isearch.el: Remove accidental changes of March 4. Fix backing
5490 up when a regexp isearch is made more general. Use symbolic
5491 accessor functions for isearch stack frames to make usage clearer.
5492 (search-whitespace-regexp): Made groups in documentation shy (as
5493 is the group in the default value).
5494 (isearch-fallback): New function, addresses problems with regexps
5495 liberalized by `\|', adds support for liberalization by `\}' (the
5496 general repetition construct), and incorporates behavior for
5497 `*'/`?'.
5498 (isearch-}-char): New command, calls `isearch-fallback' with
5499 arguments appropriate to a typed `}'.
5500 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5501 appropriately.
5502 (isearch-mode-map): Bind `}' to `isearch-}-char'.
5503 (isearch-string, isearch-message,string, isearch-point)
5504 (isearch-success, isearch-forward-flag, isearch-other-end)
5505 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5506 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5507 New inline functions to read fields of a stack frame.
5508
5509 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
5510
5511 * battery.el (battery-linux-proc-acpi): Look into battery
5512 directories matching the literal string "CMB", too (required for
5513 Linux kernel version 2.6.7).
5514
5515 2004-08-14 John Paul Wallington <jpw@gnu.org>
5516
5517 * cus-start.el (read-file-name-completion-ignore-case): Add.
5518 (blink-cursor-alist): Change version to "21.4".
5519
5520 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5521
5522 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
5523
5524 * speedbar.el (speedbar-scan-subdirs): New option.
5525 (speedbar-file-lists): Don't ignore file-name case on Unix and use
5526 dolist.
5527 (speedbar-insert-files-at-point): Take an extra argument and use
5528 it to optionally find out if a subdir is empty. Also unreadable
5529 files don't get expand buttons.
5530 (speedbar-directory): New image (unused pixmap already existed).
5531 (speedbar-expand-image-button-alist): Use it.
5532
5533 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5534
5535 CC Mode update to 5.30.9:
5536
5537 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5538 Move from cc-vars to cc-defs for dependency reasons. Fix the
5539 POSIX char class test to check that it works in
5540 `skip-chars-(forward|backward)' too.
5541
5542 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5543 first argument starts with a special brace list.
5544
5545 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5546 when `c-opt-type-concat-key' is used (i.e. in Pike).
5547
5548 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5549 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5550 >)".
5551
5552 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5553 whitespace safe.
5554
5555 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5556 position for `arglist-intro', `arglist-cont-nonempty' and
5557 `arglist-close' when there are two arglist open parens on the same
5558 line and there's nothing in front of the first.
5559
5560 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5561 locking of qualified names in Java, which previously could fontify
5562 common indexing expressions in many cases. The standard Java
5563 naming conventions are used to tell them apart.
5564
5565 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5566 Fix inconsistency wrt opening parens on the first line inside a paren
5567 block.
5568
5569 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5570 compile time for the sake of `c-major-mode-is'.
5571
5572 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5573 `c-major-mode-is' in the event that this is used inside a
5574 `c-lang-defconst'.
5575
5576 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5577 `c-lang-defconst' so that it works better with fallback languages.
5578
5579 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5580 it to fail to record the base mode.
5581
5582 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5583 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5584 is used. Reorder the syntax checks to get more efficient
5585 skipping in some situations.
5586
5587 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5588 continuation which might precede the newly inserted '{'.
5589
5590 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5591 Fix cases where it could loop indefinitely.
5592
5593 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5594 size specs correctly. Only fontify identifiers in front of '('
5595 with as functions - don't accept any paren char. Tighten up
5596 initializer skipping to stop before function and class blocks.
5597
5598 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5599 the point could be left directly after an open paren when finding
5600 the beginning of the first decl in the block.
5601
5602 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5603 table when filtering out legitimate open parens to be recorded.
5604 This could cause cache inconsistencies when e.g.
5605 `c++-template-syntax-table' was temporarily in use.
5606
5607 * progmodes/cc-engine.el (c-on-identifier)
5608 (c-simple-skip-symbol-backward): Small fix for handling "-"
5609 correctly in `skip-chars-backward'. Affected the operator lfun
5610 syntax in Pike.
5611
5612 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5613 Fix bug that could cause an error from `after-change-functions' when
5614 the changed region is at bob.
5615
5616 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
5617
5618 CC Mode update to 5.30.9:
5619
5620 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5621 to say that <TAB> doesn't insert WS into a CPP line.
5622 (c-indent-command, c-tab-always-indent): Amend doc strings.
5623
5624 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5625 checks for user errors, thus eliminating cryptic and unhelpful
5626 Emacs error messages. (1) Check the arg to `c-set-style' is a
5627 string. (2) Check that settings to `c-offsets-alist' are not
5628 spuriously quoted.
5629
5630 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5631 which precedes the newly inserted `{'.
5632
5633 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
5634
5635 Sync with Tramp 2.0.44.
5636
5637 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5638 function "tramp_file_attributes". Otherwise, file names
5639 containing spaces are misinterpreted. Reported by Magnus Henoch
5640 <mange@freemail.hu>.
5641 (tramp-handle-file-truename): FILENAME must be expanded first.
5642 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5643 obscure results. Reported by D. Goel <deego@gnufans.org>.
5644 (tramp-handle-verify-visited-file-modtime): If file does not
5645 exist, say it is not modified if and only if that agrees with the
5646 buffer's record. Check whether a file is visiting the buffer, or
5647 the buffer has no recorded last modification time. Return t in
5648 case the visiting file doesn't exist. Suggested by Luc Teirlinck
5649 <teirllm@auburn.edu>.
5650 (tramp-handle-write-region): Pass modtime explicitely to
5651 `set-visited-file-modtime', because filename can be different
5652 from (buffer-file-name) if `file-precious-flag' is set.
5653 `set-visited-file-modtime' must be called always when `visit' is t
5654 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5655 (tramp-handle-set-visited-file-modtime): If `time-list' is not
5656 nil, don't apply the whole body. If the file doesn't exists, set
5657 modtime to '(-1 65535). Suggested by Luc Teirlinck
5658 <teirllm@auburn.edu>.
5659
5660 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
5661
5662 * help.el (describe-bindings): Doc fix.
5663
5664 * subr.el (kbd): Doc fix.
5665
5666 2004-08-08 John Paul Wallington <jpw@gnu.org>
5667
5668 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5669 instead of `string-to-int'.
5670 (define-ibuffer-column mode): Fix indentation.
5671
5672 2004-08-08 Lars Hansen <larsh@math.ku.dk>
5673
5674 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5675
5676 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5677
5678 * subr.el (global-unset-key, local-unset-key): Doc fixes.
5679
5680 * novice.el (disabled-command-function): New variable renamed from
5681 `disabled-command-hook'.
5682 (disabled-command-hook): Keep the _variable_ as alias for
5683 `disabled-command-function' and make obsolete.
5684 (disabled-command-function): Function renamed from
5685 `disabled-command-hook'. Adapt code to name change of the variable.
5686
5687 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
5688
5689 * simple.el (completion-root-regexp): New defvar.
5690 (completion-setup-function): Use it instead of a literal string.
5691
5692 2004-08-07 John Paul Wallington <jpw@gnu.org>
5693
5694 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5695 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5696 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5697 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5698
5699 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5700
5701 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5702 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5703
5704 2004-08-04 Kenichi Handa <handa@m17n.org>
5705
5706 * international/encoded-kb.el (encoded-kbd-setup-keymap):
5707 Fix previous change.
5708
5709 2004-08-03 Kenichi Handa <handa@m17n.org>
5710
5711 * international/encoded-kb.el: The following changes are to
5712 utilize key-translation-map instead of minor mode map.
5713 (encoded-kbd-iso2022-non-ascii-map): Delete it.
5714 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5715 (encoded-kbd-last-key): New function.
5716 (encoded-kbd-iso2022-single-shift): New function.
5717 (encoded-kbd-iso2022-designation)
5718 (encoded-kbd-self-insert-iso2022-7bit)
5719 (encoded-kbd-self-insert-iso2022-8bit)
5720 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5721 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5722 key-translation-map.
5723 (encoded-kbd-setup-keymap): Setup key-translation-map.
5724 (saved-key-translation-map): New variable.
5725 (encoded-kbd-mode): Save/restore key-translation-map.
5726 Adjust for the change of encoded-kbd-setup-keymap.
5727
5728 2004-08-02 Kim F. Storm <storm@cua.dk>
5729
5730 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5731 and call compute-motion with nil for topos and width to get proper
5732 usable width and height for both window and non-window systems.
5733
5734 * windmove.el (windmove-coordinates-of-position): Let compute-motion
5735 calculate usable window width and height.
5736
5737 * window.el (window-buffer-height): Call compute-motion with nil width.
5738
5739 2004-08-01 David Kastrup <dak@gnu.org>
5740
5741 * replace.el (query-replace-read-from):
5742 Use `query-replace-compile-replacement'.
5743 (query-replace-compile-replacement): New function.
5744 (query-replace-read-to): Use `query-replace-compile-replacement'
5745 for repeating the last command.
5746
5747 2004-08-01 John Paul Wallington <jpw@gnu.org>
5748
5749 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5750 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5751 (pr-switches): Remove period from end of error messages.
5752
5753 * help-mode.el (help-go-back): Likewise.
5754
5755 * abbrev.el (only-global-abbrevs): Doc fix.
5756 (edit-abbrevs-map): Define within defvar.
5757 (quietly-read-abbrev-file): Doc fix.
5758
5759 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5760
5761 * novice.el (enable-command, disable-command): Doc fixes.
5762
5763 * subr.el (event-modifiers, event-basic-type): Doc fixes.
5764
5765 2004-07-30 Richard M. Stallman <rms@gnu.org>
5766
5767 * subr.el (with-local-quit): Doc fix.
5768
5769 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
5770
5771 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5772
5773 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5774
5775 * custom.el (defcustom): Doc fix.
5776
5777 2004-07-28 Masatake YAMATO <jet@gyve.org>
5778
5779 * progmodes/etags.el (etags-tags-apropos): Show building progress.
5780
5781 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * imenu.el (imenu-prev-index-position-function)
5784 (imenu-extract-index-name-function, imenu-name-lookup-function)
5785 (imenu--index-alist): Docstring redundancy fix.
5786
5787 2004-07-25 Lars Hansen <larsh@math.ku.dk>
5788
5789 * wdired.el (wdired-finish-edit): Require dired-aux before locally
5790 binding dired-backup-overwrite.
5791
5792 2004-07-25 John Paul Wallington <jpw@gnu.org>
5793
5794 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5795
5796 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5797
5798 * term/tty-colors.el (tty-color-approximate): Doc fix.
5799
5800 * select.el (x-get-selection, x-set-selection): Doc fixes.
5801
5802 * frame.el (make-frame): Doc fix.
5803
5804 2004-07-24 Richard M. Stallman <rms@gnu.org>
5805
5806 * mail/rmail.el (rmail-mime-charset-pattern):
5807 Don't include semicolon in the charset value.
5808
5809 * replace.el (occur-next-error): Call set-window-point.
5810 (occur-engine): Handle negative NLINES.
5811
5812 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
5813
5814 * frame.el (modify-all-frames-parameters): Minor doc fix.
5815 (set-frame-configuration): Doc fix.
5816
5817 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5818
5819 * simple.el (completion-setup-function): Compute the common parts
5820 and the first difference place correctly when
5821 partial-completion-mode is on.
5822
5823 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5824
5825 * ps-print.el: Doc fix.
5826 (ps-print-version): New version 6.6.5.
5827 (ps-printing-region): Doc fix.
5828 (ps-generate-string-list): Comment fix.
5829 (ps-message-log-max): Code fix.
5830
5831 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5832
5833 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5834 generated PostScript.
5835
5836 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
5837
5838 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
5839 with Gnus v5_10 branch.)
5840
5841 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
5842
5843 * calendar/time-date.el (time-to-number-of-days): New function.
5844 Imported from from Gnus.
5845
5846 2004-07-22 Kim F. Storm <storm@cua.dk>
5847
5848 * progmodes/make-mode.el: Fix comments.
5849
5850 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5851
5852 * printing.el: Doc fix.
5853
5854 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
5855
5856 * frame.el (modify-all-frames-parameters): Minor doc fix.
5857
5858 2004-07-20 Richard M. Stallman <rms@gnu.org>
5859
5860 * textmodes/fill.el (fill-nobreak-p): If this break point is
5861 at the end of the line, don't consider the newline which follows
5862 as a reason to return t.
5863
5864 2004-07-19 John Paul Wallington <jpw@gnu.org>
5865
5866 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5867
5868 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5869
5870 * dired-aux.el (dired-do-kill-lines): Expand docstring.
5871 Delete irrelevant code.
5872
5873 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5874
5875 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5876 New docstring. From Luc Teirlinck.
5877
5878 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
5879
5880 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5881 section.
5882 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5883 non-file buffers. We know it is nil.
5884
5885 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5886
5887 Sync with Tramp 2.0.43.
5888
5889 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5890 Remove outdated comment.
5891 (tramp-locked, tramp-locker): New variables for implementing a
5892 global lock.
5893 (tramp-sh-file-name-handler): Use them to implement the global lock.
5894
5895 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
5896
5897 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
5898 calls to respective `xxx` calls.
5899 (tramp-process-alive-regexp): Precise doc string.
5900 (tramp-multi-action-process-alive): New defun.
5901 (tramp-multi-actions): Use it.
5902 (tramp-handle-find-backup-file-name): `copy-tree' is available
5903 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
5904 in order to avoid this function.
5905 (tramp-handle-write-region): Set current buffer. If connection
5906 wasn't open, `file-modes' has changed it accidently. Reported by
5907 David Kastrup <dak@gnu.org>.
5908 (tramp-enter-password, tramp-read-passwd): New arguments USER and
5909 HOST.
5910 (tramp-action-password, tramp-multi-action-password): Apply it.
5911 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5912 name must still contain the port number. Otherwise, we have two
5913 Tramp buffers, with all the confusion. Reported by Myron Selby
5914 <myron@xytech.com> and Rolf Dubitzky
5915 <Dubitzky@physi.uni-heidelberg.de>.
5916
5917 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5918 HOST to `tramp-enter-passwd'.
5919
5920 * net/tramp-vc.el (all): Code cleanup. Change all
5921 `tramp-handle-xxx' calls to respective `xxx` calls.
5922
5923 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
5924
5925 * emacs-lisp/testcover.el: New category "potentially-1valued" for
5926 functions that are not erroneous if either 1-valued or
5927 multi-valued. Detect functions in this class.
5928 (testcover-1value-functions, testcover-compose-functions)
5929 (testcover-progn-functions) Add some additional functions to lists.
5930 (testcover-mark): Bugfix when marking up the definition for an
5931 empty function.
5932
5933 2004-07-17 Richard M. Stallman <rms@gnu.org>
5934
5935 * replace.el (occur-read-primary-args): Pass default to
5936 read-from-minibuffer.
5937
5938 * mail/footnote.el (footnote-section-tag): Use defcustom.
5939
5940 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5941 Compile font-lock-keywords, not KEYWORDS.
5942 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5943 Add warn, check-type. Handle cerror like error.
5944
5945 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5946
5947 * progmodes/which-func.el (which-func-keymap): New var.
5948 (which-func-face): New face.
5949 (which-func-format): Use them.
5950
5951 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5952
5953 * buff-menu.el (list-buffers-noselect): Append the buffer's
5954 process status to its mode name.
5955
5956 2004-07-16 Kim F. Storm <storm@cua.dk>
5957
5958 * simple.el (inhibit-mark-movement): New defvar.
5959 (beginning-of-buffer, end-of-buffer): Do not push mark if
5960 inhibit-mark-movement is non-nil or C-u prefix is given.
5961
5962 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5963 Init to beginning-of-buffer and end-of-buffer.
5964 (cua--undo-push-mark): New defvar.
5965 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5966 already active and command is in cua--preserve-mark-commands.
5967 Also fix check for shift modifier on non-window systems.
5968 (cua--post-command-handler): Clear inhibit-mark-movement if set.
5969
5970 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5971
5972 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5973 of two integers, instead of a cons.
5974
5975 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5976 `visited-file-modtime' now returns a list of two integers, instead
5977 of a cons.
5978
5979 * dired.el (dired-directory-changed-p): Ditto.
5980
5981 * progmodes/grep.el (grep): Doc fix.
5982
5983 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5984
5985 * autorevert.el (auto-revert-tail-mode)
5986 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5987 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5988 in both at the same time.
5989 (auto-revert-tail-mode): New command.
5990 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5991 (auto-revert-handler): Revert only either tail or whole file.
5992
5993 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5994 add auto-revert-tail-mode.
5995
5996 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5997
5998 * printing.el: Doc fix. Change name of some funs.
5999 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
6000 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
6001 (pr-standard-file-name): New fun. Replace pr-standard-path.
6002 (pr-call-process): Code fix.
6003
6004 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
6005
6006 * subr.el (with-selected-window): Doc fix.
6007
6008 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * subr.el (get-buffer-window-list): Doc fix.
6011
6012 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
6013
6014 * files.el (switch-to-buffer-other-window): Doc fix.
6015
6016 * window.el (save-selected-window, one-window-p)
6017 (split-window-keep-point, split-window-vertically)
6018 (split-window-horizontally): Doc fixes.
6019
6020 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6021
6022 * printing.el: Doc fix. Now it uses call-process instead of
6023 shell-command for low command execution.
6024 (pr-version): New version number (6.8).
6025 (pr-shell-file-name): Option removed.
6026 (pr-shell-command): Fun removed.
6027 (pr-call-process): New fun. Replace pr-shell-command.
6028 (pr-standard-path, pr-remove-nil-from-list): New funs.
6029 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6030 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6031 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6032 (pr-ps-utility-process, pr-txt-print): Code fix.
6033
6034 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6035
6036 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6037 boolean.
6038
6039 2004-07-09 Lars Hansen <larsh@math.ku.dk>
6040
6041 * wid-edit.el (widget-field-buffer): Doc fix.
6042
6043 2004-07-09 John Paul Wallington <jpw@gnu.org>
6044
6045 * emacs-lisp/re-builder.el (reb-update-overlays):
6046 Distinguish between one and several matches in message.
6047
6048 2004-07-09 Richard M. Stallman <rms@gnu.org>
6049
6050 * mouse.el (mouse-set-region-1): If transient-mark-mode
6051 is `identity', change it to `only'.
6052
6053 * simple.el (current-word): Doc fix.
6054
6055 2004-07-09 Mark A. Hershberger <mah@everybody.org>
6056
6057 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6058 so that it is more understanding of whitespace.
6059
6060 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
6061 form
6062 (("ns" . "element") (attr-list) children) instead of
6063 ((:ns . "element") (attr-list) children) in order to reduce the
6064 number of symbols used.
6065 (xml-skip-dtd): Change to use xml-parse-dtd but set
6066 xml-validating-parsing to nil.
6067 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6068 (xml-substitute-entity): Remove in favor of new entity substitution.
6069 (xml-substitute-special): Rewrite in to substitute complex
6070 entities from DOCTYPE declarations.
6071 (xml-parse-fragment): Parse fragments from entity deleclarations.
6072 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6073 (xml-parse-dtd, xml-substitute-special): Make validity checks
6074 conditioned on xml-validating-parser. Add "Not Well Formed" to
6075 error messages about well-formedness.
6076
6077 2004-07-08 Steven Tamm <steventamm@mac.com>
6078
6079 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6080 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6081 Do not treat double clicks and triple clicks specially in the
6082 scroll bar (preventing strange repositioning problems)
6083
6084 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * replace.el (query-replace-regexp-eval): Fix last change.
6087
6088 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * replace.el (query-replace-descr): New fun.
6091 (query-replace-read-from, query-replace-read-args): Default to the
6092 previous from&to.
6093 (query-replace-read-to): Quote the `from' string when displaying it.
6094 (query-replace-regexp-eval): Immediately check read-only status.
6095 Use query-replace-read-from to get the \n checking.
6096 Quote the `from' string when displaying it.
6097 (map-query-replace-regexp, occur-read-primary-args):
6098 Quote the `from' string when displaying it.
6099
6100 * isearch.el (isearch-query-replace): Pass the regexp-ness and
6101 delimited-ness of the search to query-replace.
6102
6103 * replace.el (query-replace-read-from, query-replace-read-to):
6104 New funs extracted from query-replace-read-args.
6105 (query-replace-read-args): Use them.
6106
6107 * replace.el (query-replace-interactive, query-replace-read-args):
6108 Remove the `initial' special value.
6109 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6110 (occur-engine): Remove unused var `matchend'.
6111
6112 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6113 Use the search string without prompting.
6114
6115 2004-07-05 Kenichi Handa <handa@m17n.org>
6116
6117 * international/mule.el (decode-coding-inserted-region):
6118 Set last-coding-system-used only when coding is nil.
6119
6120 2004-07-03 Eli Zaretskii <eliz@gnu.org>
6121
6122 * progmodes/grep.el (grep-compute-defaults, grep-command)
6123 (grep-program, find-program, grep-find-use-xargs, grep-history)
6124 (grep-find-history, grep-tag-default, grep-find-command)
6125 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6126 Add autoload cookies, for unbundled packages that load `compile'
6127 and expect all grep-related symbols to become defined.
6128
6129 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
6130
6131 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6132 (iimage-mode-image-search-path): New user option to search the
6133 image file.
6134 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
6135 have locate-file.
6136 (iimage-mode-buffer): Use it.
6137
6138 2004-07-03 Nick Roberts <nickrob@gnu.org>
6139
6140 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
6141 carefully.
6142 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
6143
6144 2004-07-03 Juri Linkov <juri@jurta.org>
6145
6146 * replace.el (query-replace-read-args): Swallow space after 'foo,
6147 not after (quote foo). Match space only immediately after symbol,
6148 not anywhere in the whole string.
6149
6150 2004-07-02 Richard M. Stallman <rms@gnu.org>
6151
6152 * replace.el (query-replace-read-args): Swallow space after
6153 symbols, not after closeparens. But avoid error if string ends there.
6154
6155 * progmodes/python.el (python-beginning-of-statement):
6156 Exit the loop if backward-up-list gets error.
6157
6158 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
6159
6160 2004-07-02 Andre Spiegel <spiegel@gnu.org>
6161
6162 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6163 only if vc-consult-headers is non-nil.
6164
6165 2004-07-02 Juri Linkov <juri@jurta.org>
6166
6167 * pcvs.el (cvs-mode-diff-repository): New command.
6168
6169 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6170
6171 2004-07-01 Juri Linkov <juri@jurta.org>
6172
6173 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6174 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
6175 C-M-% to isearch-query-replace-regexp.
6176 (minibuffer-local-isearch-map): Add arrow key bindings.
6177 Bind C-f to isearch-yank-char-in-minibuffer.
6178 (isearch-forward): Doc fix.
6179 (isearch-edit-string): Doc fix.
6180 (isearch-query-replace, isearch-query-replace-regexp): New funs.
6181 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
6182 (isearch-yank-char): Add optional arg.
6183 (isearch-yank-char-in-minibuffer): New fun.
6184
6185 * replace.el (query-replace-interactive): Change type from boolean
6186 to choice. Add value `initial'.
6187 (query-replace-read-args): Handle value `initial' of
6188 query-replace-interactive.
6189
6190 2004-06-29 Kim F. Storm <storm@cua.dk>
6191
6192 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6193 (breakpoint-disabled-bitmap-face): Add :group 'gud.
6194
6195 * progmodes/ada-xref.el (ada-tight-gvd-integration):
6196 Add :group 'ada.
6197
6198 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6199
6200 2004-06-29 Juri Linkov <juri@jurta.org>
6201
6202 * replace.el (query-replace-read-args): Swallow a space after
6203 everything except )]" which in most cases means after a symbol.
6204
6205 * emacs-lisp/pp.el (pp-buffer): Add autoload.
6206
6207 2004-06-28 Richard M. Stallman <rms@gnu.org>
6208
6209 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6210 More changes to go with previous change in font-lock.el.
6211
6212 2004-06-26 David Kastrup <dak@gnu.org>
6213
6214 * replace.el (perform-replace): Highlight the match even in
6215 non-query mode if there is potential replace string editing.
6216
6217 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
6218
6219 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6220 agree with new return value of `file-remote-p'.
6221 This syncs with Tramp 2.0.42.
6222
6223 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6224 according to new documentation of `file-remote-p'.
6225
6226 * files.el (file-remote-p): Fix doc to say that return value is
6227 identification of remote system, if not nil.
6228 (file-relative-name): Use new return value of `file-remote-p'.
6229
6230 2004-06-26 Nick Roberts <nickrob@gnu.org>
6231
6232 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6233 (gdb-goto-breakpoint): Fix breakage.
6234
6235 2004-06-26 Eli Zaretskii <eliz@gnu.org>
6236
6237 * man.el (Man-getpage-in-background): Add windows-nt to the list
6238 of systems where shell-file-name should be used instead of
6239 literal "sh".
6240
6241 2004-06-25 Sam Steingold <sds@gnu.org>
6242
6243 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6244 function names `(setf symbol)'.
6245
6246 2004-06-24 Richard M. Stallman <rms@gnu.org>
6247
6248 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6249
6250 * font-lock.el (font-lock-keywords): Change format of compiled values.
6251 Document it.
6252 (font-lock-add-keywords): If font-lock-keywords is compiled,
6253 extract the uncompiled version, modify, then recompile.
6254 (font-lock-remove-keywords): Likewise.
6255 (font-lock-fontify-keywords-region): Handle changed format.
6256 (font-lock-compile-keywords): Handle changed format.
6257 (font-lock-set-defaults): Compile the keywords explicitly here.
6258
6259 2004-06-24 David Kastrup <dak@gnu.org>
6260
6261 * replace.el (query-replace-read-args): Implement `\,' and `\#'
6262 replacements here.
6263 (query-replace-regexp): Doc string explaining this and the new
6264 `\?' replacement. Remove `\,' and `\#' implementation here, as it
6265 is better placed in `query-replace-read-args'.
6266 (replace-regexp): Explain `\,', `\#' and `\?'.
6267 (replace-match-data): New function for thorough reuse/destruction
6268 of old match-data.
6269 (replace-match-maybe-edit): Function for implementing `\?' editing.
6270 (perform-replace): Fix maintaining of the match stack including
6271 already matched regions, implement `\?', fix various problems
6272 with regions while editing and other stuff.
6273 (replace-highlight): Simplify.
6274
6275 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
6276
6277 * progmodes/grep.el (grep-error-screen-columns): New variable.
6278 (grep-regexp-alist): Give it the full functionality of gnu style
6279 compilation messages with line and column ranges. Ask me for the
6280 perl script I'm working on, that uses these.
6281
6282 2004-06-23 Nick Roberts <nickrob@gnu.org>
6283
6284 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6285 Remove.
6286 (comint-insert-input, comint-mouse-insert-input): New functions
6287 based on comint-insert-clicked-input for two bindings but just
6288 one functionality.
6289
6290 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6291
6292 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6293
6294 2004-06-23 Lars Hansen <larsh@math.ku.dk>
6295
6296 * files.el (write-contents-functions): Doc fix.
6297
6298 2004-06-21 Juanma Barranquero <lektu@terra.es>
6299
6300 * image.el (image-library-alist): Rewrite docstring in active voice.
6301
6302 2004-06-20 Richard M. Stallman <rms@gnu.org>
6303
6304 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6305
6306 * isearch.el (isearch-repeat): Avoid testing old match data.
6307 (isearch-message): Display trailing space in special font
6308 when search is failing.
6309 (isearch-search-fun-function): Doc fix.
6310
6311 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6312
6313 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
6314
6315 * frame.el (show-trailing-whitespace): Doc fix.
6316
6317 * cus-edit.el (custom-variable-documentation): New function.
6318 (custom-variable): Use it.
6319
6320 2004-06-19 Nick Roberts <nickrob@gnu.org>
6321
6322 * man.el (Man-getpage-in-background): Revert previous change but
6323 make cygwin a special case.
6324
6325 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
6326
6327 * autorevert.el (global-auto-revert-non-file-buffers):
6328 Update docstring.
6329
6330 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
6331
6332 * progmodes/compile.el (compilation-error-properties): Store one
6333 more than end-col, if present, so that transient-mark-mode will
6334 highlight last char too.
6335 * progmodes/grep.el (grep-regexp-alist): Match columns and column
6336 ranges, if present.
6337
6338 2004-06-18 Jason Rumney <jasonr@gnu.org>
6339
6340 * makefile.w32-in: Double percent signs in for loops.
6341
6342 2004-06-17 David Kastrup <dak@gnu.org>
6343
6344 * replace.el (query-replace-read-args): Only warn about use of \n
6345 and \t when we are doing a regexp replacement and the actual
6346 escaped character is n or t.
6347 (query-replace-regexp): Add \, and \# interpretation to
6348 interactive call and document it.
6349 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6350 as shortkey for replace-count.
6351 (replace-quote): New function for doubling backslashes.
6352
6353 2004-06-17 Juanma Barranquero <lektu@terra.es>
6354
6355 * files.el (parse-colon-path, cd): Mention in docstring that the
6356 path separator is colon in GNU-like systems.
6357
6358 * newcomment.el (comment-region-internal): Fix docstring.
6359
6360 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6361 (ewoc-invalidate, ewoc-collect): Doc fixes.
6362 (ewoc--create-node, ewoc--delete-node-internal):
6363 Fix typos in docstring.
6364
6365 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6366
6367 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6368 manual to docstring.
6369
6370 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6371
6372 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6373
6374 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6375
6376 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6377 Add hyperlink to emacs-xtra manual to docstring.
6378
6379 * autorevert.el (global-auto-revert-non-file-buffers):
6380 Add hyperlink to emacs-xtra manual to docstring, as well as an
6381 info-link.
6382
6383 2004-06-14 Juanma Barranquero <lektu@terra.es>
6384
6385 * image.el (image-library-alist): New variable to map image types
6386 to external libraries. Initialized to nil, unless system-specific
6387 configs change it.
6388 (image-type-available-p): Determine whether an image type is
6389 available by calling `init-image-library'.
6390
6391 * term/w32-win.el (image-library-alist): Initialize to a known set
6392 of probable library names.
6393
6394 2004-06-14 Kenichi Handa <handa@m17n.org>
6395
6396 * international/code-pages.el (windows-1256, cp1125): Fix tables
6397 for several characters.
6398
6399 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6400
6401 2004-06-13 Richard M. Stallman <rms@gnu.org>
6402
6403 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6404
6405 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6406 not "`pc-selection-mode'".
6407
6408 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6409
6410 * simple.el (previous-matching-history-element): Specify a default.
6411
6412 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6413
6414 * cus-face.el (custom-declare-face): Simplify code.
6415
6416 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6417
6418 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
6419
6420 * files.el (before-save-hook): Add `time-stamp' to the options.
6421
6422 * time-stamp.el (time-stamp): Recommend adding it to
6423 `before-save-hook', rather than `write-file-functions'.
6424 Make a similar change in `Commentary' section.
6425
6426 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
6427
6428 * diff-mode.el (diff-current-defun): If at start of hunk, use
6429 position of first change.
6430
6431 2004-06-13 Lars Hansen <larsh@math.ku.dk>
6432
6433 * dired-x.el (dired-mark-omitted): Bind to "*O".
6434
6435 2004-06-12 Karl Fogel <kfogel@red-bean.com>
6436
6437 * bookmark.el (bookmark-bmenu-relocate): New function, as
6438 suggested by David J. Biesack <David.Biesack@sas.com>.
6439 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6440 (bookmark-bmenu-mode): Describe binding in doc string.
6441 (bookmark-set-filename): Save the bookmark list if it's time.
6442
6443 2004-06-13 Kenichi Handa <handa@m17n.org>
6444
6445 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6446 (ccl-untranslated-to-ucs): Fix typo.
6447
6448 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6449
6450 * progmodes/python.el (python-open-block-statement-p):
6451 Fix indentation after a block opening that contains a comment.
6452
6453 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
6454
6455 * bindings.el (completion-ignored-extensions): Add file extensions
6456 of Python byte-compiled files.
6457
6458 2004-06-12 Juri Linkov <juri@jurta.org>
6459
6460 * info.el (Info-goto-node): Add autoload.
6461 (Info-toc): Add substring-no-properties on Info file name.
6462 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6463 (Info-mode-map): Bind L to Info-history, T to Info-toc.
6464
6465 2004-06-12 Kenichi Handa <handa@m17n.org>
6466
6467 * international/mule-cmds.el (set-language-environment):
6468 Load subst tables if necessary.
6469
6470 * international/mule.el (decode-char): Load subst tables if necessary.
6471 (encode-char): Likewise.
6472
6473 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6474 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
6475 (utf-16le-decode-loop): Set r5 to -1 before loop.
6476 (utf-16be-decode-loop): Likewise.
6477 (ccl-decode-mule-utf-16le): Add EOF processing block.
6478 (ccl-decode-mule-utf-16be): Likewise.
6479 (ccl-decode-mule-utf-16le-with-signature): Likewise.
6480 (ccl-decode-mule-utf-16be-with-signature): Likewise.
6481 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
6482 (ccl-mule-utf-16-encode-untrans): New CCL.
6483 (utf-16-decode-to-ucs): Handle pre-read character.
6484 (utf-16le-encode-loop): Handle surrogate pair.
6485 (utf-16be-encode-loop): Likewise.
6486 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6487 of utf-16le-encode-loop.
6488 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6489 of utf-16be-encode-loop.
6490 (mule-utf-16-post-read-conversion):
6491 Call utf-8-post-read-conversion at first.
6492 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6493 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6494 Add post-read-conversion and pre-write-conversion.
6495
6496 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6497 (utf-translate-cjk-unicode-range): New variable.
6498 (utf-translate-cjk-load-tables): New function.
6499 (utf-lookup-subst-table-for-decode): New function.
6500 (utf-lookup-subst-table-for-encode): New function.
6501 (utf-translate-cjk-mode): Init-value changed to t. Don't load
6502 tables here. Update safe-charsets of utf-* coding systems.
6503 (ccl-mule-utf-untrans): New CCL.
6504 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
6505 at end of each branch.
6506 (ccl-mule-utf-8-encode-untrans): New CCL.
6507 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6508 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
6509 length of encoding. Don't return r0.
6510 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
6511 (utf-8-post-read-conversion): Narrow to region properly.
6512 If utf-translate-cjk-mode is on, load tables if necessary.
6513 Call utf-8-compose with hash-table arg if necessary.
6514 Call XXX-compose-region instead of XXX-post-read-convesion.
6515 (utf-8-pre-write-conversion): New function.
6516 (mule-utf-8): Include CJK charsets in safe-charsets if
6517 utf-translate-cjk-mode is on. Add pre-write-conversion.
6518
6519 * international/characters.el: Temporarily set
6520 utf-translate-cjk-mode to nil.
6521
6522 * language/devan-util.el (devanagari-compose-region):
6523 Add autoload cookie.
6524
6525 * international/ccl.el (ccl-dump-call): Fix printing the
6526 subroutine name.
6527
6528 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
6529
6530 * dired.el (dired-revert): If buffer is marked unmodified before
6531 reverting, keep it marked unmodified.
6532 Adapt to new conventions for commenting out code.
6533 (dired-make-relative): Adapt to new conventions for commenting out code.
6534
6535 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
6536
6537 * eshell/esh-module.el (eshell-load-defgroups):
6538 Bind `vc-handled-backends' to nil when opening files.
6539
6540 2004-06-11 Juanma Barranquero <lektu@terra.es>
6541
6542 * files.el (parse-colon-path, cd): Doc fixes (refer to
6543 `path-separator', not colon).
6544
6545 2004-06-10 Juanma Barranquero <lektu@terra.es>
6546
6547 * newcomment.el (comment-search-forward)
6548 (comment-search-backward): Fix typos in docstring.
6549 (comment-region): Doc fix.
6550
6551 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
6552
6553 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6554 switch is no longer stored in `dired-switches-alist'.
6555
6556 * dired-aux.el (dired-insert-subdir): Do not store R switch in
6557 `dired-switches-alist'.
6558
6559 2004-06-10 Kim F. Storm <storm@cua.dk>
6560
6561 * pcvs.el (cvs-mode-diff-yesterday): New command.
6562
6563 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6564
6565 2004-06-10 Juri Linkov <juri@jurta.org>
6566
6567 * emacs-lisp/edebug.el (edebug-eval-defun):
6568 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6569 Fix docstring.
6570
6571 * simple.el (eval-expression-print-format): Don't print additional
6572 information on the first call to `eval-print-last-sexp'.
6573 (next-error-find-buffer): Fix punctuation.
6574 (killing) <defgroup>: Fix punctuation.
6575 (yank-excluded-properties): Change group from editing to killing.
6576
6577 * replace.el (perform-replace): Use `limit' to terminate the
6578 while-loop explicitly.
6579
6580 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6581
6582 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6583 Use lc-*.xpm as prefix instead of *-locol.xpm.
6584
6585 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6586 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6587 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6588 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6589 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6590 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6591 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6592 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6593 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6594 * toolbar/lc-up_arrow.xpm:
6595 Rename from *-locol.xpm.
6596
6597 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
6598
6599 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6600 include forms like &<str>; as valid url patterns.
6601
6602 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6603
6604 * dired.el (dired-diff, dired-backup-diff)
6605 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6606 (dired-do-chown, dired-do-touch, dired-do-print)
6607 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6608 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6609 (dired-create-directory, dired-do-copy, dired-do-symlink)
6610 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6611 (dired-do-copy-regexp, dired-do-hardlink-regexp)
6612 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6613 (dired-maybe-insert-subdir, dired-next-subdir)
6614 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6615 (dired-kill-subdir, dired-tree-up, dired-tree-down)
6616 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6617 (dired-run-shell-command, dired-query): Remove redundant,
6618 or incorrect, autoloads.
6619
6620 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6621 does not end in a slash. Add optional argument KILL-ROOT.
6622 Update docstring.
6623 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6624 (dired-query): Add autoloads.
6625
6626 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
6627
6628 * progmodes/compile.el (compilation-set-window-height):
6629 Rearrange the save-* functions because a buffer can have several current
6630 point in different windows.
6631 (compilation-error-regexp-alist-alist): Recognize {standard input}
6632 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6633
6634 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6635
6636 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6637 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6638 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6639 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6640 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6641 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6642 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6643 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6644 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6645 * toolbar/up_arrow-locol.xpm:
6646 New versions of icons that uses fewer colors.
6647
6648 * toolbar/tool-bar.el (tool-bar-local-item)
6649 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6650 if display-color-cells is 256 or less.
6651
6652 2004-06-08 Kim F. Storm <storm@cua.dk>
6653
6654 * wid-edit.el (widget-specify-button): Use hand pointer rather
6655 than mouse-face as visible mouse-over effect.
6656
6657 2004-06-07 Karl Fogel <kfogel@red-bean.com>
6658
6659 * saveplace.el (save-place-alist-to-file): Bind `print-length'
6660 and `print-level' to nil when writing out `save-place-alist'.
6661 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6662
6663 2004-06-07 Juanma Barranquero <lektu@terra.es>
6664
6665 * completion.el (completion-kill-region): Doc fix.
6666
6667 * format.el (format-insert-annotations)
6668 (format-annotate-location): Doc fixes.
6669 (format-subtract-regions): Make arguments match their use in docstring.
6670
6671 * simple.el (kill-region): Doc fix.
6672
6673 * subr.el (insert-buffer-substring-no-properties)
6674 (insert-buffer-substring-as-yank): Doc fixes.
6675
6676 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
6677
6678 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6679 Update docstring.
6680 (dired-reset-subdir-switches): New function.
6681
6682 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6683 Limit scope of `buffer-read-only' binding.
6684
6685 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
6686
6687 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6688 eshell-explicit-command-char.
6689
6690 2004-06-06 Juanma Barranquero <lektu@terra.es>
6691
6692 * help-fns.el (help-argument-name): Inherit from italic face only
6693 if the frame supports it.
6694
6695 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6696
6697 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6698 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6699 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6700 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6701 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6702 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6703 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6704 New conversions from xpm files.
6705
6706 * toolbar/README: New file.
6707
6708 2004-06-06 Richard M. Stallman <rms@gnu.org>
6709
6710 * isearch.el (isearch-mode-map): Undo previous change.
6711
6712 2004-06-05 Juri Linkov <juri@jurta.org>
6713
6714 * bindings.el (debug-ignored-errors): Add regexps for history
6715 related messages. Remove $ from "No further undo information".
6716 Move Ediff's messages to ediff.el.
6717
6718 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6719
6720 * cus-edit.el (custom-display): Add `min-colors'.
6721
6722 * custom.el (defface): Add `supports' to docstring.
6723
6724 * help-fns.el (help-argument-name): Add :group 'help.
6725
6726 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
6727
6728 * find-dired.el (find-ls-subdir-switches): New user option.
6729 (find-dired): No longer call `abbreviate-file-name' on DIR.
6730 Set `dired-subdir-switches' buffer-locally.
6731
6732 * locate.el: Merge the two `Commentary' sections.
6733 (locate-ls-subdir-switches): New user option.
6734 (locate): Update for other changes.
6735 (locate-mode-map): Restore Dired binding for mouse-2.
6736 Bind `locate-mouse-view-file' to M-mouse-2.
6737 Bind `l' to `locate-do-redisplay'.
6738 (locate-main-listing-line-p, locate-do-redisplay): New functions.
6739 (locate-mouse-view-file, locate-tags, locate-find-directory):
6740 Print message if used outside main listing.
6741 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
6742 Various changes to support inserted subdirectories.
6743 (locate-insert-header): Change header of *Locate* buffer.
6744
6745 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6746 Change interactive default switches.
6747 (dired-rename-subdir-2): Update `dired-switches-alist'.
6748 (dired-insert-subdir, dired-kill-subdir):
6749 Handle `dired-switches-alist'. Do not mark buffer modified.
6750 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6751 (dired-insert-subdir-doinsert): Omit messages.
6752 Handle `dired-subdir-switches'.
6753 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6754
6755 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6756 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6757 subdirs if -R switch is used for a subdir.
6758 (dired-mode): Set `dired-switches-alist'.
6759 (dired-build-subdir-alist): Only print number of directories in
6760 echo area when invoked interactively.
6761
6762 2004-06-05 Lars Hansen <larsh@math.ku.dk>
6763
6764 * dired-x.el (dired-omit-mode): Rename from
6765 dired-omit-files-p. Use define-minor-mode to define it.
6766 (dired-omit-files-p): Add as alias for dired-omit-mode.
6767 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
6768 dired-mark-omitted.
6769 (dired-mark-omitted): Add. Bind to M-O.
6770
6771 2004-06-05 Kenichi Handa <handa@m17n.org>
6772
6773 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6774
6775 2004-06-05 Juanma Barranquero <lektu@terra.es>
6776
6777 * help-fns.el (help-argument-name): Reintroduce face.
6778 (help-default-arg-highlight): Use it, now that
6779 `face-differs-from-default-p' can be trusted.
6780
6781 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6782
6783 * textmodes/table.el: Sentence commands added to Point Motion
6784 group; kill and backward-kill commands added to Extraction group.
6785
6786 2004-06-04 Mario Lang <mlang@delysid.org>
6787
6788 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6789 systems appear to use mW, make the code handle this. Fix a
6790 division-by-zero bug while at it, and handle kernels with
6791 a slightly different layout in /proc/acpi.
6792
6793 2004-06-04 Karl Fogel <kfogel@red-bean.com>
6794
6795 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6796 because the latter is a CL-ism. This fixes the bug reported by
6797 Shawn Boyette <mdxi@collapsar.net> in
6798 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6799
6800 2004-06-04 Miles Bader <miles@gnu.org>
6801
6802 * faces.el (display-supports-face-attributes-p): Function moved to
6803 C code. Previously only the tty-related portion of this function
6804 was done in C; however the previous attempt to do a halfway-proper
6805 job for non-tty displays in lisp didn't work properly because of
6806 funny conditions during Emacs startup.
6807 (face-differs-from-default-p): Simplify, now that
6808 display-supports-face-attributes-p works properly on all display
6809 types. Remove :stipple from comparison; it doesn't really work
6810 in emacs anyway.
6811
6812 2004-06-04 Miles Bader <miles@gnu.org>
6813
6814 * faces.el (face-differs-from-default-p): Use a different
6815 implementation, so we can really check whether FACE displays
6816 differently or not.
6817
6818 2004-06-04 Miles Bader <miles@gnu.org>
6819
6820 * faces.el (display-supports-face-attributes-p): Implement a
6821 `different from default' check for non-tty displays.
6822
6823 2004-06-03 David Kastrup <dak@gnu.org>
6824
6825 * woman.el (woman-mapcan): More concise code.
6826 (woman-topic-all-completions, woman-topic-all-completions-1)
6827 (woman-topic-all-completions-merge): Replace by a simpler and
6828 much faster implementation based on O(n log n) sort/merge instead
6829 of the old O(n^2) behavior.
6830
6831 2004-06-03 Miles Bader <miles@gnu.org>
6832
6833 * subr.el (read-number): Use canonical format for default in prompt.
6834
6835 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6836 Add regexp for " [...]" style defaults.
6837
6838 2004-06-02 Romain Francoise <romain@orebokech.com>
6839
6840 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6841 groups: if the user asks for a hidden buffer, open the
6842 corresponding filter group to expose it.
6843
6844 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6845 `ibuffer-jump-to-buffer'.
6846 (ibuffer-jump-offer-only-visible-buffers): New user option.
6847
6848 2004-06-02 Juanma Barranquero <lektu@terra.es>
6849
6850 * faces.el (frame-update-faces): Add empty docstring so the one
6851 for `ignore' doesn't show through.
6852
6853 * subr.el (process-kill-without-query): Remove spurious "\n" on
6854 obsolescence string.
6855 (focus-frame, unfocus-frame): Add obsolescence declaration and
6856 empty docstring.
6857
6858 * international/mule.el (register-char-codings): Make alias for
6859 `ignore'. Move docstring to obsolescence info and remove redundancy.
6860
6861 2004-06-02 Kim F. Storm <storm@cua.dk>
6862
6863 * frame.el (blink-cursor-start): Turn cursor off initially so blink
6864 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6865
6866 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * comint.el (comint-replace-by-expanded-history-before-point):
6869 Obey `start' as the docstring says.
6870 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6871 (comint-update-fence): Prevent font-lock from running unnecessarily.
6872 (comint-dynamic-list-completions): Use with-current-buffer.
6873
6874 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6875
6876 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6877 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6878 (bibtex-entry-update): Handle alternatives and optional fields.
6879 (bibtex-parse-entry): Bugfix, handle empty key.
6880
6881 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * vc-arch.el (vc-arch-state): Don't assume the file exists.
6884
6885 2004-05-31 Lars Hansen <larsh@math.ku.dk>
6886
6887 * desktop.el (desktop-save): Don't save minor modes without a
6888 known mode initialization function.
6889
6890 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
6891
6892 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6893
6894 * autorevert.el: Update `Commentary' section.
6895
6896 2004-05-30 Juanma Barranquero <lektu@terra.es>
6897
6898 * dos-fns.el (convert-standard-filename):
6899 * files.el (convert-standard-filename):
6900 * w32-fns.el (convert-standard-filename):
6901 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6902
6903 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6904
6905 Sync with Tramp.
6906
6907 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6908 (tramp-let-maybe): Move to an earlier spot in the file.
6909 Patch by Andreas Schwab.
6910
6911 2004-05-30 Andreas Schwab <schwab@suse.de>
6912
6913 * dired.el (dired-get-filename): Don't use dired-re-dot.
6914
6915 2004-05-30 Richard M. Stallman <rms@gnu.org>
6916
6917 * files.el (find-file): Doc fix.
6918
6919 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6920
6921 2004-05-30 Nick Roberts <nickrob@gnu.org>
6922
6923 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6924 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6925 modeline of the locals buffer.
6926 (gdb-goto-breakpoint): Handle gdbmi.
6927 (gdb-get-frame-number): Change for gdbmi.
6928
6929 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
6930
6931 * files.el (file-remote-p): Apply file name handler for operation
6932 `file-remote-p'. It isn' a property any longer.
6933 (file-relative-name): `fh' and `fd' get the required value via
6934 `find-file-name-handler' already.
6935
6936 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6937 (top): Remove setting of `file-remote-p' property for
6938 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
6939
6940 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
6941
6942 Version 2.0.41 of Tramp released.
6943
6944 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6945 Throw away if process has died.
6946 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6947 (tramp-out-of-band-prompt-regexp): Rename to
6948 `tramp-process-alive-regexp', because its usage is widen.
6949 (tramp-actions-copy-out-of-band): Apply it.
6950 (tramp-actions-before-shell, tramp-multi-actions):
6951 Add `tramp-action-process-alive' action.
6952 (tramp-action-process-alive): New defun.
6953 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6954 Add entry for `file-remote-p'.
6955 (tramp-handle-file-remote-p): New defun.
6956 (top): Remove setting of `file-remote-p'. Don't set
6957 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6958
6959 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6960 `file-remote-p'.
6961
6962 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6963 counted for (last) line. [They should or they shouldn't? --Stef]
6964 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6965
6966 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6967
6968 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6969 not really necessary but seems to keep the shell history smaller
6970 in some cases. It is no substitute for setting HISTFILE and
6971 HISTSIZE from tramp-open-connection-setup-interactive-shell,
6972 though. Suggested by Luc Teirlinck.
6973 (tramp-open-connection-setup-interactive-shell): Export variables
6974 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
6975 (tramp-set-process-query-on-exit-flag): New compat function.
6976 (tramp-open-connection-multi, tramp-open-connection-su)
6977 (tramp-open-connection-rsh, tramp-open-connection-telnet)
6978 (tramp-do-copy-or-rename-file-out-of-band): Use it.
6979 (tramp-let-maybe): New macro, let-binds a variable only if it
6980 isn't obsolete.
6981 (tramp-check-ls-commands, tramp-handle-expand-file-name)
6982 (tramp-handle-file-truename): Use it.
6983 (tramp-completion-file-name-regexp-unified): Avoid matching
6984 filenames starting with "/:" -- those are reserved for
6985 file-name-non-special.
6986
6987 * tramp-smb.el (tramp-smb-open-connection):
6988 Use tramp-set-process-query-on-exit-flag compat function.
6989
6990 2004-05-29 Richard M. Stallman <rms@gnu.org>
6991
6992 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6993
6994 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6995 (eval-last-sexp-print-value): Print char equivalent regardless
6996 of standard-output value.
6997
6998 * thumbs.el (thumbs-subst-char-in-string): Delete.
6999 (thumbs-thumbname): Use subst-char-in-string.
7000 (thumbs-resize-image): Use condition-case, not ignore-errors.
7001 (thumbs-kill-buffer): Likewise.
7002
7003 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
7004 (thumbs-mode): Make buffer read-only.
7005 (thumbs-make-thumb): Unconditionally accept an existing file.
7006 (thumbs-insert-thumb): Add thumb-image-file property to the image.
7007 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7008 (thumbs-show-thumbs-list): Error if images not supported.
7009 (thumbs-save-current-image): Improve prompt string.
7010 (thumbs-mode-map): Define u, R, x.
7011 (thumbs-unmark): New command.
7012 (thumbs-emboss-image): Minor cleanup.
7013 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7014 (thumbs-rename-images): New command.
7015 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
7016
7017 * thumbs.el (thumbs-current-image): New function.
7018 (thumbs-file-list, thumbs-file-alist): New functions.
7019 (thumbs-find-image): Delete arg L.
7020 Don't set up thumbs-fileL as buffer-local global var.
7021 (thumbs-find-image-at-point): Use thumbs-current-image.
7022 (thumbs-set-image-at-point-to-root-window): Likewise.
7023 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7024 Record and warn about errors. Update thumbs-markedL for deletions.
7025 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7026 (thumbs-redraw-buffer): Use thumbs-file-list.
7027 (thumbs-mark): Use thumbs-current-image.
7028 (thumbs-show-name): Use thumbs-current-image.
7029
7030 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7031 and imenu--last-menubar-index-alist.
7032
7033 * subr.el (with-selected-window): Undo previous change.
7034
7035 2004-05-29 John Paul Wallington <jpw@gnu.org>
7036
7037 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7038 (thumbs-mouse-find-image): New command.
7039 (thumbs-mode-map): Bind it to mouse-2.
7040 (thumbs-mode): Make mode-class special.
7041 (thumbs-view-image-mode): Likewise.
7042
7043 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
7044
7045 * flymake.el: New file.
7046
7047 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
7048
7049 * files.el (find-file-noselect-1): Do not bind
7050 `inhibit-read-only' to t during execution of
7051 `find-file-not-found-functions'.
7052
7053 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7056 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7057
7058 2004-05-28 Juri Linkov <juri@jurta.org>
7059
7060 * simple.el (eval-expression-print-format): New fun.
7061
7062 * simple.el (eval-expression):
7063 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7064 * emacs-lisp/edebug.el (edebug-compute-previous-result)
7065 (edebug-eval-expression): Print additionally the value returned by
7066 `eval-expression-print-format'.
7067
7068 * emacs-lisp/lisp.el (insert-pair-alist): New var.
7069 (insert-pair): Make arguments optional. Find character pair
7070 from `insert-pair-alist' according to the last input event.
7071 (insert-parentheses): Make arguments optional.
7072 (raise-sexp, delete-pair): New funs.
7073
7074 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7075 (emacs-lisp-mode-map, lisp-interaction-mode-map):
7076 Bind C-M-q to `indent-pp-sexp'.
7077
7078 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7079 `pp-to-string' modified to be able to format text with newlines.
7080 (pp-to-string): Move the buffer-formatting part of the code to
7081 `pp-buffer'. Call `pp-buffer'.
7082
7083 * info.el (Info-desktop-buffer-misc-data): Don't save information
7084 about virtual files.
7085 (Info-restore-desktop-buffer): Restore Info buffers in prepared
7086 buffers with names obtained from the desktop file instead of the
7087 default *info* buffer.
7088
7089 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * subr.el (with-selected-window): Only save/restore the selected window.
7092
7093 * progmodes/compile.el (compilation-error-regexp-alist):
7094 Use expand-file-name and data-directory.
7095
7096 * progmodes/grep.el (grep-tree): Rework previous fix.
7097
7098 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7099 after the user marked text with the mouse.
7100
7101 * startup.el (command-line): Keep the first regexp of
7102 auto-save-file-name-transforms intact.
7103
7104 2004-05-28 Juanma Barranquero <lektu@terra.es>
7105
7106 * cus-edit.el (customize-face, customize-face-other-window)
7107 (custom-face-edit-delete): Make arguments match their use in
7108 docstring.
7109 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7110 docstring.
7111
7112 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7113 not `cvs-butlast'.
7114
7115 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7116 `nbutlast' are in subr.el).
7117
7118 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7119 (set-w32-system-coding-system): Doc fixes.
7120
7121 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7122 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7123 Make arguments match their use in docstring.
7124 (artist-draw-region-trim-line-endings)
7125 (artist-mouse-choose-operation): Fix typo in docstring.
7126 (artist-key-set-point-common): Doc fix.
7127
7128 2004-05-28 Simon Josefsson <jas@extundo.com>
7129
7130 * mail/smtpmail.el (smtpmail-open-stream):
7131 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7132
7133 2004-05-26 Simon Josefsson <jas@extundo.com>
7134
7135 * starttls.el: Merge with my GNUTLS based starttls.el.
7136 (starttls-gnutls-program, starttls-use-gnutls)
7137 (starttls-extra-arguments, starttls-process-connection-type)
7138 (starttls-connect, starttls-failure, starttls-success): New variables.
7139 (starttls-program, starttls-extra-args): Doc fix.
7140 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
7141 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
7142 and pass on to corresponding *-gnutls function if it is set.
7143
7144 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * autorevert.el (auto-revert-handler): Disable auto-reverting of
7147 remote files.
7148
7149 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
7150
7151 * files.el (file-name-non-special): There are more operations
7152 which need handling: `find-backup-file-name',
7153 `insert-file-contents', `verify-visited-file-modtime',
7154 `write-region'. Rename t value of method to `add'. Add new
7155 methods `quote' and `unquote-then-quote' to file-arg-indices.
7156
7157 2004-05-25 Juri Linkov <juri@jurta.org>
7158
7159 * info.el (Info-toc): Call Info-mode on intermediate buffer.
7160 (Info-index-nodes): Enclose code in condition-case to catch errors.
7161 (Info-index-node): Don't search all index nodes if request is only
7162 for the current node and file is not in the cache of index nodes.
7163 (Info-mode-map): Bind Info-copy-current-node-name to `w'
7164 for consistency with dired-copy-filename-as-kill.
7165 Bind `S' to Info-search-case-sensitively.
7166 (Info-copy-current-node-name): New arg. With zero prefix arg put
7167 the name inside a function call to `info'. Display copied text in
7168 the echo area.
7169
7170 2004-05-25 Sam Steingold <sds@gnu.org>
7171
7172 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7173 strip the package prefix from the symbol name, if any.
7174 Make it the `find-tag-default-function' for `lisp-mode'.
7175
7176 2004-05-25 John Paul Wallington <jpw@gnu.org>
7177
7178 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7179 instead of obsolete `process-kill-without-query'.
7180
7181 * textmodes/texinfmt.el (texinfo-indexvar-alist):
7182 Declare as variable, not constant.
7183
7184 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
7185
7186 * files.el (find-file-noselect-1): Fix bug introduced by
7187 Revision 1.694. As a side effect, `inhibit-read-only'
7188 is again, by default, t during execution of
7189 `find-file-not-found-functions'.
7190 (insert-directory): Check that lines were really inserted by
7191 the --dired switch, before erasing them.
7192
7193 2004-05-24 Nick Roberts <nickrob@gnu.org>
7194
7195 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7196 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7197 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7198 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7199 gud-minor-mode (gdbmi).
7200
7201 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7202
7203 * net/browse-url.el (browse-url-interactive-arg): Enable user to
7204 explicitly select the text to be taken as URL.
7205
7206 2004-05-23 Juri Linkov <juri@jurta.org>
7207
7208 * info.el (Info-index-nodes): New var and fun.
7209 (Info-goto-index, Info-index, info-apropos)
7210 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7211 (Info-index): Fix docstring. Store and restore Info-history-list.
7212 (Info-complete-nodes): New var.
7213 (Info-complete-menu-item): Use it.
7214 (Info-index-node): New fun.
7215 (Info-final-node, Info-forward-node, Info-backward-node)
7216 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7217 Use Info-index-node.
7218 (Info-extract-menu-item, Info-extract-menu-counting): Set second
7219 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7220 (Info-find-node-2): If a node with period in its name not found,
7221 try to find a node without the name part after period.
7222 (Info-select-node): Call Info-fontify-node only if
7223 Info-fontify-maximum-menu-size is not nil.
7224 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7225 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7226 Preserve Info-history-list.
7227 (Info-toc): Set Info-current-file.
7228 (Info-build-toc): Move point to the beginning of the buffer.
7229 Add main-file variable.
7230 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7231 Use backslashed representation of the control character ^_.
7232
7233 * textmodes/texinfmt.el (texinfo-print-index): Print index line
7234 numbers in the new Texinfo 4.7 format.
7235
7236 * add-log.el (change-log-font-lock-keywords): Remove `:' from
7237 regexps for function and variable names.
7238
7239 * descr-text.el (describe-property-list): Add [show] button for
7240 `syntax-table' property with action to pp to a separate buffer.
7241 (describe-char): Replace search-forward by re-search-forward with
7242 whitespace regexp after "character:" to not fail in too narrow windows.
7243
7244 * simple.el (next-error-find-buffer): Add a rule to return
7245 next-error capable buffer if one window on the selected frame
7246 displays such buffer.
7247
7248 2004-05-23 Nick Roberts <nickrob@gnu.org>
7249
7250 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7251 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7252 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7253 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7254 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7255 Handle new value for gud-minor-mode (gdbmi).
7256 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7257 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7258 Change from local to global gdb variable set.
7259 (gdb-ann3): Initialise above gdb variable set.
7260 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7261 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7262 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7263 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7264 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7265 (gdb-info-locals-handler, gdb-invalidate-assembler)
7266 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7267 set as global variables.
7268 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7269 Handle gdbmi.
7270 (gdb-info-breakpoints-custom): Fix regexp.
7271 (def-gdb-var): Delete.
7272
7273 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7274 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7275 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7276 a new mode. The file (gdb-mi.el) for this mode will be included
7277 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7278 primary interface.
7279
7280 2004-05-23 Jesper Harder <harder@ifa.au.dk>
7281
7282 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7283 interpreted as a directory.
7284
7285 2004-05-22 Richard M. Stallman <rms@gnu.org>
7286
7287 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7288 as a close quote.
7289
7290 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7291
7292 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7293 Use assoc-string, not assoc-ignore-case.
7294
7295 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7296
7297 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7298 If moving back then fwd gets a defun that ends before point,
7299 try again moving fwd then back.
7300
7301 * files.el (file-name-non-special): Allow t in file-arg-indices
7302 to mean requote the return value. Use `identity' as an element
7303 rather than as the whole value.
7304
7305 * gs.el (gs-options): Add -dSAFER. Mark it risky.
7306
7307 2004-05-22 Juanma Barranquero <lektu@terra.es>
7308
7309 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7310 `help-make-usage'.
7311 (help-highlight-arguments): Skip function name before searching
7312 for arguments.
7313
7314 2004-05-21 Juanma Barranquero <lektu@terra.es>
7315
7316 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7317 Don't mention in the docstring these arguments meant for
7318 internal (recursive) use only.
7319 (allout-char-spec): Comment out (it's not implemented).
7320 (allout-old-expose-topic, allout-exposure): Fix docstring and add
7321 obsolescence declaration.
7322 (allout-flatten-exposed-to-buffer)
7323 (allout-indented-exposed-to-buffer): Fix typos in docstring.
7324 (my-mark-marker): Doc fix.
7325 (produce-allout-mode-map, allout-sibling-index)
7326 (allout-isearch-expose, allout-distinctive-bullet)
7327 (allout-open-topic, allout-reindent-body)
7328 (allout-rebullet-heading, allout-process-exposed)
7329 (allout-insert-listified, allout-latex-verb-quote)
7330 (allout-insert-latex-header, allout-insert-latex-trailer):
7331 Make arguments match their use in docstring.
7332 (allout-primary-bullet, allout-old-style-prefixes)
7333 (allout-inhibit-protection, allout-init, allout-mode)
7334 (allout-before-change-protect, allout-flag-region):
7335 Use "Emacs" instead of "emacs" in docstrings.
7336
7337 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
7338
7339 * international/characters.el: Modify syntax of more characters.
7340
7341 2004-05-21 Masatake YAMATO <jet@gyve.org>
7342
7343 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7344 (etags-tags-completion-table): Show parsing progress.
7345
7346 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
7347
7348 * locate.el (locate-prompt-for-command): Shorten first line of
7349 docstring.
7350 (locate-mode): Expand docstring and include keymap summary.
7351
7352 * files.el (find-file-noselect-1): Limit the scope of the
7353 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
7354 is, by default, nil during the execution of
7355 `find-file-not-found-functions' and `find-file-hook'.
7356
7357 2004-05-20 Michael Mauger <mmaug@yahoo.com>
7358
7359 * facemenu.el (facemenu-color-name-equal): New function.
7360 (list-colors-display): Use it to compare colors instead of
7361 facemenu-color-equal.
7362
7363 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
7364
7365 * compare-w.el (compare-windows-face): Use min-colors instead of
7366 checking for tty or pc types.
7367
7368 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7371 (completion-setup-function): Use with-current-buffer.
7372 Properly save excursion. Simplify.
7373 Don't assume there is necessarily a `mouse-face' property somewhere.
7374
7375 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7376
7377 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
7378
7379 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7380 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7381 Use with-current-buffer.
7382 (byte-goto-log-buffer): Delete.
7383 (byte-compile-log-file): Call compilation-forget-errors.
7384
7385 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7386
7387 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7388 output messages into the search result.
7389
7390 2004-05-19 Masatake YAMATO <jet@gyve.org>
7391
7392 * wid-edit.el (widget-radio-button-notify): Revert my last
7393 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7394
7395 2004-05-19 Kenichi Handa <handa@m17n.org>
7396
7397 * international/characters.el: Fix syntax (open/close) of CJK chars.
7398
7399 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7400
7401 * help-mode.el (help-go-back): Don't depend on position of back button.
7402
7403 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7406 files files don't contain an accidental additional /.
7407
7408 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7409 in source buffer.
7410
7411 2004-05-18 Masatake YAMATO <jet@gyve.org>
7412
7413 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7414 to widget-apply. :action method assumes 2 arguments, not 3.
7415
7416 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
7417
7418 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7419 New constants.
7420 (hs-special-modes-alist): Add an f90-mode entry.
7421
7422 2004-05-17 Sam Steingold <sds@gnu.org>
7423
7424 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7425 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
7426
7427 2004-05-16 Kim F. Storm <storm@cua.dk>
7428
7429 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7430
7431 2004-05-15 John Wiegley <johnw@newartisans.com>
7432
7433 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7434 (eshell-output-object-to-target): Improve output speed 20% by not
7435 calling `eshell-stringify' if something is already known to be a string.
7436
7437 2004-05-15 Alex Ott <ott@jet.msk.su>
7438
7439 * textmodes/ispell.el (ispell-local-dictionary-alist):
7440 Add windows-1251 to the choice of coding systems.
7441 (ispell-dictionary-alist-6): Add support for "russianw.aff",
7442 encoded in cp1251.
7443
7444 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
7445
7446 * progmodes/compile.el (compilation-warning-face)
7447 (compilation-info-face): Use min-colors.
7448
7449 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7450
7451 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7452 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7453 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7454 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7455 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7456 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7457 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7458 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7459 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7460 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7461 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7462 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7463 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7464 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7465
7466 2004-05-15 Kim F. Storm <storm@cua.dk>
7467
7468 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7469 Use it to set triggered-p element of timer.
7470 (timer-event-handler): Set triggered-p element non-nil while running
7471 the timer function.
7472
7473 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * descr-text.el (describe-char-unicode-data)
7476 (describe-char-unicodedata-file): Re-enable the unicode code now that
7477 the licensing issues have been cleared in the unicode-4 license.
7478 (describe-text-properties-1): Remove unused `overlay' var.
7479 (describe-char): Remove unused var `buffer'.
7480
7481 2004-05-14 David Ponce <david@dponce.com>
7482
7483 * tree-widget.el: New file.
7484
7485 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
7486
7487 * language/european.el ("Brazilian Portuguese"): Add support for
7488 Brazilian Portuguese.
7489
7490 2004-05-13 John Wiegley <johnw@newartisans.com>
7491
7492 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7493 `recentf-mode' if this variable has been customized to t.
7494
7495 * eshell/esh-test.el (eshell-test): Call the function
7496 `emacs-version' rather than trying to build a custom version string.
7497
7498 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * net/telnet.el (telnet-mode): Use define-derived-mode.
7501 Don't modify the global value of comint-prompt-regexp.
7502
7503 2004-05-13 John Paul Wallington <jpw@gnu.org>
7504
7505 * version.el (emacs-version): Check for `gtk' feature before
7506 `x-toolkit' feature.
7507
7508 2004-05-13 Juanma Barranquero <lektu@terra.es>
7509
7510 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7511 arguments in the docstring, they're used only in recursive calls.
7512
7513 * help-fns.el (help-arg-highlighting-function)
7514 (help-argument-name): Delete.
7515 (help-default-arg-highlight): New function.
7516 (help-do-arg-highlighting): Use it.
7517
7518 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7519
7520 * calendar/appt.el (appt-disp-window):
7521 Use `calendar-set-mode-line' for a centered mode-line.
7522
7523 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7524
7525 * calendar/appt.el (appt-disp-window): Do not split window
7526 excessively when `split-height-threshold' is low.
7527
7528 2004-05-12 Nick Roberts <nickrob@gnu.org>
7529
7530 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7531 kill-buffer-hook here and make it local.
7532 (gud-kill-buffer-hook): Use kill-process for a sure kill.
7533
7534 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
7535
7536 * progmodes/compile.el (compilation-set-window-height):
7537 Use save-excursion to protect against misplaced marker.
7538
7539 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7540
7541 * custom.el (defface): Document that type can have value gtk.
7542
7543 * faces.el (face-spec-set-match-display): Handle type gtk in display.
7544
7545 2004-05-12 Kenichi Handa <handa@m17n.org>
7546
7547 * descr-text.el: Require quail at comile time.
7548 (describe-char): If an input method is on and it supports the
7549 character, show how to input it.
7550
7551 * international/quail.el (quail-install-decode-map): Accept a
7552 char-table whose subtype is `quail-decode-map'.
7553 (quail-store-decode-map-key, quail-gen-decode-map1)
7554 (quail-gen-decode-map, quail-find-key1, quail-find-key)
7555 (quail-show-key): New functions.
7556
7557 2004-05-12 Juanma Barranquero <lektu@terra.es>
7558
7559 * generic.el (define-generic-mode): Remove redundant arglist info.
7560
7561 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7562 Make arguments match their use in docstring.
7563 (help-arg-highlighting-function): New variable.
7564 (help-argument-name): Mention it in the docstring.
7565 (help-do-arg-highlight): Use it. Expand regexp to accept also
7566 ARG-xxx and xxx-ARG references.
7567
7568 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7569
7570 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7571 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7572 and "mailto:addr1?to=addr2" equal.
7573
7574 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7575
7576 * man.el (Man-getpage-in-background): Use shell-file-name
7577 and shell-command-switch variables instead of hard-coded values.
7578
7579 2004-05-11 Eli Zaretskii <eliz@gnu.org>
7580
7581 * iimage.el: New file.
7582
7583 2004-05-11 Juanma Barranquero <lektu@terra.es>
7584
7585 * custom.el (custom-initialize-default, defcustom):
7586 Fix typo in docstring.
7587
7588 * files.el (set-visited-file-name, file-expand-wildcards):
7589 Fix docstring.
7590
7591 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7594
7595 * subr.el (eventp): Be more discriminating with integers.
7596
7597 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
7598
7599 * progmodes/compile.el (compile): Add universal prefix arg.
7600 (compilation-error-regexp-alist-alist): Add edg patterns.
7601
7602 2004-05-10 Sam Steingold <sds@gnu.org>
7603
7604 * textmodes/ispell.el (ispell-message):
7605 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7606
7607 2004-05-10 Dave Love <fx@gnu.org>
7608
7609 * progmodes/python.el (help-buffer): Autoload when compiling.
7610 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7611 (run-python): Prepend to any existing PYTHONPATH.
7612
7613 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
7614
7615 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7616 for pending breakpoints.
7617
7618 2004-05-10 Richard M. Stallman <rms@gnu.org>
7619
7620 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
7621 directly without calling any functions in Rmail.
7622 (unrmail-unprune): Function deleted.
7623
7624 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7625
7626 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7627 C-c C-z binding.
7628
7629 2004-05-10 Kenichi Handa <handa@m17n.org>
7630
7631 * descr-text.el (describe-char): Fix previous change. Don't make
7632 a unibyte character to multibyte in the *Help* buffer.
7633
7634 2004-05-10 Miles Bader <miles@gnu.org>
7635
7636 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7637 buffer an error if the debugger process is actually running.
7638
7639 2004-05-10 Juanma Barranquero <lektu@terra.es>
7640
7641 * help-fns.el (help-argument-name): Default to italic.
7642 (help-highlight-arguments): Return always (usage . doc), even when
7643 usage is nil.
7644
7645 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7646 (define-ibuffer-filter): Add usage info.
7647 (define-ibuffer-op): Add usage info (but CL-style defaults for
7648 keyword args are not shown).
7649
7650 * subr.el (remove-overlays, read-passwd): Fix docstring.
7651 (start-process-shell-command): Fix docstring. Put usage info in a
7652 format usable by `describe-function'.
7653 (open-network-stream, open-network-stream-nowait)
7654 (open-network-stream-server): Fix docstring.
7655
7656 2004-05-09 Jason Rumney <jasonr@gnu.org>
7657
7658 * international/code-pages (cp932, cp936, cp949, c950): Remove.
7659 Only define cp125* if windows-125* is already defined.
7660
7661 * language/korean.el (cp949): Add alias.
7662
7663 * language/chinese.el (cp936, cp950): Add aliases.
7664
7665 * language/japanese.el (cp932): Add alias.
7666
7667 * term/w32-win.el: Require code-pages.
7668
7669 * international/mule-cmds.el (set-locale-environment):
7670 On MS-Windows use ansi code-page for default coding-systems.
7671 Set up paper sizes for Windows 3 letter languages.
7672
7673 * international/code-pages.el (cp932, cp936, cp949, cp950):
7674 Add aliases. Also add cp125* if not already defined.
7675
7676 2004-05-09 Juanma Barranquero <lektu@terra.es>
7677
7678 * help-fns.el (help-highlight-arguments): Don't try to highlight
7679 missing or autoloaded arglists. Accept structured arguments, like
7680 the first ones of `do' and `flet'.
7681
7682 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7683 (cvs-get-marked): Remove redundant arglist info.
7684
7685 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7686 Don't use CL-style default args.
7687
7688 2004-05-08 Andreas Schwab <schwab@suse.de>
7689
7690 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7691
7692 * international/subst-ksc.el: Fix references to utf-translate-cjk
7693 into utf-translate-cjk-mode.
7694 * international/subst-big5.el: Likewise.
7695 * international/subst-gb2312.el: Likewise.
7696 * international/subst-jis.el: Likewise.
7697 * international/utf-16.el: Likewise.
7698 * international/utf-8.el: Likewise.
7699
7700 2004-05-08 John Wiegley <johnw@newartisans.com>
7701
7702 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7703 "virtual buffers" (off by default), which makes it possible to
7704 switch to the "virtual" buffers of recently visited files. When a
7705 buffer name search fails, and this option is on, iswitchb will
7706 look at the list of recently visited files, and permit matching
7707 against those names. When the user hits RET on a match, it will
7708 revisit that file.
7709 (iswitchb-read-buffer): Add two optional arguments, which makes
7710 isearchb.el possible.
7711 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7712 (iswitchb-next-match): Add support for virtual buffers.
7713
7714 * isearchb.el: This module extends iswitchb to provide "as you
7715 type" buffer selection.
7716
7717 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7718 Ignore the read-only property when flyspell highlighting is on.
7719 Not ignoring it leads to a series of confusing errors.
7720 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7721 but also make sure to call flyspell-incorrect-hook.
7722 (flyspell-maybe-correct-transposition): Perform transposition test
7723 by bit twiddling a string, rather than using a temp buffer.
7724 (flyspell-maybe-correct-doubling): Use a string rather than a temp
7725 buffer. This is also the original version of the code, which
7726 could not be checked in before due to a previous lack of
7727 assignment papers. This version has seen heavy usage on my system
7728 for several years now.
7729
7730 * calendar/cal-bahai.el: New file, which adds support for the
7731 Baha'i calendar to Emacs. This calendar is based on a solar year
7732 of 19 months of 19 days, with 4 intercalary days. Each year
7733 begins on March 21, with the calendar starting in 1844.
7734
7735 * calendar/cal-menu.el, calendar/calendar.el,
7736 calendar/diary-lib.el, calendar/holidays.el: Added support for
7737 using cal-bahai.el.
7738
7739 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7740 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7741 function can be used outside of eshell buffers.
7742 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7743
7744 2004-05-08 Juanma Barranquero <lektu@terra.es>
7745
7746 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7747 word constituent so FOO-ARG is not recognized as an arg.
7748 (help-highlight-arguments): Don't skip lists in mandatory arguments.
7749
7750 * simple.el (next-error): Fix typo in docstring.
7751 (open-line): Make argument names match their use in docstring.
7752 (split-line): Fix docstring.
7753
7754 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7755 usable by `describe-function'.
7756 (gensym, gentemp, typep, ignore-errors): Make argument names match
7757 their use in docstring.
7758
7759 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7760 argument to `help-setup-xref'.
7761
7762 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
7763
7764 Version 2.0.40 of Tramp released.
7765
7766 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7767 Use symbol-function to invoke functions only known on some Emacs
7768 flavors. This avoids byte-compiler warnings. Reported by Kevin
7769 Scaldeferri <kevin@scaldeferri.com>.
7770 (tramp-do-copy-or-rename-file-via-buffer): Rename from
7771 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7772 consistent with the other tramp-do-* functions.
7773 (tramp-do-copy-or-rename-file): Calls adjusted.
7774 (tramp-process-initial-commands): Avoid liveness check on shell --
7775 we know that it must be alive since we're opening a connection at
7776 this moment.
7777 (tramp-last-cmd): New internal variable.
7778 (tramp-process-echoes): New tunable.
7779 (tramp-send-command): Set tramp-last-cmd.
7780 (tramp-wait-for-output): Delete echo, if applicable.
7781 (tramp-read-passwd): Construct the key for the password cache in a
7782 way that works for multi methods, too.
7783 (tramp-bug): Add backup-directory-alist and
7784 bkup-backup-directory-info to bug reports, with Tramp counterparts.
7785
7786 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
7787
7788 * net/tramp*.el: Suppress byte-compiler warnings where possible.
7789
7790 * net/tramp.el (tramp-out-of-band-prompt-regexp)
7791 (tramp-actions-copy-out-of-band): New defcustoms.
7792 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7793 used instead of a synchronous one. Allows password entering.
7794 (tramp-action-out-of-band): New defun.
7795 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7796 Remove restriction with password from doc string.
7797 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7798 `tramp-out-of-band-prompt-regexp',
7799 `tramp-actions-copy-out-of-band', `password-cache' and
7800 `password-cache-expiry'.
7801 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
7802 password caching.
7803 (tramp-touch): FILE can be a local file, too.
7804 (TODO): Remove items done.
7805 (tramp-handle-insert-directory): Properly quote file name also if
7806 not full-directory-p. Handle wildcard case. Reported by Andreas
7807 Schwab <schwab@suse.de>.
7808 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7809 new file.
7810 (tramp-handle-file-local-copy, tramp-handle-write-region):
7811 The permissions of the temporary file are set if filename exists.
7812 Reported by Ted Stern <stern@cray.com>.
7813 (tramp-backup-directory-alist)
7814 (tramp-bkup-backup-directory-info): New defcustoms.
7815 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7816 (tramp-handle-find-backup-file-name): New function.
7817 Implements Tramp's find-backup-file-name.
7818
7819 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7820 for `find-backup-file-name'.
7821
7822 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7823 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
7824
7825 2004-05-07 Lars Hansen <larsh@math.ku.dk>
7826
7827 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7828
7829 2004-05-07 Juanma Barranquero <lektu@terra.es>
7830
7831 * subr.el (lambda): Add arglist description to docstring.
7832 (declare): Fix typo in docstring.
7833 (open-network-stream): Fix docstring.
7834 (process-kill-without-query): Fix docstring and add obsolescence info.
7835 (last, butlast, nbutlast): Make arguments match their use in docstring.
7836 (insert-buffer-substring-no-properties): Likewise.
7837 (insert-buffer-substring-as-yank): Likewise.
7838 (split-string): Fix docstring.
7839
7840 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7841 Make argument names match their use in docstring.
7842
7843 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7844
7845 2004-05-06 Nick Roberts <nickrob@gnu.org>
7846
7847 * progmodes/gdb-ui.el: Improve/extend documentation strings.
7848 Fit first sentence on one line for apropos-command.
7849
7850 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 Changes largely merged in from Dave Love's code.
7853 * progmodes/python.el: Doc fixes.
7854 (python-mode-map): Add python-complete-symbol.
7855 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7856 (python-comment-indent, python-complete-symbol)
7857 (python-symbol-completions, python-partial-symbol)
7858 (python-try-complete): New.
7859 (python-indent-line): Remove optional arg. Use python-block-end-p.
7860 (python-check): Bind compilation-error-regexp-alist.
7861 (inferior-python-mode): Use rx. Move keybindings to top level.
7862 Set comint-input-filter.
7863 (python-preoutput-filter): Use rx.
7864 (python-input-filter): Re-introduce.
7865 (python-proc): Start new process if necessary.
7866 Check python-buffer non-nil.
7867 (view-return-to-alist): Defvar.
7868 (python-send-receive): New.
7869 (python-eldoc-function): Use it.
7870 (python-mode-running): Don't defvar.
7871 (python-mode): Set comment-indent-function.
7872 Maybe update hippie-expand-try-functions-list.
7873 (python-indentation-levels): Initialize differently.
7874 (python-block-end-p): New.
7875 (python-indent-line): Use it.
7876 (python-compilation-regexp-alist): Augment.
7877 (run-python): Import `emacs' module to Python rather than loading
7878 code directly. Set python-buffer differently.
7879 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
7880 Use python-proc.
7881 (python-send-command): Go to end of comint buffer.
7882 (python-load-file): Use python-proc, emacs.eimport.
7883 (python-describe-symbol): Simplify interactive form.
7884 Use emacs.help. Do use temp-buffer-show-hook.
7885 Call print-help-return-message.
7886 (hippie-exp): Require when compiling.
7887 (python-preoutput-continuation): Use rx.
7888
7889 * diff-mode.el (diff-make-unified): Fix regexp.
7890
7891 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
7892
7893 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7894 filter groups from the buffer when rebuilding the Ibuffer buffer
7895 and `ibuffer-show-empty-filter-groups' is nil.
7896
7897 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7898
7899 * ps-print.el (ps-print-quote): Call ps-value-string.
7900 (ps-setup): Call ps-comment-string.
7901 (ps-value-string, ps-comment-string): New funs.
7902
7903 2004-05-06 Juanma Barranquero <lektu@terra.es>
7904
7905 * ehelp.el (electric-help-command-loop): Check whether the last
7906 character is visible, not (point-max).
7907
7908 * help-fns.el (help-argument-name): Default to bold; don't inherit
7909 from font-lock-variable-name-face.
7910 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7911
7912 2004-05-05 Kenichi Handa <handa@m17n.org>
7913
7914 * descr-text.el (describe-char): Copy the character with text
7915 properties and overlays into the first line, and call
7916 describe-text-properties on it.
7917
7918 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
7919
7920 * iswitchb.el (iswitchb-global-map): Fix typo.
7921 Remove unwanted ###autoloads from source file.
7922
7923 2004-05-05 Lars Hansen <larsh@math.ku.dk>
7924
7925 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7926 in run-hooks. Use substitute-command-keys in message.
7927 (wdired-abort-changes): Add message.
7928
7929 2004-05-03 Michael Mauger <mmaug@yahoo.com>
7930
7931 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7932 (sql-emacs20-p): Remove.
7933 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7934 (sql-builtin-face, sql-doc-face): Remove.
7935 (sql-mode-ansi-font-lock-keywords)
7936 (sql-mode-oracle-font-lock-keywords)
7937 (sql-mode-postgres-font-lock-keywords)
7938 (sql-mode-linter-font-lock-keywords)
7939 (sql-mode-ms-font-lock-keywords)
7940 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7941 (sql-product-font-lock): Fix font-lock reset when font rules change.
7942 (sql-highlight-product): Remove incorrect font-lock reset logic.
7943
7944 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
7945
7946 * ses.el (ses-set-parameter): Fix typo.
7947
7948 2004-05-04 Kim F. Storm <storm@cua.dk>
7949
7950 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7951 Must expand directory for completion to work; and don't mess with
7952 process-environment.
7953 (ido-read-file-name): If command has ido property, don't use ido
7954 if value is ignore, or read as directory if value is dir.
7955 Set ido ignore property for dired-do-rename command.
7956
7957 2004-05-04 Juanma Barranquero <lektu@terra.es>
7958
7959 * ehelp.el (electric-help-command-loop, electric-help-undefined)
7960 (electric-help-help): Check against unmapped commands.
7961
7962 * help-fns.el (help-argument-name): New face, inheriting from
7963 font-lock-variable-name-face, to highlight function arguments in
7964 `describe-function' and `describe-key'.
7965 (help-do-arg-highlight): Auxiliary function to highlight a given
7966 list of arguments in a string.
7967 (help-highlight-arguments): Highlight the function arguments and
7968 all uses of them in the docstring.
7969 (describe-function-1): Use it. Do docstring output via `insert',
7970 not 'princ', so text attributes are preserved.
7971
7972 * winner.el (winner-mode-map): Move `winner-undo' and
7973 `winner-redo' to C-c <left> and C-c <right>, respectively (the
7974 previous bindings conflict with `prev-buffer', `next-buffer').
7975
7976 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7977
7978 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7979 (bibtex-entry-update): New command bound to C-c C-u.
7980 (bibtex-text-in-string): Fix regexp.
7981 (bibtex-assoc-of-regexp): Remove.
7982 (bibtex-progress-message): Fix docstring.
7983 (bibtex-inside-field): Use if.
7984 (bibtex-assoc-regexp): New function.
7985 (bibtex-format-entry): Make code more robust so that it formats
7986 also old entries.
7987 (bibtex-autokey-demangle-title): Merge with obsolete function
7988 bibtex-assoc-of-regexp.
7989 (bibtex-field-list): New function.
7990 (bibtex-entry): Use bibtex-field-list.
7991 (bibtex-parse-entry): Fix docstring.
7992 (bibtex-print-help-message): Use bibtex-field-list.
7993 (bibtex-make-field): Use bibtex-field-list.
7994 (bibtex-entry-index): Bugfix. Return crossref key if required.
7995 (bibtex-lessp): Fix docstring.
7996
7997 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7998
7999 * select.el (xselect-convert-to-string): Move comment to intended line.
8000
8001 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8002
8003 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
8004 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8005
8006 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8007
8008 * term/x-win.el (x-clipboard-yank): Don't exit on error from
8009 x-get-selection.
8010
8011 2004-05-03 Jason Rumney <jasonr@gnu.org>
8012
8013 * makefile.nt: Remove.
8014
8015 2004-05-03 Kim F. Storm <storm@cua.dk>
8016
8017 * emulation/cua-base.el (cua--update-indications): Fix last change.
8018 (cua-mode): Deactivate mark when cua-mode is enabled.
8019
8020 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
8021
8022 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8023
8024 2004-05-03 Nick Roberts <nickrob@gnu.org>
8025
8026 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8027 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8028 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8029 window over visible frames.
8030 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8031
8032 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * progmodes/compile.el (compilation-gcpro): New var.
8035 (compilation-fake-loc): Use it.
8036 (compilation-forget-errors): Reset it.
8037
8038 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8039
8040 * diff-mode.el (diff-header-face, diff-file-header-face):
8041 Use min-colors.
8042
8043 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8044
8045 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8046 (bibtex-clean-entry): Disentangle code.
8047 (bibtex-realign): New function.
8048 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
8049 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8050 Remove undocumented optional arg called-by-convert-alien.
8051 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
8052 for sorting instead of bibtex-sort-buffer.
8053
8054 2004-05-02 Eli Zaretskii <eliz@gnu.org>
8055
8056 * progmodes/compile.el (compilation-start): In the
8057 no-async-subprocesses branch, call sit-for to give redisplay a
8058 chance to show the updated process status in the mode line, and
8059 fontify the buffer explicitly after the process exits.
8060
8061 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * progmodes/python.el (python-compilation-line-number): Remove.
8064 (python-compilation-regexp-alist): Don't use it any more.
8065 (python-orig-start, python-input-filter): Remove.
8066 (inferior-python-mode): Don't set up comint-input-filter-functions.
8067 (python-send-region): Use compilation-fake-loc.
8068
8069 * progmodes/compile.el (compilation-messages-start): New var.
8070 (compilation-mode): Don't setup next-error-function here.
8071 (compilation-setup): Set it up here instead (for minor modes as well).
8072 Make compilation-messages-start buffer local.
8073 (compilation-next-error-function): Use it.
8074 (compilation-forget-errors): Set compilation-messages-start.
8075
8076 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
8077
8078 * ielm.el (ielm-prompt-read-only): Update docstring.
8079
8080 * comint.el (comint-prompt-read-only): Update docstring.
8081 (comint-update-fence, comint-kill-whole-line)
8082 (comint-kill-region): New functions.
8083
8084 * simple.el (kill-whole-line): Use "p" instead of "P" in
8085 interactive form.
8086
8087 2004-05-01 Juanma Barranquero <lektu@terra.es>
8088
8089 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8090 format arglist so default values in CL-style argument lists are
8091 correctly shown.
8092
8093 2004-05-01 Jason Rumney <jasonr@gnu.org>
8094
8095 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8096
8097 2004-05-01 Kenichi Handa <handa@m17n.org>
8098
8099 * international/titdic-cnv.el (miscdic-convert): Don't generate a
8100 quail file if it is up to date.
8101
8102 2004-04-30 Juri Linkov <juri@jurta.org>
8103
8104 * cus-edit.el (custom-mode-map):
8105 Add key binding `C-x C-s' to `Custom-save'.
8106
8107 * outline.el (outline-blank-line): New var.
8108 (outline-next-preface, outline-show-heading)
8109 (outline-end-of-subtree): Use it.
8110
8111 * dired-aux.el (dired-touch-initial): New fun.
8112 (dired-do-chxxx): Call it for op-symbol `touch'.
8113 (dired-diff): Use `dired-dwim-target-directory'
8114 if current dired buffer has no buffer mark.
8115
8116 * bindings.el (propertized-buffer-identification):
8117 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8118 Add C-M-arrow keys for consistency.
8119
8120 * files.el (confirm-kill-emacs):
8121 Change group from top-level `emacs' to `convenience'.
8122
8123 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8124 Push mark on the first call of successive command calls.
8125 (insert-pair): New fun created from `insert-parentheses' with
8126 `open' and `close' arguments added. Enclose active regions
8127 in paired characters. Compare adjacent characters syntax with
8128 inserted characters syntax before inserting a space.
8129 (insert-parentheses): Call `insert-pair' with ?\( ?\).
8130
8131 * delsel.el: Don't put `delete-selection' property
8132 on `insert-parentheses' symbol to take advantage of
8133 region handling in `insert-pair' function.
8134 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8135
8136 2004-04-30 Kim F. Storm <storm@cua.dk>
8137
8138 * emulation/cua-base.el: Add support for changing cursor types;
8139 based on patch from Michael Mauger.
8140 (cua-normal-cursor-color, cua-read-only-cursor-color)
8141 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
8142 Customization cursor type and/or cursor color.
8143 (cua--update-indications): Handle cursor type changes.
8144 (cua-mode): Update cursor indications if enabled.
8145
8146 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
8147
8148 * mouse.el (mouse-drag-copy-region): New defcustom.
8149 (mouse-set-region, mouse-drag-region-1): Use it.
8150
8151 * simple.el (kill-ring-save): If region face background color is
8152 unspecified (if no highlighting), show extent of fully visible
8153 region even if transient-mark-mode is enabled.
8154
8155 * emulation/cua-base.el (cua--standard-movement-commands):
8156 Add cua-scroll-up and cua-scroll-down.
8157 (cua-scroll-up, cua-scroll-down): New commands.
8158 (cua--init-keymaps): Remap scroll-up and scroll-down.
8159
8160 * emulation/cua-rect.el (cua--convert-rectangle-as):
8161 New defmacro.
8162 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8163 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8164 New commands (suggested by Jordan Breeding).
8165
8166 2004-04-30 Juanma Barranquero <lektu@terra.es>
8167
8168 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8169
8170 2004-04-30 Mario Lang <mlang@delysid.org>
8171
8172 * diff.el (diff-switches): Fix typo in docstring.
8173
8174 2004-04-30 Alex Schroeder <alex@gnu.org>
8175
8176 * xml.el (xml-debug-print-internal): Don't add newline and
8177 indentation to text nodes and write empty elements as empty tags
8178 instead of opening and closing tags.
8179 (xml-debug-print): Take optional indent-string argument.
8180 (xml-print): Alias for xml-debug-print.
8181
8182 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8183
8184 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8185 than duplicate call to `line-beginning-position'.
8186
8187 * progmodes/f90.el (f90-get-present-comment-type):
8188 Return whitespace, as well as comment chars, for consistent filling
8189 of comment blocks. Use `match-string-no-properties'.
8190 (f90-break-line): Trim trailing whitespace when filling comments.
8191
8192 2004-04-30 Dave Love <fx@gnu.org>
8193
8194 * calendar/diary-lib.el (diary-outlook-formats): New variable.
8195 (diary-from-outlook-internal, diary-from-outlook)
8196 (diary-from-outlook-gnus, diary-from-outlook-rmail):
8197 New functions to import diary entries from Outlook-format
8198 appointments in mail messages.
8199
8200 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8201
8202 * progmodes/python.el (python-send-command): New fun.
8203 (python-send-region, python-load-file): Use it.
8204
8205 * progmodes/compile.el (compilation-last-buffer): Add var alias.
8206
8207 * help-fns.el (help-C-file-name): Use new subr-name.
8208 Prepend `src/' to the file name.
8209 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8210 (describe-function-1, describe-variable): Only find a C source file
8211 name if DOC is already loaded.
8212
8213 * help-mode.el (help-function-def, help-variable-def):
8214 Use the new find-function-search-for-symbol functionality.
8215 Allow FILE to be `C-source'.
8216
8217 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8218 (find-function-C-source): New fun.
8219 (find-function-search-for-symbol): Use it.
8220
8221 2004-03-29 Michael Mauger <mmaug@yahoo.com>
8222
8223 * progmodes/sql.el (sql-product-alist): Rename variable
8224 `sql-product-support'. Add Postgres login parameters.
8225 (sql-set-product, sql-product-feature): Update with renamed variable.
8226 (sql-connect-postgres): Add username prompt.
8227 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8228 Make patterns less product specific.
8229 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8230 (sql-mode-abbrev-table): Modify initialization.
8231 (sql-builtin-face): Add variable.
8232 (sql-keywords-re): Add macro.
8233 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8234 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8235 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8236 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8237 (sql-mode-linter-font-lock-keywords)
8238 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8239 (sql-mode-sybase-font-lock-keywords)
8240 (sql-mode-informix-font-lock-keywords)
8241 (sql-mode-interbase-font-lock-keywords)
8242 (sql-mode-ingres-font-lock-keywords)
8243 (sql-mode-solid-font-lock-keywords)
8244 (sql-mode-sqlite-font-lock-keywords)
8245 (sql-mode-db2-font-lock-keywords): Default to nil.
8246 (sql-product-font-lock): Always highlight ANSI keywords.
8247 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8248 (sql-send-string): Add function.
8249
8250 2004-04-29 Dave Love <fx@gnu.org>
8251
8252 * progmodes/cfengine.el (cfengine-beginning-of-defun)
8253 (cfengine-end-of-defun): Ensure progress through buffer.
8254
8255 * info-look.el (cfengine-mode): Accept a terminal ().
8256
8257 2004-04-29 Juri Linkov <juri@jurta.org>
8258
8259 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8260 instead of isearch-yank-word-or-char. Add new key bindings for
8261 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8262 (isearch-del-char): New fun.
8263 (isearch-forward, isearch-edit-string): Update docstring.
8264 (isearch-yank-char): Doc fix.
8265 (isearch-other-meta-char): Restore point after scrolling.
8266
8267 * progmodes/compile.el (compilation-context-lines): Add nil option
8268 to disable compilation output window scrolling.
8269 (compilation-set-window): Use it.
8270
8271 * outline.el (outline-next-preface, outline-show-heading):
8272 Don't leave unhidden blank line before heading.
8273 (outline-end-of-subtree): Include last newline into subtree.
8274 (hide-entry): Leave point at beginning of heading instead of end.
8275 (outline-up-heading): Push mark for the first call of successive
8276 command calls.
8277
8278 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
8279
8280 * comint.el (comint-prompt-read-only): New variable.
8281 (comint-output-filter): Implement it.
8282
8283 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8284 (ielm-prompt-internal): New variable.
8285 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8286 (ielm-send-input): Delete unused variable `buf'.
8287 (ielm-eval-input): Use `ielm-prompt-internal'.
8288 (inferior-emacs-lisp-mode): Use new variables
8289 `comint-prompt-read-only' and `ielm-prompt-internal'.
8290 Get rid of obsolete variable `directory-sep-char'.
8291 (ielm): Use `zerop'.
8292
8293 2004-04-29 John Paul Wallington <jpw@gnu.org>
8294
8295 * thumbs.el (toplevel): Require cl at compile time.
8296 Remove conditional definitions of `ignore-errors' and `caddar'
8297 because they occur at run time.
8298
8299 2004-04-28 Nick Roberts <nickrob@gnu.org>
8300
8301 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8302 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8303 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8304 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8305
8306 * progmodes/gud.el (gud-common-init): Throw an error if program is
8307 already running under gdb.
8308
8309 2004-04-28 John Paul Wallington <jpw@gnu.org>
8310
8311 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8312 (thumbs-show-image-num): Move assignment of
8313 `thumbs-current-image-filename' within scope of `i'.
8314 (thumbs-emboss-image): Don't use `evenp'.
8315
8316 2004-04-28 Richard M. Stallman <rms@gnu.org>
8317
8318 * progmodes/compile.el (compilation-context-lines): Default now 0.
8319
8320 2004-04-28 Juanma Barranquero <lektu@terra.es>
8321
8322 Use `time-less-p' from calendar/time-date.el instead of defining
8323 custom versions of it.
8324
8325 * pcomplete.el (pcomplete-time-less-p): Remove.
8326
8327 * thumbs.el (time-less-p): Remove.
8328
8329 * calendar/timeclock.el (timeclock-time-less-p): Remove.
8330 (timeclock-generate-report): Use `time-less-p'.
8331
8332 * emacs-lisp/autoload.el (autoload-before-p): Remove.
8333 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8334
8335 2004-04-28 Masatake YAMATO <jet@gyve.org>
8336
8337 * subr.el (remove-overlays): Make arguments optional.
8338
8339 * wid-edit.el (widget-specify-button): Put evaporate to the
8340 overlay for sample.
8341 (widget-specify-sample): Put evaporate to the overlay for sample.
8342 (widget-specify-doc): Put evaporate to the overlay for documentation.
8343
8344 2004-04-27 Jesper Harder <harder@ifa.au.dk>
8345
8346 * info.el (info-apropos): Make it an index node. Align node names
8347 like makeinfo.
8348
8349 2004-04-27 Eli Zaretskii <eliz@gnu.org>
8350
8351 * net/browse-url.el (browse-url-netscape-sentinel)
8352 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8353 (browse-url-epiphany-sentinel, browse-url-mosaic):
8354 Use browse-url-*-program instead of a literal program name.
8355
8356 2004-04-27 Kevin Ryde <user42@zip.com.au>
8357
8358 * eshell/em-alias.el:
8359 * eshell/em-dirs.el:
8360 * eshell/em-hist.el:
8361 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8362 features when M-x customize-group loads modules before the main
8363 eshell.el.
8364
8365 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8366
8367 * subr.el (momentary-string-display): Support EXIT-CHAR that is
8368 either a character representation of an event or an event
8369 description list.
8370
8371 * type-break.el: Capitalise Emacs and Lisp.
8372 (type-break-good-break-interval, type-break-demo-boring-stats)
8373 (type-break-terse-messages, type-break-file-name): New defcustoms.
8374 (type-break-post-command-hook)
8375 (type-break-warning-countdown-string): Quote variable names in doc.
8376 (type-break-interval-start, type-break-auto-save-file-name): New vars.
8377 (type-break-mode): Document type-break-good-break-interval and the
8378 "session" file. Schedule break according to the session file.
8379 Kill session file buffer on exit. Organise for save-some-buffers
8380 to always save the session file.
8381 (type-break-mode-line-message-mode, type-break-query-mode):
8382 Uppercase arguments.
8383 (type-break-file-time, type-break-file-keystroke-count, timep)
8384 (type-break-choose-file, type-break-get-previous-time)
8385 (type-break-get-previous-count): New defuns.
8386 (type-break): Avoid break querying after a completed break in the
8387 case where the query was initiated during user invocation of the
8388 break. Optional terse messages.
8389 Use type-break-good-break-interval if type-break-good-rest-interval is
8390 nil. File the break time.
8391 (type-break-schedule): New optional args for overriding the use of
8392 the current time.
8393 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8394 after a break.
8395 (type-break-check): File the keystroke count.
8396 (type-break-do-query): Prevent a second query when the break is
8397 interrupted. Optional terse message.
8398 (type-break-keystroke-reset): Record the start of a typing interval.
8399 (type-break-demo-boring): Optional terse messages. Display word
8400 per minute and keystroke counts according to
8401 type-break-demo-boring-stats.
8402
8403 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
8404
8405 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8406 directories, make sure they exist under archive-tmpdir.
8407
8408 2004-04-27 Juri Linkov <juri@jurta.org>
8409
8410 * help.el (view-emacs-news): With argument, display info for the
8411 selected version by finding it among different NEWS files, and
8412 narrowing the buffer to the selected version.
8413
8414 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8415 same-window-buffer-names.
8416 (info): New arg `buffer'. Use it. Doc fix. Read file name for
8417 non-numeric prefix argument, append the number to the buffer name
8418 for numeric prefix argument.
8419 (info-other-window): Bind same-window-regexps to nil.
8420 (Info-reference-name): Rename to Info-point-loc.
8421 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8422 and Info-find-index-name for stringy Info-point-loc.
8423 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
8424 without middle `.', but with final `.' and optional line number
8425 for it. Set Info-point-loc for index nodes.
8426 (Info-index): Remove middle `.' from index entry regexp.
8427 Modify line number regexp.
8428 (Info-index-next): Decrement line number.
8429 (info-apropos): Remove middle `.' from index entry regexp.
8430 Add optional line number regexp at the end. Add matched value
8431 for line number to the result list and insert it to the buffer.
8432 Replace match-string by match-string-no-properties.
8433 Reorder result list.
8434 (Info-fontify-node): Hide index line numbers.
8435 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8436 empty matches.
8437 (Info-follow-reference): Use `str' instead of
8438 Info-following-node-name-re.
8439 (Info-toc): Use full file names. Set Info-current-node to "Top".
8440 (Info-fontify-node): Compare file names without directory name.
8441 (Info-try-follow-nearest-node): Don't set Info-reference-name.
8442 Set second arg of Info-extract-menu-node-name for index nodes.
8443 (info-xref-visited): Use magenta3 instead of magenta4.
8444 (Info-mode): Add info-apropos to docstring.
8445
8446 * log-view.el (log-view-diff): Replace interactive code "r"
8447 by a list to allow to call it even if region is not active.
8448
8449 * paren.el (show-paren-highlight-openparen): New var.
8450 (show-paren-function): Turn on openparen highlighting when
8451 matching forward if show-paren-highlight-openparen is non-nil.
8452
8453 * simple.el (kill-ring-save): Use blink-matching-delay instead of
8454 the constant value 1.
8455 (completions-common-part): Expand docstring.
8456
8457 * textmodes/picture.el (picture-mode-map): Add arrow keys.
8458
8459 2004-04-27 Kim F. Storm <storm@cua.dk>
8460
8461 * image.el (insert-sliced-image): Use line-height instead of
8462 line-spacing property on newline.
8463
8464 2004-04-26 Lars Hansen <larsh@math.ku.dk>
8465
8466 * desktop.el (desktop-buffer-misc-data-function): Rename to
8467 desktop-save-buffer and change docstring.
8468 (desktop-buffer-modes-to-save): Delete.
8469 (desktop-save-buffer-p): Use desktop-save-buffer instead of
8470 desktop-buffer-modes-to-save.
8471 (desktop-save): Rename desktop-buffer-misc-data-function to
8472 desktop-save-buffer and allow non-function value.
8473 (desktop-missing-file-warning): Correct docstring.
8474
8475 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8476 to desktop-save-buffer.
8477
8478 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8479 desktop-save-buffer.
8480
8481 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8482
8483 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8484
8485 2004-04-26 Eli Zaretskii <eliz@gnu.org>
8486
8487 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8488
8489 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
8490
8491 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8492 (ielm): Only go to the end of the buffer when starting a new process.
8493
8494 2004-04-25 Juanma Barranquero <lektu@terra.es>
8495
8496 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8497 mode line. Bind `inhibit-read-only' to t before modifying
8498 properties of text in the buffer.
8499 (ielm): Force point to the end of buffer, even when running ielm
8500 from inside itself.
8501
8502 2004-04-25 Jesper Harder <harder@ifa.au.dk>
8503
8504 * info.el (info-apropos): Reset Info-complete-cache.
8505
8506 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
8507
8508 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8509 Also recognize severe Irix et al. messages.
8510 (compilation-normalize-filename, compile-abbreviate-directory):
8511 Delete functions.
8512 (compilation-get-file-structure): New function inherits
8513 functionality of the two preceding ones.
8514 (compilation-internal-error-properties, compilation-fake-loc):
8515 Use it so that different paths to the same file share the same
8516 markers. Also optimize finding adjacent marker slightly.
8517
8518 2004-04-25 Kim F. Storm <storm@cua.dk>
8519
8520 * image.el (insert-sliced-image): Add line-spacing t property
8521 to newlines separating image lines.
8522
8523 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
8524
8525 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8526
8527 * ielm.el (ielm-prompt-read-only): New user option.
8528 (ielm-prompt): Expand docstring to describe new behavior.
8529 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8530 mention it in the docstring.
8531
8532 2004-04-24 Andreas Schwab <schwab@suse.de>
8533
8534 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8535
8536 * diff.el (diff): Set default-directory in diff buffer.
8537
8538 2004-04-24 Eli Zaretskii <eliz@gnu.org>
8539
8540 * mail/sendmail.el (mail-bury): Don't delete the frame where the
8541 mail was being composed if the terminal cannot display more than
8542 one frame; instead, switch to previous frame.
8543
8544 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8545 (rmail-start-mail): Support rmail-mail-new-frame even on
8546 terminals that can display only one frame at a time.
8547
8548 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8551 (checkdoc-output-font-lock-keywords): Remove error regexp.
8552 (checkdoc-output-mode-map): Remove.
8553 (checkdoc-output-mode): Derive from compilation-mode.
8554 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8555
8556 * dired.el (dired-mode-map): Add a menu entry for wdired.
8557
8558 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8559 (rx-bracket, rx-check-any, rx-any): Clean up name space.
8560
8561 * wdired.el: (wdired-mode-map): Move init into declaration.
8562 Fix `return' binding.
8563 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8564 Use force-mode-line-update.
8565 (wdired-get-filename): Use `unless'.
8566 (wdired-preprocess-files): Don't assume names have no \n and use / for
8567 dir separator.
8568 (wdired-normalize-filename): Use replace-regexp-in-string.
8569 (wdired-load-hooks): Remove.
8570 (wdired-mode-hooks): Rename to wdired-mode-hook.
8571
8572 * info-look.el: Add support for cfengine-mode.
8573 (info-lookup-setup-mode): Use dolist.
8574
8575 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
8576
8577 * wdired.el: New file.
8578
8579 2004-04-23 Juanma Barranquero <lektu@terra.es>
8580
8581 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8582
8583 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8584 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8585 (pcomplete--help, pcomplete--here): Doc fixes.
8586
8587 2004-04-23 Andre Spiegel <spiegel@gnu.org>
8588
8589 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8590 handles wrong-number-of-arguments in backend call.
8591
8592 * vc.el (vc-print-log): Likewise.
8593
8594 2004-04-20 Dave Love <fx@gnu.org>
8595
8596 * emacs-lisp/rx.el: Doc fixes.
8597 (rx-constituents): Add/extend many forms.
8598 (rx-check): Check form is a list.
8599 (bracket): Defvar.
8600 (rx-check-any, rx-any, rx-check-not): Modify.
8601 (rx-not): Simplify.
8602 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8603 (rx-kleene): Use rx-trans-forms.
8604 (rx-quote-for-set): Delete.
8605 (rx): Allow multiple args.
8606
8607 2004-04-23 Kenichi Handa <handa@m17n.org>
8608
8609 * international/mule-util.el (char-displayable-p): Simplify by
8610 using internal-char-font.
8611
8612 2004-04-23 Juanma Barranquero <lektu@terra.es>
8613
8614 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8615
8616 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * diff-mode.el (diff-next-error): New fun.
8619 (diff-mode): Use it.
8620
8621 * simple.el (next-error): Change arg name.
8622 Add support for the documented C-u C-x ` usage.
8623
8624 * frame.el (special-display-popup-frame, next-multiframe-window)
8625 (previous-multiframe-window): Only consider frames on same display.
8626
8627 2004-04-22 Lars Hansen <larsh@math.ku.dk>
8628
8629 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8630 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8631
8632 2004-04-22 Kim F. Storm <storm@cua.dk>
8633
8634 * net/telnet.el (telnet): Add optional port arg.
8635
8636 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8639 Minor sanity check on the `hyperlink' slot.
8640
8641 * Makefile.in (recompile): Compile new files.
8642
8643 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8644 Add byte-recompile-directory's optional `arg'.
8645
8646 * cvs-status.el (cvs-tree-use-charset): New var.
8647 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8648 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8649 (cvs-status-cvstrees): Use it.
8650
8651 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8652 Make it a normal major mode.
8653 (checkdoc-buffer-label): Make sure the file name is meaningful.
8654 (checkdoc-output-to-error-buffer): Remove.
8655 (checkdoc-error, checkdoc-start-section): Rewrite.
8656
8657 * info.el (info-node, info-menu-5, info-xref, info-header-node)
8658 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8659 (Info-title-4-face): Use new syntax.
8660 (info-xref-visited): Inherit from info-xref.
8661
8662 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8663
8664 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
8665
8666 * simple.el (next-error-last-buffer, next-error-function):
8667 New variables for the next-error framework.
8668 (next-error-buffer-p): New function.
8669 (next-error-find-buffer): Generalize compilation-find-buffer.
8670 (next-error, previous-error, first-error, next-error-no-select)
8671 (previous-error-no-select): Move from compile.el.
8672
8673 * replace.el (occur-next-error, occur-1): Hook into the next-error
8674 framework.
8675
8676 * progmodes/compile.el (compilation-start):
8677 Set next-error-last-buffer so next-error knows where to jump.
8678 (compilation-setup): Set the buffer-local variable
8679 next-error-function to 'compilation-next-error-function.
8680 (compilation-buffer-p, compilation-buffer-internal-p): Use an
8681 alternate way to find if a buffer is a compilation buffer, for
8682 next-error convenience.
8683 (next-error-no-select, previous-error-no-select, next-error)
8684 (previous-error, first-error): Move to simple.el.
8685 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8686 (compilation-last-buffer): Remove.
8687 (compilation-start, compilation-next-error, compilation-setup)
8688 (compilation-next-error-function, compilation-find-buffer):
8689 Remove compilation-last-buffer use.
8690
8691 2004-04-21 Juanma Barranquero <lektu@terra.es>
8692
8693 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8694 (font-lock-warning-face): Fix spacing.
8695
8696 * makefile.w32-in (WINS): Add url/ directory.
8697
8698 2004-04-21 Lars Hansen <larsh@math.ku.dk>
8699
8700 * desktop.el (desktop-buffer-mode-handlers): New variable.
8701 Alist of major mode specific functions to restore a desktop buffer.
8702 (desktop-buffer-handlers): Make variable obsolete.
8703 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8704 Catch errors signaled in handlers. Update buffer count.
8705 Evaluate desktop-buffer-point.
8706 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8707 move to dired.el.
8708 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8709 move to info.el.
8710 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8711 move to mail/rmail.el.
8712 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8713 to mh-e/mh-e.el.
8714 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8715 On fail, print message (to message buffer) even if
8716 desktop-missing-file-warning is nil.
8717 (desktop-buffer-misc-data-function): New buffer local variable.
8718 Function returning major mode specific data.
8719 (desktop-buffer-misc-functions): Make variable obsolete.
8720 (desktop-save): Use desktop-buffer-misc-data-function.
8721 (desktop-buffer-dired-misc-data): Rename to
8722 dired-desktop-buffer-misc-data and move to dired.el.
8723 (desktop-buffer-info-misc-data): Rename to
8724 Info-desktop-buffer-misc-data and move to info.el.
8725 (desktop-read): Add message about number of buffers restored/failed.
8726
8727 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8728 Add parameters. Pause to display error only when
8729 desktop-missing-file-warning is non-nil.
8730 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8731 (dired-mode): Bind desktop-buffer-misc-data-function.
8732
8733 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8734 Add Parameters.
8735 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8736 (Info-mode): Bind desktop-buffer-misc-data-function.
8737
8738 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8739 Add Parameters.
8740
8741 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8742 Add Parameters.
8743
8744 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
8745
8746 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8747 the case of letters in case-insensitive expansions when the
8748 abbrev is preceded by characters with letter syntax.
8749
8750 2004-04-21 Richard M. Stallman <rms@gnu.org>
8751
8752 * progmodes/cperl-mode.el (cperl-putback-char):
8753 Delete Emacs 18 definition.
8754
8755 * international/mule.el (ctext-post-read-conversion):
8756 Use assoc-string, not assoc-ignore-case.
8757
8758 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8759
8760 * emacs-lisp/easymenu.el (easy-menu-add):
8761 Do call x-popup-menu, but only if it's defined.
8762
8763 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8764
8765 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8766 Handle multiple args: compile like progn.
8767
8768 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8769 take all args as &rest arg.
8770
8771 * autoinsert.el (auto-insert-alist): Insert the user's name in
8772 copyright notice, rather than Free Software Foundation.
8773
8774 2004-04-21 Kenichi Handa <handa@m17n.org>
8775
8776 * descr-text.el (describe-char): Make it work on *Help* buffer.
8777
8778 2004-04-21 Kim F. Storm <storm@cua.dk>
8779
8780 * image.el (insert-image): Add optional SLICE arg.
8781 (insert-sliced-image): New defun.
8782
8783 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
8784
8785 * subr.el (read-number): Check whether `default' is nil.
8786
8787 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * progmodes/compile.el (compilation-error-properties):
8790 Split into two.
8791 (compilation-internal-error-properties): New one.
8792 (compilation-compat-error-properties): Use it. Fix the non-marker case.
8793
8794 2004-04-20 Richard M. Stallman <rms@gnu.org>
8795
8796 * window.el (split-window-save-restore-data):
8797 Don't update the data if OLD-INFO is nil.
8798
8799 * view.el (view-return-to-alist): Mark it permanent local.
8800
8801 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8802
8803 * recentf.el (recentf-save-list): Catch and warn about errors.
8804
8805 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8806 so "Buffers" won't be pure.
8807
8808 * help-mode.el (help-mode-finish): Set help-return-alist first
8809 thing, setting only the entry for the selected window.
8810
8811 * help-fns.el (describe-function-1): If many non-control non-meta
8812 keys run the command, don't list all of them.
8813
8814 2004-04-20 Juanma Barranquero <lektu@terra.es>
8815
8816 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8817 arg. Copied from Andre Spiegel's patch of 2004-03-21.
8818
8819 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8820
8821 2004-04-20 Kenichi Handa <handa@m17n.org>
8822
8823 * international/quail.el (quail-lookup-key): New optional arg
8824 NOT-RESET-INDICES.
8825 (quail-get-translations): Call quail-lookup-key with
8826 NOT-RESET-INDICES t.
8827 (quail-completion): Likewise.
8828 (quail-lookup-map-and-concat): Likewise.
8829
8830 2004-04-20 Kenichi Handa <handa@m17n.org>
8831
8832 * international/quail.el (quail-update-translation): Don't insert
8833 such an unsupported multibyte char in a unibyte buffer.
8834
8835 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
8836
8837 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8838 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8839 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8840 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8841 (gdb-frame-assembler-buffer): Improve behaviour with
8842 multiple frames.
8843 (gdb-display-buffer): Extend search to all visible frames.
8844
8845 2004-04-19 Eli Zaretskii <eliz@gnu.org>
8846
8847 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8848 characters left after base64 decoding.
8849 (rmail-decode-region): Use -dos variety of `coding', to remove any
8850 ^M characters left after qp or base64 decoding.
8851
8852 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8853
8854 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8855 messages.
8856
8857 2004-04-19 Stephen Eglen <stephen@gnu.org>
8858
8859 * add-log.el (add-change-log-entry): Update doc string to mention
8860 add-log-full-name and add-log-mailing-address.
8861
8862 2004-04-18 Juri Linkov <juri@jurta.org>
8863
8864 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8865 (Info-find-node-2): Simplify error message.
8866 (Info-insert-dir): Use Info-following-node-name.
8867 (Info-goto-node): Remove *info-history* and *info-toc*.
8868 (Info-history): Create a node of the virtual history file.
8869 (Info-toc): Create a node of the virtual toc file.
8870 (Info-insert-toc): New arg `curr-file' for reference file names.
8871 (info-apropos): Remove redundant var binding for temp-file.
8872 (Info-index, Info-index-next, Info-mode): Doc fix.
8873 (Info-goto-emacs-command-node): Don't jump to *info* from
8874 non-*info* Info buffers.
8875 (Info-fontify-node): Don't show the file name of external
8876 references if `Info-hide-note-references' is `hide'. Don't hide
8877 newlines at the end of paragraphs.
8878
8879 * international/mule-diag.el (list-input-methods):
8880 Fix args to help-xref-button.
8881
8882 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8883 to put into effect local variables from TUTORIAL files.
8884
8885 * textmodes/paragraphs.el (sentence-end) <function>: New fun
8886 with default value taken from the variable `sentence-end'.
8887 (sentence-end) <defcustom>: Set default to nil. Doc fix.
8888 Add nil const to :type.
8889 (sentence-end-without-period, sentence-end-double-space)
8890 (sentence-end-without-space): Doc fix.
8891
8892 * textmodes/paragraphs.el (forward-sentence):
8893 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8894 (fill-delete-newlines):
8895 * progmodes/cc-cmds.el (c-beginning-of-statement):
8896 Use function `sentence-end' instead of variable `sentence-end'.
8897
8898 2004-04-18 Andreas Schwab <schwab@suse.de>
8899
8900 * progmodes/compile.el (compilation-start): Set window start to
8901 point-min if compilation-scroll-output is nil.
8902
8903 2004-04-18 John Wiegley <johnw@newartisans.com>
8904
8905 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8906
8907 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
8908
8909 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8910 (gdb-info-breakpoints-custom): Revert previous change.
8911 (gdb-view-assembler): Update assembler if necessary.
8912 (gdb-frame-handler): Parse correctly for gdb-current-frame.
8913 (gdb-display-source-buffer): Update properly when both source and
8914 assembler are visible.
8915
8916 2004-04-17 John Wiegley <johnw@newartisans.com>
8917
8918 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8919 which limits the number of names shown in the minibuffer. Off by
8920 default.
8921 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
8922 up iswitchb for users with a multitude of open buffers by showing
8923 only the first and last N/2 buffers in the completion list (which
8924 is enough to aid C-s/C-r, and to know that more characters are
8925 needed to refine the completion list).
8926
8927 2004-04-17 Richard M. Stallman <rms@gnu.org>
8928
8929 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8930 (file-truename): Expand all ~ constructs directly.
8931 (insert-directory): Delete any error msg output by the
8932 `insert-directory-program'.
8933
8934 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8935 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8936 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8937 (allout-init): Use find-file-hook, not find-file-hooks.
8938 (allout-mode): Eliminate Emacs 18 support.
8939 Use write-contents-functions, not local-write-file-hooks.
8940
8941 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
8942
8943 * progmodes/compile.el (compilation-error-properties): Fix for
8944 adding messages when there are already markers for their file.
8945 (compilation-fake-loc): New function.
8946
8947 2004-04-16 Dave Love <fx@gnu.org>
8948
8949 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8950 (python-load-file): Fix python-orig-start setting.
8951
8952 * progmodes/compile.el: Doc fixes.
8953 (compilation-error-regexp-alist-alist)
8954 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8955 (compilation-assq): Wrap in eval-when-compile.
8956 (compilation-mode-font-lock-keywords): Don't use list*.
8957 (compilation-start): Avoid warning.
8958 (compilation-compat-error-properties)
8959 (compilation-directory-properties): Add keymap property.
8960 (compilation-parsing-end): Make it a marker for better compatibility.
8961
8962 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8963
8964 2004-04-16 Mark A. Hershberger <mah@everybody.org>
8965
8966 * xml.el: Doc fixes.
8967 (xml-get-children): Only looks at sub-tags and ignore strings.
8968
8969 * xml.el (xml-parse-tag): Avoid overwriting node-name.
8970
8971 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8974
8975 2004-04-16 Andre Spiegel <spiegel@gnu.org>
8976
8977 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8978
8979 * vc.el (vc-print-log): Likewise.
8980
8981 2004-04-16 Masatake YAMATO <jet@gyve.org>
8982
8983 * simple.el (completion-setup-function): Set an initial value
8984 to `element-common-end' before entering loop. Set a value
8985 to `element-common-end' at the end of loop.
8986 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8987 (completions-common-part): Rename from completion-de-emphasis.
8988 (completions-first-difference): Rename from completion-emphasis.
8989 Suggested by RMS.
8990
8991 2004-04-16 Juanma Barranquero <lektu@terra.es>
8992
8993 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8994 (bookmark-edit-annotation-mode): Add mode name.
8995
8996 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8999 for nested conflict markers.
9000 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
9001
9002 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
9003
9004 * progmodes/gdb-ui.el (gdb-goto-info): New function.
9005
9006 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9007
9008 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9011 Give a backtrace if requested.
9012
9013 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9014
9015 * progmodes/python.el (python-mouse-2-command, python-RET-command):
9016 Remove unused functions.
9017 (python-orig-start-line, python-orig-file): Remove.
9018 (python-orig-start): New var.
9019 (python-input-filter, python-compilation-line-number)
9020 (python-send-region, python-load-file): Use it.
9021
9022 * info.el (info): Always jump to *info*.
9023
9024 * subr.el (posn-set-point): New function.
9025
9026 * mouse.el (mouse-set-point): Use it.
9027
9028 * progmodes/compile.el (compile-goto-error): Use it.
9029 (compilation-button-map): New keymap.
9030 (compilation-error-properties): Use it.
9031 (compilation-shell-minor-mode-map): Don't bind mouse-2.
9032
9033 * smerge-mode.el (smerge-popup-context-menu): Use it.
9034
9035 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9036 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9037 mouse and non-mouse case.
9038
9039 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9040 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9041
9042 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9043 Make it work for non-mouse events.
9044
9045 * pcvs-info.el (cvs-status-map): Update binding name.
9046
9047 2004-04-14 Mark A. Hershberger <mah@everybody.org>
9048
9049 * xml.el (xml-maybe-do-ns): New function to handle namespace
9050 parsing of both attribute and element names.
9051 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9052 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9053 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
9054 (xml-parse-attlist): Make it do its own namespace parsing.
9055
9056 2004-04-14 Dave Love <fx@gnu.org>
9057
9058 * progmodes/python.el (run-python): Fix use of \n.
9059 (python-load-file): Remove `try' from Python fragment.
9060 (python-describe-symbol): Fix message.
9061
9062 * comint.el: Doc fixes.
9063 (comint-last-input-start, comint-last-input-end)
9064 (comint-last-output-start): Give them values.
9065 (comint-arguments): Avoid warning.
9066 (comint-skip-prompt): Use line-end-position.
9067 (comint-backward-matching-input): Rename arg to agree with doc.
9068 (comint-extract-string): Use syntax-ppss.
9069 (comint-dynamic-simple-complete): Delete useless list construction.
9070 (comint-redirect-subvert-readonly): New.
9071 (comint-redirect-preoutput-filter): Use it.
9072
9073 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9074 Correctly handle negative arguments when calling hook functions.
9075
9076 2004-04-14 Jesper Harder <harder@ifa.au.dk>
9077
9078 * info.el (info-apropos): Don't clobber Info-history-list.
9079
9080 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
9081
9082 * progmodes/compile.el (compilation-setup):
9083 Localize overlay-arrow-position.
9084 (compilation-sentinel): Restructure code equivalently.
9085 (compilation-next-error): Find message on same line after point if
9086 not found before point.
9087 (compile-mouse-goto-error): Restore function so that compilation
9088 buffer need not be current and use compile-goto-error.
9089 (compile-goto-error): Restore function.
9090 (next-error): Set overlay-arrow-position.
9091 (compilation-forget-errors): Don't localize already local
9092 compilation-locs and remove FIXME about refontifying.
9093
9094 2004-04-14 Kim F. Storm <storm@cua.dk>
9095
9096 * startup.el (emacs-quick-startup): New defvar (set by -Q).
9097 (command-line): New option -Q. Like -q --no-site-file, but
9098 in addition it also disables menu-bar, tool-bar, scroll-bars,
9099 tool-tips, and the blinking cursor.
9100 (command-line-1): Skip startup screen if -Q.
9101 (fancy-splash-head): Use ":align-to center" prop to center splash image.
9102
9103 * emulation/cua-base.el (cua-read-only-cursor-color)
9104 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9105
9106 2004-04-13 Dave Love <fx@gnu.org>
9107
9108 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
9109 (syntax): Don't require.
9110 (python) <defgroup>: Add :version.
9111 (python-quote-syntax): Re-written.
9112 (inferior-python-mode): Move stuff here from run-python and add
9113 some more.
9114 (python-preoutput-continuation, python-preoutput-result)
9115 (python-dotty-syntax-table): New.
9116 (python-describe-symbol): Use them.
9117 (run-python): Move stuff to inferior-python-mode. Modify code
9118 loaded into Python.
9119 (python-send-region): Use python-proc, python-send-string.
9120 (python-send-string): Send newlines too. Callers changed.
9121 (python-load-file): Re-written.
9122 (python-eldoc-function): New.
9123 (info-look): Don't require.
9124 (python-after-info-look): New. A modified version of former
9125 top-level code for use with eval-after-load.
9126 (python-maybe-jython, python-guess-indent): Use widened buffer.
9127 (python-fill-paragraph): Re-written.
9128 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
9129 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
9130
9131 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
9134 Set compilation-error-regexp-alist earlier.
9135
9136 * progmodes/compile.el (compilation-minor-mode-map)
9137 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
9138 (compile-goto-error): Re-merge the mouse and non-mouse commands.
9139
9140 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * progmodes/compile.el (compile-goto-error): Select the buffer/window
9143 corresponding to the event.
9144
9145 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
9146
9147 * loadup.el: Add cygwin to system-type list, for unexec() support.
9148
9149 2004-04-12 John Paul Wallington <jpw@gnu.org>
9150
9151 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
9152 (ibuffer-restore-window-config-on-quit): New variable to replace
9153 `ibuffer-delete-window-on-quit'. Update all references.
9154 (ibuffer-prev-window-config): New variable.
9155 (ibuffer-quit): Restore previous window configuration instead of
9156 deleting window.
9157 (ibuffer): Save window configuration before showing Ibuffer buffer.
9158
9159 * help.el (describe-mode): Doc fix.
9160
9161 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9164 not to treat nil as a function.
9165
9166 * vc-arch.el (vc-arch-root): Be a bit more careful.
9167 (vc-arch-register): Save the buffer if we modified it.
9168 (vc-arch-delete-rej-if-obsolete): Save excursion.
9169 (vc-arch-find-file-hook): Use the simpler after-save-hook.
9170 (vc-arch-responsible-p, vc-arch-init-version): New functions.
9171
9172 * net/ldap.el (ldap-search): Use list*.
9173
9174 2004-04-12 Juri Linkov <juri@jurta.org>
9175
9176 * info.el (Info-follow-reference): Allow multiline reference name.
9177
9178 2004-04-11 Dave Love <fx@gnu.org>
9179
9180 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9181
9182 * progmodes/python.el: New file.
9183
9184 2004-04-11 Andre Spiegel <spiegel@gnu.org>
9185
9186 * vc-hooks.el (vc-arg-list): Function removed.
9187 (vc-default-workfile-unchanged-p): Use condition-case to check for
9188 backward compatibility.
9189
9190 * vc.el (vc-print-log): Use condition-case to check for backward
9191 compatibility.
9192
9193 2004-04-11 Juri Linkov <juri@jurta.org>
9194
9195 * dired.el (dired-faces): New defgroup.
9196 (dired-header, dired-mark, dired-marked, dired-flagged)
9197 (dired-warning, dired-directory, dired-symlink, dired-ignored):
9198 New faces.
9199 (dired-header-face, dired-mark-face, dired-marked-face)
9200 (dired-flagged-face, dired-warning-face, dired-directory-face)
9201 (dired-symlink-face, dired-ignored-face): New face variables.
9202 (dired-font-lock-keywords): Use them instead of font-lock faces.
9203 Split the rule for dired marks into 3 separate rules: for marks,
9204 marked file names and flagged file names.
9205
9206 * help-mode.el (help-make-xrefs): Add a final newline to the
9207 *Help* buffer.
9208
9209 2004-04-11 John Paul Wallington <jpw@gnu.org>
9210
9211 * replace.el (occur-engine): Distinguish between one and several
9212 matches in the matches per buffer heading.
9213
9214 2004-04-11 Kim F. Storm <storm@cua.dk>
9215
9216 * ido.el (ido-confirm-unique-completion): New defcustom.
9217 (ido-complete): Use it.
9218 (ido-write-file): Set it to t unconditionally.
9219
9220 2004-04-10 Miles Bader <miles@gnu.org>
9221
9222 RCS keyword removal (only non-comment changes are enumerated here):
9223
9224 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9225 (byte-compile-insert-header): Don't use `byte-compile-version'.
9226 * forms.el (forms-version): Variable removed.
9227 (forms-mode): Don't use `forms-version'.
9228 * recentf.el (recentf-version): Variable removed.
9229 * progmodes/delphi.el (delphi-version): Variable removed.
9230 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9231
9232 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9235
9236 2004-04-09 Jesper Harder <harder@ifa.au.dk>
9237
9238 * info.el (info-apropos): Improve menu item regexp.
9239
9240 2004-04-09 Simon Josefsson <jas@extundo.com>
9241
9242 * mail/smtpmail.el: Add comment, based on report by
9243 kdc@rcn.com (Kevin D. Clark).
9244
9245 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9248 Redo one more thing that I didn't notice Daniel had undone.
9249
9250 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
9251
9252 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9253 (gdb-goto-breakpoint, gdb-display-buffer)
9254 (gdb-display-source-buffer, gdb-view-source-function)
9255 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9256 (gdb-source-info, gdb-frame-handler): Don't specify a window
9257 for display.
9258 (gdb-info-breakpoints-custom): Remove superfluous update of
9259 assembler buffer.
9260 (gdb-many-windows): Make settable outside gdb.
9261
9262 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
9263
9264 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9265 Derive from fundamental-mode rather than text-mode.
9266
9267 2004-04-08 Juri Linkov <juri@jurta.org>
9268
9269 * info.el (Info-history): Doc fix.
9270 (Info-history-list): New var.
9271 (info-xref): Change magenta4 to blue, remove bold for dark and
9272 light backgrounds, change bold to underline for non-color classes.
9273 (info-xref-visited): New face.
9274 (Info-fontify-visited-nodes): New custom.
9275 (Info-hide-note-references): Add new value `hide'. Doc fix.
9276 (Info-reference-name): New var.
9277 (Info-selection-hook): New custom.
9278 (Info-edit-mode-hook): New var.
9279 (Info-find-file): New fun.
9280 (Info-find-node): Move part of code to Info-find-file.
9281 (Info-find-node-2): Add anchors to Info-history-list. Move point
9282 to the place with the reference name if name is defined.
9283 (Info-select-node): Add current node to Info-history-list.
9284 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9285 (Info-search-whitespace-regexp): New custom.
9286 (Info-search-case-fold): New var.
9287 (Info-search): Add "case-sensitively" to the prompt.
9288 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
9289 (Info-search-case-sensitively, Info-search-next): New fun.
9290 (Info-up): Move point to the menu item of the current node.
9291 (Info-history): New fun. Add *info-history* to
9292 same-window-buffer-names.
9293 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
9294 (Info-insert-toc): New fun.
9295 (Info-build-toc): New fun.
9296 (Info-follow-reference): Add new arg `fork'. Doc fix.
9297 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
9298 with the same name prefer the reference closest to point.
9299 (Info-next-reference): Replace * by + in the *Note regexp.
9300 Add regexp for http:// and ftp://. Skip the *Note prefix.
9301 (Info-prev-reference): Replace * by + in the *Note regexp.
9302 Add regexp for http:// and ftp://. Skip the *Note prefix.
9303 (Info-follow-nearest-node): Add new arg `fork'.
9304 (Info-try-follow-nearest-node): Add new arg `fork'.
9305 Call browse-url for http:// and ftp:// references.
9306 Set Info-reference-name for index entries.
9307 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9308 Info-search-next, Info-history, Info-toc, clone-buffer.
9309 (Info-menu-update): Replace * by + in the *Note regexp.
9310 (Info-mode): Add documentation for Info-history, Info-toc,
9311 Info-search-case-sensitively, Info-search-next, clone-buffer.
9312 (Info-fontify-menu-headers): Remove fun. Move code to
9313 Info-fontify-node.
9314 (Info-fontify-node): Add docstring. Add local vars
9315 fontify-visited-p and not-fontified-p. If not-fontified-p is t
9316 then fontify header line, titles, menu headers, http and ftp
9317 references, refill paragraphs. If not-fontified-p is t or
9318 fontify-visited-p is t then fontify cross references, menu items.
9319 Fontify menu headers. Fontify http and ftp references.
9320 Change regexp for cross references to require whitespace after *Note,
9321 add matching groups for file and node names. Remove hack for quote.
9322 Use display property for Info-hide-note-references=t. Use fifth
9323 or fourth match for help-echo. Display visited nodes in a
9324 different face. Unhide file names of external references.
9325 Unhide newlines. Display visited menu items in a different face.
9326
9327 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * progmodes/compile.el: Require CL.
9330 (compilation-mode-font-lock-keywords): Re-install the "line as
9331 function" patch.
9332
9333 * help-fns.el (help-C-source-directory): New var.
9334 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9335 (describe-function-1, describe-variable): Use them.
9336
9337 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9338 to C source files specially.
9339
9340 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
9341
9342 * info.el (Info-hide-cookies-node): New function.
9343 (Info-select-node): Use it.
9344 (Info-display-images-node): Remove message with image file name.
9345
9346 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
9347
9348 * progmodes/compile.el (compilation-warning-face)
9349 (compilation-info-face, compilation-skip-threshold)
9350 (compilation-skip-visited, compilation-context-lines):
9351 Declare :version when added to Emacs.
9352 (compilation-error-regexp-alist-alist): Extend caml and irix.
9353 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9354 (compilation-mode-font-lock-keywords): Temporarily undo line as
9355 function patch, which wasn't ready.
9356
9357 2004-04-07 Kenichi Handa <handa@m17n.org>
9358
9359 * international/latin1-disp.el (latin1-display-setup): Check each
9360 character is displayable or not instead of calling
9361 latin1-display-check-font.
9362
9363 2004-04-06 Kenichi Handa <handa@m17n.org>
9364
9365 * language/ethio-util.el (ethio-sera-being-called-by-w3):
9366 New variable.
9367 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9368 instead of sera-being-called-by-w3.
9369 (ethio-fidel-to-sera-buffer): Likewise.
9370 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9371 instead of sera-being-called-by-w3.
9372 (ethio-write-file): Likewise.
9373
9374 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9375
9376 * printing.el: Doc fix.
9377
9378 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
9379
9380 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9381 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9382 (gdb-setup-windows): Only use separate IO buffer if required.
9383
9384 2004-04-06 Kim F. Storm <storm@cua.dk>
9385
9386 * term.el (term-is-xemacs): Remove.
9387 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9388 (term-window-width): New function.
9389 (term-mode, term-check-size): Use it.
9390 (term-mode): Disable overflow-newline-into-fringe in term buffer.
9391
9392 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
9393
9394 * cus-edit.el (custom-add-parent-links): Change unbound variable
9395 `symbol' to `name'.
9396
9397 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9398 * info.el (info-apropos): New function.
9399 (Info-mode-menu): Add it.
9400 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9401
9402 * help-mode.el (help-make-xrefs): Recognize aliased variable with
9403 inherited docstring.
9404
9405 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9406
9407 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9410
9411 * progmodes/compile.el (font-lock): Don't require any more.
9412 (compilation-error-properties, compilation-start, compilation-sentinel)
9413 (compilation-filter, next-error): Use with-current-buffer.
9414 (compilation-skip-to-next-location, compilation-skip-threshold)
9415 (compilation-skip-visited): Move to silence the byte-compiler.
9416 (compilation-setup): Simplify.
9417 (compilation-next-error): Use line-(beginning|end)-position.
9418 Make sure `pt' is non-nil before using compilation-loop.
9419 (compile-goto-error): Add optional event arg. Use it.
9420 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9421 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9422 Update the binding for mouse-2.
9423 (first-error): Set compilation-current-error to nil rather than bob.
9424 (compilation-parsing-end, compilation-parse-errors-function)
9425 (compilation-error-list, compilation-old-error-list):
9426 "New" compatibility variables.
9427 (compile-buffer-substring, compilation-compat-error-properties)
9428 (compilation-compat-parse-errors, compilation-forget-errors):
9429 New compatibility functions.
9430 (compilation-mode-font-lock-keywords): Use them.
9431
9432 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9433
9434 * autorevert.el (auto-revert-handler): If point (or a window
9435 point) is at the end of the buffer, keep it there after
9436 reverting. This allows to tail a file.
9437 Mention this in the `Commentary'.
9438
9439 * format.el (format-write-file): Add optional argument CONFIRM
9440 and make it behave like the analogous argument to `write-file'.
9441
9442 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9443
9444 * progmodes/ebnf2ps.el: Doc fix.
9445 (ebnf-version): New version number (4.2).
9446 (ebnf-syntax): Customization and docstring fix.
9447 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9448 Put autoloaded funs before first use.
9449 (ebnf-style-database): Add dtd entry.
9450 (ebnf-syntax-alist): Add dtd initialization.
9451 (ebnf-token-sequence): New fun.
9452 (ebnf-comment-table): Add new comment action character.
9453 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9454
9455 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9456 Type Definition for XML).
9457
9458 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9459 * progmodes/ebnf-bnf.el (ebnf-sequence):
9460 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9461 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9462 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9463 Code simplification: call ebnf-token-sequence.
9464
9465 2004-04-04 Eli Zaretskii <eliz@gnu.org>
9466
9467 * calendar/timeclock.el (timeclock-relative)
9468 (timeclock-get-project-function, timeclock-get-workday-function)
9469 (timeclock-query-out, timeclock-when-to-leave)
9470 (timeclock-when-to-leave-string, timeclock-log-data)
9471 (timeclock-generate-report, timeclock-in): Doc fixes.
9472
9473 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * url/: New dir. Import the URL package from its repository.
9476
9477 2004-04-03 Andreas Schwab <schwab@suse.de>
9478
9479 * diff-mode.el (diff-mode): Fix missing quote.
9480
9481 2004-04-03 Juri Linkov <juri@jurta.org>
9482
9483 * descr-text.el (describe-property-list): Add `font-lock-face'.
9484
9485 * dired.el (dired-font-lock-keywords): Fix permission regexps.
9486
9487 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9488
9489 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9490 Use utf-16le on little endian machines and utf-16be otherwise.
9491
9492 2004-04-02 David Kastrup <dak@gnu.org>
9493
9494 * net/browse-url.el (browse-url-generic): Use call-process
9495 instead of start-process to allow browsers that fork and detach.
9496
9497 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
9498
9499 * compile.el (compilation-current-error): New var.
9500 (compilation-setup, compile-mouse-goto-error)
9501 (compile-goto-error, next-error): Use it.
9502 (compilation-skip-to-next-location): Default to t, which gives
9503 contiguous skipping like old compile (where this was redundant).
9504 (compilation-next-error): Prevent previous-* commands from moving
9505 back to message at or just before point.
9506
9507 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
9508
9509 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9510 (gdb-source-info): Don't display source at startup, if required.
9511 (gdb-show-main): New option.
9512 (gdba): Update documentation.
9513 (gdb-source): Cover case of auto-display output.
9514
9515 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
9516
9517 * autorevert.el: Delete obsolete autoload's and defvar's.
9518 (auto-revert-check-vc-info): New user option.
9519 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9520 (auto-revert-handler-vc): Delete.
9521 (auto-revert-handler): Treat return value `fast' of
9522 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
9523
9524 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9525 return `fast'.
9526
9527 * files.el (buffer-stale-function): Doc change.
9528
9529 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9530
9531 * printing.el: New tip on Tips section.
9532 (pr-version): New version number (6.7.4).
9533 (pr-shell-file-name): Initialization fix.
9534
9535 2004-03-31 Juri Linkov <juri@jurta.org>
9536
9537 * dired.el: Add autoload for `dired-do-touch'.
9538 (dired-touch-program): New var.
9539 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9540 (dired-no-confirm): Add `touch' to docstring.
9541
9542 * dired-aux.el (dired-do-touch): New fun.
9543 (dired-do-chxxx): Add argument -t for touch operation.
9544
9545 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9546 `dired-move-to-filename-regexp'.
9547
9548 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
9549
9550 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9551
9552 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9553
9554 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9555 and only if the buffer was modified.
9556
9557 2004-03-30 Kenichi Handa <handa@m17n.org>
9558
9559 * international/characters.el: Delete pairs for U+2308..U+230B.
9560
9561 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
9562
9563 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9564 to detect the beginning of a level 2 or 3 annotation.
9565
9566 2004-03-29 Kenichi Handa <handa@m17n.org>
9567
9568 * international/ucs-tables.el (ucs-insert): Fix the error message.
9569
9570 2004-03-29 Kenichi Handa <handa@m17n.org>
9571
9572 * international/mule-util.el (char-displayable-p): Fix generation
9573 of XLFD file name.
9574
9575 * Makefile.in (setwins, setwins_almost): Change directory to $wd
9576 before finding directories by `find'.
9577
9578 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * subr.el (interactive-form): Delete. Now implemented in C.
9581
9582 * pcvs.el (cvs-parse-process): Workaround for Darwin.
9583
9584 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9585 (vc-diff-label): New fun.
9586 (vc-diff-internal): Use it.
9587
9588 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9589
9590 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9591
9592 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9593
9594 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9595 specify XML (EBNFX).
9596
9597 * progmodes/ebnf2ps.el: Doc fix.
9598 (ebnf-version): New version number (4.1).
9599 (ebnf-syntax): Adjust customization.
9600 (ebnf-style-database): Add ebnfx entry.
9601 (ebnf-syntax-alist): Add ebnfx initialization.
9602 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9603
9604 * printing.el: Doc fix.
9605 (pr-version): New version number (6.7.3).
9606 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9607 returns nil for mouse position. Reported by Drew Adams
9608 <drew.adams@oracle.com>.
9609 (pr-update-menus): Modify interactive declaration. Reported by Drew
9610 Adams <drew.adams@oracle.com>.
9611
9612 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
9613
9614 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9615 (gud-gdba-marker-filter): Log the process input and output, if
9616 required. From Stefan Monnier.
9617 (gdb-debug-log, gdb-enable-debug-log): New variables.
9618 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9619
9620 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9623 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9624
9625 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
9626
9627 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9628 Call vc-find-file-hook here instead of in auto-revert-buffers.
9629 (auto-revert-buffers): Delete call to vc-find-file-hook.
9630 (auto-revert-verbose, global-auto-revert-non-file-buffers)
9631 (global-auto-revert-mode, auto-revert-set-timer)
9632 (auto-revert-handler, auto-revert-buffers): Doc fixes.
9633
9634 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9635
9636 * woman.el (woman-change-fonts): Rename local variable
9637 woman-font-alist to font-alist to avoid a compiler warning.
9638
9639 2004-03-27 Dave Love <fx@gnu.org>
9640
9641 * emacs-lisp/rx.el (rx): Doc fix.
9642 Fix copyright years.
9643
9644 * strokes.el (strokes-global-set-stroke-string): New function.
9645 (strokes-list-strokes): Cope with strings, not just commands.
9646 Set foreground colour of image.
9647 (strokes-global-set-stroke): Doc fix.
9648
9649 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
9650
9651 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9652 Auto Revert mode.
9653 (Buffer-menu-files-only): New variable.
9654 (Buffer-menu-toggle-files-only): New function.
9655 (Buffer-menu-mode-map): Bind it to `T'.
9656 (Buffer-menu-mode): Mention `T' in docstring.
9657 Set buffer-stale-function.
9658 (list-buffers-noselect): Mark buffer non-modified and set
9659 Buffer-menu-files-only.
9660
9661 * dired.el (buffer-stale-function): Remove no longer needed defvar.
9662
9663 * autorevert.el (auto-revert-handler): Print revert message
9664 before, rather than after, reverting.
9665 (buffer-stale-function): Move to files.el.
9666
9667 * files.el (buffer-stale-function): Move here from autorevert.el.
9668
9669 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9672
9673 * calc/calc.el (calc-mode-map): Use mapc.
9674
9675 * apropos.el (apropos-mode): Don't autoload.
9676 (apropos-symbols-internal): New fun. Extracted from `apropos'.
9677 (apropos): Use it.
9678 (apropos-print): Add optional `text' argument.
9679 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9680 Don't assume point-min == 1.
9681
9682 * bs.el (bs-buffer-list): Use buffer-local-value.
9683 (bs--set-toggle-to-show): Use with-current-buffer.
9684
9685 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9686 New funs.
9687 (list-buffers-noselect): Use them. Adjust :align-to to new style.
9688
9689 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9690
9691 * dabbrev.el (dabbrev-expand): Fix regexp construction.
9692 (dabbrev--find-expansion): Use pop.
9693 (dabbrev--search): Use match-string-no-properties.
9694
9695 * dired.el (dired-mode): Use run-mode-hooks.
9696 (dired-move-to-end-of-filename): Use match-string.
9697
9698 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9699 is bound before using it.
9700 (ediff-verbose-p): Make it into a var since it's not constant.
9701
9702 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9703
9704 * faces.el (read-face-font): Don't cons up unnecessarily.
9705 (header-line, tool-bar): Share common parts.
9706
9707 * files.el (file-relative-name): Use compare-strings.
9708
9709 * finder.el (finder-mode): Follow coding convention.
9710
9711 * subr.el (read-number): New function.
9712
9713 * ses.el (ses-read-number): Move to subr.el.
9714 (ses-set-header-row): Use read-number.
9715
9716 2004-03-26 Andre Spiegel <spiegel@gnu.org>
9717
9718 * vc-hooks.el (vc-arg-list): New function, which handles both
9719 compiled and uncompiled code.
9720 (vc-default-workfile-unchanged-p): Use it.
9721
9722 * vc.el (vc-print-log): Undo prev change, use new function
9723 vc-arg-list from vc-hooks.el.
9724
9725 2004-03-26 Masatake YAMATO <jet@gyve.org>
9726
9727 * simple.el (completion-setup-function): Emphasize the
9728 first uncommon characters in the completions; and de-emphasize
9729 the common prefix substrings.
9730 (completion-emphasis): New face.
9731 (completion-de-emphasis): New face.
9732
9733 2004-03-25 Juanma Barranquero <lektu@terra.es>
9734
9735 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9736 Comment out (it's unused and unfinished code).
9737
9738 2004-03-25 Sam Steingold <sds@gnu.org>
9739
9740 * vc.el (vc-print-log): Fix a bug in the last patch:
9741 backend-function may be a byte-compiled object, not a lambda.
9742
9743 2004-03-25 Juri Linkov <juri@jurta.org>
9744
9745 * descr-text.el (describe-property-list): Add a button
9746 for `face' property that calls `describe-face'.
9747 Suggested by luis fernandes <elf@ee.ryerson.ca>
9748
9749 * international/mule.el (keyboard-coding-system):
9750 * kmacro.el (kmacro-call-macro): Fix docstring.
9751
9752 * dired.el: Fix comments.
9753
9754 * textmodes/fill.el (fill): Fix Info link.
9755
9756 * font-lock.el (fast-lock, lazy-lock):
9757 * jit-lock.el (jit-lock): Remove links to removed Support Modes
9758 Info node.
9759
9760 * eshell/eshell.el (eshell): Fix broken info-link.
9761
9762 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9763 * eshell/em-banner.el (eshell-banner):
9764 * eshell/em-smart.el (eshell-smart):
9765 * eshell/esh-cmd.el (eshell-cmd):
9766 Comment out broken info-links to incomplete Info manual.
9767
9768 * info-xref.el: Fix commentary.
9769
9770 2004-03-25 Kevin Ryde <user42@zip.com.au>
9771
9772 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9773 Remove spurious node duplicate suppression, doesn't work, not wanted.
9774 (info-xref-output): Take format style args, add "sit-for 0" to let
9775 user see the results as they progress.
9776 (info-xref-check-all-custom): New function.
9777
9778 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
9779
9780 * gdb-ui.el: Moved to progmodes.
9781
9782 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9785
9786 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9787
9788 * calendar/appt.el (appt-check): Remove superfluous progn.
9789 When finished with diary buffer: if it was not being displayed
9790 before, kill it; otherwise restore its original state.
9791 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9792
9793 * calendar/calendar.el (calendar-set-mode-line): Use total
9794 available mode-line width, rather than frame-width.
9795
9796 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9797 after mode change so effect not lost.
9798
9799 2004-03-23 Dave Love <fx@gnu.org>
9800
9801 * dired.el (dired) <defgroup>: Add link to manual.
9802 (dired-font-lock-keywords): Add highlighting on unusual permissions.
9803 (dired-revert): Use dolist.
9804 (dired-mode-map): Add U binding.
9805 (dired-mode): Add font-lock-beginning-of-syntax-function.
9806 (dired-garbage-files-regexp): Make it a defcustom.
9807
9808 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9811 is equivalent to nil.
9812 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9813 (vc-arch-mode-line-string): Accept `added' state.
9814 (vc-arch-state): Use inode-sigs if available.
9815 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9816 Copy&delete existing id file if any. Fallback if uuidgen is absent.
9817 (vc-arch-tagline-re): New var.
9818 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9819 New functions.
9820 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9821 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9822
9823 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9824 (vc-file-not-found-hook): Use it.
9825
9826 * diff-mode.el (diff-default-read-only): Change default.
9827 (diff-mode-hook): Make it a defcustom. Add some options.
9828 (diff-mode-map): Bind diff-refine-hook.
9829 (diff-yank-handler): New var.
9830 (diff-yank-function): New fun.
9831 (diff-font-lock-keywords): Use them.
9832 (diff-end-of-file): Handle case where file-header looks like diff text.
9833 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9834 (diff-file-kill): Delete a subsequent empty line, if applicable.
9835 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9836 (diff-find-file-name): Use it.
9837 (diff-tell-file-name): New command.
9838 (diff-mode): Be careful with view-mode.
9839 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9840 New functions, for use in diff-mode-hook.
9841 (diff-find-source-location): Catch "regex too large" errors.
9842 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9843 (diff-refine-hunk): New command.
9844
9845 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9846 (smerge-context-menu-map): Remove unused var.
9847 (smerge-keep-all): Preserve markers.
9848 (smerge-keep-n): New fun.
9849 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9850 (smerge-keep-current, smerge-ediff): Use it.
9851 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
9852 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9853 (smerge-resolve): Resolve trivial 3-part conflicts.
9854
9855 2004-03-23 Juri Linkov <juri@jurta.org>
9856
9857 * man.el (Man-width): New var.
9858 (Man-getpage-in-background): Use it.
9859 (Man-support-local-filenames): New var and fun.
9860 (Man-build-man-command): Don't add a second %s.
9861 (Man-fontify-manpage): Clean up message.
9862 (Man-mode): Set outline-regexp, outline-level,
9863 imenu-generic-expression.
9864
9865 * woman.el (woman-fill-frame): Doc fix.
9866 (woman-decode-region): Use window-width instead of frame-width.
9867
9868 * abbrevlist.el (list-one-abbrev-table):
9869 * descr-text.el (describe-char):
9870 * international/mule-diag.el (describe-current-coding-system):
9871 * international/quail.el (quail-insert-decode-map):
9872 Use window-width instead of frame-width.
9873
9874 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9875 (jka-compr-mode-alist-additions): Add tbz.
9876 (jka-compr-write-region, jka-compr-insert-file-contents):
9877 Add message for undefined compress-program.
9878 (jka-compr-write-region): Remove redundant var bindings.
9879
9880 * dired-x.el (dired-guess-shell-alist-default): Add choices for
9881 extracting files into subdirectory. Add tbz and dz. Fix regexps.
9882 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9883 (dired-man): Use dired-guess-shell-command.
9884 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9885 Change default nil to t.
9886
9887 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9888 (dired-compare-directories): Add default value for empty input.
9889
9890 * help-at-pt.el: Move suggestions for key bindings to Commentary.
9891
9892 * time.el (display-time-string-forms): Fix help-echo date format.
9893
9894 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
9895
9896 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9897 (buffer-stale-function): New variable.
9898 (auto-revert-list-diff, auto-revert-dired-file-list)
9899 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9900 (auto-revert-handler): Take over some functionality of deleted
9901 functions.
9902 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9903
9904 * dired.el (dired-directory-changed-p): New fun, extracted from
9905 dired-internal-noselect.
9906 (dired-buffer-stale-p): New fun.
9907 (dired-internal-noselect): Use dired-directory-changed-p.
9908 Eliminate revert messages.
9909 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9910
9911 2004-03-23 Kenichi Handa <handa@m17n.org>
9912
9913 * international/characters.el: Setup syntaxes for more parentheses
9914 Unicode characters.
9915
9916 * international/mule-cmds.el (select-safe-coding-system):
9917 Merge coding-system and auto-cs before comparing them.
9918
9919 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9922
9923 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9924 normal-auto-fill-function and comment-indent-function.
9925 The default values now work just as well.
9926 Don't set font-lock-beginning-of-syntax-function since we already set
9927 syntax-begin-function.
9928 (lisp-outline-level): Put ;;;###autoload at same level as (.
9929 (prin1-char): Quote special chars.
9930
9931 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9932 than with-no-warnings.
9933
9934 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9935 if the source location can't be found.
9936 (edebug-compute-previous-result): Use prin1-char.
9937
9938 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9939 (debug-ignored-errors): Add an entry.
9940
9941 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9942 (byte-compile-file): Output warning when deleting a file.
9943
9944 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9945 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9946
9947 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9948 (byte-compile-inline-expand): Use backquote.
9949 (byte-optimize-pure-func): Rename from byte-optimize-concat.
9950 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9951
9952 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9953
9954 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9955
9956 2004-03-22 Juri Linkov <juri@jurta.org>
9957
9958 * finder.el (finder-known-keywords): Fix data, tex, unix.
9959
9960 * play/landmark.el: Fix keywords.
9961
9962 * language/ethio-util.el (ethio-find-file): Doc fix.
9963
9964 * emacs-lisp/warnings.el: Doc fix.
9965
9966 * textmodes/ispell.el (ispell-help): Doc fix.
9967
9968 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
9969
9970 * format.el (format-insert-file): Always return a list of two
9971 elements, like insert-file-contents does.
9972
9973 2004-03-21 Andre Spiegel <spiegel@gnu.org>
9974
9975 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9976 and vc-BACKEND-diff.
9977 (vc-print-log): If the print-log implementation supports it, use
9978 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9979 (vc-version-diff, vc-diff-internal): Doc fixes.
9980
9981 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9982 implementation supports it, let diff output go to *vc*,
9983 not *vc-diff*, since this is an internal call.
9984
9985 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9986
9987 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9988
9989 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9990
9991 2004-03-21 Dave Love <fx@gnu.org>
9992
9993 * progmodes/cfengine.el (cfengine-mode):
9994 Set parse-sexp-ignore-comments.
9995
9996 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9997
9998 2004-03-21 Juanma Barranquero <lektu@terra.es>
9999
10000 * allout.el (allout-mode): Fix docstring.
10001
10002 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
10003
10004 * files.el (insert-directory): Fix bug if SWITCHES is a list.
10005
10006 * autorevert.el (auto-revert-interval): Make new value take
10007 effect immediately when set through Custom.
10008 (auto-revert-set-timer): Add interactive declaration.
10009
10010 2004-03-19 David Ponce <david@dponce.com>
10011
10012 * ruler-mode.el (ruler-mode-header-line-format-old):
10013 Don't `make-variable-buffer-local'.
10014 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10015 (ruler-mode-header-line-format): Simply funcall the above.
10016 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10017 to save/restore a previous header line format.
10018 (ruler-mode-space): Don't depend on a numeric WIDTH value.
10019 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10020 fringes and margins width.
10021 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10022
10023 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * log-edit.el (log-edit-font-lock-keywords): Typo.
10026
10027 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10028 (tex-send-tex-command): Rather than here.
10029 (tex-compilation-parse-errors): Simplify.
10030
10031 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10032
10033 * time.el (display-time-string-forms): Add help-echo with date on time.
10034
10035 * composite.el (compose-region): Use restore-buffer-modified-p.
10036
10037 * disp-table.el (standard-display-8bit): Simplify.
10038
10039 * server.el (server-process-filter): Delete temp frame.
10040
10041 * add-log.el (add-change-log-entry): Simplify.
10042
10043 2004-03-19 Kim F. Storm <storm@cua.dk>
10044
10045 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10046 (hexl-follow-line): Don't require 'fringe.
10047
10048 * progmodes/compile.el (compilation-start): Always set
10049 compilation-last-buffer and return it.
10050
10051 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10052
10053 * simple.el (clone-buffer): Doc fix.
10054
10055 2004-03-18 Juanma Barranquero <lektu@terra.es>
10056
10057 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10058
10059 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * log-edit.el (log-edit-font-lock-keywords): New var.
10062 (log-edit-mode): Use it.
10063
10064 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
10065
10066 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10067 properly for watching in speedbar.
10068
10069 2004-03-17 Masatake YAMATO <jet@gyve.org>
10070
10071 * smerge-mode.el (smerge-popup-context-menu):
10072 Put `unwind-protect' around `overlay-put' and `popup-menu'.
10073
10074 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10077 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10078 Take sealed revisions into account.
10079 (vc-arch-checkin): Extract a summary line from the message.
10080
10081 2004-03-16 Masatake YAMATO <jet@gyve.org>
10082
10083 * register.el (register): Provide `register' feature.
10084
10085 2004-03-15 Masatake YAMATO <jet@gyve.org>
10086
10087 Added context menu support in smerge mode.
10088 Most of the part is written by Stefan Monnier.
10089
10090 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10091 New keymap and menu.
10092 (smerge-text-properties): New function.
10093 (smerge-remove-props): New function.
10094 (smerge-popup-context-menu): New function.
10095 (smerge-resolve): Call `smerge-remove-props'.
10096 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10097 (smerge-keep-current): Ditto.
10098 (smerge-kill-current): New function.
10099 (smerge-match-conflict): Put text properties.
10100 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10101
10102 2004-03-15 David Ponce <david@dponce.com>
10103
10104 * ruler-mode.el: (ruler-mode-left-fringe-cols)
10105 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10106 (ruler-mode-right-scroll-bar-cols): Remove.
10107 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10108 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10109 Use fringe-columns and scroll-bar-columns.
10110
10111 2004-03-15 Masatake YAMATO <jet@gyve.org>
10112
10113 * hl-line.el (hl-line-range-function): New variable.
10114 (hl-line-move): New function.
10115 (global-hl-line-highlight): Use `hl-line-move'.
10116 (hl-line-highlight): Ditto.
10117
10118 * scroll-bar.el (scroll-bar-columns):
10119 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10120
10121 * ruler-mode.el (top-level): Require scroll-bar and fringe.
10122 (ruler-mode-left-fringe-cols)
10123 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10124 (ruler-mode-right-scroll-bar-cols)
10125 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10126 (ruler-mode-ruler-function): New variable.
10127 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10128 if the value for `ruler-mode-ruler-function'is given.
10129
10130 * hexl.el (hexl-mode-hook): Make the hook customizable.
10131 (hexl-address-area, hexl-ascii-area): New customize variables.
10132 (hexlify-buffer): Put font-lock-faces on the address area and
10133 the ascii area.
10134 (hexl-activate-ruler): New function.
10135 (hexl-follow-line): New function.
10136 (hexl-highlight-line-range): New function.
10137 (hexl-mode-ruler): New function.
10138
10139 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
10142 (vc-default-find-file-hook): New fun.
10143 (vc-find-file-hook): Call new find-file-hook operation.
10144
10145 * vc-arch.el: New file.
10146
10147 2004-03-12 Jesper Harder <harder@ifa.au.dk>
10148
10149 * info-look.el (info-lookup): Reuse an existing Info window.
10150
10151 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10152
10153 * woman.el (woman-preserve-ascii): Default value changed to t and
10154 doc string revised.
10155
10156 2004-03-12 Richard M. Stallman <rms@gnu.org>
10157
10158 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10159 Fix minor bug.
10160
10161 * replace.el (occur-engine): Change message for count of matches.
10162
10163 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10164 For strings, do compare text properties.
10165
10166 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
10167
10168 * progmodes/compile.el (compile-auto-highlight)
10169 (compilation-error-list, compilation-old-error-list)
10170 (compilation-parse-errors-function, compilation-parsing-end)
10171 (compilation-error-message, compilation-directory-stack)
10172 (compilation-enter-directory-regexp-alist)
10173 (compilation-leave-directory-regexp-alist)
10174 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10175 (compilation-current-file, compilation-regexps): Remove vars.
10176
10177 (compile-error-at-point, compilation-error-filedata)
10178 (compilation-error-filedata-file-name, compile-reinitialize-errors)
10179 (compilation-next-error-locus, compilation-forget-errors)
10180 (count-regexp-groupings, compilation-parse-errors)
10181 (compile-collect-regexps, compile-buffer-substring): Remove funs.
10182
10183 (compile-internal): Make obsolete.
10184
10185 (compilation-first-column, compilation-error)
10186 (compilation-directory-matcher, compilation-page-delimiter)
10187 (compilation-mode-font-lock-keywords, compilation-debug)
10188 (compilation-error-face, compilation-warning-face)
10189 (compilation-info-face, compilation-line-face)
10190 (compilation-column-face, compilation-enter-directory-face)
10191 (compilation-leave-directory-face, compilation-skip-threshold)
10192 (compilation-skip-visited, compilation-context-lines): New vars.
10193
10194 (compilation-warning-face, compilation-info-face)
10195 (compilation-message-face): New faces.
10196
10197 (compilation-error-regexp-alist-alist): New constant.
10198
10199 (compilation-face, compilation-directory-properties)
10200 (compilation-assq, compilation-error-properties, compilation-start)
10201 (define-compilation-mode, compilation-loop)
10202 (compilation-set-window): New functions.
10203
10204 (compile): Additional argument for interactive compiles like TeX.
10205
10206 * progmodes/grep.el (kill-grep): Move here from compile.el
10207 (grep-error, grep-hit-face, grep-error-face)
10208 (grep-mode-font-lock-keywords): New variables.
10209 (grep-regexp-alist): Simplify regexp and add `binary' case.
10210 (grep-mode): New mode.
10211 (grep-process-setup): Simplify.
10212
10213 2004-03-11 Jason Rumney <jasonr@gnu.org>
10214
10215 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10216 letters on DOS/Windows.
10217
10218 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * server.el (server-name): New var.
10221 (server-socket-dir): New var to replace server-socket-name.
10222 (server-start): Use them.
10223
10224 2004-03-11 Simon Josefsson <jas@extundo.com>
10225
10226 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10227 died to avoid infloop. Reported by Jonathan Glauner
10228 <jglauner@sbum.org>.
10229
10230 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10233 (smerge-mode-menu): Use it to deactivate menu entries.
10234 (smerge-keep-current): New fun.
10235 (smerge-keep-current): Use it.
10236
10237 2004-03-10 John Paul Wallington <jpw@gnu.org>
10238
10239 * foldout.el (foldout-fold-list, foldout-modeline-string):
10240 Declare them as variables, not constants.
10241
10242 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10243
10244 * ps-print.el: Modification to print *Messages* buffer.
10245 (ps-print-version): New version 6.6.4.
10246 (ps-message-log-max): New fun.
10247 (ps-spool-without-faces, ps-spool-with-faces)
10248 (ps-count-lines-preprint): Code fix.
10249
10250 * printing.el: New tips in Tips section.
10251
10252 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10253
10254 * delim-col.el: Doc fix.
10255
10256 * printing.el: Doc fix. New doc section (Tips).
10257
10258 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10259
10260 * type-break.el (type-break-emacs-variant): Remove.
10261 (type-break-run-at-time, type-break-cancel-function-timers):
10262 Use fboundp rather than version name and number.
10263
10264 2004-03-09 Masatake YAMATO <jet@gyve.org>
10265
10266 * hexl.el (hexl-mode): Use `make-local-variable' instead of
10267 `make-variable-buffer-local'.
10268
10269 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
10270
10271 * find-dired.el (find-dired): Call `shell-command' instead of
10272 `start-process-shell-command'. By this, Tramp takes over
10273 handling of remote directories.
10274
10275 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * newcomment.el (comment-use-global-state): New var.
10278 (comment-search-forward): Use it.
10279
10280 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10281
10282 * cus-edit.el (fill) <defgroup>: Move to fill.el.
10283
10284 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10285 (enable-kinsoku): Make it a defcustom.
10286 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10287 paragraph to same-comment-start-marker.
10288
10289 2004-03-07 Dave Love <fx@gnu.org>
10290
10291 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10292 (browse-url-mail): Use it.
10293
10294 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10295 (rfc2368-unhexify-string): Use replace-regexp-in-string.
10296
10297 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10298
10299 * woman.el (woman-man.conf-path): Doc fix.
10300 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10301
10302 2004-03-07 Eli Zaretskii <eliz@gnu.org>
10303
10304 * sort.el (sort-columns): Remove ms-dos from the list of systems
10305 where the external `sort' command is not used.
10306
10307 2004-03-07 Kim F. Storm <storm@cua.dk>
10308
10309 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10310 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10311 from overlay-arrow-variable-list.
10312 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10313
10314 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
10315
10316 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10317 overlay arrow string properly for the assembler buffer.
10318
10319 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * mail/sendmail.el (mail-mode): Fix last change.
10322
10323 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
10324
10325 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10326 for the assembler buffer.
10327 (gdb-assembler-custom): Position the overlay arrow.
10328 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10329
10330 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
10331
10332 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10333
10334 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10335 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10336
10337 * mail/sendmail.el (mail-mode): Set comment-start-skip.
10338
10339 * newcomment.el (uncomment-region): Allow non-terminated comment.
10340 (comment-normalize-vars): Check the user-specified comstart marker.
10341
10342 2004-03-04 Jesper Harder <harder@ifa.au.dk>
10343
10344 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10345 Otherwise, do use it if the region only contains font-lock text
10346 properties.
10347
10348 2004-03-04 Masatake YAMATO <jet@gyve.org>
10349
10350 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10351 as the callback function for eldoc.
10352 (hexl-print-current-point-info): New function.
10353 (hexl-current-address): Print the address in both decimal
10354 and hexadecimal format.
10355
10356 2004-03-04 Richard M. Stallman <rms@gnu.org>
10357
10358 * mail/rmail.el (rmail-convert-to-babyl-format):
10359 Specify t for UNIBYTE when calling mail-unquote-printable-region.
10360
10361 * mail/mail-utils.el (mail-unquote-printable-region):
10362 New arg UNIBYTE.
10363
10364 * startup.el (command-switch-alist): Doc fix.
10365
10366 * simple.el (undo): Temporarily set this-command to `undo-start',
10367 then set it to `undo' once undo-start returns without error.
10368
10369 * simple.el (minibuffer-history-sexp-flag): Doc fix.
10370
10371 * simple.el (kill-line): Don't disregard trailing whitespace
10372 in eol condition, if show-trailing-whitespace is set.
10373
10374 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10375 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10376 When disabling, restore old values only if mouse-sel-has-been-enabled.
10377
10378 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10379 (isearch-{-char): New function.
10380 (isearch-mode-map): Bind { to isearch-{-char.
10381
10382 * font-lock.el (lisp-font-lock-keywords-2):
10383 Turn off the CL with-... and do-... general patterns.
10384 Instead, recognize several specific with... and do... constructs.
10385
10386 * files.el (switch-to-buffer-other-window):
10387 Bind same-window-buffer-names and same-window-regexps to nil.
10388 (switch-to-buffer-other-frame): Likewise.
10389
10390 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10393 recognizing leading comment on code line.
10394
10395 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10398 hidden files/directories.
10399
10400 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10403 only comment-start (in case the mode hasn't set it).
10404
10405 * Makefile.in (AUTOGENEL): New var.
10406 (bootstrap-prepare): Rename from bootstrap-clean.
10407 Don't remove elc files.
10408 (maintainer-clean): New target.
10409
10410 * xml.el (xml-get-attribute-or-nil): Simplify.
10411
10412 2004-03-02 Juri Linkov <juri@jurta.org>
10413
10414 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10415 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10416 URL to prevent their substitution with the environment variable
10417 values by browsers.
10418
10419 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10420
10421 * ps-print.el: Doc fix.
10422 (ps-print-version): New version number (6.6.3).
10423 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10424 Docstring fix.
10425 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10426 before printing.
10427 (ps-time-stamp-yyyy-mm-dd): New fun.
10428 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10429
10430 2004-03-02 Kim F. Storm <storm@cua.dk>
10431
10432 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10433
10434 2004-03-01 Juanma Barranquero <lektu@terra.es>
10435
10436 * allout.el (allout-rebullet-heading): Fix typo in docstring.
10437
10438 * desktop.el (desktop-file-version)
10439 (desktop-after-read-hook): Fix typos.
10440 (desktop-clear-preserve-buffers): Remove redundant info in
10441 docstring already shown by the obsolescence message.
10442 (desktop-truncate, desktop-internal-v2s)
10443 (desktop-value-to-string): Change argument name to match docstring.
10444
10445 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10446
10447 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10448 docstring.
10449
10450 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10451
10452 * printing.el: Replace "As Is..." in PostScript file print/preview by
10453 "No Preprocessing...". Suggested by Colin Marquardt
10454 <_marquardt_@zmd.de>.
10455 (pr-insert-section-4): Adjust buffer interface.
10456
10457 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10458
10459 Version 2.0.39 of Tramp released.
10460
10461 * net/tramp.el (tramp-handle-file-local-copy)
10462 (tramp-handle-write-region, tramp-open-connection-rsh):
10463 Variable name typo. Small change. From Patrick Tullmann
10464 <tullmann@flux.utah.edu>.
10465 (tramp-process-connection-type): New variable.
10466 (tramp-maybe-open-connection): Use it.
10467 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10468 (tramp-touch): Set last-modified time of a remote file.
10469 (tramp-handle-write-region): Say which function is used when encoding.
10470
10471 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10472
10473 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10474 case of non-existing filename, too. Reported by Christoph Bauer
10475 <c_bauer@informatik.uni-kl.de>.
10476 (tramp-smb-get-file-entries): The directory in question should
10477 have permissions "drwxrwxrwx". Just virtual, because we don't
10478 know the real permissions. Don't we know?
10479 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10480 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10481 (tramp-smb-wait-for-output): Optimize algorithm getting pending
10482 output. If it was received chunkwise, there have been problems.
10483 Remove the "prompt not found" error message; it is obvious.
10484 Simplify algorithm.
10485 (tramp-smb-process-running): Remove. Since we acknowledge the
10486 virtual prompt for shares, there's no need for distinction of
10487 reading shares (process ends afterwards) and interactive mode of
10488 smblient.
10489 (tramp-smb-open-connection): Setting process sentinel removed.
10490 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10491 "NT_STATUS_NETWORK_ACCESS_DENIED".
10492 (tramp-smb-maybe-open-connection): Set `process-connection-type'
10493 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10494 (top-level): Setting default value in `tramp-default-method-alist'
10495 corrected. Order of USER and HOST have been wrong.
10496 Nobody complained for months ...
10497 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10498 (tramp-smb-open-connection): Clear password cache if login has failed.
10499
10500 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10501 `tramp-unified-filenames'.
10502 (tramp-completion-mode): Make test for XEmacs explicitely.
10503 `event-to-character' can exists in Emacs packages too.
10504 Reported by Matt Swift <swift@alum.mit.edu>.
10505 (tramp-buffer-name): Buffer name must contain the user if exists.
10506 Reported by Adrian Phillips <a.phillips@met.no>.
10507 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10508 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10509 (tramp-do-copy-or-rename-file-out-of-band): Rename from
10510 `tramp-do-copy-or-rename-file-one-local', because it handles also
10511 the case both files use the same out-of-band method.
10512 Implementation added.
10513 (tramp-handle-file-local-copy, tramp-handle-write-region):
10514 Out-of-band handling removed. `copy-file' called instead, which
10515 calls `tramp-do-copy-or-rename-file-out-of-band'.
10516 (tramp-action-password): Check for out-of-band method removed.
10517 This function is used for 'login-program.
10518 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10519 appropriate.
10520 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10521 and `tramp-parse-sknownhosts'.
10522 (tramp-completion-function-alist): It's a defvar now, because we
10523 want to apply the optimized `tramp-set-completion-function'
10524 instead of a static list.
10525 (tramp-set-completion-function): Implementation tuned.
10526 Avoid double entries, and entries where the function or the
10527 file/directory doesn't exist.
10528 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10529 for SSH2.
10530 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10531 (tramp-handle-dired-compress-file): New function.
10532 (tramp-async-proc): New variable.
10533 (tramp-handle-shell-command): Adding asynchronous processes.
10534 They are far from being perfect, but it works at least for
10535 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10536 (top-level): Require password.el if visible. Should be mandatory
10537 once No Gnus has found its way into (X)Emacs.
10538 (tramp-read-passwd): Invoke `password-read' if available,
10539 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
10540 fallback any longer.
10541 (tramp-clear-passwd): New function.
10542 (tramp-process-actions, tramp-process-multi-actions):
10543 Clear password cache if login has failed.
10544
10545 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
10546 its own module.
10547 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10548 `ange-ftp-ftp-name-res'. There could be incorrect values from
10549 previous calls in case the "ftp" method is used in the Tramp file
10550 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10551
10552 2004-02-28 Richard M. Stallman <rms@gnu.org>
10553
10554 * term.el (term-mouse-paste): Call mouse-set-point.
10555
10556 * thumbs.el: New file.
10557
10558 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10559
10560 * progmodes/ebnf-abn.el: Doc fix.
10561
10562 * progmodes/ebnf-bnf.el: Doc fix.
10563 (ebnf-repeat): Code fix.
10564
10565 * progmodes/ebnf2ps.el: Doc fix.
10566 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10567
10568 2004-02-28 Juri Linkov <juri@jurta.org>
10569
10570 * ffap.el (dired-at-point): Additional writability test for
10571 relative directory names.
10572 (dired-at-point-prompter): Treat directories as a directory, get
10573 the directory component from files.
10574 (ffap-string-at-point): Return string from region if region is active.
10575 (ffap-file-at-point): Remove redundant code.
10576
10577 2004-02-28 Kim F. Storm <storm@cua.dk>
10578
10579 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10580 Initialize margin area images to nil.
10581 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10582 (breakpoint-enabled-bitmap-face)
10583 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10584 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10585 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10586 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10587 (gdb-reset): Use gdb-remove-breakpoint-icons.
10588 (gdb-put-string): Add dprop arg to specify alternative display
10589 property (for setting fringe bitmap).
10590 (gdb-remove-strings): Doc fix.
10591 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10592 icon in fringe (if available), or else as icon or text in display
10593 margin. Creates necessary icons in breakpoint-bitmap,
10594 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10595 Also make left window margin if required.
10596 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10597 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
10598 no longer needed.
10599 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10600 gdb-put-breakpoint-icon.
10601 (gdb-assembler-mode): Don't set left-margin-width here.
10602
10603 2004-02-27 Kevin Ryde <user42@zip.com.au>
10604
10605 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10606 comma, so that it DTRT in macros.
10607
10608 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
10609
10610 * progmodes/sh-script.el (sh-shell-arg)
10611 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10612 (sh-leading-keywords, sh-other-keywords): Fix custom type.
10613
10614 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10615
10616 * faces.el (face-spec-set-match-display): Add a new attribute,
10617 `min-colors'.
10618 (region, highlight, secondary-selection): Use `min-colors'.
10619
10620 * custom.el (defface): Add documentation for `min-colors'.
10621
10622 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10623 (font-lock-keyword-face, font-lock-function-name-face)
10624 (font-lock-variable-name-face, font-lock-constant-face):
10625 Use `min-colors'.
10626
10627 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10628
10629 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10630
10631 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
10632 define assq-delete-all if it's not defined.
10633 (ebnf-generate-region): Code fix.
10634
10635 * printing.el: Doc fix.
10636 (pr-version): New version number (6.7.2).
10637 (pr-command): Return empty string if command is an empty string.
10638
10639 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10640
10641 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10642
10643 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
10644 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10645 semi-down-full. Fix a bug on productions like test = {"test"}* | (
10646 "tt" ["test"] ). Reported by Markus Dreyer
10647 <mdreyer@ix.urz.uni-heidelberg.de>.
10648 (ebnf-version): New version number (4.0).
10649 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10650 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10651 (ebnf-delete-style): New commands.
10652 (ebnf-directory, ebnf-file): New funs.
10653 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10654 (ebnf-production-name-p, ebnf-stop-on-error): New options.
10655 (ebnf-syntax-alist): New var.
10656 (ebnf-element-width): New fun replacing ebnf-list-width.
10657 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10658 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10659 (ebnf-prologue): Adjust vars.
10660 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10661 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10662 (ebnf-check-style-values, ebnf-generate-production)
10663 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10664 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10665 (ebnf-token-repeat): Code fix.
10666
10667 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
10668 %right, %left and %prec. Suggested by Matthew K. Junker
10669 <junker@alum.mit.edu>.
10670 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10671
10672 * progmodes/ebnf-iso.el: Doc fix.
10673 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10674 (ebnf-iso-lex): Code fix.
10675
10676 * progmodes/ebnf-bnf.el: Doc fix.
10677 (ebnf-bnf-lex): Code fix.
10678
10679 * progmodes/ebnf-otz.el: Doc fix.
10680
10681 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10682
10683 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
10684 (abbrev-prefix-mark): Doc fix.
10685
10686 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10687
10688 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10689 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10690 (gdb-var-delete): Make interactive (really).
10691 (gdb-edit-value): Make non-interactive.
10692
10693 * progmodes/gud.el (gud-speedbar-menu-items):
10694 Add gdb-var-delete and, indirectly, gdb-edit-value.
10695 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10696 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10697 (gud-gdb-marker-filter): Add comment for annotations.
10698
10699 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10700
10701 * calendar/calendar.el (generate-calendar)
10702 (calendar-read-date): Prevent display of BC calendars once more -
10703 reverts 2003-10-01 change.
10704 (generate-calendar-month): Doc fix.
10705
10706 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10707
10708 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10709 return value of increment-calendar-month.
10710
10711 2004-02-21 Stephen Compall <s11@member.fsf.org>
10712
10713 * saveplace.el (save-place-forget-unreadable-files)
10714 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10715 (save-place-forget-unreadable-files): New function.
10716 (save-place-alist-to-file): Use it to filter out files that are
10717 no longer readable.
10718
10719 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10720 current Texinfo environment, using the same method as in
10721 `texinfo-insert-@end', and insert a space rather than a newline if
10722 point in a @table environment.
10723
10724 2004-02-21 Juri Linkov <juri@jurta.org>
10725
10726 * ffap.el (ffap-file-at-point): Try parent directories.
10727
10728 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
10729
10730 * vcursor.el (vcursor-modifiers): New defcustom.
10731 (vcursor-cs-binding): Use vcursor-modifiers instead of a
10732 hard-coded list.
10733
10734 2004-02-21 Masatake YAMATO <jet@gyve.org>
10735
10736 * play/animate.el (animate-birthday-present): Accept names other
10737 than `Sarah', too.
10738
10739 2004-02-21 Juri Linkov <juri@jurta.org>
10740
10741 * startup.el: Remove table of command line arguments from the
10742 Commentary section.
10743
10744 2004-02-20 John Wiegley <johnw@newartisans.com>
10745
10746 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10747 again" modifier from 'e' to 'E', since 'e' is also used by the
10748 "file extension" modifier.
10749
10750 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10751
10752 * help-fns.el (describe-categories): Doc fix.
10753
10754 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10755
10756 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10757 temporary file for buffer already visiting one. This change makes
10758 output likely to be directly usable by patch program.
10759 Suggested by Adrian Aichner <adrian@xemacs.org>
10760
10761 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
10762
10763 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10764 case of variables defined in compound statements.
10765 (gdb-setup-windows, gdb-source-info, gdb-source-info):
10766 Simplify constructions using switch-to-buffer.
10767
10768 2004-02-19 Simon Josefsson <jas@extundo.com>
10769
10770 * play/morse.el: Fix typo.
10771 (morse-code): Add @.
10772
10773 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10774
10775 * calendar/appt.el (appt-display-format): Change default to
10776 'ignore, for backwards compatibility.
10777 (appt-display-message): If appt-display-format is 'ignore,
10778 respect old vars appt-msg-window and appt-visible.
10779 (appt-activate): Don't depend on return value of cancel-timer.
10780
10781 * calendar/calendar.el (calendar-holidays): Doc fix.
10782
10783 * calendar/cal-coptic.el (coptic-prompt-for-date):
10784 Use assoc-string instead of assoc-ignore-case.
10785 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10786 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10787 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10788 * calendar/cal-islam.el (calendar-goto-islamic-date)
10789 (mark-islamic-diary-entries): Ditto.
10790 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10791 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10792 (calendar-read-mayan-tzolkin-date): Ditto.
10793 * calendar/calendar.el (calendar-read-date): Ditto.
10794 * calendar/diary-lib.el (mark-diary-entries): Ditto.
10795
10796 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
10797
10798 * progmodes/executable.el (executable-command-find-posix-p):
10799 Fix choice of the directory.
10800
10801 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10802
10803 * simple.el (interprogram-cut-function)
10804 (interprogram-paste-function, kill-new, kill-append):
10805 Doc fixes.
10806 (kill-region): Make it return nil. Doc fix.
10807 (yank-pop): Make its argument optional.
10808 (yank): Make ARG `-' equivalent to `-1'.
10809
10810 2004-02-17 Eli Zaretskii <eliz@gnu.org>
10811
10812 * mail/rmail.el (rmail-get-new-mail): Don't reference
10813 rmail-use-spam-filter if rmail-spam-filter is not loaded.
10814
10815 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10816
10817 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10818 if one of global-auto-revert-non-file-buffers or autorevert-mode
10819 is non-nil.
10820
10821 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10822
10823 * subr.el (delete-dups): A better implementation from Karl Heuer
10824 <kwzh@gnu.org>.
10825
10826 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10827
10828 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10829 correct place.
10830 * progmodes/icon.el (icon-indent-command): Ditto.
10831 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10832
10833 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10834
10835 * progmodes/grep.el (grep-compute-defaults): Undo change from
10836 2004-01-29: don't use executable-command-find-posix-p.
10837
10838 2004-02-16 Richard Sharman <rsharman@pobox.com>
10839
10840 * hilit-chg.el: Use require instead of eval-and-compile.
10841 (highlight-compare-buffers): New function.
10842
10843 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
10844
10845 * man.el (Man-fontify-manpage): Render section headings in
10846 `Man-overstrike-face' even when overstrike was not used by man
10847 formatter for section headings.
10848
10849 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
10850
10851 * rmail-spam-filter.el: (vm-use-spam-filter)
10852 (rsf-min-region-length-added-to-spam-list): New variables.
10853 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10854 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
10855 spam testing. Don't delete spam message if automatic deletion
10856 after output via variable rmail-delete-after-output is turned on.
10857 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10858 rsf-bbdb-dont-create-entries-for-spam.
10859 (check-field): New function, extracted from code in
10860 rmail-spam-filter to ease addition of header fields like content-type.
10861 (message-content-type): New variable to check the content-type:
10862 field added, also in defcustom of rsf-definitions-alist.
10863 (rmail-spam-filter): Replace repeated test code for header fields
10864 by calls to check-field; change the call to
10865 rmail-output-to-rmail-file such that rmail-current-message stays
10866 the same to avoid wrong deletion of unseen flags.
10867 (rsf-add-contents-type): New function to convert old format
10868 of rmail-spam-definitions-alist into new one.
10869 Change prefixes of all variables and functions from
10870 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10871
10872 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10873
10874 * loadhist.el (unload-hook-features-list): New defvar.
10875
10876 2004-02-16 Dave Love <fx@gnu.org>
10877
10878 * loadhist.el (unload-feature): Doc fix. Rename flist to
10879 unload-hook-features-list.
10880
10881 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
10882
10883 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10884 cookie. Don't check if we are looking-at open-formula.
10885
10886 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10887
10888 * subr.el (match-string-no-properties): Use substring-no-properties.
10889
10890 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10891
10892 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10893 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10894 Use lower-case "rx" in all error message.
10895
10896 2004-02-16 Dave Love <fx@gnu.org>
10897
10898 * emacs-lisp/rx.el (rx-or): Put group around result.
10899 (rx-constituents): Add backref.
10900 (rx-syntax): Add string-delimiter, comment-delimiter.
10901 (rx-categories): Add combining-diacritic.
10902 (rx-check-not, rx-greedy, rx): Doc fix.
10903 (rx-backref, rx-check-backref): New.
10904
10905 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10906
10907 * newcomment.el (uncomment-region): Allow eob as comment end.
10908
10909 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10910
10911 * filecache.el: All message and error commands now use prefix
10912 "Filecache:" to make it easy to read *Messages* buffer.
10913
10914 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10915
10916 * autorevert.el: Add support to detect changed dired and VC buffers.
10917 (auto-revert-active-p, auto-revert-list-diff)
10918 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10919 (auto-revert-handler, auto-revert-active-p): New functions.
10920 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10921 and `auto-revert-active-p'.
10922 (eval-when-compile): Defvar dired-directory and vc-mode.
10923 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10924 (auto-revert-handler-vc): New functions.
10925
10926 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10927
10928 * progmodes/compile.el (compilation-directory): New defvar.
10929 (compile): Save current directory in compilation-directory.
10930 (recompile): Bind default-directory to compilation-directory if
10931 that is non-nil.
10932
10933 2004-02-16 Dave Love <fx@gnu.org>
10934
10935 * newcomment.el (comment-insert-comment-function)
10936 (comment-region-function, uncomment-region-function): New.
10937 (comment-indent): Use comment-insert-comment-function.
10938 (uncomment-region): Use uncomment-region-function.
10939 (comment-region): Use comment-region-function.
10940
10941 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10942
10943 2004-02-16 Richard Stallman <rms@gnu.org>
10944
10945 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10946 loaddefs* and ldefs-boot*.
10947
10948 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10949
10950 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10951 and email address at the beginning and end of the address.
10952
10953 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10954 anchored at the beginning of the email address.
10955
10956 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
10957
10958 * international/ccl.el (ccl-compile-write): Pass `left' to
10959 ccl-embed-code to generate correct code of write-expr-register.
10960
10961 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
10962
10963 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10964
10965 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10966
10967 * x-dnd.el: Mention support for Motif in commentary.
10968 (x-dnd-handle-drag-n-drop-event): Ditto.
10969
10970 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10971
10972 * ses.el: Use "ses--" prefixes for buffer-local variables.
10973 Use (point-min) instead of 1, even when we know the buffer
10974 is unnarrowed.
10975 (ses-build-load-map): Delete. Distribute its content to defconst's for
10976 the three maps.
10977 (ses-menu, ses-header-line-menu): New menus.
10978 (ses-mode-map): Use them.
10979 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
10980
10981 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
10982
10983 * Makefile.in: Fix the CC Mode recompile kludge so it works
10984 when building in a different directory.
10985
10986 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
10987
10988 * simple.el (kill-new): Put yank-handler property on the entire string.
10989
10990 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * diff.el: Don't use compile any more, use diff-mode instead.
10993 (diff-regexp-alist, diff-old-file, diff-new-file)
10994 (diff-parse-differences, diff-process-setup): Remove.
10995 (diff-sentinel): New fun.
10996 (diff): Use it. Run the process ourselves.
10997 Use diff-mode for the rest of the processing.
10998
10999 * diff.el (diff): Simplify code handling `switch'.
11000
11001 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * pcvs-defs.el (cvs-menu): Add `tag'.
11004
11005 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11006
11007 * simple.el (kill-append): Doc fix.
11008
11009 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11010 Adapt outline-regexp to the new conventions for commenting out code.
11011
11012 2004-02-11 John Paul Wallington <jpw@gnu.org>
11013
11014 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11015
11016 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * diff.el (diff-switches): New fun.
11019 (diff, diff-backup): Use it.
11020 (diff): Clean up the args construction. Use backquote.
11021 Use listp instead of consp to avoid putting a nil arg.
11022 (diff): Add a revert-buffer function.
11023
11024 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11025
11026 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
11027 handled by x-dnd-handle-file-name.
11028 (x-dnd-known-types): Add COMPOUND_TEXT.
11029 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11030 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11031 x-dnd-empty-state.
11032 (x-dnd-forget-drop): Ditto.
11033 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11034 (x-dnd-handle-one-url): Return private when inserting text.
11035 (x-dnd-insert-ctext): New function.
11036 (x-dnd-handle-file-name): New function for FILE_NAME.
11037 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11038 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11039 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11040
11041 2004-02-10 Kenichi Handa <handa@m17n.org>
11042
11043 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11044 instead of while loop.
11045
11046 2004-02-10 Miles Bader <miles@gnu.org>
11047
11048 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11049
11050 2004-02-09 Kenichi Handa <handa@m17n.org>
11051
11052 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11053 have end-of-line.
11054
11055 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
11056
11057 * Makefile.in: Added extra dependencies in the recompile target
11058 needed to cope with the compile time macro expansions in CC Mode.
11059
11060 2004-02-09 Kim F. Storm <storm@cua.dk>
11061
11062 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11063 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11064 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11065 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11066 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11067 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11068 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11069 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11070 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11071 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11072 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11073
11074 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11077 Don't allow shrink if there's a window on our right.
11078
11079 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11080 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11081 Bring together declaration and initialization.
11082 (prolog-mode-variables): Don't set the syntax table.
11083 Don't set paragraph-start and comment-indent-function.
11084 Add /*..*/ to the comment regexps.
11085 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
11086 (prolog-mode-map): Don't bind TAB.
11087 (prolog-mode): Set the syntax table.
11088 (prolog-comment-indent): Remove.
11089 (inferior-prolog-mode-map): Initialize in the declaration.
11090 (inferior-prolog-mode-syntax-table)
11091 (inferior-prolog-mode-abbrev-table): New vars.
11092 (inferior-prolog-mode): Derive from comint-mode.
11093 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11094 minibuffer windows.
11095
11096 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11097 in file names, as long as it is unabmiguous.
11098
11099 2004-02-08 Andreas Schwab <schwab@suse.de>
11100
11101 * textmodes/reftex-toc.el
11102 (reftex-toc-load-all-files-for-promotion): Remove useless use of
11103 format. Doc fix.
11104
11105 * textmodes/refer.el (refer-find-entry-internal): Remove extra
11106 format string arguments.
11107
11108 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11109 string argument.
11110
11111 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11112
11113 * play/zone.el (zone-call): Fix format string.
11114
11115 * net/webjump.el (webjump-builtin): Add missing format string argument.
11116
11117 * midnight.el (midnight-delay-set): Remove extra format string argument.
11118
11119 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11120
11121 * hexl.el (hexl-insert-char): Add missing format string argument.
11122
11123 * format.el (format-decode): Fix format string.
11124
11125 * emulation/vi.el (vi-mode): Remove extra format string argument.
11126 (vi-repeat-last-search): Likewise.
11127 (vi-reverse-last-search): Likewise.
11128 (vi-goto-mark): Likewise.
11129 (vi-reverse-last-find-char): Likewise.
11130 (vi-repeat-last-find-char): Likewise.
11131 (vi-locate-def): Likewise.
11132
11133 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
11134
11135 * ediff-util.el (ediff-toggle-read-only): Remove extra format
11136 string argument.
11137 (ediff-toggle-regexp-match): Likewise.
11138
11139 * dired-aux.el (dired-do-query-replace-regexp): Add missing
11140 format string argument.
11141
11142 * calc/calc-map.el (calc-get-operator): Remove extra format
11143 string argument.
11144
11145 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
11146
11147 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
11148 string argument.
11149
11150 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
11151
11152 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
11153
11154 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
11155
11156 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
11157 (cl-struct-setf-expander): Likewise.
11158
11159 * vc.el (with-vc-file): Fix unsafe uses of error.
11160 (vc-cancel-version): Likewise.
11161
11162 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
11163
11164 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11165 thousands separator; fixes <class>:<line-number> regexp for
11166 non-english locales.
11167
11168 2004-02-08 Andreas Schwab <schwab@suse.de>
11169
11170 * view.el (view-mode-enable): Revert previous change.
11171
11172 2004-02-07 Kim F. Storm <storm@cua.dk>
11173
11174 * simple.el (line-number-at-pos): Rename from line-at-pos.
11175 Uses changed (what-line and vc-annotate-warp-version).
11176
11177 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11178
11179 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11180 (diff-mode): Remove aborted attempt at support for compile.el.
11181 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11182
11183 2004-02-06 Andreas Schwab <schwab@suse.de>
11184
11185 * view.el (view-mode-enable): Add view-mode-map to
11186 minor-mode-overriding-map-alist.
11187
11188 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11189
11190 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11191
11192 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
11193
11194 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11195 with point inside rather than after the paragraph.
11196
11197 2004-02-04 Sam Steingold <sds@gnu.org>
11198
11199 * mail/smtpmail.el (smtpmail-try-auth-methods):
11200 Do not try authentication when no mechanism is available.
11201 Pass port-name as defaultport to `netrc-machine'.
11202
11203 2004-02-04 Stephen Eglen <stephen@gnu.org>
11204
11205 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11206 to show how minibuffer height can be constrained.
11207
11208 2004-02-04 John Paul Wallington <jpw@gnu.org>
11209
11210 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11211
11212 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11213
11214 * x-dnd.el: New file for drag and drop.
11215
11216 * term/x-win.el: require x-dnd, set after-make-frame-functions
11217 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11218 drag-n-drop event.
11219
11220 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11221 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11222 (dired-dnd-handle-file): New functions for drag and drop support.
11223 (dired-mode): Initialize drag and drop if x-dnd present.
11224
11225 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11228 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11229 (cperl-mode): Set fill-paragraph-function.
11230 (cperl-fill-paragraph): Make it non-interactive.
11231
11232 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
11233
11234 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11235
11236 2004-02-02 David Kastrup <dak@gnu.org>
11237
11238 * replace.el (perform-replace): Allow 'literal argument in
11239 regexp-flag to indicate literal replacement.
11240 (query-replace-regexp-eval): Use it.
11241
11242 2004-02-01 Andreas Schwab <schwab@suse.de>
11243
11244 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11245
11246 2004-02-01 Stephen Eglen <stephen@gnu.org>
11247
11248 * info-look.el: Add support for maxima-mode. Update commentary
11249 because info-lookup-symbol is now bound to C-h S.
11250
11251 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
11252
11253 * simple.el (edit-and-eval-command): Bind print-level and
11254 minibuffer-history-sexp-flag around call to read-from-minibuffer.
11255 Correct initial position in command-history.
11256
11257 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
11258
11259 * files.el (read-directory-name): Adapt the docstring to recent
11260 change in Fread_file_name.
11261
11262 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
11263
11264 * ses.el (ses-print-cell): If print format too wide for column
11265 width, truncate decimal places if that helps to avoid "#####" fill.
11266 * ses.el (ses-initial-column-width): Revert previous change.
11267
11268 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
11269
11270 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11271 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11272 Add edebug info.
11273 (jit-lock-mode): Setup/cancel the new timer.
11274 (jit-lock-context-fontify): New fun. Extracted from
11275 context fontification code of jit-lock-stealth-fontify.
11276 (jit-lock-stealth-fontify): Don't do context fontification any more.
11277
11278 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11279 (jit-lock-fontify-now): Handle the `quit' case.
11280 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11281
11282 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
11283
11284 * progmodes/executable.el (executable-command-find-posix-p):
11285 New. Check if find handles arguments Posix-style.
11286
11287 * progmodes/grep.el (grep-compute-defaults):
11288 Use executable-command-find-posix-p.
11289 (grep-find): Check `grep-find-command'.
11290
11291 * filecache.el (file-cache-find-posix-p): Delete.
11292 (file-cache-add-directory-using-find):
11293 Use `executable-command-find-posix-p'.
11294
11295 2004-01-29 Dave Love <fx@gnu.org>
11296
11297 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11298 Iterate the hook function if arg is given.
11299 (mark-defun, narrow-to-defun): Change order of finding the limits.
11300
11301 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11302 (byte-compile-format-warn): New.
11303 (byte-compile-callargs-warn): Use it.
11304 (Format, message, error): Add byte-compile-format-like property.
11305 (byte-compile-maybe-guarded): New.
11306 (byte-compile-if, byte-compile-cond): Use it.
11307 (byte-compile-lambda): Compile interactive forms,
11308 just to make warnings about them.
11309
11310 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
11311
11312 * ses.el (ses-initial-column-width): Increase to 14, so it will
11313 work well with the default printer of "%.7g" for extreme values
11314 like "-1.234567e+07".
11315
11316 2004-01-29 Kenichi Handa <handa@m17n.org>
11317
11318 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11319
11320 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
11321
11322 * dos-w32.el: Added support for the `default-printer-name' function.
11323
11324 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * server.el (server-socket-name): Don't use the hostname in the
11327 socket name since /tmp is local to the host anyway.
11328
11329 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11330 robust check of widening and fix var-naming.
11331
11332 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
11333
11334 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11335 or rmail-spam- to rsf- in all function and variable names.
11336 (rsf-min-region-to-spam-list): New variable.
11337 (rsf-bbdb-auto-delete-spam-entries): Rename from
11338 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
11339 scanned together with the recipients field for spam testing; Don't
11340 delete spam message if rmail-delete-after-output is non-nil;
11341 (rsf-check-field): New function, extracted from code in
11342 rmail-spam-filter to ease addition of header fields like
11343 content-type:;
11344 (message-content-type): New variable. The content-type: field was
11345 added also in defcustom of rsf-definitions-alist;
11346 (rmail-spam-filter): Replace repeated test code for header fields
11347 by calls to check-field; change the call to
11348 rmail-output-to-rmail-file such that rmail-current-message stays
11349 the same to avoid wrong deletion of unseen flags.
11350 (rmail-use-spam-filter): Add autoload cookie.
11351
11352 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
11353
11354 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
11355 (file-cache-add-directory-using-find): Add Cygwin support.
11356 (file-cache-find-command-posix-flag): New user variable.
11357
11358 * filecache.el (file-cache-add-directory): Check for
11359 directories an remove them from dir-files.
11360
11361 2004-01-27 Richard M. Stallman <rms@gnu.org>
11362
11363 * man.el (Man-fontify-manpage): Clean up message.
11364
11365 2004-01-27 Kenichi Handa <handa@m17n.org>
11366
11367 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11368 (sentence-end): Define using sentence-end-without-space.
11369
11370 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11371 a sentence ends with one of a character in sentence-end-without-space.
11372
11373 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * font-lock.el (font-lock): Add jit-lock as explicit group member.
11376 (jit-lock): Group declaration moved to jit-lock.el.
11377 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11378 when necessary.
11379
11380 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11381 (jit-lock-context-unfontify-pos): Rename from
11382 jit-lock-first-unfontify-pos.
11383 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11384
11385 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11386
11387 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11388 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11389 (fortran-fill): When filling a string, adjust re-search-backward
11390 argument for special case of string just on fill-column.
11391 When filling non-string, allow one extra char if
11392 fortran-break-before-delimiters is non-nil.
11393 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11394 Use fortran-break-delimiters-re and fortran-no-break-re to
11395 correctly handle cases such as "**".
11396
11397 * progmodes/f90.el (f90-break-delimiters): Doc fix.
11398 (f90-no-break-re): Add some extra tokens. Doc fix.
11399
11400 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
11401
11402 * mail/rmail-spam-filter.el:
11403 Use two semicolons as Commentary line prefix.
11404 Add ";;; Code:" stylized comment.
11405 Delete end-of-line whitespace.
11406 Wrap (require 'cl) with `eval-when-compile'.
11407
11408 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
11409
11410 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11411 at the top level of vc.el.
11412
11413 2004-01-23 Andre Spiegel <spiegel@gnu.org>
11414
11415 * vc.el (vc-current-line): Function removed. This is now done by
11416 the new function line-at-pos in simple.el.
11417 (vc-annotate-warp-version): Use line-at-pos instead of
11418 vc-current-line.
11419
11420 2004-01-22 Kim F. Storm <storm@cua.dk>
11421
11422 * simple.el (line-at-pos): New defun.
11423 (what-line): Use it. Optimize by only counting lines in narrowed
11424 region once.
11425
11426 2004-01-22 Kenichi Handa <handa@m17n.org>
11427
11428 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11429 point (register r1) only for charset mule-unicode-0100-24ff.
11430
11431 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
11432
11433 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11434 trailing white space and ensure a final newline.
11435
11436 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11437 Add autoload cookie.
11438
11439 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
11440
11441 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11442 activate view-mode explicitly.
11443
11444 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11445
11446 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11447 use clipboard first.
11448
11449 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
11452 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11453 (vc-mcvs-cvs): Remove.
11454 (vc-mcvs-command): Remove use of assert.
11455
11456 * outline.el (outline-insert-heading): Tighten up match.
11457 (outline-demote, outline-move-subtree-down): Don't assume anything
11458 about outline-regexp.
11459
11460 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11461 (texinfo-show-structure): Explicitly add ^, and simplify.
11462
11463 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11464
11465 * calendar/appt.el (appt-check): Restore usage of
11466 appt-issue-message deleted in previous change.
11467 (top-level): Activate package when loaded (needed for backwards
11468 compatibility).
11469
11470 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11471
11472 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11473 following previous change to smtpmail-send-data.
11474
11475 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
11476
11477 * vc.el (vc-default-previous-version): Doc enhancement.
11478 (vc-default-next-version): New function.
11479 (vc-print-log): New arg FOCUS-REV.
11480 (vc-annotate-mode): Derive from view-mode.
11481 (vc-annotate): New args REVISION, DISPLAY-MODE.
11482 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11483 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11484 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11485 (vc-annotate-show-diff-revision-at-line, vc-current-line)
11486 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11487
11488 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11489
11490 2004-01-19 Karl Berry <karl@gnu.org>
11491
11492 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11493 or "TexInfo".
11494
11495 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
11496
11497 * subr.el (delete-dups): New function.
11498
11499 2004-01-19 Karl Berry <karl@gnu.org>
11500
11501 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11502 with ^, since that's what texinfo-show-structure
11503 documentation says (plus it works much better in texinfo.txi).
11504
11505 2004-01-18 Jesper Harder <harder@ifa.au.dk>
11506
11507 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11508
11509 2004-01-18 David Ponce <david@dponce.com> (tiny change)
11510
11511 * progmodes/which-func.el (which-function-mode): Don't cancel
11512 which-func-update-timer if not set.
11513
11514 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
11515
11516 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11517 Remove spurious left square bracket in XX:XXam regexp.
11518
11519 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
11520
11521 * progmodes/cc-defs.el: Do not require cl at run time.
11522
11523 2004-01-16 Richard M. Stallman <rms@gnu.org>
11524
11525 * emacs-lisp/cl.el (cl-cannot-unload): New function.
11526 (cl-unload-hook): Defvar this to run cl-cannot-unload.
11527
11528 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11529 Call rmail-spam-filter. Delete and expunge spam.
11530 Print number of spam messages deleted.
11531 Save and restore the deletion status of old messages when reading
11532 new mail with spam filter, so that expunging spam does not expunge
11533 msgs deleted by the user.
11534 (rmail-only-expunge): Add an optional argument dont-show to
11535 prevent showing message after expunge.
11536
11537 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11538
11539 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11540 * subr.el (declare): New macro.
11541
11542 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
11543
11544 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11545
11546 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11549 Test window-system rather than system-type (for X11/Mac).
11550
11551 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
11552
11553 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11554
11555 2004-01-12 Richard M. Stallman <rms@gnu.org>
11556
11557 * mail/rmail.el (rmail-convert-to-babyl-format):
11558 Use mail-unquote-printable-region.
11559 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11560 (rmail-hex-char-to-integer): Functions deleted.
11561
11562 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11563 (mail-unquote-printable-region): New arg NOERROR.
11564 For invalid encoding, either signal an error to just return nil.
11565
11566 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11567
11568 * calendar/appt.el: Update copyright and commentary.
11569 (appt-issue-message): Make obsolete.
11570 (appt-visible, appt-msg-window): Make obsolete, in favour of
11571 appt-display-format.
11572 (appt-display-mode-line, appt-display-duration)
11573 (appt-display-diary, appt-time-msg-list, appt-mode-string)
11574 (appt-prev-comp-time, appt-display-count, appt-timer)
11575 (appt-convert-time): Doc change.
11576 (appt-disp-window-function, appt-delete-window-function):
11577 Use defcustom rather than defvar.
11578 (appt-display-format): New variable.
11579 (appt-display-message): New function with display code from appt-check.
11580 (appt-check): Add optional FORCE argument. Doc change.
11581 Add appt-make-list to diary-hook if displaying diary.
11582 Remove checking of view-diary-entries-initially.
11583 Message display section removed to new function appt-display-message.
11584 (appt-display-window): Doc change. Remove unused internal var
11585 this-buffer. Do not beep, since appt-display-message does that.
11586 (appt-make-list): Doc change. Use caar.
11587 (appt-sort-list): Simplify by using builtin sort function.
11588 (appt-update-list): New function for updating appts when diary is
11589 saved.
11590 (appt-activate): New autoloaded function to toggle package
11591 functionality.
11592
11593 * calendar/cal-x.el: (calendar-one-frame-setup)
11594 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11595
11596 * calendar/calendar.el: Update copyright.
11597 (view-diary-entries-initially, european-calendar-style): Doc change.
11598 (calendar-setup): Make defcustom rather than defvar.
11599 (mark-visible-calendar-date): Initialize temp-face and faceinfo
11600 in let binding so local to function.
11601
11602 * calendar/diary-lib.el: Update copyright.
11603 (diary, diary-entry-time): Doc change.
11604 (list-diary-entries): Doc change. Trivial logic change.
11605 (fancy-diary-display): Restore make-face command mistakenly
11606 deleted 2003-05-08.
11607 (show-all-diary-entries): Allow to pop-up frame if needed.
11608
11609 2004-01-09 John Paul Wallington <jpw@gnu.org>
11610
11611 * bindings.el (mode-line-change-eol): Add EVENT parameter.
11612 Temporarily select EVENT's window for changing eol type.
11613
11614 2004-01-09 Deepak Goel <deego@gnufans.org>
11615
11616 * calendar/diary-lib.el (diary-entry-time):
11617 Also accept time in the form XX[.XX][am/pm/AM/PM].
11618 (fancy-diary-font-lock-keywords): Likewise.
11619 (diary-font-lock-keywords): Likewise.
11620 * calendar/appt.el (appt-add): Likewise.
11621 (appt-make-list): Likewise.
11622 (appt-convert-time): Likewise.
11623
11624 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
11625
11626 * gdb-ui.el (gdb-ann3): Revert previous change.
11627 (gdb-source-info): Allow for case of where compilation directory
11628 is not recorded.
11629
11630 2004-01-08 John Paul Wallington <jpw@gnu.org>
11631
11632 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11633
11634 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
11635
11636 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11637
11638 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11639 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11640 problems.
11641 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11642
11643 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11644
11645 * files.el (write-file-functions, write-contents-functions):
11646 Clarify docstrings.
11647
11648 2004-01-07 Kenichi Handa <handa@m17n.org>
11649
11650 * international/mule.el (set-auto-coding): Fix for the case that
11651 end-of-line is only CR.
11652
11653 2004-01-07 Kim F. Storm <storm@cua.dk>
11654
11655 * subr.el (event-start, event-end): Doc fix.
11656 (posn-string, posn-image): New defuns.
11657 (posn-object): Return either image or string object.
11658 (posn-object-x-y): Return 8th element of position.
11659 (posn-object-width-height): New defun.
11660
11661 2004-01-06 Andreas Schwab <schwab@suse.de>
11662
11663 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11664 output.
11665
11666 2004-01-05 Karl Berry <karl@gnu.org>
11667
11668 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11669 / and *, too.
11670
11671 2003-12-31 Simon Josefsson <jas@extundo.com>
11672
11673 * files.el (before-save-hook): Add.
11674 (basic-save-buffer): Use before-save-hook.
11675
11676 * emacs-lisp/copyright.el: Fix comment to recommend
11677 before-save-hook instead of write-file-functions.
11678
11679 2004-01-05 Richard M. Stallman <rms@gnu.org>
11680
11681 * finder.el (finder-commentary): Call delete-other-windows.
11682
11683 * net/ange-ftp.el (ange-ftp-file-attributes):
11684 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11685
11686 2004-01-04 Karl Berry <karl@gnu.org>
11687
11688 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11689 comment characters % and # in the copyright year notice,
11690 as well as ;.
11691
11692 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
11693
11694 * wid-edit.el (default): Define dummy :value-delete.
11695 Reported by Jesper Harder <harder@ifa.au.dk>.
11696
11697 2004-01-03 Richard M. Stallman <rms@gnu.org>
11698
11699 * progmodes/compile.el (compile-internal): Use point, not point-min,
11700 for set-window-point.
11701
11702 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11703
11704 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11705
11706 * progmodes/grep.el (grep-mode-map):
11707 Don't remap next-line, previous-line.
11708
11709 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
11710
11711 * speedbar.el (speedbar-edit-line): Change regexp to position
11712 the cursor on the first character of this line's button.
11713
11714 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11715
11716 * subr.el (functionp): Doc fix.
11717
11718 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
11719
11720 * progmodes/idlwave.el (idlwave-make-tags):
11721 * textmodes/flyspell.el (flyspell-large-region):.
11722 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11723 * emulation/viper-util.el (viper-glob-unix-files):
11724 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11725 * man.el (Man-init-defvars):
11726 * jka-compr.el (jka-compr-call-process):
11727 * files.el (get-free-disk-space,insert-directory):
11728 * ediff-ptch.el (ediff-test-patch-utility):
11729 * ediff-diff.el (ediff-test-utility):
11730 * dired-aux.el (dired-check-process):
11731 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11732 test the return value of call-process, because it can be a string.
11733
11734 2003-12-31 John Paul Wallington <jpw@gnu.org>
11735
11736 * bindings.el (completion-ignored-extensions): Add .pfsl.
11737
11738 2003-12-31 Kim F. Storm <storm@cua.dk>
11739
11740 * ido.el (ido-nonreadable-directory-p): New defun to check for
11741 nonreadable directory without activating tramp (to avoid problems
11742 with checking incomplete tramp paths).
11743 (ido-set-current-directory, ido-file-internal)
11744 (ido-file-name-all-completions1): Use it.
11745
11746 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11747
11748 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11749 documentation if the anchor (or node) name is preceded by `info
11750 anchor' or `Info anchor' in addition to earlier `info node' and
11751 `Info node'.
11752 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11753
11754 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11755
11756 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11757 error in arguments to base64-decode-region. Remove ^M characters
11758 after decoding base64.
11759
11760 2003-12-30 Simon Josefsson <jas@extundo.com>
11761
11762 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
11763 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11764 have only been distributed with Emacs for some years.
11765 (texinfo-mode-hook): Customize.
11766
11767 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11768
11769 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11770 cleaner (suggested by Richard Stallman).
11771
11772 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11773 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11774 file-name clashes on 8+3 DOS filesystems.
11775
11776 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11777 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11778 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11779 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11780 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11781 file-name clashes on 8+3 filesystems.
11782
11783 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11784 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11785 file-name clashes on 8+3 DOS filesystems.
11786
11787 2003-12-29 Richard M. Stallman <rms@gnu.org>
11788
11789 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11790 Upcase the character.
11791
11792 * textmodes/flyspell.el (mail-mode-flyspell-verify):
11793 Search for header separator alone on a line, literally,
11794 and search for it backward, not forward.
11795 (flyspell-abbrev-table): Always use global-abbrev-table
11796 if there is no local one.
11797
11798 * progmodes/sh-script.el (sh-get-indent-info):
11799 Don't move point back if at bob.
11800
11801 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11802
11803 * play/handwrite.el (handwrite): Make the handwrite credit message
11804 a comment rather than an output command.
11805
11806 * obsolete/sc.el: Display message that this file is obsolete.
11807
11808 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11809
11810 * mail/rfc822.el (rfc822-address-start): Declare variable.
11811 Renamed from address-start. All uses changed.
11812
11813 * term.el (term-exec): Set up sentinel.
11814 (term-sentinel): New function.
11815 (term-handle-exit): New function.
11816
11817 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11818 Use assoc-string, and mark them obsolete.
11819 (delay-mode-hooks): Mark as permanent local.
11820
11821 * simple.el (sendmail-user-agent-compose): Use assoc-string.
11822
11823 * register.el (copy-rectangle-to-register): Doc fix.
11824
11825 * info.el (Info-insert-dir): Use assoc-string.
11826
11827 * info-look.el (info-lookup): Use assoc-string.
11828
11829 * frame.el (pop-up-frame-function): Use quote, not `function'.
11830 (frame-notice-user-settings): Calculate ADJUSTED-TOP
11831 copying with lists as coordinate values.
11832
11833 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11834
11835 * find-dired.el (kill-find): New command.
11836 (find-dired): Make buffer read-only.
11837 Set up a keymap with C-c C-k running kill-find.
11838 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11839
11840 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11841
11842 * filecache.el (file-cache-ignore-case): New variable.
11843 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
11844
11845 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11846 (comint-dynamic-complete-as-filename): Rename local vars.
11847 (comint-dynamic-list-filename-completions): Likewise.
11848
11849 * comint.el (comint-dynamic-list-completions-config): New var.
11850 (comint-dynamic-list-completions): Handle both SPC and TAB right.
11851
11852 * comint.el (comint-file-name-chars): Add [].
11853 (comint-word): Use skip-chars-backward, not search.
11854
11855 * shell.el (shell-file-name-chars): Add [].
11856
11857 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11858
11859 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11860
11861 * generic.el (define-generic-mode): Doc fix.
11862
11863 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11864
11865 * files.el (kill-some-buffers): Doc fix.
11866
11867 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
11868
11869 * comint.el (comint-watch-for-password-prompt): Pass `string' as
11870 arg to send-invisible
11871 (send-invisible): Doc fix. The argument is now a prompt, not the
11872 string to send.
11873 (comint-read-noecho): Doc fix.
11874
11875 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
11876
11877 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11878 "@", as required by some ISP hosting service. Fix defcustom
11879 argument syntax errors that prevented use of customization.
11880
11881 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11882
11883 * xml.el (xml-get-attribute-or-nil): Doc fix.
11884
11885 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
11886
11887 * net/zone-mode.el (zone-mode): Use write-file-functions, not
11888 write-file-hooks.
11889
11890 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
11891
11892 * autorevert.el (auto-revert-interval): Doc fix.
11893
11894 2003-12-29 Mark A. Hershberger <mah@everybody.org>
11895
11896 * xml.el (xml-get-attribute-or-nil): New function, like
11897 xml-get-attribute, but returns nil if the attribute was not found.
11898 (xml-get-attribute): Convert to defsubst, uses
11899 xml-get-attribute-or-nil.
11900
11901 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11902
11903 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11904
11905 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
11906
11907 * custom.el (custom-declare-theme): Use `value' when putting
11908 properties on `theme'.
11909
11910 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
11911
11912 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11913 for each yank-handler segment.
11914 (insert-for-yank-1): New function, with the body of the previous
11915 insert-for-yank.
11916
11917 * textmodes/table.el (table-yank-handler): New defcustom.
11918 (table--put-cell-indicator-property): Put yank-handler property
11919 that indicates the yank handler for the table cell.
11920
11921 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11922
11923 * generic-x.el (etc-modules-conf-generic-mode): A more complete
11924 set of keywords.
11925
11926 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11927
11928 * international/mule-cmds.el (reset-language-environment)
11929 (set-language-environment): Don't invoke fontset-related functions
11930 if fontset-list is not fboundp.
11931
11932 2003-12-29 Kenichi Handa <handa@m17n.org>
11933
11934 * international/mule-cmds.el (reset-language-environment):
11935 Call set-overriding-fontspec-internal with nil.
11936 (set-language-environment): Call set-overriding-fontspec-internal
11937 if the language environment specify `overriding-fontspec'.
11938 (language-info-alist): Doc added.
11939
11940 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11941 characters of mule-unicode-0100-24ff.
11942 (ccl-encode-windows-1251-font): New CCL program.
11943 ("Bulgarian"): Specify overriding-fontspec.
11944 ("Belarusian"): Likewise.
11945
11946 2003-12-28 Sam Steingold <sds@gnu.org>
11947
11948 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11949 parameter ID-FORMAT to conform with the 2003-11-30 patch.
11950
11951 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
11952
11953 * progmodes/gud.el (gud-gdb-command-name): Set default to
11954 "gdb --annotate=3".
11955 (gud-gdb-marker-filter): Look out for annotations.
11956 (gdb-first-pre-prompt): New variable.
11957 Remove trailing white space.
11958
11959 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11960 if necessary.
11961 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
11962 annotations are detected.
11963 (gud-gdba-marker-filter): Use global variable gud-marker-acc
11964 instead of a local one to allow transition from
11965 gud-gdb-marker-filter.
11966 Remove trailing white space.
11967
11968 2003-12-27 Kim F. Storm <storm@cua.dk>
11969
11970 * ido.el: Handle non-readable directories.
11971 (ido-decorations): Add 9th element for non-readable directory.
11972 (ido-directory-nonreadable): New dynamic var.
11973 (ido-set-current-directory): Set it.
11974 (ido-read-buffer, ido-file-internal):
11975 (ido-read-file-name, ido-read-directory-name): Let-bind it.
11976 (ido-file-name-all-completions1): Return empty list for
11977 non-readable directory.
11978 (ido-exhibit): Print [Not readable] if directory is not readable.
11979 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11980 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11981 Use it.
11982
11983 2003-12-27 Lars Hansen <larsh@math.ku.dk>
11984
11985 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11986 calls to directory-files-and-attributes and file-attributes.
11987 (ls-lisp-format): Remove system dependent handling of user and
11988 group id's.
11989
11990 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11991
11992 * ffap.el (ffap-read-file-or-url): Revert previous change.
11993
11994 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
11995
11996 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11997 new list of included files called `files-with-node-lines', that
11998 only have node lines. This way @include commands can include any
11999 file, such as version and update files without node lines, not
12000 just files that are chapters.
12001
12002 2003-12-25 Andreas Schwab <schwab@suse.de>
12003
12004 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12005 file not found.
12006
12007 2003-12-08 Miles Bader <miles@gnu.org>
12008
12009 * dired.el (dired-between-files): Always use dired-move-to-filename,
12010 which is more robust in non-english locales.
12011
12012 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12013
12014 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12015
12016 2003-12-24 Andreas Schwab <schwab@suse.de>
12017
12018 * shell.el (shell-file-name-quote-list): Add backslash.
12019
12020 * comint.el (comint-quote-filename): Correctly handle backslash
12021 in comint-file-name-quote-list.
12022
12023 2003-12-24 Kenichi Handa <handa@m17n.org>
12024
12025 * international/mule-cmds.el (set-default-coding-systems):
12026 Call ucs-set-table-for-input for all buffers that don't have local
12027 value of buffer-file-coding-system.
12028
12029 * international/ucs-tables.el (ucs-set-table-for-input):
12030 If translation-table-for-encode is a symbol, get its
12031 translation-table property.
12032
12033 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
12034
12035 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12036 to `completing-read' on a recently fixed bug.
12037
12038 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12039 instead of SPACE, to get the list of possible fringe modes.
12040 SPACE only works if both `partial-completion-mode' and
12041 `completion-auto-help' are nil.
12042
12043 * complete.el (PC-is-complete-p): Delete.
12044 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12045 calls to `test-completion'.
12046
12047 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
12048
12049 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12050 to edit values when there are no children.
12051
12052 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12053 a mode called "Assembler" already exists.
12054 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12055 (gud-watch): Use format option. Remove font properties from string.
12056 (gdb-var-create-handler, gdb-var-list-children-handler):
12057 Don't bother about properties as there are none.
12058 (gdb-var-create-handler, gdb-var-list-children-handler)
12059 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12060 with two arguments.
12061 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12062 Let speedbar show value changes with a different font.
12063 (gdb-edit-value): New defun.
12064 (gdb-clear-partial-output, gdb-clear-inferior-io)
12065 (def-gdb-auto-update-handler): Use erase-buffer.
12066 (gdb-frame-handler): Display watch expressions in
12067 FUNCTION::VARIABLE format if required.
12068
12069 2003-12-23 John Paul Wallington <jpw@gnu.org>
12070
12071 * info.el (Info-unescape-quotes, Info-split-parameter-string)
12072 (Info-goto-emacs-command-node): Doc fixes.
12073
12074 2003-12-12 Jesper Harder <harder@ifa.au.dk>
12075
12076 * cus-edit.el (custom-add-parent-links): Define "many".
12077
12078 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
12079
12080 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12081 (widget-child-validate, widget-type-value-create)
12082 (widget-type-default-get, widget-type-match): New functions.
12083 (lazy): New widget.
12084 (menu-choice, checklist, radio-button-choice, editable-list)
12085 (group, documentation-string): Remove redundant (per 2003-10-25
12086 change) calls to `widget-children-value-delete'.
12087 (widget-choice-value-get, widget-choice-value-inline): Remove.
12088 (menu-choice): Update widget.
12089
12090 2003-12-03 Kenichi Handa <handa@m17n.org>
12091
12092 * language/cyrillic.el: Register "microsoft-cp1251" in
12093 ctext-non-standard-encodings-alist.
12094 ("Bulgarian"): Add ctext-non-standard-encodings.
12095 ("Belarusian"): Likewise.
12096
12097 * international/mule-conf.el (compound-text-with-extensions):
12098 Change the type to 2 (iso-2022 base).
12099
12100 * international/mule.el (ctext-non-standard-encodings-alist):
12101 Change the format.
12102 (ctext-non-standard-encodings): New variable.
12103 (ctext-post-read-conversion): Fully re-written.
12104 (ctext-non-standard-designations-alist): Delete it.
12105 (ctext-non-standard-encodings-table): New function.
12106 (ctext-pre-write-conversion): Fully re-written.
12107
12108 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12109
12110 * cus-edit.el (custom-add-parent-links): Add documentation links
12111 for parent, if the item has none of its own.
12112
12113 2003-11-30 Richard M. Stallman <rms@gnu.org>
12114
12115 * dired-aux.el (dired-do-query-replace-regexp):
12116 Report files visited read-only.
12117
12118 2003-11-30 Juri Linkov <juri@jurta.org>
12119
12120 * dired-aux.el (dired-compare-directories): New command.
12121 (dired-file-set-difference, dired-files-attributes): New functions.
12122
12123 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
12124 Version 2.0.38 of Tramp released.
12125
12126 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
12127 Charles Curley <charlescurley@charlescurley.com>.
12128 (tramp-multi-connection-function-alist): Add ssht entry which adds
12129 "-e none -t -t" to the list of ssh args. Suggested by Adrian
12130 Aichner.
12131 (tramp-get-method-parameter): New function to retrieve a method
12132 parameter. This allows for omission of method parameters.
12133 Callers adjusted.
12134
12135 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
12136
12137 * net/tramp.el: Add new optional parameter ID-FORMAT to
12138 `file-attributes'. Calls of `file-attributes' won't use this
12139 parameter for backward compatibility reasons.
12140 (tramp-perl-file-attributes): Add a new parameter to Perl script
12141 in order to handle uid/gid as strings, if desired.
12142 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
12143 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
12144 order to make the function more general.
12145 (tramp-handle-file-attributes): Replace proprietary optional
12146 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
12147 (tramp-handle-file-attributes-with-perl): Handle parameter
12148 NONNUMERIC if set. This wasn't done in the past.
12149 (tramp-post-connection): Apply second parameter "$2" if
12150 `tramp-remote-perl' is called.
12151
12152 * net/tramp-smb.el (tramp-smb-handle-delete-file):
12153 Correct cut'n'waste error (`filename' instead of `directory').
12154 (tramp-smb-handle-directory-files-and-attributes)
12155 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
12156 introduced parameter ID-FORMAT.
12157 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
12158 error (`directory' instead of `ldir').
12159
12160 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
12161 `file-attributes' has a second parameter. If yes, apply it with
12162 value "'integer". Otherwise, don't use that parameter (default is
12163 integer format).
12164
12165 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12166
12167 * help.el (help-map): Bind `display-local-help' to `C-h .'.
12168 (help-for-help): Add `C-h .' to the listed Help options.
12169 Remove trailing whitespace.
12170
12171 * help-at-pt.el: New file.
12172
12173 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
12174
12175 * subr.el (noreturn, 1value): New macros for test coverage.
12176 See `testcover.el'.
12177
12178 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12179
12180 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12181 for macro `1value'.
12182 (testcover-1value): New function. Checks that a 1value form
12183 actually returns only one value. Requested by RMS.
12184
12185 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
12186
12187 * gdb-ui.el (gud-watch, gdb-var-create-handler)
12188 (gdb-var-list-children, gdb-var-list-children-handler)
12189 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12190 gdb commands that use mi to keep them out of the command history.
12191
12192 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12193
12194 * cus-start.el (all): Add use-file-dialog.
12195
12196 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12199
12200 2003-11-27 Kim F. Storm <storm@cua.dk>
12201
12202 * subr.el (posn-object-x-y): New defun.
12203
12204 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12207 Don't use `space' for \\\n.
12208 Be more selective as to which # are comment-starters.
12209
12210 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
12211
12212 * subr.el (number-sequence): Improve handling of floating point
12213 arguments (suggested by Kim Storm). Allow negative arguments.
12214
12215 2003-11-26 Kenichi Handa <handa@m17n.org>
12216
12217 * international/mule-cmds.el (standard-display-european-internal):
12218 Cancel the standard-display-table setting for ` and '.
12219
12220 2003-11-26 Kim F. Storm <storm@cua.dk>
12221
12222 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12223 New defcustoms to add ffap-like functionality to ido.
12224 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
12225 (ido-no-final-slash): New defun.
12226 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12227 (ido-read-file-name): ): Toggle VC checking via
12228 vc-handled-backends instead of vc-master-templates.
12229 (ido-file-internal): Handle ido-use-url-at-point and
12230 ido-use-filename-at-point via code borrowed from ffap-guesser.
12231 Handle new ido-exit code ffap.
12232 (ido-sort-list): Ignore final slash when sorting file names.
12233
12234 2003-11-25 Kim F. Storm <storm@cua.dk>
12235
12236 * emulation/cua-base.el (cua--standard-movement-commands):
12237 Add forward-sentence and backward-sentence.
12238
12239 2003-11-25 Stephen Eglen <stephen@gnu.org>
12240
12241 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12242 iswitchb-exit is set to 'usefirst when user selects buffer at head
12243 of list using RET. (Selecting buffers at the head of the list was
12244 broken if the substring was also a complete buffername.)
12245
12246 2003-11-23 Kim F. Storm <storm@cua.dk>
12247
12248 * progmodes/compile.el (grep-command, grep-use-null-device)
12249 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12250 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12251 (grep-regexp-alist, grep-program, find-program)
12252 (grep-find-use-xargs, grep-history, grep-find-history)
12253 (grep-process-setup, grep-compute-defaults)
12254 (grep-default-command, grep, grep-tag-default, grep-find)
12255 (grep-expand-command-macros, grep-tree-last-regexp)
12256 (grep-tree-last-files, grep-tree): Move grep variables, functions
12257 and commands to new file grep.el.
12258 (compilation-mode-map): Remove grep commands from Compile sub-menu.
12259 (compilation-process-setup-function): Doc fix.
12260 (compilation-highlight-regexp, compilation-highlight-overlay): New
12261 defvars used for highlighting current compile error in source buffer.
12262 (compile-internal): New optional args HIGHLIGHT-REGEXP and
12263 LOCAL-MAP which overrides compilation-highlight-regexp and
12264 compilation-mode-map for this compilation.
12265 Delay calling compilation-set-window-height until after running
12266 compilation-process-setup-function so it can buffer-local override
12267 compilation-window-height.
12268 Check buffer-local value of compilation-scroll-output.
12269 (compilation-set-window-height): Use buffer-local value of
12270 compilation-window-height.
12271 (compilation-revert-buffer): Don't pass (undefined)
12272 preserve-modes arg to revert-buffer.
12273 (next-error-no-select, previous-error-no-select): New commands.
12274 (compilation-goto-locus): Temporarily highlight current match in
12275 source buffer using compilation-highlight-regexp.
12276
12277 * progmodes/grep.el: New file with grep code from compile.el.
12278 (grep): New defcustom group.
12279 (grep-window-height): New defcustom, like compilation-window-height.
12280 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12281 (grep-scroll-output): New defcustom, like compilation-scroll-output.
12282 (grep-command, grep-use-null-device, grep-find-command)
12283 (grep-tree-files-aliases, grep-tree-ignore-case)
12284 (grep-tree-ignore-CVS-directories): Move to grep custom group.
12285 (grep-setup-hook): New hook variable.
12286 (grep-mode-map): New keymap for grep commands. Add Grep menu.
12287 (grep-last-buffer): New defvar, override compilation-last-buffer.
12288 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
12289 Call compile-internal with args highlight-regexp and grep-mode-map.
12290
12291 2003-11-23 Kim F. Storm <storm@cua.dk>
12292
12293 * subr.el (event-start, event-end): Doc fix.
12294 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12295 (posn-area, posn-actual-col-row, posn-object): New defuns.
12296 (posn-col-row): Simplify doc. Rewrite to use cond.
12297 (posn-point): Also return buffer position for events outside text
12298 area (that info is now present in the event position).
12299
12300 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12301 mouse-set-point so that hscroll still works now that clicks on
12302 fringes generate specific mouse events.
12303 (mouse-set-point): Note that it now works in fringes and margins
12304 too due to new semantics of posn-point in fringes and margins.
12305
12306 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12307 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12308
12309 2003-11-20 Kim F. Storm <storm@cua.dk>
12310
12311 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12312 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12313 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12314 to 100 for icons to avoid increasing line height when shown.
12315
12316 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12317
12318 * newcomment.el (comment-normalize-vars): Initialize properly if
12319 comment-start was nil.
12320
12321 2003-11-19 Andreas Schwab <schwab@suse.de>
12322
12323 * simple.el (set-variable): Fix indentation.
12324
12325 2003-11-17 Kenichi Handa <handa@m17n.org>
12326
12327 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12328 Fix docstring.
12329
12330 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12331
12332 * international/latin1-disp.el (latin1-display): Fix docstring.
12333
12334 2003-11-16 John Wiegley <johnw@newartisans.com>
12335
12336 * eshell/em-ls.el (eshell-ls-file): There are times with
12337 size-width is nil and uncomputed (when directories are created in
12338 dired, for example); in this case, 4 is reasonable default value,
12339 although it may caused skewed new entries (which could be avoided
12340 by returning the original value of 8 in all cases, but 99% of the
12341 time this is a waste of whitespace).
12342
12343 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12344
12345 * cc-engine.el (c-guess-continued-construct)
12346 (c-guess-basic-syntax): Check a little more carefully if it's a
12347 function declaration when an unknown construct followed by a block
12348 is found inside a statement context. This avoids macros followed
12349 by blocks to be taken as function declarations.
12350
12351 (c-guess-continued-construct): Change the analysis of a statement
12352 continuation with a brace open to `substatement-block', for
12353 consistency with recognized statements.
12354
12355 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12356 start is in a position so that `c-beginning-of-statement-1' jumped
12357 to the beginning of the same statement.
12358
12359 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12360 Don't accept binary operators in the arglist if we're in a function
12361 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
12362 template recognition in cases like "if (a < b || c > d)".
12363
12364 (c-restricted-<>-arglists): New more appropriate name for
12365 `c-disallow-comma-in-<>-arglists'.
12366
12367 Accessing functions updated for the variable name change.
12368
12369 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12370 match data could get clobbered if NOT-INSIDE-TOKEN is used.
12371
12372 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12373 labels.
12374
12375 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12376 instead of duplicating parts of it. This fixes bogus label
12377 recognition.
12378
12379 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12380 of checking the context in which to apply the minimum indentation,
12381 so that it isn't enforced in e.g. namespace blocks.
12382
12383 * cc-vars.el (c-inside-block-syms): New constant used by
12384 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
12385 to somewhat reduce the risk of becoming stale.
12386
12387 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12388 cc-cmds to cc-engine to allow use from cc-align.
12389
12390 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12391 qualified identifiers containing "::".
12392
12393 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12394 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12395
12396 * cc-vars.el (c-emacs-features): Use a space in front of the name
12397 of the temporary buffer. That also avoids dumping problems in
12398 XEmacs due to undo info being left around after the buffer is killed.
12399
12400 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12401 arglist to see if it's a K&R style declaration.
12402
12403 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12404 before returning `knr-argdecl-intro'.
12405
12406 2003-11-16 John Wiegley <johnw@newartisans.com>
12407
12408 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12409 field in a long-listing always 8 characters, use `size-width',
12410 which has already been computed.
12411
12412 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
12413
12414 * subr.el (minor-mode-list): Add `hs-minor-mode'.
12415
12416 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12417
12418 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12419 Support operation while narrowed, with `diff-restrict-view'.
12420
12421 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12422
12423 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12424 Take additional optional arg NARROWFUN. For the generated functions:
12425 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
12426 include frags that arrange to check for and save narrowing state before
12427 the move and then conditionally call NARROWFUN after the move.
12428
12429 2003-11-14 John Wiegley <johnw@newartisans.com>
12430
12431 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12432 that was optional, but obviously missing based on surrounding code.
12433
12434 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12435 string arguments to numbers unless the whole argument was seen as
12436 a number.
12437
12438 2003-11-14 Kenichi Handa <handa@m17n.org>
12439
12440 * international/mule.el (ctext-non-standard-encodings-alist):
12441 Fix coding systems.
12442
12443 2003-11-10 Kenichi Handa <handa@m17n.org>
12444
12445 * language/kannada.el ("Kannada"): Add sample-text.
12446
12447 * language/knd-util.el (kannada-compose-region)
12448 (kannada-compose-string, kannada-post-read-conversion):
12449 Add autoload cookie.
12450
12451 * international/quail.el (quail-completion): Change the message
12452 "corresponding translations" to "corresponding characters".
12453
12454 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
12455
12456 * descr-text.el (describe-char): Fix typo.
12457
12458 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
12459
12460 These changes are to support Kannada language/script.
12461
12462 * Makefile.in (DONTCOMPILE): Add kannada.el.
12463
12464 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12465
12466 * loadup.el: Preload kannada.el.
12467
12468 * language/ind-util.el (ucs-kannada-to-is13194-alist)
12469 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12470 New variables.
12471
12472 * language/kannada.el: New file.
12473
12474 * language/knd-util.el: New file.
12475
12476 2003-11-07 Andreas Schwab <schwab@suse.de>
12477
12478 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12479 Also highlight AH_*.
12480
12481 * xml.el (xml-parse-dtd): Fix misplaced paren.
12482
12483 2003-11-07 Kenichi Handa <handa@m17n.org>
12484
12485 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12486
12487 2003-11-05 Juri Linkov <juri@jurta.org>
12488
12489 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12490 (desktop-buffer-file): Use saved buffer-file-coding-system
12491 for file reading. Set auto-insert to nil to prevent automatic
12492 insertion into restored empty files.
12493
12494 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12495
12496 * files.el (risky-local-variable-p): Make second argument optional.
12497
12498 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12499
12500 * subr.el (add-hook): Fix last change.
12501
12502 2003-11-03 Eli Zaretskii <eliz@gnu.org>
12503
12504 * mail/rmail.el (rmail-convert-to-babyl-format):
12505 If base64-decode-region signals an error, catch it and silently
12506 ignore it.
12507
12508 2003-11-01 Mark A. Hershberger <mah@everybody.org>
12509
12510 * xml.el (xml-parse-region): Allow comments to appear after the
12511 topmost element has closed.
12512 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12513 (xml-ns-expand-attr): New functions to do namespace handling.
12514 (xml-intern-attrlist): Back-compatible handling of attribute names.
12515 (xml-parse-tag): Move namespace handling to separate functions.
12516 Now produces elements in the form ((:ns . "element") (attr-list)
12517 children) instead of ('ns:element (attr-list) children).
12518 (xml-parse-attlist): Fix attribute parsing.
12519 (xml-parse-dtd): Change parsing so that it produces strings
12520 instead of interned symbols.
12521
12522 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
12523
12524 * dired.el (dired-ls-sorting-switches): Doc fix.
12525
12526 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
12527
12528 * emacs-lisp/rx.el (rx-or): Fix the case of
12529 "(rx (and ?a (or ?b ?c) ?d))".
12530
12531 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
12532
12533 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12534 (texinfo-format-region): Use it.
12535 (texinfo-format-buffer-1): Ditto.
12536
12537 2003-11-01 Alan Mackenzie <acm@muc.de>
12538
12539 Changes to allow scrolling whilst in isearch mode:
12540 * isearch.el (isearch-unread-key-sequence): New function,
12541 extracted from isearch-other-meta-char.
12542 (top level): (put 'foo 'isearch-scroll) on all Emacs's
12543 "scrollable" standard functions.
12544 (isearch-allow-scroll): New customizable variable.
12545 (isearch-string-out-of-window, isearch-back-into-window)
12546 (isearch-reread-key-sequence-naturally)
12547 (isearch-lookup-scroll-key): New functions.
12548 (isearch-other-meta-char): Doc string and functionality enhanced.
12549 Now accepts a prefix argument.
12550 (isearch-lazy-highlight-window-end): New variable.
12551 (isearch-lazy-highlight-new-loop): Pay attention to the window's
12552 end (thru isearch-lazy-highlight-window-end), not only its start.
12553
12554 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12555 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12556 (universal-argument, universal-argument-more, negative-argument)
12557 (digit-argument, universal-argument-other-key): Minor changes.
12558
12559 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12560
12561 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12562 recursively if the last message is deleted, thus avoiding an
12563 infinite loop.
12564
12565 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12566
12567 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12568 (tex-main-file): Don't add .tex if the extension is already present.
12569 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12570
12571 2003-10-29 Lute Kamstra <lute@gnu.org>
12572
12573 * progmodes/octave-inf.el (inferior-octave-prompt):
12574 Recognize version number in prompt.
12575
12576 2003-10-28 Dave Love <fx@gnu.org>
12577
12578 * international/characters.el: Fix some Unicode ranges.
12579
12580 2003-10-28 Kenichi Handa <handa@m17n.org>
12581
12582 * disp-table.el (standard-display-8bit)
12583 (standard-display-default, standard-display-ascii)
12584 (standard-display-g1, standard-display-graphic)
12585 (standard-display-underline): Assure that standard-display-table
12586 is a display table.
12587
12588 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * simple.el (reindent-then-newline-and-indent): Delete space *after*
12591 reindenting the first line.
12592
12593 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
12594
12595 * wid-edit.el (widget-default-delete): Always delete child widgets.
12596
12597 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * newcomment.el (comment-indent): Don't call indent-according-to-mode
12600 if the line has code.
12601 Don't try to line up with something that's too far left.
12602
12603 * progmodes/octave-mod.el (octave-comment-start): Simplify.
12604 (octave-mode-syntax-table): Add % as a comment starter.
12605 (octave-point): Remove.
12606 (octave-in-comment-p, octave-in-string-p)
12607 (octave-not-in-string-or-comment-p, calculate-octave-indent)
12608 (octave-blink-matching-block-open, octave-auto-fill):
12609 Use line-(beginning|end)-position instead.
12610
12611 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
12612
12613 * emacs-lisp/authors.el (authors-aliases): Add correct realname
12614 for Francesco Potort\e,Al\e(B.
12615
12616 2003-10-23 Dave Love <fx@gnu.org>
12617
12618 * international/mule-cmds.el (locale-charset-to-coding-system):
12619 Don't rely on nil being a coding system.
12620
12621 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12622 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12623 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12624
12625 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
12626
12627 * gdb-ui.el (gdb-current-language): New variable.
12628 (gdb-update-flag): Remove variable.
12629 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12630 (gdb-take-last-elt): Remove function.
12631 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12632 (gdb-post-prompt): Check for variable object changes here.
12633
12634 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12635 object changes in gdb-ui.el.
12636
12637 2003-10-21 Richard M. Stallman <rms@gnu.org>
12638
12639 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12640
12641 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12642 Don't check for foo*/ wildcard form here.
12643 (insert-directory): Recognize foo*/ as a wildcard.
12644 Separate wildcard-regexp variable from the arg, wildcard.
12645
12646 * subr.el (add-hook): Correctly detect when make-local-hook was used.
12647 (remove-hook): Correctly handle strange cases about local hooks.
12648
12649 2003-10-21 David Ponce <david@dponce.com>
12650
12651 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12652 argument REAL, to return a real number instead of a rounded
12653 integer value. Define as inline function.
12654 (ruler-mode-right-fringe-cols): Likewise.
12655 (ruler-mode-scroll-bar-cols): New function.
12656 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
12657 (ruler-mode-right-scroll-bar-cols): Likewise.
12658 (ruler-mode-space): New function.
12659 (ruler-mode-ruler): Use it. Handle variations of fringe style,
12660 scroll bar mode and margins in a more robust way.
12661
12662 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
12663
12664 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12665 (antlr-c-init-language-vars): New function.
12666 (antlr-mode): Use it with cc-mode before v5.29.
12667 (antlr-c-common-init): Don't set some local vars here.
12668 (antlr-mode): Set them here.
12669 (antlr-c-forward-sws): New function alias.
12670 (antlr-mode): Redefine with cc-mode before v5.30.
12671 (antlr-skip-sexps): Use it.
12672 (antlr-skip-exception-part): Ditto.
12673 (antlr-skip-file-prelude): Ditto.
12674 (antlr-outside-rule-p): Ditto.
12675 (antlr-end-of-body): Ditto.
12676 (antlr-option-kind): Ditto.
12677 (antlr-insert-option-area): Ditto.
12678 (antlr-file-dependencies): Ditto.
12679
12680 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12681
12682 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12683 Move backward only if point was not inside an entry.
12684
12685 2003-10-21 Richard M. Stallman <rms@gnu.org>
12686
12687 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12688
12689 2003-10-21 Juri Linkov <juri@jurta.org>
12690
12691 * compare-w.el: Automatically skip non-matching text to resync.
12692 (compare-windows-whitespace): Doc fix.
12693 (compare-windows-sync, compare-windows-sync-string-size)
12694 (compare-windows-recenter, compare-ignore-whitespace)
12695 (compare-windows-highlight, compare-windows-face): New variables.
12696 (compare-windows): Use compare-windows-sync.
12697 (compare-windows-highlight, compare-windows-dehighlight)
12698 (compare-windows-sync-regexp)
12699 (compare-windows-sync-default-function): New functions.
12700
12701 2003-10-21 Juri Linkov <juri@jurta.org>
12702
12703 * diff.el (diff-parse-differences): Don't visit the files now;
12704 instead, just record the error locus.
12705
12706 2003-10-21 Dave Love <fx@gnu.org>
12707
12708 * progmodes/cfengine.el: New file.
12709
12710 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * complete.el (PC-do-completion): Do not forget to use `pred' as the
12713 default-directory when completing file names.
12714
12715 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
12716
12717 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12718 followed by the word `face', it gets treated as a face, even if
12719 it is also defined as a variable or a function.
12720
12721 2003-10-20 Dave Love <fx@gnu.org>
12722
12723 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12724 Avoid incf in macro expansion.
12725
12726 2003-10-20 John Paul Wallington <jpw@gnu.org>
12727
12728 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12729 `evenp' so we don't implicitly require cl library at runtime.
12730
12731 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
12732
12733 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12734 (help-make-xrefs): Only make cross-references for faces if
12735 preceded or followed by the word `face'. Do not make a
12736 cross-reference for variables without variable documentation,
12737 unless preceded by the word `variable' or `option'. Update doc
12738 string accordingly.
12739
12740 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12741
12742 * progmodes/hideshow.el: Rewrite one-armed `if'
12743 constructs using either `when' or `unless'.
12744 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12745
12746 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
12747
12748 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12749 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12750 instead of 12x12.
12751
12752 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12753
12754 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12755 message while converting to Babyl.
12756
12757 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
12758
12759 * allout.el (allout-mode): Doc fix.
12760
12761 2003-10-16 Lute Kamstra <lute@gnu.org>
12762
12763 * subr.el (force-mode-line-update): Fix docstring.
12764
12765 2003-10-14 Dave Love <fx@gnu.org>
12766
12767 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12768 (default-input-method): Add :link, improve :type.
12769 (locale-charset-language-names): Fix utf-8 pattern.
12770 (locale-charset-match-p, locale-charset-alist)
12771 (locale-charset-to-coding-system): New.
12772 (set-locale-environment): Deal with codeset part of locale specs.
12773
12774 2003-10-14 Lute Kamstra <lute@gnu.org>
12775
12776 * fringe.el (fringe-mode): Use active voice in docstring.
12777 (set-fringe-style): Ditto.
12778
12779 2003-10-13 Lute Kamstra <lute@gnu.org>
12780
12781 * fringe.el (fringe-mode): Fix docstring.
12782 (set-fringe-style): Ditto.
12783
12784 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
12785
12786 * ediff-mult.el (ediff-filegroup-action):
12787 Use ediff-default-filtering-regexp.
12788
12789 * ediff-util.el (ediff-recenter): Don't call
12790 ediff-restore-highlighting twice.
12791 (ediff-select-difference): Set current difference.
12792 (ediff-unselect-and-select-difference): Add comment.
12793
12794 * ediff.el (ediff-directories,ediff-directory-revisions)
12795 (ediff-directories3,ediff-merge-directories)
12796 (ediff-merge-directories-with-ancestor)
12797 (ediff-merge-directory-revisions)
12798 (ediff-merge-directory-revisions-with-ancestor):
12799 Use ediff-default-filtering-regexp.
12800
12801 2003-10-12 Andreas Schwab <schwab@suse.de>
12802
12803 * international/mule-cmds.el (locale-charset-language-names):
12804 Simplify regex by removing unused grouping.
12805
12806 2003-10-10 Dave Love <fx@gnu.org>
12807
12808 * bindings.el: Don't bind stop.
12809
12810 2003-10-08 Miles Bader <miles@gnu.org>
12811
12812 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12813 face instead of attempting to emulate it.
12814
12815 2003-10-07 Kenichi Handa <handa@m17n.org>
12816
12817 * international/mule-diag.el (list-coding-systems-1): List coding
12818 systems that are loaded automatically.
12819
12820 * international/code-pages.el (iso-8859-11): Add autoload cookie.
12821
12822 * international/mule.el (autoload-coding-system): New function.
12823
12824 2003-10-07 Andreas Schwab <schwab@suse.de>
12825
12826 * log-edit.el (log-edit-changelog-entries): Prefer local value of
12827 change-log-default-name in the buffer visiting the file.
12828
12829 2003-10-06 Dave Love <fx@gnu.org>
12830
12831 * files.el (find-file-hook): Customize.
12832 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12833
12834 * bindings.el (completion-ignored-extensions): Remove .log.
12835 (global-map): Add again, open, stop keys.
12836
12837 2003-10-05 Richard M. Stallman <rms@gnu.org>
12838
12839 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12840 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12841 Use sh-modify directly.
12842 (sh-select): Use sh-append, not eval.
12843
12844 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12845
12846 * info.el (Info-following-node-name): New function.
12847
12848 * loadhist.el (unload-feature-special-hooks):
12849 Rename from loadhist-hook-functions.
12850 (loadhist-hook-functions): Now an alias.
12851
12852 2003-10-04 Eli Zaretskii <eliz@gnu.org>
12853
12854 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12855 file-name clashes on 8+3 filesystems.
12856
12857 * Makefile.in (DONTCOMPILE, bootstrap-clean):
12858 Rename loaddefs-boot.el to ldefs-boot.el
12859
12860 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12861 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12862
12863 2003-10-03 Lute Kamstra <lute@gnu.org>
12864
12865 * info.el (Info-mode): Revert previous change.
12866 (Info-escape-percent): New function.
12867 (Info-fontify-node): Use it.
12868
12869 2003-10-02 Andreas Schwab <schwab@suse.de>
12870
12871 * loaddefs-boot.el: Regenerated.
12872
12873 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
12874
12875 * ffap.el: Remove defadvice related code from CVS since `complete'
12876 provides a `PC-completion-as-file-name-predicate' variable that
12877 ffap can override.
12878
12879 2003-10-02 Kenichi Handa <handa@m17n.org>
12880
12881 * international/utf-8.el (ccl-decode-mule-utf-8):
12882 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12883
12884 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12885 * international/subst-big5.el: Likewise.
12886 * international/subst-gb2312.el: Likewise.
12887 * international/subst-ksc.el: Likewise.
12888
12889 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12890
12891 * calendar/calendar.el (increment-calendar-month)
12892 (calendar-leap-year-p, calendar-absolute-from-gregorian)
12893 (generate-calendar, calendar-read-date, calendar-interval)
12894 (calendar-day-of-week): Handle years BC.
12895 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12896
12897 2003-10-01 Dave Love <fx@gnu.org>
12898
12899 * language/cyrillic.el (cp1251): Alias for windows-1251.
12900
12901 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12902 bootstrap.
12903
12904 2003-10-01 Lute Kamstra <lute@gnu.org>
12905
12906 * files.el: Fix typo.
12907 * imenu.el (imenu--generic-function): Docstring fix.
12908
12909 2003-09-30 Richard M. Stallman <rms@gnu.org>
12910
12911 * dired.el (dired-mode): Handle dired-directory as a list.
12912
12913 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
12914
12915 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12916
12917 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12918
12919 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12920 Replace gud-display with gud-watch.
12921 (gud-speedbar-buttons): Add stuff for watching expressions
12922 in the speedbar when using M-x gdba. Use dolist on old part
12923 of this function.
12924
12925 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12926 (gdb-update-flag): New variables.
12927 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12928 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12929 (gud-watch, gdb-var-create-handler) : New functions.
12930 (gdb-var-list-children, gdb-var-list-children-handler)
12931 (gdb-var-create-regexp, gdb-var-update-regexp)
12932 (gdb-var-list-children-regexp): New constants.
12933 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12934 (gdb-annotation-rules): Reduce annotation set (level 3).
12935 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12936 (gdb-post-prompt): Don't update GDB buffers every time speedbar
12937 updates.
12938 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12939 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12940 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12941 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12942 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12943 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12944 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12945 (gud-display, gud-display1)
12946 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12947 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12948 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12949 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12950 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12951 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12952 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12953 (gdb-display-display-buffer, gdb-toggle-display)
12954 (gdb-delete-display, gdb-expressions-popup-menu)
12955 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12956 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12957 to display buffer.
12958
12959 2003-09-30 Richard M. Stallman <rms@gnu.org>
12960
12961 * progmodes/ada-mode.el (ada-mode): Don't use advice.
12962 Instead, set which-func-functions.
12963
12964 * progmodes/which-func.el (which-func-modes): Add ada-mode.
12965 (which-func-functions): New variable.
12966 (which-function): Use that.
12967
12968 * info.el (Info-mode): Double each `%' in header line.
12969
12970 * emacs-lisp/lisp-mnt.el (lm-with-file):
12971 When FILE is nil, run BODY in current buffer.
12972
12973 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12974
12975 * help.el (describe-mode): Start with a brief list of minor modes.
12976 Find them thru minor-mode-list so as to find them all.
12977 Show them in alphabetical order.
12978
12979 * mail/sendmail.el (mail-aliases): Doc fix.
12980
12981 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12982
12983 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12984
12985 * mail/rmailsum.el (rmail-make-summary-line-1):
12986 Change comma after last label to a space.
12987 (rmail-summary-font-lock-keywords): Adapt to that change.
12988
12989 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
12990
12991 * progmodes/scheme.el (scheme-mode-variables): When setting
12992 `font-lock-defaults', also specify that "#" should
12993 be interpreted with `word' syntax.
12994 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12995
12996 2003-09-30 Lars Hansen <larsh@math.ku.dk>
12997
12998 * desktop.el: A lot of comments updated.
12999 (desktop-save-mode): Minor mode introduced.
13000 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
13001 (desktop-load-default): Function made obsolete.
13002 (desktop-locals-to-save): Variable made customizable.
13003 (desktop-read): Optional parameter `dirname' added.
13004 (desktop-change-dir, desktop-revert): Parameter `dirname' in
13005 `desktop-read' used.
13006 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13007
13008 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
13009
13010 * whitespace.el (whitespace-clean-msg): Add user customizable message
13011 for displaying ``clean'' output.
13012 (whitespace-buffer): Use `whitespace-clean-msg'.
13013 (whitespace-global-mode): Fix typo.
13014
13015 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
13016
13017 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13018
13019 2003-09-29 Lute Kamstra <lute@gnu.org>
13020
13021 * bindings.el (mode-line-modes): Remove superfluous :propertize
13022 construct in initialization.
13023 (mode-line-position): Change cons cell into proper list in
13024 initialization.
13025
13026 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13027
13028 * international/mule.el (decode-coding-inserted-region): Use car
13029 of the return value of find-operation-coding-system.
13030
13031 2003-09-29 Kenichi Handa <handa@m17n.org>
13032
13033 * descr-text.el (describe-char): Fix previous change.
13034
13035 2003-09-28 Kenichi Handa <handa@m17n.org>
13036
13037 * descr-text.el (describe-char-display): New function.
13038 (describe-char): Pay attention to display table on describing how
13039 a character is displayed.
13040
13041 * international/mule-cmds.el (encoded-string-description):
13042 Prepend "0x" to each encoded byte.
13043
13044 2003-09-28 Andreas Schwab <schwab@suse.de>
13045
13046 * find-file.el (ff-special-constructs): Add autoload cookie.
13047
13048 2003-09-28 Kevin Ryde <user42@zip.com.au>
13049
13050 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13051 makeinfo appends to duplicate index entries.
13052
13053 2003-09-28 Eli Zaretskii <eliz@gnu.org>
13054
13055 * dired-x.el (dired-clean-tex): Doc fix.
13056
13057 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13058 using a Chinese tutorial.
13059
13060 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
13061
13062 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13063 between "MAIL FROM:" and "RCPT TO:" and the following address.
13064
13065 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
13066
13067 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13068
13069 2003-09-28 David Ponce <david@dponce.com>
13070
13071 * recentf.el (recentf-initialize-file-name-history): New defcustom.
13072 (recentf-load-list): When `recentf-initialize-file-name-history'
13073 is non-nil, initialize an empty `file-name-history' with the
13074 recent list.
13075
13076 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
13077
13078 * man.el (Man-default-man-entry): Remove the leading `*' from the
13079 word at point.
13080
13081 2003-09-26 Lute Kamstra <lute@gnu.org>
13082
13083 * bindings.el (mode-line-position): Mention size indication in
13084 docstring.
13085
13086 2003-09-26 Andre Spiegel <spiegel@gnu.org>
13087
13088 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13089
13090 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13091 because it's autoloaded now.
13092
13093 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13094
13095 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13096 (sh-font-lock-keywords, sh-feature): Fix previous change of
13097 sh-feature to avoid infloop with sh-font-lock-keywords.
13098
13099 2003-09-25 Kim F. Storm <storm@cua.dk>
13100
13101 * frame.el (frame-current-scroll-bars): New defun.
13102
13103 * window.el (window-current-scroll-bars): New defun.
13104
13105 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13106
13107 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13108 cause errors when the state cache contains info on parts that have
13109 been narrowed out.
13110
13111 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13112
13113 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13114 `c-setup-paragraph-variables' has to be used when this variable is
13115 changed; it doesn't work to reinitialize the mode since that
13116 typically clobbers the variable.
13117
13118 * progmodes/cc-styles.el (c-setup-paragraph-variables):
13119 Make it interactive.
13120
13121 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13122
13123 * progmodes/cc-fonts.el (c-font-lock-declarations):
13124 Fix recognition of constructors and destructors for classes whose
13125 names are matched by `*-font-lock-extra-types'.
13126
13127 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13128 followed by an identifier in C++ then it's a type.
13129
13130 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13131
13132 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13133 problem that primarily affected XEmacs. Don't use faces to find
13134 unterminated strings since Emacs and XEmacs fontify strings
13135 differently - this function should now work better in XEmacs.
13136
13137 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13138
13139 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
13140 `expand-abbrev' workaround which caused braces to misbehave inside
13141 macros.
13142
13143 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
13144 handling. This bug could cause interactive font locking to bail out.
13145
13146 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13147
13148 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13149 Handle paren-style types in Pike. Also fixed some cases of
13150 insufficient handling of unbalanced parens.
13151
13152 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
13153
13154 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
13155 common shell prompts that are not common filename or URL characters.
13156 (ffap-file-at-point): Use the new regexp to strip the prompts from
13157 the file names. This is an issue mostly for user prompts that
13158 don't have a trailing space and find-file-at-point is invoked from
13159 within a shell inside Emacs.
13160
13161 2003-09-24 Andre Spiegel <spiegel@gnu.org>
13162
13163 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13164 stamps numerically, rather than textually.
13165
13166 2003-09-24 Kenichi Handa <handa@m17n.org>
13167
13168 * language/devan-util.el (devanagari-post-read-conversion):
13169 * language/mlm-util.el (malayalam-post-read-conversion):
13170 * language/tml-util.el (tamil-post-read-conversion):
13171 Add autoload cookie.
13172
13173 * international/utf-8.el (utf-8-post-read-conversion):
13174 Call post-read-conversion functions for Devanagari, Malayalam,
13175 and Tamil.
13176
13177 2003-09-23 Dave Love <fx@gnu.org>
13178
13179 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13180
13181 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
13182
13183 * progmodes/gud.el (perldb): Add gud-until to list of commands.
13184 Update gud-remove.
13185
13186 2003-09-22 Richard M. Stallman <rms@gnu.org>
13187
13188 * progmodes/sh-script.el (sh-mode-default-syntax-table):
13189 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
13190 (sh-mode-syntax-table-input): New variable.
13191 (sh-require-final-newline): Don't use eval.
13192 (sh-builtins, sh-leading-keywords, sh-other-keywords)
13193 (sh-variables, sh-font-lock-keywords): Don't use eval.
13194 (sh-set-shell): When setting require-final-newline,
13195 treat value = `require-final-newline' as don't change it.
13196 Set sh-mode-syntax-table locally based on
13197 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13198
13199 * progmodes/compile.el (compile-internal):
13200 Call compilation-set-window-height before setting window start.
13201
13202 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
13203
13204 * emacs-lisp/bytecomp.el (byte-compile-log-file):
13205 Clear out byte-compile-last-warned-form.
13206
13207 2003-09-22 Richard M. Stallman <rms@gnu.org>
13208
13209 * woman.el (woman-file-name, woman-follow-word):
13210 If current-word returns nil, use "".
13211
13212 * simple.el (eval-expression): Bind standard-output in to-buffer case.
13213
13214 2003-09-22 Richard M. Stallman <rms@gnu.org>
13215
13216 * emacs-lisp/lisp-mnt.el (lm-with-file):
13217 Don't visit the file, just use insert-file-contents in temp buffer.
13218
13219 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
13220
13221 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13222 Add surrounding \\( and \\) around the header, as in
13223 for lm-history-header 'Change Log\\|History'.
13224
13225 2003-09-22 John Paul Wallington <jpw@gnu.org>
13226
13227 * progmodes/ld-script.el: Add Commentary section,
13228 minor cleanup of file header.
13229 (ld-script-font-lock-keywords): Doc fix.
13230 (toplevel): Provide `ld-script' feature.
13231
13232 2003-09-21 Kim F. Storm <storm@cua.dk>
13233
13234 * scroll-bar.el (set-scroll-bar-mode): Initialize to
13235 new built-in variable default-frame-scroll-bars.
13236 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13237 scroll-bar-mode; notably, use it instead of t when we toggle
13238 scroll-bars on.
13239 (toggle-scroll-bar): Use default-frame-scroll-bars.
13240
13241 2003-09-19 Masatake YAMATO <jet@gyve.org>
13242
13243 * pcvs.el (cvs-do-removal): Change the prompt depending on
13244 `filter' value.
13245
13246 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
13247
13248 * startup.el (command-line-1): Stop startup-echo-area-message
13249 being hidden by "Loading image..." message.
13250 (use-fancy-splash-screens-p, display-splash-screen):
13251 Move display-graphic-p test from latter to former.
13252
13253 * progmodes/sh-script.el (sh-font-lock-keywords):
13254 Highlight escaped EOLs differently from other backslash constructs.
13255
13256 2003-09-19 Richard M. Stallman <rms@gnu.org>
13257
13258 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13259 New functions.
13260 (edebug-enter, edebug-outside-excursion): Use them.
13261
13262 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13263 Fix the condition for whether to print "In WHERE".
13264
13265 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
13266
13267 * finder.el (finder-mode-hook): New variable.
13268 (finder-mode): Run hook finder-mode-hook
13269
13270 2003-09-18 Masatake YAMATO <jet@gyve.org>
13271
13272 * progmodes/ebrowse.el: Fix broken magic autoload comments.
13273
13274 2003-09-17 Mario Lang <mlang@delysid.org>
13275
13276 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13277 "p %e" to actually print the value in the GUD buffer.
13278
13279 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
13280
13281 From David Ponce <david.ponce@wanadoo.fr>:
13282 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13283 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13284 from loaddefs-boot.el if necessary.
13285
13286 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
13287
13288 * progmodes/gud.el (gud-find-class): Make jdb work again since
13289 cc-mode changed the syntactic information.
13290
13291 2003-09-15 David Ponce <david@dponce.com>
13292
13293 * recentf.el: (recentf-exclude): Accept predicates too.
13294 (recentf-file-readable-p): New function.
13295 (recentf-include-p): Handle predicates in recentf-exclude.
13296 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
13297 (recentf-cleanup): Likewise.
13298 (recentf-save-list): Use write-file to handle backup of
13299 recentf-save-file.
13300
13301 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
13302
13303 * loaddefs-boot.el: Renamed from `loaddefs.el'
13304 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13305 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13306 necessary.
13307
13308 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
13309
13310 * electric.el (Electric-pop-up-window): For the `one-window' case,
13311 no longer disconcertingly move point in the original buffer.
13312
13313 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13316
13317 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
13318
13319 * dired.el (dired-mode-map): Fix typo.
13320
13321 2003-09-11 Richard M. Stallman <rms@gnu.org>
13322
13323 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13324
13325 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13326
13327 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13328 the function is less noisy. Now only `kill-buffer' can ask questions.
13329
13330 2003-09-10 Mario Lang <mlang@delysid.org>
13331
13332 * battery.el: Update Commentary and Copyright.
13333 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13334 appear due to wrong ordering of the expressions in `or'.
13335
13336 2003-09-09 Lute Kamstra <lute@gnu.org>
13337
13338 * misc.el (upcase-char): Fix docstring.
13339 (zap-up-to-char): New command.
13340
13341 2003-09-08 David Ponce <david@dponce.com>
13342
13343 Ensure that recentf correctly updates the menu bar.
13344 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13345 (recentf-menu-bar): New function.
13346 (recentf-clear-data): Use it
13347 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
13348 of easy-menu-change.
13349
13350 2003-09-08 Lute Kamstra <lute@gnu.org>
13351
13352 * simple.el (size-indication-mode): New.
13353 * bindings.el (mode-line-position): Add buffer size indicator.
13354
13355 2003-09-04 Mario Lang <mlang@delysid.org>
13356
13357 * battery.el (battery-linux-proc-acpi): New function.
13358 (battery-status-function): Modify default value calculation to also
13359 check for availability of ACPI.
13360 (battery-echo-area-format): Ditto.
13361 (battery-mode-line-format): Ditto.
13362
13363 2003-09-06 Dave Love <fx@gnu.org>
13364
13365 * ielm.el (ielm-mode-hook): Add :options.
13366
13367 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13368 (eldoc-print-current-symbol-info): Use it.
13369
13370 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
13371
13372 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13373 being displayed in GUD buffer.
13374 (gdb-idle-input-queue): Remove var. Use just one queue.
13375 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13376 Remove functions. Use just one queue.
13377 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13378 (gdb-invalidate-assembler, gdb-get-current-frame):
13379 Modify functions. Use just one queue.
13380
13381 2003-09-04 Dave Love <fx@gnu.org>
13382
13383 * cus-start.el: Add blink-cursor-alist.
13384
13385 * ruler-mode.el (ruler-mode-fill-column-char)
13386 (ruler-mode-current-column-char): Use char-displayable-p,
13387 not window-system.
13388
13389 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13390
13391 * language/european.el (windows-1252): Move from code-pages.
13392
13393 * language/cyrillic.el ("Windows-1251"): Delete.
13394 ("Bulgarian", "Belarusian"): Remove `features'.
13395 (windows-1251): Move from code-pages.
13396
13397 * international/mule-diag.el (non-iso-charset-alist):
13398 Remove `codepage' stuff.
13399 (print-designation, list-coding-systems-1): Output fixes.
13400
13401 * international/code-pages.el (cp-make-translation-table)
13402 (cp-valid-codes): Made defsubsts.
13403 (cp-fix-safe-chars): Delete.
13404 (mule-diag): Don't require.
13405 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13406 (top-level): Check for defined coding system when defining
13407 cp... aliases. Change w32-add-charset-info test to avoid warning.
13408 (non-iso-charset-alist): Defvar when compiling.
13409 (cp-make-coding-system): Doc fix.
13410
13411 2003-09-02 Jason Rumney <jasonr@gnu.org>
13412
13413 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13414 line-ends from CVS before doing conversion.
13415
13416 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
13417
13418 * calendar/diary-lib.el (diary-header-line-flag)
13419 (diary-header-line-format): New variables.
13420 (list-diary-entries): Use them to set header line in simple diary.
13421
13422 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13423 other than font-lock-string-face to highlight backslashes.
13424
13425 2003-09-01 Jason Rumney <jasonr@gnu.org>
13426
13427 * international/titdic-cnv.el (tit-read-key-value): Include \r in
13428 regexp.
13429
13430 2003-09-01 Dave Love <fx@gnu.org>
13431
13432 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13433
13434 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13435 and :help; also line and column numbers labels.
13436
13437 * international/mule-util.el (char-displayable-p): Move from
13438 latin1-disp, rename and autoload.
13439
13440 * international/latin1-disp.el (latin1-char-displayable-p):
13441 Now obsolete alias. Replace uses with char-displayable-p.
13442 (latin1-display-ucs-per-lynx): Fix last change.
13443
13444 * international/mule-cmds.el (standard-display-european-internal):
13445 Don't use char code for Latin-1 NBSP.
13446 <XFree86 4>: Unfrob NBSP display table. Set display table to use
13447 U+2018, U+2019 for `'.
13448 (select-safe-coding-system): Message fix.
13449
13450 2003-09-01 Kenichi Handa <handa@m17n.org>
13451
13452 * international/fontset.el (setup-default-fontset): For Thai
13453 font, specify "*" family.
13454
13455 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13456
13457 * progmodes/compile.el (previous-error): Accept a prefix
13458 argument, similarly to next-error.
13459
13460 2003-08-31 Masatake YAMATO <jet@gyve.org>
13461
13462 * pcvs.el (cvs-do-removal): Use = instead of eq to check
13463 the number of files. Bind the number of files to a local
13464 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13465
13466 2003-08-30 Eli Zaretskii <eliz@gnu.org>
13467
13468 * vc-hooks.el (vc-make-version-backup): Fix the change made on
13469 2003-07-26: msdos-long-file-names is a function, not a variable.
13470
13471 2003-08-29 Richard M. Stallman <rms@gnu.org>
13472
13473 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13474 Do nothing with mail-personal-alias-file if it is nil.
13475
13476 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13477 Do nothing if mail-personal-alias-file is nil.
13478
13479 * term.el (term-exec-1): Bind coding-system-for-read.
13480
13481 * dired.el (dired-mouse-find-file-other-window):
13482 Use dired-view-command-alist here, as in dired-view-file.
13483 (dired-view-command-alist): Use %s to substitute file name.
13484 Handle .ps_pages, .eps, .jpg, .gif, .png.
13485
13486 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13487
13488 * info.el (Info-mode-map): Bind S-tab and <backtab> to
13489 `Info-prev-reference', instead of M-tab.
13490
13491 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
13492
13493 * simple.el (blink-matching-open): Work correctly on chars that
13494 are designated as parens through the syntax-table text property.
13495
13496 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
13497
13498 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13499 line break position in the middle of a non-kinsoku (e.g. latin)
13500 word, making it skip until either a space or a character with
13501 category "|".
13502 (kinsoku-longer): Test for end of buffer.
13503
13504 2003-08-28 Eli Zaretskii <eliz@gnu.org>
13505
13506 * mail/rmail.el (rmail-convert-to-babyl-format):
13507 Detect quoted-printable- and base64-encoded messages and decode them
13508 automatically. Set the message's encoding from the charset=
13509 header, if any. Decode base64-encoded messages in Mail format as well.
13510
13511 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13512
13513 * mail/smtpmail.el: Fix previous change.
13514 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13515 calling smtpmail-via-smtp.
13516 (smtpmail-via-smtp): Add fall-back values for envelope-from.
13517
13518 2003-08-26 John Paul Wallington <jpw@gnu.org>
13519
13520 * image.el (image-jpeg-p): Don't search beyond length of data.
13521
13522 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13523
13524 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13525 misfeature in `expand-abbrev' which caused electric keywords like
13526 "else" to disappear if an open brace was typed directly afterwards.
13527
13528 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13529
13530 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13531 mandatory in `define-widget'.
13532
13533 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13534 Don't align the operators "!=", "<=" and ">=" as assignment operators.
13535
13536 (c-assignment-operators): New language constant that only contains
13537 the assignment operators.
13538
13539 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13540
13541 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13542
13543 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13544 Safeguard against unbalanced sexps.
13545
13546 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
13547
13548 * version.el (emacs-version): Check for gtk. Include gtk version info.
13549
13550 2003-08-25 John Paul Wallington <jpw@gnu.org>
13551
13552 * man.el (Man-default-man-entry): Don't whizz past the section
13553 number before looking for it.
13554
13555 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
13556
13557 * progmodes/gud.el (gud-display-line): Don't set window-point if
13558 source buffer is not visible. (Only happens with M-x gdba.)
13559
13560 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13561 documentation.
13562 (gdb-source, gdb-source-info): Update to assembler unnecessary
13563 as its done after each GDB command anyway.
13564 (gdb-pre-prompt): Use with-current-buffer.
13565 (gdb-insert-field): Add help-echo text.
13566 (gdb-invalidate-assembler): Re-display of assembler now done in
13567 gdb-info-breakpoints-custom.
13568 (gdb-info-breakpoints-custom): Force re-display of assembler to
13569 happen *after* update of breakpoints buffer.
13570 (gdb-display-source-buffer): Don't choke if gdb-source-window
13571 isn't visible.
13572 (gdb-put-string, gdb-put-arrow): Remove free variables.
13573
13574 2003-08-24 John Paul Wallington <jpw@gnu.org>
13575
13576 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13577
13578 * man.el (Man-default-man-entry): Strip text properties when
13579 snarfing parts of entry because `format' preserves properties.
13580
13581 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13582
13583 * files.el (file-newest-backup): Use `expand-file-name'.
13584
13585 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13586 Allow the diary to pop up a new frame, if needed.
13587
13588 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13589 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13590 (smtpmail-send-it): Make treatment of envelope-from consistent with
13591 sendmail.el.
13592
13593 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13594 (sh-leading-keywords): Add the bash `time' reserved word.
13595 (sh-variables): Add some bash variables.
13596 (sh-add-completer): Fix nil branch of case statement.
13597
13598 2003-08-24 Masatake YAMATO <jet@gyve.org>
13599
13600 * progmodes/ld-script.el: New file.
13601
13602 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
13603
13604 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13605
13606 2003-08-23 Andre Spiegel <spiegel@gnu.org>
13607
13608 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13609 Better explain obsolescence, and what to use instead.
13610
13611 2003-08-23 Masatake YAMATO <jet@gyve.org>
13612
13613 * pcvs.el (cvs-do-removal): Show the deleted file name
13614 on the prompt.
13615
13616 2003-08-20 Dave Love <fx@gnu.org>
13617
13618 * international/mule.el (make-coding-system)
13619 (set-buffer-file-coding-system): Doc fix.
13620
13621 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13622
13623 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13624
13625 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13626
13627 * international/utf-16.el: Add mime-text-unsuitable coding system
13628 properties.
13629
13630 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13631
13632 * cus-edit.el: Add some :links.
13633 (bib): Remove.
13634
13635 * textmodes/bib-mode.el (bib): Add :group external.
13636
13637 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
13638
13639 * wid-edit.el (widget-echo-help): Make it handle expressions that
13640 evaluate to strings.
13641
13642 2003-08-18 Michael Mauger <mmaug@yahoo.com>
13643
13644 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
13645
13646 Simplify selection of SQL products to define highlighting and
13647 interactive mode. Includes detailed instructions on adding
13648 support for new products.
13649
13650 * progmodes/sql.el (sql-product): New variable. Identifies SQL
13651 product for use in highlighting and interactive mode.
13652 (sql-interactive-product): New variable. SQL product for
13653 sql-interactive-mode.
13654 (sql-product-support): New variable. Specifies product-specific
13655 parameters to drive highlighting and interactive mode.
13656 (sql-imenu-generic-expression): Add more object types.
13657 (sql-sqlite-options): Correct comment.
13658 (sql-ms-program): Use "osql" rather than "isql".
13659 (sql-prompt-regexp, sql-prompt-length): Update comment.
13660 (sql-mode-menu): Add "Start SQLi session" entry.
13661 Replace Highlighting submenu with Product menu. Fix Send Region entry.
13662 (sql-mode-abbrev-table): Add abbreviations. Support of
13663 SYSTEM-FLAG on define-abbrev. Support was removed with last
13664 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13665 (sql-mode-font-lock-object-name): Add font-lock pattern for object
13666 names.
13667 (sql-mode-ansi-font-lock-keywords): Set as default value.
13668 (sql-mode-oracle-font-lock-keywords): Set as default value.
13669 Support Oracle 9i keywords.
13670 (sql-mode-postgres-font-lock-keywords): Set as default value.
13671 (sql-mode-linter-font-lock-keywords): Set as default value.
13672 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
13673 SQLServer 2000.
13674 (sql-mode-sybase-font-lock-keywords)
13675 (sql-mode-interbase-font-lock-keywords)
13676 (sql-mode-sqlite-font-lock-keywords)
13677 (sql-mode-strong-font-lock-keywords)
13678 (sql-mode-mysql-font-lock-keywords)
13679 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
13680 keywords.
13681 (sql-mode-font-lock-defaults): Update comment.
13682 (sql-product-feature): New function. Returns feature associated
13683 with a product from `sql-product-support' alist.
13684 (sql-product-font-lock): New function. Set font-lock support
13685 based on `sql-product'.
13686 (sql-add-product-keywords): New function. Add font-lock rules to
13687 product-specific keyword variables.
13688 (sql-set-product): New function. Set `sql-product' and apply
13689 appropriate font-lock highlighting.
13690 (sql-highlight-product): New function. Set font-lock support
13691 based on a product. Also set mode name to include product name.
13692 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13693 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13694 Use `sql-set-product'.
13695 (sql-highlight-ms-keywords)
13696 (sql-highlight-sybase-keywords)
13697 (sql-highlight-interbase-keywords)
13698 (sql-highlight-strong-keywords)
13699 (sql-highlight-mysql-keywords)
13700 (sql-highlight-sqlite-keywords)
13701 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
13702 (sql-get-login): Prompt in the same order as the tokens.
13703 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13704 (sql-product-interactive): New function. Common portions of
13705 product-specific interactive mode wrappers.
13706 (sql-interactive-mode): Rewritten to use product features.
13707 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13708 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13709 (sql-db2, sql-linter): Use `sql-product-interactive'.
13710 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13711 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13712 (sql-connect-ingres, sql-connect-postgres)
13713 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13714 New functions. Format command line parameters and invoke comint on
13715 the appropriate interpreter. Code was in the corresponding
13716 `sql-xyz' function before.
13717 (sql-connect-ms): New function. Support -E argument to use
13718 operating system credentials for authentication.
13719
13720 2003-08-18 Kenichi Handa <handa@m17n.org>
13721
13722 * international/mule.el (encode-char): Fix for the ASCII case.
13723
13724 2003-08-15 Kenichi Handa <handa@m17n.org>
13725
13726 * international/fontset.el (setup-default-fontset): Change "*" to
13727 nil in the specifications of font family.
13728
13729 2003-08-18 Kim F. Storm <storm@cua.dk>
13730
13731 * kmacro.el (kmacro-keymap): Group related bindings in
13732 initialization for clarity. Bind C-s to start macro.
13733 Remove C-r binding.
13734 (kmacro-initial-counter-value): New defvar to hold initial counter
13735 value in case we set the value before defining a macro.
13736 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13737 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13738 not defining or executing macro. Doc fix.
13739 (kmacro-add-counter): Clear kmacro-initial-counter-value.
13740 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13741 temporarily view older elements on the macro ring without cycling
13742 the ring.
13743 (kmacro-display): Doc fix.
13744 (kmacro-exec-ring-item): New helper function.
13745 (kmacro-call-ring-2nd): Use it.
13746 (kmacro-call-ring-2nd-repeat): Doc fix.
13747 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13748 (kmacro-end-or-call-macro): Execute last viewed macro (using
13749 kmacro-exec-ring-item) from ring if this follows
13750 kmacro-view-macro. This allows us to find a macro on the ring
13751 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13752 the ring to bring it to the head of the ring.
13753 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13754 Allow binding to reserved keys without specifying C-x C-k prefix.
13755 Ask for confirmation if entered key sequence is already bound to
13756 a non-macro command.
13757 (kmacro-view-macro): Repeating command will show older elements
13758 on the macro ring; C-k will execute the last viewed macro.
13759 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
13760 property from 'ring to 'head.
13761
13762 2003-08-17 Alan Shutko <ats@acm.org>
13763
13764 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13765 keeping December out of the alist.
13766
13767 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
13768
13769 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13770 * calendar/calendar.el (calendar-mode-map): Bind it to key.
13771 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13772 (calendar-flatten): New function.
13773 (calendar-mouse-view-other-diary-entries)
13774 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13775 in the menu title and to show multi-line diary entries correctly
13776 in the menu.
13777
13778 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
13779
13780 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13781 defcustom, because the default was recently changed.
13782
13783 2003-08-16 Richard M. Stallman <rms@gnu.org>
13784
13785 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13786
13787 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13788 New subroutine, broken out of eval-last-sexp-1.
13789 (eval-last-sexp-1): Use eval-last-sexp-print-value.
13790
13791 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13792
13793 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13794
13795 * simple.el (eval-expression): Use eval-last-sexp-print-value.
13796
13797 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
13798
13799 * progmodes/compile.el (compilation-error-regexp-alist):
13800 Add Java ANt error detection as described in document
13801 http://ant.apache.org/faq.html
13802
13803 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
13804
13805 * simple.el (backward-word, forward-to-indentation)
13806 (backward-to-indentation): Argument changed to optional.
13807 (next-line, previous-line): Use `or' instead of `unless'.
13808
13809 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13810
13811 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13812 instead of a constant.
13813
13814 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
13815
13816 * shell.el (shell): With prefix-arg, suggest a new buffer name.
13817
13818 2003-08-12 Andre Spiegel <spiegel@gnu.org>
13819
13820 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13821 (vc-sccs-workfile-version): Search the entire delta table, rather
13822 than just the first entry, because that might be a deleted version.
13823
13824 2003-08-11 Karl Fogel <kfogel@red-bean.com>
13825
13826 * menu-bar.el (menu-bar-options-menu): Supply a body for the
13827 [save-place] binding in the Options menu. Have it require
13828 'saveplace' and then toggle the variable manually, to avoid an an
13829 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
13830 for the bug report.
13831
13832 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
13833
13834 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13835 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13836 (gdb-info-threads-custom): Add help-echo text.
13837 (gdb-display-back): Don't use purecopy.
13838 (gdb-info-breakpoints-custom, gdb-reset)
13839 (gdb-assembler-custom): Use display-images-p to test if breakpoint
13840 icons can be displayed.
13841
13842 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
13843
13844 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13845
13846 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
13847
13848 * bookmark.el (bookmark-completing-read):
13849 Return a string, instead of a list of one string.
13850 Use a popup menu if activated from the mouse.
13851 (bookmark-edit-annotation): Remove unused vars.
13852 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13853 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13854 to bookmark-completing-read.
13855 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13856 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13857 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13858 and erase-buffer.
13859 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13860 (bookmark-menu-jump, bookmark-menu-insert)
13861 (bookmark-popup-menu-and-apply-function)
13862 (bookmark-menu-popup-paned-bookmark-menu): Remove.
13863 (bookmark-menu-build-paned-menu): Remove by folding it into
13864 bookmark-menu-popup-paned-menu.
13865 (menu-bar-bookmark-map): Move the define-key statements here.
13866 Use the "non-menu" commands since they now pop up a menu if needed.
13867 (bookmark-exit-hook-internal): Simplify.
13868
13869 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
13870
13871 * reftex-toc.el (reftex-toc-rename-label): New function.
13872 (reftex-toc-check-docstruct): New function.
13873
13874 * reftex.el (reftex-region-active-p): New function.
13875
13876 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13877 regexp to find the \bibliography macro.
13878
13879 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13880 which does not exist in LaTeX.
13881 (reftex-cite-format-builtin): Added amsrefs support.
13882 (reftex-toc-confirm-promotion): New option
13883
13884 * reftex-toc.el
13885 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13886 (reftex-toc-demote, reftex-toc-promote)
13887 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13888 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13889 (reftex-toc-newhead-from-alist)
13890 (reftex-toc-load-all-files-for-promotion): New functions.
13891 (reftex-toc-help): Added description of new keys.
13892 (reftex-toc-split-windows-fraction): New option.
13893 (reftex-recenter-toc-when-idle): Search *toc* window on all
13894 visible frames.
13895 (reftex-toc): Additional parameter REUSE
13896 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
13897 with REUSE argument.
13898 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13899 the call of `reftex-toc'.
13900 (reftex-make-separate-toc-frame): New function .
13901 (reftex-toc-recenter): When called with triple prefix arg, call
13902 `reftex-make-separate-toc-frame' first.
13903 (reftex-toc-toggle-dedicated-frame): New command.
13904 (reftex-toc-quit): Adapted to delete frame when called in
13905 dedicated frame.
13906
13907 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13908 all enclosing macros.
13909
13910
13911 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13912
13913 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13914 first use.
13915
13916 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13917
13918 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13919
13920 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13921
13922 * calendar/calendar.el (list-diary-entries-hook)
13923 (diary-display-hook, nongregorian-diary-listing-hook)
13924 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13925 Add some customize options for these hooks.
13926 (calendar-abbrev-construct): Don't try to take a substring longer
13927 than the original string.
13928
13929 2003-08-05 Richard M. Stallman <rms@gnu.org>
13930
13931 * emacs-lisp/testcover.el (noreturn): Report error if does return.
13932 (testcover-reinstrument-clauses): Doc fix.
13933
13934 * emacs-lisp/warnings.el: Doc fixes, args renamed.
13935 (warning-type-format): Rename from warning-group-format.
13936
13937 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13938 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13939 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13940 to prevent warnings about defvar for an obsolete variable.
13941
13942 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13943 warning-group-format renamed to warning-type-format.
13944
13945 * subr.el (read-passwd): Use clear-string instead of fillarray.
13946
13947 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13948 Use vconcat instead of concat.
13949 (edmacro-sanitize-for-string): New function.
13950
13951 2003-08-05 Dave Love <fx@gnu.org>
13952
13953 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13954 line-number-display-limit-width.
13955
13956 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13957
13958 2003-08-05 Kenichi Handa <handa@m17n.org>
13959
13960 * international/code-pages.el: Don't require mule-diag.
13961
13962 * international/mule-diag.el (non-iso-charset-alist):
13963 Add autoload cookie.
13964
13965 * language/devan-util.el (dev-glyph-order): Add an entry for the
13966 glyph code #xC4.
13967
13968 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13969
13970 * calendar/calendar.el (diary-file, diary-file-name-prefix)
13971 (european-calendar-style, diary-date-forms)
13972 (calendar-day-name-array, calendar-month-name-array): Doc change.
13973 (generate-calendar-month): Adapt for new behaviour of
13974 `calendar-day-name' function.
13975 (calendar-abbrev-length, calendar-day-abbrev-array)
13976 (calendar-month-abbrev-array): New variables.
13977 (calendar-abbrev-construct): New function.
13978 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13979 rather than fixing abbrevs at some width. Calling syntax change.
13980 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
13981 (calendar-date-string): Adapt for new behaviours of
13982 `calendar-day-name' and `calendar-month-name' functions.
13983
13984 * calendar/diary-lib.el (list-diary-entries): Adapt for new
13985 behaviour of `calendar-day-name' and `calendar-month-name' functions.
13986 (diary-name-pattern): Use abbrev arrays, rather than fixing
13987 abbrevs at three chars. Calling syntax change.
13988 (mark-diary-entries): Adapt for new behaviours of
13989 `diary-name-pattern' and `calendar-make-alist' functions.
13990 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13991 `diary-name-pattern' function.
13992 (font-lock-diary-date-forms): Use abbrev arrays, rather than
13993 fixing abbrevs at three chars. Calling syntax change.
13994 (cal-hebrew, cal-islam): Require when compiling.
13995 (diary-font-lock-keywords): Adapt for new behaviour of
13996 `font-lock-diary-date-forms' function.
13997
13998 * calendar/cal-hebrew.el: Reposition some code so defined before used.
13999 (calendar-hebrew-month-name-array-common-year)
14000 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
14001 (list-hebrew-diary-entries): Adapt for new behaviours of
14002 `calendar-day-name' and `add-to-diary-list' functions.
14003 (mark-hebrew-diary-entries): Adapt for new behaviours of
14004 `diary-name-pattern' and `calendar-make-alist' functions.
14005
14006 * calendar/cal-islam.el (calendar-islamic-month-name-array):
14007 Add doc string.
14008 (list-islamic-diary-entries): Adapt for new behaviours of
14009 `calendar-day-name' and `add-to-diary-list' functions.
14010 (mark-islamic-diary-entries): Adapt for new behaviours of
14011 `diary-name-pattern' and `calendar-make-alist' functions.
14012
14013 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14014 `calendar-month-name' function.
14015
14016 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14017
14018 * calendar/solar.el (solar-seasons-data): Move definition before use.
14019
14020 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14021 (cal-tex-LaTeX-hourbox): Move definition before use.
14022
14023 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14024 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14025 lunar.el, solar.el
14026 (displayed-month, displayed-year): Define for compiler.
14027
14028 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14029
14030 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14031 MODE. Renamed from c-init-c-language-vars'.
14032 (c-initialize-cc-mode): Change accordingly.
14033 (c-common-init): Ditto.
14034 (c-mode): Ditto.
14035 (c++-mode): Use `c-init-language-vars-for'.
14036 (objc-mode): Ditto.
14037 (java-mode): Ditto.
14038 (idl-mode): Ditto.
14039 (pike-mode): Ditto.
14040 (awk-mode): Ditto.
14041
14042 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14043
14044 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14045 or not the point moved.
14046
14047 (c-search-decl-header-end): Don't trip up on operator identifiers
14048 in C++ and operators like == in all languages.
14049
14050 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14051 Detect leading labels correctly.
14052
14053 2003-08-02 Andreas Schwab <schwab@suse.de>
14054
14055 * textmodes/ispell.el: Don't redo key bindings on loading, put
14056 them only in loaddefs.el.
14057 * bookmark.el: Likewise.
14058 * dabbrev.el: Likewise.
14059 * emerge.el: Likewise.
14060
14061 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14062 has more than one member.
14063
14064 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14065
14066 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14067
14068 * lpr.el (printify-region): It was ending conversion before the
14069 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
14070
14071 2003-07-31 John Paul Wallington <jpw@gnu.org>
14072
14073 * net/browse-url.el (browse-url-epiphany): Doc fix.
14074
14075 2003-07-30 Kenichi Handa <handa@m17n.org>
14076
14077 * international/fontset.el (setup-default-fontset):
14078 Change registry names of Akurti fonts.
14079
14080 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
14081
14082 * comint.el (comint-read-noecho): Use `clear-string' instead of
14083 `fillarray'.
14084
14085 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
14086
14087 * outline.el (outline-mode-hook): Add defvar.
14088
14089 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
14090
14091 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14092 Restore assembler in source window if that is what has been selected.
14093 (menu): Add gdb-restore-windows to menu. Make gdba
14094 specific menus only visible from gdba.
14095
14096 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
14097
14098 * progmodes/compile.el (compilation-environment): New user variable.
14099 (compile-internal): Respect it.
14100
14101 2003-07-23 Masatake YAMATO <jet@gyve.org>
14102
14103 * progmodes/gud.el (gdb-script-font-lock-keywords):
14104 Put `font-lock-function-name-face' on a symbol which includes
14105 `-' like `hook-run'. Put font-lock-variable-name-face
14106 on a symbol starting with $.
14107
14108 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
14109
14110 * files.el (set-visited-file-name): Use truename for buffer-file-name.
14111
14112 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
14113
14114 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14115
14116 2003-07-26 Andre Spiegel <spiegel@gnu.org>
14117
14118 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14119 Use with-no-warnings.
14120 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14121 rather than to find-file-not-found-hook, which doesn't exist.
14122
14123 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
14124
14125 * international/quail.el (quail-translate-key): Fix previous change.
14126
14127 2003-07-25 John Paul Wallington <jpw@gnu.org>
14128
14129 * server.el (server-start): Check `server-process' is non-nil
14130 before killing it to avoid killing current buffer's process.
14131
14132 * simple.el (choose-completion-string): Use `minibufferp';
14133 test `completion-reference-buffer' if `buffer' arg is nil.
14134 (push-mark): Use `when' and `unless'.
14135 (pop-mark): Use `when'.
14136
14137 * mouse-sel.el (mouse-sel-get-selection-function):
14138 Check `x-last-selected-text-primary'. Don't barf if it or
14139 `x-last-selected-text' aren't bound.
14140
14141 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14142
14143 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
14144
14145 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
14146
14147 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
14148
14149 2003-07-23 John Paul Wallington <jpw@gnu.org>
14150
14151 * tooltip.el (defface tooltip): Inherit from variable-pitch.
14152
14153 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14154
14155 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
14156 string. Defvar the derived hook.
14157
14158 * macros.el (insert-kbd-macro): Escape double quote character.
14159 From Thomas W Murphy <twm@andrew.cmu.edu>.
14160
14161 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
14162
14163 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14164 to match the specific mark rather than reusing comment-start-skip.
14165
14166 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
14167
14168 * progmodes/hideshow.el (hs-special-modes-alist):
14169 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
14170
14171 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
14172
14173 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14174 value using ?\s.
14175
14176 2003-07-21 John Paul Wallington <jpw@gnu.org>
14177
14178 * subr.el (with-selected-window): Add closing paren.
14179
14180 2003-07-21 Richard M. Stallman <rms@gnu.org>
14181
14182 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14183 (lisp-mode): Likewise.
14184
14185 * subr.el (with-selected-window): Copy code form save-selected-window
14186 so as to call select-window with norecord arg.
14187 (dynamic-completion-table): Doc fix.
14188 (lazy-completion-table): Doc fix.
14189
14190 * international/mule-cmds.el (set-locale-environment):
14191 langinfo renamed to locale-info.
14192
14193 * international/mule.el (auto-coding-functions): Doc fix.
14194
14195 2003-07-21 Kenichi Handa <handa@m17n.org>
14196
14197 * international/quail.el (quail-translate-key):
14198 Update quail-current-str correctly.
14199
14200 2003-07-21 Andreas Schwab <schwab@suse.de>
14201
14202 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14203 ?, to "_".
14204
14205 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
14206 Version 2.0.36 of Tramp released.
14207
14208 * net/tramp.el (tramp-default-password-end-of-line): Rename from
14209 tramp-password-end-of-line.
14210 (tramp-password-end-of-line): New method parameter.
14211 (tramp-get-password-end-of-line): Function to access method
14212 parameter `tramp-password-end-of-line', or variable
14213 `tramp-default-password-end-of-line' (default value).
14214 (tramp-methods): Add entries for new parameter
14215 tramp-password-end-of-line.
14216 (tramp-enter-password): Use new function
14217 `tramp-get-password-end-of-line'.
14218 (tramp-handle-insert-file-contents): Do not
14219 unconditionally inhibit the file operation file-local-copy, only
14220 do that when the inhibit-file-name-operation is currently
14221 insert-file-contents. This fixes finding remote CVS-controlled
14222 files. (It would barf on inserting the CVS/Entries file
14223 literally, because the file-local-copy handler wasn't called.)
14224 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14225 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14226 (tramp-initial-commands): New variable.
14227 (tramp-process-initial-commands): New function, using the variable.
14228 (tramp-open-connection-setup-interactive-shell): Call the new function.
14229 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14230 method into the buffer name, never use nil. Reported by Hanak
14231 David <dhanak@inf.bme.hu>.
14232 (tramp-open-connection-setup-interactive-shell): Erase buffer
14233 before sending "stty -onlcr".
14234
14235 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14236
14237 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
14238
14239 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14240
14241 2003-07-19 John Paul Wallington <jpw@gnu.org>
14242
14243 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14244 (artist-draw-rect, artist-draw-square): Doc fixes.
14245
14246 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14247
14248 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14249
14250 2003-07-19 Kenichi Handa <handa@m17n.org>
14251
14252 * international/kkc.el (kkc-show-conversion-list-update):
14253 Highlight the correct candidate in the message.
14254
14255 2003-07-18 John Paul Wallington <jpw@gnu.org>
14256
14257 * simple.el (current-word): Don't include punctuation char when
14258 `really-word' arg is non-nil.
14259
14260 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
14261
14262 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14263 moved to the directory obsolete.
14264
14265 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
14266
14267 * info.el (Info-menu-entry-name-re): Allow newlines in
14268 menu entry names.
14269
14270 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14271 syntax-ppss-after-change-function.
14272 (syntax-ppss-after-change-function): New alias. Update uses.
14273 (syntax-ppss): Catch the case where the buffer is narrowed.
14274
14275 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14276
14277 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14278 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14279
14280 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14281
14282 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14283 since it might be modified.
14284
14285 * progmodes/cc-langs.el (c++-make-template-syntax-table)
14286 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14287 names to these language constants.
14288
14289 2003-07-15 Kim F. Storm <storm@cua.dk>
14290
14291 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14292 All uses changed.
14293
14294 2003-07-14 Mark A. Hershberger <mah@everybody.org>
14295
14296 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14297 Namespace support.
14298
14299 2003-07-13 Juanma Barranquero <lektu@terra.es>
14300
14301 * frame.el (modify-all-frames-parameters): Reinstall (copyright
14302 papers received).
14303
14304 2003-07-13 Karl Eichwalder <ke@suse.de>
14305
14306 * textmodes/po.el (po-find-charset): White space at the start of the
14307 Content-Type field body is non-mandatory.
14308
14309 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14310
14311 * textmodes/texinfo.el (texinfo-section-list):
14312 Append appendixsection; a synonym for appendixsec.
14313
14314 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
14315
14316 * man.el (Man-translate-cleanup): New.
14317 (Man-translate-references): Call `Man-translate-cleanup' to clean
14318 leading, trailing and middle spaces.
14319
14320 2003-07-13 Lars Hansen <larsh@math.ku.dk>
14321
14322 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14323 Handle `dired-directory' being a list.
14324
14325 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
14326
14327 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14328 it doesn't exist.
14329
14330 2003-07-12 Richard M. Stallman <rms@gnu.org>
14331
14332 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14333
14334 * progmodes/cc-defs.el (c-make-keywords-re):
14335 Don't use delete-duplicates.
14336 (c-lang-const): Don't use mapcan.
14337
14338 * apropos.el (apropos-show-scores): Make it customizable.
14339 Document new meaning.
14340 (apropos): Compute scores from symbols.
14341 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14342
14343 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14344
14345 * ps-bdf.el: Fix copyright line.
14346 (bdf-directory-list): Fix initialization code.
14347
14348 2003-07-11 John Paul Wallington <jpw@gnu.org>
14349
14350 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14351 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14352 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14353
14354 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
14355
14356 * emacs-lisp/ring.el (ring-elements): Doc fix.
14357
14358 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14359
14360 * calendar/timeclock.el (timeclock-relative)
14361 (timeclock-ask-before-exiting, timeclock-use-display-time):
14362 Doc changes.
14363 (timeclock-modeline-display): Give a message if
14364 `timeclock-use-display-time' is non-nil but `display-time-mode'
14365 is not active.
14366
14367 2003-07-11 Kenichi Handa <handa@m17n.org>
14368
14369 * international/mule-cmds.el (set-language-environment):
14370 Set current-language-environment to the correct string.
14371
14372 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14373
14374 * ps-print.el: Print line number correctly in a region. Reported by
14375 Tim Allen <timallen@ls83.fsnet.co.uk>.
14376 (ps-print-version): New version number (6.6.2).
14377 (ps-printing-region): Code fix.
14378
14379 2003-07-10 John Paul Wallington <jpw@gnu.org>
14380
14381 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14382 this function can be called from `add-completions-from-tags-table'.
14383
14384 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
14385
14386 * calendar/timeclock.el (timeclock-use-display-time)
14387 (timeclock-day-over-hook, timeclock-workday-remaining)
14388 (timeclock-status-string, timeclock-when-to-leave)
14389 (timeclock-when-to-leave-string, timeclock-log-data)
14390 (timeclock-find-discrep, timeclock-day-base)
14391 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14392 (timeclock-modeline-display): Set the variable
14393 `timeclock-modeline-display'.
14394 (timeclock-update-modeline): Doc fix. Respect value of
14395 `timeclock-relative'.
14396
14397 2003-07-09 Richard M. Stallman <rms@gnu.org>
14398
14399 * textmodes/reftex-parse.el (reftex-all-document-files):
14400 Add autoload cookie.
14401
14402 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14403 (reftex-scanning-info-available-p): Add autoload cookie.
14404
14405 * international/mule-cmds.el
14406 (set-display-table-and-terminal-coding-system): Delete duplicate
14407 aset on standard-display-table.
14408
14409 * view.el (view-file): If existing buffer's major mode is special,
14410 don't go into view mode.
14411
14412 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14413
14414 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14415
14416 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14417 buffer changes; there's third party code that calls this function
14418 directly.
14419
14420 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14421
14422 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14423 (autodoc-font-lock-keywords): Don't byte compile on font lock
14424 initialization when running from byte compiled files.
14425
14426 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14427
14428 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14429 statement ends with auto-increment "++".
14430
14431 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14432
14433 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14434 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14435 these are changed, so declare them as variables and not constants.
14436
14437 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
14438
14439 * subr.el (dolist, dotimes): Doc fix.
14440
14441 2003-07-08 Kim F. Storm <storm@cua.dk>
14442
14443 * international/mule-cmds.el
14444 (set-display-table-and-terminal-coding-system): Don't break
14445 bootstrap if standard-display-table isn't setup yet.
14446
14447 2003-07-07 Richard M. Stallman <rms@gnu.org>
14448
14449 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14450 Give it a doc string, and autoload it.
14451
14452 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14453 Use with-no-warnings.
14454
14455 * info.el (Info-search): If find invisible text, search again.
14456
14457 * isearch.el (search-whitespace-regexp): Add a shy group around it.
14458
14459 * man.el (Man-name-regexp): Match + as part of name.
14460
14461 * simple.el (visible-mode): Rename from vis-mode.
14462 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14463
14464 * simple.el (current-word): New arg REALLY-WORD specifies
14465 don't include punctuation chars.
14466
14467 * emacs-lisp/debug.el (debug, debugger-env-macro):
14468 Use with-no-warnings while accessing and binding unread-command-char.
14469
14470 * international/mule-cmds.el
14471 (set-display-table-and-terminal-coding-system): Use explicit loop
14472 instead of calling standard-display-default.
14473
14474 * net/ange-ftp.el (ange-ftp-file-symlink-p):
14475 Use condition-case to catch error in ange-ftp-get-files.
14476
14477 * net/browse-url.el (browse-url-browser-function):
14478 Add alternative for Epiphany.
14479 (browse-url-epiphany-program, browse-url-epiphany-arguments)
14480 (browse-url-epiphany-startup-arguments)
14481 (browse-url-epiphany-new-window-is-tab): New variables.
14482 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14483
14484 * progmodes/compile.el (compile-auto-highlight): Default now t.
14485 (compile): Doc fix.
14486 (compilation-next-error): Fix previous change.
14487
14488 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14489
14490 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14491
14492 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
14493
14494 * gdb-ui.el (gdb-source-info): Display current frame when
14495 attaching to an existing process.
14496 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14497 while laying out windows when attaching to an existing process.
14498
14499 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
14500
14501 * info.el (Info-menu): Use Info-menu-entry-name-re.
14502
14503 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
14504
14505 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14506 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14507
14508 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14509 to match the same text.
14510
14511 2003-07-06 John Paul Wallington <jpw@gnu.org>
14512
14513 * vc.el (vc-annotate-offset): Move defvar up.
14514
14515 2003-07-06 Kim F. Storm <storm@cua.dk>
14516
14517 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14518 This should fix the infinite loop when extracting menu names.
14519
14520 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14521
14522 * files.el (auto-mode-alist, interpreter-mode-alist):
14523 Remove entries to CC Mode modes to avoid duplicates; they are now added
14524 with autoload directives in cc-mode.el.
14525
14526 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14527
14528 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14529 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14530 these are changed, so declare them as variables and not constants.
14531
14532 * progmodes/cc-mode.el: Fix some autoload problems: Try to
14533 ensure that the entry for ".c" extension comes before the one for
14534 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14535 Fix incorrect entries that were added to `interpreter-mode-alist'.
14536 Move the autoload directives for AWK to the top level since they
14537 aren't recognized anywhere else. Do not use the new AWK mode doc
14538 in the autoload form for the old AWK mode.
14539
14540 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14541
14542 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14543 (bibtex-sort-ignore-string-entries): Default value t.
14544 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14545 erroneously in previous version.
14546 (bibtex-string-files): Docstring reflects new parsing scheme.
14547 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14548 docstring, add # as one of the chars to crush
14549 (bibtex-autokey-prefix-string, bibtex-autokey-names)
14550 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14551 (bibtex-autokey-name-change-strings)
14552 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14553 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14554 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14555 (bibtex-autokey-title-terminators)
14556 (bibtex-autokey-titlewords-stretch)
14557 (bibtex-autokey-titleword-ignore)
14558 (bibtex-autokey-titleword-case-convert)
14559 (bibtex-autokey-titleword-abbrevs)
14560 (bibtex-autokey-titleword-abbrevs)
14561 (bibtex-autokey-titleword-change-strings)
14562 (bibtex-autokey-titleword-length)
14563 (bibtex-autokey-titleword-separator)
14564 (bibtex-autokey-name-year-separator)
14565 (bibtex-autokey-year-title-separator)
14566 (bibtex-autokey-before-presentation-function)
14567 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14568 Fix docstring.
14569 (bibtex-strings, bibtex-reference-keys):
14570 Use lazy-completion-table and make-variable-buffer-local.
14571 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14572 (bibtex-braced-string-syntax-table)
14573 (bibtex-quoted-string-syntax-table): New variables.
14574 (bibtex-parse-nested-braces): Remove.
14575 (bibtex-parse-field-string): Use syntax table and forward-sexp.
14576 (bibtex-parse-association): Simplify.
14577 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14578 (bibtex-parse-field-text): Simplify.
14579 (bibtex-search-forward-field, bibtex-search-backward-field):
14580 argument BOUND can take value t.
14581 (bibtex-start-of-field, bibtex-start-of-name-in-field)
14582 (bibtex-end-of-name-in-field, bibtex-end-of-field)
14583 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14584 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14585 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14586 (bibtex-skip-to-valid-entry): Return buffer position of beginning
14587 and ending of entry. Update for changes of bibtex-search-entry.
14588 Simplify.
14589 (bibtex-map-entries): FUN is called with three arguments.
14590 (bibtex-search-entry): Return a cons pair with buffer positions of
14591 beginning and end of entry.
14592 (bibtex-enclosing-field): Simplify.
14593 (bibtex-format-entry): Use booktitle to set a missing title.
14594 (bibtex-autokey-get-names): Fiddle with regexps.
14595 (bibtex-generate-autokey): Use identity.
14596 (bibtex-parse-keys): Use simplified parsing algorithm if
14597 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
14598 arguments. Return alist of keys.
14599 (bibtex-parse-strings): Simplify. Return alist of strings.
14600 (bibtex-complete-string-cleanup): Fix docstring.
14601 (bibtex-read-key): New function.
14602 (bibtex-mode): Fix docstring. Do not parse for keys and
14603 strings when the mode is entered. Set fill-paragraph-function to
14604 bibtex-fill-field. Setup font-lock-mark-block-function the way
14605 font-lock intended.
14606 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
14607 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14608 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14609 (bibtex-Preamble): Avoid hard coded constants.
14610 (bibtex-make-field): Fix docstring. Simplify.
14611 (bibtex-beginning-of-entry): Always return new position of point.
14612 (bibtex-end-of-entry): Rearrange cond clauses.
14613 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14614 Update for changes of bibtex-map-entries.
14615 (bibtex-ispell-abstract): Do not move point.
14616 (bibtex-entry-index): Use downcase. Simplify.
14617 (bibtex-lessp): Handle catch-all.
14618 (bibtex-find-crossref): Turn into a command.
14619 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
14620 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
14621 preamble entries.
14622 (bibtex-fill-field-bounds): New function.
14623 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
14624 (bibtex-fill-entry): Use bibtex-fill-field-bounds
14625 (bibtex-String): Use bibtex-strings. Always obey
14626 bibtex-sort-ignore-string-entries.
14627
14628 2003-07-05 John Paul Wallington <jpw@gnu.org>
14629
14630 * cus-theme.el (customize-create-theme):
14631 Call `customize-create-theme' in Reset widget's notify function.
14632
14633 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14634 (ibuffer-mark-interactive): Use `or' instead of `unless'.
14635 (define-ibuffer-column name): Add summarizer.
14636 (define-ibuffer-column size): Likewise.
14637 (define-ibuffer-column filename): Likewise.
14638 (define-ibuffer-column process): Likewise. Change BODY's output too.
14639 (define-ibuffer-column filename-and-process): Likewise, likewise.
14640 (ibuffer): Remove local vars `already-in' and `need-update'.
14641
14642 * ibuf-ext.el: Don't require `derived' at compile-time.
14643
14644 2003-07-05 Kim F. Storm <storm@cua.dk>
14645
14646 * info.el: Disable paragraph refilling.
14647 (Info-refill-paragraphs): New defcustom.
14648 (Info-fontify-node): Use it.
14649
14650 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
14651
14652 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14653 thingies from constructors created by defstruct.
14654
14655 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14656 the default value of the variable.
14657 (byte-code-meter): Move declaration to top level.
14658
14659 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14660
14661 * info.el (Info-following-node-name-re): New fun.
14662 (Info-following-node-name): Remove.
14663 (Info-insert-dir): Use the new fun.
14664 (Info-extract-pointer): Don't save restriction; use new fun.
14665 (Info-menu-entry-name-re): New const.
14666 (Info-menu-entry-name-re): Use it along with new fun.
14667 (Info-node-spec-re): Use new fun.
14668 (Info-complete-menu-item, Info-fontify-node): Use new const.
14669 (Info-goto-node, Info-follow-reference, Info-menu-update):
14670 Use match-string.
14671 (Info-follow-reference): Use assoc-string.
14672 Use a list of strings for the completion table.
14673 (Info-fontify-node): Use match-string, line-end-position.
14674 Limit the search for `node:' to the first line.
14675
14676 * newcomment.el (uncomment-region): Remove padding coming from
14677 comment-start rather than just from comment-padding.
14678
14679 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14680 (vc-cvs-stay-local-p): Use vc-stay-local-p.
14681 (vc-cvs-rename-file): Remove (use the default).
14682 (vc-cvs-register): Register parent dir if needed.
14683 (vc-cvs-could-register): Return non-nil if parent can be registered.
14684 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14685 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14686
14687 * vc-svn.el (vc-svn-use-edit): Make it into a const.
14688 (vc-svn-update): Fix the arguments to `svn'.
14689 (vc-svn-diff-tree): Just use `vc-svn-diff'.
14690 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14691 Simple implementations, assuming `name' is a URL.
14692
14693 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14694 set of chars allowed unquoted in a case pattern.
14695
14696 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14697
14698 * font-lock.el (font-lock-extra-types-widget)
14699 (c-font-lock-extra-types, c++-font-lock-extra-types)
14700 (objc-font-lock-extra-types, java-font-lock-extra-types)
14701 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14702 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14703 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14704 (font-lock-match-c++-structor-declaration)
14705 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14706 (c++-font-lock-keywords-3, c++-font-lock-keywords)
14707 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14708 (objc-font-lock-keywords-3, objc-font-lock-keywords)
14709 (java-font-lock-keywords-1, java-font-lock-keywords-2)
14710 (java-font-lock-keywords-3, java-font-lock-keywords)
14711 (java-font-lock-syntactic-face-function): Remove obsolete code
14712 and constants. It's all in cc-fonts.el now.
14713
14714 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
14715
14716 * mail/sendmail.el (mail-specify-envelope-from)
14717 (mail-envelope-from): Doc fix.
14718
14719 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
14720
14721 * generic-x.el: Do away with the dependency on `c-emacs-features'
14722 when populating `rul-generic-mode-syntax-table'; we already know
14723 this isn't XEmacs.
14724
14725 See ChangeLog.10 for earlier changes.
14726
14727 ;; Local Variables:
14728 ;; coding: iso-2022-7bit
14729 ;; End:
14730
14731 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
14732 Copying and distribution of this file, with or without modification,
14733 are permitted provided the copyright notice and this notice are preserved.
14734
14735 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1