]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(tramp-file-name-for-operation): Fix misapplied
[gnu-emacs] / lisp / ChangeLog
1 2005-02-27 Andreas Schwab <schwab@suse.de>
2
3 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
4 change from sync with Tramp 2.0.47.
5
6 2005-02-27 Richard M. Stallman <rms@gnu.org>
7
8 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9
10 * textmodes/flyspell.el (flyspell-mode-on):
11 Call ispell-change-dictionary only if necessary.
12
13 * emacs-lisp/re-builder.el (regexp-builder): New function.
14
15 * register.el (describe-register-1): Explicitly handle
16 yank-excluded-properties = t.
17
18 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19 (custom-magic-alist): Change the status descriptions again.
20 (face widget-type): Total rewrite based on `restricted-sexp'
21 to eliminate the confusing double hiding levels.
22
23 * emacs-lisp/debug.el (debug-on-entry-1):
24 If function body is empty, add nil as body form.
25
26 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * emacs-lisp/trace.el (inhibit-trace): New var.
29 (trace-make-advice): Use it.
30
31 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32
33 2005-02-26 Kim F. Storm <storm@cua.dk>
34
35 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
36 (mouse-on-link-p, mouse-drag-region-1): Use it.
37
38 2005-02-25 Lute Kamstra <lute@gnu.org>
39
40 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
41
42 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
43
44 * frame.el (blink-cursor-mode): Add :group keyword.
45
46 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
47
48 * calendar/icalendar.el (icalendar--decode-isodatetime):
49 New optional argument DAY-SHIFT.
50 (icalendar-export-region): Fix coding-system-for-write.
51 (icalendar--convert-ical-to-diary): Shift end-day of all-day
52 events by one.
53
54 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
57
58 2005-02-24 Kim F. Storm <storm@cua.dk>
59
60 * international/iso-acc.el (iso-accents-compose): Fix crash
61 during redisplay. Call force-window-update after read-event
62 and delete-region to signal that window is not accurate.
63
64 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
67 Remove unused and inexistent var `inhibit-trace'.
68 (debugger-mode): Use run-mode-hooks.
69 (debugger-list-functions): Add buttons; setup xref stack.
70
71 2005-02-23 Richard M. Stallman <rms@gnu.org>
72
73 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
74 appointment says it was explicitly made.
75 (appt-add): Set the 3rd element.
76 (appt-make-list): Preserve explicit appointments.
77
78 * subr.el (find-tag-default): Catch errors in forward-sexp.
79
80 2005-02-23 Juri Linkov <juri@jurta.org>
81
82 * info.el (Info-isearch-search): New defcustom.
83 (Info-isearch-search): Call the default isearch function
84 when Info-isearch-search is nil.
85 (Info-isearch-wrap): Use variable Info-isearch-search.
86
87 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
88
89 * cus-edit.el: Comment change.
90
91 2005-02-22 Kim F. Storm <storm@cua.dk>
92
93 * progmodes/hideif.el (hide-ifdef-use-define-alist):
94 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
95
96 2005-02-22 Simon Josefsson <jas@extundo.com>
97
98 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
99 New variable.
100 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
101 Oskarsson" <myrkraverk@users.sourceforget.net>.
102
103 2005-02-22 Kim F. Storm <storm@cua.dk>
104
105 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
106 check that window of that event is the selected window.
107 (mouse-drag-region-1): Compare mouse event window to selected
108 window before setting point.
109
110 * tooltip.el (tooltip-show-help-function): Pass event to
111 mouse-on-link-p so it can check selected window.
112
113 2005-02-22 Kenichi Handa <handa@m17n.org>
114
115 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
116 (ps-mule-show-warning): New function.
117 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
118 characters are found.
119
120 * ps-print.el (ps-header-footer-string): Return a list of header
121 and footer strings.
122
123 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
124
125 * pcvs.el (cvs-retrieve-revision): Fix thinko.
126
127 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * frame.el (blink-cursor-mode): Use define-minor-mode.
130
131 * term/mac-win.el (function-key-map): Use char-names more consistently.
132 (file-name-coding-system): Only set it for MacOS-9. The other case is
133 already handled in mule-cmds.el (where it also works when mac-win.el
134 is not used).
135
136 2005-02-21 Kenichi Handa <handa@m17n.org>
137
138 * international/mule.el (ctext-pre-write-conversion): Always use
139 " *code-converting-work*" buffer for work.
140
141 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
142
143 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
144
145 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
146
147 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
148
149 * ses.el (undo-more): Restore defadvice, but only the part that
150 allows changes outside the restricted area of the buffer.
151
152 2005-02-20 Kim F. Storm <storm@cua.dk>
153
154 * simple.el (line-move): Add fourth optional arg try-vscroll which
155 must be set to perform auto-window-vscroll.
156 When moving backwards and doing auto-window-vscroll, automatically
157 vscroll to the last part of lines which are taller than the window.
158 (next-line, previous-line): Set try-vscroll arg on line-move.
159
160 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
161
162 * replace.el (query-replace, query-replace-regexp)
163 (replace-string, replace-regexp): When operating on region, make
164 the minibuffer prompt say so.
165
166 * isearch.el (isearch-forward): Document isearch-query-replace and
167 isearch-query-replace-regexp keybindings.
168
169 2005-02-19 Jay Belanger <belanger@truman.edu>
170
171 * calc/calc-aent.el (math-read-token): Add local variable.
172
173 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
174 (calc-edit-top): Move declaration to earlier in file.
175 (calc-edit-macro-repeats): Add local variables.
176
177 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
178 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
179 calcFunc-tanh.
180 Adjust integration rule for calcFunc-tan.
181
182 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
183
184 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
185 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
186 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
187 (viper-skip-separators): Bug fix.
188 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
189 particular major mode.
190 (viper-del-backward-char-in-replace): Don't put deleted char on the
191 kill ring.
192
193 * viper-ex.el (viper-color-display-p): New function.
194 (viper-has-face-support-p): Use viper-color-display-p.
195
196 * viper-keym.el (viper-gnus-modifier-map): New keymap.
197
198 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
199
200 * viper-util.el (viper-glob-unix-files): Fix shell status check.
201 (viper-file-remote-p): Make equivalent to file-remote-p.
202
203 * viper.el (viper-major-mode-modifier-list):
204 Use viper-gnus-modifier-map.
205
206 2005-02-19 David Kastrup <dak@gnu.org>
207
208 * subr.el (subregexp-context-p): Fix garbled doc string by adding
209 quoting.
210
211 2005-02-19 Jay Belanger <belanger@truman.edu>
212
213 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
214 Remove extra definitions.
215 (calc-coth): New function.
216 (calcFunc-cot): Fix `let'.
217
218 2005-02-19 Eli Zaretskii <eliz@gnu.org>
219
220 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
221 the reasons we use "type pc" in these faces.
222
223 * button.el (button): Ditto.
224
225 2005-02-19 Michael Mauger <mmaug@yahoo.com>
226
227 * replace.el (query-replace-read-from): Set the value of
228 query-replace-from-history-variable to handle the case of an empty
229 string entered to accept the suggested default.
230
231 * net/tramp.el (tramp-file-name-for-operation):
232 Use dired-call-process instead of dired-call-process-command.
233
234 2005-02-19 Jay Belanger <belanger@truman.edu>
235
236 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
237 (math-div-non-trig): New variables.
238 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
239 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
240 (math-combine-prod, math-div-symb-fancy): Add simplifications for
241 trig expressions.
242
243 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
244
245 * progmodes/gdb-ui.el (gdb-var-update-handler)
246 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
247 for watch expressions,
248 (gdb-var-create-handler): Don't set speedbar-update-flag.
249 (gdb-post-prompt): Simplify test for speedbar.
250
251 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
252
253 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
254 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
255 we use the syntax table of the correct buffer.
256 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
257 Felix Gatzemeier.
258
259 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
260 (ediff-file-remote-p): Make synonymous with file-remote-p.
261 In all deffaces ediff-*-face-*, use min-colors.
262
263 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
264 ediff-recurse-to-subdirectories.
265 (ediff-mark-if-equal): Check that the arguments are strings, use
266 ediff-same-contents (after to Felix Gatzemeier).
267
268 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
269 nil.
270
271 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * log-view.el (log-view-message-re): Fix up Subversion regexp.
274
275 2005-02-18 David Kastrup <dak@gnu.org>
276
277 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
278 use `mark-active' when defined.
279
280 2005-02-18 Kenichi Handa <handa@m17n.org>
281
282 * ps-print.el (ps-font-info-database): New entry
283 ZapfChancery-MediumItalic with correct font name. Fix font name
284 of the entry Zapf-Chancery-MediumItalic.
285
286 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
287
288 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
289
290 2005-02-16 Kim F. Storm <storm@cua.dk>
291
292 * ido.el (ido-fallback-command): Pass user input to fallback command.
293
294 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
295
296 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
297 (gdb-find-file-hook): Add server prefix.
298
299 2005-02-16 Richard M. Stallman <rms@gnu.org>
300
301 * replace.el (perform-replace): Pass new args to replace-highlight.
302 (replace-highlight): Take region args,
303 and pass them to isearch-lazy-highlight-new-loop.
304
305 * novice.el (disabled-command-hook): Autoload the defalias
306 and the make-obsolete-variable call.
307
308 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
309
310 * isearch.el (isearch-lazy-highlight-start-limit)
311 (isearch-lazy-highlight-end-limit): New variables limit
312 the region for highlighting.
313 (isearch-lazy-highlight-new-loop): New args BEG and END.
314 (isearch-lazy-highlight-search): Use the new vars.
315 (isearch-lazy-highlight-update): Likewise.
316
317 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
318
319 * cus-start.el (all): Use default-boundp.
320
321 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
322
323 * menu-bar.el (menu-bar-select-frame): Handle current frame.
324
325 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
326
327 * autorevert.el (auto-revert-stop-on-user-input)
328 (auto-revert-verbose): Doc fixes.
329
330 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
331
332 * international/mule-cmds.el (set-locale-environment): Remove call
333 to set-selection-coding-system on Windows.
334
335 2005-02-15 Jay Belanger <belanger@truman.edu>
336
337 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
338 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
339 calcFunc-coth.
340 (math-simplify-sqrt): Add simplifications.
341
342 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
343 to list.
344
345 * calc/calc-ext.el: Add functions to autoloads.
346
347 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
348 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
349 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
350 (math-csc-raw, math-cot-raw): New functions.
351
352 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
353
354 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
355 the variable name in a message.
356
357 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
358 calcFunc-csc, calcFunc-cot.
359
360 * calc/calcalg2.el: Add derivative and integration rules for
361 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
362 calcFunc-csch, calcFunc-coth.
363 (math-do-integral-methods): Add to checks for when to use
364 substitutions.
365
366 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
367
368 2005-02-15 Lute Kamstra <lute@gnu.org>
369
370 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
371 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
372 <monnier@iro.umontreal.ca>
373 (lisp-outline-level): Improve efficiency. Suggested by David
374 Kastrup <dak@gnu.org>.
375
376 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
377
378 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
379 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
380 (gdb-set-gud-minor-mode-existing-buffers): New functions.
381 (gdb-find-file-hook): New hook. Add it to find-file-hook.
382 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
383
384 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
385
386 * cus-start.el (all): Comment change.
387
388 2005-02-14 Lute Kamstra <lute@gnu.org>
389
390 * cus-start.el (all): Check if symbol is void.
391
392 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
393
394 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
395 optional argument to \cite.
396
397 2005-02-14 Richard M. Stallman <rms@gnu.org>
398
399 * cus-edit.el (custom-buffer-create-internal): Update help message.
400 (custom-magic-alist): Update help messages.
401
402 * cus-start.el (all): Allow a var to specify a standard value.
403
404 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
405
406 * custom.el (custom-theme-set-variables): Handle variable aliases.
407
408 * frame.el (blink-cursor-timer): Doc fix.
409 (blink-cursor): Make it an alias for `blink-cursor-mode' and
410 declare obsolete.
411 (blink-cursor-mode): Define with defcustom and use correct
412 standard expression in that defcustom.
413 * startup.el (command-line): Adapt to above changes in frame.el.
414
415 2005-02-11 Lute Kamstra <lute@gnu.org>
416
417 * apropos.el (apropos-score-doc): Prevent division by zero.
418
419 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
420
421 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
422 (icalendar--get-event-property-attributes)
423 (icalendar--get-event-properties)
424 (icalendar--datetime-to-diary-date): New functions.
425 (icalendar--split-value): Doc fix.
426 (icalendar--datetime-to-noneuropean-date)
427 (icalendar--datetime-to-european-date): New optional argument
428 SEPARATOR. Return result as a string instead of a list.
429 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
430 (icalendar--convert-string-for-export): Rename arg S to STRING.
431 (icalendar-export-region): Doc fix. Change name of error buffer.
432 Save output buffer.
433 (icalendar-import-file): Add blank at end of prompt.
434 (icalendar-import-buffer): Doc fix. Do not switch to error
435 buffer. Indicate status in return value.
436 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
437 buffer. Save output buffer. Handle exception from recurrence
438 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
439 events. Fix problems with weekly all-day events.
440
441 2005-02-10 Richard M. Stallman <rms@gnu.org>
442
443 * simple.el (eval-expression-print-format):
444 Avoid warning about edebug-active.
445
446 * help.el (help-for-help-internal): Rename from help-for-help.
447 (help-for-help): Define with defalias.
448
449 * font-core.el (font-lock-default-function): Use with-no-warnings.
450
451 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
452
453 * custom.el (defface): Doc fix.
454
455 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
456
457 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
458 width 0" to prevent word wrapping problems.
459
460 2005-02-09 Kim F. Storm <storm@cua.dk>
461
462 * ido.el (ido-file-extensions-order): New defcustom.
463 (ido-file-extension-lessp, ido-file-extension-aux)
464 (ido-file-extension-order): New advanced file ordering.
465 (ido-file-lessp): New simple file ordering.
466 (ido-sort-list): Remove.
467 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
468 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
469
470 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
471
472 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
473 that some versions of grep produce.
474 (grep-mode-font-lock-keywords): Likewise.
475
476 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
477
478 * progmodes/gdb-ui.el (gdb-location-list): New variable.
479 (gdb-cdir): Delete.
480 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
481 (gdb-source-info): Treat case when source file is in another
482 directory properly.
483 (gdb-get-location): New function.
484
485 2005-02-07 Jay Belanger <belanger@truman.edu>
486
487 * calc/calc-prog.el (calc-write-parse-table-part)
488 (calc-fix-token-name): Fix a check for language type.
489
490 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
491
492 2005-02-07 Andre Spiegel <spiegel@gnu.org>
493
494 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
495 as directory not writable.
496
497 2005-02-07 Kim F. Storm <storm@cua.dk>
498
499 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
500 (cua--standard-movement-commands): Remove list.
501 Instead, set CUA property value to move for movement commands.
502 (cua-movement-commands): Remove. Users must set CUA prop instead.
503 (cua--pre-command-handler): Check CUA property.
504 (cua--init-keymaps): Don't remap undo commands.
505 (cua-mode): Don't call cua--rectangle-on-off.
506
507 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
508 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
509 (cua--rect-undo-set-point): New var.
510 (cua--rectangle-undo-boundary): Setup undo apply entry.
511 (cua--rect-undo-handler): New function for rectangle undo.
512 (cua--rect-start-position, cua--rect-end-position): Add.
513 (cua--rectangle-post-command): Call cua--rectangle-set-corners
514 for restored rectangle. Set point if cua--rect-undo-set-point.
515
516 2005-02-06 Jay Belanger <belanger@truman.edu>
517
518 * calc/calc-lang.el (calc-tex-language): Display more information
519 in messages.
520
521 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
522 in TeX mode.
523
524 2005-02-06 Richard M. Stallman <rms@gnu.org>
525
526 * emacs-lisp/lisp.el (buffer-end): Doc fix.
527
528 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
529
530 * net/ldap.el (ldap-search-internal): Support attributes with
531 optional descriptions separated by a semi-colon, as in
532 "userCertificate;binary".
533
534 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
535
536 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
537 isn't a cons (i.e. the version is 0).
538
539 2005-02-05 Eli Zaretskii <eliz@gnu.org>
540
541 * help.el (help-for-help): Doc fix.
542
543 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
544
545 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
546 GDB-Windows on the menu-bar as this works better.
547
548 2005-02-04 Jay Belanger <belanger@truman.edu>
549
550 * calc/calc-embed.el (calc-embedded-update): Don't put in
551 unnecessary newlines. Adjust the end of formula marker.
552
553 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
554 (math-latex-parse-two-args): New function.
555
556 2005-02-03 Lute Kamstra <lute@gnu.org>
557
558 * help-fns.el (help-with-tutorial): Make sure that users cannot
559 remove the entire text of the tutorial by means of `undo'.
560
561 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
564 in recent changes, where the ispell process was repeatedly
565 killed & restarted.
566
567 * international/mule-cmds.el (set-locale-environment): Set file-name
568 coding system to utf-8 on Darwin systems.
569 (set-default-coding-systems): Don't set default-file-name-coding-system
570 on Darwin systems.
571
572 2005-02-03 Richard M. Stallman <rms@gnu.org>
573
574 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
575
576 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
577
578 * faces.el (list-faces-display): Add optional argument.
579
580 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * font-core.el (font-lock-default-function): Handle the rare case where
583 only font-lock-keywords is set.
584
585 2005-02-02 Kenichi Handa <handa@m17n.org>
586
587 * international/characters.el: Cancel previous change for
588 I-WITH-DOT-ABOVE and DOTLESS-i.
589
590 * international/latin-5.el: Cancel previous change.
591
592 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
593
594 * progmodes/gud.el: Correction to syntax in gud-menu-map.
595
596 2005-02-02 Kenichi Handa <handa@m17n.org>
597
598 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
599 DOTLESS-i.
600
601 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
602 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
603
604 * case-table.el (get-upcase-table): New function.
605 (copy-case-table): Copy upcaes table too if non-nil.
606 (set-case-syntax-delims): Maintain upcase table too.
607 (set-case-syntax-pair): Likewise.
608 (set-upcase-syntax, set-downcase-syntax): New functions.
609 (set-case-syntax): Maintain upcase table too.
610
611 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
612
613 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
614
615 * progmodes/gud.el (gud-goto-info): New function.
616 (gud-tool-bar-map): Use correct icon.
617
618 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
619
620 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
621 When delegating, order args in the funcall correctly.
622
623 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
624
625 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
626
627 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
628
629 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
630 buffer not visiting a file.
631
632 2005-01-31 Jay Belanger <belanger@truman.edu>
633
634 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
635 bound on the line with the formula.
636
637 2005-01-31 Kim F. Storm <storm@cua.dk>
638
639 * ses.el (ses-create-cell-variable-range)
640 (ses-destroy-cell-variable-range, ses-reset-header-string)
641 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
642 (ses-insert-row): Fix format of apply undo entries.
643
644 2005-01-31 Jay Belanger <belanger@truman.edu>
645
646 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
647 parts.
648
649 * calc/calc-embed.el (calc-embedded-open-formula)
650 (calc-embedded-close-formula): Ignore matrix environments.
651
652 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
653 TeX mode.
654
655 * calc/calc-lang.el (math-function-table, math-oper-table)
656 (math-variable-table): Adjust the LaTeX portions.
657
658 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
659 (math-latex-ignore-words): New constant.
660
661 2005-01-31 Richard M. Stallman <rms@gnu.org>
662
663 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
664 (ispell-local-dictionary): Doc fix.
665 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
666 Don't reinitialize at run time. Don't defcustom.
667 All uses changed to append ispell-local-dictionary-alist,
668 or check it first.
669 (ispell-current-dictionary): New variable for dictionary in use.
670 (ispell-dictionary): Now used only for global default.
671 (ispell-start-process): Set ispell-current-dictionary,
672 not ispell-dictionary.
673 (ispell-change-dictionary): Use this only for setting
674 user preferences.
675 (ispell-internal-change-dictionary): New function
676 to change the current dictionary in use.
677 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
678 Use ispell-current-dictionary.
679 Handle ispell-local-dictionary-overridden.
680 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
681
682 2005-01-31 Jay Belanger <belanger@truman.edu>
683
684 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
685
686 * calc/calc-ext.el: Add calc-latex-language to autoloads.
687 (calc-mode-map): Add calc-latex-language.
688
689 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
690 (math-latex-print-frac): New functions.
691 (math-oper-table, math-function-table, math-variable-table)
692 (math-complex-format, math-input-filter): Add latex properties.
693 (calc-set-language): Set math-expr-special-function-mapping.
694
695 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
696 (calc-write-parse-table-part): Add LaTeX support.
697
698 * calc/calc.el (calc-language): Adjust docstring.
699 (calc-set-mode-line): Add LaTeX support.
700 (math-expr-special-function-mapping): New variable.
701 (math-tex-ignore-words): Add to list.
702
703 * calc/calccomp.el (math-compose-expr, math-compose-rows):
704 Add LaTeX support.
705 (math-compose-expr): Add support for special functions.
706
707 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
708
709 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
710
711 * progmodes/gdb-ui.el (gdb-memory-address)
712 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
713 (gdb-memory-mode-map, gdb-memory-format-keymap)
714 (gdb-memory-format-menu, gdb-memory-unit-keymap)
715 (gdb-memory-unit-menu): New variables for a buffer
716 that lets the user examine program memory.
717 (gdb-memory-set-address, gdb-memory-set-repeat-count)
718 (gdb-memory-format-binary, gdb-memory-format-octal)
719 (gdb-memory-format-unsigned, gdb-memory-format-signed)
720 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
721 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
722 (gdb-memory-unit-word, gdb-memory-unit-halfword)
723 (gdb-memory-unit-byte, gdb-memory-unit-menu)
724 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
725 (gdb-memory-mode, gdb-memory-buffer-name)
726 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
727 New functions for above buffer.
728
729 2005-01-30 Richard M. Stallman <rms@gnu.org>
730
731 * cus-edit.el (custom-bury-buffer): Function deleted.
732 (custom-buffer-done-function): Option deleted.
733 (custom-buffer-done-kill): New (replacement option.
734 (Custom-buffer-done): Call quit-window.
735 (custom-buffer-create-internal): Update for above changes.
736
737 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
738
739 * simple.el (undo-ask-before-discard): New var.
740 (undo-outer-limit-truncate): Implement it.
741 (undo-extra-outer-limit): Doc update.
742
743 2005-01-29 Richard M. Stallman <rms@gnu.org>
744
745 * ses.el (undo-more): Delete defadvice.
746 (ses-begin-change): Doc fix.
747
748 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
749 instead of rebinding C-x u and C-_.
750
751 * files.el (normal-backup-enable-predicate): Return nil for files
752 in /tmp, regardless of temporary-file-directory.
753
754 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
755
756 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
757 (open-rectangle, delete-whitespace-rectangle-line)
758 (clear-rectangle-line): If FILL, pass t instead of FILL
759 for move-to-column's 2nd arg.
760
761 * simple.el (undo): Fix the test for continuing a series of undos.
762 (undo-more): Set pending-undo-list to t when we reach end.
763 (pending-undo-list): Move up defvar.
764
765 * wid-edit.el (widget-button-click):
766 Shorten the range of the track-mouse binding.
767
768 * comint.el (comint-insert-input): Undo previous changes;
769 use last-input-event in interactive spec.
770
771 2005-01-29 Eli Zaretskii <eliz@gnu.org>
772
773 * progmodes/compile.el (compilation-start): Bind buffer-read-only
774 to nil before invoking call-process. Reset buffer's modified flag
775 after fontifying it in the no-async branch.
776
777 * wid-edit.el (widget-specify-button): If mouse pointer shape
778 cannot be changed, use mouse face instead.
779
780 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
781
782 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
783 (gdb-goto-breakpoint): Make breakpoint handling work on template
784 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
785 (gdb-assembler-custom): Update to recognise breakpoint information
786 added on 2005-01-19.
787
788 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
791 (dsssl-mode): Use define-derived-mode.
792 (scheme-mode-initialize): Remove.
793 (scheme-mode): Use run-mode-hooks.
794
795 * cus-edit.el (customize-group-other-window)
796 (custom-buffer-create-other-window): Don't override special-display-*.
797 (custom-mode-map): Make it dense.
798
799 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
800 sets the default value.
801
802 2005-01-28 Eli Zaretskii <eliz@gnu.org>
803
804 * descr-text.el: Add more keywords.
805
806 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * speedbar.el: Avoid unnecessary use of locate-library.
809
810 * international/mule-cmds.el (standard-display-european-internal):
811 Don't fiddle with latin-1 non-break space any more since it's now
812 special cased in the C code.
813 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
814
815 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
816
817 * cus-start.el (all): Add `undo-outer-limit'.
818
819 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
820
821 * textmodes/bibtex.el (bibtex-format-entry):
822 Use `bibtex-empty-field-re' only on the text of fields, not on entire
823 field lines.
824 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
825 not on part of a buffer.
826
827 2005-01-25 Lute Kamstra <lute@gnu.org>
828
829 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
830 nonempty field text strings like "{letters\\macro{}more letters}".
831 Clarify docstring.
832 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
833 (bibtex-entry-offset, bibtex-parse-association)
834 (bibtex-parse-field-name): Fix typos in docstrings.
835 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
836
837 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
838
839 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
840 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
841 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
842 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
843
844 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
845 isearch minor mode.
846
847 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
848
849 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
850
851 2005-01-24 Lute Kamstra <lute@gnu.org>
852
853 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
854 CASECHARS and NOT-CASECHARS regular expressions of the
855 "nederlands" and "nederlands8" dictionaries to prevent a "Range
856 striding over charsets" error.
857
858 2005-01-24 Jay Belanger <belanger@truman.edu>
859
860 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
861 display variable name.
862
863 2005-01-24 Kenichi Handa <handa@m17n.org>
864
865 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
866 Fix setting of the element of encoded-kbd-iso2022-invocations.
867
868 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
869
870 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
871 (gdb-threads-select): Change to also accept mouse events.
872 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
873 (gdb-threads-mouse-select): Delete.
874
875 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
876
877 * files.el (insert-directory): Take care of empty directory,
878 listed without -a switch.
879
880 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * textmodes/refill.el (refill-post-command-function):
883 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
884 to the list of functions that we should be careful not to undo.
885 (refill-late-fill-paragraph-function): Remove.
886 (refill-saved-state): New var.
887 (refill-mode): Use it to save fill-paragraph-function.
888 Save also the value of auto-fill-function.
889
890 * term/w32-win.el: Simplify code.
891
892 2005-01-23 Kim F. Storm <storm@cua.dk>
893
894 * simple.el (line-move): Adapt to new return value from
895 pos-visible-in-window-p.
896
897 * simple.el (line-move): Fix last change. Check partial
898 visibility at point rather than at window-start.
899
900 2005-01-22 Jason Rumney <jasonr@gnu.org>
901
902 * term/w32-win.el (xw-defined-colors): Remove debug-message.
903
904 2005-01-22 David Kastrup <dak@gnu.org>
905
906 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
907
908 2005-01-22 Eli Zaretskii <eliz@gnu.org>
909
910 * type-break.el (type-break-mode): Add a test for
911 type-break-file-name being non-nil.
912
913 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
914
915 * net/eudc.el (top level): Call (message "") via progn, so that
916 eudc-options-file is loaded.
917
918 2005-01-22 Kim F. Storm <storm@cua.dk>
919
920 * simple.el (line-move-1): Rename from line-move.
921 (line-move): New function that adjusts vscroll for partially
922 visible rows, and calls line-move-1 otherwise.
923
924 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
925
926 * pcomplete.el: define pcomplete-read-event instead of read-event,
927 since it's not a complete read-event implementation
928
929 2005-01-20 Jay Belanger <belanger@truman.edu>
930
931 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
932 for called function.
933
934 2005-01-20 Steven Tamm <steventamm@mac.com>
935
936 * term/mac-win.el (process-connection-type): Remove.
937 Controlled now by s/darwin.h:PTY_ITERATION.
938
939 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * window.el (handle-select-window): Don't switch window when we're
942 in the minibuffer.
943
944 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
945
946 * subr.el (dotimes-with-progress-reporter): New macro.
947
948 * ses.el (ses-dotimes-msg): Remove macro.
949 Use `dotimes-with-progress-reporter' instead.
950
951 2005-01-19 Steven Tamm <steventamm@mac.com>
952
953 * term/mac-win.el (process-connection-type): Use new
954 operating-system-release variable to use ptys on Darwin 7 (OSX
955 10.3) when using carbon build.
956
957 2005-01-19 Jay Belanger <belanger@truman.edu>
958
959 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
960 flags if the last command was a tab or M-tab.
961
962 * calc/calc-prog.el (calc-user-define-edit): Put original formula
963 in formula editing buffer.
964
965 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
966
967 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
968 breakpoint image symbol in margin.
969
970 2005-01-19 Jay Belanger <belanger@truman.edu>
971
972 * calc/calc-prog.el (calc-execute-kbd-macro):
973 Ignore calc-keep-arg-flag.
974
975 2005-01-19 Kenichi Handa <handa@m17n.org>
976
977 * textmodes/ispell.el (ispell-looking-at): New function.
978 (ispell-process-line): Use ispell-looking-at to compare the ispell
979 output and the buffer contents.
980
981 2005-01-18 Jay Belanger <belanger@truman.edu>
982
983 * calc/calc.el (calc-display-raw): Fix docstring.
984
985 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * simple.el (blink-matching-open): Strip extra info from syntax.
988
989 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
990 funny chars in the end-of-here-doc marker.
991
992 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
993
994 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
995 that enable/disabled state of breakpoints is shown correctly in
996 fringe and on ttys.
997 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
998 Add breakpoint information as text properties.
999 (gdb-mouse-toggle-breakpoint):
1000 Rename to gdb-mouse-set-clear-breakpoint.
1001 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
1002 breakpoints in the margin.
1003 (gdb-remove-strings): Simplify.
1004
1005 2005-01-17 Jay Belanger <belanger@truman.edu>
1006
1007 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1008 erasing buffer.
1009
1010 2005-01-17 Richard M. Stallman <rms@gnu.org>
1011
1012 * progmodes/grep.el (grep-find): Copy from `grep' the condition
1013 for calling grep-compute-defaults.
1014
1015 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1016 if buffer is empty.
1017
1018 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1019
1020 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * hilit-chg.el (highlight-changes-mode): Don't autoload.
1023
1024 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1025 non-preloaded variables.
1026
1027 2005-01-17 Steven Tamm <steventamm@mac.com>
1028
1029 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1030 tex-shell cause to force interactivity when using pipes.
1031
1032 2005-01-17 Kim F. Storm <storm@cua.dk>
1033
1034 * simple.el (just-one-space): Make arg optional.
1035
1036 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
1037
1038 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1039 posn-at-x-y to t to access left-margin.
1040
1041 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
1042
1043 Sync with Tramp 2.0.47.
1044
1045 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1046 catching keep-date problems in cp/scp operations.
1047 (tramp-handle-copy-file): Don't call `set-file-modes'
1048 unconditionally. Specialized functions should know better what is
1049 necessary. This improves performance a little bit, and the
1050 functions could catch errors with `cp -p' and `scp -p'.
1051 (tramp-do-copy-or-rename-file-via-buffer)
1052 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1053 when appropriate.
1054 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1055 Call `set-file-modes' when appropriate.
1056 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
1057 Johnsson <isak@hypergene.com>
1058 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1059 of both Tramp buffer and debug buffer. Reported by Joakim Verona
1060 <joakim@verona.se>
1061 (tramp-file-name-for-operation): Mark `shell-command' as magic for
1062 Emacs only.
1063
1064 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
1065 `find-file-hooks' and `dired-mode-hook'.
1066 (tramp-minor-mode-map): Respective map. Add remapping for
1067 `compile' and `recompile'.
1068 (tramp-remap-command, tramp-recompile): New defuns.
1069 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1070 in buffer "*Compilation*". Call the commands asynchronously.
1071
1072 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1073 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1074 `shell-command', because it isn't magic in XEmacs. Reported by
1075 Adrian Aichner <adrian@xemacs.org>.
1076
1077 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1078 `substitute-in-file-name.
1079 (tramp-smb-handle-substitute-in-file-name): New defun.
1080 (tramp-smb-advice-PC-do-completion): Delete advice.
1081
1082 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
1083
1084 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1085 Fix error in deleting region.
1086
1087 2005-01-15 Richard M. Stallman <rms@gnu.org>
1088
1089 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1090 In non-temp buffer, switch syntax table temporarily.
1091
1092 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1093
1094 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1095
1096 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1097
1098 * imenu.el (imenu--split-menu): Copy menulist before sorting.
1099 (imenu--generic-function): Use START, not BEG, as pos of definition.
1100
1101 * simple.el (just-one-space): Argument specifies number of spaces.
1102
1103 * simple.el (eval-expression-print-format): Avoid warning
1104 about edebug-active.
1105
1106 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
1107
1108 * progmodes/sh-script.el: Code copied from make-mode.el
1109 with small changes,
1110 (sh-mode-map): Bind C-c C-\.
1111 (sh-backslash-column, sh-backslash-align): New variables.
1112 (sh-backslash-region, sh-append-backslash): New functions.
1113
1114 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1115
1116 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1117 (rmail-pop-password, rmail-pop-password-required): Move to
1118 rmail-obsolete group.
1119 (rmail-set-pop-password): Rename to rmail-set-remote-password.
1120 All callers updated.
1121 (rmail-get-pop-password): Rename to rmail-get-remote-password.
1122 Take an argument specifying whether it is POP or IMAP mailbox we
1123 are using. All callers updated.
1124 (rmail-pop-password-error): Rename to
1125 rmail-remote-password-error. Added mailutils-specific error message.
1126 (rmail-movemail-search-path)
1127 (rmail-movemail-variant-in-use): New variables.
1128 (rmail-remote-password, rmail-remote-password-required):
1129 New customization variables.
1130 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1131 (rmail-parse-url): New function.
1132 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1133 with GNU mailutils movemail.
1134
1135 2005-01-15 Kevin Ryde <user42@zip.com.au>
1136
1137 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1138 suffix to space, $ or '$, to correctly position point when going
1139 to @table style constants like DBL_MAX.
1140
1141 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1142
1143 * type-break.el (type-break-mode, type-break-file-time)
1144 (type-break-file-keystroke-count, type-break-choose-file):
1145 Don't store data in or load data from the file if type-break-file-name
1146 is nil.
1147 (type-break-file-name): Doc update as per the above.
1148
1149 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
1150
1151 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1152 lookup-key might return nil; handle that.
1153
1154 2005-01-15 Alan Mackenzie <acm@muc.de>
1155
1156 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1157 rather than the element found, thus enabling the tree to be setcar'd.
1158
1159 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1160
1161 * textmodes/org.el (org-show-following-heading): New option.
1162 (org-show-hierarchy-above): Use `org-show-following-heading'.
1163 (org-cycle): Documentation fix.
1164
1165 * textmodes/org.el (orgtbl-optimized): New option
1166 (orgtbl-mode): New command, a minor mode.
1167 (orgtbl-mode-map): New variable.
1168 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1169 (orgtbl-error, orgtbl-self-insert-command)
1170 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1171
1172 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1173 a local variable in each org-mode buffer.
1174
1175 * textmodes/org.el (org-set-regexps-and-options): Rename from
1176 `org-set-regexps'. Added checking for STARTUP keyword.
1177 (org-get-current-options): Add STARTUP options.
1178 (org-table-insert-row): Mode mode intelligent about when
1179 realignment is needed.
1180 (org-self-insert-command, org-delete-backward-char, org-delete-char):
1181 New commands.
1182 (org-enable-table-editor): New default value `optimized'.
1183 (org-table-blank-field): Support blanking regions if active.
1184
1185 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1186
1187 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1188 if the year is not given.
1189
1190 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1191 Add new escapes %m and %M, fixed bug with %F by adding
1192 save-match-data.
1193 (reftex-reference): Remove ?. from list of spaces.
1194 (reftex-label-info): Add automatic label prefix recognition.
1195
1196 * textmodes/reftex-index.el (reftex-index-next-phrase):
1197 Add slave parameter to call of `reftex-index-this-phrase'.
1198 (reftex-index-this-phrase): New optional argument.
1199 (reftex-index-region-phrases): Add slave parameter to call of
1200 `reftex-index-this-phrase'.
1201 (reftex-display-index): New argument redo.
1202 (reftex-index-rescan): Add 'redo to arguments of
1203 `reftex-display-index'.
1204 (reftex-index-Rescan, reftex-index-revert)
1205 (reftex-index-switch-index-tag): Add 'redo to arguments of
1206 `reftex-display-index'.
1207 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1208 indexing. Fix bug with matching is there is a quote before or
1209 after the word.
1210
1211 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1212 Fix bug when collecting citation keys in lines with comments.
1213 (reftex-citation): Prefix argument no longer rescans the document,
1214 but forces prompting for optional arguments of cite macros.
1215 (reftex-do-citation): Prompting for optional arguments implemented.
1216
1217 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1218 Add optional arguments to most cite commands.
1219 (reftex-cite-cleanup-optional-args): New option
1220 (reftex-cite-prompt-optional-args): New option.
1221 (reftex-trust-label-prefix): New option.
1222
1223 * textmodes/reftex-toc.el (reftex-toc-find-section):
1224 Add push-mark before changing the position in the buffer.
1225
1226 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1227 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1228
1229 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
1230
1231 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1232 more carefully.
1233
1234 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1237 (sgml-mode): Use it.
1238 (sgml-get-context): Better keep track of implicitly closed tags.
1239
1240 2005-01-13 Kenichi Handa <handa@m17n.org>
1241
1242 * textmodes/ispell.el: These changes are to fix misalignment error
1243 caused by equivalent characters of different Emacs charsets.
1244 (ispell-unified-chars-table): New variable.
1245 (ispell-get-decoded-string): New function.
1246 (ispell-get-casechars, ispell-get-not-casechars)
1247 (ispell-get-otherchars): Call ispell-get-decoded-string.
1248
1249 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1250
1251 * custom.el (custom-declare-variable): Just put symbol instead
1252 of (defvar . symbol) in `current-load-list'.
1253
1254 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1255
1256 * emacs-lisp/elint.el: Fixed typo in Commentary section.
1257
1258 2005-01-12 Jay Belanger <belanger@truman.edu>
1259
1260 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1261 to create a Calc summary.
1262
1263 2005-01-12 Kim F. Storm <storm@cua.dk>
1264
1265 * mouse.el (mouse-on-link-p): Change functionality and doc
1266 string to comply with latest description in lisp ref.
1267
1268 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1271 Enable mouse clicks on mode-line, header-line and margin.
1272 (event-type): Give mouse event symbols an 'event-kind property
1273 with value 'mouse-click.
1274
1275 2005-01-12 Juri Linkov <juri@jurta.org>
1276
1277 * facemenu.el (list-colors-display): Add new arg buffer-name.
1278 Use it. Fix docstring. Replace code for identifying duplicate
1279 colors by the name with call to `list-colors-duplicates' which
1280 identifies duplicate colors by the value unless the color
1281 is one of special Windows colors. Set truncate-lines to t.
1282 Print sorted duplicate color names on each line. Indent to 22
1283 \(the longest color name in rgb.txt) instead of 20. Optimize.
1284 (list-colors-duplicates): New function.
1285 (facemenu-color-name-equal): Delete function.
1286
1287 * facemenu.el (list-colors-print): New function created from code
1288 in list-colors-display. Print #RRGGBB at the window right edge.
1289 (list-colors-display): When temp-buffer-show-function is not
1290 defined, call list-colors-print from temp-buffer-show-hook
1291 to get the right value of window-width in list-colors-print
1292 after the buffer is displayed.
1293
1294 * simple.el (pop-mark): Move deactivate-mark out of conditional
1295 part to deactivate the active mark regardless of the state of the
1296 mark ring.
1297
1298 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1299 variables line in desktop files.
1300
1301 2005-01-12 Juri Linkov <juri@jurta.org>
1302
1303 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1304 Bring together isearch highlight related options.
1305 (lazy-highlight): Replace group `replace' by `matching'.
1306 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1307 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1308 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1309 and declare them obsolete.
1310 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1311 (isearch-faces): Remove defgroup.
1312 (isearch-overlay, isearch-highlight, isearch-dehighlight):
1313 Move isearch highlighting code closer to lazy highlighting code.
1314
1315 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1316 (query-replace-highlight, query-replace-lazy-highlight)
1317 (query-replace): Move definitions to the beginning of the file.
1318
1319 2005-01-11 Juri Linkov <juri@jurta.org>
1320
1321 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1322 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1323 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1324
1325 * info.el (Info-history-forward): New variable.
1326 (Info-select-node): Reset Info-history-forward to nil.
1327 (Info-last): Turn into defalias.
1328 (Info-history-back): Rename from Info-last.
1329 Add current node to Info-history-forward.
1330 (Info-history-forward): New fun.
1331 (Info-mode-map): Replace Info-last by Info-history-back.
1332 Bind Info-history-forward to "r".
1333 (Info-mode-menu): Replace Info-last by Info-history-back.
1334 Fix menu item text. Add menu item for Info-history-forward.
1335 (info-tool-bar-map): Replace Info-last by Info-history-back.
1336 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
1337 for Info-history-forward.
1338 (Info-mode): Replace Info-last by Info-history-back in docstring.
1339 Add local variable Info-history-forward.
1340 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1341
1342 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1345 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1346 Ignore select-window events rather than fiddle with
1347 mouse-autoselect-window.
1348
1349 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
1350
1351 * type-break.el (type-break-mode): Fix previous change.
1352
1353 2005-01-10 Jay Belanger <belanger@truman.edu>
1354
1355 * calc/calc-ext.el (calc-reset): Reset when inside embedded
1356 calculator; only reset when point is inside a calculator.
1357 Don't adjust the window height if the window takes up the whole height
1358 of the frame.
1359
1360 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1361
1362 * ebuff-menu.el (Electric-buffer-menu-mode):
1363 Preserve value of buffer-local var header-line-format.
1364
1365 2005-01-09 Jay Belanger <belanger@truman.edu>
1366
1367 * calc/calc.el (calc-mode-var-list-restore-saved-values):
1368 Make sure settings file exists before accessing it.
1369
1370 * calc/calc-embed.el (calc-embedded-subst):
1371 Replace math-multi-subst-rec, which is only supposed to be called
1372 by math-multi-subst, by math-multi-subst.
1373
1374 2005-01-09 Andre Spiegel <spiegel@gnu.org>
1375
1376 * vc.el (vc-allow-async-revert): New user option.
1377 (vc-disable-async-diff): New internal variable.
1378 (vc-revert-buffer): Use them to disable asynchronous diff.
1379
1380 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1381 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1382 asynchronously if vc-disable-async-diff is t.
1383
1384 2005-01-09 Jay Belanger <belanger@truman.edu>
1385
1386 * calc/calc.el (defcalcmodevar): New macro.
1387 (calc-mode-var-list-restore-default-values)
1388 (calc-mode-var-list-restore-saved-values): New functions.
1389 (calc-mode-var-list): Use defcalcmodevar to define it.
1390 (calc-always-load-extensions, calc-line-numbering)
1391 (calc-line-breaking, calc-display-just, calc-display-origin)
1392 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1393 (calc-group-char, calc-point-char, calc-frac-format)
1394 (calc-prefer-frac, calc-hms-format, calc-date-format)
1395 (calc-float-format, calc-full-float-format, calc-complex-format)
1396 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1397 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1398 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1399 (calc-matrix-brackets, calc-language, calc-language-option)
1400 (calc-left-label, calc-right-label, calc-word-size)
1401 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1402 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1403 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1404 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1405 (calc-window-height, calc-display-trail, calc-show-selections)
1406 (calc-use-selections, calc-assoc-selections)
1407 (calc-display-working-message, calc-auto-why, calc-timing)
1408 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1409 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1410 (calc-gnuplot-default-device, calc-gnuplot-default-output)
1411 (calc-gnuplot-print-device, calc-gnuplot-print-output)
1412 (calc-gnuplot-geometry, calc-graph-default-resolution)
1413 (calc-graph-default-resolution-3d, calc-invocation-macro)
1414 (calc-show-banner): Use defcalcmodevar to declare them and set
1415 their default values.
1416
1417 * calc/calc-ext.el (calc-reset): Restore saved values of variables
1418 instead of default values (but restore default values if there is
1419 an argument of 0).
1420
1421 2005-01-09 David Kastrup <dak@gnu.org>
1422
1423 * desktop.el (desktop-restore-eager): Fix typo in type.
1424
1425 2005-01-08 Richard M. Stallman <rms@gnu.org>
1426
1427 * cus-edit.el (customize): Delete :link.
1428
1429 2005-01-08 Jay Belanger <belanger@truman.edu>
1430
1431 * calc/calc.el (calc-mode): Remove the extension from the
1432 `calc-settings-file' file name when loading it.
1433
1434 2005-01-08 Kim F. Storm <storm@cua.dk>
1435
1436 * info.el (Info-mode-map, Info-next-link-keymap)
1437 (Info-prev-link-keymap, Info-up-link-keymap):
1438 Map follow-link to mouse-face.
1439 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1440
1441 2005-01-08 Jay Belanger <belanger@truman.edu>
1442
1443 * calc/calc.el (calc-settings-file): Change default value.
1444 Suggested by cgw in a comment in calc-mode.el.
1445
1446 * calc/calc-mode.el (calc-settings-file-name):
1447 Compare calc-settings-file to user-init-file instead of ~/.emacs.
1448 Replace ~/.emacs in a prompt by calc-settings-file.
1449
1450 2005-01-07 Lars Hansen <larsh@math.ku.dk>
1451
1452 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1453 (desktop-lazy-idle-delay): New customizable variables.
1454 (desktop-buffer-args-list): New variable.
1455 (desktop-append-buffer-args): New function.
1456 (desktop-save): Call desktop-append-buffer-args for some buffers.
1457 (desktop-lazy-create-buffer): New function.
1458 (desktop-idle-create-buffers): New function.
1459 (desktop-read): Add message about buffers to restore lazily.
1460 (desktop-lazy-abort): New command.
1461 (desktop-clear): Call desktop-lazy-abort.
1462 (desktop-lazy-complete): New command.
1463
1464 2005-01-06 Richard M. Stallman <rms@gnu.org>
1465
1466 * emacs-lisp/find-func.el (find-face-definition):
1467 Rename from find-face.
1468
1469 2005-01-06 Kim F. Storm <storm@cua.dk>
1470
1471 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1472
1473 * man.el (Man-xref-man-page, Man-xref-header-file)
1474 (Man-xref-normal-file): Add follow-link property.
1475
1476 2005-01-06 Jay Belanger <belanger@truman.edu>
1477
1478 * calc/calc-units.el: Make sure the proper macro definitions are
1479 available when compiling.
1480
1481 2005-01-06 Juri Linkov <juri@jurta.org>
1482
1483 * isearch.el (isearch-lazy-highlight-update):
1484 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1485
1486 2005-01-06 Miles Bader <miles@gnu.org>
1487
1488 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1489 (isearch-lazy-highlight-face): Use new name.
1490
1491 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * uniquify.el (uniquify-rationalize-file-buffer-names):
1494 Re-add an interactive spec.
1495 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1496 to the same name.
1497
1498 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1499 (isearch-update, isearch-done): Adjust calls accordingly.
1500
1501 2005-01-05 Richard M. Stallman <rms@gnu.org>
1502
1503 * custom.el (custom-set-variables, custom-theme-set-variables):
1504 Clarify documentation.
1505
1506 * emacs-lisp/find-func.el (find-variable)
1507 (find-variable-other-window, find-variable-other-frame):
1508 Fix the TYPE args to find-function-read and find-function-do-it.
1509 (find-function): Doc fix.
1510 (find-function-at-point): Replace function-at-point alias.
1511
1512 2005-01-04 Richard M. Stallman <rms@gnu.org>
1513
1514 * cus-face.el (custom-declare-face):
1515 Record defface in current-load-list.
1516
1517 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1518
1519 * emacs-lisp/find-func.el: Doc fixes.
1520 (find-face-regexp): New variable.
1521 (find-function-regexp-alist): New variable.
1522 (find-function-C-source): Third arg is now TYPE.
1523 (find-function-search-for-symbol): Handle general TYPE.
1524 (find-function-read, find-function-do-it): Handle general TYPE.
1525 (find-definition-noselect, find-face): New functions.
1526 (function-at-point): Alias deleted.
1527
1528 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * battery.el (display-battery-mode): Rename from display-battery.
1531 Handle the case where it gets turned off.
1532
1533 2005-01-04 Richard M. Stallman <rms@gnu.org>
1534
1535 * cus-edit.el (customize): Make :link point to user doc.
1536
1537 * man.el (Man-fontify-manpage): Turn off undo generation.
1538
1539 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1540
1541 2005-01-04 Andreas Schwab <schwab@suse.de>
1542
1543 * files.el (insert-directory): Only look for error lines in
1544 inserted text. Don't move too far after processing --dired markers.
1545
1546 2005-01-04 Richard M. Stallman <rms@gnu.org>
1547
1548 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1549 Don't expand if the character is @, period, dash, etc.
1550 (define-mail-abbrev): Quote names that contain problem characters.
1551
1552 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1553
1554 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1555
1556 2005-01-03 Richard M. Stallman <rms@gnu.org>
1557
1558 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1559 (query-replace-highlight, query-replace-lazy-highlight)
1560 (query-replace): Definitions moved up. Doc fix.
1561
1562 2005-01-03 Richard M. Stallman <rms@gnu.org>
1563
1564 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1565 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1566 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1567 (lazy-highlight-face): Rename from isearch-lazy-...
1568 Change all references to them.
1569
1570 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
1571
1572 * cus-edit.el (custom-file): Doc fix for defcustom.
1573 (custom-file): The function no longer sets the variable
1574 `custom-file' to its return value.
1575
1576 * startup.el (command-line): No longer load `custom-file'.
1577
1578 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1581
1582 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1583 Don't confuse module-prefixed identifiers for labels.
1584 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1585
1586 2005-01-02 Richard M. Stallman <rms@gnu.org>
1587
1588 * files.el (basic-save-buffer-1): Fix previous change.
1589
1590 * loadhist.el (file-loadhist-lookup): New function.
1591 (file-provides, file-requires): Use it.
1592
1593 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1594 instead of calculating the right size.
1595
1596 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1597
1598 * vc-svn.el (vc-svn-diff): Stay local if possible.
1599
1600 2005-01-02 Stefan <monnier@iro.umontreal.ca>
1601
1602 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1603
1604 * files.el (hack-local-variables): Fix last change.
1605
1606 2005-01-02 Jay Belanger <belanger@truman.edu>
1607
1608 * calc/calc-yank.el (calc-edit-top): New variable.
1609 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1610 object. Change header properties.
1611 (calc-edit-finish, calc-edit-finish-stack-object)
1612 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1613 edited object.
1614 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1615 for the beginning of the edited object.
1616 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1617 for the beginning of the edited object.
1618 * calc/calc-prog.el (calc-edit-macro-finish-edit)
1619 (calc-finish-formula-edit, calc-macro-repeats)
1620 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1621 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1622 beginning of the edited object.
1623 (calc-user-define-edit): Change the header for editing macros.
1624 Remove unnecessary variable.
1625
1626 2005-01-01 Jay Belanger <belanger@truman.edu>
1627
1628 * calc/calc-yank.el (calc-edit-mode): Change default header.
1629 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1630 * calc/calc-store.el (calc-edit-variable): Change title to match new
1631 header.
1632 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1633 mode to match new header.
1634 (calc-user-define-edit): Change titles to include names of commands.
1635 (calc-finish-formula-edit): Adjust to handle new header.
1636 (calc-finish-macro-edit): Remove.
1637 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1638 (calc-edit-macro-command, calc-edit-macro-command-type)
1639 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1640 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1641 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1642 (calc-edit-macro-finish-edit): New functions.
1643 (calc-user-define-edit): Use new functions to edit named calc macros.
1644
1645 2005-01-01 Stefan <monnier@iro.umontreal.ca>
1646
1647 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1648
1649 * ses.el (copy-region-as-kill): Deactivate mark.
1650
1651 2005-01-01 Richard M. Stallman <rms@gnu.org>
1652
1653 * replace.el (occur-1): If the output buffer is also an input,
1654 don't kill it, rename it.
1655
1656 * faces.el (set-face-background, set-face-foreground): Doc fix.
1657
1658 * cus-face.el (custom-face-attributes): Fix :help-echo strings
1659 for :foreground and :background.
1660
1661 * dired.el (dired-view-command-alist): Variable deleted.
1662 (dired-view-file, dired-mouse-find-file-other-window):
1663 Delete the code to use it.
1664
1665 2005-01-01 Kim F. Storm <storm@cua.dk>
1666
1667 * image.el (insert-sliced-image): Use t for line-height property.
1668
1669 2004-12-31 Jay Belanger <belanger@truman.edu>
1670
1671 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
1672 for "var-" at the beginning of the minibuffer.
1673
1674 2004-12-31 Richard M. Stallman <rms@gnu.org>
1675
1676 * faces.el (read-face-name):
1677 Don't treat an attribute spec as a list of faces.
1678
1679 * simple.el (undo): Use undo-equiv-table to detect
1680 unexpected changes since previous undo.
1681 (undo-list-saved): Variable deleted.
1682 (buffer-disable-undo): Don't alter undo-list-saved.
1683
1684 * files.el (require-final-newline): Allow `visit' and `visit-save'.
1685 (mode-require-final-newline): New option.
1686 (after-find-file): Handle require-final-newline with new values.
1687 (basic-save-buffer): Handle new values of require-final-newline.
1688
1689 * progmodes/sh-script.el (sh-require-final-newline):
1690 Alist value now controls whether to use mode-require-final-newline.
1691 (sh-set-shell): Implement that new meaning.
1692
1693 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1694 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1695 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1696 Delete old-Emacs compatibility code.
1697 (antlr-c-common-init): Function deleted.
1698
1699 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1700 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1701 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1702 * progmodes/python.el (python-mode): Use mode-require-final-newline.
1703 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1704 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1705 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1706 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1707 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1708 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1709 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1710 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1711 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1712 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1713 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1714 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1715
1716 2004-12-31 Jay Belanger <belanger@truman.edu>
1717
1718 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1719 way to return to Calc.
1720
1721 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1722 finish, C-xk as the way to cancel the edit. Add cancel routine to
1723 kill-buffer-hook.
1724
1725 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1726 MacEdit code.
1727
1728 * calc/calc-prog.el: Remove obsolete MacEdit code.
1729 (calc-macro-edit-algebraic, calc-macro-edit-variable)
1730 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1731
1732 2004-12-31 Kenichi Handa <handa@m17n.org>
1733
1734 * international/mule.el (buffer-file-coding-system-explicit):
1735 Rename for explicit-buffer-file-coding-system.
1736 (after-insert-file-set-coding): Adjust for the above change.
1737
1738 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1739 to buffer-file-coding-system-explicit.
1740 (basic-save-buffer-1): Likewise.
1741
1742 2004-12-30 Richard M. Stallman <rms@gnu.org>
1743
1744 * textmodes/artist.el (artist-butlast-fn): Var deleted.
1745 (artist-butlast, artist-last): Functions deleted.
1746 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1747 (artist-compute-key-compl-table): Call remq directly.
1748 (artist-remove-nulls): Function deleted.
1749 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1750 (artist-push, artist-pop): Macro deleted.
1751
1752 2004-12-30 Andreas Leue <al@sphenon.de>
1753
1754 * textmodes/artist.el (artist-version): 1.2.6
1755 (artist-prev-next-op-alist): New variable.
1756 (artist-select-next-op-in-list): New function.
1757 (artist-select-prev-op-in-list): New function.
1758 (artist-make-prev-next-op-alist): New function.
1759 (artist-is-in-op-list-p): New function.
1760 (artist-get-first-non-nil-op): New function.
1761 (artist-get-last-non-nil-op): New function.
1762 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1763 artist-prev-next-op-alist.
1764 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1765 change drawing operation.
1766
1767 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
1768
1769 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1770
1771 2004-12-31 Masatake YAMATO <jet@gyve.org>
1772
1773 * server.el (server-process-filter): Suppress `error', too.
1774
1775 2004-12-30 Jay Belanger <belanger@truman.edu>
1776
1777 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1778 Change the way a variable is displayed in a message.
1779
1780 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1781 (calc-user-define-permanent, calc-execute-kbd-macro):
1782 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1783
1784 2004-12-30 Kenichi Handa <handa@m17n.org>
1785
1786 * files.el (basic-save-buffer-1):
1787 Set explicit-buffer-file-coding-system to last-coding-system-used.
1788 (revert-buffer): Pay attention to
1789 explicit-buffer-file-coding-system (not buffer-file-coding-system)
1790 on bind coding-system-for-read.
1791
1792 * international/mule.el (explicit-buffer-file-coding-system):
1793 New buffer local variable.
1794 (after-insert-file-set-coding): Set it to coding-system-for-read.
1795
1796 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
1797
1798 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1799
1800 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
1801
1802 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1803 that include line numbers.
1804
1805 2004-12-29 Milan Zamazal <pdm@zamazal.org>
1806
1807 * files.el (hack-local-variables): If no PREFIX, set it to "^".
1808 Redundant variable PREFIXLEN removed.
1809
1810 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
1811
1812 * eshell/em-hist.el (eshell-previous-matching-input):
1813 Start the deletion from the end of the output.
1814
1815 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1816
1817 * term/mac-win.el: Require x-dnd.
1818 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
1819
1820 2004-12-29 David Kastrup <dak@gnu.org>
1821
1822 * international/mule.el (decode-coding-inserted-region):
1823 Don't barf if `buffer-undo-list' is already set to `t'.
1824
1825 2004-12-29 Jay Belanger <belanger@truman.edu>
1826
1827 * calc/calc-prog.el (calc-user-define-formula): Put default values
1828 for function names in prompts.
1829 (calc-user-define-permanent, calc-user-define-composition)
1830 (calc-user-define-formula): Remove the need for "calcFunc-" in the
1831 default input for algebraic functions.
1832
1833 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
1834
1835 * vc-rcs.el (vc-rcs-annotate-command):
1836 Fix omission bug: Call `vc-setup-buffer'.
1837
1838 2004-12-29 Kenichi Handa <handa@m17n.org>
1839
1840 * international/mule.el (recode-region): New function.
1841
1842 2004-12-28 Richard M. Stallman <rms@gnu.org>
1843
1844 * simple.el (undo-extra-outer-limit): New variable.
1845 (undo-outer-limit-truncate): Test and set it.
1846
1847 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
1848 enables the feature to extend the existing region.
1849
1850 * simple.el (mark-word): New arg ALLOW-EXTEND
1851 enables the feature to extend the existing region.
1852
1853 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
1854 enables the feature to extend the existing region.
1855
1856 * startup.el (site-run-file): Don't allow setting it with Custom.
1857
1858 * simple.el (buffer-disable-undo): Fix previous change.
1859
1860 2004-12-27 Masatake YAMATO <jet@gyve.org>
1861
1862 * hexl.el (hexlify-buffer): Remove fontification here.
1863 Use font lock mechanism instead.
1864 (hexl-font-lock-keywords): New font lock kewords.
1865 (hexl-mode-old-font-lock-keywords): New variable.
1866 (hexl-mode): Store the old font lock keywords.
1867 (hexl-mode-exit): Restore the old font lock keywords.
1868
1869 2004-12-27 Richard M. Stallman <rms@gnu.org>
1870
1871 * simple.el (undo): Fix previous change.
1872
1873 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1874
1875 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
1876 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
1877 Call x-open-connection on Mac OS X.
1878
1879 2004-12-27 Richard M. Stallman <rms@gnu.org>
1880
1881 * files.el (buffer-save-without-query): New var (buffer-local).
1882 (save-some-buffers): Save those buffers first, w/o asking.
1883
1884 * files.el (insert-directory-ls-version): New variable.
1885 (insert-directory): When ls returns an error, test the version
1886 number to decide what the return code means.
1887 With --dired output format, detect and distinguish lines
1888 that are really error messages.
1889 (insert-directory-adj-pos): New function.
1890
1891 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
1892
1893 * battery.el (battery-mode-line-format): Remove initial spaces.
1894
1895 * uniquify.el (uniquify-rationalize-file-buffer-names):
1896 Delete interactive spec.
1897
1898 * type-break.el (type-break-mode): Set buffer-save-without-query.
1899 Remove code that tried to set save-some-buffers-always.
1900 (type-break-file-keystroke-count): Bind deactivate-mark.
1901
1902 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
1903
1904 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
1905 Test that the buffer is live, and maybe reject current buffer too.
1906 Clarify.
1907 (next-error-find-buffer): Rewrite for clarity.
1908
1909 * loadup.el: Don't use buffer-disable-undo; do it directly.
1910
1911 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
1912 (describe-variable): Call symbol-file with `defvar'.
1913
1914 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
1915 (symbol-file): Rewritten to handle new load-history format.
1916 Now takes an arg TYPE to specify looking for a particular
1917 type of definition only.
1918
1919 * emacs-lisp/debug.el (debugger-make-xrefs):
1920 Call symbol-file with `defun'.
1921
1922 * emacs-lisp/find-func.el (find-function-noselect):
1923 Call symbol-file with `defun'.
1924 (find-variable-noselect): Call symbol-file with `defvar'.
1925
1926 * eshell/esh-cmd.el (eshell-find-alias-function):
1927 Call symbol-file with `defun'.
1928
1929 * eshell/esh-test.el (eshell-test-goto-func):
1930 Call symbol-file with `defun'.
1931
1932 * mail/rmail.el (rmail-resend):
1933 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
1934
1935 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
1936
1937 * progmodes/compile.el (compilation-find-buffer): Rename arg.
1938
1939 * textmodes/texinfmt.el (texinfo-format-buffer-1):
1940 Call buffer-disable-undo.
1941
1942 * simple.el (undo-list-saved): New variable (buffer-local).
1943 (undo): Set and test it.
1944 (buffer-disable-undo): Move here from buffer.c.
1945 Clear out undo-list-saved.
1946
1947 * international/mule.el (decode-coding-inserted-region):
1948 Set buffer-undo-list in a correct and optimal way.
1949
1950 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
1951 (cperl-font-lock-unfontify-region-function): No need to save and
1952 restore info, since font-lock.el does it for us.
1953
1954 * ansi-color.el (save-buffer-state): Definition deleted.
1955 (ansi-color-unfontify-region): Don't use save-buffer-state.
1956
1957 2004-12-27 Dave Love <fx@gnu.org>
1958
1959 * wid-edit.el (function): Use restricted-sexp as parent.
1960
1961 2004-12-27 Kevin Ryde <user42@zip.com.au>
1962
1963 * simple.el (next-matching-history-element): Use same
1964 `interactive' form as previous-matching-history-element.
1965
1966 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
1967 it can appear unencoded and has been seen from yahoo.
1968
1969 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
1970
1971 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1972 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
1973
1974 2004-12-27 Kenichi Handa <handa@m17n.org>
1975
1976 * international/utf-8.el (utf-translate-cjk-load-tables):
1977 Bind coding-system-for-read to nil while loading subst-*.
1978
1979 2004-12-26 Jay Belanger <belanger@truman.edu>
1980
1981 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
1982 default input.
1983
1984 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
1985
1986 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
1987 before reverting and disable undo recording while reverting.
1988
1989 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
1990
1991 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
1992 (hs-make-overlay): New function.
1993 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
1994 (hs-flag-region): Delete function.
1995 (hs-hide-comment-region): No longer use `hs-flag-region'.
1996 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
1997 (hs-hide-block-at-point): Likewise.
1998 (hs-hide-level-recursive): Use `hs-discard-overlays'.
1999 (hs-hide-all, hs-show-all): Likewise.
2000 (hs-show-block): Likewise.
2001 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2002
2003 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2004
2005 * progmodes/hideshow.el: Require `cl' when compiling.
2006 Remove XEmacs and Emacs 19 compatibility.
2007 Use `dolist' and `add-to-list' for load-time actions.
2008 (hs-discard-overlays): Use `dolist'.
2009 (hs-show-block): Likewise.
2010
2011 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2012
2013 * faces.el (mode-line, mode-line-inactive): Use min-colors.
2014
2015 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
2016
2017 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2018 When extending backwards, move outside the current comment first.
2019
2020 2004-12-22 Kenichi Handa <handa@m17n.org>
2021
2022 * international/quail.el (quail-start-translation): Fix prompt
2023 string for the case if input-method-use-echo-area being non-nil.
2024 (quail-start-conversion): Likewise.
2025 (quail-show-guidance): Don't show guidance if
2026 input-method-use-echo-area is non-nil.
2027
2028 2004-12-21 Richard M. Stallman <rms@gnu.org>
2029
2030 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2031
2032 2004-12-21 Markus Rost <rost@ias.edu>
2033
2034 * calendar/diary-lib.el (mark-diary-entries):
2035 Set mark-diary-entries-in-calendar only after checking for diary-file.
2036
2037 2004-12-21 Richard M. Stallman <rms@gnu.org>
2038
2039 * faces.el (escape-glyph): Use blue against light foreground.
2040
2041 * simple.el (undo-outer-limit-truncate): New function.
2042 (undo-outer-limit-function): Use undo-outer-limit-truncate.
2043
2044 2004-12-21 Eli Barzilay <eli@barzilay.org>
2045
2046 * calculator.el: (calculator-radix-grouping-mode)
2047 (calculator-radix-grouping-digits)
2048 (calculator-radix-grouping-separator):
2049 New defcustoms for the new radix grouping mode functionality.
2050 (calculator-mode-hook): Now used in electric mode too,
2051 (calculator): Call it.
2052 (calculator-mode-map): Some new keys.
2053 (calculator-message): New function. Some new calls.
2054 (calculator-op, calculator-set-register): Use it.
2055 (calculator-string-to-number): New function, mostly moved and
2056 updated code from calculator-curnum-value.
2057 (calculator-curnum-value): Use it.
2058 (calculator-paste): Use it, and update grabbing the current-kill.
2059 (calculator-rotate-displayer)
2060 (calculator-rotate-displayer-back): Toggle digit grouping when
2061 in radix mode, use calculator-message.
2062 (calculator-displayer-prev, calculator-displayer-next):
2063 Change digit group size when in radix mode.
2064 (calculator-number-to-string): Rename from
2065 calculator-num-to-string. Now deals with digit grouping in
2066 radix mode.
2067 (calculator-update-display, calculator-put-value): Use the new name.
2068 (calculator-fact): Return a floating point number.
2069 (calculator-mode): Doc fix.
2070
2071 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2072
2073 * calendar/calendar.el (view-other-diary-entries): Add autoload.
2074 * calendar/diary-lib.el (view-other-diary-entries):
2075 Use current-prefix-arg in interactive spec.
2076
2077 2004-12-19 Jay Belanger <belanger@truman.edu>
2078
2079 * calc/calc-aent.el (calcAlg-blank-matching-open):
2080 Temporarily adjust the syntax of both delimiters of half-open intervals.
2081
2082 2004-12-19 Kim F. Storm <storm@cua.dk>
2083
2084 * mouse.el (mouse-1-click-follows-link): Doc fix.
2085
2086 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2087
2088 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2089 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2090 instead of centraleuropean as the name
2091
2092 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
2093
2094 Sync with Tramp 2.0.46.
2095
2096 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2097 parameters wrt Tramp convention.
2098 (tramp-handle-file-attributes-with-perl)
2099 (tramp-handle-directory-files-and-attributes): Apply it.
2100 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2101 `copy-program'. Reported by Zack Weinberg
2102 <zack@codesourcery.com>.
2103 (top): Set `edebug-form-spec' property directly rather than
2104 calling `def-edebug-spec'.
2105
2106 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2107 advice less fragile. Surround temporary redefinition of
2108 `substitute-in-file-name' with `unwind-protect'. Suggested by
2109 Matt Hodges <MPHodges@member.fsf.org>.
2110
2111 2004-12-17 Juri Linkov <juri@jurta.org>
2112
2113 * replace.el (occur-accumulate-lines, occur-engine):
2114 Make forcing deferred font-lock fontification jit-specific.
2115
2116 2004-12-17 Kim F. Storm <storm@cua.dk>
2117
2118 * mouse.el (mouse-1-click-follows-link): New defcustom.
2119 (mouse-on-link-p): New function.
2120 (mouse-drag-region-1): Implement mouse-1-click-follows-link
2121 functionality. Map a mouse-1 click event into a mouse-2 (or
2122 other) event when position is inside a link.
2123
2124 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2125 prefix in tooltip text with "mouse-1" when this is a link
2126 recognized by mouse-1-click-follows-link functionality.
2127
2128 * help.el (describe-key): Report effective and original binding
2129 for mouse-1 when clicked on a link.
2130 (describe-mode): Add follow-link property to "minor-mode" button.
2131
2132 * help-fns.el (describe-variable): Add follow-link property to
2133 "below" button.
2134
2135 * help-mode.el (help-xref): Add follow-link property.
2136
2137 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2138 (apropos-command, apropos-variable, apropos-face, apropos-group)
2139 (apropos-widget, apropos-plist): Add follow-link property.
2140
2141 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2142 checks if position is in a filename, rather than some other
2143 clickable item. Function looks for cvs-filename-face at position.
2144
2145 * wid-edit.el (widget-specify-field, widget-specify-button):
2146 Map a :follow-link keyword into a follow-link property.
2147 (link): Add :follow-link keyword, map to RET binding.
2148
2149 * dired.el (dired-mode-map): Map follow-link to mouse-face.
2150
2151 * progmodes/compile.el (compilation-minor-mode-map)
2152 (compilation-button-map, compilation-mode-map): Likewise.
2153
2154 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
2155
2156 * play/zone.el (zone): Init `line-spacing' from orig buffer.
2157 (zone-replace-char): Take `count' and `del-count'
2158 instead of `direction'. Update callers. When `del-count' is
2159 non-nil, delete that many characters, otherwise `count' characters
2160 backwards. Insert the newly-replaced string `count' times.
2161 (zone-fret): Handle chars w/ width greater than one.
2162 (zone-fall-through-ws): No longer take window width `ww'.
2163 Update callers. Add handling for `char-width' greater than one.
2164 (zone-pgm-drip): Update var holding window-end position every cycle.
2165
2166 2004-12-17 Andre Spiegel <spiegel@gnu.org>
2167
2168 * vc.el (vc-default-update-changelog): Use insert-file-contents,
2169 rather than insert-file.
2170
2171 2004-12-16 Jay Belanger <belanger@truman.edu>
2172
2173 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2174 (math-init-random-base, math-random-digit): Check to see if
2175 var-RandSeed is bound.
2176 (math-random-last): Declare it.
2177 (math-random-digit): Don't make math-random-last local.
2178
2179 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
2180
2181 * play/zone.el (zone): Fix omission bug: Use a self-disabling
2182 one-shot thunk for uniform (error, quit, normal) recovery.
2183 Reported by John Paul Wallington.
2184 (zone-pgm-random-life): Fix bug:
2185 Recognize empty initial field by lack of "@" chars.
2186
2187 2004-12-16 Juri Linkov <juri@jurta.org>
2188
2189 * help.el (function-called-at-point):
2190 * help-fns.el (variable-at-point): As a last resort try stripping
2191 non-word prefixes and suffixes.
2192
2193 * descr-text.el (describe-property-list): Don't treat syntax-table
2194 specially. Use describe-text-sexp which inserts [show] button
2195 for large objects and handles printing errors. Sort properties
2196 by names in alphabetical order instead of by value sizes.
2197 Add `mouse-face' to list of properties for `describe-face' widget.
2198 (describe-char): Mask out face-id from 19 bits of character.
2199 Print face-id separately.
2200
2201 * replace.el (occur-accumulate-lines, occur-engine):
2202 Fontify unfontified matching lines in the source buffer
2203 before copying them.
2204 (occur-engine): Don't put mouse-face on context lines.
2205 (occur-next-error): Set point to line beginning/end
2206 before searching for prev/next property to skip multiple
2207 matches on a line (not supported by occur engine).
2208 Remove redundant prefix-numeric-value.
2209
2210 2004-12-15 Juri Linkov <juri@jurta.org>
2211
2212 * replace.el (match): New face.
2213 (list-matching-lines-face): Change default from `bold' to `match'.
2214
2215 * progmodes/grep.el (grep-match-face): New defvar.
2216 (grep-mode-font-lock-keywords): Use grep-match-face instead of
2217 compilation-column-face to highlight grep matches.
2218
2219 * apropos.el (apropos-match-face): Change default from
2220 `secondary-selection' to `match'.
2221
2222 * info-look.el (info-lookup-highlight-face): Change default from
2223 `highlight' to `match'.
2224
2225 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
2226
2227 * progmodes/executable.el (executable-interpret): Eliminate
2228 obsolete compile-internal, and switch to comint for interaction.
2229
2230 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
2231
2232 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2233 `&&' when skipping multiple statements on a line.
2234
2235 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
2236
2237 * play/zone.el (zone): Set `truncate-lines'.
2238 Also, init `tab-width' with value from original buffer.
2239 (zone-shift-up): Rewrite for speed.
2240 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2241 (zone-pgm-jitter): Remove redundant entries from ops vector.
2242 (zone-exploding-remove): Reduce iteration count.
2243 (zone-cpos): Convert to defsubst.
2244 (zone-replace-char): New defsubst.
2245 (zone-park/sit-for): Likewise.
2246 (zone-fret): Take window-start arg.
2247 Update callers. Use `zone-park/sit-for'.
2248 (zone-fill-out-screen): Rewrite.
2249 (zone-fall-through-ws): Likewise. Update callers.
2250 (zone-pgm-drip): Use `zone-replace-char'.
2251 Move var inits before while-loop. Use `zone-park/sit-for'.
2252 (zone-pgm-random-life): Handle empty initial field.
2253 Use `zone-replace-char' and `zone-park/sit-for'.
2254
2255 2004-12-15 Juri Linkov <juri@jurta.org>
2256
2257 * isearch.el (isearch-update): Test isearch-lazy-highlight
2258 before calling isearch-lazy-highlight-new-loop.
2259 (isearch-lazy-highlight-new-loop):
2260 Don't test isearch-lazy-highlight.
2261
2262 * replace.el (perform-replace): Add isearch-case-fold-search.
2263 Use delimited-flag for isearch-regexp.
2264 Reset isearch-lazy-highlight-last-string to force lazy
2265 highlighting when called from isearch mode.
2266 (query-replace-highlight): Revert defcustom type to boolean.
2267 (query-replace-lazy-highlight): New defcustom.
2268 (query-replace): New face.
2269 (perform-replace, replace-highlight, replace-dehighlight):
2270 Test query-replace-lazy-highlight instead of special value
2271 `isearch' of query-replace-highlight.
2272 (replace-dehighlight): Don't call isearch-dehighlight.
2273 (replace-highlight): Don't call isearch-highlight.
2274 Use face `query-replace' unconditionally.
2275
2276 2004-12-14 Kim F. Storm <storm@cua.dk>
2277
2278 * simple.el (inhibit-mark-movement): Remove defvar.
2279 (beginning-of-buffer, end-of-buffer): Don't use it.
2280
2281 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2282 Don't use inhibit-mark-movement.
2283
2284 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2285 (cua--undo-push-mark): Remove.
2286 (cua--pre-command-handler, cua--post-command-handler):
2287 Don't fiddle with inhibit-mark-movement.
2288
2289 2004-12-14 Juri Linkov <juri@jurta.org>
2290
2291 * buff-menu.el (list-buffers-noselect): Collect internal info
2292 for every buffer in BUFFER-LIST arg too.
2293 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2294 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2295 Bind same-window-buffer-names and same-window-regexps to nil.
2296
2297 2004-12-13 Juri Linkov <juri@jurta.org>
2298
2299 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2300
2301 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2302 (sc-cite-region, sc-uncite-region, sc-recite-region):
2303 Fix previous change to handle not alist as a symbol, but
2304 a citation frame as a symbol that represents a variable name.
2305
2306 2004-12-13 Richard M. Stallman <rms@gnu.org>
2307
2308 * filecache.el (file-cache-add-directory-using-find):
2309 Only set up file-cache-find-command-posix-flag if we will use it.
2310
2311 * bindings.el (mode-line-buffer-identification-keymap):
2312 Don't cancel the mode-line's usual down-mouse-1 binding.
2313
2314 * cus-edit.el (custom-face-selected): Handle `default' specs.
2315 (custom-face-edit): Increase extra-offset.
2316 (custom-display): Handle `default' specs.
2317
2318 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2319
2320 * emacs-lisp/elint.el (elint-standard-variables)
2321 (elint-unknown-builtin-args): Move definitions up.
2322
2323 * net/browse-url.el (browse-url-url-at-point): Add autoload.
2324
2325 * info.el (info-xref-visited): Use `default' instead of t.
2326 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2327
2328 * faces.el (header-line, mode-line-inactive, tool-bar):
2329 Use `default' instead of t for setting the defaults.
2330 (face-spec-choose): Separate `t' from `default'.
2331
2332 * subr.el (while-no-input): New macro.
2333
2334 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
2335
2336 * filecache.el (file-cache-add-directory-using-find):
2337 Only test file-cache-find-command-posix-flag on some systems.
2338
2339 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2342 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2343 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2344 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2345 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2346
2347 2004-12-12 Juri Linkov <juri@jurta.org>
2348
2349 * files.el (find-file-other-window, find-file-other-frame):
2350 Add the first buffer to the returned value to return the complete
2351 list of all visited buffers.
2352 (find-file-read-only, find-file-read-only-other-window)
2353 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2354 `find-file-read-args'. Signal an error about non-existent file
2355 only if file name doesn't contain wildcards. Toggle read-only in
2356 all visited buffers.
2357 (find-alternate-file, find-alternate-file-other-window):
2358 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
2359 called interactively. Pass arg `wildcards' to other functions.
2360 (find-file-noselect): Doc fix.
2361
2362 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2363 Doc fix.
2364 (ffap-directory-finder): New variable.
2365 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2366 (ffap-file-at-point): Add /* to immediately rejected names.
2367 Return absolute file names matching ffap-dired-wildcards.
2368 (ffap-read-file-or-url): Set default value for `completing-read'
2369 to `buffer-file-name'.
2370 (find-file-at-point): When filename matches ffap-dired-wildcards,
2371 call ffap-file-finder with t arg `wildcards', instead of dired.
2372 (ffap-other-window, ffap-other-frame): Return visited buffers.
2373 (ffap-read-only, ffap-read-only-other-window)
2374 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2375 (dired-at-point): Call ffap-directory-finder instead of dired.
2376 (ffap-dired-other-window, ffap-dired-other-frame)
2377 (ffap-list-directory): New commands.
2378 (ffap-bindings): New keybindings for new commands.
2379
2380 2004-12-12 Juri Linkov <juri@jurta.org>
2381
2382 * simple.el (beginning-of-buffer, end-of-buffer):
2383 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2384 Do not push mark when mark is active in transient-mark-mode.
2385
2386 * simple.el (mark-word):
2387 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2388 * textmodes/paragraphs.el (mark-paragraph):
2389 Extend the region when mark is active in transient-mark-mode,
2390 regardless of the last command. Doc fix.
2391
2392 * simple.el (mark-word): Preserve direction when repeating.
2393 Make arg optional. Interactive "p" -> "P".
2394 (transient-mark-mode, inhibit-mark-movement): Doc fix.
2395
2396 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2397 preserving direction, to mark forward instead of backward when mark
2398 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2399
2400 2004-12-12 Juri Linkov <juri@jurta.org>
2401
2402 * isearch.el (isearch-edit-string): Set 7th arg of
2403 `read-from-minibuffer' to `t' to inherit the current input
2404 method (whose name is indicated by [IM] in the minibuffer prompt)
2405 from the current buffer to the minibuffer.
2406 (isearch-lazy-highlight-update): Put body to `with-local-quit'
2407 to allow C-g quitting for lazy highlighting looping inside the
2408 search with nested repetition operators. Add overlay to the list
2409 before setting its face and other properties to avoid the case of
2410 code quitting after placing the new overlay but before it's
2411 recorded on the list. Select the window where isearch was
2412 activated, to highlight matches in the right window when isearch
2413 switches the current window to the minibuffer.
2414
2415 * international/isearch-x.el
2416 (isearch-process-search-multibyte-characters):
2417 Use `isearch-message' as initial input for `read-string' instead
2418 of adding it to the minibuffer prompt. After reading a string
2419 remove the initial value of `isearch-message' from the string.
2420
2421 * replace.el (replace-match-maybe-edit): Doc fix.
2422 (perform-replace): Don't call `replace-highlight' when automatic
2423 replacement is requested in literal mode, since it is intended
2424 only to highlight words during entering a new replacement string
2425 for \? in non-literal mode.
2426
2427 * replace.el (query-replace-highlight): Add new value `isearch'
2428 that allows query replacement to use isearch highlighting.
2429 Change type from `boolean' to `choice'. Doc fix.
2430 (replace-highlight, replace-dehighlight, perform-replace):
2431 Use isearch highlighting if query-replace-highlight eq `isearch'.
2432
2433 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2436 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2437
2438 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2439 case of \end{verbatim}.
2440
2441 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2442
2443 * term.el (term-termcap-format): Synchronyze with terminfo.
2444 (term-emulate-terminal): Handle reset.
2445 (term-reset-terminal): New function.
2446
2447 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
2448
2449 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2450 (zone-fill-out-screen): New func.
2451 (zone-pgm-drip): Use `zone-fill-out-screen'.
2452 Also, no longer go to point-min on every cycle.
2453 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2454 (zone-pgm-random-life-wait): New user var.
2455 (zone-pgm-random-life): New func.
2456
2457 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
2458
2459 * files.el (auto-mode-alist): Map .com to DCL mode.
2460
2461 2004-12-09 Richard M. Stallman <rms@gnu.org>
2462
2463 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2464
2465 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
2466
2467 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2468 buffer with a display margin.
2469
2470 2004-12-08 Jay Belanger <belanger@truman.edu>
2471
2472 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2473 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2474
2475 2004-12-08 Richard M. Stallman <rms@gnu.org>
2476
2477 * faces.el: Delete code to set display table.
2478 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
2479
2480 2004-12-08 Jay Belanger <belanger@truman.edu>
2481
2482 * calc/calc.el: Add math-read-preprocess-string to autoloads.
2483
2484 * calc/calc-ext.el (math-read-replacement-list)
2485 (math-read-superscripts, math-read-preprocess-string): Move to
2486 calc-aent.el.
2487
2488 * calc/calc-aent.el (math-read-replacement-list)
2489 (math-read-superscripts, math-read-preprocess-string): Move from
2490 calc-ext.el.
2491
2492 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * isearch.el (isearch-quote-char): Fix up typo in last change.
2495
2496 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
2497
2498 * mouse.el (mouse-set-font): Handle the case where the command was
2499 not invoked using the mouse.
2500
2501 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2502 (edmacro-finish-edit): Further update for keyboard macros that are
2503 lambda forms.
2504 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2505
2506 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 * font-lock.el (font-lock-unfontify-region): Save buffer state.
2509 (font-lock-default-unfontify-region): Don't save buffer state any more.
2510
2511 2004-12-07 Jay Belanger <belanger@truman.edu>
2512
2513 * calc/calc-help.el (calc-describe-key):
2514 Set calc-summary-indentation even when Calc Summary buffer exists.
2515
2516 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
2517
2518 * calendar/holidays.el (holiday-easter-etc): Make arguments
2519 optional for backwards compatibility. Doc fix.
2520 Remove un-necessary local vars mandatory, output-list.
2521 (holiday-advent): Make arguments optional for backwards
2522 compatibility. Doc fix.
2523
2524 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * paren.el (show-paren-function): Fix last change (2004-12-02).
2527
2528 * international/mule-util.el (char-displayable-p): Return nil for
2529 unibyte mode.
2530
2531 * subr.el (subregexp-context-p): New function.
2532
2533 * isearch.el (isearch-quote-char): Use it.
2534
2535 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2536 (regexp-opt-not-groupie*-re): Remove.
2537 (regexp-opt): Properly handle inputs with duplicate entries.
2538
2539 2004-12-06 Richard M. Stallman <rms@gnu.org>
2540
2541 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2542
2543 * cus-edit.el (custom-file): Doc fix.
2544
2545 * textmodes/org.el: New file.
2546
2547 2004-12-06 Kenichi Handa <handa@m17n.org>
2548
2549 * ldefs-boot.el: Update international/mule-util.el section.
2550
2551 2004-12-05 Sam Steingold <sds@gnu.org>
2552
2553 * net/tramp.el (tramp-handle-file-accessible-directory-p):
2554 Fix `tramp-time-diff' comparison logic.
2555
2556 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
2557
2558 * progmodes/which-func.el (which-function):
2559 Use `run-hook-with-args-until-success' instead of a custom loop.
2560 Fixes bug with local hooks.
2561
2562 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2563
2564 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2565 Use delete-dups when calculating the initial value.
2566 (bibtex-autokey-get-title): Use <=.
2567 (bibtex-goto-line): New function.
2568 (bibtex-reposition-window): Use line numbers instead of point
2569 positions. Use window-body-height.
2570 (bibtex-find-crossref): Use bibtex-reposition-window.
2571 (bibtex-find-entry): Use bibtex-reposition-window. Always return
2572 position of entry if key is found or nil if not found.
2573
2574 2004-12-05 Richard M. Stallman <rms@gnu.org>
2575
2576 * cus-edit.el (custom-file): Doc fix.
2577
2578 * progmodes/sh-script.el (sh-indent-for-then): Change default.
2579
2580 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * simple.el (blink-matching-open):
2583 * textmodes/tex-mode.el (tex-validate-region):
2584 Obey syntax-table text properties.
2585
2586 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
2587
2588 * wid-edit.el (widget-specify-field): Add `real-field' property to
2589 boundary.
2590 (widget-field-at): Use it.
2591
2592 2004-12-02 Richard M. Stallman <rms@gnu.org>
2593
2594 * progmodes/cc-mode.el (awk-mode autoload):
2595 Supply t meaning interactive function.
2596
2597 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
2598 (isearch-mode-map): No special definition for space.
2599 (isearch-whitespace-chars): Command deleted.
2600 (isearch-forward-regexp): Doc fix.
2601 (isearch-quote-char): When a space is not inside brackets,
2602 use `[ ]' instead of just space.
2603 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2604
2605 * imenu.el (imenu--generic-function): Delete code to exclude
2606 matches in comments.
2607
2608 * man.el (Man-reverse-face): Change default to `highlight'.
2609
2610 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2611 (occur-engine): Use `face' prop rather than `font-lock-face'
2612 when specifying use of `match-face'.
2613 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2614
2615 * emacs-lisp/elint.el (elint-standard-variables): Update list.
2616
2617 * add-log.el (add-log-current-defun): Handle the case where point
2618 is in the header part of a DEFUN construct.
2619
2620 2004-12-02 Dave Love <fx@gnu.org>
2621
2622 * progmodes/python.el (python-font-lock-syntactic-keywords):
2623 Fix previous change.
2624
2625 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
2626
2627 * paren.el (show-paren-function): Check for matching chars
2628 specified by text props.
2629
2630 2004-12-02 Jay Belanger <belanger@truman.edu>
2631
2632 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2633 when reading a new key sequence.
2634
2635 2004-12-02 Kim F. Storm <storm@cua.dk>
2636
2637 * faces.el (escape-glyph): Rename from glyph.
2638 (standard-display-table): Set it here. Add escape-glyph face to
2639 extra slot characters.
2640
2641 * disp-table.el: Undo 2004-12-01 change. Display table is now
2642 setup in faces.el.
2643
2644 2004-12-02 Mark A. Hershberger <mah@everybody.org>
2645
2646 * xml.el (xml-parse-dtd): Don't show validity messages when
2647 xml-validating-parser is nil.
2648 (xml-substitute-special): Fix validity error messages to
2649 actually show the unexpandable entity. Added validity error if &
2650 isn't followed by an entity.
2651 (xml-parse-tag): Concatenate any string following the a
2652 <![CDATA[]]> section to the parsed CDATA.
2653 (xml-parse-dtd): Skip parameter entity declarations and use of
2654 parameter entities.
2655
2656 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
2657
2658 * kmacro.el (kmacro-default-counter-format): New var.
2659 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
2660 (kmacro-display): Remove `nil' from `and' form. Delete call to
2661 `format' inside `message'.
2662 (kmacro-start-macro): Use `kmacro-default-counter-format'.
2663
2664 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * pcvs.el (cvs-header-msg): New function.
2667 (cvs-update-header): Use it. Change calling convention.
2668 Correctly handle the case of having simultaneous active processes.
2669 (cvs-sentinel): Don't call cvs-update-header any more.
2670 (cvs-mode-run): Update call and add cvs-update-header to postproc.
2671
2672 2004-12-01 Jay Belanger <belanger@truman.edu>
2673
2674 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2675 Change message.
2676
2677 2004-12-01 Juri Linkov <juri@jurta.org>
2678
2679 * progmodes/prolog.el (prolog-mode-variables):
2680 Fix imenu-generic-expression.
2681
2682 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
2683
2684 * faces.el (glyph): New face.
2685
2686 * disp-table.el: Add an autoloaded table, that doesn't require
2687 this library, with glyph face.
2688
2689 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2690 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2691 (conf-quote-normal): Allow normalizing only ' or ".
2692 (conf-mode): Regexp-quote constructed comment-start and don't
2693 match section {} where "name" contains braces.
2694
2695 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2696 files.
2697
2698 2004-12-01 Kenichi Handa <handa@m17n.org>
2699
2700 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2701 (x-select-text): Don't treat eight-bit-control/graphic chars
2702 specially. Store the encoded text in the X cut buffer.
2703 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2704 with x-last-selected-text-cut-encoded.
2705
2706 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2709
2710 2004-11-30 Markus Rost <rost@ias.edu>
2711
2712 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2713 AUCTeX.
2714
2715 2004-11-30 Jay Belanger <belanger@truman.edu>
2716
2717 * calc/calc-arith.el (math-possible-signs): Made stronger checks
2718 on signs of intervals.
2719 (math-pow-of-zero): Strengthen checks for positive and negative
2720 exponents.
2721
2722 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2723 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2724 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2725 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2726 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2727 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2728 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2729 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2730 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2731 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2732 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2733 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2734 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2735 with provide statements.
2736
2737 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2738
2739 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2740
2741 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2742 (calc-load-everything, math-defsimplify): Replace dummy autoloading
2743 functions by require statements.
2744 (math-defsimplify): Move to calc-alg.el, add to autoloads.
2745
2746 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2747 (calc-gnuplot-print): Give them values.
2748
2749 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2750 autoloads.
2751 Add calc-do-embedded-activate to autoloads.
2752 (calc-gnuplot-name, calc-gnuplot-plot-command)
2753 (calc-gnuplot-print-command): Move them to calc-graph.el.
2754
2755 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2756
2757 * term/mac-win.el (ccl-encode-mac-roman-font)
2758 (ccl-encode-mac-cyrillic-font)
2759 (ccl-encode-mac-centraleuropean-font, encoder-list)
2760 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2761 Support Cyrillic, CentralEuropean, and Dingbat font display
2762
2763 2004-11-30 Andre Spiegel <spiegel@gnu.org>
2764
2765 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2766
2767 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2768 still nil.
2769
2770 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
2771
2772 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2773 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2774
2775 2004-11-29 Jay Belanger <belanger@truman.edu>
2776
2777 * calc/calc-arith.el (math-pow-of-zero): Take into account different
2778 cases of the base and exponent.
2779
2780 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
2781
2782 * simple.el (next-error-buffer-p): Allow for inclusive and
2783 exclusive tests for finding a buffer.
2784 (next-error-find-buffer): Pass the exclusive and inclusive tests
2785 to next-error-buffer-p.
2786
2787 * replace.el (occur-next-error): Switch to the Occur buffer when
2788 appropriate, use the exclusive filter to next-error-find-buffer to
2789 do it. Use the absolute value of the motion amount.
2790
2791 2004-11-29 Kenichi Handa <handa@m17n.org>
2792
2793 * startup.el (command-line): Decode all default-directory by
2794 locale-coding-system.
2795
2796 2004-11-29 Jay Belanger <belanger@truman.edu>
2797
2798 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2799 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2800 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2801 Replace calls to calc-extensions by appropriate require, replace
2802 calc-extensions-loaded by appropriate featurep.
2803
2804 * calc/calc-ext.el: Move require to end of file.
2805 Remove redundant loading of calc.el.
2806 (calc-extensions-loaded): Remove unnecessary variable.
2807 (calc-extensions): Remove unnecessary function.
2808 (calc-load-everything): Replace calc-need-macros by appropriate require.
2809
2810 * calc/calc-macs.el: Move provide to end of file.
2811 (calc-need-macros): Remove unnecessary function.
2812
2813 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
2814 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
2815 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
2816 Replace calc-extensions by appropriate require.
2817 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
2818
2819 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
2820 Replace calc-need-macros by appropriate require.
2821
2822 * calc/calc.el: Move require to end of file.
2823 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
2824 Remove unnecessary variable.
2825 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
2826 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
2827 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
2828 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
2829 (math-stack-value-offset, math-format-value, math-format-flat-expr)
2830 (math-format-number, math-format-bignum, math-read-number)
2831 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
2832 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
2833 by appropriate require.
2834 (calc-check-defines): Replace calc-need-macros by appropriate require.
2835
2836 2004-11-29 Kim F. Storm <storm@cua.dk>
2837
2838 * macros.el (insert-kbd-macro): Handle kmacro functions.
2839
2840 2004-11-28 Juri Linkov <juri@jurta.org>
2841
2842 * compare-w.el (compare-windows-highlight): Attach each overlay
2843 to its window to properly highlight differences while comparing
2844 two windows of the same buffer. Fix arguments.
2845 (compare-windows-sync-default-function): Fix arguments of
2846 `compare-windows-highlight'.
2847
2848 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
2849 Use `read-expression-history'. Set initial contents only if
2850 `edebug-global-break-condition' is non-nil. Set histpos to 1
2851 if initial contents is equal to the last history element.
2852 (edebug-set-conditional-breakpoint): Instead of temporarily
2853 prepending the current condition to the history, set initial
2854 contents to the current condition. Set histpos to 1 if initial
2855 contents is equal to the last history element.
2856
2857 * info.el (Info-search-whitespace-regexp): Remove shy group.
2858 (Info-search): Forward line if search is on the header line.
2859 Use search-whitespace-regexp in two other places.
2860
2861 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
2862
2863 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
2864 warning. Delay real definition, which uses
2865 `set-fringe-indicators-1' till after the definition of that function.
2866
2867 2004-11-28 Kim F. Storm <storm@cua.dk>
2868
2869 * fringe.el (fringe): New defgroup.
2870 (fringe-mode): Move to fringe group.
2871 (fringe-indicators): New defcustom.
2872 (set-fringe-indicators-1): New defun.
2873
2874 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
2875 (menu-bar-showhide-fringe-ind-menu): New keymap.
2876 (menu-bar-showhide-fringe-ind-empty)
2877 (menu-bar-showhide-fringe-ind-mixed)
2878 (menu-bar-showhide-fringe-ind-box)
2879 (menu-bar-showhide-fringe-ind-right)
2880 (menu-bar-showhide-fringe-ind-left)
2881 (menu-bar-showhide-fringe-ind-none): New defuns.
2882 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
2883
2884 2004-11-27 Richard M. Stallman <rms@gnu.org>
2885
2886 * comint.el (comint-read-noecho): Add trivial compatibility definition.
2887
2888 * generic.el (define-generic-mode): Doc fix.
2889
2890 * menu-bar.el (menu-bar-options-save): For the options
2891 that are toggled with menu-bar-make-mm-toggle, don't check
2892 for customized-value prop.
2893
2894 2004-11-27 Eli Zaretskii <eliz@gnu.org>
2895
2896 * mail/supercite.el (sc-cite-region): Handle the case where
2897 sc-cite-frame-alist is a symbol.
2898 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
2899 a symbol.
2900 (sc-recite-region): Handle the case where sc-recite-frame-alist is
2901 a symbol.
2902
2903 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
2904
2905 * wid-edit.el (widget-narrow-to-field): New function.
2906 (widget-complete): Use it.
2907
2908 2004-11-27 Jay Belanger <belanger@truman.edu>
2909
2910 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
2911 variable.
2912 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
2913 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
2914 (math-alg-inequalities): Move declaration to earlier in the file.
2915
2916 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
2917 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
2918 Declare them.
2919
2920 * calc/calc-lang.el (math-expr-data, math-expr-token)
2921 (math-exp-old-pos): Declare them.
2922
2923 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
2924 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
2925
2926 2004-11-27 Kim F. Storm <storm@cua.dk>
2927
2928 * progmodes/flymake.el: Use (featurep 'xemacs).
2929 (flymake-makehash): Change to defsubst. Use fboundp.
2930 (flymake-time-to-float): Remove.
2931 (flymake-float-time): Merge code from flymake-time-to-float here.
2932 (flymake-replace-regexp-in-string): Change to defsubst.
2933 (flymake-split-string-remove-empty-edges):
2934 Rename to flymake-split-string.
2935 (flymake-split-string): Remove previous defalias.
2936 (flymake-get-temp-dir): Change to defsubst.
2937 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
2938 Define for xemacs only.
2939 (flymake-master-file-count-limit): Change into compiler defvar only.
2940 (flymake-find-possible-master-files): Let-bind it dynamically while
2941 sorting files using flymake-master-file-compare.
2942
2943 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
2946 of defun-prompt-regexp matches inside a comment/string but the
2947 beginning is correctly outside everything.
2948
2949 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
2950 appears within a string or a comment.
2951
2952 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
2953 rather than make-symbol for symbols which are used in
2954 a symbol-macrolet or equivalent.
2955
2956 2004-11-26 Jay Belanger <belanger@truman.edu>
2957
2958 * calc-misc.el (calc-last-why-command): Declare it.
2959
2960 * calc-vec.el (math-grade-vec): New variable.
2961 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
2962 Replace variable grade-vec by declared variable.
2963 (math-rb-close): New variable.
2964 (math-read-brackets, math-read-vector): Replace variable close by
2965 declared variable.
2966
2967 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
2968 (calc-one-window, calc-edit-handler, calc-restore-trail)
2969 (calc-allow-ret): Declare them.
2970
2971 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
2972 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
2973 (math-radix-float-cache-tag, math-random-cache)
2974 (math-max-digits-cache, math-integral-cache, math-units-table)
2975 (math-format-date-cache, math-holidays-cache-tag): Declare them.
2976 (math-moc-func): New variable.
2977 (math-map-over-constants, math-map-over-constants-rec):
2978 Replace variable func by declared variable.
2979
2980 * calc/calc-store.el (calc-given-value, calc-store-opers):
2981 Declare them.
2982 (calc-var-name-map): Move declaration to earlier in the file.
2983 (calc-pv-pos): New variable.
2984 (calc-permanent-variable, calc-insert-permanent-variable):
2985 Replace variable pos by declared variable.
2986
2987 * calc/calc-mtx.el (calc-det-lu): New variable.
2988 (math-det-raw, math-det-step): Replace variable lu by declared variable.
2989
2990 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
2991 (math-multi-subst, math-multi-subst-rec): Replace variables temp
2992 and arg by declared variables.
2993 (calcFunc-reducer): Fix incorrect variable.
2994 (math-inner-mul-func, math-inner-add-func): New variables.
2995 (calcFunc-inner, math-inner-mats): Replace variables mul-func
2996 and add-func by declared variables.
2997
2998 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
2999 (calc-digit-value): Declare them.
3000
3001 * calc/calc-help.el (Info-history): Declare it.
3002 (calc-describe-key): Make calc-summary-indentation a local variable.
3003 (calc-help-long-names): Move declaration to earlier in file.
3004
3005 * calc/calc-embed.el (calc-original-buffer): Declare it.
3006 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3007 (calc-embed-bot): New variables.
3008 (calc-do-embedded, calc-embedded-mark-formula)
3009 (calc-embedded-find-bounds, calc-embedded-duplicate)
3010 (calc-embedded-new-formula, calc-embedded-make-info):
3011 Replace vars outer-top, outer-bot, bot and top by declared variables.
3012 (calc-embed-prev-modes): New variable.
3013 (calc-embedded-set-modes, calc-embedded-update): Replace variable
3014 prev-modes with declared variable.
3015 (calc-embed-vars-used): New variable.
3016 (calc-embedded-make-info, calc-embedded-evaluate-expr)
3017 (calc-embedded-update, calc-embedded-find-vars): Replace variable
3018 vars-used by declared variable.
3019
3020 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3021 (math-format-radix-float): Remove unnecessary setq.
3022 (math-radix-float-cache): Declare it.
3023
3024 * calc/calcsel2.el (calc-keep-selection): Declare it.
3025
3026 * calc/calc-maint.el: Remove file.
3027
3028 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3029
3030 * textmodes/bibtex.el (bibtex-sort-entry-class)
3031 (bibtex-comment-start): Use defcustom.
3032 (bibtex-entry-field-alist): Use nil if initial content of the
3033 field is undefined. Fix docstring.
3034 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3035 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3036 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3037 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3038 Fix docstring.
3039 (bibtex-autokey-title-terminators): Use only one regexp.
3040 (bibtex-string-maybe-empty-head): New variable.
3041 (bibtex-remove-delimiters-string): New function.
3042 (bibtex-text-in-field-bounds, bibtex-text-in-string):
3043 Use bibtex-remove-delimiters-string.
3044 (bibtex-progress-message, bibtex-field-left-delimiter)
3045 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3046 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3047 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3048 Simplify.
3049 (bibtex-format-entry): Use save-excursion for inherited booktitle.
3050 Use eq and bibtex-remove-delimiters-string. For end markers use
3051 insertion type so that marker stays after inserted text.
3052 (bibtex-autokey-get-names): Return empty string if name is missing.
3053 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3054 calling bibtex-autokey-name-case-convert.
3055 (bibtex-autokey-demangle-title):
3056 Call bibtex-autokey-titleword-case-convert. Remove call to
3057 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3058 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3059 (bibtex-read-key): New optional arg global.
3060 (bibtex-files-expand): New optional arg force.
3061 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3062 (bibtex-complete-crossref-cleanup): Rename from
3063 bibtex-complete-key-cleanup. Simplify code.
3064 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
3065 Operate on current entry.
3066 (bibtex-button): Add docstring.
3067 (bibtex-entry): Simplify.
3068 (bibtex-make-field): Replace optional arg called-by-yank with more
3069 specific args move and interactive.
3070 (bibtex-end-of-entry): Use forward-sexp.
3071 (bibtex-find-entry-globally): Remove.
3072 (bibtex-find-crossref): Allow for crossref key located in other buffer.
3073 Bound to C-c C-x.
3074 (bibtex-find-entry): New optional args global and display.
3075 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
3076 (bibtex-validate): Use arg force of bibtex-files-expand.
3077 (bibtex-clean-entry): Bugfix, clean string entries properly.
3078 Always keep point at beginning of entry.
3079 (bibtex-complete): Bugfix. Handle string entries properly.
3080 Call cleanup functions only if needed.
3081 (bibtex-String): Use bibtex-read-string-key.
3082 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
3083 case of replacement text.
3084
3085 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3086
3087 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3088 (tramp-perl-directory-files-and-attributes): New constant.
3089 (tramp-file-name-handler-alist): Delete file-directory-files, add
3090 directory-files-and-attributes.
3091 (tramp-perl-file-attributes): Surround uid and gid by double
3092 quotes. Change parameter id-format from nonnumeric.
3093 (tramp-convert-file-attributes): New function.
3094 (tramp-handle-file-attributes): Use it.
3095 (tramp-maybe-send-perl-script): New function.
3096 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3097 file mode. Change parameter id-format from nonnumeric.
3098 (tramp-handle-file-attributes-with-ls): Change parameter id-format
3099 from nonnumeric.
3100 (tramp-post-connection): Don't send tramp-perl-file-attributes
3101 script. Reset connection property "perl-scripts".
3102 (tramp-handle-insert-directory): Run real handler when ls-lisp is
3103 in use.
3104
3105 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3106
3107 * desktop.el (desktop-read): Replace mapcar with mapc.
3108 (desktop-create-buffer): Replace mapcar with mapc.
3109 Remove redundant piece of code.
3110
3111 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
3112
3113 * progmodes/gud.el (gud-display-line): Use display-buffer
3114 for GDB-UI as for GUD.
3115
3116 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3117 Delete variables.
3118 (gdb-ann3): Don't make GUD buffer dedicated.
3119 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3120 (gdb-display-source-buffer): Delete function.
3121 (gdb-view-source-function, gdb-view-assembler): Delete functions.
3122 (menu): Delete menu bindings for viewing source/assembler.
3123 (gdb-setup-windows, gdb-restore-windows):
3124 Don't dedicate GUD. No assembler now.
3125 (gdb-reset): No need to undedicate source buffers now.
3126 (gdb-source-info): No assembler now.
3127
3128 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
3129
3130 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3131 width to those for special frames.
3132 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3133 Use display-buffer.
3134 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3135 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3136 (gdb-frame-assembler-buffer): Rework like
3137 gdb-frame-breakpoints-buffer.
3138
3139 2004-11-25 Richard M. Stallman <rms@gnu.org>
3140
3141 * progmodes/flymake.el: Reindent.
3142 (flymake-split-string): Turn into defalias.
3143 (flymake-fix-file-name): Rename from flymake-fix-path-name.
3144 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3145 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
3146 (flymake-build-relative-filename): Rename from ...path.
3147 Fix error message.
3148
3149 2004-11-25 Cheng Gao <chenggao@gmail.com>
3150
3151 * progmodes/flymake.el: Much whitespace and capitalization change.
3152 Move `provide' to end. Require `compile' only when compiling.
3153
3154 2004-11-24 Jay Belanger <belanger@truman.edu>
3155
3156 * calc/calc-alg.el: Added comment.
3157 (math-polynomial-base): Replace variable mpb-top-expr by
3158 math-poly-base-top-expr.
3159
3160 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3161 (math-polynomial-p1): Replace variable mpb-top-expr by declared
3162 variable.
3163 (math-poly-base-total-base): New variable.
3164 (math-total-polynomial-base, math-polynomial-p1): Replace variable
3165 mpb-total-base by declared variable.
3166 (math-factored-vars, math-to-list): Declare it.
3167 (math-fact-expr): New variable.
3168 (calcFunc-factors, calcFunc-factor, math-factor-expr)
3169 (math-factor-expr-try, math-factor-expr-part): Replace variable
3170 expr by declared variable.
3171 (math-fet-x): New variable.
3172 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3173 by declared variable.
3174 (math-factor-poly-coefs): Make temp a local variable.
3175
3176 * calc/calc-units.el (calc-convert-units): Make units a local
3177 variable.
3178 (calc-num-units, calc-den-units): New variables.
3179 (calc-explain-units, calc-explain-units-rec): Replace variables
3180 num-units and den-units by declared variables.
3181 (math-cu-unit-list): New variable.
3182 (math-build-units-table, math-compare-unit-names)
3183 (math-convert-units, math-convert-units-rec): Replace variable
3184 unit-list by declared variable.
3185 (math-fbu-base, math-fbu-entry): New variables.
3186 (math-find-base-units, math-find-base-units-rec): Replace variables
3187 base and entry by declared variables.
3188 (math-which-standard): New variable.
3189 (math-to-standard-units, math-to-standard-rec): Replace variable
3190 which-standard by declared variable.
3191 (math-fcu-u): New variable.
3192 (math-find-compatible-unit, math-find-compatible-unit-rec):
3193 Replace variable u by declared variable.
3194 (math-cu-new-units, math-cu-pure): New variables.
3195 (math-convert-units, math-convert-units-rec): Replace variables
3196 new-units and pure by declared variables.
3197 (math-try-cancel-units): New variable.
3198 (math-simplify-units-quotient): Replace variable try-cancel-units by
3199 declared variable.
3200
3201 2004-11-24 Richard M. Stallman <rms@gnu.org>
3202
3203 * textmodes/ispell.el (ispell-check-version):
3204 If default-directory is nonexistent, use home dir.
3205
3206 * progmodes/grep.el (grep-regexp-alist):
3207 Don't match parens around line numbers.
3208
3209 * progmodes/cperl-mode.el (cperl-indent-region)
3210 (cperl-imenu--create-perl-index, cperl-xsub-scan):
3211 Don't print progress messages.
3212
3213 * progmodes/compile.el (compilation-mode-map):
3214 Don't inherit from compilation-minor-mode-map;
3215 copy its bindings instead. But the menu bar Compile
3216 entry now does inherit from compilation-menu-map.
3217
3218 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3219 Use with-no-warnings around compiler-macroexpand.
3220
3221 * imenu.el: Don't always require newcomment.
3222 (imenu--generic-function): Call comment-normalize-vars
3223 if we have a comment syntax.
3224 Exit the loop if REGEXP matches the null string.
3225 Test comment-start as well as comment-start-skip
3226 when deciding whether to check for comments.
3227
3228 * tooltip.el (tooltip-mode): Doc fix.
3229
3230 * term.el (term-escape-char, term-mode): Doc fixes.
3231
3232 2004-11-24 Dave Love <fx@gnu.org>
3233
3234 * progmodes/python.el (python-font-lock-syntactic-keywords):
3235 Check for escapes in the regexp.
3236 (python-quote-syntax): Don't do it here.
3237
3238 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3241 (gdb-frames-mode-map, gdb-threads-mode-map)
3242 (gdb-registers-mode-map, gdb-locals-mode-map)
3243 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3244 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3245
3246 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3247 (dedicated-switch-to-buffer): Rework.
3248 (gdb-var-evaluate-expression-handler, gdb-put-string):
3249 Remove unused variable bindings.
3250 (gdb-setup-windows, gdb-display-buffer):
3251 Simplify. Use pop-to-buffer.
3252 (gdb-view-source-function): Simplify.
3253 (gdb-frame-breakpoints-buffer):
3254 Use pop-to-buffer, special-display-regexps.
3255
3256 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3257
3258 * progmodes/f90.el (f90-smart-end)
3259 (f90-previous-statement, f90-beginning-of-block): Doc fix.
3260 (f90-calculate-indent): Handle un-named PROGRAM blocks.
3261 (f90-end-of-block): Doc fix. Make check of outermost block
3262 conditional on value of `f90-smart-end'.
3263 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3264 Handle case where END-BLOCK is nil.
3265 (f90-match-end): Handle un-named PROGRAM blocks.
3266 (f90-backslash-not-special): New function.
3267
3268 2004-11-24 Jay Belanger <belanger@truman.edu>
3269
3270 * calc/calc.el (calc-embedded-active): Removed unnecessary
3271 declaration.
3272 (calc-show-banner): Removed redundant declaration.
3273
3274 * calc/calc-graph.el (calc-gnuplot-default-device)
3275 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3276 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3277 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3278 Remove redundant initial values.
3279
3280 * calc/calc-arith.el (math-scalar-functions)
3281 (math-nonscalar-functions, math-scalar-if-args-functions)
3282 (math-real-functions, math-positive-functions)
3283 (math-nonnegative-functions, math-real-scalar-functions)
3284 (math-real-if-arg-functions, math-integer-functions)
3285 (math-num-integer-functions, math-rounding-functions)
3286 (math-float-rounding-functions, math-integer-if-args-functions)
3287 (math-super-types): Move declarations to earlier in file.
3288 (math-unit-prefixes): Declared it.
3289 (math-floor-prec, math-trunc-prec): New variables.
3290 (math-trunc-fancy): Replace variable prec by declared variable.
3291 (math-floor-fancy): Replace variable prec by declared variable.
3292 (math-com-bterms): New variable.
3293 (math-commutative-equal, math-commutative-collect):
3294 Replace variable bterms by declared variable.
3295
3296 * calc/calc-misc.el (math-trunc): Replace variable prec by
3297 math-trunc-prec.
3298 (math-floor): Replace variable prec by math-floor-prec.
3299
3300 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3301 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3302 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3303 (math-format-date, math-format-date-part): Replace variables
3304 date, dt, year, month, day, weekday, hour, minute, second and
3305 bc-flag by declared variables.
3306 (math-pd-str): New variable.
3307 (math-parse-date, math-parse-date-word, math-parse-standard-date):
3308 Replace variable str by declared variable.
3309 (math-daylight-savings-hook, math-tzone-names): Move definitions
3310 to earlier in the file.
3311 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3312 (math-sh-year): New variable.
3313 (math-setup-add-holidays, math-setup-holidays)
3314 (math-setup-year-holidays): Replace variable `year' by declared
3315 variable.
3316
3317 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3318 New variables.
3319 (math-nth-root-float, math-nth-root-float-iter): Replace variables
3320 n, nf and nfm1 by declared variables.
3321 (math-nri-n): New variable.
3322 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3323 n by declared variable.
3324 (calcFunc-log): Removed misplaced condition.
3325
3326 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3329
3330 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3331
3332 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3333 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3334 Dedicate gdb-related windows.
3335 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3336 other frames.
3337 (gdb-reset): Remove dedicated property after debugging.
3338
3339 2004-11-24 Jay Belanger <belanger@truman.edu>
3340
3341 * calc/calc-sel.el: Add comment.
3342
3343 * calc/calc.el (math-stack-value-offset): Replace variables c,
3344 wid and off with math-svo-c, math-svo-wid and math-svo-off.
3345
3346 * calc/calccomp.el (math-comp-sel-tag): Declare it.
3347 (math-svo-c, math-svo-wid, math-svo-off): New variables.
3348 (math-stack-value-offset-fancy): Replace variables c, wid and off
3349 by declared variables.
3350 (math-comp-just, math-comp-comma-spc): New variables.
3351 (math-compose-expr, math-compose-matrix): Replace variables `just'
3352 and comma-spc by declared variable.
3353 (math-comp-vector-prec): New variable.
3354 (math-compose-expr, math-compose-matrix, math-compose-rows):
3355 Replace variable vector-prec by declared variable.
3356 (math-comp-left-bracket, math-comp-right-bracket)
3357 (math-comp-comma): New variables.
3358 (math-compose-expr, math-compose-rows): Replace variables
3359 left-bracket, right-bracket and comma by declared variables.
3360 (math-comp-full-width): New variable.
3361 (math-comp-to-string-flat, math-comp-to-string-flat-term):
3362 Replace variable full-width by declared variable.
3363 (math-comp-highlight, math-comp-word, math-comp-level)
3364 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3365 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3366 New variables.
3367 (math-comp-to-string-flat, math-comp-to-string-flat-term)
3368 (math-comp-sel-flat-term): Replace variables comp-highlight,
3369 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3370 declared variables.
3371 (math-comp-simplify, math-comp-simplify-term)
3372 (math-comp-add-string, math-comp-add-string-sel):
3373 Replace variables comp-highlight, comp-buf, comp-base,
3374 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3375
3376 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3377
3378 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3379
3380 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3381 and x-server-version may throw.
3382
3383 2004-11-23 Kim F. Storm <storm@cua.dk>
3384
3385 * subr.el (substitute-key-definition-key): Optimize.
3386 Don't call indirect-function for nil defn (always signals error).
3387
3388 * ido.el (ido-read-internal): Fix require-match check when
3389 ido-directory-too-big is set.
3390
3391 2004-11-23 Jay Belanger <belanger@truman.edu>
3392
3393 * calc/calc-ext.el (math-read-replacement-list)
3394 (math-read-superscripts): New variables.
3395 (math-read-preprocess-string): New function.
3396 (math-read-expr): Filter input through math-read-preprocess-string.
3397
3398 * calc/calc-aent.el (math-read-exprs): Filter input through
3399 math-read-preprocess-string.
3400
3401 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
3402
3403 * progmodes/compile.el (compilation-start): In cd command use
3404 substitute-env-vars -- not quite shell compatible but better than
3405 nothing.
3406 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3407 handle the newer versions messages, which are more parseable.
3408
3409 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * reveal.el (reveal-mode-map): New var.
3412 (reveal-mode): Use it.
3413
3414 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
3415
3416 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3417 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3418
3419 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3422 header-line when needed.
3423 Use fixed-pitch only in the header-line.
3424 Build the underline automatically. Use emdash if available.
3425
3426 2004-11-22 Richard M. Stallman <rms@gnu.org>
3427
3428 * dired.el (dired-recursive-copies): Move from dired-aux.el.
3429 * dired-aux.el (dired-recursive-copies): Move to dired.el.
3430
3431 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
3432
3433 * progmodes/gdb-ui.el (gdb-resync): New function.
3434 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3435 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3436 Use it to fail more gracefully.
3437 (gdb-variables): Delete variable.
3438 Re-order variables to reduce byte-compiler warnings.
3439
3440 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * descr-text.el (describe-char):
3443 * paren.el (show-paren-function):
3444 * subr.el (syntax-after): Undo last change.
3445
3446 * progmodes/python.el (run-python): Don't hard code *Python*.
3447 Don't modify global process-environment.
3448 (python-send-region, python-load-file): Don't assume that
3449 python-buffer == (process-buffer (python-proc)).
3450 (python-switch-to-python): Simplify.
3451
3452 * dired.el (dired-align-file): Don't assume line starts with spaces.
3453
3454 2004-11-21 Jay Belanger <belanger@truman.edu>
3455
3456 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3457 Replace variable `lines' by math-read-big-lines.
3458 (math-read-big-expr): Replace variables the-baseline, the-h2
3459 and err-msg by math-read-big-baseline, math-read-big-h2 and
3460 math-read-err-msg.
3461 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3462
3463 * calc/calc-lang.el (math-read-big-rec): Fix typo.
3464 (math-read-big-balance): Replace unbound variable by value.
3465 (math-read-big-lines): New variable.
3466 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3467 (math-read-big-error, math-read-big-balance): Replace variable
3468 `lines' by declared variable.
3469 (math-read-big-baseline, math-read-big-h2): New variables.
3470 (math-read-big-rec): Replace variables the-baseline and the-h2
3471 by declared variables.
3472 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3473 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3474 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3475 declared variables.
3476 (math-read-big-err-msg): New variable.
3477 (math-read-big-error): Replace variable err-msg by declared variable.
3478
3479 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * ses.el: Add coding cookie.
3482 Fix up docstrings, follow new commenting conventions.
3483 (ses-header-line-menu): Fix missing variable rename for header-row.
3484 (ses-cell-size): Remove.
3485 (ses-make-cell): New function.
3486 (ses-cell, ses-insert-row, ses-insert-column): Use it.
3487 (ses-calculate-cell): Remove unused var `symbol'.
3488 (ses-narrowed-p): New function.
3489 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3490 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3491 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3492 (ses-setup): Use restore-buffer-modified-p.
3493 (ses-cleanup): Remove unused var `end'.
3494 (ses-header-string-left-offset): Remove.
3495 (ses-create-header-string): Adjust to new behavior of `align-to'.
3496 Truncate excessively large fields to preserve alignment.
3497 (ses-reconstruct-all): Remove unused var `refs'.
3498 (ses-read-cell-printer): Remove unused var `prompt'.
3499 (ses-delete-row): Remove unused var `pos'.
3500 (ses-delete-column): Remove unused var `new'.
3501
3502 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3503
3504 * ps-print.el: Insert :version tag into all defgroup and defcustom.
3505 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3506 Eliminate eval-and-compile usage.
3507 (ps-insert-file): Use insert-file-contents instead of insert-file.
3508 (ps-setup): Code fix.
3509
3510 * printing.el (pr-setup, lpr-setup): Code fix.
3511
3512 2004-11-21 Jay Belanger <belanger@truman.edu>
3513
3514 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3515 (calc-original-buffer): Declare them.
3516 (calc-user-formula-alist): New variable.
3517 (calc-user-define-formula, calc-fix-user-formula)
3518 (calc-user-define-composition, calc-finish-formula-edit):
3519 Replace variable `alist' by declared variable.
3520 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3521 (var-q7, var-q7, var-q8, var-q9): Declare them.
3522 (calc-kbd-push): Don't check to see if var-q0 through var-q9
3523 are bound.
3524 (calcFunc-typeof): Replace undeclared variable by expression.
3525 (math-exp-env): New variable.
3526 (math-define-body, math-define-exp): Replace exp-env by declared var.
3527 (math-define-exp): Replace misplaced variable by expression.
3528
3529 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3530 (calc-curve-model, calc-curve-coefnames): New variables.
3531 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3532 varnames, model and coefnames by declared variables.
3533 (math-root-widen): New variable.
3534 (math-search-root, math-find-root): Replace variable root-widen by
3535 declared variable.
3536 (var-DUMMY): Declare it.
3537 (math-root-vars, math-min-vars): Move the declarations to earlier in
3538 the file.
3539 (math-brent-min): Make d a local variable.
3540 (math-find-minimum): Replace non-existent variable.
3541 (math-ninteg-romberg): Remove unnecessary variable.
3542 (math-ninteg-temp): New variable.
3543 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3544 integ-temp by declared variable.
3545 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3546 New variables.
3547 (math-general-fit): Replace variables first-var, first-coef and
3548 new-coefs by declared variables.
3549 (calcFunc-fitvar): Replace variable first-var by declared variable.
3550 (calcFunc-fitparam): Replace variable first-coef by declared variable.
3551 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3552 (math-all-vars-vars, math-all-vars-found): New variables.
3553 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3554 found by declared variable math-all-vars-vars.
3555
3556 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
3557
3558 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3559 of `defconst'.
3560
3561 2004-11-20 Richard M. Stallman <rms@gnu.org>
3562
3563 * isearch.el (isearch-mode-map): Don't bind SPC.
3564 (isearch-whitespace-chars): Function deleted.
3565 (isearch-search): Bind search-spaces-regexp.
3566 (isearch-lazy-highlight-search): Likewise.
3567 (search-whitespace-regexp): Doc fix.
3568 (isearch-forward-regexp): Doc fix.
3569
3570 * emacs-lisp/bytecomp.el (byte-compile-form):
3571 Move the calls to byte-compile-set-symbol-position,
3572 to avoid having two for the same symbol occurrence.
3573
3574 * comint.el (comint-input-ring-size): Increase to 150.
3575
3576 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3577 New variables.
3578 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3579 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3580
3581 * imenu.el (imenu--generic-function):
3582 Ensure we keep moving backward even if BEG isn't further back.
3583
3584 * replace.el (query-replace-read-to, query-replace-read-from):
3585 Specify t for KEEP-ALL in read-from-minibuffer.
3586
3587 * progmodes/python.el (python-switch-to-python):
3588 If Python isn't running, start it.
3589 Don't alter debug-ignored-errors.
3590
3591 * progmodes/cperl-mode.el (cperl-indent-region):
3592 Don't mind imenu-scanning-message.
3593
3594 * bindings.el (global-map): Bind C-e to move-end-of-line.
3595
3596 * simple.el (line-move-finish): New arg FORWARD.
3597 Ignore invisible newlines, not intangible ones.
3598 Conditions for acceptable stopping positions depend on FORWARD.
3599 (line-move): Pass FORWARD arg to line-move-finish.
3600
3601 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3602 of HEADER. Compensate for this change in the code to add display
3603 properties. Don't make the first line intangible.
3604
3605 * info.el (Info-search): Fix previous change.
3606
3607 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3608
3609 * Makefile.in (recompile): Revert 2004-11-19 change.
3610 (compile): Likewise.
3611
3612 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
3613
3614 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3615
3616 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3617
3618 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
3619 defgroup and defcustom. Eliminate eval-and-compile usage.
3620
3621 * progmodes/ebnf-otz.el: Fix typos.
3622
3623 2004-11-19 Jay Belanger <belanger@truman.edu>
3624
3625 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3626 (calc-edit-finish, calc-finish-stack-edit): Replace variable
3627 disp-trail by declared variable.
3628
3629 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3630 (calc-finish-selection-edit): Replace variable disp-trail by
3631 declared variable.
3632 (calc-selection-cache-entry): Move declaration to earlier in the file.
3633 (calc-selection-cache-num, calc-selection-cache-comp)
3634 (calc-selection-cache-offset, calc-selection-true-num)
3635 (calc-final-point-line, calc-final-point-column)
3636 (calc-original-buffer): Declare them.
3637 (calc-fnp-op, calc-fnp-num): New variables.
3638 (calc-find-nth-part, calc-find-nth-part-rec)
3639 (calc-select-previous): Replace op and num by declared variables.
3640 (calc-rsf-old, calc-rsf-new): New variables.
3641 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3642 Replace variables old and new by declared variables.
3643 (calc-sel-reselect): New variable.
3644 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3645 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3646 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
3647 reselect with declared variable.
3648
3649 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3650 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3651 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3652 (math-import-list, math-rewrite-phase): Declare them.
3653 (math-rewrite): Use let* to declare variables.
3654 (calc-rewrite-selection): Make rules a local variable.
3655 (calc-rewr-sel): New variable.
3656 (calc-rewrite-selection, calc-locate-selection-marker)
3657 (calc-rewrite): Use the declared variable calc-rewr-sel instead
3658 of sel.
3659 (math-rewrite-whole-expr): New variable.
3660 (math-rewrite, math-rewrite-phase): Replace variable expr by
3661 declared variable.
3662 (math-rewrite-heads-heads, math-rewrite-heads-skips)
3663 (math-rewrite-heads-blanks ): New variables.
3664 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3665 heads, skips and blanks by declared variables.
3666 (math-rwcomp-subst-old, math-rwcomp-subst-new)
3667 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3668 New variables.
3669 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3670 old, new, old-func and new-func by declared variables.
3671 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3672 Remove unnecessary variable.
3673 (math-apply-rw-regs): New variable.
3674 (math-apply-rewrites, math-rwapply-replace-regs)
3675 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3676 (math-apply-rw-ruleset): New variable.
3677 (math-apply-rewrites, math-rwapply-remember): Replace variable
3678 ruleset by declared variable.
3679
3680 2004-11-19 Richard M. Stallman <rms@gnu.org>
3681
3682 * info.el (Info-search): Use search-whitespace-regexp.
3683
3684 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3685
3686 * vc-rcs.el (vc-rcs-parse): New function.
3687 (vc-rcs-annotate-command): Likewise.
3688 (vc-rcs-annotate-current-time): Likewise.
3689 (vc-rcs-annotate-time): Likewise.
3690 (vc-rcs-annotate-extract-revision-at-line): Likewise.
3691
3692 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3693
3694 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3695
3696 2004-11-18 Jay Belanger <belanger@truman.edu>
3697
3698 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3699
3700 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3701
3702 * printing.el: Eliminate use of interactive-p and eval-and-compile.
3703 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3704 Use make-temp-file to generate PostScript files in any situation.
3705 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3706 (pr-interactive-p): Eliminate var.
3707 (pr-save-interactive): Eliminate macro.
3708 (pr-interface, pr-ps-directory-preview)
3709 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3710 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3711 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3712 (pr-ps-buffer-ps-print, pr-ps-region-preview)
3713 (pr-ps-region-using-ghostscript, pr-ps-region-print)
3714 (pr-ps-region-ps-print, pr-ps-mode-preview)
3715 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3716 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3717 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3718 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3719 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3720 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3721 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3722 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3723 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3724 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3725 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3726 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3727 Eliminate pr-save-interactive usage.
3728 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3729 Eliminate pr-interactive-p usage.
3730 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3731 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3732 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3733 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3734 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3735 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3736 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3737 New funs.
3738 (pr-ps-file): Use make-temp-file to generate a temporary file.
3739
3740 2004-11-17 Jay Belanger <belanger@truman.edu>
3741
3742 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3743 a local variable.
3744 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3745 (math-top-only): New variable.
3746 (math-simplify, math-simplify-step): Replace variable top-only by
3747 declared variable math-top-only.
3748 (math-simplify-expr): Declare it.
3749 Replace argument expr in all calls of math-defsimplify by
3750 math-simplify-expr.
3751 (math-simplify-plus, math-simplify-times, math-simplify-divide)
3752 (math-simplify-divisor, math-simplify-one-divisor)
3753 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3754 (math-simplify-pow): Replace variable expr by declared variable
3755 math-simplify-expr.
3756 (math-simplify-divisor): Remove local variables temp and op.
3757 (math-simplify-one-divisor): Make temp and op local variables.
3758 (math-simplify-divisor-nover, math-simplify-divisor-dover):
3759 New variables.
3760 (math-simplify-divisor, math-simplify-one-divisor):
3761 Replace variables nover and dover by declared variables.
3762 (math-expr-subst-new, math-expr-subst-old): New variables.
3763 (math-expr-subst, math-expr-subst-rec): Replace variables new
3764 and old by declared variables.
3765 (math-is-poly-degree, math-is-poly-loose): New variables.
3766 (math-is-polynomial, math-is-poly-rec): Replace variables degree
3767 and loose by declared variables.
3768 (math-poly-base-const-ok, math-poly-base-pred): New variables.
3769 (math-polynomial-base, math-polynomial-base-rec):
3770 Replace variables const-ok and mpb-pred by declared variables.
3771
3772 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3773
3774 * calc/calc-ext.el (math-defsimplify): Change the argument in
3775 the created function to math-simplify-expr.
3776
3777 * calc/calc-units.el (math-simplify-expr): Declare it.
3778 Replace argument expr in all calls of math-defsimplify by
3779 math-simplify-expr.
3780 (math-simplify-units-prod): Replace variable expr by declared
3781 variable math-simplify-expr.
3782
3783 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3786 Replace mapcar->dolist, format->string.
3787
3788 2004-11-17 Miles Bader <miles@gnu.org>
3789
3790 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3791 * progmodes/idlwave.el: Remove RCS keywords.
3792
3793 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
3794
3795 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3796 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3797 Update to IDLWAVE version 5.5. Too many changes to list them here.
3798 * progmodes/idlw-help.el: New file.
3799
3800 2004-11-16 Richard M. Stallman <rms@gnu.org>
3801
3802 * international/iso-cvt.el (iso-tex2iso-trans-tab):
3803 Discard spaces after \i according to TeX rules.
3804
3805 * international/mule.el (set-buffer-file-coding-system):
3806 New arg NOMODIFY.
3807 (after-insert-file-set-coding): Pass that new arg.
3808 Prevent set-buffer-multibyte from trying to lock the file.
3809
3810 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3811
3812 * saveplace.el (save-place): Doc fix.
3813
3814 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
3815 temporarily widen before finding the following word to copy.
3816
3817 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
3818 (cl-map-keymap): Definition deleted.
3819
3820 * subr.el (map-keymap-internal): New function.
3821
3822 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
3825 when pressing rather than when releasing mouse-2. Simplify.
3826
3827 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
3830 (compilation-mode): Set it here instead.
3831
3832 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
3833
3834 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
3835 (loop, cl-parse-loop-clause, defsetf): Use backquote.
3836
3837 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * progmodes/compile.el (compilation-internal-error-properties):
3840 Fix up a transposition-typo. Check end-col before using it.
3841
3842 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
3843
3844 * international/iso-cvt.el (iso-tex2iso-trans-tab):
3845 Discard whitespace after macro \i when converting it.
3846
3847 2004-11-16 Juri Linkov <juri@jurta.org>
3848
3849 * emacs-lisp/find-func.el (find-function-regexp):
3850 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
3851 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
3852 Remove invalid `\W' from [^cgv\W]. Doc fix.
3853 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
3854
3855 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * play/life.el: Maintainer is now FSF.
3858 (life-patterns, life-neighbor-deltas, life-window-start)
3859 (life-current-generation, life-generation-string): Use defvar
3860 instead of defconst.
3861
3862 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * progmodes/compile.el (compilation-move-to-column): New fun.
3865 (compilation-internal-error-properties)
3866 (compilation-next-error-function): Use it to make sure we don't go past
3867 the end of line.
3868
3869 2004-11-15 John Paul Wallington <jpw@gnu.org>
3870
3871 * autoinsert.el (auto-insert-alist): Insert the user's name in
3872 copyright notice, rather than Free Software Foundation, for the
3873 Emacs Lisp header case too.
3874
3875 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3876
3877 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
3878 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3879 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
3880 return the list of string in a string.
3881 (pr-call-process): Message if calling process returns an error, that
3882 is, the exit status is different of zero.
3883
3884 2004-11-15 Jay Belanger <belanger@truman.edu>
3885
3886 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
3887 variable var-thing.
3888 (math-integ-depth, math-integ-level, math-integral-limit)
3889 (math-enable-subst, math-any-substs, math-integ-msg)
3890 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
3891 (math-int-threshold, math-int-factors, math-double-roots)
3892 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
3893 (var-GenCount): Declare these variables.
3894 (calcFunc-integ): Don't check if var-IntegLimit is bound.
3895 (math-integral-cache, math-integral-cache-state):
3896 Move declarations to earlier in the file.
3897 (math-deriv-var, math-deriv-total, math-deriv-symb)
3898 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
3899 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
3900 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
3901 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
3902 (math-solve-res): New variables
3903 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
3904 (math-integral, math-replace-integral-parts)
3905 (math-integrate-by-parts, calc-dump-integral-cache)
3906 (math-try-integral, math-do-integral, math-do-integral)
3907 (math-do-integral-methods, math-try-solve-for)
3908 (math-try-solve-prod, math-solve-poly-funny-powers)
3909 (math-solve-crunch-poly, math-decompose-poly)
3910 (math-solve-find-root-term, math-find-root-in-prod)
3911 (math-integ-try-linear-substitutions)
3912 (math-integ-try-substitutions, math-expr-rational-in)
3913 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
3914 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
3915 (math-solve-for, math-solve-system, math-solve-system-rec)
3916 (math-solve-get-sign, math-solve-get-int)
3917 (math-solve-system-subst): Replace undeclared variables with newly
3918 declared variables.
3919
3920 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * winner.el (winner-active-region, winner-edges, winner-window-list):
3923 Define at toplevel.
3924 (winner-mode-map): Move init inside declaration.
3925
3926 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
3927
3928 * files.el (convert-standard-filename): Doc fix.
3929
3930 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
3931
3932 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
3933 passwd, group, shadow, default/* and pam.d/*.
3934
3935 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3936
3937 * printing.el (pr-menu-spec): Adjust menu specification.
3938
3939 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3940
3941 * printing.el: Doc fix. Insert :version tag into all defcustom.
3942 Handle interactive-p as is recommended in Emacs Lisp Reference.
3943 Set the file permission bits for newly created files.
3944 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3945 The printing menu specification (in `pr-menu-spec') was merged.
3946 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3947 (pr-version): New version number (6.8.3).
3948 (pr-file-modes): New option.
3949 (pr-interactive-p): New var.
3950 (pr-save-interactive, pr-save-file-modes): New macros.
3951 (pr-setup): Code fix.
3952 (pr-menu-spec): Menu specification merged.
3953 (pr-call-process, pr-text2ps): Set file permission bits.
3954 (pr-despool-print): Set file permission bits. Handle interactive-p as
3955 is recommended.
3956 (pr-interface, pr-ps-directory-preview)
3957 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3958 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3959 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3960 (pr-ps-buffer-ps-print, pr-ps-region-preview)
3961 (pr-ps-region-using-ghostscript, pr-ps-region-print)
3962 (pr-ps-region-ps-print, pr-ps-mode-preview)
3963 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3964 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3965 (pr-despool-using-ghostscript, pr-despool-ps-print)
3966 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3967 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3968 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3969 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3970 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3971 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3972 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3973 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3974 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
3975 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
3976 Handle interactive-p as is recommended.
3977
3978 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
3981 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
3982
3983 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
3984 so it doesn't forget to highlight the beginning of the region either.
3985
3986 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
3987
3988 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
3989 (c-font-lock-init): Eliminate obsolete make-local-hook.
3990 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3991 (awk-mode): Use run-mode-hooks.
3992
3993 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
3994
3995 2004-11-13 Kim F. Storm <storm@cua.dk>
3996
3997 * mouse.el (mouse-drag-copy-region): Add :version.
3998 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
3999 while dragging mode line, so mode line can be dragged downwards.
4000 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4001 while pressing mouse button so window doesn't scroll until we
4002 release the mouse if clicking on partially visible line.
4003
4004 2004-11-12 Jay Belanger <belanger@truman.edu>
4005
4006 * calc/calc-graph.el (calc-dumb-map): Declare it.
4007 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
4008 than unbound.
4009 (calc-graph-name): Made `end' a local variable.
4010 (calc-graph-lookup): Made `varname' a local variable.
4011 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4012 Declare them.
4013 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
4014 (calc-graph-plot, calc-graph-compute-3d): Remove references to
4015 the unused variable y3vec.
4016 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
4017 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
4018 calc-graph-prev-kill-hook.
4019 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4020 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4021 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4022 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4023 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4024 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4025 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4026 (calc-graph-y3value, calc-graph-y3name)
4027 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4028 (calc-graph-stepcount, calc-graph-is-splot)
4029 (calc-graph-surprise-splot, calc-graph-blank)
4030 (calc-graph-non-blank, calc-graph-curve-num): New variables.
4031 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4032 (calc-graph-recompute-2d, calc-graph-compute-3d)
4033 (calc-graph-format-data): Replace undeclared variables with the
4034 above newly declared variables.
4035
4036 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
4037
4038 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4039 `rsf-beep' and `rsf-sleep-after-message'.
4040
4041 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4042 list if `message-sender' is non-nil.
4043
4044 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4045
4046 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4047 consing by using mapc instead of mapcar.
4048
4049 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
4050
4051 * tooltip.el (require): Explain why CL is needed.
4052
4053 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4054
4055 * printing.el: Insert :version into defgroup (printing). All reference
4056 to Files option in menubar were changed to File.
4057 (pr-version): New version number (6.8.2).
4058 (pr-get-symbol): Call easy-menu-intern.
4059 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
4060 compilation gripes.
4061
4062 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4065 new byte-compile-function-environment binding to t.
4066
4067 * font-lock.el (font-lock-fontify-syntactically-region):
4068 Don't forget to highlight the last char when we hit `end'.
4069
4070 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4071 (mwheel-scroll): Adjust accordingly.
4072
4073 * cvs-status.el: Reduce spurious warnings.
4074 (cvs-status-checkout): Remove.
4075 (cvs-status-mode-map): Use cvs-mode-checkout instead.
4076
4077 * pcvs.el (cvs-mode-checkout): New command.
4078
4079 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4080
4081 * tooltip.el: Require CL.
4082
4083 * emacs-lisp/bytecomp.el: Use push.
4084 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4085 (defalias): Remove the `byte-compile' property and add
4086 a `byte-hunk-handler'.
4087
4088 2004-11-11 Juri Linkov <juri@jurta.org>
4089
4090 * info.el (Info-search): Save match data for isearch.
4091 Skip Tag Table node.
4092
4093 * descr-text.el (describe-char): Replace syntax-after with code
4094 from its previous version.
4095
4096 * files.el (magic-mode-alist): Use optimization for SGML mode too.
4097 (set-auto-mode): Doc fix. Remove unused variable `xml'.
4098
4099 * international/mule.el (sgml-html-meta-auto-coding-function):
4100 Remove > after <html to allow HTML attributes.
4101
4102 2004-11-11 Jay Belanger <belanger@truman.edu>
4103
4104 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
4105 a variable.
4106 (calcFunc-dfac): Replace unbound max by n.
4107 (math-stirling-local-cache): New variable.
4108 (math-stirling-number, math-stirling-1, math-stirling-2):
4109 Replace the variable `cache' by the declared variable
4110 math-stirling-local-cache.
4111 (var-RandSeed): Declare it as a variable.
4112 (math-init-random-base, math-random-digit): Don't check to see if
4113 var-RandSeed is bound.
4114 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4115 Declare them instead of just setting them.
4116 (math-init-random-base): Made i a local variable.
4117 (math-random-digit): Made math-random-last a local variable.
4118 (math-prime-test-cache): Move declaration to before it is used.
4119 (math-prime-test-cache-k, math-prime-test-cache-q)
4120 (math-prime-test-cache-nm1, math-prime-factors-finished):
4121 Declare them as variables.
4122
4123 2004-11-11 Jay Belanger <belanger@truman.edu>
4124
4125 * calc/calc-ext.el (math-defcache): Use defvar for the new
4126 variables it creates.
4127
4128 2004-11-11 Lars Hansen <larsh@math.ku.dk>
4129
4130 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4131 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4132 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4133 (desktop-save): Add :version.
4134
4135 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * printing.el (pr-get-symbol): Don't downcase.
4138
4139 2004-11-10 Jay Belanger <belanger@truman.edu>
4140
4141 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
4142 string to kill-ring.
4143
4144 * calc/calc-aent.el (calc-alg-exp, math-toks)
4145 (math-exp-pos,math-exp-old-pos, math-exp-token)
4146 (math-exp-keep-spaces, math-exp-str): New variables.
4147 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4148 (calcAlg-enter): Use declared variable calc-alg-exp.
4149 (math-build-parse-table, math-find-user-token): Use declared
4150 variable math-toks.
4151 (math-read-exprs, math-read-token, calc-check-user-syntax)
4152 (calc-match-user-syntax, match-factor-after, math-read-factor):
4153 Use declared variables math-exp-pos math-exp-old-pos.
4154 (math-read-exprs, math-read-token, math-read-expr-level)
4155 (calc-check-user-syntax, calc-match-user-syntax)
4156 (match-factor-after, math-read-factor): Use declared variable
4157 math-exp-token.
4158 (math-read-exprs, math-read-expr-list, math-read-token)
4159 (math-read-factor): Use declared variable math-exp-keep-spaces.
4160 (math-read-exprs, math-read-token): Use declared variable
4161 math-exp-str.
4162 (calc-match-user-syntax): Make m a local variable.
4163
4164 * calc/calc-ext.el (math-read-expr): Use declared variables
4165 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4166 math-exp-keep-spaces.
4167
4168 * calc/calc-forms.el (math-read-angle-bracket): Use declared
4169 variables math-exp-pos, math-exp-str.
4170
4171 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
4172 math-exp-old-pos.
4173 (math-parse-fortran-vector, math-parse-fortran-vector-end)
4174 (math-parse-eqn-prime): Use declared variable math-exp-token.
4175
4176 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4177 Use declared variable math-exp-pos.
4178 (math-check-for-commas): Use declared variable math-exp-str.
4179 (math-read-brackets): Use declared variables math-exp-old-pos,
4180 math-exp-keep-spaces.
4181 (math-read-brackets, math-read-vector, math-read-matrix):
4182 Use declared variable math-exp-token.
4183
4184 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4187 where the keymap is a symbol.
4188 (easy-menu-add-item): Use keymap-prompt. Simplify.
4189
4190 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4191
4192 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4193 (sgml-parse-tag-backward): Use it to skip spurious < or >.
4194
4195 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
4196
4197 * ebuff-menu.el: Doc fixes throughout.
4198 (electric-buffer-menu-mode-hook): New defvar.
4199
4200 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
4201
4202 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4203 compilation. The resulting compiler warnings appear to be harmless.
4204
4205 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
4206
4207 * textmodes/conf-mode.el: New file.
4208
4209 * files.el (auto-mode-alist, magic-mode-alist): Use it.
4210
4211 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4214
4215 2004-11-09 Jay Belanger <belanger@truman.edu>
4216
4217 * calc/calc-ext.el (calc-init-extensions): Remove old code.
4218
4219 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4220 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
4221 (calc-z-prefix-help, calc-user-function-list): Use declared
4222 variables calc-z-prefix-buf, calc-z-prefix-msgs.
4223 (math-map-tree, math-map-tree-rec): Use declared variables
4224 math-mt-many, math-mt-func.
4225 (math-read-expression, math-read-string): Use declared variable
4226 math-expr-data.
4227
4228 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
4229 variable math-normalize-a.
4230
4231 * calc/calc.el (math-normalize-a): New variable.
4232 (math-normalize): Use declared variable math-normalize-a.
4233
4234 * calc/calc-poly.el (math-expand-form): Use declared variable
4235 math-mt-many.
4236
4237 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4238 Use declared variable math-mt-many.
4239 (math-rewrite): Use declared variable math-mt-func.
4240
4241 * calc/calc-vec.el (math-read-brackets, math-read-vector)
4242 (math-read-matrix): Use declared variable math-expr-data.
4243
4244 * calc/calc-lang.el (math-parse-fortran-vector)
4245 (math-parse-fortran-vector-end, math-parse-tex-sum)
4246 (math-parse-eqn-matrix, math-parse-eqn-prime)
4247 (math-read-math-subscr): Use declared variable math-expr-data.
4248
4249 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4250 (math-read-expr-level, math-read-token, calc-check-user-syntax)
4251 (calc-match-user-syntax, math-read-if, math-factor-after)
4252 (math-read-factor): Use declared variable math-expr-data.
4253
4254 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4255
4256 * calendar/diary-lib.el (diary-from-outlook)
4257 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4258 interactive-p; but rather new optional argument NOCONFIRM.
4259
4260 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4263 (easy-menu-name-match): Revert correspondingly.
4264
4265 2004-11-09 Richard M. Stallman <rms@gnu.org>
4266
4267 * emacs-lisp/bytecomp.el (byte-compile-defalias):
4268 Turn off warnings for the new function even if definition not constant.
4269 If the definition isn't a quoted symbol, record (FUNCTION . t).
4270 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4271 (byte-compile-callargs-warn): Handle (FUNCTION . t).
4272 (display-call-tree, byte-compile-arglist-warn):
4273 Handle t returned by byte-compile-fdefinition.
4274
4275 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4276
4277 * Makefile.in (maintainer-clean): Depend on distclean.
4278
4279 * help-fns.el (help-C-file-name): File name must be in build-files
4280 to be returned.
4281
4282 2004-11-09 Jay Belanger <belanger@truman.edu>
4283
4284 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4285 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
4286
4287 * calc/calc.el (calc, calc-trail-display, calc-mode):
4288 Remove obsolete sections.
4289
4290 * calc/calc.el (calc-x-paste-text): Remove.
4291
4292 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
4293 mouse-2.
4294
4295 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
4296
4297 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4298 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4299 current frame (in case of recursive calls).
4300 (gdb-show-changed-values): Add :version keyword.
4301
4302 2004-11-09 Kenichi Handa <handa@m17n.org>
4303
4304 * international/mule-cmds.el: Change coding: tag back to
4305 iso-2022-7bit.
4306
4307 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * international/mule-cmds.el: Change coding-system to utf-8.
4310 (select-safe-coding-system-interactively):
4311 New function extracted from select-safe-coding-system.
4312 (select-safe-coding-system): Use it.
4313
4314 2004-11-08 Richard M. Stallman <rms@gnu.org>
4315
4316 * subr.el (syntax-after): Doc fix.
4317
4318 * paren.el (show-paren-function): Change calls to syntax-after
4319 for new way of returning the value.
4320
4321 * menu-bar.el (menu-bar-file-menu): Make this the real name
4322 and menu-bar-files-menu the alias. Use the former.
4323 (global-map): Use `file', not `files', as the symbol.
4324
4325 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4326
4327 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4328 Don't use beginning-of-buffer.
4329 (filesets-cmd-show-result): Use with-no-warnings.
4330
4331 2004-11-08 Juri Linkov <juri@jurta.org>
4332
4333 * progmodes/compile.el (compile): Don't overwrite last command in
4334 minibuffer history with default command if they are not equal.
4335
4336 2004-11-08 Jay Belanger <belanger@truman.edu>
4337
4338 * calc/calcalg2.el (math-do-integral-methods): Try linear then
4339 non-linear substitutions.
4340
4341 2004-11-08 Jay Belanger <belanger@truman.edu>
4342
4343 * calc/calcalg2.el (math-linear-subst-tried): New variable.
4344 (math-do-integral): Set `math-linear-subst-tried' to nil.
4345 (math-do-integral-methods): Use `math-linear-subst-tried' to
4346 determine what type of substitution to try.
4347 (math-integ-try-linear-substituion):
4348 Set `math-linear-subst-tried' to t.
4349
4350 2004-11-08 Kim F. Storm <storm@cua.dk>
4351
4352 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4353
4354 2004-11-07 Juri Linkov <juri@jurta.org>
4355
4356 * info-look.el (info-lookup): Allow reusing in the current buffer
4357 not only *info* buffer, but all (even renamed) Info buffers
4358 by checking for major-mode instead of *info* buffer name.
4359 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4360 (octave-mode, maxima-mode) <doc-spec>:
4361 Allow long dashes generated by Texinfo 4.7 before definitions.
4362 (texinfo-mode) <doc-spec>: Add space to suffix to find command
4363 definitions with argument separated by space.
4364
4365 2004-11-06 Richard M. Stallman <rms@gnu.org>
4366
4367 * simple.el (next-error group, face): Move before first use.
4368 (next-error-highlight, next-error-highlight-no-select): Likewise.
4369
4370 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4371 (line-move): New args NOERROR and TO-END.
4372 Return t if if succeed in moving specified number of lines.
4373 (move-end-of-line): New function.
4374
4375 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4376 (end-of-buffer-other-window): Likewise.
4377
4378 * simple.el (line-move-ignore-invisible): Default to t.
4379
4380 * subr.el (syntax-after): Return the syntax letter, not the raw code.
4381
4382 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4383
4384 * international/iso-cvt.el (iso-cvt-define-menu):
4385 Rename menu-bar-files-menu to menu-bar-file-menu.
4386
4387 * net/browse-url.el (browse-url-gnome-moz-program)
4388 (browse-url-gnome-moz-arguments): Move up before first use.
4389
4390 * net/tramp.el (tramp group): Add :version.
4391
4392 * progmodes/ada-xref.el (ada-gdb-application):
4393 Use goto-char instead of beginning-of-buffer.
4394
4395 * progmodes/cperl-mode.el (cperl-info-on-command):
4396 Use goto-char instead of beginning-of-buffer.
4397
4398 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4399 Move up before first use.
4400 (idlwave-shell-temp-pro-file): Likewise.
4401 (idlwave-shell-temp-rinfo-save-file): Likewise.
4402 (idlwave-shell-temp-file): Minor doc fix.
4403
4404 * textmodes/flyspell.el (flyspell-external-point-words):
4405 Use goto-char instead of beginning-of-buffer.
4406
4407 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
4408
4409 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4410 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
4411 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4412
4413 2004-11-06 David Ponce <david@dponce.com>
4414
4415 * recentf.el (recentf-menu-path): Use menu item name.
4416
4417 2004-11-06 Eli Zaretskii <eliz@gnu.org>
4418
4419 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4420 display doesn't support images.
4421
4422 2004-11-06 Andreas Schwab <schwab@suse.de>
4423
4424 * tempo.el (tempo-match-finder): Doc fix.
4425
4426 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4427
4428 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4431 (easy-menu-lookup-name): New fun to replace it.
4432 (easy-menu-get-map): Use it to obey menu item names (rather than just
4433 keys) when looking up `path'.
4434 (easy-menu-always-true-p): Rename from easy-menu-always-true.
4435 (easy-menu-convert-item-1): Adjust to new name.
4436
4437 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
4438
4439 * outline.el (hide-body): Don't hide lines at the top of the file
4440 that precede the first header line.
4441
4442 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
4443
4444 * align.el (align-areas): Delete whitespace before reindenting, so
4445 that tabs are never placed after spaces.
4446
4447 2004-11-06 Alan Shutko <ats@acm.org>
4448
4449 * macros.el (insert-kbd-macro): Do completions based on macros,
4450 rather than all commands.
4451
4452 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
4453
4454 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4455 to solve a bug whereby tags with 'b' don't match.
4456
4457 2004-11-05 Juri Linkov <juri@jurta.org>
4458
4459 * info.el (Info-search): Don't search in node header lines
4460 and file headers.
4461
4462 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4463 symbol-constituent characters after dot, not only digits.
4464
4465 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
4466
4467 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4468
4469 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4470
4471 * dired.el (dired-read-dir-and-switches): Call read-directory-name
4472 if a dialog will be used, read-file-name otherwise.
4473
4474 2004-11-04 Richard M. Stallman <rms@gnu.org>
4475
4476 * textmodes/table.el (table group): Add :version.
4477
4478 * textmodes/ispell.el (ispell-word):
4479 Don't alter args; set them only thru `interactive' spec.
4480
4481 * textmodes/flyspell.el (flyspell-word):
4482 Don't alter FOLLOWING; set it only thru `interactive' spec.
4483
4484 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4485
4486 * net/browse-url.el (browse-url-maybe-new-window):
4487 Use called-interactively-p.
4488
4489 * mail/supercite.el (sc-cite-region):
4490 Don't use interactive-p. Add arg INTERACTIVE.
4491 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
4492
4493 * international/mule-cmds.el (set-input-method, toggle-input-method):
4494 Don't use interactive-p. Add arg INTERACTIVE.
4495
4496 * eshell/esh-mode.el (eshell-show-maximum-output):
4497 Don't use interactive-p.
4498 (eshell-truncate-buffer): Just message, no error, if buffer is short.
4499
4500 * mouse.el (mouse-show-mark): Get positions to delete from mark
4501 and point, not from mouse-drag-overlay.
4502
4503 * imenu.el (imenu-eager-completion-buffer): Add :version.
4504
4505 * filesets.el (filesets group): Add :version.
4506
4507 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
4508
4509 * files.el (xml-based-modes): Delete var.
4510 (magic-mode-alist): New more general var.
4511 (set-auto-mode): Use it.
4512
4513 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4514 when clicking from another window.
4515
4516 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
4517
4518 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4519 (vc-cvs-annotate-time): Incorporate value of deleted var.
4520 Remove special-case handling of beginning-of-buffer cruft.
4521 Cache ending position (point) and return value in text property
4522 `vc-cvs-annotate-time', and consult it on subsequent invocations.
4523
4524 * vc-cvs.el (vc-cvs-annotate-command):
4525 Delete extraneous lines from beginning of buffer.
4526 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4527
4528 * progmodes/grep.el (grep-default-command): Take empty string
4529 for tag if all other methods yield nil. Shell-quote the tag.
4530
4531 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4532 spec in `interactive' form, and mention it in the docstring.
4533 Also, make sure point is at bol after calling `annotate-time'.
4534
4535 2004-11-02 Richard M. Stallman <rms@gnu.org>
4536
4537 * cus-edit.el (customize-group-other-window):
4538 Select the window that displays the custom buffer.
4539 (custom-buffer-create-other-window): Likewise.
4540
4541 * comint.el (comint-insert-input): Fix previous change.
4542
4543 * emacs-lisp/elp.el (elp-instrument-function):
4544 Use called-interactively-p.
4545
4546 * emacs-lisp/easymenu.el (easy-menu-intern):
4547 Don't downcase; rather, case-flip the first letter of each word.
4548
4549 * emacs-lisp/easy-mmode.el (define-minor-mode):
4550 Use called-interactively-p.
4551
4552 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4553 Add interactive-only.
4554 (byte-compile-warnings): Add interactive-only as option.
4555 (byte-compile-interactive-only-functions): New variable.
4556 (byte-compile-form): Warn about calls to functions
4557 in byte-compile-interactive-only-functions.
4558
4559 * emacs-lisp/autoload.el (update-file-autoloads):
4560 Don't use interactive-p; take new arg SAVE-AFTER.
4561
4562 * emacs-lisp/advice.el (ad-make-advised-definition):
4563 Use called-interactively-p.
4564
4565 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4566
4567 * files.el (find-file-existing): New function.
4568
4569 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4570 find-file-existing. Add "New File..." that calls find-file.
4571
4572 * diropen.pbm, diropen.xpm: New files.
4573
4574 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4575 icon diropen. New tool bar item find-file-existing uses icon open.
4576
4577 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4578 instead of read-file-name.
4579
4580 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
4581
4582 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4583 (icalendar--split-value): Change name of work buffer.
4584 (icalendar--get-weekday-abbrev): Return nil on error.
4585 (icalendar--date-to-isodate): New function.
4586 (icalendar-convert-diary-to-ical)
4587 (icalendar-extract-ical-from-buffer): Use only two args for
4588 make-obsolete (XEmacs compatibility).
4589 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4590 (icalendar-export-region): Doc fix.
4591 If error, return non-nil and write errors to a buffer.
4592 Use correct weekday for weekly recurring events.
4593 Check whether date has been parsed for ordinary events.
4594 Make weekly events start in the year 2000.
4595 DTEND is non-inclusive, shift end date by one day if
4596 necessary (not for entries that have date and time).
4597 Rename local let variables: oops -> found-error, datestring ->
4598 startdatestring.
4599
4600 2004-11-02 Kim F. Storm <storm@cua.dk>
4601
4602 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4603 keep-mode-if-same variable. Add it as optional arg instead.
4604 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4605
4606 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4607 substitute-command-keys will select lower-case bindings like those
4608 used in the static help texts.
4609
4610 * descr-text.el (describe-text-properties): Don't err if called in
4611 the *Help* buffer; output to *Help-2* buffer instead.
4612
4613 * kmacro.el (group kmacro): Add :version.
4614 (kmacro-keyboard-quit): New function to cleanup on C-g.
4615 (kmacro-start-macro): Set defining-kbd-macro to append when
4616 appending to last macro.
4617
4618 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4619
4620 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
4621
4622 * progmodes/gdb-ui.el (gdb-enable-debug-log)
4623 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4624 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4625 Add :version keyword.
4626
4627 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
4628
4629 * progmodes/flymake.el (flymake-err-line-patterns):
4630 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4631 `compilation-error-regexp-alist-alist' to internal Flymake format.
4632
4633 * progmodes/flymake.el: Eliminate byte-compiler warnings.
4634
4635 2004-11-01 Jay Belanger <belanger@truman.edu>
4636
4637 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4638 with `interactive "s"'.
4639
4640 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4641
4642 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4643 Revert change from 2004-10-16. '*' checks the current buffer, but the
4644 mouse click may be in another buffer.
4645
4646 2004-11-01 John Paul Wallington <jpw@gnu.org>
4647
4648 * files.el (large-file-warning-threshold): Add :version keyword.
4649 (kill-some-buffers): Doc fix.
4650
4651 * thumbs.el (group thumbs): Add :version keyword.
4652
4653 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4654
4655 2004-11-01 Richard M. Stallman <rms@gnu.org>
4656
4657 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4658
4659 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4660
4661 * allout.el (allout group): Add :version.
4662 (allout-init): Don't use interactive-p.
4663 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4664 (allout-forward-current-level, allout-backward-current-level):
4665 Don't use interactive-p.
4666
4667 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4668 (bibtex-find-text): Likewise.
4669
4670 * progmodes/vhdl-mode.el (vhdl-fill-region)
4671 (vhdl-beginning-of-statement): Don't use interactive-p.
4672
4673 * progmodes/idlwave.el (idlwave-update-routine-info):
4674 Don't use interactive-p.
4675
4676 * progmodes/idlw-shell.el (idlwave-shell-send-char):
4677 Don't use interactive-p.
4678
4679 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4680 Don't use interactive-p.
4681
4682 * progmodes/ada-xref.el (ada-make-body-gnatstub):
4683 Don't use interactive-p.
4684
4685 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4686 (fortune-in-buffer): Doc fix.
4687
4688 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4689
4690 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4691 don't select the temporary buffer.
4692 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4693 (eudc-get-phone): Likewise.
4694
4695 2004-11-01 Kim F. Storm <storm@cua.dk>
4696
4697 * man.el (Man-xref-normal-file): Fix help-echo.
4698
4699 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * reveal.el (reveal-last-tick): New var.
4702 (reveal-post-command): Use it to avoid closing overlays when we're
4703 appending text to them.
4704
4705 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4706
4707 * textmodes/bibtex.el: Require button.
4708 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4709 (bibtex-reference-keys): Distinguish between header keys and
4710 crossref keys.
4711 (bibtex-beginning-of-field): New function.
4712 (bibtex-url-map): Remove.
4713 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4714 (bibtex-font-lock-url-regexp): Assume that field names begin at
4715 the beginning of a line.
4716 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
4717 Remove field delimiters. Use bibtex-beginning-of-field.
4718 Bugfix, point can be inside a field with a url.
4719 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4720 New functions.
4721 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4722 (bibtex-key-in-head): Simplify.
4723 (bibtex-current-line): Use bolp.
4724 (bibtex-parse-keys): Remove unused arg `add'.
4725 Use bibtex-type-in-head and bibtex-key-in-head.
4726 (bibtex-parse-entry, bibtex-autofill-entry):
4727 Use bibtex-type-in-head and bibtex-key-in-head.
4728 (bibtex-autokey-get-field): Do not alter case of replacement text.
4729 (bibtex-autokey-get-names): Do all processing of name list.
4730 (bibtex-autokey-get-year): New function.
4731 (bibtex-autokey-get-title): Do all processing of title words.
4732 (bibtex-generate-autokey): Simplify.
4733 (bibtex-string-files-init): Use default-directory.
4734 Allow for absolute file names in bibtex-string-files.
4735 (bibtex-files, bibtex-file-path): New variables.
4736 (bibtex-files-expand): New function.
4737 (bibtex-find-entry-globally): New command.
4738 (bibtex-summary-function): New variable.
4739 (bibtex-summary): Default value of bibtex-summary-function.
4740 (bibtex-find-crossref): New optional args pnt and split.
4741 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4742 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4743 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
4744 Fix handling of required and alternative fields.
4745 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4746 Use cons and display-buffer.
4747 (bibtex-validate-globally): New command.
4748 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
4749 bibtex-parse-keys and bibtex-parse-strings for updating
4750 bibtex-reference-keys and bibtex-strings.
4751 (bibtex-realign): Remove blank lines past the last entry.
4752 (bibtex-reformat): Use bibtex-entry-format as default.
4753 (bibtex-choose-completion-string): Remove.
4754 (bibtex-complete): Do not use bibtex-choose-completion-string.
4755 (bibtex-url): Simplify.
4756
4757 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4758
4759 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4760 (x-dnd-types-alist, x-dnd-open-file-other-window)
4761 (x-dnd-known-types): Add :version.
4762
4763 2004-10-31 John Paul Wallington <jpw@gnu.org>
4764
4765 * ibuffer.el (group ibuffer): Add :version keyword.
4766
4767 2004-10-31 Kim F. Storm <storm@cua.dk>
4768
4769 * ido.el (group ido): Add :version keyword.
4770 (ido-mode): Remove :version keyword.
4771
4772 * emulation/cua-base.el (group cua): Add :version keyword.
4773 (cua-mode): Remove :version keyword.
4774
4775 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
4776
4777 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4778
4779 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4780 compiler warning.
4781 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
4782 function.
4783 (help-at-pt-display-when-idle): Remove autoload.
4784
4785 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4788
4789 2004-10-30 Juri Linkov <juri@jurta.org>
4790
4791 * help.el (function-called-at-point):
4792 * help-fns.el (variable-at-point): Read -> intern.
4793
4794 2004-10-30 Simon Josefsson <jas@extundo.com>
4795
4796 * progmodes/autoconf.el (autoconf-font-lock-keywords):
4797 Recognize AS_* too.
4798
4799 2004-10-29 Simon Josefsson <jas@extundo.com>
4800
4801 * subr.el (read-passwd): Move back from password.el.
4802
4803 * password.el: Remove, not ready yet.
4804
4805 2004-10-29 Andreas Schwab <schwab@suse.de>
4806
4807 * speedbar.el (speedbar-frame-parameters): Improve customize type.
4808
4809 2004-10-29 Sam Steingold <sds@gnu.org>
4810
4811 * mouse.el (mouse-show-mark): Replace the last occurrence of
4812 x-lost-selection-hooks with x-lost-selection-functions.
4813
4814 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
4817 x-lost-selection-functions is bound.
4818
4819 * mouse-sel.el (mouse-sel-mode):
4820 * emacs-lisp/lselect.el: Adjust to new names for
4821 x-(lost|sent)-selection-functions.
4822
4823 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
4824 New obsolete aliases of x-lost-selection-functions and
4825 x-sent-selection-functions.
4826
4827 2004-10-28 Kim F. Storm <storm@cua.dk>
4828
4829 * imenu.el (imenu-scanning-message): Remove.
4830 (imenu-progress-message): Make it a no-op.
4831
4832 2004-10-28 John Paul Wallington <jpw@gnu.org>
4833
4834 * files.el (set-auto-mode): Call `throw' correctly.
4835
4836 2004-10-28 Juri Linkov <juri@jurta.org>
4837
4838 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
4839 to search `Info-...' commands in `info' manual.
4840 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4841 Add 'info-file "emacs" property.
4842 (Info-find-emacs-command-nodes): Fix index line number regexp.
4843 Set real line number (instead of fake 0) in first element of the
4844 returned list.
4845 (Info-goto-emacs-command-node): Use line number of first element
4846 to set point in the first found Info node.
4847
4848 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
4849 code to `grep-mode-font-lock-keywords'.
4850 (grep-mode-font-lock-keywords): Delete grep markers instead
4851 of making them invisible.
4852
4853 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4854
4855 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
4856 and x-server-version in bug report.
4857
4858 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
4859
4860 * files.el (set-auto-mode-0): New function.
4861 (set-auto-mode): Use it to handle aliased modes and to
4862 be consistent between C-x C-f and C-x C-w.
4863
4864 2004-10-28 Kenichi Handa <handa@m17n.org>
4865
4866 * international/utf-8.el (utf-translate-cjk-charsets):
4867 Add katakana-jisx0201.
4868
4869 * international/subst-jis.el: Add data for JISX0201.
4870
4871 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * obsolete/hilit19.el (hilit-mode): New function.
4874 Move all the toplevel side-effecting stuff into it, so that loading
4875 hilit19 doesn't mess everything up any more.
4876
4877 2004-10-27 Richard M. Stallman <rms@gnu.org>
4878
4879 * add-log.el (add-change-log-entry): Set up mailing address
4880 and full name later, and don't alter add-log-mailing-address
4881 or add-log-full-name.
4882
4883 * elide-head.el (elide-head): Change error to message.
4884 (elide-head-show): Likewise.
4885
4886 * apropos.el (apropos-macrop): Doc fix.
4887
4888 * mouse.el (mouse-show-mark): Do most processing the same
4889 regardless of transient-mark-mode.
4890
4891 * shadowfile.el (shadow-copy-files): Use interactive-p
4892 only to control whether to print a message.
4893
4894 * tar-mode.el (tar-mode): Use write-contents-functions,
4895 not write-contents-hooks.
4896
4897 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
4898 directory-sep-char.
4899
4900 2004-10-27 Richard M. Stallman <rms@gnu.org>
4901
4902 * strokes.el (strokes-unload-hook): Fix previous change.
4903
4904 * type-break.el (type-break-run-at-time): Always use run-at-time;
4905 forget the alternatives.
4906 (type-break-cancel-function-timers): Always use cancel-function-timers;
4907 forget the alternatives.
4908
4909 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
4910
4911 2004-10-27 Kenichi Handa <handa@m17n.org>
4912
4913 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
4914
4915 * international/subst-gb2312.el: Likewise.
4916
4917 * international/subst-big5.el: Likewise.
4918
4919 * international/subst-ksc.el: Likewise.
4920
4921 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
4922 New variable.
4923 (utf-translate-cjk-set-unicode-range): New function.
4924 (utf-translate-cjk-unicode-range): Make it customizable.
4925 (utf-8-post-read-conversion):
4926 Use utf-translate-cjk-unicode-range-string.
4927 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
4928 Unicode ranges.
4929
4930 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
4931
4932 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
4933 trivial variants to shorten the list.
4934 (xml-based-modes): New var.
4935 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
4936 declaration higher priority than auto-mode-alist.
4937
4938 * find-file.el (cc-other-file-alist): Bring it in line with
4939 cc-mode's auto-mode-alist entries and use \' instead of $.
4940
4941 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
4942 and add "Id" and "Name" submenus to it.
4943
4944 * imenu.el (imenu--generic-function): Skip matches in comments.
4945
4946 2004-10-26 Jay Belanger <belanger@truman.edu>
4947
4948 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
4949 (full-calc-keypad, calc-trail-display): Use an extra argument
4950 instead of `interactive-p'.
4951
4952 * calc/calc-misc.el (calc-other-window): Use an extra argument
4953 instead of `interactive-p'.
4954
4955 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
4956 `interactive-p'.
4957
4958 2004-10-26 Kim F. Storm <storm@cua.dk>
4959
4960 * help.el (describe-key): Describe both down-event and up-event
4961 for a mouse click.
4962
4963 2004-10-26 Richard M. Stallman <rms@gnu.org>
4964
4965 * woman.el (woman): Don't call interactive-p.
4966
4967 * pcomplete.el (pcomplete): Instead of interactive-p,
4968 use an arg set non-nil by the interactive spec.
4969
4970 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
4971 use an arg set non-nil by the interactive spec.
4972
4973 * man.el (Man-cleanup-manpage): Instead of interactive-p,
4974 use an arg set non-nil by the interactive spec.
4975
4976 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4977
4978 * progmodes/flymake.el (flymake-split-string):
4979 Use `flymake-split-string-remove-empty-edges' in any case.
4980
4981 2004-10-26 Masatake YAMATO <jet@gyve.org>
4982
4983 * progmodes/flymake.el (flymake-err-line-patterns):
4984 Use `compilation-error-regexp-alist-alist' instead of
4985 `compilation-error-regexp-alist'.
4986
4987 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
4990 verbatim face on the \ of \end{verbatim}.
4991
4992 2004-10-25 Jay Belanger <belanger@truman.edu>
4993
4994 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
4995 erasing minibuffer.
4996
4997 2004-10-25 Simon Josefsson <jas@extundo.com>
4998
4999 * subr.el (read-passwd): Move to net/password.el.
5000
5001 * net/password.el (read-passwd): Add. Autoload it.
5002
5003 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
5004
5005 * mouse-sel.el (mouse-sel-mode): Specify custom group.
5006
5007 * simple.el (process-file): Fix logic.
5008
5009 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5010
5011 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5012 (increase-right-margin): Remove erroneous call to `interactive-p'.
5013
5014 2004-10-24 Kim F. Storm <storm@cua.dk>
5015
5016 * help.el (describe-mode): Fix 2004-10-13 change.
5017 Copy pure "Auto Fill" string so it can be propertized later
5018 without causing a read-only error.
5019
5020 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5021
5022 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5023 style indexes.
5024
5025 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5026
5027 * simple.el (process-file): Accept nil for INFILE. Reported by
5028 Luc Teirlinck.
5029
5030 2004-10-24 Masatake YAMATO <jet@gyve.org>
5031
5032 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5033 Handle periods and underscores in a function name.
5034 Remove the address fontification.
5035
5036 2004-10-24 Masatake YAMATO <jet@gyve.org>
5037
5038 * progmodes/asm-mode.el (asm-font-lock-keywords):
5039 Use font-lock-variable-name-face for registers.
5040
5041 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
5042
5043 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5044 kill-all-local-variables.
5045 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5046 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5047 Use kill-all-local-variables and provide mode-hooks.
5048 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5049 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5050 Suggested by Masatake YAMATO <jet@gyve.org>.
5051
5052 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
5053
5054 * simple.el (process-file): New function, similar to call-process
5055 but supports file handlers.
5056 * vc.el (vc-do-command): Use it, instead of call-process.
5057 * net/tramp-vc.el (vc-do-command): Do not advise it if
5058 process-file is fboundp.
5059 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5060 process-file.
5061 (tramp-handle-process-file): New function.
5062 (tramp-file-name-for-operation): Support process-file.
5063
5064 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
5065
5066 * calendar/icalendar.el (icalendar--weekday-array): New constant.
5067 (icalendar-weekdayabbrev-table)
5068 (icalendar-monthnumber-table): Delete.
5069 (icalendar--get-month-number): Use calendar-month-name-array.
5070 (icalendar--get-weekday-number): New function.
5071 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5072 (icalendar-export-region): Handle multi-line entries.
5073 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5074
5075 2004-10-23 John Paul Wallington <jpw@gnu.org>
5076
5077 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5078 `wildcards' set to t in interactive spec.
5079
5080 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5081 interactive spec rather than use `interactive-p'.
5082 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5083 rather than use function `interactive-p'.
5084
5085 2004-10-22 Kenichi Handa <handa@m17n.org>
5086
5087 * international/mule.el (translate-region): Implement it in Lisp
5088 as a front end of translate-region-internal.
5089
5090 2004-10-21 Jay Belanger <belanger@truman.edu>
5091
5092 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5093 Declare these variables with defvar.
5094
5095 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5096 is bound, only check to see if it is bound.
5097
5098 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5101 Don't output messages.
5102
5103 * calc/calc-help.el (calc-describe-bindings): Fix last change.
5104
5105 2004-10-21 John Paul Wallington <jpw@gnu.org>
5106
5107 * calc/calc-graph.el (calc-graph-init):
5108 Use `set-process-query-on-exit-flag'.
5109
5110 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
5111
5112 * progmodes/compile.el (compilation-start): Rely on `cd' to get
5113 dir right and also allow argumentless cd.
5114
5115 2004-10-19 Richard M. Stallman <rms@gnu.org>
5116
5117 * textmodes/flyspell.el (flyspell-mode): Doc fix.
5118
5119 * eshell/em-unix.el (eshell-grep):
5120 Don't bind compilation-process-setup-function.
5121
5122 * comint.el (comint-insert-input): Use @ in `interactive'.
5123 (comint-input-filter-functions): Doc fix.
5124 (comint-kill-whole-line, comint-get-source): Doc fix.
5125
5126 * progmodes/compile.el (compilation-setup):
5127 Don't set buffer-read-only if MINOR is non-nil.
5128
5129 2004-10-19 Jay Belanger <belanger@truman.edu>
5130
5131 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5132 (calc-emacs-type-gnu19): Remove.
5133 (calc-digit-map, calc-read-key-sequence, calc-read-key):
5134 Remove check for old emacs versions.
5135
5136 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5137 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5138 for current Emacs.
5139
5140 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5141 the end of the minibuffer.
5142 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
5143 copy `esc-map'.
5144
5145 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5146
5147 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5148 call that would be given when the current emacs was used.
5149
5150 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5151
5152 * calendar/icalendar.el: Set coding to utf-8.
5153 (icalendar-version): Increase to 0.07.
5154 (icalendar-monthnumber-table): Change March pattern.
5155 (icalendar-get-all-event-properties)
5156 (icalendar-set-event-property): Delete.
5157 (icalendar-all-events): No longer interactive.
5158 (icalendar-convert-diary-to-ical)
5159 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5160 their replacements.
5161 (icalendar-export-file, icalendar-export-region): New functions;
5162 essentially old `icalendar-convert-diary-to-ical' but appending to
5163 target rather than overwriting.
5164 (icalendar-import-file): Append to target file rather than
5165 overwriting. Fourth arg deleted.
5166 (icalendar-import-buffer): New name for old
5167 `icalendar-extract-ical-from-buffer'.
5168 (icalendar--convert-string-for-import): New name for
5169 old `icalendar-convert-for-import'.
5170 (include-icalendar-files): Delete.
5171 Prefix for all internal functions changed from `icalendar-'
5172 to `icalendar--'.
5173
5174 2004-10-19 Richard M. Stallman <rms@gnu.org>
5175
5176 * paths.el (news-path): Fix previous change.
5177
5178 2004-10-18 Jay Belanger <belanger@truman.edu>
5179
5180 * calc/calc-help.el (calc-describe-bindings):
5181 Set `buffer-read-only' to nil while working in the keybindings buffer;
5182 remove some extra information from the keybindings buffer.
5183
5184 2004-10-18 David Ponce <david@dponce.com>
5185
5186 * mouse.el (mouse-drag-move-window-top): New function.
5187 (mouse-drag-mode-line-1): Use it.
5188
5189 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5190
5191 * info.el (Info-fontify-node): For multiline refs,
5192 arrange to unfontify newline and surrounding whitespace.
5193
5194 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5197 directory is missing.
5198
5199 2004-10-17 John Paul Wallington <jpw@gnu.org>
5200
5201 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5202 New customizable variable; whether to display buffers that match
5203 `ibuffer-maybe-show-predicates' by default.
5204 (ibuffer-maybe-show-predicates): Mention it in docstring.
5205 (ibuffer-display-maybe-show-predicates): New variable.
5206 (ibuffer-update): Prefix arg now toggles whether buffers that
5207 match `ibuffer-maybe-show-predicates' should be displayed.
5208 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5209 locally to heed `ibuffer-default-display-maybe-show-predicates'.
5210 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5211
5212 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
5213
5214 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
5215 work correctly.
5216
5217 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
5218
5219 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5220 (Buffer-menu-beginning): New helper function.
5221 (Buffer-menu-execute): Use it.
5222 (Buffer-menu-select): Use it.
5223 (Buffer-menu-sort): Use it and also keep markers.
5224
5225 2004-10-17 Richard M. Stallman <rms@gnu.org>
5226
5227 * paths.el (news-directory): Rename from news-path. Old name alias.
5228 (rmail-spool-directory): Use defvar.
5229 (sendmail-program): Use defcustom.
5230 (remote-shell-program): Use defcustom.
5231 (term-file-prefix): Use defvar.
5232 (abbrev-file-name): Use defvar.
5233
5234 * term.el: Add maintainer.
5235
5236 * subr.el (with-local-quit): Return nil if there's a quit.
5237 (read-passwd): Use with-local-quit. Doc fix.
5238
5239 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5240 (strokes-unload-hook): Set as a variable with add-hook.
5241
5242 * startup.el (fancy-splash-tail, normal-splash-screen):
5243 Update copyright year.
5244
5245 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5246
5247 * server.el (server-unload-hook): Set as a variable with add-hook.
5248
5249 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5250
5251 * frame.el (special-display-popup-frame):
5252 Make the buffer current as its frame is created.
5253
5254 * delsel.el (delsel-unload-hook): Set as a variable.
5255
5256 * comint.el (comint-output-filter-functions):
5257 Add comint-watch-for-password-prompt.
5258 (comint-read-noecho): Function deleted.
5259 (send-invisible): Use read-passwd.
5260
5261 * fringe.el (fringe-mode-initialize): New function.
5262 (fringe-mode): Use fringe-mode-initialize as :initialize.
5263
5264 2004-10-17 Kim F. Storm <storm@cua.dk>
5265
5266 * language/indian.el (indian-script-language-alist): Swap value and doc.
5267 (indian-font-char-index-table): Doc fix.
5268
5269 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5272
5273 2004-10-16 Juri Linkov <juri@jurta.org>
5274
5275 * progmodes/compile.el (compilation-start): Move let-binding of
5276 `process-environment' into `with-current-buffer' body.
5277 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5278
5279 2004-10-16 Richard M. Stallman <rms@gnu.org>
5280
5281 * pcvs-util.el (cvs-bury-buffer):
5282 Don't call get-buffer-window for effect.
5283
5284 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5285
5286 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5287
5288 * msb.el (msb-unload-hook): Set the variable.
5289
5290 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5291 Use * to err if buffer is readonly.
5292
5293 * subr.el (looking-back): Return only t or nil.
5294
5295 * whitespace.el (whitespace-unload-hook): Set the variable.
5296
5297 * view.el (view-mode-enable): Set view-page-size and
5298 view-half-page-size to nil.
5299 (view-set-half-page-size-default): view-half-page-size = nil
5300 means the default.
5301 (View-scroll-page-forward): Use view-page-size-default.
5302 (View-scroll-page-backward): Likewise.
5303 (view-page-size, view-half-page-size): Doc fixes.
5304
5305 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5306
5307 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5308
5309 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5310 "cl" like other files. Instead, call byte-compile-find-cl-functions.
5311 (byte-compile-log-1): Bind inhibit-read-only.
5312 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5313 (byte-compile-log-warning): Likewise.
5314 (byte-compile-file-form-require): Detect "cl" from the arg value.
5315
5316 * progmodes/compile.el (compilation-start): Assume compilation-mode
5317 will make the buffer read-only.
5318 (compilation-mode): Take arg name-of-mode.
5319 (compilation-setup): Make buffer read-only.
5320 (compilation-handle-exit): Bind inhibit-read-only.
5321
5322 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5323 (ispell-message): Likewise.
5324 (ispell-show-choices): Don't call get-buffer-window uselessly.
5325 (ispell-init-process): Use set-process-query-on-exit-flag.
5326
5327 2004-10-16 Kim F. Storm <storm@cua.dk>
5328
5329 * fringe.el (fringe-bitmaps): Only initialize when defined.
5330
5331 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5332 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5333
5334 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5335
5336 2004-10-15 Simon Josefsson <jas@extundo.com>
5337
5338 * net/password.el: Add.
5339
5340 2004-10-14 Masatake YAMATO <jet@gyve.org>
5341
5342 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5343 (gdb-script-end-of-defun): New function.
5344 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5345 `gdb-script-end-of-defun' as *-of-defun-function.
5346
5347 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
5348
5349 * button.el (button-activate): Allow a marker to display as an action.
5350
5351 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5352
5353 * help.el (describe-mode): Use it to make minor mode list into
5354 hyperlinks.
5355
5356 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * vc.el (vc-annotate-display-select): Fix typo.
5359
5360 * subr.el (substitute-key-definition-key): New function.
5361 (substitute-key-definition): Use it with map-keymap.
5362 (event-modifiers): Use push.
5363 (mouse-movement-p, with-temp-buffer): Simplify.
5364
5365 2004-10-12 Jay Belanger <belanger@truman.edu>
5366
5367 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5368 New variables.
5369 (calc-help-index-entries): New function.
5370 (calc-describe-function): Use `calc-help-function-list' instead of
5371 obarray for completion.
5372 (calc-describe-variable): Use `calc-help-variable-list' instead
5373 of obarray for completion.
5374
5375 2004-10-12 Richard M. Stallman <rms@gnu.org>
5376
5377 * info-look.el (info-lookup-file): Add info-file property.
5378 (info-lookup-symbol): Likewise.
5379
5380 * info.el (info-xref): Add underlining.
5381 (info): Add info-file property.
5382 (Info-find-emacs-command-nodes): Specify case-sensitive search.
5383
5384 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
5385
5386 Sync with Tramp 2.0.45.
5387
5388 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5389 defined. This is not the case for XEmacs without package "edebug".
5390 (tramp-set-auto-save-file-modes): Set permissions of autosaved
5391 remote files to the permissions of the original file. This is not
5392 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
5393 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
5394 (tramp-perl-decode): Fix an error in Perl implementation.
5395 $pending must be cleared every loop. Reported by Benjamin Place
5396 <benjaminplace@sprintmail.com>
5397
5398 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5399 Don't activate advice during definition. This is done later on,
5400 depending on test result of `substitute-in-file-name'.
5401 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5402
5403 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5406
5407 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5408
5409 2004-10-12 David Ponce <david@dponce.com>
5410
5411 * recentf.el (recentf-edit-list): Update the menu when the recentf
5412 list has been modified.
5413
5414 2004-10-12 Simon Josefsson <jas@extundo.com>
5415
5416 * net/tls.el (tls-certtool-program): New variable.
5417 (tls-certificate-information): New function, based on
5418 ssl-certificate-information.
5419
5420 2004-10-12 Kenichi Handa <handa@m17n.org>
5421
5422 * international/mule.el (coding-system-equal): Move from mule-util.el.
5423
5424 * international/mule-util.el (coding-system-equal): Move to mule.el.
5425
5426 2004-10-12 Kim F. Storm <storm@cua.dk>
5427
5428 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5429 reset kmacro-initial-counter-value if set.
5430 (kmacro-set-counter): Only set kmacro-counter if defining or executing
5431 macro. Set kmacro-initial-counter-value otherwise. Never set both.
5432 (kmacro-display): Show macro counter if non-zero.
5433
5434 * subr.el (substitute-key-definition): Mention command remapping
5435 in doc string.
5436
5437 2004-10-11 Jay Belanger <belanger@truman.edu>
5438
5439 * calc/calc-misc.el (calc-info-goto-node): New function.
5440 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5441 node in one step.
5442 (calc-describe-copying, calc-describe-distribution)
5443 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5444 Go to appropriate info node in one step.
5445
5446 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5449
5450 * font-lock.el (font-lock-apply-highlight): Fix last change.
5451
5452 2004-10-11 Simon Josefsson <jas@extundo.com>
5453
5454 * mail/smtpmail.el (smtpmail-open-stream): Look for
5455 starttls-gnutls-program instead of starttls-program iff
5456 starttls-use-gnutls is non-nil.
5457 (smtpmail-open-stream): Don't overwrite user settings of
5458 starttls-extra-arguments and starttls-extra-args.
5459
5460 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * comint.el (comint-mouse-insert-input): Remove.
5463 (comint-insert-input): Make it work for mouse bindings.
5464 (comint-mode-map): Move defs into the declaration.
5465 (comint-output-filter): Typo.
5466
5467 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5468
5469 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
5470
5471 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5472 (ange-ftp-call-chmod): Reference remote-shell-program instead of
5473 ange-ftp-remote-shell.
5474
5475 2004-10-10 Andreas Schwab <schwab@suse.de>
5476
5477 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5478 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5479 Reported by <sri@asu.edu>.
5480
5481 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
5482
5483 * vc.el (vc-annotate-mode): Remove variable.
5484 (vc-annotate-display-select): Only call vc-annotate-mode
5485 if we're not in that mode already.
5486
5487 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5490 (imenu-choose-buffer-index): Check here for rescan instead.
5491
5492 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5493 where the face expression evals to nil.
5494
5495 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5496 (tex-font-lock-keywords-2): Use it.
5497 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5498
5499 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5500
5501 2004-10-09 Kim F. Storm <storm@cua.dk>
5502
5503 * subr.el (progress-reporter-update): Define before first usage.
5504 (make-progress-reporter): Doc fix.
5505
5506 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5507
5508 * textmodes/paragraphs.el (sentence-end-double-space)
5509 (sentence-end-without-period, sentence-end-without-space)
5510 (sentence-end): Doc fixes.
5511
5512 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
5513
5514 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5515 Change paragraph-start regexp so we don't fill code starting with #'(.
5516
5517 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
5518
5519 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5520 New defcustom.
5521 (extract-address-components): Use it.
5522
5523 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5524
5525 * subr.el (make-progress-reporter, progress-reporter-update)
5526 (progress-reporter-force-update, progress-reporter-do-update)
5527 (progress-reporter-done): New functions.
5528
5529 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5530
5531 * progmodes/etags.el (etags-tags-completion-table): Use progress
5532 reporter.
5533 (etags-tags-apropos): Likewise.
5534
5535 2004-10-08 Alan Mackenzie <acm@muc.de>
5536
5537 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5538 of current line.
5539
5540 2004-10-08 Masatake YAMATO <jet@gyve.org>
5541
5542 * server.el (server-process-filter): Wrap `process-send-region'
5543 by `condition-case' to guard the case when the pipe to PROC is closed.
5544
5545 2004-10-07 Mark A. Hershberger <mah@everybody.org>
5546
5547 * xml.el (xml-substitute-special): Limit handling of external entities.
5548
5549 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
5550
5551 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5552
5553 2004-10-06 John Paul Wallington <jpw@gnu.org>
5554
5555 * xml.el (xml-parse-dtd): Fix `error' call.
5556
5557 2004-10-05 Mark A. Hershberger <mah@everybody.org>
5558
5559 * xml.el (xml-substitute-special): Return a single string instead
5560 of a list of strings if an entity substitution is made.
5561
5562 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
5563
5564 * calendar/icalendar.el: New file.
5565
5566 2004-10-05 Juri Linkov <juri@jurta.org>
5567
5568 * isearch.el (isearch-done): Set mark after running hook.
5569 Reported by Drew Adams <drew.adams@oracle.com>.
5570
5571 * info.el (Info-history, Info-toc): Fix Info headers.
5572 (Info-toc): Narrow buffer before Info-fontify-node.
5573 (Info-build-toc): Don't check for special Info file names.
5574 Set main-file to nil if Info-find-file returns a symbol.
5575
5576 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
5577
5578 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5579 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5580 * calendar/cal-menu.el (calendar-mode-map): Ditto.
5581
5582 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5583
5584 * calendar/cal-iso.el (calendar-iso-read-args): New function,
5585 for old interactive spec from calendar-goto-iso-date.
5586 (calendar-goto-iso-date): Use it.
5587 (calendar-goto-iso-week): New function. Suggested by Emilio
5588 C. Lopes <eclig@gmx.net>.
5589
5590 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
5591
5592 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5593 `set-right-margin' bindings that follow the minor mode conventions.
5594
5595 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5598 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5599 (latex-block-args-alist): Add minipage and picture.
5600 (latex-block-body-alist): Use reftex-label if enabled.
5601 (latex-insert-block): Don't insert a \n if not necessary.
5602 (tex-compile-commands): Make sure dvips doesn't send to printer.
5603 (tex-compile-default): Handle the case where no executable is found.
5604 (latex-noindent-environments): New var.
5605 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
5606 If tex-indent-allhanging is non-nil, make sure we only align for macros
5607 at beginning of line.
5608
5609 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
5610
5611 * newcomment.el (comment-beginning): Doc fix and don't choke on
5612 unset `comment-end-skip' when at beginning of comment.
5613
5614 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5615
5616 * term.el (term-adjust-current-row-cache): Don't allow the current
5617 row to become negative.
5618 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5619 the end of the line. Fix scroll down. Add comments.
5620 (term-handle-ansi-escape): Don't exceed terminal width when moving
5621 right.
5622 (term-scroll-region): Move the cursor after setting the scroll region.
5623
5624 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
5625
5626 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5627 to `width' for consistency with docstring. Doc fix.
5628
5629 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
5630
5631 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5632 This is necessary for derived modes.
5633
5634 2004-09-30 Kim F. Storm <storm@cua.dk>
5635
5636 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5637 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5638
5639 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5640 kmacro-extract-lambda functions.
5641 (edit-kbd-macro): Handle kmacro lambda forms.
5642 Include counter and counter format in edit buffer.
5643 (edmacro-finish-edit): Get counter and format from edit buffer and
5644 update kmacro bindings when found.
5645
5646 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
5647
5648 * textmodes/paragraphs.el (forward-paragraph):
5649 Avoid args-out-of-range error when point winds up at the beginning of
5650 the buffer and hard newlines are enabled.
5651
5652 * newcomment.el (comment-multi-line): Doc fix.
5653
5654 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5657 (diff-fixup-modifs): Catch unified-diff file-headers.
5658
5659 2004-09-29 Kim F. Storm <storm@cua.dk>
5660
5661 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5662 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5663 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5664
5665 * fringe.el (fringe-bitmap-p): New macro.
5666 (fringe-bitmaps): Add standard fringe bitmaps on load.
5667
5668 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * dired.el (dired-view-command-alist): Use more efficient regexps.
5671 Remove dubious arguments.
5672 (dired-align-file): New function.
5673 (dired-insert-directory): Use it.
5674 (dired-move-to-end-of-filename): Make the " -> " search more specific.
5675 (dired-buffers-for-dir): Remove unused var `pattern'.
5676
5677 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
5678
5679 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5680 from diary display excursion. Store diary buffer's point for
5681 `simple-diary-display'.
5682 (simple-diary-display): Set window point and start when
5683 displaying buffer, to preserve point.
5684
5685 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
5686
5687 * textmodes/enriched.el (enriched-translations): Replace defconst
5688 with defvar.
5689
5690 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5691
5692 * printing.el: Doc fix.
5693 (pr-version): New version number (6.8.1).
5694 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5695 make-temp-name.
5696 (pr-delete-file): Check if file exists before deleting it.
5697 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5698
5699 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * term.el (term-display-table): New variable.
5702 (term-mode): Use it.
5703 (term-exec-1): Set the coding system to binary.
5704 (term-emulate-terminal): Decode the string before inserting it.
5705
5706 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5707
5708 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5709 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5710 (map): Bind S-prior, S-next and S-insert.
5711 (term-mode): Set `indent-tabs-mode' to nil.
5712 (term-paste): New function to be bound to S-insert.
5713 (term-send-del, term-send-backspace): Change the strings sent.
5714 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5715 (term-handle-colors-array): Fix handling of underline and reverse.
5716 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
5717 (term-erase-in-line): Fix comparison.
5718 (term-emulate-terminal): Fix line wrap handling.
5719 (term-start-output-log): Rename from `term-set-output-log'.
5720 (term-stop-output-log): Rename from `term-stop-photo'.
5721 (term-switch-to-alternate-sub-buffer): Comment out, unused.
5722
5723 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
5724
5725 * dired.el (dired-move-to-filename): Don't output a message if
5726 raise-error is non-nil. Fix return position and value.
5727
5728 * files.el (insert-directory): Obey --dired even with symlinks.
5729
5730 2004-09-25 Lars Hansen <larsh@math.ku.dk>
5731
5732 * ls-lisp.el (ls-lisp-format): Mark file names with property
5733 dired-filename.
5734
5735 2004-09-25 Kim F. Storm <storm@cua.dk>
5736
5737 * ido.el (ido-max-directory-size): New defcustom.
5738 (ido-decorations): Add "too big" element.
5739 (ido-directory-too-big): New dynamic var.
5740 (ido-may-cache-directory): Don't cache big directories.
5741 (ido-directory-too-big-p): New defun.
5742 (ido-set-current-directory): Update ido-directory-too-big.
5743 (ido-read-internal): Make empty ido-cur-item if too-big.
5744 (ido-buffer-internal): Use ido-read-internal directly instead of
5745 ido-read-buffer.
5746 (ido-file-internal): Init ido-directory-too-big.
5747 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5748 and redo completion with full list.
5749 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5750 it, and show completions.
5751 (ido-all-completions): Let bind ido-directory-too-big to nil.
5752 (ido-exhibit): Handle ido-directory-too-big.
5753 (ido-read-buffer): Handle fallback to read-buffer.
5754 Init ido-directory-too-big.
5755 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5756 Init ido-directory-too-big.
5757
5758 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5759
5760 * subr.el (delay-mode-hooks): Doc fix.
5761
5762 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
5763
5764 * textmodes/enriched.el
5765 (enriched-default-text-properties-local-flag): New variable.
5766 (enriched-mode): Make sure that enabling and disabling the mode is
5767 a no-op. Doc fix.
5768
5769 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
5770
5771 * calendar/holidays.el (holiday-advent): Report on a specified day
5772 offset from advent, not just advent.
5773 (holiday-easter-etc): Report on one specified day offset from
5774 easter, not all easter holidays. Various Easter holidays moved to
5775 `christian-holidays' variable in calendar.el.
5776 * calendar/calendar.el (christian-holidays): Adapt for new
5777 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5778
5779 2004-09-23 Kim F. Storm <storm@cua.dk>
5780
5781 * image.el (insert-sliced-image): Add doc string.
5782
5783 * ido.el (ido-choice-list): New dynamic var for `list' context.
5784 (ido-context-switch-command): New dynamic var.
5785 (ido-define-mode-map): Generalize switch between file/buffer contexts.
5786 (ido-read-internal): Handle new `list' context.
5787 Handle insert-buffer and insert-file ido-exit values.
5788 (ido-buffer-internal): New arg switch-cmd. Use it to setup
5789 ido-context-switch-command. Handle insert-file ido-exit value.
5790 (ido-read-buffer): Set ido-context-switch-command to 'ignore
5791 unless it is already bound by caller.
5792 (ido-file-internal): New arg switch-cmd. Use it to setup
5793 ido-context-switch-command. Handle insert-buffer ido-exit value.
5794 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5795 used for context switching.
5796 (ido-all-completions): Handle new `list' context.
5797 (ido-make-choice-list): Return choices for `list' context.
5798 (ido-find-file-in-dir, ido-display-file, ido-write-file)
5799 (ido-display-buffer, ido-kill-buffer): Disable context switching.
5800 (ido-insert-buffer, ido-insert-file): Setup context switching.
5801 (ido-exhibit): Handle `list' context.
5802 (ido-read-file-name): Disable context switching. Handle fallback.
5803 (ido-read-directory-name): Disable context switching.
5804 (ido-completing-read): New defun like completing-read. Setup and
5805 use new `list' context.
5806
5807 2004-09-20 Jesper Harder <harder@ifa.au.dk>
5808
5809 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5810
5811 2004-09-21 Jay Belanger <belanger@truman.edu>
5812
5813 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
5814 `calc-graph-set-styles' so the gnuplot buffer will appear in a
5815 separate window.
5816
5817 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
5818
5819 * subr.el (after-change-major-mode-hook): Doc fix.
5820
5821 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5822
5823 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
5824 of ghostscript for monochrome PostScript file in Windows.
5825
5826 2004-09-21 Kenichi Handa <handa@m17n.org>
5827
5828 * descr-text.el (describe-char): Checking of quail activation
5829 fixed.
5830
5831 2004-09-21 Jay Belanger <belanger@truman.edu>
5832
5833 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
5834
5835 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
5836
5837 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
5838 after the mode hooks instead of before. Doc fix.
5839
5840 2004-09-20 Jason Rumney <jasonr@gnu.org>
5841
5842 * startup.el (command-line) [windows-nt]: Try .emacs first, then
5843 _emacs, but revert to .emacs if neither exists in home directory.
5844
5845 2004-09-20 John Paul Wallington <jpw@gnu.org>
5846
5847 * bindings.el (completion-ignored-extensions): Add .dfsl.
5848
5849 2004-09-20 Richard M. Stallman <rms@gnu.org>
5850
5851 * bindings.el (scroll-left): Make it disabled.
5852
5853 * files.el (enable-local-eval): Doc fix.
5854
5855 * indent.el (move-to-left-margin): Special case for minibuffer.
5856
5857 * term.el (term-emulate-terminal): Turn off undo for output.
5858 Use with-current-buffer and save-selected-window.
5859
5860 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
5861
5862 * progmodes/make-mode.el (makefile-fill-paragraph):
5863 Don't insist on spaces when looking for comments. # is enough.
5864
5865 * files.el (hack-local-variables): Copy the variables list
5866 to another buffer, strip prefixes and suffixes there, then read.
5867 (enable-local-eval): Doc fix.
5868 (ignored-local-variables): Initialize to nil.
5869 (risky-local-variable-p): Don't check ignored-local-variables here.
5870 (hack-one-local-variable): Ignore var if in ignored-local-variables.
5871
5872 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5873
5874 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
5875 of = to "." (punctuation).
5876
5877 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * subr.el (event-basic-type): Fix mask (extend to 22bits).
5880
5881 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
5882
5883 * textmodes/enriched.el (enriched-rerun-flag): New variable.
5884 (enriched-before-change-major-mode): New function.
5885 Add it to `change-major-mode-hook'.
5886 (enriched-after-change-major-mode): New function.
5887 Add it to `after-change-major-mode-hook'.
5888 (enriched-mode): Make it work correctly if called from
5889 `after-change-major-mode-hook'.
5890 No longer set `indent-line-function'.
5891
5892 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
5893
5894 * subr.el (after-change-major-mode-hook): New variable.
5895 (run-mode-hooks): Implement it.
5896
5897 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * battery.el (battery-linux-proc-apm): Use string-to-number.
5900 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
5901 Use dolist (and less indentation). Use erase-buffer.
5902 Pre-initialize `design-capacity', `warn', and `low'.
5903 (battery-format): Use replace-regexp-in-string.
5904
5905 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
5906
5907 * battery.el: Delete superfluous empty lines.
5908 (battery-linux-proc-acpi): Attempt to gather information from all
5909 battery subdirectories regardless of their file name.
5910 (battery-linux-proc-apm): Replace all occurrences of
5911 battery-hex-to-int-2 with string-to-int (base 16).
5912 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
5913 (battery-hex-map): Delete variable.
5914
5915 2004-09-18 John Paul Wallington <jpw@gnu.org>
5916
5917 * calc/calc-units.el (calc-quick-units): Fix overzealous
5918 s/or/unless/.
5919
5920 2004-09-17 Jay Belanger <belanger@truman.edu>
5921
5922 * calc/calc.el (calc-mode-var-list): Fix the value of
5923 `calc-matrix-brackets'.
5924
5925 2004-09-17 Romain Francoise <romain@orebokech.com>
5926
5927 * ibuf-ext.el (define-ibuffer-filter filename):
5928 Expand dired-directory since buffer-file-name is absolute.
5929
5930 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5931
5932 * ediff-init.el (ediff-current-diff-face-A)
5933 (ediff-current-diff-face-B, ediff-current-diff-face-C)
5934 (ediff-current-diff-face-Ancestor)
5935 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5936 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5937 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5938 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5939 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5940 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5941 Use min-colors.
5942
5943 * term.el (term-down): Perform vertical motion if DOWN is negative.
5944 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
5945 (term-termcap-format): Synchronyze with the eterm terminfo entry
5946 in etc/e/eterm.ti.
5947 (term-handle-colors-array): If the current foreground or
5948 background are zero (i.e. unspecified), use the foreground and
5949 background of the default face for reverse video.
5950 (term-ansi-at-eval-string, term-ansi-default-fg)
5951 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
5952 (term-mem): Delete ununsed function.
5953 (term-protocol-version): Increment.
5954 (term-current-face): Set to default.
5955
5956 2004-09-15 Jay Belanger <belanger@truman.edu>
5957
5958 * calc/calc.el (calc-mode-var-list): Define this variable.
5959 (calc-always-load-extensions, calc-line-numbering)
5960 (calc-line-breaking, calc-display-just, calc-display-origin)
5961 (calc-number-radix, calc-leading-zeros, calc-group-digits)
5962 (calc-group-char, calc-point-char, calc-frac-format)
5963 (calc-prefer-frac, calc-hms-format, calc-date-format)
5964 (calc-float-format, calc-full-float-format, calc-complex-format)
5965 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5966 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5967 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5968 (calc-matrix-brackets, calc-language, calc-language-option)
5969 (calc-left-label, calc-right-label, calc-word-size)
5970 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5971 (calc-display-raw, calc-internal-prec, calc-angle-mode)
5972 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5973 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5974 (calc-window-height, calc-display-trail, calc-show-selections)
5975 (calc-use-selections, calc-assoc-selections)
5976 (calc-display-working-message, calc-auto-why, calc-timing)
5977 (calc-mode-save-mode, calc-standard-date-formats)
5978 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5979 (calc-user-parse-tables, calc-gnuplot-default-device)
5980 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5981 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5982 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5983 (calc-invocation-macro, calc-show-banner): Give these values as
5984 part of `calc-mode-var-list's initialization after the variables
5985 are declared with defvar.
5986 (calc-bug-address): Change email address to send bug reports to.
5987 Change the maintainer address at the top.
5988 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
5989 than "\\.emacs" to determine if it is the user-init-file.
5990
5991 * calc/calc-embed.el (calc-embedded-set-modes): Use
5992 `calc-mode-var-list' correctly.
5993
5994 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
5995
5996 * vc.el (annotate-time): Document point handling.
5997 (vc-annotate-display-autoscale): Doc fix.
5998
5999 2004-09-15 Miles Bader <miles@gnu.org>
6000
6001 * generic.el (generic-make-keywords-list): Use symbol rather than
6002 word anchors in regexp.
6003
6004 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
6005
6006 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6007 no file name consider `dired-directory'.
6008
6009 2004-09-14 Kim F. Storm <storm@cua.dk>
6010
6011 * faces.el (cursor): Add face-no-inherit property. Doc fix.
6012
6013 2004-09-14 Simon Josefsson <jas@extundo.com>
6014
6015 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6016
6017 * textmodes/dns-mode.el: Add.
6018
6019 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6022 (disabled-command-function): Make the ?\ char more obvious.
6023
6024 * vc-arch.el (vc-arch-root, vc-arch-registered):
6025 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6026
6027 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
6028
6029 * windmove.el (windmove-frame-edges): Report coordinates of
6030 outside edges of frame, not inside edges.
6031 (windmove-coordinates-of-position): Convert into wrapper to new
6032 function `windmove-coordinates-of-window-position';
6033 `compute-motion' always applies to selected window.
6034 (windmove-coordinates-of-position): Update documentation to refer
6035 to Emacs 21 Lisp Reference Manual.
6036 (windmove-find-other-window): Fix off-by-one errors for max x,y.
6037
6038 2004-09-13 Kim F. Storm <storm@cua.dk>
6039
6040 * isearch.el (isearch-resume-in-command-history): Rename from
6041 isearch-resume-enabled and change default to nil.
6042
6043 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * vc-hooks.el (vc-ignore-dir-regexp): New var.
6046 (vc-registered): Use it.
6047 (vc-find-root): New fun.
6048
6049 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6050 Don't tell to use \\{...} when it's already done.
6051
6052 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6053 Provide a sample complex default.
6054 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6055 (bibtex-entry): Use mapc.
6056
6057 2004-09-12 Kim F. Storm <storm@cua.dk>
6058
6059 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6060
6061 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6062 inhibit-field-text-motion to t so rectangles work in comint buffers.
6063
6064 * simple.el (choose-completion-string): Set buffer before running
6065 choose-completion-string-functions hook so it can be buffer-local.
6066
6067 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
6068
6069 * progmodes/compile.el (compilation-start): Parse command to see
6070 if it starts with a cd, and if so perform it for the *compilation*
6071 buffer. Change the header to reflect this.
6072
6073 2004-09-11 Kim F. Storm <storm@cua.dk>
6074
6075 * ido.el (ido-enable-dot-prefix): Doc fix.
6076 (ido-enable-dot-prefix): New defcustom.
6077 (ido-set-matches1): Use it.
6078
6079 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * textmodes/bibtex.el (bibtex-mark-active)
6082 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6083
6084 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6085
6086 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6087 used in a case insensitive environment.
6088 (bibtex-mode-map): Rearrange order of menus.
6089 (bibtex-quoted-string-re): Obsolete.
6090 (bibtex-complete-key-cleanup): Variable replaced by new function.
6091 (bibtex-font-lock-keywords): Use backquotes.
6092 (bibtex-font-lock-url-regexp): New internal variable.
6093 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6094 "OPT" and "ALT".
6095 (bibtex-insert-current-kill, bibtex-make-field)
6096 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6097 (bibtex-parse-field-text): Simplify.
6098 (bibtex-string=): New helper function.
6099 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6100 (bibtex-map-entries): Use bibtex-string=.
6101 (bibtex-search-entry): Use not.
6102 (bibtex-enclosing-field): Fix docstring.
6103 (bibtex-assoc-regexp): Obsolete.
6104 (bibtex-format-entry): Use assoc-string and bibtex-string=.
6105 (bibtex-autokey-get-names): Handle empty name field.
6106 (bibtex-parse-strings): Use assoc-string and unless.
6107 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6108 Use assoc-string.
6109 (bibtex-pop): Simplify.
6110 (bibtex-mode): Set font-lock-extra-managed-props.
6111 (bibtex-entry-update): Use assoc-string.
6112 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6113 (bibtex-autofill-entry): Use bibtex-string=.
6114 (bibtex-print-help-message): Simplify.
6115 (bibtex-find-entry): New optional arg START.
6116 (bibtex-validate): Use bibtex-string= and assoc-string.
6117 Do not call obsolete function compilation-parse-errors.
6118 (bibtex-remove-delimiters): Only remove delimiters if present.
6119 (bibtex-copy-entry-as-kill): Add docstring.
6120 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6121 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6122 (bibtex-complete): Use bibtex-predefined-month-strings,
6123 bibtex-string=, and new function bibtex-complete-key-cleanup.
6124 (bibtex-generate-url-list): New variable.
6125 (bibtex-url): New command bound to C-c C-l and mouse-2.
6126 (bibtex-url-map): New local keymap for bibtex-url-mouse.
6127 (bibtex-font-lock-url): New function.
6128
6129 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6132
6133 2004-09-09 Kim F. Storm <storm@cua.dk>
6134
6135 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6136 counter and format with binding.
6137 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
6138 the declared macro uses own macro counter and format. Give symbol
6139 kmacro property.
6140 (kmacro-keymap): Bind kmacro-name-last-macro to n.
6141 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6142 (kmacro-end-and-call-macro): Doc fix.
6143
6144 2004-09-09 Lars Hansen <larsh@math.ku.dk>
6145
6146 * desktop.el (desktop-clear-preserve-buffers):
6147 Remove make-obsolete-variable.
6148
6149 2004-09-08 Richard M. Stallman <rms@gnu.org>
6150
6151 * buff-menu.el (list-buffers-noselect): Call format-mode-line
6152 with the buffer as argument.
6153
6154 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6157
6158 2004-09-08 Juri Linkov <juri@jurta.org>
6159
6160 * replace.el (perform-replace): Use `query-replace-descr'.
6161
6162 * cus-start.el (history-delete-duplicates): Specify customization.
6163
6164 * diff-mode.el (diff-mode-map):
6165 * progmodes/compile.el (compilation-mode-map):
6166 * progmodes/grep.el (grep-mode-map):
6167 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6168 to `next-error-follow-minor-mode'.
6169
6170 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6171
6172 * isearch.el (isearch-lazy-highlight-update): Take into account
6173 the case of zero-length match at the search bound.
6174
6175 2004-09-08 Kim F. Storm <storm@cua.dk>
6176
6177 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6178 change. Use zero width overlays when necessary.
6179
6180 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6181
6182 * subr.el (split-string): Docfix.
6183
6184 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6185
6186 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6187 (display-call-tree): Ensure newline after caller/calls blocks.
6188
6189 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6190
6191 * startup.el (command-line-1): Make option
6192 --directory/-L modify `load-path' straight away.
6193
6194 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6195
6196 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6197
6198 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6199
6200 * emacs-lisp/autoload.el (make-autoload):
6201 Handle `define-compilation-mode'.
6202
6203 * emacs-lisp/lisp-mode.el (define-compilation-mode):
6204 Specify `doc-string-elt' property.
6205
6206 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6207
6208 * bs.el (bs-mode): Doc fix.
6209
6210 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6211
6212 * info.el (Info-insert-dir): Fix temp buffer leak bug.
6213
6214 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6215
6216 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6217
6218 2004-09-08 Kenichi Handa <handa@m17n.org>
6219
6220 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6221 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6222 ps-mule-next-point -> 1+).
6223
6224 * composite.el (encode-composition-rule): Add autoload cooky.
6225
6226 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6227
6228 * format.el (buffer-auto-save-file-format): Make it permanent local.
6229
6230 2004-09-07 Kim F. Storm <storm@cua.dk>
6231
6232 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6233 (authors-fixed-entries): Fix typo.
6234 (authors-canonical-author-name): Compact multiple spaces.
6235 Ignore trivial names (e.g. only first name).
6236
6237 * term.el (term-window-width): Only use full window width on
6238 window system if overflow-newline-into-fringe is enabled.
6239 (term-mode): Don't disable overflow-newline-into-fringe.
6240
6241 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6242
6243 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6244 motion as seen on my Mac OS X xterms.
6245
6246 * newcomment.el (uncomment-region-default, comment-region-default):
6247 New functions extracted from uncomment-region and comment-region.
6248 (comment-region, comment-region-function, uncomment-region)
6249 (uncomment-region-function): Use them.
6250
6251 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6252
6253 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6254 It's not crucial but can make sense at times.
6255
6256 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6257 the first commit.
6258
6259 * vc.el (vc-buffer-context, vc-restore-buffer-context):
6260 Disable obsolete code.
6261
6262 2004-09-07 Juri Linkov <juri@jurta.org>
6263
6264 * progmodes/grep.el (grep-highlight-matches): Change default from
6265 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
6266 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6267 if grep option `--color' is available, or to `nil' otherwise.
6268 (grep-process-setup): Call `grep-compute-defaults' if
6269 `grep-highlight-matches' is not computed. Set env-vars only
6270 if `grep-highlight-matches' is `t'.
6271 (grep-use-null-device): Remove redundant type `boolean' (`choice'
6272 is already defined).
6273
6274 * progmodes/compile.el (compilation-start): Use copy of
6275 `process-environment' created by `copy-sequence' to not
6276 modify env-vars in the global `process-environment'.
6277
6278 2004-09-06 Eli Zaretskii <eliz@gnu.org>
6279
6280 * simple.el (next-error-follow-minor-mode): Fix last change.
6281
6282 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
6283
6284 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6285 permanent local.
6286
6287 2004-09-04 Richard M. Stallman <rms@gnu.org>
6288
6289 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6290 highlighting if the search string is empty.
6291
6292 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * facemenu.el (facemenu-active-faces): Change condition of inner
6295 `while' loop to also check the first two elements of `face-atts'
6296 and `mask-atts'.
6297
6298 2004-09-04 John Paul Wallington <jpw@gnu.org>
6299
6300 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6301 (thumbs-view-image-mode): Make buffer read-only.
6302
6303 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
6304
6305 * textmodes/ispell.el (ispell-really-aspell): New defvar.
6306 (ispell-check-version): Set it.
6307 (ispell-send-replacement): New function.
6308 (ispell-process-line): Call ispell-send-replacement.
6309
6310 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6311
6312 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6313 Support choosing seconds with "s".
6314
6315 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
6316
6317 * terminal.el (te-escape): Show `?' in prompt for help key.
6318
6319 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
6320
6321 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6322
6323 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6324
6325 * simple.el (next-error-follow-minor-mode)
6326 (next-error-follow-mode-post-command-hook): New functions.
6327 (next-error-follow-last-line): New defvar.
6328
6329 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6330 * progmodes/compile.el (compilation-mode-map): Likewise.
6331 * progmodes/grep.el (grep-mode-map): Likewise.
6332 * replace.el (occur-mode-map): Likewise.
6333
6334 * newcomment.el (uncomment-region): Bind comment-use-global-state
6335 to nil.
6336
6337 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
6338
6339 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6340 locally around the call to `revert-buffer'.
6341
6342 2004-09-03 Juri Linkov <juri@jurta.org>
6343
6344 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6345 `isearch-adjusted' to `t'.
6346 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6347 (isearch-message-prefix): Add "pending" for isearch-adjusted.
6348 (isearch-other-meta-char): Restore isearch-point unconditionally.
6349 (isearch-query-replace): Add new arg `regexp-flag' and use it.
6350 Set point to start of match if region is not active in transient
6351 mark mode (to include the current match to region boundaries).
6352 Push the search string to `query-replace-from-history-variable'.
6353 Add prompt "Query replace regexp" for isearch-regexp.
6354 Add region beginning/end as last arguments of `perform-replace.'
6355 (isearch-query-replace-regexp): Replace code by the call to
6356 `isearch-query-replace' with arg `t'.
6357
6358 2004-09-03 Richard M. Stallman <rms@gnu.org>
6359
6360 * startup.el (normal-top-level): Undo previous TERM change.
6361
6362 2004-09-03 Kim F. Storm <storm@cua.dk>
6363
6364 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6365 highlight overlays; allow using RET when cursor is over a button.
6366 (cua--highlight-rectangle): Use it.
6367 (cua--rectangle-set-corners): Don't move backwards at eol.
6368 (cua--forward-line): Don't move into void after eob.
6369
6370 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6371 point is set (and displayed) inside rectangle.
6372 (cua--rectangle-operation): Fix for highlight of empty lines.
6373 (cua--highlight-rectangle): Fix highlight for tabs.
6374 Position cursor at left/right edge of rectangle using new `cursor'
6375 property on overlay strings.
6376 (cua--indent-rectangle): Don't tabify.
6377 (cua-rotate-rectangle): Ignore that point has moved.
6378
6379 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6380
6381 * term/mac-win.el: Add ASCII equivalents for some function keys.
6382 (mode-line-frame-identification): Sync with x-win.el.
6383
6384 2004-09-02 Juri Linkov <juri@jurta.org>
6385
6386 * progmodes/compile.el (compilation-buffer-name): Compare major
6387 mode with second element of compilation-arguments instead of third
6388 to reflect latest changes in compilation-arguments structure.
6389 (recompile): Use global variable `compilation-directory' to get
6390 recent compilation directory only when `recompile' is invoked NOT
6391 in the compilation buffer. Otherwise, use `default-directory' of
6392 the compilation buffer.
6393 (compilation-error-properties): Allow to funcall col and end-col.
6394 (compilation-mode-font-lock-keywords): Check col and end-col by
6395 `integerp'.
6396 (compilation-goto-locus): If end-mk is non-nil in transient mark
6397 mode don't activate the mark (and don't display message in
6398 push-mark), but highlight overlay between mk and end-mk.
6399
6400 * progmodes/grep.el (grep-highlight-matches): New defcustom.
6401 (grep-regexp-alist): Add rule to highlight grep matches.
6402 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6403
6404 * info.el (Info-fontify-node): Don't compute other-tag
6405 if Info-hide-note-references=hide.
6406
6407 * help.el (function-called-at-point):
6408 * help-fns.el (variable-at-point):
6409 Try `find-tag-default' when other methods failed.
6410
6411 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6412 Do not push mark if inhibit-mark-movement is non-nil.
6413
6414 * textmodes/ispell.el (ispell-html-skip-alists):
6415 Fix backslashes in docstring.
6416
6417 2004-09-01 Juri Linkov <juri@jurta.org>
6418
6419 * isearch.el (isearch-wrap-function)
6420 (isearch-push-state-function): New defvars.
6421 (isearch-pop-fun-state): New defsubst.
6422 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6423 (isearch-push-state): Set the result of calling
6424 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6425 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6426 restore the mode-specific starting point of terminated search.
6427 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6428 (isearch-repeat): Call `isearch-wrap-function' if defined.
6429 (isearch-message-prefix): Don't add prefix "over" to the message
6430 for wrapped search if `isearch-wrap-function' is defined.
6431 (isearch-search): Call function saved in `isearch-pop-fun-state' to
6432 restore the mode-specific starting point of failed search.
6433
6434 * info.el (Info-search-whitespace-regexp): Fix backslashes.
6435 (Info-search): Add new optional arguments for the sake of isearch.
6436 Replace whitespace in Info-search-whitespace-regexp literally.
6437 Add backward search. Don't call `Info-select-node' if regexp is
6438 found in the same Info node. Don't add node to Info-history for
6439 wrapped isearch.
6440 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6441 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6442 (Info-mode): Set local variables `isearch-search-fun-function',
6443 `isearch-wrap-function', `isearch-push-state-function',
6444 `search-whitespace-regexp'.
6445
6446 * isearch.el: Remove ancient Change Log section.
6447 (isearch-string, isearch-message-string, isearch-point)
6448 (isearch-success, isearch-forward-flag, isearch-other-end)
6449 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6450 (isearch-barrier, isearch-within-brackets)
6451 (isearch-case-fold-search): Add suffix `-state' to state-related
6452 defsubsts to avoid name clashes with other function names.
6453
6454 * simple.el (next-error): New defgroup and defface.
6455 (next-error-highlight, next-error-highlight-no-select):
6456 New defcustoms.
6457 (next-error-no-select): Let-bind next-error-highlight to the value
6458 of next-error-highlight-no-select before calling `next-error'.
6459
6460 * progmodes/compile.el (compilation-goto-locus):
6461 Use `next-error' face instead of `region'. Set 4-th argument of
6462 `move-overlay' to `current-buffer' to move overlay to different
6463 source buffers. Use new variable `next-error-highlight'.
6464
6465 * simple.el (next-error-find-buffer): Move the rule
6466 "if current buffer is a next-error capable buffer" after the
6467 rule "if next-error-last-buffer is set to a live buffer".
6468 Simplify to test all rules in one `or'.
6469 (next-error): Doc fix.
6470 (next-error, previous-error, first-error)
6471 (next-error-no-select, previous-error-no-select):
6472 Make arguments optional.
6473
6474 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6475
6476 * macros.el (apply-macro-to-region-lines): Make it operate on all
6477 lines that begin in the region, rather than on all complete lines
6478 in the region.
6479
6480 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6481
6482 * x-dnd.el (x-dnd-protocol-alist): Document update.
6483 (x-dnd-known-types): Defcustom it.
6484 (x-dnd-handle-motif): Print message-atom in error message.
6485
6486 2004-08-30 John Paul Wallington <jpw@gnu.org>
6487
6488 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6489 strings rather than programatically constructing message.
6490
6491 2004-08-30 Richard M. Stallman <rms@gnu.org>
6492
6493 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6494 Don't return a string that would read as the wrong character code.
6495
6496 2004-08-29 Kim F. Storm <storm@cua.dk>
6497
6498 * emulation/cua-base.el (cua-auto-expand-rectangles):
6499 Remove automatic rectangle padding feature; replace by non-destructive
6500 virtual rectangle edges feature.
6501 (cua-virtual-rectangle-edges): New defcustom.
6502 (cua-auto-tabify-rectangles): New defcustom.
6503 (cua-paste): If paste into a marked rectangle, insert rectangle at
6504 current column, even if virtual; also paste exactly as many lines
6505 as has been marked (ignore additional lines or add empty lines),
6506 but paste whole source if only one line is marked.
6507 (cua--update-indications): No longer use overwrite-cursor to
6508 indicate rectangle padding
6509
6510 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6511 (cua--rectangle-virtual-edges): New defun.
6512 (cua--rectangle-get-corners): Remove optional PAD arg.
6513 (cua--rectangle-set-corners): Never do padding.
6514 (cua--forward-line): Remove optional PAD arg. Simplify.
6515 (cua-resize-rectangle-right, cua-resize-rectangle-left)
6516 (cua-resize-rectangle-down, cua-resize-rectangle-up):
6517 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6518 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6519 (cua--rectangle-move): Never do padding. Simplify.
6520 (cua--tabify-start): New defun.
6521 (cua--rectangle-operation): Add tabify arg. All callers changed.
6522 (cua--pad-rectangle): Remove.
6523 (cua--delete-rectangle): Handle delete with virtual edges.
6524 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6525 (cua--insert-rectangle): Handle insert at virtual column.
6526 Perform auto-tabify if necessary.
6527 (cua--activate-rectangle): Remove optional FORCE arg.
6528 Never do padding. Simplify.
6529 (cua--highlight-rectangle): Enhance for virtual edges.
6530 (cua-toggle-rectangle-padding): Remove command.
6531 (cua-toggle-rectangle-virtual-edges): New command.
6532 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
6533 (cua--rectangle-post-command): Don't force rectangle padding.
6534 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6535
6536 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
6537
6538 * indent.el (edit-tab-stops-buffer): Doc fix.
6539
6540 2004-08-28 Richard M. Stallman <rms@gnu.org>
6541
6542 * progmodes/grep.el (grep-default-command): Use find-tag-default.
6543 (grep-tag-default): Function deleted.
6544
6545 * subr.el (find-tag-default): Move from etags.el.
6546
6547 * progmodes/etags.el (find-tag-default): Move to subr.el.
6548
6549 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6550 into the basic character if it has an uppercase form.
6551
6552 2004-08-27 Kenichi Handa <handa@m17n.org>
6553
6554 * international/utf-8.el (utf-8-post-read-conversion): If the
6555 buffer is unibyte, temporarily make it multibyte.
6556
6557 2004-08-27 Masatake YAMATO <jet@gyve.org>
6558
6559 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6560
6561 2004-08-25 John Paul Wallington <jpw@gnu.org>
6562
6563 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6564 0, 1, and many mismatches in message.
6565 (tex-start-shell): Use `set-process-query-on-exit-flag'.
6566
6567 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6568 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6569
6570 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6571
6572 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6573 vc-diff-switches differently.
6574
6575 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6576
6577 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6578 before and a real defvar after
6579 `speedbar-supported-extension-expressions'. This is to silence
6580 the compiler without breaking bootstrapping.
6581
6582 2004-08-22 Richard M. Stallman <rms@gnu.org>
6583
6584 * textmodes/flyspell.el (flyspell-word):
6585 Use set-process-query-on-exit-flag.
6586 (flyspell-highlight-duplicate-region): Take POSS as arg.
6587 (flyspell-word): Pass POSS as arg.
6588
6589 * progmodes/ada-xref.el: Many doc and style fixes.
6590 (ada-find-any-references): Use compilation-start.
6591 (ada-get-ali-file-name): Improve error msg.
6592 (ada-get-ada-file-name): Likewise.
6593
6594 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6595 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6596
6597 * mail/mail-extr.el (mail-extr-all-top-level-domains):
6598 Add forward defvar.
6599
6600 * whitespace.el (global-whitespace-mode): New alias
6601 for whitespace-global-mode.
6602
6603 * speedbar.el (speedbar-file-regexp): Move definition up.
6604 (speedbar-mode, speedbar-set-mode-line-format):
6605 Use with-no-warnings.
6606 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6607
6608 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6609 controls whether to display the error buffer.
6610
6611 * ps-mule.el: Delete compatibility code for old Emacses.
6612 (ps-mule-find-wrappoint): Don't use chars-in-region.
6613
6614 * frame.el (display-mouse-p, display-selections-p):
6615 Use with-no-warnings.
6616
6617 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6618
6619 2004-08-22 David Kastrup <dak@gnu.org>
6620
6621 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6622 information.
6623
6624 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6625
6626 2004-08-22 Andreas Schwab <schwab@suse.de>
6627
6628 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6629
6630 2004-08-22 Masatake YAMATO <jet@gyve.org>
6631
6632 * cvs-status.el (cvs-status-checkout): New function.
6633 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6634
6635 2004-08-21 David Kastrup <dak@gnu.org>
6636
6637 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6638 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6639 has been converted to use hashtables, the relation `nil=none' is
6640 no longer valid, as `nil' is not a hashtable. This patch tries to
6641 reduce the number of resulting errors.
6642
6643 2004-08-21 John Paul Wallington <jpw@gnu.org>
6644
6645 * subr.el (process-kill-without-query): Made obsolete in
6646 version 21.4, not 21.5.
6647
6648 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6649 (vc-previous-comment, vc-next-comment)
6650 (vc-comment-search-reverse, vc-comment-search-forward)
6651 (vc-comment-to-change-log): Likewise.
6652
6653 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6654
6655 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
6656
6657 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6658 Correct indentation of DEFMETHODS with non-standard method
6659 combinations (e.g., PROGN, MIN, MAX).
6660
6661 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * startup.el (normal-top-level-add-subdirs-to-load-path):
6664 Avoid unnecessarily checking system-type.
6665 (normal-top-level): Set TERM to "dumb". Simplify.
6666
6667 * avoid.el (mouse-avoidance-ignore-p): New fun.
6668 Also ignore switch-frame, select-window, double, and triple clicks.
6669 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6670 (mouse-avoidance-fancy-hook): Use it.
6671
6672 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
6673
6674 * avoid.el (mouse-avoidance-nudge-mouse)
6675 (mouse-avoidance-banish-destination): Stay within the current window
6676 to avoid problems with mouse-autoselect-window.
6677
6678 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6681 the newer format of some messages in cvs-1.12.1.
6682
6683 2004-08-19 Masatake YAMATO <jet@gyve.org>
6684
6685 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6686 (elp-results-jump-to-definition-by-mouse)
6687 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6688 (elp-output-result): Use elp-output-insert-symname.
6689
6690 2004-08-18 Kenichi Handa <handa@m17n.org>
6691
6692 * language/cyrillic.el: Register koi8-r in
6693 ctext-non-standard-encodings-alist.
6694 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6695
6696 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6697
6698 * emacs-lisp/copyright.el (copyright-update-year): Delete code
6699 that replaces 20xy with xy.
6700
6701 2004-08-17 John Paul Wallington <jpw@gnu.org>
6702
6703 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6704 (reb-force-update): Doc fix.
6705
6706 2004-08-16 Richard M. Stallman <rms@gnu.org>
6707
6708 * progmodes/which-func.el (which-func-update-1): Doc fix.
6709
6710 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6711 (sh-mode-abbrev-table): New variable.
6712
6713 * progmodes/compile.el (compilation-mode): Doc fix.
6714
6715 * emacs-lisp/lisp-mode.el (eval-last-sexp):
6716 Don't cons a new symbol each time.
6717 (eval-last-sexp-fake-value): New variable.
6718
6719 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6720 (copyright-update-year): Detect continuation of list of years.
6721
6722 * term.el (term-default-fg-color, term-default-bg-color)
6723 (ansi-term-color-vector): Use `unspecified', not nil, as default.
6724
6725 * imenu.el: Several doc fixes: don't say variables are buffer-local.
6726
6727 2004-08-16 Davis Herring <herring@lanl.gov>
6728
6729 * isearch.el (isearch-string, isearch-message-string, isearch-point)
6730 (isearch-success, isearch-forward-flag, isearch-other-end)
6731 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6732 (isearch-barrier, isearch-within-brackets)
6733 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6734
6735 2004-08-16 Kenichi Handa <handa@m17n.org>
6736
6737 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6738
6739 2004-08-15 Kenichi Handa <handa@m17n.org>
6740
6741 * term/x-win.el (x-selection-value): If utf8 was successful but
6742 ctext was not, use utf8 string.
6743
6744 2004-08-14 Davis Herring <herring@lanl.gov>
6745
6746 * isearch.el: Remove accidental changes of March 4. Fix backing
6747 up when a regexp isearch is made more general. Use symbolic
6748 accessor functions for isearch stack frames to make usage clearer.
6749 (search-whitespace-regexp): Made groups in documentation shy (as
6750 is the group in the default value).
6751 (isearch-fallback): New function, addresses problems with regexps
6752 liberalized by `\|', adds support for liberalization by `\}' (the
6753 general repetition construct), and incorporates behavior for
6754 `*'/`?'.
6755 (isearch-}-char): New command, calls `isearch-fallback' with
6756 arguments appropriate to a typed `}'.
6757 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6758 appropriately.
6759 (isearch-mode-map): Bind `}' to `isearch-}-char'.
6760 (isearch-string, isearch-message,string, isearch-point)
6761 (isearch-success, isearch-forward-flag, isearch-other-end)
6762 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6763 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6764 New inline functions to read fields of a stack frame.
6765
6766 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
6767
6768 * battery.el (battery-linux-proc-acpi): Look into battery
6769 directories matching the literal string "CMB", too (required for
6770 Linux kernel version 2.6.7).
6771
6772 2004-08-14 John Paul Wallington <jpw@gnu.org>
6773
6774 * cus-start.el (read-file-name-completion-ignore-case): Add.
6775 (blink-cursor-alist): Change version to "21.4".
6776
6777 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6778
6779 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
6780
6781 * speedbar.el (speedbar-scan-subdirs): New option.
6782 (speedbar-file-lists): Don't ignore file-name case on Unix and use
6783 dolist.
6784 (speedbar-insert-files-at-point): Take an extra argument and use
6785 it to optionally find out if a subdir is empty. Also unreadable
6786 files don't get expand buttons.
6787 (speedbar-directory): New image (unused pixmap already existed).
6788 (speedbar-expand-image-button-alist): Use it.
6789
6790 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
6791
6792 CC Mode update to 5.30.9:
6793
6794 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6795 Move from cc-vars to cc-defs for dependency reasons. Fix the
6796 POSIX char class test to check that it works in
6797 `skip-chars-(forward|backward)' too.
6798
6799 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6800 first argument starts with a special brace list.
6801
6802 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6803 when `c-opt-type-concat-key' is used (i.e. in Pike).
6804
6805 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6806 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6807 >)".
6808
6809 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6810 whitespace safe.
6811
6812 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
6813 position for `arglist-intro', `arglist-cont-nonempty' and
6814 `arglist-close' when there are two arglist open parens on the same
6815 line and there's nothing in front of the first.
6816
6817 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
6818 locking of qualified names in Java, which previously could fontify
6819 common indexing expressions in many cases. The standard Java
6820 naming conventions are used to tell them apart.
6821
6822 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
6823 Fix inconsistency wrt opening parens on the first line inside a paren
6824 block.
6825
6826 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
6827 compile time for the sake of `c-major-mode-is'.
6828
6829 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
6830 `c-major-mode-is' in the event that this is used inside a
6831 `c-lang-defconst'.
6832
6833 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
6834 `c-lang-defconst' so that it works better with fallback languages.
6835
6836 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
6837 it to fail to record the base mode.
6838
6839 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6840 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
6841 is used. Reorder the syntax checks to get more efficient
6842 skipping in some situations.
6843
6844 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
6845 continuation which might precede the newly inserted '{'.
6846
6847 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6848 Fix cases where it could loop indefinitely.
6849
6850 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
6851 size specs correctly. Only fontify identifiers in front of '('
6852 with as functions - don't accept any paren char. Tighten up
6853 initializer skipping to stop before function and class blocks.
6854
6855 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6856 the point could be left directly after an open paren when finding
6857 the beginning of the first decl in the block.
6858
6859 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
6860 table when filtering out legitimate open parens to be recorded.
6861 This could cause cache inconsistencies when e.g.
6862 `c++-template-syntax-table' was temporarily in use.
6863
6864 * progmodes/cc-engine.el (c-on-identifier)
6865 (c-simple-skip-symbol-backward): Small fix for handling "-"
6866 correctly in `skip-chars-backward'. Affected the operator lfun
6867 syntax in Pike.
6868
6869 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
6870 Fix bug that could cause an error from `after-change-functions' when
6871 the changed region is at bob.
6872
6873 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
6874
6875 CC Mode update to 5.30.9:
6876
6877 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
6878 to say that <TAB> doesn't insert WS into a CPP line.
6879 (c-indent-command, c-tab-always-indent): Amend doc strings.
6880
6881 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
6882 checks for user errors, thus eliminating cryptic and unhelpful
6883 Emacs error messages. (1) Check the arg to `c-set-style' is a
6884 string. (2) Check that settings to `c-offsets-alist' are not
6885 spuriously quoted.
6886
6887 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
6888 which precedes the newly inserted `{'.
6889
6890 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
6891
6892 Sync with Tramp 2.0.44.
6893
6894 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
6895 function "tramp_file_attributes". Otherwise, file names
6896 containing spaces are misinterpreted. Reported by Magnus Henoch
6897 <mange@freemail.hu>.
6898 (tramp-handle-file-truename): FILENAME must be expanded first.
6899 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
6900 obscure results. Reported by D. Goel <deego@gnufans.org>.
6901 (tramp-handle-verify-visited-file-modtime): If file does not
6902 exist, say it is not modified if and only if that agrees with the
6903 buffer's record. Check whether a file is visiting the buffer, or
6904 the buffer has no recorded last modification time. Return t in
6905 case the visiting file doesn't exist. Suggested by Luc Teirlinck
6906 <teirllm@auburn.edu>.
6907 (tramp-handle-write-region): Pass modtime explicitely to
6908 `set-visited-file-modtime', because filename can be different
6909 from (buffer-file-name) if `file-precious-flag' is set.
6910 `set-visited-file-modtime' must be called always when `visit' is t
6911 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
6912 (tramp-handle-set-visited-file-modtime): If `time-list' is not
6913 nil, don't apply the whole body. If the file doesn't exists, set
6914 modtime to '(-1 65535). Suggested by Luc Teirlinck
6915 <teirllm@auburn.edu>.
6916
6917 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
6918
6919 * help.el (describe-bindings): Doc fix.
6920
6921 * subr.el (kbd): Doc fix.
6922
6923 2004-08-08 John Paul Wallington <jpw@gnu.org>
6924
6925 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
6926 instead of `string-to-int'.
6927 (define-ibuffer-column mode): Fix indentation.
6928
6929 2004-08-08 Lars Hansen <larsh@math.ku.dk>
6930
6931 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
6932
6933 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6934
6935 * subr.el (global-unset-key, local-unset-key): Doc fixes.
6936
6937 * novice.el (disabled-command-function): New variable renamed from
6938 `disabled-command-hook'.
6939 (disabled-command-hook): Keep the _variable_ as alias for
6940 `disabled-command-function' and make obsolete.
6941 (disabled-command-function): Function renamed from
6942 `disabled-command-hook'. Adapt code to name change of the variable.
6943
6944 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
6945
6946 * simple.el (completion-root-regexp): New defvar.
6947 (completion-setup-function): Use it instead of a literal string.
6948
6949 2004-08-07 John Paul Wallington <jpw@gnu.org>
6950
6951 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
6952 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
6953 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
6954 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
6955
6956 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6957
6958 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
6959 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
6960
6961 2004-08-04 Kenichi Handa <handa@m17n.org>
6962
6963 * international/encoded-kb.el (encoded-kbd-setup-keymap):
6964 Fix previous change.
6965
6966 2004-08-03 Kenichi Handa <handa@m17n.org>
6967
6968 * international/encoded-kb.el: The following changes are to
6969 utilize key-translation-map instead of minor mode map.
6970 (encoded-kbd-iso2022-non-ascii-map): Delete it.
6971 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
6972 (encoded-kbd-last-key): New function.
6973 (encoded-kbd-iso2022-single-shift): New function.
6974 (encoded-kbd-iso2022-designation)
6975 (encoded-kbd-self-insert-iso2022-7bit)
6976 (encoded-kbd-self-insert-iso2022-8bit)
6977 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
6978 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
6979 key-translation-map.
6980 (encoded-kbd-setup-keymap): Setup key-translation-map.
6981 (saved-key-translation-map): New variable.
6982 (encoded-kbd-mode): Save/restore key-translation-map.
6983 Adjust for the change of encoded-kbd-setup-keymap.
6984
6985 2004-08-02 Kim F. Storm <storm@cua.dk>
6986
6987 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
6988 and call compute-motion with nil for topos and width to get proper
6989 usable width and height for both window and non-window systems.
6990
6991 * windmove.el (windmove-coordinates-of-position): Let compute-motion
6992 calculate usable window width and height.
6993
6994 * window.el (window-buffer-height): Call compute-motion with nil width.
6995
6996 2004-08-01 David Kastrup <dak@gnu.org>
6997
6998 * replace.el (query-replace-read-from):
6999 Use `query-replace-compile-replacement'.
7000 (query-replace-compile-replacement): New function.
7001 (query-replace-read-to): Use `query-replace-compile-replacement'
7002 for repeating the last command.
7003
7004 2004-08-01 John Paul Wallington <jpw@gnu.org>
7005
7006 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7007 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7008 (pr-switches): Remove period from end of error messages.
7009
7010 * help-mode.el (help-go-back): Likewise.
7011
7012 * abbrev.el (only-global-abbrevs): Doc fix.
7013 (edit-abbrevs-map): Define within defvar.
7014 (quietly-read-abbrev-file): Doc fix.
7015
7016 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * novice.el (enable-command, disable-command): Doc fixes.
7019
7020 * subr.el (event-modifiers, event-basic-type): Doc fixes.
7021
7022 2004-07-30 Richard M. Stallman <rms@gnu.org>
7023
7024 * subr.el (with-local-quit): Doc fix.
7025
7026 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
7027
7028 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7029
7030 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
7031
7032 * custom.el (defcustom): Doc fix.
7033
7034 2004-07-28 Masatake YAMATO <jet@gyve.org>
7035
7036 * progmodes/etags.el (etags-tags-apropos): Show building progress.
7037
7038 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * imenu.el (imenu-prev-index-position-function)
7041 (imenu-extract-index-name-function, imenu-name-lookup-function)
7042 (imenu--index-alist): Docstring redundancy fix.
7043
7044 2004-07-25 Lars Hansen <larsh@math.ku.dk>
7045
7046 * wdired.el (wdired-finish-edit): Require dired-aux before locally
7047 binding dired-backup-overwrite.
7048
7049 2004-07-25 John Paul Wallington <jpw@gnu.org>
7050
7051 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7052
7053 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7054
7055 * term/tty-colors.el (tty-color-approximate): Doc fix.
7056
7057 * select.el (x-get-selection, x-set-selection): Doc fixes.
7058
7059 * frame.el (make-frame): Doc fix.
7060
7061 2004-07-24 Richard M. Stallman <rms@gnu.org>
7062
7063 * mail/rmail.el (rmail-mime-charset-pattern):
7064 Don't include semicolon in the charset value.
7065
7066 * replace.el (occur-next-error): Call set-window-point.
7067 (occur-engine): Handle negative NLINES.
7068
7069 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
7070
7071 * frame.el (modify-all-frames-parameters): Minor doc fix.
7072 (set-frame-configuration): Doc fix.
7073
7074 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7075
7076 * simple.el (completion-setup-function): Compute the common parts
7077 and the first difference place correctly when
7078 partial-completion-mode is on.
7079
7080 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7081
7082 * ps-print.el: Doc fix.
7083 (ps-print-version): New version 6.6.5.
7084 (ps-printing-region): Doc fix.
7085 (ps-generate-string-list): Comment fix.
7086 (ps-message-log-max): Code fix.
7087
7088 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7089
7090 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7091 generated PostScript.
7092
7093 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
7094
7095 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
7096 with Gnus v5_10 branch.)
7097
7098 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
7099
7100 * calendar/time-date.el (time-to-number-of-days): New function.
7101 Imported from from Gnus.
7102
7103 2004-07-22 Kim F. Storm <storm@cua.dk>
7104
7105 * progmodes/make-mode.el: Fix comments.
7106
7107 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7108
7109 * printing.el: Doc fix.
7110
7111 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
7112
7113 * frame.el (modify-all-frames-parameters): Minor doc fix.
7114
7115 2004-07-20 Richard M. Stallman <rms@gnu.org>
7116
7117 * textmodes/fill.el (fill-nobreak-p): If this break point is
7118 at the end of the line, don't consider the newline which follows
7119 as a reason to return t.
7120
7121 2004-07-19 John Paul Wallington <jpw@gnu.org>
7122
7123 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7124
7125 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7126
7127 * dired-aux.el (dired-do-kill-lines): Expand docstring.
7128 Delete irrelevant code.
7129
7130 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7131
7132 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7133 New docstring. From Luc Teirlinck.
7134
7135 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
7136
7137 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7138 section.
7139 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7140 non-file buffers. We know it is nil.
7141
7142 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7143
7144 Sync with Tramp 2.0.43.
7145
7146 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7147 Remove outdated comment.
7148 (tramp-locked, tramp-locker): New variables for implementing a
7149 global lock.
7150 (tramp-sh-file-name-handler): Use them to implement the global lock.
7151
7152 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
7153
7154 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
7155 calls to respective `xxx` calls.
7156 (tramp-process-alive-regexp): Precise doc string.
7157 (tramp-multi-action-process-alive): New defun.
7158 (tramp-multi-actions): Use it.
7159 (tramp-handle-find-backup-file-name): `copy-tree' is available
7160 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
7161 in order to avoid this function.
7162 (tramp-handle-write-region): Set current buffer. If connection
7163 wasn't open, `file-modes' has changed it accidently. Reported by
7164 David Kastrup <dak@gnu.org>.
7165 (tramp-enter-password, tramp-read-passwd): New arguments USER and
7166 HOST.
7167 (tramp-action-password, tramp-multi-action-password): Apply it.
7168 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7169 name must still contain the port number. Otherwise, we have two
7170 Tramp buffers, with all the confusion. Reported by Myron Selby
7171 <myron@xytech.com> and Rolf Dubitzky
7172 <Dubitzky@physi.uni-heidelberg.de>.
7173
7174 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7175 HOST to `tramp-enter-passwd'.
7176
7177 * net/tramp-vc.el (all): Code cleanup. Change all
7178 `tramp-handle-xxx' calls to respective `xxx` calls.
7179
7180 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
7181
7182 * emacs-lisp/testcover.el: New category "potentially-1valued" for
7183 functions that are not erroneous if either 1-valued or
7184 multi-valued. Detect functions in this class.
7185 (testcover-1value-functions, testcover-compose-functions)
7186 (testcover-progn-functions) Add some additional functions to lists.
7187 (testcover-mark): Bugfix when marking up the definition for an
7188 empty function.
7189
7190 2004-07-17 Richard M. Stallman <rms@gnu.org>
7191
7192 * replace.el (occur-read-primary-args): Pass default to
7193 read-from-minibuffer.
7194
7195 * mail/footnote.el (footnote-section-tag): Use defcustom.
7196
7197 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7198 Compile font-lock-keywords, not KEYWORDS.
7199 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7200 Add warn, check-type. Handle cerror like error.
7201
7202 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7203
7204 * progmodes/which-func.el (which-func-keymap): New var.
7205 (which-func-face): New face.
7206 (which-func-format): Use them.
7207
7208 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7209
7210 * buff-menu.el (list-buffers-noselect): Append the buffer's
7211 process status to its mode name.
7212
7213 2004-07-16 Kim F. Storm <storm@cua.dk>
7214
7215 * simple.el (inhibit-mark-movement): New defvar.
7216 (beginning-of-buffer, end-of-buffer): Do not push mark if
7217 inhibit-mark-movement is non-nil or C-u prefix is given.
7218
7219 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7220 Init to beginning-of-buffer and end-of-buffer.
7221 (cua--undo-push-mark): New defvar.
7222 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7223 already active and command is in cua--preserve-mark-commands.
7224 Also fix check for shift modifier on non-window systems.
7225 (cua--post-command-handler): Clear inhibit-mark-movement if set.
7226
7227 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7228
7229 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7230 of two integers, instead of a cons.
7231
7232 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7233 `visited-file-modtime' now returns a list of two integers, instead
7234 of a cons.
7235
7236 * dired.el (dired-directory-changed-p): Ditto.
7237
7238 * progmodes/grep.el (grep): Doc fix.
7239
7240 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7241
7242 * autorevert.el (auto-revert-tail-mode)
7243 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7244 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7245 in both at the same time.
7246 (auto-revert-tail-mode): New command.
7247 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7248 (auto-revert-handler): Revert only either tail or whole file.
7249
7250 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7251 add auto-revert-tail-mode.
7252
7253 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7254
7255 * printing.el: Doc fix. Change name of some funs.
7256 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
7257 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
7258 (pr-standard-file-name): New fun. Replace pr-standard-path.
7259 (pr-call-process): Code fix.
7260
7261 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
7262
7263 * subr.el (with-selected-window): Doc fix.
7264
7265 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * subr.el (get-buffer-window-list): Doc fix.
7268
7269 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7270
7271 * files.el (switch-to-buffer-other-window): Doc fix.
7272
7273 * window.el (save-selected-window, one-window-p)
7274 (split-window-keep-point, split-window-vertically)
7275 (split-window-horizontally): Doc fixes.
7276
7277 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7278
7279 * printing.el: Doc fix. Now it uses call-process instead of
7280 shell-command for low command execution.
7281 (pr-version): New version number (6.8).
7282 (pr-shell-file-name): Option removed.
7283 (pr-shell-command): Fun removed.
7284 (pr-call-process): New fun. Replace pr-shell-command.
7285 (pr-standard-path, pr-remove-nil-from-list): New funs.
7286 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7287 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7288 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7289 (pr-ps-utility-process, pr-txt-print): Code fix.
7290
7291 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7292
7293 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7294 boolean.
7295
7296 2004-07-09 Lars Hansen <larsh@math.ku.dk>
7297
7298 * wid-edit.el (widget-field-buffer): Doc fix.
7299
7300 2004-07-09 John Paul Wallington <jpw@gnu.org>
7301
7302 * emacs-lisp/re-builder.el (reb-update-overlays):
7303 Distinguish between one and several matches in message.
7304
7305 2004-07-09 Richard M. Stallman <rms@gnu.org>
7306
7307 * mouse.el (mouse-set-region-1): If transient-mark-mode
7308 is `identity', change it to `only'.
7309
7310 * simple.el (current-word): Doc fix.
7311
7312 2004-07-09 Mark A. Hershberger <mah@everybody.org>
7313
7314 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7315 so that it is more understanding of whitespace.
7316
7317 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7318 (("ns" . "element") (attr-list) children) instead of
7319 ((:ns . "element") (attr-list) children) in order to reduce the
7320 number of symbols used.
7321 (xml-skip-dtd): Change to use xml-parse-dtd but set
7322 xml-validating-parsing to nil.
7323 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7324 (xml-substitute-entity): Remove in favor of new entity substitution.
7325 (xml-substitute-special): Rewrite in to substitute complex
7326 entities from DOCTYPE declarations.
7327 (xml-parse-fragment): Parse fragments from entity deleclarations.
7328 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7329 (xml-parse-dtd, xml-substitute-special): Make validity checks
7330 conditioned on xml-validating-parser. Add "Not Well Formed" to
7331 error messages about well-formedness.
7332
7333 2004-07-08 Steven Tamm <steventamm@mac.com>
7334
7335 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7336 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7337 Do not treat double clicks and triple clicks specially in the
7338 scroll bar (preventing strange repositioning problems)
7339
7340 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * replace.el (query-replace-regexp-eval): Fix last change.
7343
7344 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7345
7346 * replace.el (query-replace-descr): New fun.
7347 (query-replace-read-from, query-replace-read-args): Default to the
7348 previous from&to.
7349 (query-replace-read-to): Quote the `from' string when displaying it.
7350 (query-replace-regexp-eval): Immediately check read-only status.
7351 Use query-replace-read-from to get the \n checking.
7352 Quote the `from' string when displaying it.
7353 (map-query-replace-regexp, occur-read-primary-args):
7354 Quote the `from' string when displaying it.
7355
7356 * isearch.el (isearch-query-replace): Pass the regexp-ness and
7357 delimited-ness of the search to query-replace.
7358
7359 * replace.el (query-replace-read-from, query-replace-read-to):
7360 New funs extracted from query-replace-read-args.
7361 (query-replace-read-args): Use them.
7362
7363 * replace.el (query-replace-interactive, query-replace-read-args):
7364 Remove the `initial' special value.
7365 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7366 (occur-engine): Remove unused var `matchend'.
7367
7368 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7369 Use the search string without prompting.
7370
7371 2004-07-05 Kenichi Handa <handa@m17n.org>
7372
7373 * international/mule.el (decode-coding-inserted-region):
7374 Set last-coding-system-used only when coding is nil.
7375
7376 2004-07-03 Eli Zaretskii <eliz@gnu.org>
7377
7378 * progmodes/grep.el (grep-compute-defaults, grep-command)
7379 (grep-program, find-program, grep-find-use-xargs, grep-history)
7380 (grep-find-history, grep-tag-default, grep-find-command)
7381 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7382 Add autoload cookies, for unbundled packages that load `compile'
7383 and expect all grep-related symbols to become defined.
7384
7385 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
7386
7387 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7388 (iimage-mode-image-search-path): New user option to search the
7389 image file.
7390 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
7391 have locate-file.
7392 (iimage-mode-buffer): Use it.
7393
7394 2004-07-03 Nick Roberts <nickrob@gnu.org>
7395
7396 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7397 carefully.
7398 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7399
7400 2004-07-03 Juri Linkov <juri@jurta.org>
7401
7402 * replace.el (query-replace-read-args): Swallow space after 'foo,
7403 not after (quote foo). Match space only immediately after symbol,
7404 not anywhere in the whole string.
7405
7406 2004-07-02 Richard M. Stallman <rms@gnu.org>
7407
7408 * replace.el (query-replace-read-args): Swallow space after
7409 symbols, not after closeparens. But avoid error if string ends there.
7410
7411 * progmodes/python.el (python-beginning-of-statement):
7412 Exit the loop if backward-up-list gets error.
7413
7414 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7415
7416 2004-07-02 Andre Spiegel <spiegel@gnu.org>
7417
7418 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7419 only if vc-consult-headers is non-nil.
7420
7421 2004-07-02 Juri Linkov <juri@jurta.org>
7422
7423 * pcvs.el (cvs-mode-diff-repository): New command.
7424
7425 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7426
7427 2004-07-01 Juri Linkov <juri@jurta.org>
7428
7429 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7430 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
7431 C-M-% to isearch-query-replace-regexp.
7432 (minibuffer-local-isearch-map): Add arrow key bindings.
7433 Bind C-f to isearch-yank-char-in-minibuffer.
7434 (isearch-forward): Doc fix.
7435 (isearch-edit-string): Doc fix.
7436 (isearch-query-replace, isearch-query-replace-regexp): New funs.
7437 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
7438 (isearch-yank-char): Add optional arg.
7439 (isearch-yank-char-in-minibuffer): New fun.
7440
7441 * replace.el (query-replace-interactive): Change type from boolean
7442 to choice. Add value `initial'.
7443 (query-replace-read-args): Handle value `initial' of
7444 query-replace-interactive.
7445
7446 2004-06-29 Kim F. Storm <storm@cua.dk>
7447
7448 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7449 (breakpoint-disabled-bitmap-face): Add :group 'gud.
7450
7451 * progmodes/ada-xref.el (ada-tight-gvd-integration):
7452 Add :group 'ada.
7453
7454 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7455
7456 2004-06-29 Juri Linkov <juri@jurta.org>
7457
7458 * replace.el (query-replace-read-args): Swallow a space after
7459 everything except )]" which in most cases means after a symbol.
7460
7461 * emacs-lisp/pp.el (pp-buffer): Add autoload.
7462
7463 2004-06-28 Richard M. Stallman <rms@gnu.org>
7464
7465 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7466 More changes to go with previous change in font-lock.el.
7467
7468 2004-06-26 David Kastrup <dak@gnu.org>
7469
7470 * replace.el (perform-replace): Highlight the match even in
7471 non-query mode if there is potential replace string editing.
7472
7473 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
7474
7475 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7476 agree with new return value of `file-remote-p'.
7477 This syncs with Tramp 2.0.42.
7478
7479 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7480 according to new documentation of `file-remote-p'.
7481
7482 * files.el (file-remote-p): Fix doc to say that return value is
7483 identification of remote system, if not nil.
7484 (file-relative-name): Use new return value of `file-remote-p'.
7485
7486 2004-06-26 Nick Roberts <nickrob@gnu.org>
7487
7488 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7489 (gdb-goto-breakpoint): Fix breakage.
7490
7491 2004-06-26 Eli Zaretskii <eliz@gnu.org>
7492
7493 * man.el (Man-getpage-in-background): Add windows-nt to the list
7494 of systems where shell-file-name should be used instead of
7495 literal "sh".
7496
7497 2004-06-25 Sam Steingold <sds@gnu.org>
7498
7499 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7500 function names `(setf symbol)'.
7501
7502 2004-06-24 Richard M. Stallman <rms@gnu.org>
7503
7504 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7505
7506 * font-lock.el (font-lock-keywords): Change format of compiled values.
7507 Document it.
7508 (font-lock-add-keywords): If font-lock-keywords is compiled,
7509 extract the uncompiled version, modify, then recompile.
7510 (font-lock-remove-keywords): Likewise.
7511 (font-lock-fontify-keywords-region): Handle changed format.
7512 (font-lock-compile-keywords): Handle changed format.
7513 (font-lock-set-defaults): Compile the keywords explicitly here.
7514
7515 2004-06-24 David Kastrup <dak@gnu.org>
7516
7517 * replace.el (query-replace-read-args): Implement `\,' and `\#'
7518 replacements here.
7519 (query-replace-regexp): Doc string explaining this and the new
7520 `\?' replacement. Remove `\,' and `\#' implementation here, as it
7521 is better placed in `query-replace-read-args'.
7522 (replace-regexp): Explain `\,', `\#' and `\?'.
7523 (replace-match-data): New function for thorough reuse/destruction
7524 of old match-data.
7525 (replace-match-maybe-edit): Function for implementing `\?' editing.
7526 (perform-replace): Fix maintaining of the match stack including
7527 already matched regions, implement `\?', fix various problems
7528 with regions while editing and other stuff.
7529 (replace-highlight): Simplify.
7530
7531 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
7532
7533 * progmodes/grep.el (grep-error-screen-columns): New variable.
7534 (grep-regexp-alist): Give it the full functionality of gnu style
7535 compilation messages with line and column ranges. Ask me for the
7536 perl script I'm working on, that uses these.
7537
7538 2004-06-23 Nick Roberts <nickrob@gnu.org>
7539
7540 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7541 Remove.
7542 (comint-insert-input, comint-mouse-insert-input): New functions
7543 based on comint-insert-clicked-input for two bindings but just
7544 one functionality.
7545
7546 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7547
7548 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7549
7550 2004-06-23 Lars Hansen <larsh@math.ku.dk>
7551
7552 * files.el (write-contents-functions): Doc fix.
7553
7554 2004-06-21 Juanma Barranquero <lektu@terra.es>
7555
7556 * image.el (image-library-alist): Rewrite docstring in active voice.
7557
7558 2004-06-20 Richard M. Stallman <rms@gnu.org>
7559
7560 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7561
7562 * isearch.el (isearch-repeat): Avoid testing old match data.
7563 (isearch-message): Display trailing space in special font
7564 when search is failing.
7565 (isearch-search-fun-function): Doc fix.
7566
7567 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7568
7569 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
7570
7571 * frame.el (show-trailing-whitespace): Doc fix.
7572
7573 * cus-edit.el (custom-variable-documentation): New function.
7574 (custom-variable): Use it.
7575
7576 2004-06-19 Nick Roberts <nickrob@gnu.org>
7577
7578 * man.el (Man-getpage-in-background): Revert previous change but
7579 make cygwin a special case.
7580
7581 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
7582
7583 * autorevert.el (global-auto-revert-non-file-buffers):
7584 Update docstring.
7585
7586 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
7587
7588 * progmodes/compile.el (compilation-error-properties): Store one
7589 more than end-col, if present, so that transient-mark-mode will
7590 highlight last char too.
7591 * progmodes/grep.el (grep-regexp-alist): Match columns and column
7592 ranges, if present.
7593
7594 2004-06-18 Jason Rumney <jasonr@gnu.org>
7595
7596 * makefile.w32-in: Double percent signs in for loops.
7597
7598 2004-06-17 David Kastrup <dak@gnu.org>
7599
7600 * replace.el (query-replace-read-args): Only warn about use of \n
7601 and \t when we are doing a regexp replacement and the actual
7602 escaped character is n or t.
7603 (query-replace-regexp): Add \, and \# interpretation to
7604 interactive call and document it.
7605 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7606 as shortkey for replace-count.
7607 (replace-quote): New function for doubling backslashes.
7608
7609 2004-06-17 Juanma Barranquero <lektu@terra.es>
7610
7611 * files.el (parse-colon-path, cd): Mention in docstring that the
7612 path separator is colon in GNU-like systems.
7613
7614 * newcomment.el (comment-region-internal): Fix docstring.
7615
7616 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7617 (ewoc-invalidate, ewoc-collect): Doc fixes.
7618 (ewoc--create-node, ewoc--delete-node-internal):
7619 Fix typos in docstring.
7620
7621 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7624 manual to docstring.
7625
7626 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7627
7628 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7629
7630 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7631
7632 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7633 Add hyperlink to emacs-xtra manual to docstring.
7634
7635 * autorevert.el (global-auto-revert-non-file-buffers):
7636 Add hyperlink to emacs-xtra manual to docstring, as well as an
7637 info-link.
7638
7639 2004-06-14 Juanma Barranquero <lektu@terra.es>
7640
7641 * image.el (image-library-alist): New variable to map image types
7642 to external libraries. Initialized to nil, unless system-specific
7643 configs change it.
7644 (image-type-available-p): Determine whether an image type is
7645 available by calling `init-image-library'.
7646
7647 * term/w32-win.el (image-library-alist): Initialize to a known set
7648 of probable library names.
7649
7650 2004-06-14 Kenichi Handa <handa@m17n.org>
7651
7652 * international/code-pages.el (windows-1256, cp1125): Fix tables
7653 for several characters.
7654
7655 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7656
7657 2004-06-13 Richard M. Stallman <rms@gnu.org>
7658
7659 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7660
7661 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7662 not "`pc-selection-mode'".
7663
7664 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7665
7666 * simple.el (previous-matching-history-element): Specify a default.
7667
7668 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7669
7670 * cus-face.el (custom-declare-face): Simplify code.
7671
7672 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7673
7674 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * files.el (before-save-hook): Add `time-stamp' to the options.
7677
7678 * time-stamp.el (time-stamp): Recommend adding it to
7679 `before-save-hook', rather than `write-file-functions'.
7680 Make a similar change in `Commentary' section.
7681
7682 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
7683
7684 * diff-mode.el (diff-current-defun): If at start of hunk, use
7685 position of first change.
7686
7687 2004-06-13 Lars Hansen <larsh@math.ku.dk>
7688
7689 * dired-x.el (dired-mark-omitted): Bind to "*O".
7690
7691 2004-06-12 Karl Fogel <kfogel@red-bean.com>
7692
7693 * bookmark.el (bookmark-bmenu-relocate): New function, as
7694 suggested by David J. Biesack <David.Biesack@sas.com>.
7695 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7696 (bookmark-bmenu-mode): Describe binding in doc string.
7697 (bookmark-set-filename): Save the bookmark list if it's time.
7698
7699 2004-06-13 Kenichi Handa <handa@m17n.org>
7700
7701 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7702 (ccl-untranslated-to-ucs): Fix typo.
7703
7704 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7705
7706 * progmodes/python.el (python-open-block-statement-p):
7707 Fix indentation after a block opening that contains a comment.
7708
7709 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
7710
7711 * bindings.el (completion-ignored-extensions): Add file extensions
7712 of Python byte-compiled files.
7713
7714 2004-06-12 Juri Linkov <juri@jurta.org>
7715
7716 * info.el (Info-goto-node): Add autoload.
7717 (Info-toc): Add substring-no-properties on Info file name.
7718 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7719 (Info-mode-map): Bind L to Info-history, T to Info-toc.
7720
7721 2004-06-12 Kenichi Handa <handa@m17n.org>
7722
7723 * international/mule-cmds.el (set-language-environment):
7724 Load subst tables if necessary.
7725
7726 * international/mule.el (decode-char): Load subst tables if necessary.
7727 (encode-char): Likewise.
7728
7729 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7730 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
7731 (utf-16le-decode-loop): Set r5 to -1 before loop.
7732 (utf-16be-decode-loop): Likewise.
7733 (ccl-decode-mule-utf-16le): Add EOF processing block.
7734 (ccl-decode-mule-utf-16be): Likewise.
7735 (ccl-decode-mule-utf-16le-with-signature): Likewise.
7736 (ccl-decode-mule-utf-16be-with-signature): Likewise.
7737 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
7738 (ccl-mule-utf-16-encode-untrans): New CCL.
7739 (utf-16-decode-to-ucs): Handle pre-read character.
7740 (utf-16le-encode-loop): Handle surrogate pair.
7741 (utf-16be-encode-loop): Likewise.
7742 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7743 of utf-16le-encode-loop.
7744 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7745 of utf-16be-encode-loop.
7746 (mule-utf-16-post-read-conversion):
7747 Call utf-8-post-read-conversion at first.
7748 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7749 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7750 Add post-read-conversion and pre-write-conversion.
7751
7752 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7753 (utf-translate-cjk-unicode-range): New variable.
7754 (utf-translate-cjk-load-tables): New function.
7755 (utf-lookup-subst-table-for-decode): New function.
7756 (utf-lookup-subst-table-for-encode): New function.
7757 (utf-translate-cjk-mode): Init-value changed to t. Don't load
7758 tables here. Update safe-charsets of utf-* coding systems.
7759 (ccl-mule-utf-untrans): New CCL.
7760 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
7761 at end of each branch.
7762 (ccl-mule-utf-8-encode-untrans): New CCL.
7763 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7764 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
7765 length of encoding. Don't return r0.
7766 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
7767 (utf-8-post-read-conversion): Narrow to region properly.
7768 If utf-translate-cjk-mode is on, load tables if necessary.
7769 Call utf-8-compose with hash-table arg if necessary.
7770 Call XXX-compose-region instead of XXX-post-read-convesion.
7771 (utf-8-pre-write-conversion): New function.
7772 (mule-utf-8): Include CJK charsets in safe-charsets if
7773 utf-translate-cjk-mode is on. Add pre-write-conversion.
7774
7775 * international/characters.el: Temporarily set
7776 utf-translate-cjk-mode to nil.
7777
7778 * language/devan-util.el (devanagari-compose-region):
7779 Add autoload cookie.
7780
7781 * international/ccl.el (ccl-dump-call): Fix printing the
7782 subroutine name.
7783
7784 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
7785
7786 * dired.el (dired-revert): If buffer is marked unmodified before
7787 reverting, keep it marked unmodified.
7788 Adapt to new conventions for commenting out code.
7789 (dired-make-relative): Adapt to new conventions for commenting out code.
7790
7791 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
7792
7793 * eshell/esh-module.el (eshell-load-defgroups):
7794 Bind `vc-handled-backends' to nil when opening files.
7795
7796 2004-06-11 Juanma Barranquero <lektu@terra.es>
7797
7798 * files.el (parse-colon-path, cd): Doc fixes (refer to
7799 `path-separator', not colon).
7800
7801 2004-06-10 Juanma Barranquero <lektu@terra.es>
7802
7803 * newcomment.el (comment-search-forward)
7804 (comment-search-backward): Fix typos in docstring.
7805 (comment-region): Doc fix.
7806
7807 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
7808
7809 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7810 switch is no longer stored in `dired-switches-alist'.
7811
7812 * dired-aux.el (dired-insert-subdir): Do not store R switch in
7813 `dired-switches-alist'.
7814
7815 2004-06-10 Kim F. Storm <storm@cua.dk>
7816
7817 * pcvs.el (cvs-mode-diff-yesterday): New command.
7818
7819 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
7820
7821 2004-06-10 Juri Linkov <juri@jurta.org>
7822
7823 * emacs-lisp/edebug.el (edebug-eval-defun):
7824 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
7825 Fix docstring.
7826
7827 * simple.el (eval-expression-print-format): Don't print additional
7828 information on the first call to `eval-print-last-sexp'.
7829 (next-error-find-buffer): Fix punctuation.
7830 (killing) <defgroup>: Fix punctuation.
7831 (yank-excluded-properties): Change group from editing to killing.
7832
7833 * replace.el (perform-replace): Use `limit' to terminate the
7834 while-loop explicitly.
7835
7836 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7837
7838 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
7839 Use lc-*.xpm as prefix instead of *-locol.xpm.
7840
7841 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
7842 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
7843 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
7844 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
7845 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
7846 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
7847 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
7848 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
7849 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
7850 * toolbar/lc-up_arrow.xpm:
7851 Rename from *-locol.xpm.
7852
7853 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
7854
7855 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
7856 include forms like &<str>; as valid url patterns.
7857
7858 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7859
7860 * dired.el (dired-diff, dired-backup-diff)
7861 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
7862 (dired-do-chown, dired-do-touch, dired-do-print)
7863 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
7864 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
7865 (dired-create-directory, dired-do-copy, dired-do-symlink)
7866 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
7867 (dired-do-copy-regexp, dired-do-hardlink-regexp)
7868 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7869 (dired-maybe-insert-subdir, dired-next-subdir)
7870 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
7871 (dired-kill-subdir, dired-tree-up, dired-tree-down)
7872 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
7873 (dired-run-shell-command, dired-query): Remove redundant,
7874 or incorrect, autoloads.
7875
7876 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
7877 does not end in a slash. Add optional argument KILL-ROOT.
7878 Update docstring.
7879 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
7880 (dired-query): Add autoloads.
7881
7882 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
7883
7884 * progmodes/compile.el (compilation-set-window-height):
7885 Rearrange the save-* functions because a buffer can have several current
7886 point in different windows.
7887 (compilation-error-regexp-alist-alist): Recognize {standard input}
7888 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
7889
7890 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7891
7892 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
7893 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
7894 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
7895 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
7896 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
7897 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
7898 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
7899 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
7900 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
7901 * toolbar/up_arrow-locol.xpm:
7902 New versions of icons that uses fewer colors.
7903
7904 * toolbar/tool-bar.el (tool-bar-local-item)
7905 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
7906 if display-color-cells is 256 or less.
7907
7908 2004-06-08 Kim F. Storm <storm@cua.dk>
7909
7910 * wid-edit.el (widget-specify-button): Use hand pointer rather
7911 than mouse-face as visible mouse-over effect.
7912
7913 2004-06-07 Karl Fogel <kfogel@red-bean.com>
7914
7915 * saveplace.el (save-place-alist-to-file): Bind `print-length'
7916 and `print-level' to nil when writing out `save-place-alist'.
7917 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
7918
7919 2004-06-07 Juanma Barranquero <lektu@terra.es>
7920
7921 * completion.el (completion-kill-region): Doc fix.
7922
7923 * format.el (format-insert-annotations)
7924 (format-annotate-location): Doc fixes.
7925 (format-subtract-regions): Make arguments match their use in docstring.
7926
7927 * simple.el (kill-region): Doc fix.
7928
7929 * subr.el (insert-buffer-substring-no-properties)
7930 (insert-buffer-substring-as-yank): Doc fixes.
7931
7932 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
7933
7934 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7935 Update docstring.
7936 (dired-reset-subdir-switches): New function.
7937
7938 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
7939 Limit scope of `buffer-read-only' binding.
7940
7941 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
7942
7943 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
7944 eshell-explicit-command-char.
7945
7946 2004-06-06 Juanma Barranquero <lektu@terra.es>
7947
7948 * help-fns.el (help-argument-name): Inherit from italic face only
7949 if the frame supports it.
7950
7951 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7952
7953 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
7954 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
7955 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
7956 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
7957 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
7958 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
7959 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
7960 New conversions from xpm files.
7961
7962 * toolbar/README: New file.
7963
7964 2004-06-06 Richard M. Stallman <rms@gnu.org>
7965
7966 * isearch.el (isearch-mode-map): Undo previous change.
7967
7968 2004-06-05 Juri Linkov <juri@jurta.org>
7969
7970 * bindings.el (debug-ignored-errors): Add regexps for history
7971 related messages. Remove $ from "No further undo information".
7972 Move Ediff's messages to ediff.el.
7973
7974 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
7975
7976 * cus-edit.el (custom-display): Add `min-colors'.
7977
7978 * custom.el (defface): Add `supports' to docstring.
7979
7980 * help-fns.el (help-argument-name): Add :group 'help.
7981
7982 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
7983
7984 * find-dired.el (find-ls-subdir-switches): New user option.
7985 (find-dired): No longer call `abbreviate-file-name' on DIR.
7986 Set `dired-subdir-switches' buffer-locally.
7987
7988 * locate.el: Merge the two `Commentary' sections.
7989 (locate-ls-subdir-switches): New user option.
7990 (locate): Update for other changes.
7991 (locate-mode-map): Restore Dired binding for mouse-2.
7992 Bind `locate-mouse-view-file' to M-mouse-2.
7993 Bind `l' to `locate-do-redisplay'.
7994 (locate-main-listing-line-p, locate-do-redisplay): New functions.
7995 (locate-mouse-view-file, locate-tags, locate-find-directory):
7996 Print message if used outside main listing.
7997 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
7998 Various changes to support inserted subdirectories.
7999 (locate-insert-header): Change header of *Locate* buffer.
8000
8001 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8002 Change interactive default switches.
8003 (dired-rename-subdir-2): Update `dired-switches-alist'.
8004 (dired-insert-subdir, dired-kill-subdir):
8005 Handle `dired-switches-alist'. Do not mark buffer modified.
8006 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8007 (dired-insert-subdir-doinsert): Omit messages.
8008 Handle `dired-subdir-switches'.
8009 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8010
8011 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8012 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8013 subdirs if -R switch is used for a subdir.
8014 (dired-mode): Set `dired-switches-alist'.
8015 (dired-build-subdir-alist): Only print number of directories in
8016 echo area when invoked interactively.
8017
8018 2004-06-05 Lars Hansen <larsh@math.ku.dk>
8019
8020 * dired-x.el (dired-omit-mode): Rename from
8021 dired-omit-files-p. Use define-minor-mode to define it.
8022 (dired-omit-files-p): Add as alias for dired-omit-mode.
8023 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
8024 dired-mark-omitted.
8025 (dired-mark-omitted): Add. Bind to M-O.
8026
8027 2004-06-05 Kenichi Handa <handa@m17n.org>
8028
8029 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8030
8031 2004-06-05 Juanma Barranquero <lektu@terra.es>
8032
8033 * help-fns.el (help-argument-name): Reintroduce face.
8034 (help-default-arg-highlight): Use it, now that
8035 `face-differs-from-default-p' can be trusted.
8036
8037 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8038
8039 * textmodes/table.el: Sentence commands added to Point Motion
8040 group; kill and backward-kill commands added to Extraction group.
8041
8042 2004-06-04 Mario Lang <mlang@delysid.org>
8043
8044 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8045 systems appear to use mW, make the code handle this. Fix a
8046 division-by-zero bug while at it, and handle kernels with
8047 a slightly different layout in /proc/acpi.
8048
8049 2004-06-04 Karl Fogel <kfogel@red-bean.com>
8050
8051 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8052 because the latter is a CL-ism. This fixes the bug reported by
8053 Shawn Boyette <mdxi@collapsar.net> in
8054 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8055
8056 2004-06-04 Miles Bader <miles@gnu.org>
8057
8058 * faces.el (display-supports-face-attributes-p): Function moved to
8059 C code. Previously only the tty-related portion of this function
8060 was done in C; however the previous attempt to do a halfway-proper
8061 job for non-tty displays in lisp didn't work properly because of
8062 funny conditions during Emacs startup.
8063 (face-differs-from-default-p): Simplify, now that
8064 display-supports-face-attributes-p works properly on all display
8065 types. Remove :stipple from comparison; it doesn't really work
8066 in emacs anyway.
8067
8068 2004-06-04 Miles Bader <miles@gnu.org>
8069
8070 * faces.el (face-differs-from-default-p): Use a different
8071 implementation, so we can really check whether FACE displays
8072 differently or not.
8073
8074 2004-06-04 Miles Bader <miles@gnu.org>
8075
8076 * faces.el (display-supports-face-attributes-p): Implement a
8077 `different from default' check for non-tty displays.
8078
8079 2004-06-03 David Kastrup <dak@gnu.org>
8080
8081 * woman.el (woman-mapcan): More concise code.
8082 (woman-topic-all-completions, woman-topic-all-completions-1)
8083 (woman-topic-all-completions-merge): Replace by a simpler and
8084 much faster implementation based on O(n log n) sort/merge instead
8085 of the old O(n^2) behavior.
8086
8087 2004-06-03 Miles Bader <miles@gnu.org>
8088
8089 * subr.el (read-number): Use canonical format for default in prompt.
8090
8091 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8092 Add regexp for " [...]" style defaults.
8093
8094 2004-06-02 Romain Francoise <romain@orebokech.com>
8095
8096 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8097 groups: if the user asks for a hidden buffer, open the
8098 corresponding filter group to expose it.
8099
8100 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8101 `ibuffer-jump-to-buffer'.
8102 (ibuffer-jump-offer-only-visible-buffers): New user option.
8103
8104 2004-06-02 Juanma Barranquero <lektu@terra.es>
8105
8106 * faces.el (frame-update-faces): Add empty docstring so the one
8107 for `ignore' doesn't show through.
8108
8109 * subr.el (process-kill-without-query): Remove spurious "\n" on
8110 obsolescence string.
8111 (focus-frame, unfocus-frame): Add obsolescence declaration and
8112 empty docstring.
8113
8114 * international/mule.el (register-char-codings): Make alias for
8115 `ignore'. Move docstring to obsolescence info and remove redundancy.
8116
8117 2004-06-02 Kim F. Storm <storm@cua.dk>
8118
8119 * frame.el (blink-cursor-start): Turn cursor off initially so blink
8120 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8121
8122 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * comint.el (comint-replace-by-expanded-history-before-point):
8125 Obey `start' as the docstring says.
8126 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8127 (comint-update-fence): Prevent font-lock from running unnecessarily.
8128 (comint-dynamic-list-completions): Use with-current-buffer.
8129
8130 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8131
8132 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8133 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8134 (bibtex-entry-update): Handle alternatives and optional fields.
8135 (bibtex-parse-entry): Bugfix, handle empty key.
8136
8137 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * vc-arch.el (vc-arch-state): Don't assume the file exists.
8140
8141 2004-05-31 Lars Hansen <larsh@math.ku.dk>
8142
8143 * desktop.el (desktop-save): Don't save minor modes without a
8144 known mode initialization function.
8145
8146 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
8147
8148 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8149
8150 * autorevert.el: Update `Commentary' section.
8151
8152 2004-05-30 Juanma Barranquero <lektu@terra.es>
8153
8154 * dos-fns.el (convert-standard-filename):
8155 * files.el (convert-standard-filename):
8156 * w32-fns.el (convert-standard-filename):
8157 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8158
8159 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8160
8161 Sync with Tramp.
8162
8163 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8164 (tramp-let-maybe): Move to an earlier spot in the file.
8165 Patch by Andreas Schwab.
8166
8167 2004-05-30 Andreas Schwab <schwab@suse.de>
8168
8169 * dired.el (dired-get-filename): Don't use dired-re-dot.
8170
8171 2004-05-30 Richard M. Stallman <rms@gnu.org>
8172
8173 * files.el (find-file): Doc fix.
8174
8175 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8176
8177 2004-05-30 Nick Roberts <nickrob@gnu.org>
8178
8179 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8180 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8181 modeline of the locals buffer.
8182 (gdb-goto-breakpoint): Handle gdbmi.
8183 (gdb-get-frame-number): Change for gdbmi.
8184
8185 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
8186
8187 * files.el (file-remote-p): Apply file name handler for operation
8188 `file-remote-p'. It isn' a property any longer.
8189 (file-relative-name): `fh' and `fd' get the required value via
8190 `find-file-name-handler' already.
8191
8192 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8193 (top): Remove setting of `file-remote-p' property for
8194 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
8195
8196 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8197
8198 Version 2.0.41 of Tramp released.
8199
8200 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8201 Throw away if process has died.
8202 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8203 (tramp-out-of-band-prompt-regexp): Rename to
8204 `tramp-process-alive-regexp', because its usage is widen.
8205 (tramp-actions-copy-out-of-band): Apply it.
8206 (tramp-actions-before-shell, tramp-multi-actions):
8207 Add `tramp-action-process-alive' action.
8208 (tramp-action-process-alive): New defun.
8209 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8210 Add entry for `file-remote-p'.
8211 (tramp-handle-file-remote-p): New defun.
8212 (top): Remove setting of `file-remote-p'. Don't set
8213 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8214
8215 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8216 `file-remote-p'.
8217
8218 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8219 counted for (last) line. [They should or they shouldn't? --Stef]
8220 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8221
8222 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8223
8224 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8225 not really necessary but seems to keep the shell history smaller
8226 in some cases. It is no substitute for setting HISTFILE and
8227 HISTSIZE from tramp-open-connection-setup-interactive-shell,
8228 though. Suggested by Luc Teirlinck.
8229 (tramp-open-connection-setup-interactive-shell): Export variables
8230 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
8231 (tramp-set-process-query-on-exit-flag): New compat function.
8232 (tramp-open-connection-multi, tramp-open-connection-su)
8233 (tramp-open-connection-rsh, tramp-open-connection-telnet)
8234 (tramp-do-copy-or-rename-file-out-of-band): Use it.
8235 (tramp-let-maybe): New macro, let-binds a variable only if it
8236 isn't obsolete.
8237 (tramp-check-ls-commands, tramp-handle-expand-file-name)
8238 (tramp-handle-file-truename): Use it.
8239 (tramp-completion-file-name-regexp-unified): Avoid matching
8240 filenames starting with "/:" -- those are reserved for
8241 file-name-non-special.
8242
8243 * tramp-smb.el (tramp-smb-open-connection):
8244 Use tramp-set-process-query-on-exit-flag compat function.
8245
8246 2004-05-29 Richard M. Stallman <rms@gnu.org>
8247
8248 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8249
8250 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8251 (eval-last-sexp-print-value): Print char equivalent regardless
8252 of standard-output value.
8253
8254 * thumbs.el (thumbs-subst-char-in-string): Delete.
8255 (thumbs-thumbname): Use subst-char-in-string.
8256 (thumbs-resize-image): Use condition-case, not ignore-errors.
8257 (thumbs-kill-buffer): Likewise.
8258
8259 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
8260 (thumbs-mode): Make buffer read-only.
8261 (thumbs-make-thumb): Unconditionally accept an existing file.
8262 (thumbs-insert-thumb): Add thumb-image-file property to the image.
8263 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8264 (thumbs-show-thumbs-list): Error if images not supported.
8265 (thumbs-save-current-image): Improve prompt string.
8266 (thumbs-mode-map): Define u, R, x.
8267 (thumbs-unmark): New command.
8268 (thumbs-emboss-image): Minor cleanup.
8269 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8270 (thumbs-rename-images): New command.
8271 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
8272
8273 * thumbs.el (thumbs-current-image): New function.
8274 (thumbs-file-list, thumbs-file-alist): New functions.
8275 (thumbs-find-image): Delete arg L.
8276 Don't set up thumbs-fileL as buffer-local global var.
8277 (thumbs-find-image-at-point): Use thumbs-current-image.
8278 (thumbs-set-image-at-point-to-root-window): Likewise.
8279 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8280 Record and warn about errors. Update thumbs-markedL for deletions.
8281 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8282 (thumbs-redraw-buffer): Use thumbs-file-list.
8283 (thumbs-mark): Use thumbs-current-image.
8284 (thumbs-show-name): Use thumbs-current-image.
8285
8286 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8287 and imenu--last-menubar-index-alist.
8288
8289 * subr.el (with-selected-window): Undo previous change.
8290
8291 2004-05-29 John Paul Wallington <jpw@gnu.org>
8292
8293 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8294 (thumbs-mouse-find-image): New command.
8295 (thumbs-mode-map): Bind it to mouse-2.
8296 (thumbs-mode): Make mode-class special.
8297 (thumbs-view-image-mode): Likewise.
8298
8299 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8300
8301 * flymake.el: New file.
8302
8303 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
8304
8305 * files.el (find-file-noselect-1): Do not bind
8306 `inhibit-read-only' to t during execution of
8307 `find-file-not-found-functions'.
8308
8309 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8310
8311 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8312 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8313
8314 2004-05-28 Juri Linkov <juri@jurta.org>
8315
8316 * simple.el (eval-expression-print-format): New fun.
8317
8318 * simple.el (eval-expression):
8319 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8320 * emacs-lisp/edebug.el (edebug-compute-previous-result)
8321 (edebug-eval-expression): Print additionally the value returned by
8322 `eval-expression-print-format'.
8323
8324 * emacs-lisp/lisp.el (insert-pair-alist): New var.
8325 (insert-pair): Make arguments optional. Find character pair
8326 from `insert-pair-alist' according to the last input event.
8327 (insert-parentheses): Make arguments optional.
8328 (raise-sexp, delete-pair): New funs.
8329
8330 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8331 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8332 Bind C-M-q to `indent-pp-sexp'.
8333
8334 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8335 `pp-to-string' modified to be able to format text with newlines.
8336 (pp-to-string): Move the buffer-formatting part of the code to
8337 `pp-buffer'. Call `pp-buffer'.
8338
8339 * info.el (Info-desktop-buffer-misc-data): Don't save information
8340 about virtual files.
8341 (Info-restore-desktop-buffer): Restore Info buffers in prepared
8342 buffers with names obtained from the desktop file instead of the
8343 default *info* buffer.
8344
8345 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * subr.el (with-selected-window): Only save/restore the selected window.
8348
8349 * progmodes/compile.el (compilation-error-regexp-alist):
8350 Use expand-file-name and data-directory.
8351
8352 * progmodes/grep.el (grep-tree): Rework previous fix.
8353
8354 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8355 after the user marked text with the mouse.
8356
8357 * startup.el (command-line): Keep the first regexp of
8358 auto-save-file-name-transforms intact.
8359
8360 2004-05-28 Juanma Barranquero <lektu@terra.es>
8361
8362 * cus-edit.el (customize-face, customize-face-other-window)
8363 (custom-face-edit-delete): Make arguments match their use in
8364 docstring.
8365 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8366 docstring.
8367
8368 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8369 not `cvs-butlast'.
8370
8371 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8372 `nbutlast' are in subr.el).
8373
8374 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8375 (set-w32-system-coding-system): Doc fixes.
8376
8377 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8378 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8379 Make arguments match their use in docstring.
8380 (artist-draw-region-trim-line-endings)
8381 (artist-mouse-choose-operation): Fix typo in docstring.
8382 (artist-key-set-point-common): Doc fix.
8383
8384 2004-05-28 Simon Josefsson <jas@extundo.com>
8385
8386 * mail/smtpmail.el (smtpmail-open-stream):
8387 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8388
8389 2004-05-26 Simon Josefsson <jas@extundo.com>
8390
8391 * starttls.el: Merge with my GNUTLS based starttls.el.
8392 (starttls-gnutls-program, starttls-use-gnutls)
8393 (starttls-extra-arguments, starttls-process-connection-type)
8394 (starttls-connect, starttls-failure, starttls-success): New variables.
8395 (starttls-program, starttls-extra-args): Doc fix.
8396 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8397 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8398 and pass on to corresponding *-gnutls function if it is set.
8399
8400 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8401
8402 * autorevert.el (auto-revert-handler): Disable auto-reverting of
8403 remote files.
8404
8405 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
8406
8407 * files.el (file-name-non-special): There are more operations
8408 which need handling: `find-backup-file-name',
8409 `insert-file-contents', `verify-visited-file-modtime',
8410 `write-region'. Rename t value of method to `add'. Add new
8411 methods `quote' and `unquote-then-quote' to file-arg-indices.
8412
8413 2004-05-25 Juri Linkov <juri@jurta.org>
8414
8415 * info.el (Info-toc): Call Info-mode on intermediate buffer.
8416 (Info-index-nodes): Enclose code in condition-case to catch errors.
8417 (Info-index-node): Don't search all index nodes if request is only
8418 for the current node and file is not in the cache of index nodes.
8419 (Info-mode-map): Bind Info-copy-current-node-name to `w'
8420 for consistency with dired-copy-filename-as-kill.
8421 Bind `S' to Info-search-case-sensitively.
8422 (Info-copy-current-node-name): New arg. With zero prefix arg put
8423 the name inside a function call to `info'. Display copied text in
8424 the echo area.
8425
8426 2004-05-25 Sam Steingold <sds@gnu.org>
8427
8428 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8429 strip the package prefix from the symbol name, if any.
8430 Make it the `find-tag-default-function' for `lisp-mode'.
8431
8432 2004-05-25 John Paul Wallington <jpw@gnu.org>
8433
8434 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8435 instead of obsolete `process-kill-without-query'.
8436
8437 * textmodes/texinfmt.el (texinfo-indexvar-alist):
8438 Declare as variable, not constant.
8439
8440 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
8441
8442 * files.el (find-file-noselect-1): Fix bug introduced by
8443 Revision 1.694. As a side effect, `inhibit-read-only'
8444 is again, by default, t during execution of
8445 `find-file-not-found-functions'.
8446 (insert-directory): Check that lines were really inserted by
8447 the --dired switch, before erasing them.
8448
8449 2004-05-24 Nick Roberts <nickrob@gnu.org>
8450
8451 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8452 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8453 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8454 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8455 gud-minor-mode (gdbmi).
8456
8457 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8458
8459 * net/browse-url.el (browse-url-interactive-arg): Enable user to
8460 explicitly select the text to be taken as URL.
8461
8462 2004-05-23 Juri Linkov <juri@jurta.org>
8463
8464 * info.el (Info-index-nodes): New var and fun.
8465 (Info-goto-index, Info-index, info-apropos)
8466 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8467 (Info-index): Fix docstring. Store and restore Info-history-list.
8468 (Info-complete-nodes): New var.
8469 (Info-complete-menu-item): Use it.
8470 (Info-index-node): New fun.
8471 (Info-final-node, Info-forward-node, Info-backward-node)
8472 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8473 Use Info-index-node.
8474 (Info-extract-menu-item, Info-extract-menu-counting): Set second
8475 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8476 (Info-find-node-2): If a node with period in its name not found,
8477 try to find a node without the name part after period.
8478 (Info-select-node): Call Info-fontify-node only if
8479 Info-fontify-maximum-menu-size is not nil.
8480 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8481 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8482 Preserve Info-history-list.
8483 (Info-toc): Set Info-current-file.
8484 (Info-build-toc): Move point to the beginning of the buffer.
8485 Add main-file variable.
8486 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8487 Use backslashed representation of the control character ^_.
8488
8489 * textmodes/texinfmt.el (texinfo-print-index): Print index line
8490 numbers in the new Texinfo 4.7 format.
8491
8492 * add-log.el (change-log-font-lock-keywords): Remove `:' from
8493 regexps for function and variable names.
8494
8495 * descr-text.el (describe-property-list): Add [show] button for
8496 `syntax-table' property with action to pp to a separate buffer.
8497 (describe-char): Replace search-forward by re-search-forward with
8498 whitespace regexp after "character:" to not fail in too narrow windows.
8499
8500 * simple.el (next-error-find-buffer): Add a rule to return
8501 next-error capable buffer if one window on the selected frame
8502 displays such buffer.
8503
8504 2004-05-23 Nick Roberts <nickrob@gnu.org>
8505
8506 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8507 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8508 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8509 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8510 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8511 Handle new value for gud-minor-mode (gdbmi).
8512 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8513 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8514 Change from local to global gdb variable set.
8515 (gdb-ann3): Initialise above gdb variable set.
8516 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8517 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8518 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8519 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8520 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8521 (gdb-info-locals-handler, gdb-invalidate-assembler)
8522 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8523 set as global variables.
8524 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8525 Handle gdbmi.
8526 (gdb-info-breakpoints-custom): Fix regexp.
8527 (def-gdb-var): Delete.
8528
8529 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8530 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8531 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8532 a new mode. The file (gdb-mi.el) for this mode will be included
8533 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8534 primary interface.
8535
8536 2004-05-23 Jesper Harder <harder@ifa.au.dk>
8537
8538 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8539 interpreted as a directory.
8540
8541 2004-05-22 Richard M. Stallman <rms@gnu.org>
8542
8543 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8544 as a close quote.
8545
8546 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8547
8548 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8549 Use assoc-string, not assoc-ignore-case.
8550
8551 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8552
8553 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8554 If moving back then fwd gets a defun that ends before point,
8555 try again moving fwd then back.
8556
8557 * files.el (file-name-non-special): Allow t in file-arg-indices
8558 to mean requote the return value. Use `identity' as an element
8559 rather than as the whole value.
8560
8561 * gs.el (gs-options): Add -dSAFER. Mark it risky.
8562
8563 2004-05-22 Juanma Barranquero <lektu@terra.es>
8564
8565 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8566 `help-make-usage'.
8567 (help-highlight-arguments): Skip function name before searching
8568 for arguments.
8569
8570 2004-05-21 Juanma Barranquero <lektu@terra.es>
8571
8572 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8573 Don't mention in the docstring these arguments meant for
8574 internal (recursive) use only.
8575 (allout-char-spec): Comment out (it's not implemented).
8576 (allout-old-expose-topic, allout-exposure): Fix docstring and add
8577 obsolescence declaration.
8578 (allout-flatten-exposed-to-buffer)
8579 (allout-indented-exposed-to-buffer): Fix typos in docstring.
8580 (my-mark-marker): Doc fix.
8581 (produce-allout-mode-map, allout-sibling-index)
8582 (allout-isearch-expose, allout-distinctive-bullet)
8583 (allout-open-topic, allout-reindent-body)
8584 (allout-rebullet-heading, allout-process-exposed)
8585 (allout-insert-listified, allout-latex-verb-quote)
8586 (allout-insert-latex-header, allout-insert-latex-trailer):
8587 Make arguments match their use in docstring.
8588 (allout-primary-bullet, allout-old-style-prefixes)
8589 (allout-inhibit-protection, allout-init, allout-mode)
8590 (allout-before-change-protect, allout-flag-region):
8591 Use "Emacs" instead of "emacs" in docstrings.
8592
8593 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8594
8595 * international/characters.el: Modify syntax of more characters.
8596
8597 2004-05-21 Masatake YAMATO <jet@gyve.org>
8598
8599 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8600 (etags-tags-completion-table): Show parsing progress.
8601
8602 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
8603
8604 * locate.el (locate-prompt-for-command): Shorten first line of
8605 docstring.
8606 (locate-mode): Expand docstring and include keymap summary.
8607
8608 * files.el (find-file-noselect-1): Limit the scope of the
8609 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
8610 is, by default, nil during the execution of
8611 `find-file-not-found-functions' and `find-file-hook'.
8612
8613 2004-05-20 Michael Mauger <mmaug@yahoo.com>
8614
8615 * facemenu.el (facemenu-color-name-equal): New function.
8616 (list-colors-display): Use it to compare colors instead of
8617 facemenu-color-equal.
8618
8619 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
8620
8621 * compare-w.el (compare-windows-face): Use min-colors instead of
8622 checking for tty or pc types.
8623
8624 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8627 (completion-setup-function): Use with-current-buffer.
8628 Properly save excursion. Simplify.
8629 Don't assume there is necessarily a `mouse-face' property somewhere.
8630
8631 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8632
8633 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
8634
8635 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8636 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8637 Use with-current-buffer.
8638 (byte-goto-log-buffer): Delete.
8639 (byte-compile-log-file): Call compilation-forget-errors.
8640
8641 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8642
8643 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8644 output messages into the search result.
8645
8646 2004-05-19 Masatake YAMATO <jet@gyve.org>
8647
8648 * wid-edit.el (widget-radio-button-notify): Revert my last
8649 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8650
8651 2004-05-19 Kenichi Handa <handa@m17n.org>
8652
8653 * international/characters.el: Fix syntax (open/close) of CJK chars.
8654
8655 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
8656
8657 * help-mode.el (help-go-back): Don't depend on position of back button.
8658
8659 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8662 files files don't contain an accidental additional /.
8663
8664 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8665 in source buffer.
8666
8667 2004-05-18 Masatake YAMATO <jet@gyve.org>
8668
8669 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8670 to widget-apply. :action method assumes 2 arguments, not 3.
8671
8672 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
8673
8674 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8675 New constants.
8676 (hs-special-modes-alist): Add an f90-mode entry.
8677
8678 2004-05-17 Sam Steingold <sds@gnu.org>
8679
8680 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8681 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
8682
8683 2004-05-16 Kim F. Storm <storm@cua.dk>
8684
8685 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8686
8687 2004-05-15 John Wiegley <johnw@newartisans.com>
8688
8689 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8690 (eshell-output-object-to-target): Improve output speed 20% by not
8691 calling `eshell-stringify' if something is already known to be a string.
8692
8693 2004-05-15 Alex Ott <ott@jet.msk.su>
8694
8695 * textmodes/ispell.el (ispell-local-dictionary-alist):
8696 Add windows-1251 to the choice of coding systems.
8697 (ispell-dictionary-alist-6): Add support for "russianw.aff",
8698 encoded in cp1251.
8699
8700 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
8701
8702 * progmodes/compile.el (compilation-warning-face)
8703 (compilation-info-face): Use min-colors.
8704
8705 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8706
8707 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8708 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8709 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8710 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8711 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8712 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8713 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8714 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8715 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8716 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8717 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8718 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8719 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8720 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8721
8722 2004-05-15 Kim F. Storm <storm@cua.dk>
8723
8724 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8725 Use it to set triggered-p element of timer.
8726 (timer-event-handler): Set triggered-p element non-nil while running
8727 the timer function.
8728
8729 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * descr-text.el (describe-char-unicode-data)
8732 (describe-char-unicodedata-file): Re-enable the unicode code now that
8733 the licensing issues have been cleared in the unicode-4 license.
8734 (describe-text-properties-1): Remove unused `overlay' var.
8735 (describe-char): Remove unused var `buffer'.
8736
8737 2004-05-14 David Ponce <david@dponce.com>
8738
8739 * tree-widget.el: New file.
8740
8741 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
8742
8743 * language/european.el ("Brazilian Portuguese"): Add support for
8744 Brazilian Portuguese.
8745
8746 2004-05-13 John Wiegley <johnw@newartisans.com>
8747
8748 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8749 `recentf-mode' if this variable has been customized to t.
8750
8751 * eshell/esh-test.el (eshell-test): Call the function
8752 `emacs-version' rather than trying to build a custom version string.
8753
8754 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * net/telnet.el (telnet-mode): Use define-derived-mode.
8757 Don't modify the global value of comint-prompt-regexp.
8758
8759 2004-05-13 John Paul Wallington <jpw@gnu.org>
8760
8761 * version.el (emacs-version): Check for `gtk' feature before
8762 `x-toolkit' feature.
8763
8764 2004-05-13 Juanma Barranquero <lektu@terra.es>
8765
8766 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8767 arguments in the docstring, they're used only in recursive calls.
8768
8769 * help-fns.el (help-arg-highlighting-function)
8770 (help-argument-name): Delete.
8771 (help-default-arg-highlight): New function.
8772 (help-do-arg-highlighting): Use it.
8773
8774 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8775
8776 * calendar/appt.el (appt-disp-window):
8777 Use `calendar-set-mode-line' for a centered mode-line.
8778
8779 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8780
8781 * calendar/appt.el (appt-disp-window): Do not split window
8782 excessively when `split-height-threshold' is low.
8783
8784 2004-05-12 Nick Roberts <nickrob@gnu.org>
8785
8786 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8787 kill-buffer-hook here and make it local.
8788 (gud-kill-buffer-hook): Use kill-process for a sure kill.
8789
8790 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
8791
8792 * progmodes/compile.el (compilation-set-window-height):
8793 Use save-excursion to protect against misplaced marker.
8794
8795 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8796
8797 * custom.el (defface): Document that type can have value gtk.
8798
8799 * faces.el (face-spec-set-match-display): Handle type gtk in display.
8800
8801 2004-05-12 Kenichi Handa <handa@m17n.org>
8802
8803 * descr-text.el: Require quail at comile time.
8804 (describe-char): If an input method is on and it supports the
8805 character, show how to input it.
8806
8807 * international/quail.el (quail-install-decode-map): Accept a
8808 char-table whose subtype is `quail-decode-map'.
8809 (quail-store-decode-map-key, quail-gen-decode-map1)
8810 (quail-gen-decode-map, quail-find-key1, quail-find-key)
8811 (quail-show-key): New functions.
8812
8813 2004-05-12 Juanma Barranquero <lektu@terra.es>
8814
8815 * generic.el (define-generic-mode): Remove redundant arglist info.
8816
8817 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
8818 Make arguments match their use in docstring.
8819 (help-arg-highlighting-function): New variable.
8820 (help-argument-name): Mention it in the docstring.
8821 (help-do-arg-highlight): Use it. Expand regexp to accept also
8822 ARG-xxx and xxx-ARG references.
8823
8824 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8825
8826 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
8827 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
8828 and "mailto:addr1?to=addr2" equal.
8829
8830 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8831
8832 * man.el (Man-getpage-in-background): Use shell-file-name
8833 and shell-command-switch variables instead of hard-coded values.
8834
8835 2004-05-11 Eli Zaretskii <eliz@gnu.org>
8836
8837 * iimage.el: New file.
8838
8839 2004-05-11 Juanma Barranquero <lektu@terra.es>
8840
8841 * custom.el (custom-initialize-default, defcustom):
8842 Fix typo in docstring.
8843
8844 * files.el (set-visited-file-name, file-expand-wildcards):
8845 Fix docstring.
8846
8847 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
8850
8851 * subr.el (eventp): Be more discriminating with integers.
8852
8853 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
8854
8855 * progmodes/compile.el (compile): Add universal prefix arg.
8856 (compilation-error-regexp-alist-alist): Add edg patterns.
8857
8858 2004-05-10 Sam Steingold <sds@gnu.org>
8859
8860 * textmodes/ispell.el (ispell-message):
8861 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
8862
8863 2004-05-10 Dave Love <fx@gnu.org>
8864
8865 * progmodes/python.el (help-buffer): Autoload when compiling.
8866 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
8867 (run-python): Prepend to any existing PYTHONPATH.
8868
8869 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
8870
8871 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
8872 for pending breakpoints.
8873
8874 2004-05-10 Richard M. Stallman <rms@gnu.org>
8875
8876 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
8877 directly without calling any functions in Rmail.
8878 (unrmail-unprune): Function deleted.
8879
8880 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
8883 C-c C-z binding.
8884
8885 2004-05-10 Kenichi Handa <handa@m17n.org>
8886
8887 * descr-text.el (describe-char): Fix previous change. Don't make
8888 a unibyte character to multibyte in the *Help* buffer.
8889
8890 2004-05-10 Miles Bader <miles@gnu.org>
8891
8892 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
8893 buffer an error if the debugger process is actually running.
8894
8895 2004-05-10 Juanma Barranquero <lektu@terra.es>
8896
8897 * help-fns.el (help-argument-name): Default to italic.
8898 (help-highlight-arguments): Return always (usage . doc), even when
8899 usage is nil.
8900
8901 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
8902 (define-ibuffer-filter): Add usage info.
8903 (define-ibuffer-op): Add usage info (but CL-style defaults for
8904 keyword args are not shown).
8905
8906 * subr.el (remove-overlays, read-passwd): Fix docstring.
8907 (start-process-shell-command): Fix docstring. Put usage info in a
8908 format usable by `describe-function'.
8909 (open-network-stream, open-network-stream-nowait)
8910 (open-network-stream-server): Fix docstring.
8911
8912 2004-05-09 Jason Rumney <jasonr@gnu.org>
8913
8914 * international/code-pages (cp932, cp936, cp949, c950): Remove.
8915 Only define cp125* if windows-125* is already defined.
8916
8917 * language/korean.el (cp949): Add alias.
8918
8919 * language/chinese.el (cp936, cp950): Add aliases.
8920
8921 * language/japanese.el (cp932): Add alias.
8922
8923 * term/w32-win.el: Require code-pages.
8924
8925 * international/mule-cmds.el (set-locale-environment):
8926 On MS-Windows use ansi code-page for default coding-systems.
8927 Set up paper sizes for Windows 3 letter languages.
8928
8929 * international/code-pages.el (cp932, cp936, cp949, cp950):
8930 Add aliases. Also add cp125* if not already defined.
8931
8932 2004-05-09 Juanma Barranquero <lektu@terra.es>
8933
8934 * help-fns.el (help-highlight-arguments): Don't try to highlight
8935 missing or autoloaded arglists. Accept structured arguments, like
8936 the first ones of `do' and `flet'.
8937
8938 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
8939 (cvs-get-marked): Remove redundant arglist info.
8940
8941 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
8942 Don't use CL-style default args.
8943
8944 2004-05-08 Andreas Schwab <schwab@suse.de>
8945
8946 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
8947
8948 * international/subst-ksc.el: Fix references to utf-translate-cjk
8949 into utf-translate-cjk-mode.
8950 * international/subst-big5.el: Likewise.
8951 * international/subst-gb2312.el: Likewise.
8952 * international/subst-jis.el: Likewise.
8953 * international/utf-16.el: Likewise.
8954 * international/utf-8.el: Likewise.
8955
8956 2004-05-08 John Wiegley <johnw@newartisans.com>
8957
8958 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
8959 "virtual buffers" (off by default), which makes it possible to
8960 switch to the "virtual" buffers of recently visited files. When a
8961 buffer name search fails, and this option is on, iswitchb will
8962 look at the list of recently visited files, and permit matching
8963 against those names. When the user hits RET on a match, it will
8964 revisit that file.
8965 (iswitchb-read-buffer): Add two optional arguments, which makes
8966 isearchb.el possible.
8967 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
8968 (iswitchb-next-match): Add support for virtual buffers.
8969
8970 * isearchb.el: This module extends iswitchb to provide "as you
8971 type" buffer selection.
8972
8973 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
8974 Ignore the read-only property when flyspell highlighting is on.
8975 Not ignoring it leads to a series of confusing errors.
8976 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
8977 but also make sure to call flyspell-incorrect-hook.
8978 (flyspell-maybe-correct-transposition): Perform transposition test
8979 by bit twiddling a string, rather than using a temp buffer.
8980 (flyspell-maybe-correct-doubling): Use a string rather than a temp
8981 buffer. This is also the original version of the code, which
8982 could not be checked in before due to a previous lack of
8983 assignment papers. This version has seen heavy usage on my system
8984 for several years now.
8985
8986 * calendar/cal-bahai.el: New file, which adds support for the
8987 Baha'i calendar to Emacs. This calendar is based on a solar year
8988 of 19 months of 19 days, with 4 intercalary days. Each year
8989 begins on March 21, with the calendar starting in 1844.
8990
8991 * calendar/cal-menu.el, calendar/calendar.el,
8992 calendar/diary-lib.el, calendar/holidays.el: Added support for
8993 using cal-bahai.el.
8994
8995 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
8996 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
8997 function can be used outside of eshell buffers.
8998 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
8999
9000 2004-05-08 Juanma Barranquero <lektu@terra.es>
9001
9002 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9003 word constituent so FOO-ARG is not recognized as an arg.
9004 (help-highlight-arguments): Don't skip lists in mandatory arguments.
9005
9006 * simple.el (next-error): Fix typo in docstring.
9007 (open-line): Make argument names match their use in docstring.
9008 (split-line): Fix docstring.
9009
9010 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9011 usable by `describe-function'.
9012 (gensym, gentemp, typep, ignore-errors): Make argument names match
9013 their use in docstring.
9014
9015 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9016 argument to `help-setup-xref'.
9017
9018 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
9019
9020 Version 2.0.40 of Tramp released.
9021
9022 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9023 Use symbol-function to invoke functions only known on some Emacs
9024 flavors. This avoids byte-compiler warnings. Reported by Kevin
9025 Scaldeferri <kevin@scaldeferri.com>.
9026 (tramp-do-copy-or-rename-file-via-buffer): Rename from
9027 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9028 consistent with the other tramp-do-* functions.
9029 (tramp-do-copy-or-rename-file): Calls adjusted.
9030 (tramp-process-initial-commands): Avoid liveness check on shell --
9031 we know that it must be alive since we're opening a connection at
9032 this moment.
9033 (tramp-last-cmd): New internal variable.
9034 (tramp-process-echoes): New tunable.
9035 (tramp-send-command): Set tramp-last-cmd.
9036 (tramp-wait-for-output): Delete echo, if applicable.
9037 (tramp-read-passwd): Construct the key for the password cache in a
9038 way that works for multi methods, too.
9039 (tramp-bug): Add backup-directory-alist and
9040 bkup-backup-directory-info to bug reports, with Tramp counterparts.
9041
9042 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
9043
9044 * net/tramp*.el: Suppress byte-compiler warnings where possible.
9045
9046 * net/tramp.el (tramp-out-of-band-prompt-regexp)
9047 (tramp-actions-copy-out-of-band): New defcustoms.
9048 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9049 used instead of a synchronous one. Allows password entering.
9050 (tramp-action-out-of-band): New defun.
9051 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9052 Remove restriction with password from doc string.
9053 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9054 `tramp-out-of-band-prompt-regexp',
9055 `tramp-actions-copy-out-of-band', `password-cache' and
9056 `password-cache-expiry'.
9057 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
9058 password caching.
9059 (tramp-touch): FILE can be a local file, too.
9060 (TODO): Remove items done.
9061 (tramp-handle-insert-directory): Properly quote file name also if
9062 not full-directory-p. Handle wildcard case. Reported by Andreas
9063 Schwab <schwab@suse.de>.
9064 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9065 new file.
9066 (tramp-handle-file-local-copy, tramp-handle-write-region):
9067 The permissions of the temporary file are set if filename exists.
9068 Reported by Ted Stern <stern@cray.com>.
9069 (tramp-backup-directory-alist)
9070 (tramp-bkup-backup-directory-info): New defcustoms.
9071 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9072 (tramp-handle-find-backup-file-name): New function.
9073 Implements Tramp's find-backup-file-name.
9074
9075 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9076 for `find-backup-file-name'.
9077
9078 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9079 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
9080
9081 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9082
9083 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9084
9085 2004-05-07 Juanma Barranquero <lektu@terra.es>
9086
9087 * subr.el (lambda): Add arglist description to docstring.
9088 (declare): Fix typo in docstring.
9089 (open-network-stream): Fix docstring.
9090 (process-kill-without-query): Fix docstring and add obsolescence info.
9091 (last, butlast, nbutlast): Make arguments match their use in docstring.
9092 (insert-buffer-substring-no-properties): Likewise.
9093 (insert-buffer-substring-as-yank): Likewise.
9094 (split-string): Fix docstring.
9095
9096 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9097 Make argument names match their use in docstring.
9098
9099 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9100
9101 2004-05-06 Nick Roberts <nickrob@gnu.org>
9102
9103 * progmodes/gdb-ui.el: Improve/extend documentation strings.
9104 Fit first sentence on one line for apropos-command.
9105
9106 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 Changes largely merged in from Dave Love's code.
9109 * progmodes/python.el: Doc fixes.
9110 (python-mode-map): Add python-complete-symbol.
9111 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9112 (python-comment-indent, python-complete-symbol)
9113 (python-symbol-completions, python-partial-symbol)
9114 (python-try-complete): New.
9115 (python-indent-line): Remove optional arg. Use python-block-end-p.
9116 (python-check): Bind compilation-error-regexp-alist.
9117 (inferior-python-mode): Use rx. Move keybindings to top level.
9118 Set comint-input-filter.
9119 (python-preoutput-filter): Use rx.
9120 (python-input-filter): Re-introduce.
9121 (python-proc): Start new process if necessary.
9122 Check python-buffer non-nil.
9123 (view-return-to-alist): Defvar.
9124 (python-send-receive): New.
9125 (python-eldoc-function): Use it.
9126 (python-mode-running): Don't defvar.
9127 (python-mode): Set comment-indent-function.
9128 Maybe update hippie-expand-try-functions-list.
9129 (python-indentation-levels): Initialize differently.
9130 (python-block-end-p): New.
9131 (python-indent-line): Use it.
9132 (python-compilation-regexp-alist): Augment.
9133 (run-python): Import `emacs' module to Python rather than loading
9134 code directly. Set python-buffer differently.
9135 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
9136 Use python-proc.
9137 (python-send-command): Go to end of comint buffer.
9138 (python-load-file): Use python-proc, emacs.eimport.
9139 (python-describe-symbol): Simplify interactive form.
9140 Use emacs.help. Do use temp-buffer-show-hook.
9141 Call print-help-return-message.
9142 (hippie-exp): Require when compiling.
9143 (python-preoutput-continuation): Use rx.
9144
9145 * diff-mode.el (diff-make-unified): Fix regexp.
9146
9147 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
9148
9149 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9150 filter groups from the buffer when rebuilding the Ibuffer buffer
9151 and `ibuffer-show-empty-filter-groups' is nil.
9152
9153 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9154
9155 * ps-print.el (ps-print-quote): Call ps-value-string.
9156 (ps-setup): Call ps-comment-string.
9157 (ps-value-string, ps-comment-string): New funs.
9158
9159 2004-05-06 Juanma Barranquero <lektu@terra.es>
9160
9161 * ehelp.el (electric-help-command-loop): Check whether the last
9162 character is visible, not (point-max).
9163
9164 * help-fns.el (help-argument-name): Default to bold; don't inherit
9165 from font-lock-variable-name-face.
9166 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9167
9168 2004-05-05 Kenichi Handa <handa@m17n.org>
9169
9170 * descr-text.el (describe-char): Copy the character with text
9171 properties and overlays into the first line, and call
9172 describe-text-properties on it.
9173
9174 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
9175
9176 * iswitchb.el (iswitchb-global-map): Fix typo.
9177 Remove unwanted ###autoloads from source file.
9178
9179 2004-05-05 Lars Hansen <larsh@math.ku.dk>
9180
9181 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9182 in run-hooks. Use substitute-command-keys in message.
9183 (wdired-abort-changes): Add message.
9184
9185 2004-05-03 Michael Mauger <mmaug@yahoo.com>
9186
9187 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9188 (sql-emacs20-p): Remove.
9189 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9190 (sql-builtin-face, sql-doc-face): Remove.
9191 (sql-mode-ansi-font-lock-keywords)
9192 (sql-mode-oracle-font-lock-keywords)
9193 (sql-mode-postgres-font-lock-keywords)
9194 (sql-mode-linter-font-lock-keywords)
9195 (sql-mode-ms-font-lock-keywords)
9196 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9197 (sql-product-font-lock): Fix font-lock reset when font rules change.
9198 (sql-highlight-product): Remove incorrect font-lock reset logic.
9199
9200 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
9201
9202 * ses.el (ses-set-parameter): Fix typo.
9203
9204 2004-05-04 Kim F. Storm <storm@cua.dk>
9205
9206 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9207 Must expand directory for completion to work; and don't mess with
9208 process-environment.
9209 (ido-read-file-name): If command has ido property, don't use ido
9210 if value is ignore, or read as directory if value is dir.
9211 Set ido ignore property for dired-do-rename command.
9212
9213 2004-05-04 Juanma Barranquero <lektu@terra.es>
9214
9215 * ehelp.el (electric-help-command-loop, electric-help-undefined)
9216 (electric-help-help): Check against unmapped commands.
9217
9218 * help-fns.el (help-argument-name): New face, inheriting from
9219 font-lock-variable-name-face, to highlight function arguments in
9220 `describe-function' and `describe-key'.
9221 (help-do-arg-highlight): Auxiliary function to highlight a given
9222 list of arguments in a string.
9223 (help-highlight-arguments): Highlight the function arguments and
9224 all uses of them in the docstring.
9225 (describe-function-1): Use it. Do docstring output via `insert',
9226 not 'princ', so text attributes are preserved.
9227
9228 * winner.el (winner-mode-map): Move `winner-undo' and
9229 `winner-redo' to C-c <left> and C-c <right>, respectively (the
9230 previous bindings conflict with `prev-buffer', `next-buffer').
9231
9232 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9233
9234 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9235 (bibtex-entry-update): New command bound to C-c C-u.
9236 (bibtex-text-in-string): Fix regexp.
9237 (bibtex-assoc-of-regexp): Remove.
9238 (bibtex-progress-message): Fix docstring.
9239 (bibtex-inside-field): Use if.
9240 (bibtex-assoc-regexp): New function.
9241 (bibtex-format-entry): Make code more robust so that it formats
9242 also old entries.
9243 (bibtex-autokey-demangle-title): Merge with obsolete function
9244 bibtex-assoc-of-regexp.
9245 (bibtex-field-list): New function.
9246 (bibtex-entry): Use bibtex-field-list.
9247 (bibtex-parse-entry): Fix docstring.
9248 (bibtex-print-help-message): Use bibtex-field-list.
9249 (bibtex-make-field): Use bibtex-field-list.
9250 (bibtex-entry-index): Bugfix. Return crossref key if required.
9251 (bibtex-lessp): Fix docstring.
9252
9253 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
9254
9255 * select.el (xselect-convert-to-string): Move comment to intended line.
9256
9257 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9258
9259 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9260 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9261
9262 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9263
9264 * term/x-win.el (x-clipboard-yank): Don't exit on error from
9265 x-get-selection.
9266
9267 2004-05-03 Jason Rumney <jasonr@gnu.org>
9268
9269 * makefile.nt: Remove.
9270
9271 2004-05-03 Kim F. Storm <storm@cua.dk>
9272
9273 * emulation/cua-base.el (cua--update-indications): Fix last change.
9274 (cua-mode): Deactivate mark when cua-mode is enabled.
9275
9276 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
9277
9278 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9279
9280 2004-05-03 Nick Roberts <nickrob@gnu.org>
9281
9282 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9283 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9284 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9285 window over visible frames.
9286 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9287
9288 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * progmodes/compile.el (compilation-gcpro): New var.
9291 (compilation-fake-loc): Use it.
9292 (compilation-forget-errors): Reset it.
9293
9294 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9295
9296 * diff-mode.el (diff-header-face, diff-file-header-face):
9297 Use min-colors.
9298
9299 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9300
9301 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9302 (bibtex-clean-entry): Disentangle code.
9303 (bibtex-realign): New function.
9304 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
9305 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9306 Remove undocumented optional arg called-by-convert-alien.
9307 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
9308 for sorting instead of bibtex-sort-buffer.
9309
9310 2004-05-02 Eli Zaretskii <eliz@gnu.org>
9311
9312 * progmodes/compile.el (compilation-start): In the
9313 no-async-subprocesses branch, call sit-for to give redisplay a
9314 chance to show the updated process status in the mode line, and
9315 fontify the buffer explicitly after the process exits.
9316
9317 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * progmodes/python.el (python-compilation-line-number): Remove.
9320 (python-compilation-regexp-alist): Don't use it any more.
9321 (python-orig-start, python-input-filter): Remove.
9322 (inferior-python-mode): Don't set up comint-input-filter-functions.
9323 (python-send-region): Use compilation-fake-loc.
9324
9325 * progmodes/compile.el (compilation-messages-start): New var.
9326 (compilation-mode): Don't setup next-error-function here.
9327 (compilation-setup): Set it up here instead (for minor modes as well).
9328 Make compilation-messages-start buffer local.
9329 (compilation-next-error-function): Use it.
9330 (compilation-forget-errors): Set compilation-messages-start.
9331
9332 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
9333
9334 * ielm.el (ielm-prompt-read-only): Update docstring.
9335
9336 * comint.el (comint-prompt-read-only): Update docstring.
9337 (comint-update-fence, comint-kill-whole-line)
9338 (comint-kill-region): New functions.
9339
9340 * simple.el (kill-whole-line): Use "p" instead of "P" in
9341 interactive form.
9342
9343 2004-05-01 Juanma Barranquero <lektu@terra.es>
9344
9345 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9346 format arglist so default values in CL-style argument lists are
9347 correctly shown.
9348
9349 2004-05-01 Jason Rumney <jasonr@gnu.org>
9350
9351 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9352
9353 2004-05-01 Kenichi Handa <handa@m17n.org>
9354
9355 * international/titdic-cnv.el (miscdic-convert): Don't generate a
9356 quail file if it is up to date.
9357
9358 2004-04-30 Juri Linkov <juri@jurta.org>
9359
9360 * cus-edit.el (custom-mode-map):
9361 Add key binding `C-x C-s' to `Custom-save'.
9362
9363 * outline.el (outline-blank-line): New var.
9364 (outline-next-preface, outline-show-heading)
9365 (outline-end-of-subtree): Use it.
9366
9367 * dired-aux.el (dired-touch-initial): New fun.
9368 (dired-do-chxxx): Call it for op-symbol `touch'.
9369 (dired-diff): Use `dired-dwim-target-directory'
9370 if current dired buffer has no buffer mark.
9371
9372 * bindings.el (propertized-buffer-identification):
9373 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9374 Add C-M-arrow keys for consistency.
9375
9376 * files.el (confirm-kill-emacs):
9377 Change group from top-level `emacs' to `convenience'.
9378
9379 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9380 Push mark on the first call of successive command calls.
9381 (insert-pair): New fun created from `insert-parentheses' with
9382 `open' and `close' arguments added. Enclose active regions
9383 in paired characters. Compare adjacent characters syntax with
9384 inserted characters syntax before inserting a space.
9385 (insert-parentheses): Call `insert-pair' with ?\( ?\).
9386
9387 * delsel.el: Don't put `delete-selection' property
9388 on `insert-parentheses' symbol to take advantage of
9389 region handling in `insert-pair' function.
9390 Suggested by Stephan Stahl <stahl@eos.franken.de>.
9391
9392 2004-04-30 Kim F. Storm <storm@cua.dk>
9393
9394 * emulation/cua-base.el: Add support for changing cursor types;
9395 based on patch from Michael Mauger.
9396 (cua-normal-cursor-color, cua-read-only-cursor-color)
9397 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9398 Customization cursor type and/or cursor color.
9399 (cua--update-indications): Handle cursor type changes.
9400 (cua-mode): Update cursor indications if enabled.
9401
9402 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9403
9404 * mouse.el (mouse-drag-copy-region): New defcustom.
9405 (mouse-set-region, mouse-drag-region-1): Use it.
9406
9407 * simple.el (kill-ring-save): If region face background color is
9408 unspecified (if no highlighting), show extent of fully visible
9409 region even if transient-mark-mode is enabled.
9410
9411 * emulation/cua-base.el (cua--standard-movement-commands):
9412 Add cua-scroll-up and cua-scroll-down.
9413 (cua-scroll-up, cua-scroll-down): New commands.
9414 (cua--init-keymaps): Remap scroll-up and scroll-down.
9415
9416 * emulation/cua-rect.el (cua--convert-rectangle-as):
9417 New defmacro.
9418 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9419 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9420 New commands (suggested by Jordan Breeding).
9421
9422 2004-04-30 Juanma Barranquero <lektu@terra.es>
9423
9424 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9425
9426 2004-04-30 Mario Lang <mlang@delysid.org>
9427
9428 * diff.el (diff-switches): Fix typo in docstring.
9429
9430 2004-04-30 Alex Schroeder <alex@gnu.org>
9431
9432 * xml.el (xml-debug-print-internal): Don't add newline and
9433 indentation to text nodes and write empty elements as empty tags
9434 instead of opening and closing tags.
9435 (xml-debug-print): Take optional indent-string argument.
9436 (xml-print): Alias for xml-debug-print.
9437
9438 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9439
9440 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9441 than duplicate call to `line-beginning-position'.
9442
9443 * progmodes/f90.el (f90-get-present-comment-type):
9444 Return whitespace, as well as comment chars, for consistent filling
9445 of comment blocks. Use `match-string-no-properties'.
9446 (f90-break-line): Trim trailing whitespace when filling comments.
9447
9448 2004-04-30 Dave Love <fx@gnu.org>
9449
9450 * calendar/diary-lib.el (diary-outlook-formats): New variable.
9451 (diary-from-outlook-internal, diary-from-outlook)
9452 (diary-from-outlook-gnus, diary-from-outlook-rmail):
9453 New functions to import diary entries from Outlook-format
9454 appointments in mail messages.
9455
9456 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * progmodes/python.el (python-send-command): New fun.
9459 (python-send-region, python-load-file): Use it.
9460
9461 * progmodes/compile.el (compilation-last-buffer): Add var alias.
9462
9463 * help-fns.el (help-C-file-name): Use new subr-name.
9464 Prepend `src/' to the file name.
9465 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9466 (describe-function-1, describe-variable): Only find a C source file
9467 name if DOC is already loaded.
9468
9469 * help-mode.el (help-function-def, help-variable-def):
9470 Use the new find-function-search-for-symbol functionality.
9471 Allow FILE to be `C-source'.
9472
9473 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9474 (find-function-C-source): New fun.
9475 (find-function-search-for-symbol): Use it.
9476
9477 2004-03-29 Michael Mauger <mmaug@yahoo.com>
9478
9479 * progmodes/sql.el (sql-product-alist): Rename variable
9480 `sql-product-support'. Add Postgres login parameters.
9481 (sql-set-product, sql-product-feature): Update with renamed variable.
9482 (sql-connect-postgres): Add username prompt.
9483 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9484 Make patterns less product specific.
9485 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9486 (sql-mode-abbrev-table): Modify initialization.
9487 (sql-builtin-face): Add variable.
9488 (sql-keywords-re): Add macro.
9489 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9490 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9491 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9492 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9493 (sql-mode-linter-font-lock-keywords)
9494 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9495 (sql-mode-sybase-font-lock-keywords)
9496 (sql-mode-informix-font-lock-keywords)
9497 (sql-mode-interbase-font-lock-keywords)
9498 (sql-mode-ingres-font-lock-keywords)
9499 (sql-mode-solid-font-lock-keywords)
9500 (sql-mode-sqlite-font-lock-keywords)
9501 (sql-mode-db2-font-lock-keywords): Default to nil.
9502 (sql-product-font-lock): Always highlight ANSI keywords.
9503 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9504 (sql-send-string): Add function.
9505
9506 2004-04-29 Dave Love <fx@gnu.org>
9507
9508 * progmodes/cfengine.el (cfengine-beginning-of-defun)
9509 (cfengine-end-of-defun): Ensure progress through buffer.
9510
9511 * info-look.el (cfengine-mode): Accept a terminal ().
9512
9513 2004-04-29 Juri Linkov <juri@jurta.org>
9514
9515 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9516 instead of isearch-yank-word-or-char. Add new key bindings for
9517 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9518 (isearch-del-char): New fun.
9519 (isearch-forward, isearch-edit-string): Update docstring.
9520 (isearch-yank-char): Doc fix.
9521 (isearch-other-meta-char): Restore point after scrolling.
9522
9523 * progmodes/compile.el (compilation-context-lines): Add nil option
9524 to disable compilation output window scrolling.
9525 (compilation-set-window): Use it.
9526
9527 * outline.el (outline-next-preface, outline-show-heading):
9528 Don't leave unhidden blank line before heading.
9529 (outline-end-of-subtree): Include last newline into subtree.
9530 (hide-entry): Leave point at beginning of heading instead of end.
9531 (outline-up-heading): Push mark for the first call of successive
9532 command calls.
9533
9534 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
9535
9536 * comint.el (comint-prompt-read-only): New variable.
9537 (comint-output-filter): Implement it.
9538
9539 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9540 (ielm-prompt-internal): New variable.
9541 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9542 (ielm-send-input): Delete unused variable `buf'.
9543 (ielm-eval-input): Use `ielm-prompt-internal'.
9544 (inferior-emacs-lisp-mode): Use new variables
9545 `comint-prompt-read-only' and `ielm-prompt-internal'.
9546 Get rid of obsolete variable `directory-sep-char'.
9547 (ielm): Use `zerop'.
9548
9549 2004-04-29 John Paul Wallington <jpw@gnu.org>
9550
9551 * thumbs.el (toplevel): Require cl at compile time.
9552 Remove conditional definitions of `ignore-errors' and `caddar'
9553 because they occur at run time.
9554
9555 2004-04-28 Nick Roberts <nickrob@gnu.org>
9556
9557 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9558 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9559 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9560 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9561
9562 * progmodes/gud.el (gud-common-init): Throw an error if program is
9563 already running under gdb.
9564
9565 2004-04-28 John Paul Wallington <jpw@gnu.org>
9566
9567 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9568 (thumbs-show-image-num): Move assignment of
9569 `thumbs-current-image-filename' within scope of `i'.
9570 (thumbs-emboss-image): Don't use `evenp'.
9571
9572 2004-04-28 Richard M. Stallman <rms@gnu.org>
9573
9574 * progmodes/compile.el (compilation-context-lines): Default now 0.
9575
9576 2004-04-28 Juanma Barranquero <lektu@terra.es>
9577
9578 Use `time-less-p' from calendar/time-date.el instead of defining
9579 custom versions of it.
9580
9581 * pcomplete.el (pcomplete-time-less-p): Remove.
9582
9583 * thumbs.el (time-less-p): Remove.
9584
9585 * calendar/timeclock.el (timeclock-time-less-p): Remove.
9586 (timeclock-generate-report): Use `time-less-p'.
9587
9588 * emacs-lisp/autoload.el (autoload-before-p): Remove.
9589 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9590
9591 2004-04-28 Masatake YAMATO <jet@gyve.org>
9592
9593 * subr.el (remove-overlays): Make arguments optional.
9594
9595 * wid-edit.el (widget-specify-button): Put evaporate to the
9596 overlay for sample.
9597 (widget-specify-sample): Put evaporate to the overlay for sample.
9598 (widget-specify-doc): Put evaporate to the overlay for documentation.
9599
9600 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9601
9602 * info.el (info-apropos): Make it an index node. Align node names
9603 like makeinfo.
9604
9605 2004-04-27 Eli Zaretskii <eliz@gnu.org>
9606
9607 * net/browse-url.el (browse-url-netscape-sentinel)
9608 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9609 (browse-url-epiphany-sentinel, browse-url-mosaic):
9610 Use browse-url-*-program instead of a literal program name.
9611
9612 2004-04-27 Kevin Ryde <user42@zip.com.au>
9613
9614 * eshell/em-alias.el:
9615 * eshell/em-dirs.el:
9616 * eshell/em-hist.el:
9617 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9618 features when M-x customize-group loads modules before the main
9619 eshell.el.
9620
9621 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9622
9623 * subr.el (momentary-string-display): Support EXIT-CHAR that is
9624 either a character representation of an event or an event
9625 description list.
9626
9627 * type-break.el: Capitalise Emacs and Lisp.
9628 (type-break-good-break-interval, type-break-demo-boring-stats)
9629 (type-break-terse-messages, type-break-file-name): New defcustoms.
9630 (type-break-post-command-hook)
9631 (type-break-warning-countdown-string): Quote variable names in doc.
9632 (type-break-interval-start, type-break-auto-save-file-name): New vars.
9633 (type-break-mode): Document type-break-good-break-interval and the
9634 "session" file. Schedule break according to the session file.
9635 Kill session file buffer on exit. Organise for save-some-buffers
9636 to always save the session file.
9637 (type-break-mode-line-message-mode, type-break-query-mode):
9638 Uppercase arguments.
9639 (type-break-file-time, type-break-file-keystroke-count, timep)
9640 (type-break-choose-file, type-break-get-previous-time)
9641 (type-break-get-previous-count): New defuns.
9642 (type-break): Avoid break querying after a completed break in the
9643 case where the query was initiated during user invocation of the
9644 break. Optional terse messages.
9645 Use type-break-good-break-interval if type-break-good-rest-interval is
9646 nil. File the break time.
9647 (type-break-schedule): New optional args for overriding the use of
9648 the current time.
9649 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9650 after a break.
9651 (type-break-check): File the keystroke count.
9652 (type-break-do-query): Prevent a second query when the break is
9653 interrupted. Optional terse message.
9654 (type-break-keystroke-reset): Record the start of a typing interval.
9655 (type-break-demo-boring): Optional terse messages. Display word
9656 per minute and keystroke counts according to
9657 type-break-demo-boring-stats.
9658
9659 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
9660
9661 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9662 directories, make sure they exist under archive-tmpdir.
9663
9664 2004-04-27 Juri Linkov <juri@jurta.org>
9665
9666 * help.el (view-emacs-news): With argument, display info for the
9667 selected version by finding it among different NEWS files, and
9668 narrowing the buffer to the selected version.
9669
9670 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9671 same-window-buffer-names.
9672 (info): New arg `buffer'. Use it. Doc fix. Read file name for
9673 non-numeric prefix argument, append the number to the buffer name
9674 for numeric prefix argument.
9675 (info-other-window): Bind same-window-regexps to nil.
9676 (Info-reference-name): Rename to Info-point-loc.
9677 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9678 and Info-find-index-name for stringy Info-point-loc.
9679 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
9680 without middle `.', but with final `.' and optional line number
9681 for it. Set Info-point-loc for index nodes.
9682 (Info-index): Remove middle `.' from index entry regexp.
9683 Modify line number regexp.
9684 (Info-index-next): Decrement line number.
9685 (info-apropos): Remove middle `.' from index entry regexp.
9686 Add optional line number regexp at the end. Add matched value
9687 for line number to the result list and insert it to the buffer.
9688 Replace match-string by match-string-no-properties.
9689 Reorder result list.
9690 (Info-fontify-node): Hide index line numbers.
9691 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9692 empty matches.
9693 (Info-follow-reference): Use `str' instead of
9694 Info-following-node-name-re.
9695 (Info-toc): Use full file names. Set Info-current-node to "Top".
9696 (Info-fontify-node): Compare file names without directory name.
9697 (Info-try-follow-nearest-node): Don't set Info-reference-name.
9698 Set second arg of Info-extract-menu-node-name for index nodes.
9699 (info-xref-visited): Use magenta3 instead of magenta4.
9700 (Info-mode): Add info-apropos to docstring.
9701
9702 * log-view.el (log-view-diff): Replace interactive code "r"
9703 by a list to allow to call it even if region is not active.
9704
9705 * paren.el (show-paren-highlight-openparen): New var.
9706 (show-paren-function): Turn on openparen highlighting when
9707 matching forward if show-paren-highlight-openparen is non-nil.
9708
9709 * simple.el (kill-ring-save): Use blink-matching-delay instead of
9710 the constant value 1.
9711 (completions-common-part): Expand docstring.
9712
9713 * textmodes/picture.el (picture-mode-map): Add arrow keys.
9714
9715 2004-04-27 Kim F. Storm <storm@cua.dk>
9716
9717 * image.el (insert-sliced-image): Use line-height instead of
9718 line-spacing property on newline.
9719
9720 2004-04-26 Lars Hansen <larsh@math.ku.dk>
9721
9722 * desktop.el (desktop-buffer-misc-data-function): Rename to
9723 desktop-save-buffer and change docstring.
9724 (desktop-buffer-modes-to-save): Delete.
9725 (desktop-save-buffer-p): Use desktop-save-buffer instead of
9726 desktop-buffer-modes-to-save.
9727 (desktop-save): Rename desktop-buffer-misc-data-function to
9728 desktop-save-buffer and allow non-function value.
9729 (desktop-missing-file-warning): Correct docstring.
9730
9731 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9732 to desktop-save-buffer.
9733
9734 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9735 desktop-save-buffer.
9736
9737 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9738
9739 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9740
9741 2004-04-26 Eli Zaretskii <eliz@gnu.org>
9742
9743 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9744
9745 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
9746
9747 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9748 (ielm): Only go to the end of the buffer when starting a new process.
9749
9750 2004-04-25 Juanma Barranquero <lektu@terra.es>
9751
9752 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9753 mode line. Bind `inhibit-read-only' to t before modifying
9754 properties of text in the buffer.
9755 (ielm): Force point to the end of buffer, even when running ielm
9756 from inside itself.
9757
9758 2004-04-25 Jesper Harder <harder@ifa.au.dk>
9759
9760 * info.el (info-apropos): Reset Info-complete-cache.
9761
9762 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
9763
9764 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9765 Also recognize severe Irix et al. messages.
9766 (compilation-normalize-filename, compile-abbreviate-directory):
9767 Delete functions.
9768 (compilation-get-file-structure): New function inherits
9769 functionality of the two preceding ones.
9770 (compilation-internal-error-properties, compilation-fake-loc):
9771 Use it so that different paths to the same file share the same
9772 markers. Also optimize finding adjacent marker slightly.
9773
9774 2004-04-25 Kim F. Storm <storm@cua.dk>
9775
9776 * image.el (insert-sliced-image): Add line-spacing t property
9777 to newlines separating image lines.
9778
9779 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
9780
9781 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9782
9783 * ielm.el (ielm-prompt-read-only): New user option.
9784 (ielm-prompt): Expand docstring to describe new behavior.
9785 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9786 mention it in the docstring.
9787
9788 2004-04-24 Andreas Schwab <schwab@suse.de>
9789
9790 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9791
9792 * diff.el (diff): Set default-directory in diff buffer.
9793
9794 2004-04-24 Eli Zaretskii <eliz@gnu.org>
9795
9796 * mail/sendmail.el (mail-bury): Don't delete the frame where the
9797 mail was being composed if the terminal cannot display more than
9798 one frame; instead, switch to previous frame.
9799
9800 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9801 (rmail-start-mail): Support rmail-mail-new-frame even on
9802 terminals that can display only one frame at a time.
9803
9804 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9807 (checkdoc-output-font-lock-keywords): Remove error regexp.
9808 (checkdoc-output-mode-map): Remove.
9809 (checkdoc-output-mode): Derive from compilation-mode.
9810 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9811
9812 * dired.el (dired-mode-map): Add a menu entry for wdired.
9813
9814 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
9815 (rx-bracket, rx-check-any, rx-any): Clean up name space.
9816
9817 * wdired.el: (wdired-mode-map): Move init into declaration.
9818 Fix `return' binding.
9819 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9820 Use force-mode-line-update.
9821 (wdired-get-filename): Use `unless'.
9822 (wdired-preprocess-files): Don't assume names have no \n and use / for
9823 dir separator.
9824 (wdired-normalize-filename): Use replace-regexp-in-string.
9825 (wdired-load-hooks): Remove.
9826 (wdired-mode-hooks): Rename to wdired-mode-hook.
9827
9828 * info-look.el: Add support for cfengine-mode.
9829 (info-lookup-setup-mode): Use dolist.
9830
9831 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
9832
9833 * wdired.el: New file.
9834
9835 2004-04-23 Juanma Barranquero <lektu@terra.es>
9836
9837 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
9838
9839 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
9840 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
9841 (pcomplete--help, pcomplete--here): Doc fixes.
9842
9843 2004-04-23 Andre Spiegel <spiegel@gnu.org>
9844
9845 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
9846 handles wrong-number-of-arguments in backend call.
9847
9848 * vc.el (vc-print-log): Likewise.
9849
9850 2004-04-20 Dave Love <fx@gnu.org>
9851
9852 * emacs-lisp/rx.el: Doc fixes.
9853 (rx-constituents): Add/extend many forms.
9854 (rx-check): Check form is a list.
9855 (bracket): Defvar.
9856 (rx-check-any, rx-any, rx-check-not): Modify.
9857 (rx-not): Simplify.
9858 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
9859 (rx-kleene): Use rx-trans-forms.
9860 (rx-quote-for-set): Delete.
9861 (rx): Allow multiple args.
9862
9863 2004-04-23 Kenichi Handa <handa@m17n.org>
9864
9865 * international/mule-util.el (char-displayable-p): Simplify by
9866 using internal-char-font.
9867
9868 2004-04-23 Juanma Barranquero <lektu@terra.es>
9869
9870 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9871
9872 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * diff-mode.el (diff-next-error): New fun.
9875 (diff-mode): Use it.
9876
9877 * simple.el (next-error): Change arg name.
9878 Add support for the documented C-u C-x ` usage.
9879
9880 * frame.el (special-display-popup-frame, next-multiframe-window)
9881 (previous-multiframe-window): Only consider frames on same display.
9882
9883 2004-04-22 Lars Hansen <larsh@math.ku.dk>
9884
9885 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
9886 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
9887
9888 2004-04-22 Kim F. Storm <storm@cua.dk>
9889
9890 * net/telnet.el (telnet): Add optional port arg.
9891
9892 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9895 Minor sanity check on the `hyperlink' slot.
9896
9897 * Makefile.in (recompile): Compile new files.
9898
9899 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
9900 Add byte-recompile-directory's optional `arg'.
9901
9902 * cvs-status.el (cvs-tree-use-charset): New var.
9903 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
9904 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
9905 (cvs-status-cvstrees): Use it.
9906
9907 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
9908 Make it a normal major mode.
9909 (checkdoc-buffer-label): Make sure the file name is meaningful.
9910 (checkdoc-output-to-error-buffer): Remove.
9911 (checkdoc-error, checkdoc-start-section): Rewrite.
9912
9913 * info.el (info-node, info-menu-5, info-xref, info-header-node)
9914 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9915 (Info-title-4-face): Use new syntax.
9916 (info-xref-visited): Inherit from info-xref.
9917
9918 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
9919
9920 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
9921
9922 * simple.el (next-error-last-buffer, next-error-function):
9923 New variables for the next-error framework.
9924 (next-error-buffer-p): New function.
9925 (next-error-find-buffer): Generalize compilation-find-buffer.
9926 (next-error, previous-error, first-error, next-error-no-select)
9927 (previous-error-no-select): Move from compile.el.
9928
9929 * replace.el (occur-next-error, occur-1): Hook into the next-error
9930 framework.
9931
9932 * progmodes/compile.el (compilation-start):
9933 Set next-error-last-buffer so next-error knows where to jump.
9934 (compilation-setup): Set the buffer-local variable
9935 next-error-function to 'compilation-next-error-function.
9936 (compilation-buffer-p, compilation-buffer-internal-p): Use an
9937 alternate way to find if a buffer is a compilation buffer, for
9938 next-error convenience.
9939 (next-error-no-select, previous-error-no-select, next-error)
9940 (previous-error, first-error): Move to simple.el.
9941 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
9942 (compilation-last-buffer): Remove.
9943 (compilation-start, compilation-next-error, compilation-setup)
9944 (compilation-next-error-function, compilation-find-buffer):
9945 Remove compilation-last-buffer use.
9946
9947 2004-04-21 Juanma Barranquero <lektu@terra.es>
9948
9949 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
9950 (font-lock-warning-face): Fix spacing.
9951
9952 * makefile.w32-in (WINS): Add url/ directory.
9953
9954 2004-04-21 Lars Hansen <larsh@math.ku.dk>
9955
9956 * desktop.el (desktop-buffer-mode-handlers): New variable.
9957 Alist of major mode specific functions to restore a desktop buffer.
9958 (desktop-buffer-handlers): Make variable obsolete.
9959 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
9960 Catch errors signaled in handlers. Update buffer count.
9961 Evaluate desktop-buffer-point.
9962 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
9963 move to dired.el.
9964 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
9965 move to info.el.
9966 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
9967 move to mail/rmail.el.
9968 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
9969 to mh-e/mh-e.el.
9970 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
9971 On fail, print message (to message buffer) even if
9972 desktop-missing-file-warning is nil.
9973 (desktop-buffer-misc-data-function): New buffer local variable.
9974 Function returning major mode specific data.
9975 (desktop-buffer-misc-functions): Make variable obsolete.
9976 (desktop-save): Use desktop-buffer-misc-data-function.
9977 (desktop-buffer-dired-misc-data): Rename to
9978 dired-desktop-buffer-misc-data and move to dired.el.
9979 (desktop-buffer-info-misc-data): Rename to
9980 Info-desktop-buffer-misc-data and move to info.el.
9981 (desktop-read): Add message about number of buffers restored/failed.
9982
9983 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
9984 Add parameters. Pause to display error only when
9985 desktop-missing-file-warning is non-nil.
9986 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
9987 (dired-mode): Bind desktop-buffer-misc-data-function.
9988
9989 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
9990 Add Parameters.
9991 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
9992 (Info-mode): Bind desktop-buffer-misc-data-function.
9993
9994 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
9995 Add Parameters.
9996
9997 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
9998 Add Parameters.
9999
10000 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
10001
10002 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10003 the case of letters in case-insensitive expansions when the
10004 abbrev is preceded by characters with letter syntax.
10005
10006 2004-04-21 Richard M. Stallman <rms@gnu.org>
10007
10008 * progmodes/cperl-mode.el (cperl-putback-char):
10009 Delete Emacs 18 definition.
10010
10011 * international/mule.el (ctext-post-read-conversion):
10012 Use assoc-string, not assoc-ignore-case.
10013
10014 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10015
10016 * emacs-lisp/easymenu.el (easy-menu-add):
10017 Do call x-popup-menu, but only if it's defined.
10018
10019 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10020
10021 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10022 Handle multiple args: compile like progn.
10023
10024 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10025 take all args as &rest arg.
10026
10027 * autoinsert.el (auto-insert-alist): Insert the user's name in
10028 copyright notice, rather than Free Software Foundation.
10029
10030 2004-04-21 Kenichi Handa <handa@m17n.org>
10031
10032 * descr-text.el (describe-char): Make it work on *Help* buffer.
10033
10034 2004-04-21 Kim F. Storm <storm@cua.dk>
10035
10036 * image.el (insert-image): Add optional SLICE arg.
10037 (insert-sliced-image): New defun.
10038
10039 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
10040
10041 * subr.el (read-number): Check whether `default' is nil.
10042
10043 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * progmodes/compile.el (compilation-error-properties):
10046 Split into two.
10047 (compilation-internal-error-properties): New one.
10048 (compilation-compat-error-properties): Use it. Fix the non-marker case.
10049
10050 2004-04-20 Richard M. Stallman <rms@gnu.org>
10051
10052 * window.el (split-window-save-restore-data):
10053 Don't update the data if OLD-INFO is nil.
10054
10055 * view.el (view-return-to-alist): Mark it permanent local.
10056
10057 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10058
10059 * recentf.el (recentf-save-list): Catch and warn about errors.
10060
10061 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10062 so "Buffers" won't be pure.
10063
10064 * help-mode.el (help-mode-finish): Set help-return-alist first
10065 thing, setting only the entry for the selected window.
10066
10067 * help-fns.el (describe-function-1): If many non-control non-meta
10068 keys run the command, don't list all of them.
10069
10070 2004-04-20 Juanma Barranquero <lektu@terra.es>
10071
10072 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10073 arg. Copied from Andre Spiegel's patch of 2004-03-21.
10074
10075 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10076
10077 2004-04-20 Kenichi Handa <handa@m17n.org>
10078
10079 * international/quail.el (quail-lookup-key): New optional arg
10080 NOT-RESET-INDICES.
10081 (quail-get-translations): Call quail-lookup-key with
10082 NOT-RESET-INDICES t.
10083 (quail-completion): Likewise.
10084 (quail-lookup-map-and-concat): Likewise.
10085
10086 2004-04-20 Kenichi Handa <handa@m17n.org>
10087
10088 * international/quail.el (quail-update-translation): Don't insert
10089 such an unsupported multibyte char in a unibyte buffer.
10090
10091 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
10092
10093 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10094 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10095 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10096 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10097 (gdb-frame-assembler-buffer): Improve behaviour with
10098 multiple frames.
10099 (gdb-display-buffer): Extend search to all visible frames.
10100
10101 2004-04-19 Eli Zaretskii <eliz@gnu.org>
10102
10103 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10104 characters left after base64 decoding.
10105 (rmail-decode-region): Use -dos variety of `coding', to remove any
10106 ^M characters left after qp or base64 decoding.
10107
10108 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10109
10110 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10111 messages.
10112
10113 2004-04-19 Stephen Eglen <stephen@gnu.org>
10114
10115 * add-log.el (add-change-log-entry): Update doc string to mention
10116 add-log-full-name and add-log-mailing-address.
10117
10118 2004-04-18 Juri Linkov <juri@jurta.org>
10119
10120 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10121 (Info-find-node-2): Simplify error message.
10122 (Info-insert-dir): Use Info-following-node-name.
10123 (Info-goto-node): Remove *info-history* and *info-toc*.
10124 (Info-history): Create a node of the virtual history file.
10125 (Info-toc): Create a node of the virtual toc file.
10126 (Info-insert-toc): New arg `curr-file' for reference file names.
10127 (info-apropos): Remove redundant var binding for temp-file.
10128 (Info-index, Info-index-next, Info-mode): Doc fix.
10129 (Info-goto-emacs-command-node): Don't jump to *info* from
10130 non-*info* Info buffers.
10131 (Info-fontify-node): Don't show the file name of external
10132 references if `Info-hide-note-references' is `hide'. Don't hide
10133 newlines at the end of paragraphs.
10134
10135 * international/mule-diag.el (list-input-methods):
10136 Fix args to help-xref-button.
10137
10138 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10139 to put into effect local variables from TUTORIAL files.
10140
10141 * textmodes/paragraphs.el (sentence-end) <function>: New fun
10142 with default value taken from the variable `sentence-end'.
10143 (sentence-end) <defcustom>: Set default to nil. Doc fix.
10144 Add nil const to :type.
10145 (sentence-end-without-period, sentence-end-double-space)
10146 (sentence-end-without-space): Doc fix.
10147
10148 * textmodes/paragraphs.el (forward-sentence):
10149 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10150 (fill-delete-newlines):
10151 * progmodes/cc-cmds.el (c-beginning-of-statement):
10152 Use function `sentence-end' instead of variable `sentence-end'.
10153
10154 2004-04-18 Andreas Schwab <schwab@suse.de>
10155
10156 * progmodes/compile.el (compilation-start): Set window start to
10157 point-min if compilation-scroll-output is nil.
10158
10159 2004-04-18 John Wiegley <johnw@newartisans.com>
10160
10161 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10162
10163 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
10164
10165 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10166 (gdb-info-breakpoints-custom): Revert previous change.
10167 (gdb-view-assembler): Update assembler if necessary.
10168 (gdb-frame-handler): Parse correctly for gdb-current-frame.
10169 (gdb-display-source-buffer): Update properly when both source and
10170 assembler are visible.
10171
10172 2004-04-17 John Wiegley <johnw@newartisans.com>
10173
10174 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10175 which limits the number of names shown in the minibuffer. Off by
10176 default.
10177 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
10178 up iswitchb for users with a multitude of open buffers by showing
10179 only the first and last N/2 buffers in the completion list (which
10180 is enough to aid C-s/C-r, and to know that more characters are
10181 needed to refine the completion list).
10182
10183 2004-04-17 Richard M. Stallman <rms@gnu.org>
10184
10185 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10186 (file-truename): Expand all ~ constructs directly.
10187 (insert-directory): Delete any error msg output by the
10188 `insert-directory-program'.
10189
10190 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10191 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10192 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10193 (allout-init): Use find-file-hook, not find-file-hooks.
10194 (allout-mode): Eliminate Emacs 18 support.
10195 Use write-contents-functions, not local-write-file-hooks.
10196
10197 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
10198
10199 * progmodes/compile.el (compilation-error-properties): Fix for
10200 adding messages when there are already markers for their file.
10201 (compilation-fake-loc): New function.
10202
10203 2004-04-16 Dave Love <fx@gnu.org>
10204
10205 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10206 (python-load-file): Fix python-orig-start setting.
10207
10208 * progmodes/compile.el: Doc fixes.
10209 (compilation-error-regexp-alist-alist)
10210 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10211 (compilation-assq): Wrap in eval-when-compile.
10212 (compilation-mode-font-lock-keywords): Don't use list*.
10213 (compilation-start): Avoid warning.
10214 (compilation-compat-error-properties)
10215 (compilation-directory-properties): Add keymap property.
10216 (compilation-parsing-end): Make it a marker for better compatibility.
10217
10218 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10219
10220 2004-04-16 Mark A. Hershberger <mah@everybody.org>
10221
10222 * xml.el: Doc fixes.
10223 (xml-get-children): Only looks at sub-tags and ignore strings.
10224
10225 * xml.el (xml-parse-tag): Avoid overwriting node-name.
10226
10227 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10230
10231 2004-04-16 Andre Spiegel <spiegel@gnu.org>
10232
10233 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10234
10235 * vc.el (vc-print-log): Likewise.
10236
10237 2004-04-16 Masatake YAMATO <jet@gyve.org>
10238
10239 * simple.el (completion-setup-function): Set an initial value
10240 to `element-common-end' before entering loop. Set a value
10241 to `element-common-end' at the end of loop.
10242 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10243 (completions-common-part): Rename from completion-de-emphasis.
10244 (completions-first-difference): Rename from completion-emphasis.
10245 Suggested by RMS.
10246
10247 2004-04-16 Juanma Barranquero <lektu@terra.es>
10248
10249 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10250 (bookmark-edit-annotation-mode): Add mode name.
10251
10252 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10255 for nested conflict markers.
10256 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10257
10258 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
10259
10260 * progmodes/gdb-ui.el (gdb-goto-info): New function.
10261
10262 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10263
10264 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10267 Give a backtrace if requested.
10268
10269 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10270
10271 * progmodes/python.el (python-mouse-2-command, python-RET-command):
10272 Remove unused functions.
10273 (python-orig-start-line, python-orig-file): Remove.
10274 (python-orig-start): New var.
10275 (python-input-filter, python-compilation-line-number)
10276 (python-send-region, python-load-file): Use it.
10277
10278 * info.el (info): Always jump to *info*.
10279
10280 * subr.el (posn-set-point): New function.
10281
10282 * mouse.el (mouse-set-point): Use it.
10283
10284 * progmodes/compile.el (compile-goto-error): Use it.
10285 (compilation-button-map): New keymap.
10286 (compilation-error-properties): Use it.
10287 (compilation-shell-minor-mode-map): Don't bind mouse-2.
10288
10289 * smerge-mode.el (smerge-popup-context-menu): Use it.
10290
10291 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10292 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10293 mouse and non-mouse case.
10294
10295 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10296 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10297
10298 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10299 Make it work for non-mouse events.
10300
10301 * pcvs-info.el (cvs-status-map): Update binding name.
10302
10303 2004-04-14 Mark A. Hershberger <mah@everybody.org>
10304
10305 * xml.el (xml-maybe-do-ns): New function to handle namespace
10306 parsing of both attribute and element names.
10307 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10308 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10309 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
10310 (xml-parse-attlist): Make it do its own namespace parsing.
10311
10312 2004-04-14 Dave Love <fx@gnu.org>
10313
10314 * progmodes/python.el (run-python): Fix use of \n.
10315 (python-load-file): Remove `try' from Python fragment.
10316 (python-describe-symbol): Fix message.
10317
10318 * comint.el: Doc fixes.
10319 (comint-last-input-start, comint-last-input-end)
10320 (comint-last-output-start): Give them values.
10321 (comint-arguments): Avoid warning.
10322 (comint-skip-prompt): Use line-end-position.
10323 (comint-backward-matching-input): Rename arg to agree with doc.
10324 (comint-extract-string): Use syntax-ppss.
10325 (comint-dynamic-simple-complete): Delete useless list construction.
10326 (comint-redirect-subvert-readonly): New.
10327 (comint-redirect-preoutput-filter): Use it.
10328
10329 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10330 Correctly handle negative arguments when calling hook functions.
10331
10332 2004-04-14 Jesper Harder <harder@ifa.au.dk>
10333
10334 * info.el (info-apropos): Don't clobber Info-history-list.
10335
10336 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
10337
10338 * progmodes/compile.el (compilation-setup):
10339 Localize overlay-arrow-position.
10340 (compilation-sentinel): Restructure code equivalently.
10341 (compilation-next-error): Find message on same line after point if
10342 not found before point.
10343 (compile-mouse-goto-error): Restore function so that compilation
10344 buffer need not be current and use compile-goto-error.
10345 (compile-goto-error): Restore function.
10346 (next-error): Set overlay-arrow-position.
10347 (compilation-forget-errors): Don't localize already local
10348 compilation-locs and remove FIXME about refontifying.
10349
10350 2004-04-14 Kim F. Storm <storm@cua.dk>
10351
10352 * startup.el (emacs-quick-startup): New defvar (set by -Q).
10353 (command-line): New option -Q. Like -q --no-site-file, but
10354 in addition it also disables menu-bar, tool-bar, scroll-bars,
10355 tool-tips, and the blinking cursor.
10356 (command-line-1): Skip startup screen if -Q.
10357 (fancy-splash-head): Use ":align-to center" prop to center splash image.
10358
10359 * emulation/cua-base.el (cua-read-only-cursor-color)
10360 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10361
10362 2004-04-13 Dave Love <fx@gnu.org>
10363
10364 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
10365 (syntax): Don't require.
10366 (python) <defgroup>: Add :version.
10367 (python-quote-syntax): Re-written.
10368 (inferior-python-mode): Move stuff here from run-python and add
10369 some more.
10370 (python-preoutput-continuation, python-preoutput-result)
10371 (python-dotty-syntax-table): New.
10372 (python-describe-symbol): Use them.
10373 (run-python): Move stuff to inferior-python-mode. Modify code
10374 loaded into Python.
10375 (python-send-region): Use python-proc, python-send-string.
10376 (python-send-string): Send newlines too. Callers changed.
10377 (python-load-file): Re-written.
10378 (python-eldoc-function): New.
10379 (info-look): Don't require.
10380 (python-after-info-look): New. A modified version of former
10381 top-level code for use with eval-after-load.
10382 (python-maybe-jython, python-guess-indent): Use widened buffer.
10383 (python-fill-paragraph): Re-written.
10384 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
10385 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
10386
10387 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10390 Set compilation-error-regexp-alist earlier.
10391
10392 * progmodes/compile.el (compilation-minor-mode-map)
10393 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10394 (compile-goto-error): Re-merge the mouse and non-mouse commands.
10395
10396 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * progmodes/compile.el (compile-goto-error): Select the buffer/window
10399 corresponding to the event.
10400
10401 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
10402
10403 * loadup.el: Add cygwin to system-type list, for unexec() support.
10404
10405 2004-04-12 John Paul Wallington <jpw@gnu.org>
10406
10407 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10408 (ibuffer-restore-window-config-on-quit): New variable to replace
10409 `ibuffer-delete-window-on-quit'. Update all references.
10410 (ibuffer-prev-window-config): New variable.
10411 (ibuffer-quit): Restore previous window configuration instead of
10412 deleting window.
10413 (ibuffer): Save window configuration before showing Ibuffer buffer.
10414
10415 * help.el (describe-mode): Doc fix.
10416
10417 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10420 not to treat nil as a function.
10421
10422 * vc-arch.el (vc-arch-root): Be a bit more careful.
10423 (vc-arch-register): Save the buffer if we modified it.
10424 (vc-arch-delete-rej-if-obsolete): Save excursion.
10425 (vc-arch-find-file-hook): Use the simpler after-save-hook.
10426 (vc-arch-responsible-p, vc-arch-init-version): New functions.
10427
10428 * net/ldap.el (ldap-search): Use list*.
10429
10430 2004-04-12 Juri Linkov <juri@jurta.org>
10431
10432 * info.el (Info-follow-reference): Allow multiline reference name.
10433
10434 2004-04-11 Dave Love <fx@gnu.org>
10435
10436 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10437
10438 * progmodes/python.el: New file.
10439
10440 2004-04-11 Andre Spiegel <spiegel@gnu.org>
10441
10442 * vc-hooks.el (vc-arg-list): Function removed.
10443 (vc-default-workfile-unchanged-p): Use condition-case to check for
10444 backward compatibility.
10445
10446 * vc.el (vc-print-log): Use condition-case to check for backward
10447 compatibility.
10448
10449 2004-04-11 Juri Linkov <juri@jurta.org>
10450
10451 * dired.el (dired-faces): New defgroup.
10452 (dired-header, dired-mark, dired-marked, dired-flagged)
10453 (dired-warning, dired-directory, dired-symlink, dired-ignored):
10454 New faces.
10455 (dired-header-face, dired-mark-face, dired-marked-face)
10456 (dired-flagged-face, dired-warning-face, dired-directory-face)
10457 (dired-symlink-face, dired-ignored-face): New face variables.
10458 (dired-font-lock-keywords): Use them instead of font-lock faces.
10459 Split the rule for dired marks into 3 separate rules: for marks,
10460 marked file names and flagged file names.
10461
10462 * help-mode.el (help-make-xrefs): Add a final newline to the
10463 *Help* buffer.
10464
10465 2004-04-11 John Paul Wallington <jpw@gnu.org>
10466
10467 * replace.el (occur-engine): Distinguish between one and several
10468 matches in the matches per buffer heading.
10469
10470 2004-04-11 Kim F. Storm <storm@cua.dk>
10471
10472 * ido.el (ido-confirm-unique-completion): New defcustom.
10473 (ido-complete): Use it.
10474 (ido-write-file): Set it to t unconditionally.
10475
10476 2004-04-10 Miles Bader <miles@gnu.org>
10477
10478 RCS keyword removal (only non-comment changes are enumerated here):
10479
10480 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10481 (byte-compile-insert-header): Don't use `byte-compile-version'.
10482 * forms.el (forms-version): Variable removed.
10483 (forms-mode): Don't use `forms-version'.
10484 * recentf.el (recentf-version): Variable removed.
10485 * progmodes/delphi.el (delphi-version): Variable removed.
10486 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10487
10488 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10491
10492 2004-04-09 Jesper Harder <harder@ifa.au.dk>
10493
10494 * info.el (info-apropos): Improve menu item regexp.
10495
10496 2004-04-09 Simon Josefsson <jas@extundo.com>
10497
10498 * mail/smtpmail.el: Add comment, based on report by
10499 kdc@rcn.com (Kevin D. Clark).
10500
10501 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10504 Redo one more thing that I didn't notice Daniel had undone.
10505
10506 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
10507
10508 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10509 (gdb-goto-breakpoint, gdb-display-buffer)
10510 (gdb-display-source-buffer, gdb-view-source-function)
10511 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10512 (gdb-source-info, gdb-frame-handler): Don't specify a window
10513 for display.
10514 (gdb-info-breakpoints-custom): Remove superfluous update of
10515 assembler buffer.
10516 (gdb-many-windows): Make settable outside gdb.
10517
10518 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
10519
10520 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10521 Derive from fundamental-mode rather than text-mode.
10522
10523 2004-04-08 Juri Linkov <juri@jurta.org>
10524
10525 * info.el (Info-history): Doc fix.
10526 (Info-history-list): New var.
10527 (info-xref): Change magenta4 to blue, remove bold for dark and
10528 light backgrounds, change bold to underline for non-color classes.
10529 (info-xref-visited): New face.
10530 (Info-fontify-visited-nodes): New custom.
10531 (Info-hide-note-references): Add new value `hide'. Doc fix.
10532 (Info-reference-name): New var.
10533 (Info-selection-hook): New custom.
10534 (Info-edit-mode-hook): New var.
10535 (Info-find-file): New fun.
10536 (Info-find-node): Move part of code to Info-find-file.
10537 (Info-find-node-2): Add anchors to Info-history-list. Move point
10538 to the place with the reference name if name is defined.
10539 (Info-select-node): Add current node to Info-history-list.
10540 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10541 (Info-search-whitespace-regexp): New custom.
10542 (Info-search-case-fold): New var.
10543 (Info-search): Add "case-sensitively" to the prompt.
10544 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
10545 (Info-search-case-sensitively, Info-search-next): New fun.
10546 (Info-up): Move point to the menu item of the current node.
10547 (Info-history): New fun. Add *info-history* to
10548 same-window-buffer-names.
10549 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
10550 (Info-insert-toc): New fun.
10551 (Info-build-toc): New fun.
10552 (Info-follow-reference): Add new arg `fork'. Doc fix.
10553 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
10554 with the same name prefer the reference closest to point.
10555 (Info-next-reference): Replace * by + in the *Note regexp.
10556 Add regexp for http:// and ftp://. Skip the *Note prefix.
10557 (Info-prev-reference): Replace * by + in the *Note regexp.
10558 Add regexp for http:// and ftp://. Skip the *Note prefix.
10559 (Info-follow-nearest-node): Add new arg `fork'.
10560 (Info-try-follow-nearest-node): Add new arg `fork'.
10561 Call browse-url for http:// and ftp:// references.
10562 Set Info-reference-name for index entries.
10563 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10564 Info-search-next, Info-history, Info-toc, clone-buffer.
10565 (Info-menu-update): Replace * by + in the *Note regexp.
10566 (Info-mode): Add documentation for Info-history, Info-toc,
10567 Info-search-case-sensitively, Info-search-next, clone-buffer.
10568 (Info-fontify-menu-headers): Remove fun. Move code to
10569 Info-fontify-node.
10570 (Info-fontify-node): Add docstring. Add local vars
10571 fontify-visited-p and not-fontified-p. If not-fontified-p is t
10572 then fontify header line, titles, menu headers, http and ftp
10573 references, refill paragraphs. If not-fontified-p is t or
10574 fontify-visited-p is t then fontify cross references, menu items.
10575 Fontify menu headers. Fontify http and ftp references.
10576 Change regexp for cross references to require whitespace after *Note,
10577 add matching groups for file and node names. Remove hack for quote.
10578 Use display property for Info-hide-note-references=t. Use fifth
10579 or fourth match for help-echo. Display visited nodes in a
10580 different face. Unhide file names of external references.
10581 Unhide newlines. Display visited menu items in a different face.
10582
10583 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * progmodes/compile.el: Require CL.
10586 (compilation-mode-font-lock-keywords): Re-install the "line as
10587 function" patch.
10588
10589 * help-fns.el (help-C-source-directory): New var.
10590 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10591 (describe-function-1, describe-variable): Use them.
10592
10593 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10594 to C source files specially.
10595
10596 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
10597
10598 * info.el (Info-hide-cookies-node): New function.
10599 (Info-select-node): Use it.
10600 (Info-display-images-node): Remove message with image file name.
10601
10602 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
10603
10604 * progmodes/compile.el (compilation-warning-face)
10605 (compilation-info-face, compilation-skip-threshold)
10606 (compilation-skip-visited, compilation-context-lines):
10607 Declare :version when added to Emacs.
10608 (compilation-error-regexp-alist-alist): Extend caml and irix.
10609 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10610 (compilation-mode-font-lock-keywords): Temporarily undo line as
10611 function patch, which wasn't ready.
10612
10613 2004-04-07 Kenichi Handa <handa@m17n.org>
10614
10615 * international/latin1-disp.el (latin1-display-setup): Check each
10616 character is displayable or not instead of calling
10617 latin1-display-check-font.
10618
10619 2004-04-06 Kenichi Handa <handa@m17n.org>
10620
10621 * language/ethio-util.el (ethio-sera-being-called-by-w3):
10622 New variable.
10623 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10624 instead of sera-being-called-by-w3.
10625 (ethio-fidel-to-sera-buffer): Likewise.
10626 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10627 instead of sera-being-called-by-w3.
10628 (ethio-write-file): Likewise.
10629
10630 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10631
10632 * printing.el: Doc fix.
10633
10634 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
10635
10636 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10637 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10638 (gdb-setup-windows): Only use separate IO buffer if required.
10639
10640 2004-04-06 Kim F. Storm <storm@cua.dk>
10641
10642 * term.el (term-is-xemacs): Remove.
10643 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10644 (term-window-width): New function.
10645 (term-mode, term-check-size): Use it.
10646 (term-mode): Disable overflow-newline-into-fringe in term buffer.
10647
10648 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
10649
10650 * cus-edit.el (custom-add-parent-links): Change unbound variable
10651 `symbol' to `name'.
10652
10653 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10654 * info.el (info-apropos): New function.
10655 (Info-mode-menu): Add it.
10656 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10657
10658 * help-mode.el (help-make-xrefs): Recognize aliased variable with
10659 inherited docstring.
10660
10661 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10662
10663 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10666
10667 * progmodes/compile.el (font-lock): Don't require any more.
10668 (compilation-error-properties, compilation-start, compilation-sentinel)
10669 (compilation-filter, next-error): Use with-current-buffer.
10670 (compilation-skip-to-next-location, compilation-skip-threshold)
10671 (compilation-skip-visited): Move to silence the byte-compiler.
10672 (compilation-setup): Simplify.
10673 (compilation-next-error): Use line-(beginning|end)-position.
10674 Make sure `pt' is non-nil before using compilation-loop.
10675 (compile-goto-error): Add optional event arg. Use it.
10676 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10677 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10678 Update the binding for mouse-2.
10679 (first-error): Set compilation-current-error to nil rather than bob.
10680 (compilation-parsing-end, compilation-parse-errors-function)
10681 (compilation-error-list, compilation-old-error-list):
10682 "New" compatibility variables.
10683 (compile-buffer-substring, compilation-compat-error-properties)
10684 (compilation-compat-parse-errors, compilation-forget-errors):
10685 New compatibility functions.
10686 (compilation-mode-font-lock-keywords): Use them.
10687
10688 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10689
10690 * autorevert.el (auto-revert-handler): If point (or a window
10691 point) is at the end of the buffer, keep it there after
10692 reverting. This allows to tail a file.
10693 Mention this in the `Commentary'.
10694
10695 * format.el (format-write-file): Add optional argument CONFIRM
10696 and make it behave like the analogous argument to `write-file'.
10697
10698 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10699
10700 * progmodes/ebnf2ps.el: Doc fix.
10701 (ebnf-version): New version number (4.2).
10702 (ebnf-syntax): Customization and docstring fix.
10703 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10704 Put autoloaded funs before first use.
10705 (ebnf-style-database): Add dtd entry.
10706 (ebnf-syntax-alist): Add dtd initialization.
10707 (ebnf-token-sequence): New fun.
10708 (ebnf-comment-table): Add new comment action character.
10709 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10710
10711 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10712 Type Definition for XML).
10713
10714 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10715 * progmodes/ebnf-bnf.el (ebnf-sequence):
10716 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10717 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10718 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10719 Code simplification: call ebnf-token-sequence.
10720
10721 2004-04-04 Eli Zaretskii <eliz@gnu.org>
10722
10723 * calendar/timeclock.el (timeclock-relative)
10724 (timeclock-get-project-function, timeclock-get-workday-function)
10725 (timeclock-query-out, timeclock-when-to-leave)
10726 (timeclock-when-to-leave-string, timeclock-log-data)
10727 (timeclock-generate-report, timeclock-in): Doc fixes.
10728
10729 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * url/: New dir. Import the URL package from its repository.
10732
10733 2004-04-03 Andreas Schwab <schwab@suse.de>
10734
10735 * diff-mode.el (diff-mode): Fix missing quote.
10736
10737 2004-04-03 Juri Linkov <juri@jurta.org>
10738
10739 * descr-text.el (describe-property-list): Add `font-lock-face'.
10740
10741 * dired.el (dired-font-lock-keywords): Fix permission regexps.
10742
10743 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10744
10745 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10746 Use utf-16le on little endian machines and utf-16be otherwise.
10747
10748 2004-04-02 David Kastrup <dak@gnu.org>
10749
10750 * net/browse-url.el (browse-url-generic): Use call-process
10751 instead of start-process to allow browsers that fork and detach.
10752
10753 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
10754
10755 * compile.el (compilation-current-error): New var.
10756 (compilation-setup, compile-mouse-goto-error)
10757 (compile-goto-error, next-error): Use it.
10758 (compilation-skip-to-next-location): Default to t, which gives
10759 contiguous skipping like old compile (where this was redundant).
10760 (compilation-next-error): Prevent previous-* commands from moving
10761 back to message at or just before point.
10762
10763 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
10764
10765 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10766 (gdb-source-info): Don't display source at startup, if required.
10767 (gdb-show-main): New option.
10768 (gdba): Update documentation.
10769 (gdb-source): Cover case of auto-display output.
10770
10771 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
10772
10773 * autorevert.el: Delete obsolete autoload's and defvar's.
10774 (auto-revert-check-vc-info): New user option.
10775 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10776 (auto-revert-handler-vc): Delete.
10777 (auto-revert-handler): Treat return value `fast' of
10778 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
10779
10780 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10781 return `fast'.
10782
10783 * files.el (buffer-stale-function): Doc change.
10784
10785 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10786
10787 * printing.el: New tip on Tips section.
10788 (pr-version): New version number (6.7.4).
10789 (pr-shell-file-name): Initialization fix.
10790
10791 2004-03-31 Juri Linkov <juri@jurta.org>
10792
10793 * dired.el: Add autoload for `dired-do-touch'.
10794 (dired-touch-program): New var.
10795 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10796 (dired-no-confirm): Add `touch' to docstring.
10797
10798 * dired-aux.el (dired-do-touch): New fun.
10799 (dired-do-chxxx): Add argument -t for touch operation.
10800
10801 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10802 `dired-move-to-filename-regexp'.
10803
10804 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
10805
10806 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10807
10808 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10809
10810 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10811 and only if the buffer was modified.
10812
10813 2004-03-30 Kenichi Handa <handa@m17n.org>
10814
10815 * international/characters.el: Delete pairs for U+2308..U+230B.
10816
10817 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
10818
10819 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
10820 to detect the beginning of a level 2 or 3 annotation.
10821
10822 2004-03-29 Kenichi Handa <handa@m17n.org>
10823
10824 * international/ucs-tables.el (ucs-insert): Fix the error message.
10825
10826 2004-03-29 Kenichi Handa <handa@m17n.org>
10827
10828 * international/mule-util.el (char-displayable-p): Fix generation
10829 of XLFD file name.
10830
10831 * Makefile.in (setwins, setwins_almost): Change directory to $wd
10832 before finding directories by `find'.
10833
10834 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * subr.el (interactive-form): Delete. Now implemented in C.
10837
10838 * pcvs.el (cvs-parse-process): Workaround for Darwin.
10839
10840 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
10841 (vc-diff-label): New fun.
10842 (vc-diff-internal): Use it.
10843
10844 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
10845
10846 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10847
10848 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
10849
10850 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
10851 specify XML (EBNFX).
10852
10853 * progmodes/ebnf2ps.el: Doc fix.
10854 (ebnf-version): New version number (4.1).
10855 (ebnf-syntax): Adjust customization.
10856 (ebnf-style-database): Add ebnfx entry.
10857 (ebnf-syntax-alist): Add ebnfx initialization.
10858 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
10859
10860 * printing.el: Doc fix.
10861 (pr-version): New version number (6.7.3).
10862 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
10863 returns nil for mouse position. Reported by Drew Adams
10864 <drew.adams@oracle.com>.
10865 (pr-update-menus): Modify interactive declaration. Reported by Drew
10866 Adams <drew.adams@oracle.com>.
10867
10868 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
10869
10870 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
10871 (gud-gdba-marker-filter): Log the process input and output, if
10872 required. From Stefan Monnier.
10873 (gdb-debug-log, gdb-enable-debug-log): New variables.
10874 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
10875
10876 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
10879 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
10880
10881 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
10882
10883 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
10884 Call vc-find-file-hook here instead of in auto-revert-buffers.
10885 (auto-revert-buffers): Delete call to vc-find-file-hook.
10886 (auto-revert-verbose, global-auto-revert-non-file-buffers)
10887 (global-auto-revert-mode, auto-revert-set-timer)
10888 (auto-revert-handler, auto-revert-buffers): Doc fixes.
10889
10890 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10891
10892 * woman.el (woman-change-fonts): Rename local variable
10893 woman-font-alist to font-alist to avoid a compiler warning.
10894
10895 2004-03-27 Dave Love <fx@gnu.org>
10896
10897 * emacs-lisp/rx.el (rx): Doc fix.
10898 Fix copyright years.
10899
10900 * strokes.el (strokes-global-set-stroke-string): New function.
10901 (strokes-list-strokes): Cope with strings, not just commands.
10902 Set foreground colour of image.
10903 (strokes-global-set-stroke): Doc fix.
10904
10905 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
10906
10907 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
10908 Auto Revert mode.
10909 (Buffer-menu-files-only): New variable.
10910 (Buffer-menu-toggle-files-only): New function.
10911 (Buffer-menu-mode-map): Bind it to `T'.
10912 (Buffer-menu-mode): Mention `T' in docstring.
10913 Set buffer-stale-function.
10914 (list-buffers-noselect): Mark buffer non-modified and set
10915 Buffer-menu-files-only.
10916
10917 * dired.el (buffer-stale-function): Remove no longer needed defvar.
10918
10919 * autorevert.el (auto-revert-handler): Print revert message
10920 before, rather than after, reverting.
10921 (buffer-stale-function): Move to files.el.
10922
10923 * files.el (buffer-stale-function): Move here from autorevert.el.
10924
10925 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
10928
10929 * calc/calc.el (calc-mode-map): Use mapc.
10930
10931 * apropos.el (apropos-mode): Don't autoload.
10932 (apropos-symbols-internal): New fun. Extracted from `apropos'.
10933 (apropos): Use it.
10934 (apropos-print): Add optional `text' argument.
10935 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
10936 Don't assume point-min == 1.
10937
10938 * bs.el (bs-buffer-list): Use buffer-local-value.
10939 (bs--set-toggle-to-show): Use with-current-buffer.
10940
10941 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
10942 New funs.
10943 (list-buffers-noselect): Use them. Adjust :align-to to new style.
10944
10945 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
10946
10947 * dabbrev.el (dabbrev-expand): Fix regexp construction.
10948 (dabbrev--find-expansion): Use pop.
10949 (dabbrev--search): Use match-string-no-properties.
10950
10951 * dired.el (dired-mode): Use run-mode-hooks.
10952 (dired-move-to-end-of-filename): Use match-string.
10953
10954 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
10955 is bound before using it.
10956 (ediff-verbose-p): Make it into a var since it's not constant.
10957
10958 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
10959
10960 * faces.el (read-face-font): Don't cons up unnecessarily.
10961 (header-line, tool-bar): Share common parts.
10962
10963 * files.el (file-relative-name): Use compare-strings.
10964
10965 * finder.el (finder-mode): Follow coding convention.
10966
10967 * subr.el (read-number): New function.
10968
10969 * ses.el (ses-read-number): Move to subr.el.
10970 (ses-set-header-row): Use read-number.
10971
10972 2004-03-26 Andre Spiegel <spiegel@gnu.org>
10973
10974 * vc-hooks.el (vc-arg-list): New function, which handles both
10975 compiled and uncompiled code.
10976 (vc-default-workfile-unchanged-p): Use it.
10977
10978 * vc.el (vc-print-log): Undo prev change, use new function
10979 vc-arg-list from vc-hooks.el.
10980
10981 2004-03-26 Masatake YAMATO <jet@gyve.org>
10982
10983 * simple.el (completion-setup-function): Emphasize the
10984 first uncommon characters in the completions; and de-emphasize
10985 the common prefix substrings.
10986 (completion-emphasis): New face.
10987 (completion-de-emphasis): New face.
10988
10989 2004-03-25 Juanma Barranquero <lektu@terra.es>
10990
10991 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
10992 Comment out (it's unused and unfinished code).
10993
10994 2004-03-25 Sam Steingold <sds@gnu.org>
10995
10996 * vc.el (vc-print-log): Fix a bug in the last patch:
10997 backend-function may be a byte-compiled object, not a lambda.
10998
10999 2004-03-25 Juri Linkov <juri@jurta.org>
11000
11001 * descr-text.el (describe-property-list): Add a button
11002 for `face' property that calls `describe-face'.
11003 Suggested by luis fernandes <elf@ee.ryerson.ca>
11004
11005 * international/mule.el (keyboard-coding-system):
11006 * kmacro.el (kmacro-call-macro): Fix docstring.
11007
11008 * dired.el: Fix comments.
11009
11010 * textmodes/fill.el (fill): Fix Info link.
11011
11012 * font-lock.el (fast-lock, lazy-lock):
11013 * jit-lock.el (jit-lock): Remove links to removed Support Modes
11014 Info node.
11015
11016 * eshell/eshell.el (eshell): Fix broken info-link.
11017
11018 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11019 * eshell/em-banner.el (eshell-banner):
11020 * eshell/em-smart.el (eshell-smart):
11021 * eshell/esh-cmd.el (eshell-cmd):
11022 Comment out broken info-links to incomplete Info manual.
11023
11024 * info-xref.el: Fix commentary.
11025
11026 2004-03-25 Kevin Ryde <user42@zip.com.au>
11027
11028 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11029 Remove spurious node duplicate suppression, doesn't work, not wanted.
11030 (info-xref-output): Take format style args, add "sit-for 0" to let
11031 user see the results as they progress.
11032 (info-xref-check-all-custom): New function.
11033
11034 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
11035
11036 * gdb-ui.el: Moved to progmodes.
11037
11038 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11041
11042 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11043
11044 * calendar/appt.el (appt-check): Remove superfluous progn.
11045 When finished with diary buffer: if it was not being displayed
11046 before, kill it; otherwise restore its original state.
11047 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11048
11049 * calendar/calendar.el (calendar-set-mode-line): Use total
11050 available mode-line width, rather than frame-width.
11051
11052 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11053 after mode change so effect not lost.
11054
11055 2004-03-23 Dave Love <fx@gnu.org>
11056
11057 * dired.el (dired) <defgroup>: Add link to manual.
11058 (dired-font-lock-keywords): Add highlighting on unusual permissions.
11059 (dired-revert): Use dolist.
11060 (dired-mode-map): Add U binding.
11061 (dired-mode): Add font-lock-beginning-of-syntax-function.
11062 (dired-garbage-files-regexp): Make it a defcustom.
11063
11064 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11067 is equivalent to nil.
11068 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11069 (vc-arch-mode-line-string): Accept `added' state.
11070 (vc-arch-state): Use inode-sigs if available.
11071 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11072 Copy&delete existing id file if any. Fallback if uuidgen is absent.
11073 (vc-arch-tagline-re): New var.
11074 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11075 New functions.
11076 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11077 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11078
11079 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11080 (vc-file-not-found-hook): Use it.
11081
11082 * diff-mode.el (diff-default-read-only): Change default.
11083 (diff-mode-hook): Make it a defcustom. Add some options.
11084 (diff-mode-map): Bind diff-refine-hook.
11085 (diff-yank-handler): New var.
11086 (diff-yank-function): New fun.
11087 (diff-font-lock-keywords): Use them.
11088 (diff-end-of-file): Handle case where file-header looks like diff text.
11089 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11090 (diff-file-kill): Delete a subsequent empty line, if applicable.
11091 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11092 (diff-find-file-name): Use it.
11093 (diff-tell-file-name): New command.
11094 (diff-mode): Be careful with view-mode.
11095 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11096 New functions, for use in diff-mode-hook.
11097 (diff-find-source-location): Catch "regex too large" errors.
11098 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11099 (diff-refine-hunk): New command.
11100
11101 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11102 (smerge-context-menu-map): Remove unused var.
11103 (smerge-keep-all): Preserve markers.
11104 (smerge-keep-n): New fun.
11105 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11106 (smerge-keep-current, smerge-ediff): Use it.
11107 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
11108 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11109 (smerge-resolve): Resolve trivial 3-part conflicts.
11110
11111 2004-03-23 Juri Linkov <juri@jurta.org>
11112
11113 * man.el (Man-width): New var.
11114 (Man-getpage-in-background): Use it.
11115 (Man-support-local-filenames): New var and fun.
11116 (Man-build-man-command): Don't add a second %s.
11117 (Man-fontify-manpage): Clean up message.
11118 (Man-mode): Set outline-regexp, outline-level,
11119 imenu-generic-expression.
11120
11121 * woman.el (woman-fill-frame): Doc fix.
11122 (woman-decode-region): Use window-width instead of frame-width.
11123
11124 * abbrevlist.el (list-one-abbrev-table):
11125 * descr-text.el (describe-char):
11126 * international/mule-diag.el (describe-current-coding-system):
11127 * international/quail.el (quail-insert-decode-map):
11128 Use window-width instead of frame-width.
11129
11130 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11131 (jka-compr-mode-alist-additions): Add tbz.
11132 (jka-compr-write-region, jka-compr-insert-file-contents):
11133 Add message for undefined compress-program.
11134 (jka-compr-write-region): Remove redundant var bindings.
11135
11136 * dired-x.el (dired-guess-shell-alist-default): Add choices for
11137 extracting files into subdirectory. Add tbz and dz. Fix regexps.
11138 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11139 (dired-man): Use dired-guess-shell-command.
11140 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11141 Change default nil to t.
11142
11143 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11144 (dired-compare-directories): Add default value for empty input.
11145
11146 * help-at-pt.el: Move suggestions for key bindings to Commentary.
11147
11148 * time.el (display-time-string-forms): Fix help-echo date format.
11149
11150 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
11151
11152 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11153 (buffer-stale-function): New variable.
11154 (auto-revert-list-diff, auto-revert-dired-file-list)
11155 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11156 (auto-revert-handler): Take over some functionality of deleted
11157 functions.
11158 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11159
11160 * dired.el (dired-directory-changed-p): New fun, extracted from
11161 dired-internal-noselect.
11162 (dired-buffer-stale-p): New fun.
11163 (dired-internal-noselect): Use dired-directory-changed-p.
11164 Eliminate revert messages.
11165 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11166
11167 2004-03-23 Kenichi Handa <handa@m17n.org>
11168
11169 * international/characters.el: Setup syntaxes for more parentheses
11170 Unicode characters.
11171
11172 * international/mule-cmds.el (select-safe-coding-system):
11173 Merge coding-system and auto-cs before comparing them.
11174
11175 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11178
11179 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11180 normal-auto-fill-function and comment-indent-function.
11181 The default values now work just as well.
11182 Don't set font-lock-beginning-of-syntax-function since we already set
11183 syntax-begin-function.
11184 (lisp-outline-level): Put ;;;###autoload at same level as (.
11185 (prin1-char): Quote special chars.
11186
11187 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11188 than with-no-warnings.
11189
11190 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11191 if the source location can't be found.
11192 (edebug-compute-previous-result): Use prin1-char.
11193
11194 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11195 (debug-ignored-errors): Add an entry.
11196
11197 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11198 (byte-compile-file): Output warning when deleting a file.
11199
11200 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11201 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11202
11203 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11204 (byte-compile-inline-expand): Use backquote.
11205 (byte-optimize-pure-func): Rename from byte-optimize-concat.
11206 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11207
11208 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11209
11210 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11211
11212 2004-03-22 Juri Linkov <juri@jurta.org>
11213
11214 * finder.el (finder-known-keywords): Fix data, tex, unix.
11215
11216 * play/landmark.el: Fix keywords.
11217
11218 * language/ethio-util.el (ethio-find-file): Doc fix.
11219
11220 * emacs-lisp/warnings.el: Doc fix.
11221
11222 * textmodes/ispell.el (ispell-help): Doc fix.
11223
11224 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
11225
11226 * format.el (format-insert-file): Always return a list of two
11227 elements, like insert-file-contents does.
11228
11229 2004-03-21 Andre Spiegel <spiegel@gnu.org>
11230
11231 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11232 and vc-BACKEND-diff.
11233 (vc-print-log): If the print-log implementation supports it, use
11234 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11235 (vc-version-diff, vc-diff-internal): Doc fixes.
11236
11237 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11238 implementation supports it, let diff output go to *vc*,
11239 not *vc-diff*, since this is an internal call.
11240
11241 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11242
11243 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11244
11245 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11246
11247 2004-03-21 Dave Love <fx@gnu.org>
11248
11249 * progmodes/cfengine.el (cfengine-mode):
11250 Set parse-sexp-ignore-comments.
11251
11252 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11253
11254 2004-03-21 Juanma Barranquero <lektu@terra.es>
11255
11256 * allout.el (allout-mode): Fix docstring.
11257
11258 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
11259
11260 * files.el (insert-directory): Fix bug if SWITCHES is a list.
11261
11262 * autorevert.el (auto-revert-interval): Make new value take
11263 effect immediately when set through Custom.
11264 (auto-revert-set-timer): Add interactive declaration.
11265
11266 2004-03-19 David Ponce <david@dponce.com>
11267
11268 * ruler-mode.el (ruler-mode-header-line-format-old):
11269 Don't `make-variable-buffer-local'.
11270 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11271 (ruler-mode-header-line-format): Simply funcall the above.
11272 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11273 to save/restore a previous header line format.
11274 (ruler-mode-space): Don't depend on a numeric WIDTH value.
11275 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11276 fringes and margins width.
11277 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11278
11279 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * log-edit.el (log-edit-font-lock-keywords): Typo.
11282
11283 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11284 (tex-send-tex-command): Rather than here.
11285 (tex-compilation-parse-errors): Simplify.
11286
11287 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11288
11289 * time.el (display-time-string-forms): Add help-echo with date on time.
11290
11291 * composite.el (compose-region): Use restore-buffer-modified-p.
11292
11293 * disp-table.el (standard-display-8bit): Simplify.
11294
11295 * server.el (server-process-filter): Delete temp frame.
11296
11297 * add-log.el (add-change-log-entry): Simplify.
11298
11299 2004-03-19 Kim F. Storm <storm@cua.dk>
11300
11301 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11302 (hexl-follow-line): Don't require 'fringe.
11303
11304 * progmodes/compile.el (compilation-start): Always set
11305 compilation-last-buffer and return it.
11306
11307 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
11308
11309 * simple.el (clone-buffer): Doc fix.
11310
11311 2004-03-18 Juanma Barranquero <lektu@terra.es>
11312
11313 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11314
11315 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * log-edit.el (log-edit-font-lock-keywords): New var.
11318 (log-edit-mode): Use it.
11319
11320 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
11321
11322 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11323 properly for watching in speedbar.
11324
11325 2004-03-17 Masatake YAMATO <jet@gyve.org>
11326
11327 * smerge-mode.el (smerge-popup-context-menu):
11328 Put `unwind-protect' around `overlay-put' and `popup-menu'.
11329
11330 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11333 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11334 Take sealed revisions into account.
11335 (vc-arch-checkin): Extract a summary line from the message.
11336
11337 2004-03-16 Masatake YAMATO <jet@gyve.org>
11338
11339 * register.el (register): Provide `register' feature.
11340
11341 2004-03-15 Masatake YAMATO <jet@gyve.org>
11342
11343 Added context menu support in smerge mode.
11344 Most of the part is written by Stefan Monnier.
11345
11346 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11347 New keymap and menu.
11348 (smerge-text-properties): New function.
11349 (smerge-remove-props): New function.
11350 (smerge-popup-context-menu): New function.
11351 (smerge-resolve): Call `smerge-remove-props'.
11352 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11353 (smerge-keep-current): Ditto.
11354 (smerge-kill-current): New function.
11355 (smerge-match-conflict): Put text properties.
11356 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11357
11358 2004-03-15 David Ponce <david@dponce.com>
11359
11360 * ruler-mode.el: (ruler-mode-left-fringe-cols)
11361 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11362 (ruler-mode-right-scroll-bar-cols): Remove.
11363 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11364 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11365 Use fringe-columns and scroll-bar-columns.
11366
11367 2004-03-15 Masatake YAMATO <jet@gyve.org>
11368
11369 * hl-line.el (hl-line-range-function): New variable.
11370 (hl-line-move): New function.
11371 (global-hl-line-highlight): Use `hl-line-move'.
11372 (hl-line-highlight): Ditto.
11373
11374 * scroll-bar.el (scroll-bar-columns):
11375 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11376
11377 * ruler-mode.el (top-level): Require scroll-bar and fringe.
11378 (ruler-mode-left-fringe-cols)
11379 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11380 (ruler-mode-right-scroll-bar-cols)
11381 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11382 (ruler-mode-ruler-function): New variable.
11383 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11384 if the value for `ruler-mode-ruler-function'is given.
11385
11386 * hexl.el (hexl-mode-hook): Make the hook customizable.
11387 (hexl-address-area, hexl-ascii-area): New customize variables.
11388 (hexlify-buffer): Put font-lock-faces on the address area and
11389 the ascii area.
11390 (hexl-activate-ruler): New function.
11391 (hexl-follow-line): New function.
11392 (hexl-highlight-line-range): New function.
11393 (hexl-mode-ruler): New function.
11394
11395 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
11398 (vc-default-find-file-hook): New fun.
11399 (vc-find-file-hook): Call new find-file-hook operation.
11400
11401 * vc-arch.el: New file.
11402
11403 2004-03-12 Jesper Harder <harder@ifa.au.dk>
11404
11405 * info-look.el (info-lookup): Reuse an existing Info window.
11406
11407 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11408
11409 * woman.el (woman-preserve-ascii): Default value changed to t and
11410 doc string revised.
11411
11412 2004-03-12 Richard M. Stallman <rms@gnu.org>
11413
11414 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11415 Fix minor bug.
11416
11417 * replace.el (occur-engine): Change message for count of matches.
11418
11419 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11420 For strings, do compare text properties.
11421
11422 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
11423
11424 * progmodes/compile.el (compile-auto-highlight)
11425 (compilation-error-list, compilation-old-error-list)
11426 (compilation-parse-errors-function, compilation-parsing-end)
11427 (compilation-error-message, compilation-directory-stack)
11428 (compilation-enter-directory-regexp-alist)
11429 (compilation-leave-directory-regexp-alist)
11430 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11431 (compilation-current-file, compilation-regexps): Remove vars.
11432
11433 (compile-error-at-point, compilation-error-filedata)
11434 (compilation-error-filedata-file-name, compile-reinitialize-errors)
11435 (compilation-next-error-locus, compilation-forget-errors)
11436 (count-regexp-groupings, compilation-parse-errors)
11437 (compile-collect-regexps, compile-buffer-substring): Remove funs.
11438
11439 (compile-internal): Make obsolete.
11440
11441 (compilation-first-column, compilation-error)
11442 (compilation-directory-matcher, compilation-page-delimiter)
11443 (compilation-mode-font-lock-keywords, compilation-debug)
11444 (compilation-error-face, compilation-warning-face)
11445 (compilation-info-face, compilation-line-face)
11446 (compilation-column-face, compilation-enter-directory-face)
11447 (compilation-leave-directory-face, compilation-skip-threshold)
11448 (compilation-skip-visited, compilation-context-lines): New vars.
11449
11450 (compilation-warning-face, compilation-info-face)
11451 (compilation-message-face): New faces.
11452
11453 (compilation-error-regexp-alist-alist): New constant.
11454
11455 (compilation-face, compilation-directory-properties)
11456 (compilation-assq, compilation-error-properties, compilation-start)
11457 (define-compilation-mode, compilation-loop)
11458 (compilation-set-window): New functions.
11459
11460 (compile): Additional argument for interactive compiles like TeX.
11461
11462 * progmodes/grep.el (kill-grep): Move here from compile.el
11463 (grep-error, grep-hit-face, grep-error-face)
11464 (grep-mode-font-lock-keywords): New variables.
11465 (grep-regexp-alist): Simplify regexp and add `binary' case.
11466 (grep-mode): New mode.
11467 (grep-process-setup): Simplify.
11468
11469 2004-03-11 Jason Rumney <jasonr@gnu.org>
11470
11471 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11472 letters on DOS/Windows.
11473
11474 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 * server.el (server-name): New var.
11477 (server-socket-dir): New var to replace server-socket-name.
11478 (server-start): Use them.
11479
11480 2004-03-11 Simon Josefsson <jas@extundo.com>
11481
11482 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11483 died to avoid infloop. Reported by Jonathan Glauner
11484 <jglauner@sbum.org>.
11485
11486 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11487
11488 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11489 (smerge-mode-menu): Use it to deactivate menu entries.
11490 (smerge-keep-current): New fun.
11491 (smerge-keep-current): Use it.
11492
11493 2004-03-10 John Paul Wallington <jpw@gnu.org>
11494
11495 * foldout.el (foldout-fold-list, foldout-modeline-string):
11496 Declare them as variables, not constants.
11497
11498 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11499
11500 * ps-print.el: Modification to print *Messages* buffer.
11501 (ps-print-version): New version 6.6.4.
11502 (ps-message-log-max): New fun.
11503 (ps-spool-without-faces, ps-spool-with-faces)
11504 (ps-count-lines-preprint): Code fix.
11505
11506 * printing.el: New tips in Tips section.
11507
11508 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11509
11510 * delim-col.el: Doc fix.
11511
11512 * printing.el: Doc fix. New doc section (Tips).
11513
11514 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * type-break.el (type-break-emacs-variant): Remove.
11517 (type-break-run-at-time, type-break-cancel-function-timers):
11518 Use fboundp rather than version name and number.
11519
11520 2004-03-09 Masatake YAMATO <jet@gyve.org>
11521
11522 * hexl.el (hexl-mode): Use `make-local-variable' instead of
11523 `make-variable-buffer-local'.
11524
11525 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
11526
11527 * find-dired.el (find-dired): Call `shell-command' instead of
11528 `start-process-shell-command'. By this, Tramp takes over
11529 handling of remote directories.
11530
11531 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11532
11533 * newcomment.el (comment-use-global-state): New var.
11534 (comment-search-forward): Use it.
11535
11536 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11537
11538 * cus-edit.el (fill) <defgroup>: Move to fill.el.
11539
11540 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11541 (enable-kinsoku): Make it a defcustom.
11542 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11543 paragraph to same-comment-start-marker.
11544
11545 2004-03-07 Dave Love <fx@gnu.org>
11546
11547 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11548 (browse-url-mail): Use it.
11549
11550 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11551 (rfc2368-unhexify-string): Use replace-regexp-in-string.
11552
11553 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11554
11555 * woman.el (woman-man.conf-path): Doc fix.
11556 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11557
11558 2004-03-07 Eli Zaretskii <eliz@gnu.org>
11559
11560 * sort.el (sort-columns): Remove ms-dos from the list of systems
11561 where the external `sort' command is not used.
11562
11563 2004-03-07 Kim F. Storm <storm@cua.dk>
11564
11565 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11566 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11567 from overlay-arrow-variable-list.
11568 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11569
11570 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
11571
11572 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11573 overlay arrow string properly for the assembler buffer.
11574
11575 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * mail/sendmail.el (mail-mode): Fix last change.
11578
11579 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
11580
11581 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11582 for the assembler buffer.
11583 (gdb-assembler-custom): Position the overlay arrow.
11584 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11585
11586 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11589
11590 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11591 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11592
11593 * mail/sendmail.el (mail-mode): Set comment-start-skip.
11594
11595 * newcomment.el (uncomment-region): Allow non-terminated comment.
11596 (comment-normalize-vars): Check the user-specified comstart marker.
11597
11598 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11599
11600 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11601 Otherwise, do use it if the region only contains font-lock text
11602 properties.
11603
11604 2004-03-04 Masatake YAMATO <jet@gyve.org>
11605
11606 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11607 as the callback function for eldoc.
11608 (hexl-print-current-point-info): New function.
11609 (hexl-current-address): Print the address in both decimal
11610 and hexadecimal format.
11611
11612 2004-03-04 Richard M. Stallman <rms@gnu.org>
11613
11614 * mail/rmail.el (rmail-convert-to-babyl-format):
11615 Specify t for UNIBYTE when calling mail-unquote-printable-region.
11616
11617 * mail/mail-utils.el (mail-unquote-printable-region):
11618 New arg UNIBYTE.
11619
11620 * startup.el (command-switch-alist): Doc fix.
11621
11622 * simple.el (undo): Temporarily set this-command to `undo-start',
11623 then set it to `undo' once undo-start returns without error.
11624
11625 * simple.el (minibuffer-history-sexp-flag): Doc fix.
11626
11627 * simple.el (kill-line): Don't disregard trailing whitespace
11628 in eol condition, if show-trailing-whitespace is set.
11629
11630 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11631 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11632 When disabling, restore old values only if mouse-sel-has-been-enabled.
11633
11634 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11635 (isearch-{-char): New function.
11636 (isearch-mode-map): Bind { to isearch-{-char.
11637
11638 * font-lock.el (lisp-font-lock-keywords-2):
11639 Turn off the CL with-... and do-... general patterns.
11640 Instead, recognize several specific with... and do... constructs.
11641
11642 * files.el (switch-to-buffer-other-window):
11643 Bind same-window-buffer-names and same-window-regexps to nil.
11644 (switch-to-buffer-other-frame): Likewise.
11645
11646 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11649 recognizing leading comment on code line.
11650
11651 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11654 hidden files/directories.
11655
11656 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11657
11658 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11659 only comment-start (in case the mode hasn't set it).
11660
11661 * Makefile.in (AUTOGENEL): New var.
11662 (bootstrap-prepare): Rename from bootstrap-clean.
11663 Don't remove elc files.
11664 (maintainer-clean): New target.
11665
11666 * xml.el (xml-get-attribute-or-nil): Simplify.
11667
11668 2004-03-02 Juri Linkov <juri@jurta.org>
11669
11670 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11671 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11672 URL to prevent their substitution with the environment variable
11673 values by browsers.
11674
11675 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11676
11677 * ps-print.el: Doc fix.
11678 (ps-print-version): New version number (6.6.3).
11679 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11680 Docstring fix.
11681 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11682 before printing.
11683 (ps-time-stamp-yyyy-mm-dd): New fun.
11684 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11685
11686 2004-03-02 Kim F. Storm <storm@cua.dk>
11687
11688 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11689
11690 2004-03-01 Juanma Barranquero <lektu@terra.es>
11691
11692 * allout.el (allout-rebullet-heading): Fix typo in docstring.
11693
11694 * desktop.el (desktop-file-version)
11695 (desktop-after-read-hook): Fix typos.
11696 (desktop-clear-preserve-buffers): Remove redundant info in
11697 docstring already shown by the obsolescence message.
11698 (desktop-truncate, desktop-internal-v2s)
11699 (desktop-value-to-string): Change argument name to match docstring.
11700
11701 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11702
11703 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11704 docstring.
11705
11706 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11707
11708 * printing.el: Replace "As Is..." in PostScript file print/preview by
11709 "No Preprocessing...". Suggested by Colin Marquardt
11710 <_marquardt_@zmd.de>.
11711 (pr-insert-section-4): Adjust buffer interface.
11712
11713 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
11714
11715 Version 2.0.39 of Tramp released.
11716
11717 * net/tramp.el (tramp-handle-file-local-copy)
11718 (tramp-handle-write-region, tramp-open-connection-rsh):
11719 Variable name typo. Small change. From Patrick Tullmann
11720 <tullmann@flux.utah.edu>.
11721 (tramp-process-connection-type): New variable.
11722 (tramp-maybe-open-connection): Use it.
11723 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11724 (tramp-touch): Set last-modified time of a remote file.
11725 (tramp-handle-write-region): Say which function is used when encoding.
11726
11727 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
11728
11729 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11730 case of non-existing filename, too. Reported by Christoph Bauer
11731 <c_bauer@informatik.uni-kl.de>.
11732 (tramp-smb-get-file-entries): The directory in question should
11733 have permissions "drwxrwxrwx". Just virtual, because we don't
11734 know the real permissions. Don't we know?
11735 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11736 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11737 (tramp-smb-wait-for-output): Optimize algorithm getting pending
11738 output. If it was received chunkwise, there have been problems.
11739 Remove the "prompt not found" error message; it is obvious.
11740 Simplify algorithm.
11741 (tramp-smb-process-running): Remove. Since we acknowledge the
11742 virtual prompt for shares, there's no need for distinction of
11743 reading shares (process ends afterwards) and interactive mode of
11744 smblient.
11745 (tramp-smb-open-connection): Setting process sentinel removed.
11746 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11747 "NT_STATUS_NETWORK_ACCESS_DENIED".
11748 (tramp-smb-maybe-open-connection): Set `process-connection-type'
11749 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11750 (top-level): Setting default value in `tramp-default-method-alist'
11751 corrected. Order of USER and HOST have been wrong.
11752 Nobody complained for months ...
11753 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11754 (tramp-smb-open-connection): Clear password cache if login has failed.
11755
11756 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11757 `tramp-unified-filenames'.
11758 (tramp-completion-mode): Make test for XEmacs explicitely.
11759 `event-to-character' can exists in Emacs packages too.
11760 Reported by Matt Swift <swift@alum.mit.edu>.
11761 (tramp-buffer-name): Buffer name must contain the user if exists.
11762 Reported by Adrian Phillips <a.phillips@met.no>.
11763 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11764 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11765 (tramp-do-copy-or-rename-file-out-of-band): Rename from
11766 `tramp-do-copy-or-rename-file-one-local', because it handles also
11767 the case both files use the same out-of-band method.
11768 Implementation added.
11769 (tramp-handle-file-local-copy, tramp-handle-write-region):
11770 Out-of-band handling removed. `copy-file' called instead, which
11771 calls `tramp-do-copy-or-rename-file-out-of-band'.
11772 (tramp-action-password): Check for out-of-band method removed.
11773 This function is used for 'login-program.
11774 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11775 appropriate.
11776 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11777 and `tramp-parse-sknownhosts'.
11778 (tramp-completion-function-alist): It's a defvar now, because we
11779 want to apply the optimized `tramp-set-completion-function'
11780 instead of a static list.
11781 (tramp-set-completion-function): Implementation tuned.
11782 Avoid double entries, and entries where the function or the
11783 file/directory doesn't exist.
11784 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11785 for SSH2.
11786 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11787 (tramp-handle-dired-compress-file): New function.
11788 (tramp-async-proc): New variable.
11789 (tramp-handle-shell-command): Adding asynchronous processes.
11790 They are far from being perfect, but it works at least for
11791 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
11792 (top-level): Require password.el if visible. Should be mandatory
11793 once No Gnus has found its way into (X)Emacs.
11794 (tramp-read-passwd): Invoke `password-read' if available,
11795 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
11796 fallback any longer.
11797 (tramp-clear-passwd): New function.
11798 (tramp-process-actions, tramp-process-multi-actions):
11799 Clear password cache if login has failed.
11800
11801 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
11802 its own module.
11803 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11804 `ange-ftp-ftp-name-res'. There could be incorrect values from
11805 previous calls in case the "ftp" method is used in the Tramp file
11806 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11807
11808 2004-02-28 Richard M. Stallman <rms@gnu.org>
11809
11810 * term.el (term-mouse-paste): Call mouse-set-point.
11811
11812 * thumbs.el: New file.
11813
11814 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11815
11816 * progmodes/ebnf-abn.el: Doc fix.
11817
11818 * progmodes/ebnf-bnf.el: Doc fix.
11819 (ebnf-repeat): Code fix.
11820
11821 * progmodes/ebnf2ps.el: Doc fix.
11822 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
11823
11824 2004-02-28 Juri Linkov <juri@jurta.org>
11825
11826 * ffap.el (dired-at-point): Additional writability test for
11827 relative directory names.
11828 (dired-at-point-prompter): Treat directories as a directory, get
11829 the directory component from files.
11830 (ffap-string-at-point): Return string from region if region is active.
11831 (ffap-file-at-point): Remove redundant code.
11832
11833 2004-02-28 Kim F. Storm <storm@cua.dk>
11834
11835 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
11836 Initialize margin area images to nil.
11837 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
11838 (breakpoint-enabled-bitmap-face)
11839 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
11840 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
11841 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
11842 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
11843 (gdb-reset): Use gdb-remove-breakpoint-icons.
11844 (gdb-put-string): Add dprop arg to specify alternative display
11845 property (for setting fringe bitmap).
11846 (gdb-remove-strings): Doc fix.
11847 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
11848 icon in fringe (if available), or else as icon or text in display
11849 margin. Creates necessary icons in breakpoint-bitmap,
11850 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
11851 Also make left window margin if required.
11852 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
11853 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
11854 no longer needed.
11855 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
11856 gdb-put-breakpoint-icon.
11857 (gdb-assembler-mode): Don't set left-margin-width here.
11858
11859 2004-02-27 Kevin Ryde <user42@zip.com.au>
11860
11861 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
11862 comma, so that it DTRT in macros.
11863
11864 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
11865
11866 * progmodes/sh-script.el (sh-shell-arg)
11867 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
11868 (sh-leading-keywords, sh-other-keywords): Fix custom type.
11869
11870 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11871
11872 * faces.el (face-spec-set-match-display): Add a new attribute,
11873 `min-colors'.
11874 (region, highlight, secondary-selection): Use `min-colors'.
11875
11876 * custom.el (defface): Add documentation for `min-colors'.
11877
11878 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11879 (font-lock-keyword-face, font-lock-function-name-face)
11880 (font-lock-variable-name-face, font-lock-constant-face):
11881 Use `min-colors'.
11882
11883 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
11884
11885 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11886
11887 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
11888 define assq-delete-all if it's not defined.
11889 (ebnf-generate-region): Code fix.
11890
11891 * printing.el: Doc fix.
11892 (pr-version): New version number (6.7.2).
11893 (pr-command): Return empty string if command is an empty string.
11894
11895 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11896
11897 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
11898
11899 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
11900 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
11901 semi-down-full. Fix a bug on productions like test = {"test"}* | (
11902 "tt" ["test"] ). Reported by Markus Dreyer
11903 <mdreyer@ix.urz.uni-heidelberg.de>.
11904 (ebnf-version): New version number (4.0).
11905 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
11906 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
11907 (ebnf-delete-style): New commands.
11908 (ebnf-directory, ebnf-file): New funs.
11909 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
11910 (ebnf-production-name-p, ebnf-stop-on-error): New options.
11911 (ebnf-syntax-alist): New var.
11912 (ebnf-element-width): New fun replacing ebnf-list-width.
11913 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
11914 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
11915 (ebnf-prologue): Adjust vars.
11916 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
11917 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
11918 (ebnf-check-style-values, ebnf-generate-production)
11919 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
11920 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
11921 (ebnf-token-repeat): Code fix.
11922
11923 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
11924 %right, %left and %prec. Suggested by Matthew K. Junker
11925 <junker@alum.mit.edu>.
11926 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
11927
11928 * progmodes/ebnf-iso.el: Doc fix.
11929 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
11930 (ebnf-iso-lex): Code fix.
11931
11932 * progmodes/ebnf-bnf.el: Doc fix.
11933 (ebnf-bnf-lex): Code fix.
11934
11935 * progmodes/ebnf-otz.el: Doc fix.
11936
11937 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11938
11939 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
11940 (abbrev-prefix-mark): Doc fix.
11941
11942 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
11943
11944 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
11945 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
11946 (gdb-var-delete): Make interactive (really).
11947 (gdb-edit-value): Make non-interactive.
11948
11949 * progmodes/gud.el (gud-speedbar-menu-items):
11950 Add gdb-var-delete and, indirectly, gdb-edit-value.
11951 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
11952 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
11953 (gud-gdb-marker-filter): Add comment for annotations.
11954
11955 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11956
11957 * calendar/calendar.el (generate-calendar)
11958 (calendar-read-date): Prevent display of BC calendars once more -
11959 reverts 2003-10-01 change.
11960 (generate-calendar-month): Doc fix.
11961
11962 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11963
11964 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
11965 return value of increment-calendar-month.
11966
11967 2004-02-21 Stephen Compall <s11@member.fsf.org>
11968
11969 * saveplace.el (save-place-forget-unreadable-files)
11970 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
11971 (save-place-forget-unreadable-files): New function.
11972 (save-place-alist-to-file): Use it to filter out files that are
11973 no longer readable.
11974
11975 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
11976 current Texinfo environment, using the same method as in
11977 `texinfo-insert-@end', and insert a space rather than a newline if
11978 point in a @table environment.
11979
11980 2004-02-21 Juri Linkov <juri@jurta.org>
11981
11982 * ffap.el (ffap-file-at-point): Try parent directories.
11983
11984 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
11985
11986 * vcursor.el (vcursor-modifiers): New defcustom.
11987 (vcursor-cs-binding): Use vcursor-modifiers instead of a
11988 hard-coded list.
11989
11990 2004-02-21 Masatake YAMATO <jet@gyve.org>
11991
11992 * play/animate.el (animate-birthday-present): Accept names other
11993 than `Sarah', too.
11994
11995 2004-02-21 Juri Linkov <juri@jurta.org>
11996
11997 * startup.el: Remove table of command line arguments from the
11998 Commentary section.
11999
12000 2004-02-20 John Wiegley <johnw@newartisans.com>
12001
12002 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12003 again" modifier from 'e' to 'E', since 'e' is also used by the
12004 "file extension" modifier.
12005
12006 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
12007
12008 * help-fns.el (describe-categories): Doc fix.
12009
12010 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12011
12012 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12013 temporary file for buffer already visiting one. This change makes
12014 output likely to be directly usable by patch program.
12015 Suggested by Adrian Aichner <adrian@xemacs.org>
12016
12017 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
12018
12019 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12020 case of variables defined in compound statements.
12021 (gdb-setup-windows, gdb-source-info, gdb-source-info):
12022 Simplify constructions using switch-to-buffer.
12023
12024 2004-02-19 Simon Josefsson <jas@extundo.com>
12025
12026 * play/morse.el: Fix typo.
12027 (morse-code): Add @.
12028
12029 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12030
12031 * calendar/appt.el (appt-display-format): Change default to
12032 'ignore, for backwards compatibility.
12033 (appt-display-message): If appt-display-format is 'ignore,
12034 respect old vars appt-msg-window and appt-visible.
12035 (appt-activate): Don't depend on return value of cancel-timer.
12036
12037 * calendar/calendar.el (calendar-holidays): Doc fix.
12038
12039 * calendar/cal-coptic.el (coptic-prompt-for-date):
12040 Use assoc-string instead of assoc-ignore-case.
12041 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12042 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12043 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12044 * calendar/cal-islam.el (calendar-goto-islamic-date)
12045 (mark-islamic-diary-entries): Ditto.
12046 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12047 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12048 (calendar-read-mayan-tzolkin-date): Ditto.
12049 * calendar/calendar.el (calendar-read-date): Ditto.
12050 * calendar/diary-lib.el (mark-diary-entries): Ditto.
12051
12052 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
12053
12054 * progmodes/executable.el (executable-command-find-posix-p):
12055 Fix choice of the directory.
12056
12057 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12058
12059 * simple.el (interprogram-cut-function)
12060 (interprogram-paste-function, kill-new, kill-append):
12061 Doc fixes.
12062 (kill-region): Make it return nil. Doc fix.
12063 (yank-pop): Make its argument optional.
12064 (yank): Make ARG `-' equivalent to `-1'.
12065
12066 2004-02-17 Eli Zaretskii <eliz@gnu.org>
12067
12068 * mail/rmail.el (rmail-get-new-mail): Don't reference
12069 rmail-use-spam-filter if rmail-spam-filter is not loaded.
12070
12071 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12072
12073 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12074 if one of global-auto-revert-non-file-buffers or autorevert-mode
12075 is non-nil.
12076
12077 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12078
12079 * subr.el (delete-dups): A better implementation from Karl Heuer
12080 <kwzh@gnu.org>.
12081
12082 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12083
12084 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12085 correct place.
12086 * progmodes/icon.el (icon-indent-command): Ditto.
12087 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12088
12089 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12090
12091 * progmodes/grep.el (grep-compute-defaults): Undo change from
12092 2004-01-29: don't use executable-command-find-posix-p.
12093
12094 2004-02-16 Richard Sharman <rsharman@pobox.com>
12095
12096 * hilit-chg.el: Use require instead of eval-and-compile.
12097 (highlight-compare-buffers): New function.
12098
12099 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
12100
12101 * man.el (Man-fontify-manpage): Render section headings in
12102 `Man-overstrike-face' even when overstrike was not used by man
12103 formatter for section headings.
12104
12105 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
12106
12107 * rmail-spam-filter.el: (vm-use-spam-filter)
12108 (rsf-min-region-length-added-to-spam-list): New variables.
12109 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12110 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
12111 spam testing. Don't delete spam message if automatic deletion
12112 after output via variable rmail-delete-after-output is turned on.
12113 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12114 rsf-bbdb-dont-create-entries-for-spam.
12115 (check-field): New function, extracted from code in
12116 rmail-spam-filter to ease addition of header fields like content-type.
12117 (message-content-type): New variable to check the content-type:
12118 field added, also in defcustom of rsf-definitions-alist.
12119 (rmail-spam-filter): Replace repeated test code for header fields
12120 by calls to check-field; change the call to
12121 rmail-output-to-rmail-file such that rmail-current-message stays
12122 the same to avoid wrong deletion of unseen flags.
12123 (rsf-add-contents-type): New function to convert old format
12124 of rmail-spam-definitions-alist into new one.
12125 Change prefixes of all variables and functions from
12126 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12127
12128 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12129
12130 * loadhist.el (unload-hook-features-list): New defvar.
12131
12132 2004-02-16 Dave Love <fx@gnu.org>
12133
12134 * loadhist.el (unload-feature): Doc fix. Rename flist to
12135 unload-hook-features-list.
12136
12137 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
12138
12139 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12140 cookie. Don't check if we are looking-at open-formula.
12141
12142 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12143
12144 * subr.el (match-string-no-properties): Use substring-no-properties.
12145
12146 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12147
12148 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12149 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12150 Use lower-case "rx" in all error message.
12151
12152 2004-02-16 Dave Love <fx@gnu.org>
12153
12154 * emacs-lisp/rx.el (rx-or): Put group around result.
12155 (rx-constituents): Add backref.
12156 (rx-syntax): Add string-delimiter, comment-delimiter.
12157 (rx-categories): Add combining-diacritic.
12158 (rx-check-not, rx-greedy, rx): Doc fix.
12159 (rx-backref, rx-check-backref): New.
12160
12161 2004-02-16 Jesper Harder <harder@ifa.au.dk>
12162
12163 * newcomment.el (uncomment-region): Allow eob as comment end.
12164
12165 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12166
12167 * filecache.el: All message and error commands now use prefix
12168 "Filecache:" to make it easy to read *Messages* buffer.
12169
12170 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12171
12172 * autorevert.el: Add support to detect changed dired and VC buffers.
12173 (auto-revert-active-p, auto-revert-list-diff)
12174 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12175 (auto-revert-handler, auto-revert-active-p): New functions.
12176 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12177 and `auto-revert-active-p'.
12178 (eval-when-compile): Defvar dired-directory and vc-mode.
12179 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12180 (auto-revert-handler-vc): New functions.
12181
12182 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12183
12184 * progmodes/compile.el (compilation-directory): New defvar.
12185 (compile): Save current directory in compilation-directory.
12186 (recompile): Bind default-directory to compilation-directory if
12187 that is non-nil.
12188
12189 2004-02-16 Dave Love <fx@gnu.org>
12190
12191 * newcomment.el (comment-insert-comment-function)
12192 (comment-region-function, uncomment-region-function): New.
12193 (comment-indent): Use comment-insert-comment-function.
12194 (uncomment-region): Use uncomment-region-function.
12195 (comment-region): Use comment-region-function.
12196
12197 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12198
12199 2004-02-16 Richard Stallman <rms@gnu.org>
12200
12201 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12202 loaddefs* and ldefs-boot*.
12203
12204 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12205
12206 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12207 and email address at the beginning and end of the address.
12208
12209 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12210 anchored at the beginning of the email address.
12211
12212 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
12213
12214 * international/ccl.el (ccl-compile-write): Pass `left' to
12215 ccl-embed-code to generate correct code of write-expr-register.
12216
12217 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
12218
12219 * progmodes/grep.el (grep-compute-defaults): Fix typos.
12220
12221 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12222
12223 * x-dnd.el: Mention support for Motif in commentary.
12224 (x-dnd-handle-drag-n-drop-event): Ditto.
12225
12226 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
12227
12228 * ses.el: Use "ses--" prefixes for buffer-local variables.
12229 Use (point-min) instead of 1, even when we know the buffer
12230 is unnarrowed.
12231 (ses-build-load-map): Delete. Distribute its content to defconst's for
12232 the three maps.
12233 (ses-menu, ses-header-line-menu): New menus.
12234 (ses-mode-map): Use them.
12235 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
12236
12237 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
12238
12239 * Makefile.in: Fix the CC Mode recompile kludge so it works
12240 when building in a different directory.
12241
12242 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
12243
12244 * simple.el (kill-new): Put yank-handler property on the entire string.
12245
12246 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * diff.el: Don't use compile any more, use diff-mode instead.
12249 (diff-regexp-alist, diff-old-file, diff-new-file)
12250 (diff-parse-differences, diff-process-setup): Remove.
12251 (diff-sentinel): New fun.
12252 (diff): Use it. Run the process ourselves.
12253 Use diff-mode for the rest of the processing.
12254
12255 * diff.el (diff): Simplify code handling `switch'.
12256
12257 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * pcvs-defs.el (cvs-menu): Add `tag'.
12260
12261 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12262
12263 * simple.el (kill-append): Doc fix.
12264
12265 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12266 Adapt outline-regexp to the new conventions for commenting out code.
12267
12268 2004-02-11 John Paul Wallington <jpw@gnu.org>
12269
12270 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12271
12272 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12273
12274 * diff.el (diff-switches): New fun.
12275 (diff, diff-backup): Use it.
12276 (diff): Clean up the args construction. Use backquote.
12277 Use listp instead of consp to avoid putting a nil arg.
12278 (diff): Add a revert-buffer function.
12279
12280 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12281
12282 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
12283 handled by x-dnd-handle-file-name.
12284 (x-dnd-known-types): Add COMPOUND_TEXT.
12285 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12286 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12287 x-dnd-empty-state.
12288 (x-dnd-forget-drop): Ditto.
12289 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12290 (x-dnd-handle-one-url): Return private when inserting text.
12291 (x-dnd-insert-ctext): New function.
12292 (x-dnd-handle-file-name): New function for FILE_NAME.
12293 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12294 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12295 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12296
12297 2004-02-10 Kenichi Handa <handa@m17n.org>
12298
12299 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12300 instead of while loop.
12301
12302 2004-02-10 Miles Bader <miles@gnu.org>
12303
12304 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12305
12306 2004-02-09 Kenichi Handa <handa@m17n.org>
12307
12308 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12309 have end-of-line.
12310
12311 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
12312
12313 * Makefile.in: Added extra dependencies in the recompile target
12314 needed to cope with the compile time macro expansions in CC Mode.
12315
12316 2004-02-09 Kim F. Storm <storm@cua.dk>
12317
12318 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12319 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12320 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12321 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12322 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12323 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12324 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12325 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12326 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12327 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12328 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12329
12330 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12333 Don't allow shrink if there's a window on our right.
12334
12335 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12336 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12337 Bring together declaration and initialization.
12338 (prolog-mode-variables): Don't set the syntax table.
12339 Don't set paragraph-start and comment-indent-function.
12340 Add /*..*/ to the comment regexps.
12341 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
12342 (prolog-mode-map): Don't bind TAB.
12343 (prolog-mode): Set the syntax table.
12344 (prolog-comment-indent): Remove.
12345 (inferior-prolog-mode-map): Initialize in the declaration.
12346 (inferior-prolog-mode-syntax-table)
12347 (inferior-prolog-mode-abbrev-table): New vars.
12348 (inferior-prolog-mode): Derive from comint-mode.
12349 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12350 minibuffer windows.
12351
12352 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12353 in file names, as long as it is unabmiguous.
12354
12355 2004-02-08 Andreas Schwab <schwab@suse.de>
12356
12357 * textmodes/reftex-toc.el
12358 (reftex-toc-load-all-files-for-promotion): Remove useless use of
12359 format. Doc fix.
12360
12361 * textmodes/refer.el (refer-find-entry-internal): Remove extra
12362 format string arguments.
12363
12364 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12365 string argument.
12366
12367 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12368
12369 * play/zone.el (zone-call): Fix format string.
12370
12371 * net/webjump.el (webjump-builtin): Add missing format string argument.
12372
12373 * midnight.el (midnight-delay-set): Remove extra format string argument.
12374
12375 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12376
12377 * hexl.el (hexl-insert-char): Add missing format string argument.
12378
12379 * format.el (format-decode): Fix format string.
12380
12381 * emulation/vi.el (vi-mode): Remove extra format string argument.
12382 (vi-repeat-last-search): Likewise.
12383 (vi-reverse-last-search): Likewise.
12384 (vi-goto-mark): Likewise.
12385 (vi-reverse-last-find-char): Likewise.
12386 (vi-repeat-last-find-char): Likewise.
12387 (vi-locate-def): Likewise.
12388
12389 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12390
12391 * ediff-util.el (ediff-toggle-read-only): Remove extra format
12392 string argument.
12393 (ediff-toggle-regexp-match): Likewise.
12394
12395 * dired-aux.el (dired-do-query-replace-regexp): Add missing
12396 format string argument.
12397
12398 * calc/calc-map.el (calc-get-operator): Remove extra format
12399 string argument.
12400
12401 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12402
12403 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12404 string argument.
12405
12406 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12407
12408 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12409
12410 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12411
12412 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12413 (cl-struct-setf-expander): Likewise.
12414
12415 * vc.el (with-vc-file): Fix unsafe uses of error.
12416 (vc-cancel-version): Likewise.
12417
12418 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
12419
12420 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12421 thousands separator; fixes <class>:<line-number> regexp for
12422 non-english locales.
12423
12424 2004-02-08 Andreas Schwab <schwab@suse.de>
12425
12426 * view.el (view-mode-enable): Revert previous change.
12427
12428 2004-02-07 Kim F. Storm <storm@cua.dk>
12429
12430 * simple.el (line-number-at-pos): Rename from line-at-pos.
12431 Uses changed (what-line and vc-annotate-warp-version).
12432
12433 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12436 (diff-mode): Remove aborted attempt at support for compile.el.
12437 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12438
12439 2004-02-06 Andreas Schwab <schwab@suse.de>
12440
12441 * view.el (view-mode-enable): Add view-mode-map to
12442 minor-mode-overriding-map-alist.
12443
12444 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12445
12446 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12447
12448 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12451 with point inside rather than after the paragraph.
12452
12453 2004-02-04 Sam Steingold <sds@gnu.org>
12454
12455 * mail/smtpmail.el (smtpmail-try-auth-methods):
12456 Do not try authentication when no mechanism is available.
12457 Pass port-name as defaultport to `netrc-machine'.
12458
12459 2004-02-04 Stephen Eglen <stephen@gnu.org>
12460
12461 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12462 to show how minibuffer height can be constrained.
12463
12464 2004-02-04 John Paul Wallington <jpw@gnu.org>
12465
12466 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12467
12468 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12469
12470 * x-dnd.el: New file for drag and drop.
12471
12472 * term/x-win.el: require x-dnd, set after-make-frame-functions
12473 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12474 drag-n-drop event.
12475
12476 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12477 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12478 (dired-dnd-handle-file): New functions for drag and drop support.
12479 (dired-mode): Initialize drag and drop if x-dnd present.
12480
12481 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12484 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12485 (cperl-mode): Set fill-paragraph-function.
12486 (cperl-fill-paragraph): Make it non-interactive.
12487
12488 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
12489
12490 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12491
12492 2004-02-02 David Kastrup <dak@gnu.org>
12493
12494 * replace.el (perform-replace): Allow 'literal argument in
12495 regexp-flag to indicate literal replacement.
12496 (query-replace-regexp-eval): Use it.
12497
12498 2004-02-01 Andreas Schwab <schwab@suse.de>
12499
12500 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12501
12502 2004-02-01 Stephen Eglen <stephen@gnu.org>
12503
12504 * info-look.el: Add support for maxima-mode. Update commentary
12505 because info-lookup-symbol is now bound to C-h S.
12506
12507 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
12508
12509 * simple.el (edit-and-eval-command): Bind print-level and
12510 minibuffer-history-sexp-flag around call to read-from-minibuffer.
12511 Correct initial position in command-history.
12512
12513 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
12514
12515 * files.el (read-directory-name): Adapt the docstring to recent
12516 change in Fread_file_name.
12517
12518 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
12519
12520 * ses.el (ses-print-cell): If print format too wide for column
12521 width, truncate decimal places if that helps to avoid "#####" fill.
12522 * ses.el (ses-initial-column-width): Revert previous change.
12523
12524 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12527 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12528 Add edebug info.
12529 (jit-lock-mode): Setup/cancel the new timer.
12530 (jit-lock-context-fontify): New fun. Extracted from
12531 context fontification code of jit-lock-stealth-fontify.
12532 (jit-lock-stealth-fontify): Don't do context fontification any more.
12533
12534 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12535 (jit-lock-fontify-now): Handle the `quit' case.
12536 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12537
12538 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
12539
12540 * progmodes/executable.el (executable-command-find-posix-p):
12541 New. Check if find handles arguments Posix-style.
12542
12543 * progmodes/grep.el (grep-compute-defaults):
12544 Use executable-command-find-posix-p.
12545 (grep-find): Check `grep-find-command'.
12546
12547 * filecache.el (file-cache-find-posix-p): Delete.
12548 (file-cache-add-directory-using-find):
12549 Use `executable-command-find-posix-p'.
12550
12551 2004-01-29 Dave Love <fx@gnu.org>
12552
12553 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12554 Iterate the hook function if arg is given.
12555 (mark-defun, narrow-to-defun): Change order of finding the limits.
12556
12557 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12558 (byte-compile-format-warn): New.
12559 (byte-compile-callargs-warn): Use it.
12560 (Format, message, error): Add byte-compile-format-like property.
12561 (byte-compile-maybe-guarded): New.
12562 (byte-compile-if, byte-compile-cond): Use it.
12563 (byte-compile-lambda): Compile interactive forms,
12564 just to make warnings about them.
12565
12566 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
12567
12568 * ses.el (ses-initial-column-width): Increase to 14, so it will
12569 work well with the default printer of "%.7g" for extreme values
12570 like "-1.234567e+07".
12571
12572 2004-01-29 Kenichi Handa <handa@m17n.org>
12573
12574 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12575
12576 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
12577
12578 * dos-w32.el: Added support for the `default-printer-name' function.
12579
12580 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * server.el (server-socket-name): Don't use the hostname in the
12583 socket name since /tmp is local to the host anyway.
12584
12585 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12586 robust check of widening and fix var-naming.
12587
12588 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
12589
12590 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12591 or rmail-spam- to rsf- in all function and variable names.
12592 (rsf-min-region-to-spam-list): New variable.
12593 (rsf-bbdb-auto-delete-spam-entries): Rename from
12594 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
12595 scanned together with the recipients field for spam testing; Don't
12596 delete spam message if rmail-delete-after-output is non-nil;
12597 (rsf-check-field): New function, extracted from code in
12598 rmail-spam-filter to ease addition of header fields like
12599 content-type:;
12600 (message-content-type): New variable. The content-type: field was
12601 added also in defcustom of rsf-definitions-alist;
12602 (rmail-spam-filter): Replace repeated test code for header fields
12603 by calls to check-field; change the call to
12604 rmail-output-to-rmail-file such that rmail-current-message stays
12605 the same to avoid wrong deletion of unseen flags.
12606 (rmail-use-spam-filter): Add autoload cookie.
12607
12608 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
12609
12610 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
12611 (file-cache-add-directory-using-find): Add Cygwin support.
12612 (file-cache-find-command-posix-flag): New user variable.
12613
12614 * filecache.el (file-cache-add-directory): Check for
12615 directories an remove them from dir-files.
12616
12617 2004-01-27 Richard M. Stallman <rms@gnu.org>
12618
12619 * man.el (Man-fontify-manpage): Clean up message.
12620
12621 2004-01-27 Kenichi Handa <handa@m17n.org>
12622
12623 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12624 (sentence-end): Define using sentence-end-without-space.
12625
12626 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12627 a sentence ends with one of a character in sentence-end-without-space.
12628
12629 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * font-lock.el (font-lock): Add jit-lock as explicit group member.
12632 (jit-lock): Group declaration moved to jit-lock.el.
12633 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12634 when necessary.
12635
12636 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12637 (jit-lock-context-unfontify-pos): Rename from
12638 jit-lock-first-unfontify-pos.
12639 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12640
12641 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12642
12643 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12644 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12645 (fortran-fill): When filling a string, adjust re-search-backward
12646 argument for special case of string just on fill-column.
12647 When filling non-string, allow one extra char if
12648 fortran-break-before-delimiters is non-nil.
12649 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12650 Use fortran-break-delimiters-re and fortran-no-break-re to
12651 correctly handle cases such as "**".
12652
12653 * progmodes/f90.el (f90-break-delimiters): Doc fix.
12654 (f90-no-break-re): Add some extra tokens. Doc fix.
12655
12656 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
12657
12658 * mail/rmail-spam-filter.el:
12659 Use two semicolons as Commentary line prefix.
12660 Add ";;; Code:" stylized comment.
12661 Delete end-of-line whitespace.
12662 Wrap (require 'cl) with `eval-when-compile'.
12663
12664 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
12665
12666 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12667 at the top level of vc.el.
12668
12669 2004-01-23 Andre Spiegel <spiegel@gnu.org>
12670
12671 * vc.el (vc-current-line): Function removed. This is now done by
12672 the new function line-at-pos in simple.el.
12673 (vc-annotate-warp-version): Use line-at-pos instead of
12674 vc-current-line.
12675
12676 2004-01-22 Kim F. Storm <storm@cua.dk>
12677
12678 * simple.el (line-at-pos): New defun.
12679 (what-line): Use it. Optimize by only counting lines in narrowed
12680 region once.
12681
12682 2004-01-22 Kenichi Handa <handa@m17n.org>
12683
12684 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12685 point (register r1) only for charset mule-unicode-0100-24ff.
12686
12687 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
12688
12689 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12690 trailing white space and ensure a final newline.
12691
12692 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12693 Add autoload cookie.
12694
12695 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
12696
12697 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12698 activate view-mode explicitly.
12699
12700 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12701
12702 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12703 use clipboard first.
12704
12705 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
12708 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12709 (vc-mcvs-cvs): Remove.
12710 (vc-mcvs-command): Remove use of assert.
12711
12712 * outline.el (outline-insert-heading): Tighten up match.
12713 (outline-demote, outline-move-subtree-down): Don't assume anything
12714 about outline-regexp.
12715
12716 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12717 (texinfo-show-structure): Explicitly add ^, and simplify.
12718
12719 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
12720
12721 * calendar/appt.el (appt-check): Restore usage of
12722 appt-issue-message deleted in previous change.
12723 (top-level): Activate package when loaded (needed for backwards
12724 compatibility).
12725
12726 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12727
12728 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12729 following previous change to smtpmail-send-data.
12730
12731 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
12732
12733 * vc.el (vc-default-previous-version): Doc enhancement.
12734 (vc-default-next-version): New function.
12735 (vc-print-log): New arg FOCUS-REV.
12736 (vc-annotate-mode): Derive from view-mode.
12737 (vc-annotate): New args REVISION, DISPLAY-MODE.
12738 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12739 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12740 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12741 (vc-annotate-show-diff-revision-at-line, vc-current-line)
12742 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12743
12744 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12745
12746 2004-01-19 Karl Berry <karl@gnu.org>
12747
12748 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12749 or "TexInfo".
12750
12751 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
12752
12753 * subr.el (delete-dups): New function.
12754
12755 2004-01-19 Karl Berry <karl@gnu.org>
12756
12757 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12758 with ^, since that's what texinfo-show-structure
12759 documentation says (plus it works much better in texinfo.txi).
12760
12761 2004-01-18 Jesper Harder <harder@ifa.au.dk>
12762
12763 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12764
12765 2004-01-18 David Ponce <david@dponce.com> (tiny change)
12766
12767 * progmodes/which-func.el (which-function-mode): Don't cancel
12768 which-func-update-timer if not set.
12769
12770 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
12771
12772 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12773 Remove spurious left square bracket in XX:XXam regexp.
12774
12775 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
12776
12777 * progmodes/cc-defs.el: Do not require cl at run time.
12778
12779 2004-01-16 Richard M. Stallman <rms@gnu.org>
12780
12781 * emacs-lisp/cl.el (cl-cannot-unload): New function.
12782 (cl-unload-hook): Defvar this to run cl-cannot-unload.
12783
12784 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12785 Call rmail-spam-filter. Delete and expunge spam.
12786 Print number of spam messages deleted.
12787 Save and restore the deletion status of old messages when reading
12788 new mail with spam filter, so that expunging spam does not expunge
12789 msgs deleted by the user.
12790 (rmail-only-expunge): Add an optional argument dont-show to
12791 prevent showing message after expunge.
12792
12793 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12794
12795 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12796 * subr.el (declare): New macro.
12797
12798 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
12799
12800 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12801
12802 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12805 Test window-system rather than system-type (for X11/Mac).
12806
12807 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
12808
12809 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12810
12811 2004-01-12 Richard M. Stallman <rms@gnu.org>
12812
12813 * mail/rmail.el (rmail-convert-to-babyl-format):
12814 Use mail-unquote-printable-region.
12815 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
12816 (rmail-hex-char-to-integer): Functions deleted.
12817
12818 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
12819 (mail-unquote-printable-region): New arg NOERROR.
12820 For invalid encoding, either signal an error to just return nil.
12821
12822 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12823
12824 * calendar/appt.el: Update copyright and commentary.
12825 (appt-issue-message): Make obsolete.
12826 (appt-visible, appt-msg-window): Make obsolete, in favour of
12827 appt-display-format.
12828 (appt-display-mode-line, appt-display-duration)
12829 (appt-display-diary, appt-time-msg-list, appt-mode-string)
12830 (appt-prev-comp-time, appt-display-count, appt-timer)
12831 (appt-convert-time): Doc change.
12832 (appt-disp-window-function, appt-delete-window-function):
12833 Use defcustom rather than defvar.
12834 (appt-display-format): New variable.
12835 (appt-display-message): New function with display code from appt-check.
12836 (appt-check): Add optional FORCE argument. Doc change.
12837 Add appt-make-list to diary-hook if displaying diary.
12838 Remove checking of view-diary-entries-initially.
12839 Message display section removed to new function appt-display-message.
12840 (appt-display-window): Doc change. Remove unused internal var
12841 this-buffer. Do not beep, since appt-display-message does that.
12842 (appt-make-list): Doc change. Use caar.
12843 (appt-sort-list): Simplify by using builtin sort function.
12844 (appt-update-list): New function for updating appts when diary is
12845 saved.
12846 (appt-activate): New autoloaded function to toggle package
12847 functionality.
12848
12849 * calendar/cal-x.el: (calendar-one-frame-setup)
12850 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
12851
12852 * calendar/calendar.el: Update copyright.
12853 (view-diary-entries-initially, european-calendar-style): Doc change.
12854 (calendar-setup): Make defcustom rather than defvar.
12855 (mark-visible-calendar-date): Initialize temp-face and faceinfo
12856 in let binding so local to function.
12857
12858 * calendar/diary-lib.el: Update copyright.
12859 (diary, diary-entry-time): Doc change.
12860 (list-diary-entries): Doc change. Trivial logic change.
12861 (fancy-diary-display): Restore make-face command mistakenly
12862 deleted 2003-05-08.
12863 (show-all-diary-entries): Allow to pop-up frame if needed.
12864
12865 2004-01-09 John Paul Wallington <jpw@gnu.org>
12866
12867 * bindings.el (mode-line-change-eol): Add EVENT parameter.
12868 Temporarily select EVENT's window for changing eol type.
12869
12870 2004-01-09 Deepak Goel <deego@gnufans.org>
12871
12872 * calendar/diary-lib.el (diary-entry-time):
12873 Also accept time in the form XX[.XX][am/pm/AM/PM].
12874 (fancy-diary-font-lock-keywords): Likewise.
12875 (diary-font-lock-keywords): Likewise.
12876 * calendar/appt.el (appt-add): Likewise.
12877 (appt-make-list): Likewise.
12878 (appt-convert-time): Likewise.
12879
12880 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
12881
12882 * gdb-ui.el (gdb-ann3): Revert previous change.
12883 (gdb-source-info): Allow for case of where compilation directory
12884 is not recorded.
12885
12886 2004-01-08 John Paul Wallington <jpw@gnu.org>
12887
12888 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
12889
12890 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
12891
12892 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
12893
12894 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
12895 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
12896 problems.
12897 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
12898
12899 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12900
12901 * files.el (write-file-functions, write-contents-functions):
12902 Clarify docstrings.
12903
12904 2004-01-07 Kenichi Handa <handa@m17n.org>
12905
12906 * international/mule.el (set-auto-coding): Fix for the case that
12907 end-of-line is only CR.
12908
12909 2004-01-07 Kim F. Storm <storm@cua.dk>
12910
12911 * subr.el (event-start, event-end): Doc fix.
12912 (posn-string, posn-image): New defuns.
12913 (posn-object): Return either image or string object.
12914 (posn-object-x-y): Return 8th element of position.
12915 (posn-object-width-height): New defun.
12916
12917 2004-01-06 Andreas Schwab <schwab@suse.de>
12918
12919 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
12920 output.
12921
12922 2004-01-05 Karl Berry <karl@gnu.org>
12923
12924 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
12925 / and *, too.
12926
12927 2003-12-31 Simon Josefsson <jas@extundo.com>
12928
12929 * files.el (before-save-hook): Add.
12930 (basic-save-buffer): Use before-save-hook.
12931
12932 * emacs-lisp/copyright.el: Fix comment to recommend
12933 before-save-hook instead of write-file-functions.
12934
12935 2004-01-05 Richard M. Stallman <rms@gnu.org>
12936
12937 * finder.el (finder-commentary): Call delete-other-windows.
12938
12939 * net/ange-ftp.el (ange-ftp-file-attributes):
12940 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
12941
12942 2004-01-04 Karl Berry <karl@gnu.org>
12943
12944 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
12945 comment characters % and # in the copyright year notice,
12946 as well as ;.
12947
12948 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
12949
12950 * wid-edit.el (default): Define dummy :value-delete.
12951 Reported by Jesper Harder <harder@ifa.au.dk>.
12952
12953 2004-01-03 Richard M. Stallman <rms@gnu.org>
12954
12955 * progmodes/compile.el (compile-internal): Use point, not point-min,
12956 for set-window-point.
12957
12958 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
12959
12960 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
12961
12962 * progmodes/grep.el (grep-mode-map):
12963 Don't remap next-line, previous-line.
12964
12965 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
12966
12967 * speedbar.el (speedbar-edit-line): Change regexp to position
12968 the cursor on the first character of this line's button.
12969
12970 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12971
12972 * subr.el (functionp): Doc fix.
12973
12974 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
12975
12976 * progmodes/idlwave.el (idlwave-make-tags):
12977 * textmodes/flyspell.el (flyspell-large-region):.
12978 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
12979 * emulation/viper-util.el (viper-glob-unix-files):
12980 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
12981 * man.el (Man-init-defvars):
12982 * jka-compr.el (jka-compr-call-process):
12983 * files.el (get-free-disk-space,insert-directory):
12984 * ediff-ptch.el (ediff-test-patch-utility):
12985 * ediff-diff.el (ediff-test-utility):
12986 * dired-aux.el (dired-check-process):
12987 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
12988 test the return value of call-process, because it can be a string.
12989
12990 2003-12-31 John Paul Wallington <jpw@gnu.org>
12991
12992 * bindings.el (completion-ignored-extensions): Add .pfsl.
12993
12994 2003-12-31 Kim F. Storm <storm@cua.dk>
12995
12996 * ido.el (ido-nonreadable-directory-p): New defun to check for
12997 nonreadable directory without activating tramp (to avoid problems
12998 with checking incomplete tramp paths).
12999 (ido-set-current-directory, ido-file-internal)
13000 (ido-file-name-all-completions1): Use it.
13001
13002 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
13003
13004 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13005 documentation if the anchor (or node) name is preceded by `info
13006 anchor' or `Info anchor' in addition to earlier `info node' and
13007 `Info node'.
13008 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13009
13010 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13011
13012 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13013 error in arguments to base64-decode-region. Remove ^M characters
13014 after decoding base64.
13015
13016 2003-12-30 Simon Josefsson <jas@extundo.com>
13017
13018 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
13019 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13020 have only been distributed with Emacs for some years.
13021 (texinfo-mode-hook): Customize.
13022
13023 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13024
13025 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13026 cleaner (suggested by Richard Stallman).
13027
13028 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13029 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13030 file-name clashes on 8+3 DOS filesystems.
13031
13032 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13033 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13034 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13035 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13036 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13037 file-name clashes on 8+3 filesystems.
13038
13039 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13040 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13041 file-name clashes on 8+3 DOS filesystems.
13042
13043 2003-12-29 Richard M. Stallman <rms@gnu.org>
13044
13045 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13046 Upcase the character.
13047
13048 * textmodes/flyspell.el (mail-mode-flyspell-verify):
13049 Search for header separator alone on a line, literally,
13050 and search for it backward, not forward.
13051 (flyspell-abbrev-table): Always use global-abbrev-table
13052 if there is no local one.
13053
13054 * progmodes/sh-script.el (sh-get-indent-info):
13055 Don't move point back if at bob.
13056
13057 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13058
13059 * play/handwrite.el (handwrite): Make the handwrite credit message
13060 a comment rather than an output command.
13061
13062 * obsolete/sc.el: Display message that this file is obsolete.
13063
13064 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13065
13066 * mail/rfc822.el (rfc822-address-start): Declare variable.
13067 Renamed from address-start. All uses changed.
13068
13069 * term.el (term-exec): Set up sentinel.
13070 (term-sentinel): New function.
13071 (term-handle-exit): New function.
13072
13073 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13074 Use assoc-string, and mark them obsolete.
13075 (delay-mode-hooks): Mark as permanent local.
13076
13077 * simple.el (sendmail-user-agent-compose): Use assoc-string.
13078
13079 * register.el (copy-rectangle-to-register): Doc fix.
13080
13081 * info.el (Info-insert-dir): Use assoc-string.
13082
13083 * info-look.el (info-lookup): Use assoc-string.
13084
13085 * frame.el (pop-up-frame-function): Use quote, not `function'.
13086 (frame-notice-user-settings): Calculate ADJUSTED-TOP
13087 copying with lists as coordinate values.
13088
13089 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13090
13091 * find-dired.el (kill-find): New command.
13092 (find-dired): Make buffer read-only.
13093 Set up a keymap with C-c C-k running kill-find.
13094 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13095
13096 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13097
13098 * filecache.el (file-cache-ignore-case): New variable.
13099 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
13100
13101 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13102 (comint-dynamic-complete-as-filename): Rename local vars.
13103 (comint-dynamic-list-filename-completions): Likewise.
13104
13105 * comint.el (comint-dynamic-list-completions-config): New var.
13106 (comint-dynamic-list-completions): Handle both SPC and TAB right.
13107
13108 * comint.el (comint-file-name-chars): Add [].
13109 (comint-word): Use skip-chars-backward, not search.
13110
13111 * shell.el (shell-file-name-chars): Add [].
13112
13113 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13114
13115 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13116
13117 * generic.el (define-generic-mode): Doc fix.
13118
13119 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13120
13121 * files.el (kill-some-buffers): Doc fix.
13122
13123 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
13124
13125 * comint.el (comint-watch-for-password-prompt): Pass `string' as
13126 arg to send-invisible
13127 (send-invisible): Doc fix. The argument is now a prompt, not the
13128 string to send.
13129 (comint-read-noecho): Doc fix.
13130
13131 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
13132
13133 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13134 "@", as required by some ISP hosting service. Fix defcustom
13135 argument syntax errors that prevented use of customization.
13136
13137 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13138
13139 * xml.el (xml-get-attribute-or-nil): Doc fix.
13140
13141 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
13142
13143 * net/zone-mode.el (zone-mode): Use write-file-functions, not
13144 write-file-hooks.
13145
13146 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
13147
13148 * autorevert.el (auto-revert-interval): Doc fix.
13149
13150 2003-12-29 Mark A. Hershberger <mah@everybody.org>
13151
13152 * xml.el (xml-get-attribute-or-nil): New function, like
13153 xml-get-attribute, but returns nil if the attribute was not found.
13154 (xml-get-attribute): Convert to defsubst, uses
13155 xml-get-attribute-or-nil.
13156
13157 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13158
13159 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13160
13161 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
13162
13163 * custom.el (custom-declare-theme): Use `value' when putting
13164 properties on `theme'.
13165
13166 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
13167
13168 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13169 for each yank-handler segment.
13170 (insert-for-yank-1): New function, with the body of the previous
13171 insert-for-yank.
13172
13173 * textmodes/table.el (table-yank-handler): New defcustom.
13174 (table--put-cell-indicator-property): Put yank-handler property
13175 that indicates the yank handler for the table cell.
13176
13177 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13178
13179 * generic-x.el (etc-modules-conf-generic-mode): A more complete
13180 set of keywords.
13181
13182 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13183
13184 * international/mule-cmds.el (reset-language-environment)
13185 (set-language-environment): Don't invoke fontset-related functions
13186 if fontset-list is not fboundp.
13187
13188 2003-12-29 Kenichi Handa <handa@m17n.org>
13189
13190 * international/mule-cmds.el (reset-language-environment):
13191 Call set-overriding-fontspec-internal with nil.
13192 (set-language-environment): Call set-overriding-fontspec-internal
13193 if the language environment specify `overriding-fontspec'.
13194 (language-info-alist): Doc added.
13195
13196 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13197 characters of mule-unicode-0100-24ff.
13198 (ccl-encode-windows-1251-font): New CCL program.
13199 ("Bulgarian"): Specify overriding-fontspec.
13200 ("Belarusian"): Likewise.
13201
13202 2003-12-28 Sam Steingold <sds@gnu.org>
13203
13204 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13205 parameter ID-FORMAT to conform with the 2003-11-30 patch.
13206
13207 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
13208
13209 * progmodes/gud.el (gud-gdb-command-name): Set default to
13210 "gdb --annotate=3".
13211 (gud-gdb-marker-filter): Look out for annotations.
13212 (gdb-first-pre-prompt): New variable.
13213 Remove trailing white space.
13214
13215 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13216 if necessary.
13217 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
13218 annotations are detected.
13219 (gud-gdba-marker-filter): Use global variable gud-marker-acc
13220 instead of a local one to allow transition from
13221 gud-gdb-marker-filter.
13222 Remove trailing white space.
13223
13224 2003-12-27 Kim F. Storm <storm@cua.dk>
13225
13226 * ido.el: Handle non-readable directories.
13227 (ido-decorations): Add 9th element for non-readable directory.
13228 (ido-directory-nonreadable): New dynamic var.
13229 (ido-set-current-directory): Set it.
13230 (ido-read-buffer, ido-file-internal):
13231 (ido-read-file-name, ido-read-directory-name): Let-bind it.
13232 (ido-file-name-all-completions1): Return empty list for
13233 non-readable directory.
13234 (ido-exhibit): Print [Not readable] if directory is not readable.
13235 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13236 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13237 Use it.
13238
13239 2003-12-27 Lars Hansen <larsh@math.ku.dk>
13240
13241 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13242 calls to directory-files-and-attributes and file-attributes.
13243 (ls-lisp-format): Remove system dependent handling of user and
13244 group id's.
13245
13246 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
13247
13248 * ffap.el (ffap-read-file-or-url): Revert previous change.
13249
13250 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
13251
13252 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13253 new list of included files called `files-with-node-lines', that
13254 only have node lines. This way @include commands can include any
13255 file, such as version and update files without node lines, not
13256 just files that are chapters.
13257
13258 2003-12-25 Andreas Schwab <schwab@suse.de>
13259
13260 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13261 file not found.
13262
13263 2003-12-08 Miles Bader <miles@gnu.org>
13264
13265 * dired.el (dired-between-files): Always use dired-move-to-filename,
13266 which is more robust in non-english locales.
13267
13268 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
13269
13270 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13271
13272 2003-12-24 Andreas Schwab <schwab@suse.de>
13273
13274 * shell.el (shell-file-name-quote-list): Add backslash.
13275
13276 * comint.el (comint-quote-filename): Correctly handle backslash
13277 in comint-file-name-quote-list.
13278
13279 2003-12-24 Kenichi Handa <handa@m17n.org>
13280
13281 * international/mule-cmds.el (set-default-coding-systems):
13282 Call ucs-set-table-for-input for all buffers that don't have local
13283 value of buffer-file-coding-system.
13284
13285 * international/ucs-tables.el (ucs-set-table-for-input):
13286 If translation-table-for-encode is a symbol, get its
13287 translation-table property.
13288
13289 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
13290
13291 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13292 to `completing-read' on a recently fixed bug.
13293
13294 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13295 instead of SPACE, to get the list of possible fringe modes.
13296 SPACE only works if both `partial-completion-mode' and
13297 `completion-auto-help' are nil.
13298
13299 * complete.el (PC-is-complete-p): Delete.
13300 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13301 calls to `test-completion'.
13302
13303 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
13304
13305 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13306 to edit values when there are no children.
13307
13308 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13309 a mode called "Assembler" already exists.
13310 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13311 (gud-watch): Use format option. Remove font properties from string.
13312 (gdb-var-create-handler, gdb-var-list-children-handler):
13313 Don't bother about properties as there are none.
13314 (gdb-var-create-handler, gdb-var-list-children-handler)
13315 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13316 with two arguments.
13317 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13318 Let speedbar show value changes with a different font.
13319 (gdb-edit-value): New defun.
13320 (gdb-clear-partial-output, gdb-clear-inferior-io)
13321 (def-gdb-auto-update-handler): Use erase-buffer.
13322 (gdb-frame-handler): Display watch expressions in
13323 FUNCTION::VARIABLE format if required.
13324
13325 2003-12-23 John Paul Wallington <jpw@gnu.org>
13326
13327 * info.el (Info-unescape-quotes, Info-split-parameter-string)
13328 (Info-goto-emacs-command-node): Doc fixes.
13329
13330 2003-12-12 Jesper Harder <harder@ifa.au.dk>
13331
13332 * cus-edit.el (custom-add-parent-links): Define "many".
13333
13334 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
13335
13336 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13337 (widget-child-validate, widget-type-value-create)
13338 (widget-type-default-get, widget-type-match): New functions.
13339 (lazy): New widget.
13340 (menu-choice, checklist, radio-button-choice, editable-list)
13341 (group, documentation-string): Remove redundant (per 2003-10-25
13342 change) calls to `widget-children-value-delete'.
13343 (widget-choice-value-get, widget-choice-value-inline): Remove.
13344 (menu-choice): Update widget.
13345
13346 2003-12-03 Kenichi Handa <handa@m17n.org>
13347
13348 * language/cyrillic.el: Register "microsoft-cp1251" in
13349 ctext-non-standard-encodings-alist.
13350 ("Bulgarian"): Add ctext-non-standard-encodings.
13351 ("Belarusian"): Likewise.
13352
13353 * international/mule-conf.el (compound-text-with-extensions):
13354 Change the type to 2 (iso-2022 base).
13355
13356 * international/mule.el (ctext-non-standard-encodings-alist):
13357 Change the format.
13358 (ctext-non-standard-encodings): New variable.
13359 (ctext-post-read-conversion): Fully re-written.
13360 (ctext-non-standard-designations-alist): Delete it.
13361 (ctext-non-standard-encodings-table): New function.
13362 (ctext-pre-write-conversion): Fully re-written.
13363
13364 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13365
13366 * cus-edit.el (custom-add-parent-links): Add documentation links
13367 for parent, if the item has none of its own.
13368
13369 2003-11-30 Richard M. Stallman <rms@gnu.org>
13370
13371 * dired-aux.el (dired-do-query-replace-regexp):
13372 Report files visited read-only.
13373
13374 2003-11-30 Juri Linkov <juri@jurta.org>
13375
13376 * dired-aux.el (dired-compare-directories): New command.
13377 (dired-file-set-difference, dired-files-attributes): New functions.
13378
13379 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13380 Version 2.0.38 of Tramp released.
13381
13382 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
13383 Charles Curley <charlescurley@charlescurley.com>.
13384 (tramp-multi-connection-function-alist): Add ssht entry which adds
13385 "-e none -t -t" to the list of ssh args. Suggested by Adrian
13386 Aichner.
13387 (tramp-get-method-parameter): New function to retrieve a method
13388 parameter. This allows for omission of method parameters.
13389 Callers adjusted.
13390
13391 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
13392
13393 * net/tramp.el: Add new optional parameter ID-FORMAT to
13394 `file-attributes'. Calls of `file-attributes' won't use this
13395 parameter for backward compatibility reasons.
13396 (tramp-perl-file-attributes): Add a new parameter to Perl script
13397 in order to handle uid/gid as strings, if desired.
13398 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13399 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13400 order to make the function more general.
13401 (tramp-handle-file-attributes): Replace proprietary optional
13402 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13403 (tramp-handle-file-attributes-with-perl): Handle parameter
13404 NONNUMERIC if set. This wasn't done in the past.
13405 (tramp-post-connection): Apply second parameter "$2" if
13406 `tramp-remote-perl' is called.
13407
13408 * net/tramp-smb.el (tramp-smb-handle-delete-file):
13409 Correct cut'n'waste error (`filename' instead of `directory').
13410 (tramp-smb-handle-directory-files-and-attributes)
13411 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13412 introduced parameter ID-FORMAT.
13413 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13414 error (`directory' instead of `ldir').
13415
13416 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13417 `file-attributes' has a second parameter. If yes, apply it with
13418 value "'integer". Otherwise, don't use that parameter (default is
13419 integer format).
13420
13421 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
13422
13423 * help.el (help-map): Bind `display-local-help' to `C-h .'.
13424 (help-for-help): Add `C-h .' to the listed Help options.
13425 Remove trailing whitespace.
13426
13427 * help-at-pt.el: New file.
13428
13429 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
13430
13431 * subr.el (noreturn, 1value): New macros for test coverage.
13432 See `testcover.el'.
13433
13434 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13435
13436 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13437 for macro `1value'.
13438 (testcover-1value): New function. Checks that a 1value form
13439 actually returns only one value. Requested by RMS.
13440
13441 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
13442
13443 * gdb-ui.el (gud-watch, gdb-var-create-handler)
13444 (gdb-var-list-children, gdb-var-list-children-handler)
13445 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13446 gdb commands that use mi to keep them out of the command history.
13447
13448 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13449
13450 * cus-start.el (all): Add use-file-dialog.
13451
13452 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13453
13454 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13455
13456 2003-11-27 Kim F. Storm <storm@cua.dk>
13457
13458 * subr.el (posn-object-x-y): New defun.
13459
13460 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13463 Don't use `space' for \\\n.
13464 Be more selective as to which # are comment-starters.
13465
13466 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
13467
13468 * subr.el (number-sequence): Improve handling of floating point
13469 arguments (suggested by Kim Storm). Allow negative arguments.
13470
13471 2003-11-26 Kenichi Handa <handa@m17n.org>
13472
13473 * international/mule-cmds.el (standard-display-european-internal):
13474 Cancel the standard-display-table setting for ` and '.
13475
13476 2003-11-26 Kim F. Storm <storm@cua.dk>
13477
13478 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13479 New defcustoms to add ffap-like functionality to ido.
13480 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
13481 (ido-no-final-slash): New defun.
13482 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13483 (ido-read-file-name): ): Toggle VC checking via
13484 vc-handled-backends instead of vc-master-templates.
13485 (ido-file-internal): Handle ido-use-url-at-point and
13486 ido-use-filename-at-point via code borrowed from ffap-guesser.
13487 Handle new ido-exit code ffap.
13488 (ido-sort-list): Ignore final slash when sorting file names.
13489
13490 2003-11-25 Kim F. Storm <storm@cua.dk>
13491
13492 * emulation/cua-base.el (cua--standard-movement-commands):
13493 Add forward-sentence and backward-sentence.
13494
13495 2003-11-25 Stephen Eglen <stephen@gnu.org>
13496
13497 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13498 iswitchb-exit is set to 'usefirst when user selects buffer at head
13499 of list using RET. (Selecting buffers at the head of the list was
13500 broken if the substring was also a complete buffername.)
13501
13502 2003-11-23 Kim F. Storm <storm@cua.dk>
13503
13504 * progmodes/compile.el (grep-command, grep-use-null-device)
13505 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13506 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13507 (grep-regexp-alist, grep-program, find-program)
13508 (grep-find-use-xargs, grep-history, grep-find-history)
13509 (grep-process-setup, grep-compute-defaults)
13510 (grep-default-command, grep, grep-tag-default, grep-find)
13511 (grep-expand-command-macros, grep-tree-last-regexp)
13512 (grep-tree-last-files, grep-tree): Move grep variables, functions
13513 and commands to new file grep.el.
13514 (compilation-mode-map): Remove grep commands from Compile sub-menu.
13515 (compilation-process-setup-function): Doc fix.
13516 (compilation-highlight-regexp, compilation-highlight-overlay): New
13517 defvars used for highlighting current compile error in source buffer.
13518 (compile-internal): New optional args HIGHLIGHT-REGEXP and
13519 LOCAL-MAP which overrides compilation-highlight-regexp and
13520 compilation-mode-map for this compilation.
13521 Delay calling compilation-set-window-height until after running
13522 compilation-process-setup-function so it can buffer-local override
13523 compilation-window-height.
13524 Check buffer-local value of compilation-scroll-output.
13525 (compilation-set-window-height): Use buffer-local value of
13526 compilation-window-height.
13527 (compilation-revert-buffer): Don't pass (undefined)
13528 preserve-modes arg to revert-buffer.
13529 (next-error-no-select, previous-error-no-select): New commands.
13530 (compilation-goto-locus): Temporarily highlight current match in
13531 source buffer using compilation-highlight-regexp.
13532
13533 * progmodes/grep.el: New file with grep code from compile.el.
13534 (grep): New defcustom group.
13535 (grep-window-height): New defcustom, like compilation-window-height.
13536 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13537 (grep-scroll-output): New defcustom, like compilation-scroll-output.
13538 (grep-command, grep-use-null-device, grep-find-command)
13539 (grep-tree-files-aliases, grep-tree-ignore-case)
13540 (grep-tree-ignore-CVS-directories): Move to grep custom group.
13541 (grep-setup-hook): New hook variable.
13542 (grep-mode-map): New keymap for grep commands. Add Grep menu.
13543 (grep-last-buffer): New defvar, override compilation-last-buffer.
13544 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
13545 Call compile-internal with args highlight-regexp and grep-mode-map.
13546
13547 2003-11-23 Kim F. Storm <storm@cua.dk>
13548
13549 * subr.el (event-start, event-end): Doc fix.
13550 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13551 (posn-area, posn-actual-col-row, posn-object): New defuns.
13552 (posn-col-row): Simplify doc. Rewrite to use cond.
13553 (posn-point): Also return buffer position for events outside text
13554 area (that info is now present in the event position).
13555
13556 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13557 mouse-set-point so that hscroll still works now that clicks on
13558 fringes generate specific mouse events.
13559 (mouse-set-point): Note that it now works in fringes and margins
13560 too due to new semantics of posn-point in fringes and margins.
13561
13562 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13563 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13564
13565 2003-11-20 Kim F. Storm <storm@cua.dk>
13566
13567 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13568 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13569 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13570 to 100 for icons to avoid increasing line height when shown.
13571
13572 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13573
13574 * newcomment.el (comment-normalize-vars): Initialize properly if
13575 comment-start was nil.
13576
13577 2003-11-19 Andreas Schwab <schwab@suse.de>
13578
13579 * simple.el (set-variable): Fix indentation.
13580
13581 2003-11-17 Kenichi Handa <handa@m17n.org>
13582
13583 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13584 Fix docstring.
13585
13586 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13587
13588 * international/latin1-disp.el (latin1-display): Fix docstring.
13589
13590 2003-11-16 John Wiegley <johnw@newartisans.com>
13591
13592 * eshell/em-ls.el (eshell-ls-file): There are times with
13593 size-width is nil and uncomputed (when directories are created in
13594 dired, for example); in this case, 4 is reasonable default value,
13595 although it may caused skewed new entries (which could be avoided
13596 by returning the original value of 8 in all cases, but 99% of the
13597 time this is a waste of whitespace).
13598
13599 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13600
13601 * cc-engine.el (c-guess-continued-construct)
13602 (c-guess-basic-syntax): Check a little more carefully if it's a
13603 function declaration when an unknown construct followed by a block
13604 is found inside a statement context. This avoids macros followed
13605 by blocks to be taken as function declarations.
13606
13607 (c-guess-continued-construct): Change the analysis of a statement
13608 continuation with a brace open to `substatement-block', for
13609 consistency with recognized statements.
13610
13611 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13612 start is in a position so that `c-beginning-of-statement-1' jumped
13613 to the beginning of the same statement.
13614
13615 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13616 Don't accept binary operators in the arglist if we're in a function
13617 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
13618 template recognition in cases like "if (a < b || c > d)".
13619
13620 (c-restricted-<>-arglists): New more appropriate name for
13621 `c-disallow-comma-in-<>-arglists'.
13622
13623 Accessing functions updated for the variable name change.
13624
13625 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13626 match data could get clobbered if NOT-INSIDE-TOKEN is used.
13627
13628 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13629 labels.
13630
13631 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13632 instead of duplicating parts of it. This fixes bogus label
13633 recognition.
13634
13635 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13636 of checking the context in which to apply the minimum indentation,
13637 so that it isn't enforced in e.g. namespace blocks.
13638
13639 * cc-vars.el (c-inside-block-syms): New constant used by
13640 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
13641 to somewhat reduce the risk of becoming stale.
13642
13643 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13644 cc-cmds to cc-engine to allow use from cc-align.
13645
13646 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13647 qualified identifiers containing "::".
13648
13649 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13650 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13651
13652 * cc-vars.el (c-emacs-features): Use a space in front of the name
13653 of the temporary buffer. That also avoids dumping problems in
13654 XEmacs due to undo info being left around after the buffer is killed.
13655
13656 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13657 arglist to see if it's a K&R style declaration.
13658
13659 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13660 before returning `knr-argdecl-intro'.
13661
13662 2003-11-16 John Wiegley <johnw@newartisans.com>
13663
13664 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13665 field in a long-listing always 8 characters, use `size-width',
13666 which has already been computed.
13667
13668 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
13669
13670 * subr.el (minor-mode-list): Add `hs-minor-mode'.
13671
13672 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13673
13674 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13675 Support operation while narrowed, with `diff-restrict-view'.
13676
13677 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13678
13679 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13680 Take additional optional arg NARROWFUN. For the generated functions:
13681 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
13682 include frags that arrange to check for and save narrowing state before
13683 the move and then conditionally call NARROWFUN after the move.
13684
13685 2003-11-14 John Wiegley <johnw@newartisans.com>
13686
13687 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13688 that was optional, but obviously missing based on surrounding code.
13689
13690 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13691 string arguments to numbers unless the whole argument was seen as
13692 a number.
13693
13694 2003-11-14 Kenichi Handa <handa@m17n.org>
13695
13696 * international/mule.el (ctext-non-standard-encodings-alist):
13697 Fix coding systems.
13698
13699 2003-11-10 Kenichi Handa <handa@m17n.org>
13700
13701 * language/kannada.el ("Kannada"): Add sample-text.
13702
13703 * language/knd-util.el (kannada-compose-region)
13704 (kannada-compose-string, kannada-post-read-conversion):
13705 Add autoload cookie.
13706
13707 * international/quail.el (quail-completion): Change the message
13708 "corresponding translations" to "corresponding characters".
13709
13710 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
13711
13712 * descr-text.el (describe-char): Fix typo.
13713
13714 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
13715
13716 These changes are to support Kannada language/script.
13717
13718 * Makefile.in (DONTCOMPILE): Add kannada.el.
13719
13720 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13721
13722 * loadup.el: Preload kannada.el.
13723
13724 * language/ind-util.el (ucs-kannada-to-is13194-alist)
13725 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13726 New variables.
13727
13728 * language/kannada.el: New file.
13729
13730 * language/knd-util.el: New file.
13731
13732 2003-11-07 Andreas Schwab <schwab@suse.de>
13733
13734 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13735 Also highlight AH_*.
13736
13737 * xml.el (xml-parse-dtd): Fix misplaced paren.
13738
13739 2003-11-07 Kenichi Handa <handa@m17n.org>
13740
13741 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13742
13743 2003-11-05 Juri Linkov <juri@jurta.org>
13744
13745 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13746 (desktop-buffer-file): Use saved buffer-file-coding-system
13747 for file reading. Set auto-insert to nil to prevent automatic
13748 insertion into restored empty files.
13749
13750 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
13751
13752 * files.el (risky-local-variable-p): Make second argument optional.
13753
13754 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13755
13756 * subr.el (add-hook): Fix last change.
13757
13758 2003-11-03 Eli Zaretskii <eliz@gnu.org>
13759
13760 * mail/rmail.el (rmail-convert-to-babyl-format):
13761 If base64-decode-region signals an error, catch it and silently
13762 ignore it.
13763
13764 2003-11-01 Mark A. Hershberger <mah@everybody.org>
13765
13766 * xml.el (xml-parse-region): Allow comments to appear after the
13767 topmost element has closed.
13768 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13769 (xml-ns-expand-attr): New functions to do namespace handling.
13770 (xml-intern-attrlist): Back-compatible handling of attribute names.
13771 (xml-parse-tag): Move namespace handling to separate functions.
13772 Now produces elements in the form ((:ns . "element") (attr-list)
13773 children) instead of ('ns:element (attr-list) children).
13774 (xml-parse-attlist): Fix attribute parsing.
13775 (xml-parse-dtd): Change parsing so that it produces strings
13776 instead of interned symbols.
13777
13778 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
13779
13780 * dired.el (dired-ls-sorting-switches): Doc fix.
13781
13782 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
13783
13784 * emacs-lisp/rx.el (rx-or): Fix the case of
13785 "(rx (and ?a (or ?b ?c) ?d))".
13786
13787 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
13788
13789 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13790 (texinfo-format-region): Use it.
13791 (texinfo-format-buffer-1): Ditto.
13792
13793 2003-11-01 Alan Mackenzie <acm@muc.de>
13794
13795 Changes to allow scrolling whilst in isearch mode:
13796 * isearch.el (isearch-unread-key-sequence): New function,
13797 extracted from isearch-other-meta-char.
13798 (top level): (put 'foo 'isearch-scroll) on all Emacs's
13799 "scrollable" standard functions.
13800 (isearch-allow-scroll): New customizable variable.
13801 (isearch-string-out-of-window, isearch-back-into-window)
13802 (isearch-reread-key-sequence-naturally)
13803 (isearch-lookup-scroll-key): New functions.
13804 (isearch-other-meta-char): Doc string and functionality enhanced.
13805 Now accepts a prefix argument.
13806 (isearch-lazy-highlight-window-end): New variable.
13807 (isearch-lazy-highlight-new-loop): Pay attention to the window's
13808 end (thru isearch-lazy-highlight-window-end), not only its start.
13809
13810 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13811 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
13812 (universal-argument, universal-argument-more, negative-argument)
13813 (digit-argument, universal-argument-other-key): Minor changes.
13814
13815 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
13816
13817 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
13818 recursively if the last message is deleted, thus avoiding an
13819 infinite loop.
13820
13821 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
13824 (tex-main-file): Don't add .tex if the extension is already present.
13825 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
13826
13827 2003-10-29 Lute Kamstra <lute@gnu.org>
13828
13829 * progmodes/octave-inf.el (inferior-octave-prompt):
13830 Recognize version number in prompt.
13831
13832 2003-10-28 Dave Love <fx@gnu.org>
13833
13834 * international/characters.el: Fix some Unicode ranges.
13835
13836 2003-10-28 Kenichi Handa <handa@m17n.org>
13837
13838 * disp-table.el (standard-display-8bit)
13839 (standard-display-default, standard-display-ascii)
13840 (standard-display-g1, standard-display-graphic)
13841 (standard-display-underline): Assure that standard-display-table
13842 is a display table.
13843
13844 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13845
13846 * simple.el (reindent-then-newline-and-indent): Delete space *after*
13847 reindenting the first line.
13848
13849 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
13850
13851 * wid-edit.el (widget-default-delete): Always delete child widgets.
13852
13853 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * newcomment.el (comment-indent): Don't call indent-according-to-mode
13856 if the line has code.
13857 Don't try to line up with something that's too far left.
13858
13859 * progmodes/octave-mod.el (octave-comment-start): Simplify.
13860 (octave-mode-syntax-table): Add % as a comment starter.
13861 (octave-point): Remove.
13862 (octave-in-comment-p, octave-in-string-p)
13863 (octave-not-in-string-or-comment-p, calculate-octave-indent)
13864 (octave-blink-matching-block-open, octave-auto-fill):
13865 Use line-(beginning|end)-position instead.
13866
13867 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
13868
13869 * emacs-lisp/authors.el (authors-aliases): Add correct realname
13870 for Francesco Potort\e,Al\e(B.
13871
13872 2003-10-23 Dave Love <fx@gnu.org>
13873
13874 * international/mule-cmds.el (locale-charset-to-coding-system):
13875 Don't rely on nil being a coding system.
13876
13877 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
13878 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
13879 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
13880
13881 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
13882
13883 * gdb-ui.el (gdb-current-language): New variable.
13884 (gdb-update-flag): Remove variable.
13885 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
13886 (gdb-take-last-elt): Remove function.
13887 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
13888 (gdb-post-prompt): Check for variable object changes here.
13889
13890 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
13891 object changes in gdb-ui.el.
13892
13893 2003-10-21 Richard M. Stallman <rms@gnu.org>
13894
13895 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
13896
13897 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
13898 Don't check for foo*/ wildcard form here.
13899 (insert-directory): Recognize foo*/ as a wildcard.
13900 Separate wildcard-regexp variable from the arg, wildcard.
13901
13902 * subr.el (add-hook): Correctly detect when make-local-hook was used.
13903 (remove-hook): Correctly handle strange cases about local hooks.
13904
13905 2003-10-21 David Ponce <david@dponce.com>
13906
13907 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
13908 argument REAL, to return a real number instead of a rounded
13909 integer value. Define as inline function.
13910 (ruler-mode-right-fringe-cols): Likewise.
13911 (ruler-mode-scroll-bar-cols): New function.
13912 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
13913 (ruler-mode-right-scroll-bar-cols): Likewise.
13914 (ruler-mode-space): New function.
13915 (ruler-mode-ruler): Use it. Handle variations of fringe style,
13916 scroll bar mode and margins in a more robust way.
13917
13918 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
13919
13920 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
13921 (antlr-c-init-language-vars): New function.
13922 (antlr-mode): Use it with cc-mode before v5.29.
13923 (antlr-c-common-init): Don't set some local vars here.
13924 (antlr-mode): Set them here.
13925 (antlr-c-forward-sws): New function alias.
13926 (antlr-mode): Redefine with cc-mode before v5.30.
13927 (antlr-skip-sexps): Use it.
13928 (antlr-skip-exception-part): Ditto.
13929 (antlr-skip-file-prelude): Ditto.
13930 (antlr-outside-rule-p): Ditto.
13931 (antlr-end-of-body): Ditto.
13932 (antlr-option-kind): Ditto.
13933 (antlr-insert-option-area): Ditto.
13934 (antlr-file-dependencies): Ditto.
13935
13936 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13937
13938 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
13939 Move backward only if point was not inside an entry.
13940
13941 2003-10-21 Richard M. Stallman <rms@gnu.org>
13942
13943 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
13944
13945 2003-10-21 Juri Linkov <juri@jurta.org>
13946
13947 * compare-w.el: Automatically skip non-matching text to resync.
13948 (compare-windows-whitespace): Doc fix.
13949 (compare-windows-sync, compare-windows-sync-string-size)
13950 (compare-windows-recenter, compare-ignore-whitespace)
13951 (compare-windows-highlight, compare-windows-face): New variables.
13952 (compare-windows): Use compare-windows-sync.
13953 (compare-windows-highlight, compare-windows-dehighlight)
13954 (compare-windows-sync-regexp)
13955 (compare-windows-sync-default-function): New functions.
13956
13957 2003-10-21 Juri Linkov <juri@jurta.org>
13958
13959 * diff.el (diff-parse-differences): Don't visit the files now;
13960 instead, just record the error locus.
13961
13962 2003-10-21 Dave Love <fx@gnu.org>
13963
13964 * progmodes/cfengine.el: New file.
13965
13966 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13967
13968 * complete.el (PC-do-completion): Do not forget to use `pred' as the
13969 default-directory when completing file names.
13970
13971 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
13972
13973 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
13974 followed by the word `face', it gets treated as a face, even if
13975 it is also defined as a variable or a function.
13976
13977 2003-10-20 Dave Love <fx@gnu.org>
13978
13979 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13980 Avoid incf in macro expansion.
13981
13982 2003-10-20 John Paul Wallington <jpw@gnu.org>
13983
13984 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
13985 `evenp' so we don't implicitly require cl library at runtime.
13986
13987 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
13988
13989 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
13990 (help-make-xrefs): Only make cross-references for faces if
13991 preceded or followed by the word `face'. Do not make a
13992 cross-reference for variables without variable documentation,
13993 unless preceded by the word `variable' or `option'. Update doc
13994 string accordingly.
13995
13996 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13997
13998 * progmodes/hideshow.el: Rewrite one-armed `if'
13999 constructs using either `when' or `unless'.
14000 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14001
14002 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
14003
14004 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14005 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14006 instead of 12x12.
14007
14008 2003-10-16 Eli Zaretskii <eliz@gnu.org>
14009
14010 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14011 message while converting to Babyl.
14012
14013 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
14014
14015 * allout.el (allout-mode): Doc fix.
14016
14017 2003-10-16 Lute Kamstra <lute@gnu.org>
14018
14019 * subr.el (force-mode-line-update): Fix docstring.
14020
14021 2003-10-14 Dave Love <fx@gnu.org>
14022
14023 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14024 (default-input-method): Add :link, improve :type.
14025 (locale-charset-language-names): Fix utf-8 pattern.
14026 (locale-charset-match-p, locale-charset-alist)
14027 (locale-charset-to-coding-system): New.
14028 (set-locale-environment): Deal with codeset part of locale specs.
14029
14030 2003-10-14 Lute Kamstra <lute@gnu.org>
14031
14032 * fringe.el (fringe-mode): Use active voice in docstring.
14033 (set-fringe-style): Ditto.
14034
14035 2003-10-13 Lute Kamstra <lute@gnu.org>
14036
14037 * fringe.el (fringe-mode): Fix docstring.
14038 (set-fringe-style): Ditto.
14039
14040 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
14041
14042 * ediff-mult.el (ediff-filegroup-action):
14043 Use ediff-default-filtering-regexp.
14044
14045 * ediff-util.el (ediff-recenter): Don't call
14046 ediff-restore-highlighting twice.
14047 (ediff-select-difference): Set current difference.
14048 (ediff-unselect-and-select-difference): Add comment.
14049
14050 * ediff.el (ediff-directories,ediff-directory-revisions)
14051 (ediff-directories3,ediff-merge-directories)
14052 (ediff-merge-directories-with-ancestor)
14053 (ediff-merge-directory-revisions)
14054 (ediff-merge-directory-revisions-with-ancestor):
14055 Use ediff-default-filtering-regexp.
14056
14057 2003-10-12 Andreas Schwab <schwab@suse.de>
14058
14059 * international/mule-cmds.el (locale-charset-language-names):
14060 Simplify regex by removing unused grouping.
14061
14062 2003-10-10 Dave Love <fx@gnu.org>
14063
14064 * bindings.el: Don't bind stop.
14065
14066 2003-10-08 Miles Bader <miles@gnu.org>
14067
14068 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14069 face instead of attempting to emulate it.
14070
14071 2003-10-07 Kenichi Handa <handa@m17n.org>
14072
14073 * international/mule-diag.el (list-coding-systems-1): List coding
14074 systems that are loaded automatically.
14075
14076 * international/code-pages.el (iso-8859-11): Add autoload cookie.
14077
14078 * international/mule.el (autoload-coding-system): New function.
14079
14080 2003-10-07 Andreas Schwab <schwab@suse.de>
14081
14082 * log-edit.el (log-edit-changelog-entries): Prefer local value of
14083 change-log-default-name in the buffer visiting the file.
14084
14085 2003-10-06 Dave Love <fx@gnu.org>
14086
14087 * files.el (find-file-hook): Customize.
14088 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14089
14090 * bindings.el (completion-ignored-extensions): Remove .log.
14091 (global-map): Add again, open, stop keys.
14092
14093 2003-10-05 Richard M. Stallman <rms@gnu.org>
14094
14095 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14096 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14097 Use sh-modify directly.
14098 (sh-select): Use sh-append, not eval.
14099
14100 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14101
14102 * info.el (Info-following-node-name): New function.
14103
14104 * loadhist.el (unload-feature-special-hooks):
14105 Rename from loadhist-hook-functions.
14106 (loadhist-hook-functions): Now an alias.
14107
14108 2003-10-04 Eli Zaretskii <eliz@gnu.org>
14109
14110 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14111 file-name clashes on 8+3 filesystems.
14112
14113 * Makefile.in (DONTCOMPILE, bootstrap-clean):
14114 Rename loaddefs-boot.el to ldefs-boot.el
14115
14116 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14117 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14118
14119 2003-10-03 Lute Kamstra <lute@gnu.org>
14120
14121 * info.el (Info-mode): Revert previous change.
14122 (Info-escape-percent): New function.
14123 (Info-fontify-node): Use it.
14124
14125 2003-10-02 Andreas Schwab <schwab@suse.de>
14126
14127 * loaddefs-boot.el: Regenerated.
14128
14129 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
14130
14131 * ffap.el: Remove defadvice related code from CVS since `complete'
14132 provides a `PC-completion-as-file-name-predicate' variable that
14133 ffap can override.
14134
14135 2003-10-02 Kenichi Handa <handa@m17n.org>
14136
14137 * international/utf-8.el (ccl-decode-mule-utf-8):
14138 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14139
14140 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14141 * international/subst-big5.el: Likewise.
14142 * international/subst-gb2312.el: Likewise.
14143 * international/subst-ksc.el: Likewise.
14144
14145 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14146
14147 * calendar/calendar.el (increment-calendar-month)
14148 (calendar-leap-year-p, calendar-absolute-from-gregorian)
14149 (generate-calendar, calendar-read-date, calendar-interval)
14150 (calendar-day-of-week): Handle years BC.
14151 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14152
14153 2003-10-01 Dave Love <fx@gnu.org>
14154
14155 * language/cyrillic.el (cp1251): Alias for windows-1251.
14156
14157 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14158 bootstrap.
14159
14160 2003-10-01 Lute Kamstra <lute@gnu.org>
14161
14162 * files.el: Fix typo.
14163 * imenu.el (imenu--generic-function): Docstring fix.
14164
14165 2003-09-30 Richard M. Stallman <rms@gnu.org>
14166
14167 * dired.el (dired-mode): Handle dired-directory as a list.
14168
14169 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
14170
14171 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14172
14173 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14174
14175 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14176 Replace gud-display with gud-watch.
14177 (gud-speedbar-buttons): Add stuff for watching expressions
14178 in the speedbar when using M-x gdba. Use dolist on old part
14179 of this function.
14180
14181 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14182 (gdb-update-flag): New variables.
14183 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14184 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14185 (gud-watch, gdb-var-create-handler) : New functions.
14186 (gdb-var-list-children, gdb-var-list-children-handler)
14187 (gdb-var-create-regexp, gdb-var-update-regexp)
14188 (gdb-var-list-children-regexp): New constants.
14189 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14190 (gdb-annotation-rules): Reduce annotation set (level 3).
14191 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14192 (gdb-post-prompt): Don't update GDB buffers every time speedbar
14193 updates.
14194 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14195 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14196 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14197 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14198 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14199 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14200 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14201 (gud-display, gud-display1)
14202 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14203 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14204 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14205 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14206 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14207 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14208 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14209 (gdb-display-display-buffer, gdb-toggle-display)
14210 (gdb-delete-display, gdb-expressions-popup-menu)
14211 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14212 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14213 to display buffer.
14214
14215 2003-09-30 Richard M. Stallman <rms@gnu.org>
14216
14217 * progmodes/ada-mode.el (ada-mode): Don't use advice.
14218 Instead, set which-func-functions.
14219
14220 * progmodes/which-func.el (which-func-modes): Add ada-mode.
14221 (which-func-functions): New variable.
14222 (which-function): Use that.
14223
14224 * info.el (Info-mode): Double each `%' in header line.
14225
14226 * emacs-lisp/lisp-mnt.el (lm-with-file):
14227 When FILE is nil, run BODY in current buffer.
14228
14229 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14230
14231 * help.el (describe-mode): Start with a brief list of minor modes.
14232 Find them thru minor-mode-list so as to find them all.
14233 Show them in alphabetical order.
14234
14235 * mail/sendmail.el (mail-aliases): Doc fix.
14236
14237 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14238
14239 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14240
14241 * mail/rmailsum.el (rmail-make-summary-line-1):
14242 Change comma after last label to a space.
14243 (rmail-summary-font-lock-keywords): Adapt to that change.
14244
14245 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
14246
14247 * progmodes/scheme.el (scheme-mode-variables): When setting
14248 `font-lock-defaults', also specify that "#" should
14249 be interpreted with `word' syntax.
14250 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14251
14252 2003-09-30 Lars Hansen <larsh@math.ku.dk>
14253
14254 * desktop.el: A lot of comments updated.
14255 (desktop-save-mode): Minor mode introduced.
14256 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14257 (desktop-load-default): Function made obsolete.
14258 (desktop-locals-to-save): Variable made customizable.
14259 (desktop-read): Optional parameter `dirname' added.
14260 (desktop-change-dir, desktop-revert): Parameter `dirname' in
14261 `desktop-read' used.
14262 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14263
14264 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
14265
14266 * whitespace.el (whitespace-clean-msg): Add user customizable message
14267 for displaying ``clean'' output.
14268 (whitespace-buffer): Use `whitespace-clean-msg'.
14269 (whitespace-global-mode): Fix typo.
14270
14271 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
14272
14273 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14274
14275 2003-09-29 Lute Kamstra <lute@gnu.org>
14276
14277 * bindings.el (mode-line-modes): Remove superfluous :propertize
14278 construct in initialization.
14279 (mode-line-position): Change cons cell into proper list in
14280 initialization.
14281
14282 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14283
14284 * international/mule.el (decode-coding-inserted-region): Use car
14285 of the return value of find-operation-coding-system.
14286
14287 2003-09-29 Kenichi Handa <handa@m17n.org>
14288
14289 * descr-text.el (describe-char): Fix previous change.
14290
14291 2003-09-28 Kenichi Handa <handa@m17n.org>
14292
14293 * descr-text.el (describe-char-display): New function.
14294 (describe-char): Pay attention to display table on describing how
14295 a character is displayed.
14296
14297 * international/mule-cmds.el (encoded-string-description):
14298 Prepend "0x" to each encoded byte.
14299
14300 2003-09-28 Andreas Schwab <schwab@suse.de>
14301
14302 * find-file.el (ff-special-constructs): Add autoload cookie.
14303
14304 2003-09-28 Kevin Ryde <user42@zip.com.au>
14305
14306 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14307 makeinfo appends to duplicate index entries.
14308
14309 2003-09-28 Eli Zaretskii <eliz@gnu.org>
14310
14311 * dired-x.el (dired-clean-tex): Doc fix.
14312
14313 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14314 using a Chinese tutorial.
14315
14316 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14317
14318 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14319 between "MAIL FROM:" and "RCPT TO:" and the following address.
14320
14321 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14322
14323 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14324
14325 2003-09-28 David Ponce <david@dponce.com>
14326
14327 * recentf.el (recentf-initialize-file-name-history): New defcustom.
14328 (recentf-load-list): When `recentf-initialize-file-name-history'
14329 is non-nil, initialize an empty `file-name-history' with the
14330 recent list.
14331
14332 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
14333
14334 * man.el (Man-default-man-entry): Remove the leading `*' from the
14335 word at point.
14336
14337 2003-09-26 Lute Kamstra <lute@gnu.org>
14338
14339 * bindings.el (mode-line-position): Mention size indication in
14340 docstring.
14341
14342 2003-09-26 Andre Spiegel <spiegel@gnu.org>
14343
14344 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14345
14346 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14347 because it's autoloaded now.
14348
14349 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
14350
14351 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14352 (sh-font-lock-keywords, sh-feature): Fix previous change of
14353 sh-feature to avoid infloop with sh-font-lock-keywords.
14354
14355 2003-09-25 Kim F. Storm <storm@cua.dk>
14356
14357 * frame.el (frame-current-scroll-bars): New defun.
14358
14359 * window.el (window-current-scroll-bars): New defun.
14360
14361 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14362
14363 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14364 cause errors when the state cache contains info on parts that have
14365 been narrowed out.
14366
14367 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14368
14369 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14370 `c-setup-paragraph-variables' has to be used when this variable is
14371 changed; it doesn't work to reinitialize the mode since that
14372 typically clobbers the variable.
14373
14374 * progmodes/cc-styles.el (c-setup-paragraph-variables):
14375 Make it interactive.
14376
14377 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14378
14379 * progmodes/cc-fonts.el (c-font-lock-declarations):
14380 Fix recognition of constructors and destructors for classes whose
14381 names are matched by `*-font-lock-extra-types'.
14382
14383 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14384 followed by an identifier in C++ then it's a type.
14385
14386 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14387
14388 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14389 problem that primarily affected XEmacs. Don't use faces to find
14390 unterminated strings since Emacs and XEmacs fontify strings
14391 differently - this function should now work better in XEmacs.
14392
14393 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14394
14395 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14396 `expand-abbrev' workaround which caused braces to misbehave inside
14397 macros.
14398
14399 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14400 handling. This bug could cause interactive font locking to bail out.
14401
14402 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14403
14404 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14405 Handle paren-style types in Pike. Also fixed some cases of
14406 insufficient handling of unbalanced parens.
14407
14408 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
14409
14410 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14411 common shell prompts that are not common filename or URL characters.
14412 (ffap-file-at-point): Use the new regexp to strip the prompts from
14413 the file names. This is an issue mostly for user prompts that
14414 don't have a trailing space and find-file-at-point is invoked from
14415 within a shell inside Emacs.
14416
14417 2003-09-24 Andre Spiegel <spiegel@gnu.org>
14418
14419 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14420 stamps numerically, rather than textually.
14421
14422 2003-09-24 Kenichi Handa <handa@m17n.org>
14423
14424 * language/devan-util.el (devanagari-post-read-conversion):
14425 * language/mlm-util.el (malayalam-post-read-conversion):
14426 * language/tml-util.el (tamil-post-read-conversion):
14427 Add autoload cookie.
14428
14429 * international/utf-8.el (utf-8-post-read-conversion):
14430 Call post-read-conversion functions for Devanagari, Malayalam,
14431 and Tamil.
14432
14433 2003-09-23 Dave Love <fx@gnu.org>
14434
14435 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14436
14437 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
14438
14439 * progmodes/gud.el (perldb): Add gud-until to list of commands.
14440 Update gud-remove.
14441
14442 2003-09-22 Richard M. Stallman <rms@gnu.org>
14443
14444 * progmodes/sh-script.el (sh-mode-default-syntax-table):
14445 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
14446 (sh-mode-syntax-table-input): New variable.
14447 (sh-require-final-newline): Don't use eval.
14448 (sh-builtins, sh-leading-keywords, sh-other-keywords)
14449 (sh-variables, sh-font-lock-keywords): Don't use eval.
14450 (sh-set-shell): When setting require-final-newline,
14451 treat value = `require-final-newline' as don't change it.
14452 Set sh-mode-syntax-table locally based on
14453 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14454
14455 * progmodes/compile.el (compile-internal):
14456 Call compilation-set-window-height before setting window start.
14457
14458 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
14459
14460 * emacs-lisp/bytecomp.el (byte-compile-log-file):
14461 Clear out byte-compile-last-warned-form.
14462
14463 2003-09-22 Richard M. Stallman <rms@gnu.org>
14464
14465 * woman.el (woman-file-name, woman-follow-word):
14466 If current-word returns nil, use "".
14467
14468 * simple.el (eval-expression): Bind standard-output in to-buffer case.
14469
14470 2003-09-22 Richard M. Stallman <rms@gnu.org>
14471
14472 * emacs-lisp/lisp-mnt.el (lm-with-file):
14473 Don't visit the file, just use insert-file-contents in temp buffer.
14474
14475 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
14476
14477 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14478 Add surrounding \\( and \\) around the header, as in
14479 for lm-history-header 'Change Log\\|History'.
14480
14481 2003-09-22 John Paul Wallington <jpw@gnu.org>
14482
14483 * progmodes/ld-script.el: Add Commentary section,
14484 minor cleanup of file header.
14485 (ld-script-font-lock-keywords): Doc fix.
14486 (toplevel): Provide `ld-script' feature.
14487
14488 2003-09-21 Kim F. Storm <storm@cua.dk>
14489
14490 * scroll-bar.el (set-scroll-bar-mode): Initialize to
14491 new built-in variable default-frame-scroll-bars.
14492 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14493 scroll-bar-mode; notably, use it instead of t when we toggle
14494 scroll-bars on.
14495 (toggle-scroll-bar): Use default-frame-scroll-bars.
14496
14497 2003-09-19 Masatake YAMATO <jet@gyve.org>
14498
14499 * pcvs.el (cvs-do-removal): Change the prompt depending on
14500 `filter' value.
14501
14502 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14503
14504 * startup.el (command-line-1): Stop startup-echo-area-message
14505 being hidden by "Loading image..." message.
14506 (use-fancy-splash-screens-p, display-splash-screen):
14507 Move display-graphic-p test from latter to former.
14508
14509 * progmodes/sh-script.el (sh-font-lock-keywords):
14510 Highlight escaped EOLs differently from other backslash constructs.
14511
14512 2003-09-19 Richard M. Stallman <rms@gnu.org>
14513
14514 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14515 New functions.
14516 (edebug-enter, edebug-outside-excursion): Use them.
14517
14518 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14519 Fix the condition for whether to print "In WHERE".
14520
14521 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
14522
14523 * finder.el (finder-mode-hook): New variable.
14524 (finder-mode): Run hook finder-mode-hook
14525
14526 2003-09-18 Masatake YAMATO <jet@gyve.org>
14527
14528 * progmodes/ebrowse.el: Fix broken magic autoload comments.
14529
14530 2003-09-17 Mario Lang <mlang@delysid.org>
14531
14532 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14533 "p %e" to actually print the value in the GUD buffer.
14534
14535 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
14536
14537 From David Ponce <david.ponce@wanadoo.fr>:
14538 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14539 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14540 from loaddefs-boot.el if necessary.
14541
14542 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
14543
14544 * progmodes/gud.el (gud-find-class): Make jdb work again since
14545 cc-mode changed the syntactic information.
14546
14547 2003-09-15 David Ponce <david@dponce.com>
14548
14549 * recentf.el: (recentf-exclude): Accept predicates too.
14550 (recentf-file-readable-p): New function.
14551 (recentf-include-p): Handle predicates in recentf-exclude.
14552 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
14553 (recentf-cleanup): Likewise.
14554 (recentf-save-list): Use write-file to handle backup of
14555 recentf-save-file.
14556
14557 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
14558
14559 * loaddefs-boot.el: Renamed from `loaddefs.el'
14560 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14561 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14562 necessary.
14563
14564 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
14565
14566 * electric.el (Electric-pop-up-window): For the `one-window' case,
14567 no longer disconcertingly move point in the original buffer.
14568
14569 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14572
14573 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
14574
14575 * dired.el (dired-mode-map): Fix typo.
14576
14577 2003-09-11 Richard M. Stallman <rms@gnu.org>
14578
14579 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14580
14581 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14582
14583 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14584 the function is less noisy. Now only `kill-buffer' can ask questions.
14585
14586 2003-09-10 Mario Lang <mlang@delysid.org>
14587
14588 * battery.el: Update Commentary and Copyright.
14589 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14590 appear due to wrong ordering of the expressions in `or'.
14591
14592 2003-09-09 Lute Kamstra <lute@gnu.org>
14593
14594 * misc.el (upcase-char): Fix docstring.
14595 (zap-up-to-char): New command.
14596
14597 2003-09-08 David Ponce <david@dponce.com>
14598
14599 Ensure that recentf correctly updates the menu bar.
14600 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14601 (recentf-menu-bar): New function.
14602 (recentf-clear-data): Use it
14603 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
14604 of easy-menu-change.
14605
14606 2003-09-08 Lute Kamstra <lute@gnu.org>
14607
14608 * simple.el (size-indication-mode): New.
14609 * bindings.el (mode-line-position): Add buffer size indicator.
14610
14611 2003-09-04 Mario Lang <mlang@delysid.org>
14612
14613 * battery.el (battery-linux-proc-acpi): New function.
14614 (battery-status-function): Modify default value calculation to also
14615 check for availability of ACPI.
14616 (battery-echo-area-format): Ditto.
14617 (battery-mode-line-format): Ditto.
14618
14619 2003-09-06 Dave Love <fx@gnu.org>
14620
14621 * ielm.el (ielm-mode-hook): Add :options.
14622
14623 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14624 (eldoc-print-current-symbol-info): Use it.
14625
14626 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
14627
14628 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14629 being displayed in GUD buffer.
14630 (gdb-idle-input-queue): Remove var. Use just one queue.
14631 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14632 Remove functions. Use just one queue.
14633 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14634 (gdb-invalidate-assembler, gdb-get-current-frame):
14635 Modify functions. Use just one queue.
14636
14637 2003-09-04 Dave Love <fx@gnu.org>
14638
14639 * cus-start.el: Add blink-cursor-alist.
14640
14641 * ruler-mode.el (ruler-mode-fill-column-char)
14642 (ruler-mode-current-column-char): Use char-displayable-p,
14643 not window-system.
14644
14645 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14646
14647 * language/european.el (windows-1252): Move from code-pages.
14648
14649 * language/cyrillic.el ("Windows-1251"): Delete.
14650 ("Bulgarian", "Belarusian"): Remove `features'.
14651 (windows-1251): Move from code-pages.
14652
14653 * international/mule-diag.el (non-iso-charset-alist):
14654 Remove `codepage' stuff.
14655 (print-designation, list-coding-systems-1): Output fixes.
14656
14657 * international/code-pages.el (cp-make-translation-table)
14658 (cp-valid-codes): Made defsubsts.
14659 (cp-fix-safe-chars): Delete.
14660 (mule-diag): Don't require.
14661 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14662 (top-level): Check for defined coding system when defining
14663 cp... aliases. Change w32-add-charset-info test to avoid warning.
14664 (non-iso-charset-alist): Defvar when compiling.
14665 (cp-make-coding-system): Doc fix.
14666
14667 2003-09-02 Jason Rumney <jasonr@gnu.org>
14668
14669 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14670 line-ends from CVS before doing conversion.
14671
14672 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
14673
14674 * calendar/diary-lib.el (diary-header-line-flag)
14675 (diary-header-line-format): New variables.
14676 (list-diary-entries): Use them to set header line in simple diary.
14677
14678 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14679 other than font-lock-string-face to highlight backslashes.
14680
14681 2003-09-01 Jason Rumney <jasonr@gnu.org>
14682
14683 * international/titdic-cnv.el (tit-read-key-value): Include \r in
14684 regexp.
14685
14686 2003-09-01 Dave Love <fx@gnu.org>
14687
14688 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14689
14690 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14691 and :help; also line and column numbers labels.
14692
14693 * international/mule-util.el (char-displayable-p): Move from
14694 latin1-disp, rename and autoload.
14695
14696 * international/latin1-disp.el (latin1-char-displayable-p):
14697 Now obsolete alias. Replace uses with char-displayable-p.
14698 (latin1-display-ucs-per-lynx): Fix last change.
14699
14700 * international/mule-cmds.el (standard-display-european-internal):
14701 Don't use char code for Latin-1 NBSP.
14702 <XFree86 4>: Unfrob NBSP display table. Set display table to use
14703 U+2018, U+2019 for `'.
14704 (select-safe-coding-system): Message fix.
14705
14706 2003-09-01 Kenichi Handa <handa@m17n.org>
14707
14708 * international/fontset.el (setup-default-fontset): For Thai
14709 font, specify "*" family.
14710
14711 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14712
14713 * progmodes/compile.el (previous-error): Accept a prefix
14714 argument, similarly to next-error.
14715
14716 2003-08-31 Masatake YAMATO <jet@gyve.org>
14717
14718 * pcvs.el (cvs-do-removal): Use = instead of eq to check
14719 the number of files. Bind the number of files to a local
14720 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14721
14722 2003-08-30 Eli Zaretskii <eliz@gnu.org>
14723
14724 * vc-hooks.el (vc-make-version-backup): Fix the change made on
14725 2003-07-26: msdos-long-file-names is a function, not a variable.
14726
14727 2003-08-29 Richard M. Stallman <rms@gnu.org>
14728
14729 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14730 Do nothing with mail-personal-alias-file if it is nil.
14731
14732 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14733 Do nothing if mail-personal-alias-file is nil.
14734
14735 * term.el (term-exec-1): Bind coding-system-for-read.
14736
14737 * dired.el (dired-mouse-find-file-other-window):
14738 Use dired-view-command-alist here, as in dired-view-file.
14739 (dired-view-command-alist): Use %s to substitute file name.
14740 Handle .ps_pages, .eps, .jpg, .gif, .png.
14741
14742 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14743
14744 * info.el (Info-mode-map): Bind S-tab and <backtab> to
14745 `Info-prev-reference', instead of M-tab.
14746
14747 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
14748
14749 * simple.el (blink-matching-open): Work correctly on chars that
14750 are designated as parens through the syntax-table text property.
14751
14752 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
14753
14754 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14755 line break position in the middle of a non-kinsoku (e.g. latin)
14756 word, making it skip until either a space or a character with
14757 category "|".
14758 (kinsoku-longer): Test for end of buffer.
14759
14760 2003-08-28 Eli Zaretskii <eliz@gnu.org>
14761
14762 * mail/rmail.el (rmail-convert-to-babyl-format):
14763 Detect quoted-printable- and base64-encoded messages and decode them
14764 automatically. Set the message's encoding from the charset=
14765 header, if any. Decode base64-encoded messages in Mail format as well.
14766
14767 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14768
14769 * mail/smtpmail.el: Fix previous change.
14770 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14771 calling smtpmail-via-smtp.
14772 (smtpmail-via-smtp): Add fall-back values for envelope-from.
14773
14774 2003-08-26 John Paul Wallington <jpw@gnu.org>
14775
14776 * image.el (image-jpeg-p): Don't search beyond length of data.
14777
14778 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14779
14780 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14781 misfeature in `expand-abbrev' which caused electric keywords like
14782 "else" to disappear if an open brace was typed directly afterwards.
14783
14784 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14785
14786 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14787 mandatory in `define-widget'.
14788
14789 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14790 Don't align the operators "!=", "<=" and ">=" as assignment operators.
14791
14792 (c-assignment-operators): New language constant that only contains
14793 the assignment operators.
14794
14795 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14796
14797 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14798
14799 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14800 Safeguard against unbalanced sexps.
14801
14802 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
14803
14804 * version.el (emacs-version): Check for gtk. Include gtk version info.
14805
14806 2003-08-25 John Paul Wallington <jpw@gnu.org>
14807
14808 * man.el (Man-default-man-entry): Don't whizz past the section
14809 number before looking for it.
14810
14811 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
14812
14813 * progmodes/gud.el (gud-display-line): Don't set window-point if
14814 source buffer is not visible. (Only happens with M-x gdba.)
14815
14816 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
14817 documentation.
14818 (gdb-source, gdb-source-info): Update to assembler unnecessary
14819 as its done after each GDB command anyway.
14820 (gdb-pre-prompt): Use with-current-buffer.
14821 (gdb-insert-field): Add help-echo text.
14822 (gdb-invalidate-assembler): Re-display of assembler now done in
14823 gdb-info-breakpoints-custom.
14824 (gdb-info-breakpoints-custom): Force re-display of assembler to
14825 happen *after* update of breakpoints buffer.
14826 (gdb-display-source-buffer): Don't choke if gdb-source-window
14827 isn't visible.
14828 (gdb-put-string, gdb-put-arrow): Remove free variables.
14829
14830 2003-08-24 John Paul Wallington <jpw@gnu.org>
14831
14832 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
14833
14834 * man.el (Man-default-man-entry): Strip text properties when
14835 snarfing parts of entry because `format' preserves properties.
14836
14837 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14838
14839 * files.el (file-newest-backup): Use `expand-file-name'.
14840
14841 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
14842 Allow the diary to pop up a new frame, if needed.
14843
14844 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
14845 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
14846 (smtpmail-send-it): Make treatment of envelope-from consistent with
14847 sendmail.el.
14848
14849 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
14850 (sh-leading-keywords): Add the bash `time' reserved word.
14851 (sh-variables): Add some bash variables.
14852 (sh-add-completer): Fix nil branch of case statement.
14853
14854 2003-08-24 Masatake YAMATO <jet@gyve.org>
14855
14856 * progmodes/ld-script.el: New file.
14857
14858 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
14859
14860 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
14861
14862 2003-08-23 Andre Spiegel <spiegel@gnu.org>
14863
14864 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
14865 Better explain obsolescence, and what to use instead.
14866
14867 2003-08-23 Masatake YAMATO <jet@gyve.org>
14868
14869 * pcvs.el (cvs-do-removal): Show the deleted file name
14870 on the prompt.
14871
14872 2003-08-20 Dave Love <fx@gnu.org>
14873
14874 * international/mule.el (make-coding-system)
14875 (set-buffer-file-coding-system): Doc fix.
14876
14877 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
14878
14879 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
14880
14881 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
14882
14883 * international/utf-16.el: Add mime-text-unsuitable coding system
14884 properties.
14885
14886 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
14887
14888 * cus-edit.el: Add some :links.
14889 (bib): Remove.
14890
14891 * textmodes/bib-mode.el (bib): Add :group external.
14892
14893 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
14894
14895 * wid-edit.el (widget-echo-help): Make it handle expressions that
14896 evaluate to strings.
14897
14898 2003-08-18 Michael Mauger <mmaug@yahoo.com>
14899
14900 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
14901
14902 Simplify selection of SQL products to define highlighting and
14903 interactive mode. Includes detailed instructions on adding
14904 support for new products.
14905
14906 * progmodes/sql.el (sql-product): New variable. Identifies SQL
14907 product for use in highlighting and interactive mode.
14908 (sql-interactive-product): New variable. SQL product for
14909 sql-interactive-mode.
14910 (sql-product-support): New variable. Specifies product-specific
14911 parameters to drive highlighting and interactive mode.
14912 (sql-imenu-generic-expression): Add more object types.
14913 (sql-sqlite-options): Correct comment.
14914 (sql-ms-program): Use "osql" rather than "isql".
14915 (sql-prompt-regexp, sql-prompt-length): Update comment.
14916 (sql-mode-menu): Add "Start SQLi session" entry.
14917 Replace Highlighting submenu with Product menu. Fix Send Region entry.
14918 (sql-mode-abbrev-table): Add abbreviations. Support of
14919 SYSTEM-FLAG on define-abbrev. Support was removed with last
14920 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
14921 (sql-mode-font-lock-object-name): Add font-lock pattern for object
14922 names.
14923 (sql-mode-ansi-font-lock-keywords): Set as default value.
14924 (sql-mode-oracle-font-lock-keywords): Set as default value.
14925 Support Oracle 9i keywords.
14926 (sql-mode-postgres-font-lock-keywords): Set as default value.
14927 (sql-mode-linter-font-lock-keywords): Set as default value.
14928 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
14929 SQLServer 2000.
14930 (sql-mode-sybase-font-lock-keywords)
14931 (sql-mode-interbase-font-lock-keywords)
14932 (sql-mode-sqlite-font-lock-keywords)
14933 (sql-mode-strong-font-lock-keywords)
14934 (sql-mode-mysql-font-lock-keywords)
14935 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
14936 keywords.
14937 (sql-mode-font-lock-defaults): Update comment.
14938 (sql-product-feature): New function. Returns feature associated
14939 with a product from `sql-product-support' alist.
14940 (sql-product-font-lock): New function. Set font-lock support
14941 based on `sql-product'.
14942 (sql-add-product-keywords): New function. Add font-lock rules to
14943 product-specific keyword variables.
14944 (sql-set-product): New function. Set `sql-product' and apply
14945 appropriate font-lock highlighting.
14946 (sql-highlight-product): New function. Set font-lock support
14947 based on a product. Also set mode name to include product name.
14948 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
14949 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
14950 Use `sql-set-product'.
14951 (sql-highlight-ms-keywords)
14952 (sql-highlight-sybase-keywords)
14953 (sql-highlight-interbase-keywords)
14954 (sql-highlight-strong-keywords)
14955 (sql-highlight-mysql-keywords)
14956 (sql-highlight-sqlite-keywords)
14957 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
14958 (sql-get-login): Prompt in the same order as the tokens.
14959 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
14960 (sql-product-interactive): New function. Common portions of
14961 product-specific interactive mode wrappers.
14962 (sql-interactive-mode): Rewritten to use product features.
14963 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
14964 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
14965 (sql-db2, sql-linter): Use `sql-product-interactive'.
14966 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
14967 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
14968 (sql-connect-ingres, sql-connect-postgres)
14969 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
14970 New functions. Format command line parameters and invoke comint on
14971 the appropriate interpreter. Code was in the corresponding
14972 `sql-xyz' function before.
14973 (sql-connect-ms): New function. Support -E argument to use
14974 operating system credentials for authentication.
14975
14976 2003-08-18 Kenichi Handa <handa@m17n.org>
14977
14978 * international/mule.el (encode-char): Fix for the ASCII case.
14979
14980 2003-08-15 Kenichi Handa <handa@m17n.org>
14981
14982 * international/fontset.el (setup-default-fontset): Change "*" to
14983 nil in the specifications of font family.
14984
14985 2003-08-18 Kim F. Storm <storm@cua.dk>
14986
14987 * kmacro.el (kmacro-keymap): Group related bindings in
14988 initialization for clarity. Bind C-s to start macro.
14989 Remove C-r binding.
14990 (kmacro-initial-counter-value): New defvar to hold initial counter
14991 value in case we set the value before defining a macro.
14992 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
14993 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
14994 not defining or executing macro. Doc fix.
14995 (kmacro-add-counter): Clear kmacro-initial-counter-value.
14996 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
14997 temporarily view older elements on the macro ring without cycling
14998 the ring.
14999 (kmacro-display): Doc fix.
15000 (kmacro-exec-ring-item): New helper function.
15001 (kmacro-call-ring-2nd): Use it.
15002 (kmacro-call-ring-2nd-repeat): Doc fix.
15003 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15004 (kmacro-end-or-call-macro): Execute last viewed macro (using
15005 kmacro-exec-ring-item) from ring if this follows
15006 kmacro-view-macro. This allows us to find a macro on the ring
15007 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15008 the ring to bring it to the head of the ring.
15009 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15010 Allow binding to reserved keys without specifying C-x C-k prefix.
15011 Ask for confirmation if entered key sequence is already bound to
15012 a non-macro command.
15013 (kmacro-view-macro): Repeating command will show older elements
15014 on the macro ring; C-k will execute the last viewed macro.
15015 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
15016 property from 'ring to 'head.
15017
15018 2003-08-17 Alan Shutko <ats@acm.org>
15019
15020 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15021 keeping December out of the alist.
15022
15023 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
15024
15025 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15026 * calendar/calendar.el (calendar-mode-map): Bind it to key.
15027 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15028 (calendar-flatten): New function.
15029 (calendar-mouse-view-other-diary-entries)
15030 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15031 in the menu title and to show multi-line diary entries correctly
15032 in the menu.
15033
15034 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
15035
15036 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15037 defcustom, because the default was recently changed.
15038
15039 2003-08-16 Richard M. Stallman <rms@gnu.org>
15040
15041 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15042
15043 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15044 New subroutine, broken out of eval-last-sexp-1.
15045 (eval-last-sexp-1): Use eval-last-sexp-print-value.
15046
15047 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15048
15049 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15050
15051 * simple.el (eval-expression): Use eval-last-sexp-print-value.
15052
15053 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
15054
15055 * progmodes/compile.el (compilation-error-regexp-alist):
15056 Add Java ANt error detection as described in document
15057 http://ant.apache.org/faq.html
15058
15059 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
15060
15061 * simple.el (backward-word, forward-to-indentation)
15062 (backward-to-indentation): Argument changed to optional.
15063 (next-line, previous-line): Use `or' instead of `unless'.
15064
15065 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15066
15067 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15068 instead of a constant.
15069
15070 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
15071
15072 * shell.el (shell): With prefix-arg, suggest a new buffer name.
15073
15074 2003-08-12 Andre Spiegel <spiegel@gnu.org>
15075
15076 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15077 (vc-sccs-workfile-version): Search the entire delta table, rather
15078 than just the first entry, because that might be a deleted version.
15079
15080 2003-08-11 Karl Fogel <kfogel@red-bean.com>
15081
15082 * menu-bar.el (menu-bar-options-menu): Supply a body for the
15083 [save-place] binding in the Options menu. Have it require
15084 'saveplace' and then toggle the variable manually, to avoid an an
15085 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
15086 for the bug report.
15087
15088 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
15089
15090 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15091 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15092 (gdb-info-threads-custom): Add help-echo text.
15093 (gdb-display-back): Don't use purecopy.
15094 (gdb-info-breakpoints-custom, gdb-reset)
15095 (gdb-assembler-custom): Use display-images-p to test if breakpoint
15096 icons can be displayed.
15097
15098 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
15099
15100 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15101
15102 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
15103
15104 * bookmark.el (bookmark-completing-read):
15105 Return a string, instead of a list of one string.
15106 Use a popup menu if activated from the mouse.
15107 (bookmark-edit-annotation): Remove unused vars.
15108 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15109 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15110 to bookmark-completing-read.
15111 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15112 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15113 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15114 and erase-buffer.
15115 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15116 (bookmark-menu-jump, bookmark-menu-insert)
15117 (bookmark-popup-menu-and-apply-function)
15118 (bookmark-menu-popup-paned-bookmark-menu): Remove.
15119 (bookmark-menu-build-paned-menu): Remove by folding it into
15120 bookmark-menu-popup-paned-menu.
15121 (menu-bar-bookmark-map): Move the define-key statements here.
15122 Use the "non-menu" commands since they now pop up a menu if needed.
15123 (bookmark-exit-hook-internal): Simplify.
15124
15125 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
15126
15127 * reftex-toc.el (reftex-toc-rename-label): New function.
15128 (reftex-toc-check-docstruct): New function.
15129
15130 * reftex.el (reftex-region-active-p): New function.
15131
15132 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15133 regexp to find the \bibliography macro.
15134
15135 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15136 which does not exist in LaTeX.
15137 (reftex-cite-format-builtin): Added amsrefs support.
15138 (reftex-toc-confirm-promotion): New option
15139
15140 * reftex-toc.el
15141 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15142 (reftex-toc-demote, reftex-toc-promote)
15143 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15144 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15145 (reftex-toc-newhead-from-alist)
15146 (reftex-toc-load-all-files-for-promotion): New functions.
15147 (reftex-toc-help): Added description of new keys.
15148 (reftex-toc-split-windows-fraction): New option.
15149 (reftex-recenter-toc-when-idle): Search *toc* window on all
15150 visible frames.
15151 (reftex-toc): Additional parameter REUSE
15152 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
15153 with REUSE argument.
15154 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15155 the call of `reftex-toc'.
15156 (reftex-make-separate-toc-frame): New function .
15157 (reftex-toc-recenter): When called with triple prefix arg, call
15158 `reftex-make-separate-toc-frame' first.
15159 (reftex-toc-toggle-dedicated-frame): New command.
15160 (reftex-toc-quit): Adapted to delete frame when called in
15161 dedicated frame.
15162
15163 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15164 all enclosing macros.
15165
15166
15167 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15168
15169 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15170 first use.
15171
15172 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15173
15174 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15175
15176 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15177
15178 * calendar/calendar.el (list-diary-entries-hook)
15179 (diary-display-hook, nongregorian-diary-listing-hook)
15180 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15181 Add some customize options for these hooks.
15182 (calendar-abbrev-construct): Don't try to take a substring longer
15183 than the original string.
15184
15185 2003-08-05 Richard M. Stallman <rms@gnu.org>
15186
15187 * emacs-lisp/testcover.el (noreturn): Report error if does return.
15188 (testcover-reinstrument-clauses): Doc fix.
15189
15190 * emacs-lisp/warnings.el: Doc fixes, args renamed.
15191 (warning-type-format): Rename from warning-group-format.
15192
15193 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15194 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15195 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15196 to prevent warnings about defvar for an obsolete variable.
15197
15198 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15199 warning-group-format renamed to warning-type-format.
15200
15201 * subr.el (read-passwd): Use clear-string instead of fillarray.
15202
15203 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15204 Use vconcat instead of concat.
15205 (edmacro-sanitize-for-string): New function.
15206
15207 2003-08-05 Dave Love <fx@gnu.org>
15208
15209 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15210 line-number-display-limit-width.
15211
15212 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15213
15214 2003-08-05 Kenichi Handa <handa@m17n.org>
15215
15216 * international/code-pages.el: Don't require mule-diag.
15217
15218 * international/mule-diag.el (non-iso-charset-alist):
15219 Add autoload cookie.
15220
15221 * language/devan-util.el (dev-glyph-order): Add an entry for the
15222 glyph code #xC4.
15223
15224 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15225
15226 * calendar/calendar.el (diary-file, diary-file-name-prefix)
15227 (european-calendar-style, diary-date-forms)
15228 (calendar-day-name-array, calendar-month-name-array): Doc change.
15229 (generate-calendar-month): Adapt for new behaviour of
15230 `calendar-day-name' function.
15231 (calendar-abbrev-length, calendar-day-abbrev-array)
15232 (calendar-month-abbrev-array): New variables.
15233 (calendar-abbrev-construct): New function.
15234 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15235 rather than fixing abbrevs at some width. Calling syntax change.
15236 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
15237 (calendar-date-string): Adapt for new behaviours of
15238 `calendar-day-name' and `calendar-month-name' functions.
15239
15240 * calendar/diary-lib.el (list-diary-entries): Adapt for new
15241 behaviour of `calendar-day-name' and `calendar-month-name' functions.
15242 (diary-name-pattern): Use abbrev arrays, rather than fixing
15243 abbrevs at three chars. Calling syntax change.
15244 (mark-diary-entries): Adapt for new behaviours of
15245 `diary-name-pattern' and `calendar-make-alist' functions.
15246 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15247 `diary-name-pattern' function.
15248 (font-lock-diary-date-forms): Use abbrev arrays, rather than
15249 fixing abbrevs at three chars. Calling syntax change.
15250 (cal-hebrew, cal-islam): Require when compiling.
15251 (diary-font-lock-keywords): Adapt for new behaviour of
15252 `font-lock-diary-date-forms' function.
15253
15254 * calendar/cal-hebrew.el: Reposition some code so defined before used.
15255 (calendar-hebrew-month-name-array-common-year)
15256 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15257 (list-hebrew-diary-entries): Adapt for new behaviours of
15258 `calendar-day-name' and `add-to-diary-list' functions.
15259 (mark-hebrew-diary-entries): Adapt for new behaviours of
15260 `diary-name-pattern' and `calendar-make-alist' functions.
15261
15262 * calendar/cal-islam.el (calendar-islamic-month-name-array):
15263 Add doc string.
15264 (list-islamic-diary-entries): Adapt for new behaviours of
15265 `calendar-day-name' and `add-to-diary-list' functions.
15266 (mark-islamic-diary-entries): Adapt for new behaviours of
15267 `diary-name-pattern' and `calendar-make-alist' functions.
15268
15269 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15270 `calendar-month-name' function.
15271
15272 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15273
15274 * calendar/solar.el (solar-seasons-data): Move definition before use.
15275
15276 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15277 (cal-tex-LaTeX-hourbox): Move definition before use.
15278
15279 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15280 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15281 lunar.el, solar.el
15282 (displayed-month, displayed-year): Define for compiler.
15283
15284 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15285
15286 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15287 MODE. Renamed from c-init-c-language-vars'.
15288 (c-initialize-cc-mode): Change accordingly.
15289 (c-common-init): Ditto.
15290 (c-mode): Ditto.
15291 (c++-mode): Use `c-init-language-vars-for'.
15292 (objc-mode): Ditto.
15293 (java-mode): Ditto.
15294 (idl-mode): Ditto.
15295 (pike-mode): Ditto.
15296 (awk-mode): Ditto.
15297
15298 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15299
15300 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15301 or not the point moved.
15302
15303 (c-search-decl-header-end): Don't trip up on operator identifiers
15304 in C++ and operators like == in all languages.
15305
15306 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15307 Detect leading labels correctly.
15308
15309 2003-08-02 Andreas Schwab <schwab@suse.de>
15310
15311 * textmodes/ispell.el: Don't redo key bindings on loading, put
15312 them only in loaddefs.el.
15313 * bookmark.el: Likewise.
15314 * dabbrev.el: Likewise.
15315 * emerge.el: Likewise.
15316
15317 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15318 has more than one member.
15319
15320 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15321
15322 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15323
15324 * lpr.el (printify-region): It was ending conversion before the
15325 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
15326
15327 2003-07-31 John Paul Wallington <jpw@gnu.org>
15328
15329 * net/browse-url.el (browse-url-epiphany): Doc fix.
15330
15331 2003-07-30 Kenichi Handa <handa@m17n.org>
15332
15333 * international/fontset.el (setup-default-fontset):
15334 Change registry names of Akurti fonts.
15335
15336 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15337
15338 * comint.el (comint-read-noecho): Use `clear-string' instead of
15339 `fillarray'.
15340
15341 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
15342
15343 * outline.el (outline-mode-hook): Add defvar.
15344
15345 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
15346
15347 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15348 Restore assembler in source window if that is what has been selected.
15349 (menu): Add gdb-restore-windows to menu. Make gdba
15350 specific menus only visible from gdba.
15351
15352 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
15353
15354 * progmodes/compile.el (compilation-environment): New user variable.
15355 (compile-internal): Respect it.
15356
15357 2003-07-23 Masatake YAMATO <jet@gyve.org>
15358
15359 * progmodes/gud.el (gdb-script-font-lock-keywords):
15360 Put `font-lock-function-name-face' on a symbol which includes
15361 `-' like `hook-run'. Put font-lock-variable-name-face
15362 on a symbol starting with $.
15363
15364 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
15365
15366 * files.el (set-visited-file-name): Use truename for buffer-file-name.
15367
15368 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15369
15370 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15371
15372 2003-07-26 Andre Spiegel <spiegel@gnu.org>
15373
15374 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15375 Use with-no-warnings.
15376 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15377 rather than to find-file-not-found-hook, which doesn't exist.
15378
15379 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15380
15381 * international/quail.el (quail-translate-key): Fix previous change.
15382
15383 2003-07-25 John Paul Wallington <jpw@gnu.org>
15384
15385 * server.el (server-start): Check `server-process' is non-nil
15386 before killing it to avoid killing current buffer's process.
15387
15388 * simple.el (choose-completion-string): Use `minibufferp';
15389 test `completion-reference-buffer' if `buffer' arg is nil.
15390 (push-mark): Use `when' and `unless'.
15391 (pop-mark): Use `when'.
15392
15393 * mouse-sel.el (mouse-sel-get-selection-function):
15394 Check `x-last-selected-text-primary'. Don't barf if it or
15395 `x-last-selected-text' aren't bound.
15396
15397 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15398
15399 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15400
15401 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
15402
15403 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15404
15405 2003-07-23 John Paul Wallington <jpw@gnu.org>
15406
15407 * tooltip.el (defface tooltip): Inherit from variable-pitch.
15408
15409 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15410
15411 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15412 string. Defvar the derived hook.
15413
15414 * macros.el (insert-kbd-macro): Escape double quote character.
15415 From Thomas W Murphy <twm@andrew.cmu.edu>.
15416
15417 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15418
15419 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15420 to match the specific mark rather than reusing comment-start-skip.
15421
15422 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
15423
15424 * progmodes/hideshow.el (hs-special-modes-alist):
15425 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
15426
15427 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
15428
15429 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15430 value using ?\s.
15431
15432 2003-07-21 John Paul Wallington <jpw@gnu.org>
15433
15434 * subr.el (with-selected-window): Add closing paren.
15435
15436 2003-07-21 Richard M. Stallman <rms@gnu.org>
15437
15438 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15439 (lisp-mode): Likewise.
15440
15441 * subr.el (with-selected-window): Copy code form save-selected-window
15442 so as to call select-window with norecord arg.
15443 (dynamic-completion-table): Doc fix.
15444 (lazy-completion-table): Doc fix.
15445
15446 * international/mule-cmds.el (set-locale-environment):
15447 langinfo renamed to locale-info.
15448
15449 * international/mule.el (auto-coding-functions): Doc fix.
15450
15451 2003-07-21 Kenichi Handa <handa@m17n.org>
15452
15453 * international/quail.el (quail-translate-key):
15454 Update quail-current-str correctly.
15455
15456 2003-07-21 Andreas Schwab <schwab@suse.de>
15457
15458 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15459 ?, to "_".
15460
15461 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
15462 Version 2.0.36 of Tramp released.
15463
15464 * net/tramp.el (tramp-default-password-end-of-line): Rename from
15465 tramp-password-end-of-line.
15466 (tramp-password-end-of-line): New method parameter.
15467 (tramp-get-password-end-of-line): Function to access method
15468 parameter `tramp-password-end-of-line', or variable
15469 `tramp-default-password-end-of-line' (default value).
15470 (tramp-methods): Add entries for new parameter
15471 tramp-password-end-of-line.
15472 (tramp-enter-password): Use new function
15473 `tramp-get-password-end-of-line'.
15474 (tramp-handle-insert-file-contents): Do not
15475 unconditionally inhibit the file operation file-local-copy, only
15476 do that when the inhibit-file-name-operation is currently
15477 insert-file-contents. This fixes finding remote CVS-controlled
15478 files. (It would barf on inserting the CVS/Entries file
15479 literally, because the file-local-copy handler wasn't called.)
15480 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15481 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15482 (tramp-initial-commands): New variable.
15483 (tramp-process-initial-commands): New function, using the variable.
15484 (tramp-open-connection-setup-interactive-shell): Call the new function.
15485 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15486 method into the buffer name, never use nil. Reported by Hanak
15487 David <dhanak@inf.bme.hu>.
15488 (tramp-open-connection-setup-interactive-shell): Erase buffer
15489 before sending "stty -onlcr".
15490
15491 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15492
15493 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
15494
15495 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15496
15497 2003-07-19 John Paul Wallington <jpw@gnu.org>
15498
15499 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15500 (artist-draw-rect, artist-draw-square): Doc fixes.
15501
15502 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15503
15504 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15505
15506 2003-07-19 Kenichi Handa <handa@m17n.org>
15507
15508 * international/kkc.el (kkc-show-conversion-list-update):
15509 Highlight the correct candidate in the message.
15510
15511 2003-07-18 John Paul Wallington <jpw@gnu.org>
15512
15513 * simple.el (current-word): Don't include punctuation char when
15514 `really-word' arg is non-nil.
15515
15516 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
15517
15518 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15519 moved to the directory obsolete.
15520
15521 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
15522
15523 * info.el (Info-menu-entry-name-re): Allow newlines in
15524 menu entry names.
15525
15526 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15527 syntax-ppss-after-change-function.
15528 (syntax-ppss-after-change-function): New alias. Update uses.
15529 (syntax-ppss): Catch the case where the buffer is narrowed.
15530
15531 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15532
15533 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15534 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15535
15536 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15537
15538 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15539 since it might be modified.
15540
15541 * progmodes/cc-langs.el (c++-make-template-syntax-table)
15542 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15543 names to these language constants.
15544
15545 2003-07-15 Kim F. Storm <storm@cua.dk>
15546
15547 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15548 All uses changed.
15549
15550 2003-07-14 Mark A. Hershberger <mah@everybody.org>
15551
15552 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15553 Namespace support.
15554
15555 2003-07-13 Juanma Barranquero <lektu@terra.es>
15556
15557 * frame.el (modify-all-frames-parameters): Reinstall (copyright
15558 papers received).
15559
15560 2003-07-13 Karl Eichwalder <ke@suse.de>
15561
15562 * textmodes/po.el (po-find-charset): White space at the start of the
15563 Content-Type field body is non-mandatory.
15564
15565 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15566
15567 * textmodes/texinfo.el (texinfo-section-list):
15568 Append appendixsection; a synonym for appendixsec.
15569
15570 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
15571
15572 * man.el (Man-translate-cleanup): New.
15573 (Man-translate-references): Call `Man-translate-cleanup' to clean
15574 leading, trailing and middle spaces.
15575
15576 2003-07-13 Lars Hansen <larsh@math.ku.dk>
15577
15578 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15579 Handle `dired-directory' being a list.
15580
15581 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
15582
15583 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15584 it doesn't exist.
15585
15586 2003-07-12 Richard M. Stallman <rms@gnu.org>
15587
15588 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15589
15590 * progmodes/cc-defs.el (c-make-keywords-re):
15591 Don't use delete-duplicates.
15592 (c-lang-const): Don't use mapcan.
15593
15594 * apropos.el (apropos-show-scores): Make it customizable.
15595 Document new meaning.
15596 (apropos): Compute scores from symbols.
15597 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15598
15599 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15600
15601 * ps-bdf.el: Fix copyright line.
15602 (bdf-directory-list): Fix initialization code.
15603
15604 2003-07-11 John Paul Wallington <jpw@gnu.org>
15605
15606 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15607 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15608 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15609
15610 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
15611
15612 * emacs-lisp/ring.el (ring-elements): Doc fix.
15613
15614 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15615
15616 * calendar/timeclock.el (timeclock-relative)
15617 (timeclock-ask-before-exiting, timeclock-use-display-time):
15618 Doc changes.
15619 (timeclock-modeline-display): Give a message if
15620 `timeclock-use-display-time' is non-nil but `display-time-mode'
15621 is not active.
15622
15623 2003-07-11 Kenichi Handa <handa@m17n.org>
15624
15625 * international/mule-cmds.el (set-language-environment):
15626 Set current-language-environment to the correct string.
15627
15628 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15629
15630 * ps-print.el: Print line number correctly in a region. Reported by
15631 Tim Allen <timallen@ls83.fsnet.co.uk>.
15632 (ps-print-version): New version number (6.6.2).
15633 (ps-printing-region): Code fix.
15634
15635 2003-07-10 John Paul Wallington <jpw@gnu.org>
15636
15637 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15638 this function can be called from `add-completions-from-tags-table'.
15639
15640 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
15641
15642 * calendar/timeclock.el (timeclock-use-display-time)
15643 (timeclock-day-over-hook, timeclock-workday-remaining)
15644 (timeclock-status-string, timeclock-when-to-leave)
15645 (timeclock-when-to-leave-string, timeclock-log-data)
15646 (timeclock-find-discrep, timeclock-day-base)
15647 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15648 (timeclock-modeline-display): Set the variable
15649 `timeclock-modeline-display'.
15650 (timeclock-update-modeline): Doc fix. Respect value of
15651 `timeclock-relative'.
15652
15653 2003-07-09 Richard M. Stallman <rms@gnu.org>
15654
15655 * textmodes/reftex-parse.el (reftex-all-document-files):
15656 Add autoload cookie.
15657
15658 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15659 (reftex-scanning-info-available-p): Add autoload cookie.
15660
15661 * international/mule-cmds.el
15662 (set-display-table-and-terminal-coding-system): Delete duplicate
15663 aset on standard-display-table.
15664
15665 * view.el (view-file): If existing buffer's major mode is special,
15666 don't go into view mode.
15667
15668 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15669
15670 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15671
15672 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15673 buffer changes; there's third party code that calls this function
15674 directly.
15675
15676 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15677
15678 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15679 (autodoc-font-lock-keywords): Don't byte compile on font lock
15680 initialization when running from byte compiled files.
15681
15682 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15683
15684 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15685 statement ends with auto-increment "++".
15686
15687 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15688
15689 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15690 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15691 these are changed, so declare them as variables and not constants.
15692
15693 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
15694
15695 * subr.el (dolist, dotimes): Doc fix.
15696
15697 2003-07-08 Kim F. Storm <storm@cua.dk>
15698
15699 * international/mule-cmds.el
15700 (set-display-table-and-terminal-coding-system): Don't break
15701 bootstrap if standard-display-table isn't setup yet.
15702
15703 2003-07-07 Richard M. Stallman <rms@gnu.org>
15704
15705 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15706 Give it a doc string, and autoload it.
15707
15708 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15709 Use with-no-warnings.
15710
15711 * info.el (Info-search): If find invisible text, search again.
15712
15713 * isearch.el (search-whitespace-regexp): Add a shy group around it.
15714
15715 * man.el (Man-name-regexp): Match + as part of name.
15716
15717 * simple.el (visible-mode): Rename from vis-mode.
15718 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15719
15720 * simple.el (current-word): New arg REALLY-WORD specifies
15721 don't include punctuation chars.
15722
15723 * emacs-lisp/debug.el (debug, debugger-env-macro):
15724 Use with-no-warnings while accessing and binding unread-command-char.
15725
15726 * international/mule-cmds.el
15727 (set-display-table-and-terminal-coding-system): Use explicit loop
15728 instead of calling standard-display-default.
15729
15730 * net/ange-ftp.el (ange-ftp-file-symlink-p):
15731 Use condition-case to catch error in ange-ftp-get-files.
15732
15733 * net/browse-url.el (browse-url-browser-function):
15734 Add alternative for Epiphany.
15735 (browse-url-epiphany-program, browse-url-epiphany-arguments)
15736 (browse-url-epiphany-startup-arguments)
15737 (browse-url-epiphany-new-window-is-tab): New variables.
15738 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15739
15740 * progmodes/compile.el (compile-auto-highlight): Default now t.
15741 (compile): Doc fix.
15742 (compilation-next-error): Fix previous change.
15743
15744 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15745
15746 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15747
15748 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
15749
15750 * gdb-ui.el (gdb-source-info): Display current frame when
15751 attaching to an existing process.
15752 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15753 while laying out windows when attaching to an existing process.
15754
15755 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
15756
15757 * info.el (Info-menu): Use Info-menu-entry-name-re.
15758
15759 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15760
15761 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15762 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15763
15764 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15765 to match the same text.
15766
15767 2003-07-06 John Paul Wallington <jpw@gnu.org>
15768
15769 * vc.el (vc-annotate-offset): Move defvar up.
15770
15771 2003-07-06 Kim F. Storm <storm@cua.dk>
15772
15773 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15774 This should fix the infinite loop when extracting menu names.
15775
15776 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
15777
15778 * files.el (auto-mode-alist, interpreter-mode-alist):
15779 Remove entries to CC Mode modes to avoid duplicates; they are now added
15780 with autoload directives in cc-mode.el.
15781
15782 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
15783
15784 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15785 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15786 these are changed, so declare them as variables and not constants.
15787
15788 * progmodes/cc-mode.el: Fix some autoload problems: Try to
15789 ensure that the entry for ".c" extension comes before the one for
15790 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15791 Fix incorrect entries that were added to `interpreter-mode-alist'.
15792 Move the autoload directives for AWK to the top level since they
15793 aren't recognized anywhere else. Do not use the new AWK mode doc
15794 in the autoload form for the old AWK mode.
15795
15796 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15797
15798 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15799 (bibtex-sort-ignore-string-entries): Default value t.
15800 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15801 erroneously in previous version.
15802 (bibtex-string-files): Docstring reflects new parsing scheme.
15803 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15804 docstring, add # as one of the chars to crush
15805 (bibtex-autokey-prefix-string, bibtex-autokey-names)
15806 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15807 (bibtex-autokey-name-change-strings)
15808 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15809 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15810 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15811 (bibtex-autokey-title-terminators)
15812 (bibtex-autokey-titlewords-stretch)
15813 (bibtex-autokey-titleword-ignore)
15814 (bibtex-autokey-titleword-case-convert)
15815 (bibtex-autokey-titleword-abbrevs)
15816 (bibtex-autokey-titleword-abbrevs)
15817 (bibtex-autokey-titleword-change-strings)
15818 (bibtex-autokey-titleword-length)
15819 (bibtex-autokey-titleword-separator)
15820 (bibtex-autokey-name-year-separator)
15821 (bibtex-autokey-year-title-separator)
15822 (bibtex-autokey-before-presentation-function)
15823 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
15824 Fix docstring.
15825 (bibtex-strings, bibtex-reference-keys):
15826 Use lazy-completion-table and make-variable-buffer-local.
15827 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
15828 (bibtex-braced-string-syntax-table)
15829 (bibtex-quoted-string-syntax-table): New variables.
15830 (bibtex-parse-nested-braces): Remove.
15831 (bibtex-parse-field-string): Use syntax table and forward-sexp.
15832 (bibtex-parse-association): Simplify.
15833 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
15834 (bibtex-parse-field-text): Simplify.
15835 (bibtex-search-forward-field, bibtex-search-backward-field):
15836 argument BOUND can take value t.
15837 (bibtex-start-of-field, bibtex-start-of-name-in-field)
15838 (bibtex-end-of-name-in-field, bibtex-end-of-field)
15839 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
15840 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
15841 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
15842 (bibtex-skip-to-valid-entry): Return buffer position of beginning
15843 and ending of entry. Update for changes of bibtex-search-entry.
15844 Simplify.
15845 (bibtex-map-entries): FUN is called with three arguments.
15846 (bibtex-search-entry): Return a cons pair with buffer positions of
15847 beginning and end of entry.
15848 (bibtex-enclosing-field): Simplify.
15849 (bibtex-format-entry): Use booktitle to set a missing title.
15850 (bibtex-autokey-get-names): Fiddle with regexps.
15851 (bibtex-generate-autokey): Use identity.
15852 (bibtex-parse-keys): Use simplified parsing algorithm if
15853 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
15854 arguments. Return alist of keys.
15855 (bibtex-parse-strings): Simplify. Return alist of strings.
15856 (bibtex-complete-string-cleanup): Fix docstring.
15857 (bibtex-read-key): New function.
15858 (bibtex-mode): Fix docstring. Do not parse for keys and
15859 strings when the mode is entered. Set fill-paragraph-function to
15860 bibtex-fill-field. Setup font-lock-mark-block-function the way
15861 font-lock intended.
15862 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
15863 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
15864 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
15865 (bibtex-Preamble): Avoid hard coded constants.
15866 (bibtex-make-field): Fix docstring. Simplify.
15867 (bibtex-beginning-of-entry): Always return new position of point.
15868 (bibtex-end-of-entry): Rearrange cond clauses.
15869 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
15870 Update for changes of bibtex-map-entries.
15871 (bibtex-ispell-abstract): Do not move point.
15872 (bibtex-entry-index): Use downcase. Simplify.
15873 (bibtex-lessp): Handle catch-all.
15874 (bibtex-find-crossref): Turn into a command.
15875 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
15876 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
15877 preamble entries.
15878 (bibtex-fill-field-bounds): New function.
15879 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
15880 (bibtex-fill-entry): Use bibtex-fill-field-bounds
15881 (bibtex-String): Use bibtex-strings. Always obey
15882 bibtex-sort-ignore-string-entries.
15883
15884 2003-07-05 John Paul Wallington <jpw@gnu.org>
15885
15886 * cus-theme.el (customize-create-theme):
15887 Call `customize-create-theme' in Reset widget's notify function.
15888
15889 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
15890 (ibuffer-mark-interactive): Use `or' instead of `unless'.
15891 (define-ibuffer-column name): Add summarizer.
15892 (define-ibuffer-column size): Likewise.
15893 (define-ibuffer-column filename): Likewise.
15894 (define-ibuffer-column process): Likewise. Change BODY's output too.
15895 (define-ibuffer-column filename-and-process): Likewise, likewise.
15896 (ibuffer): Remove local vars `already-in' and `need-update'.
15897
15898 * ibuf-ext.el: Don't require `derived' at compile-time.
15899
15900 2003-07-05 Kim F. Storm <storm@cua.dk>
15901
15902 * info.el: Disable paragraph refilling.
15903 (Info-refill-paragraphs): New defcustom.
15904 (Info-fontify-node): Use it.
15905
15906 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
15907
15908 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
15909 thingies from constructors created by defstruct.
15910
15911 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
15912 the default value of the variable.
15913 (byte-code-meter): Move declaration to top level.
15914
15915 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
15916
15917 * info.el (Info-following-node-name-re): New fun.
15918 (Info-following-node-name): Remove.
15919 (Info-insert-dir): Use the new fun.
15920 (Info-extract-pointer): Don't save restriction; use new fun.
15921 (Info-menu-entry-name-re): New const.
15922 (Info-menu-entry-name-re): Use it along with new fun.
15923 (Info-node-spec-re): Use new fun.
15924 (Info-complete-menu-item, Info-fontify-node): Use new const.
15925 (Info-goto-node, Info-follow-reference, Info-menu-update):
15926 Use match-string.
15927 (Info-follow-reference): Use assoc-string.
15928 Use a list of strings for the completion table.
15929 (Info-fontify-node): Use match-string, line-end-position.
15930 Limit the search for `node:' to the first line.
15931
15932 * newcomment.el (uncomment-region): Remove padding coming from
15933 comment-start rather than just from comment-padding.
15934
15935 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
15936 (vc-cvs-stay-local-p): Use vc-stay-local-p.
15937 (vc-cvs-rename-file): Remove (use the default).
15938 (vc-cvs-register): Register parent dir if needed.
15939 (vc-cvs-could-register): Return non-nil if parent can be registered.
15940 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
15941 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
15942
15943 * vc-svn.el (vc-svn-use-edit): Make it into a const.
15944 (vc-svn-update): Fix the arguments to `svn'.
15945 (vc-svn-diff-tree): Just use `vc-svn-diff'.
15946 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
15947 Simple implementations, assuming `name' is a URL.
15948
15949 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
15950 set of chars allowed unquoted in a case pattern.
15951
15952 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
15953
15954 * font-lock.el (font-lock-extra-types-widget)
15955 (c-font-lock-extra-types, c++-font-lock-extra-types)
15956 (objc-font-lock-extra-types, java-font-lock-extra-types)
15957 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
15958 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
15959 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
15960 (font-lock-match-c++-structor-declaration)
15961 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
15962 (c++-font-lock-keywords-3, c++-font-lock-keywords)
15963 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
15964 (objc-font-lock-keywords-3, objc-font-lock-keywords)
15965 (java-font-lock-keywords-1, java-font-lock-keywords-2)
15966 (java-font-lock-keywords-3, java-font-lock-keywords)
15967 (java-font-lock-syntactic-face-function): Remove obsolete code
15968 and constants. It's all in cc-fonts.el now.
15969
15970 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
15971
15972 * mail/sendmail.el (mail-specify-envelope-from)
15973 (mail-envelope-from): Doc fix.
15974
15975 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
15976
15977 * generic-x.el: Do away with the dependency on `c-emacs-features'
15978 when populating `rul-generic-mode-syntax-table'; we already know
15979 this isn't XEmacs.
15980
15981 See ChangeLog.10 for earlier changes.
15982
15983 ;; Local Variables:
15984 ;; coding: iso-2022-7bit
15985 ;; End:
15986
15987 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
15988 Copying and distribution of this file, with or without modification,
15989 are permitted provided the copyright notice and this notice are preserved.
15990
15991 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1