]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-18
[gnu-emacs] / lisp / ChangeLog
1 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
2
3 * frame.el (blink-cursor-mode): Add :group keyword.
4
5 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6
7 * calendar/icalendar.el (icalendar--decode-isodatetime): New
8 optional argument DAY-SHIFT.
9 (icalendar-export-region): Fix coding-system-for-write.
10 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11 events by one.
12
13 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16
17 2005-02-24 Kim F. Storm <storm@cua.dk>
18
19 * international/iso-acc.el (iso-accents-compose): Fix crash
20 during redisplay. Call force-window-update after read-event
21 and delete-region to signal that window is not accurate.
22
23 2005-02-23 Richard M. Stallman <rms@gnu.org>
24
25 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
26 appointment says it was explicitly made.
27 (appt-add): Set the 3rd element.
28 (appt-make-list): Preserve explicit appointments.
29
30 * subr.el (find-tag-default): Catch errors in forward-sexp.
31
32 2005-02-23 Juri Linkov <juri@jurta.org>
33
34 * info.el (Info-isearch-search): New defcustom.
35 (Info-isearch-search): Call the default isearch function
36 when Info-isearch-search is nil.
37 (Info-isearch-wrap): Use variable Info-isearch-search.
38
39 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
40
41 * cus-edit.el: Comment change.
42
43 2005-02-22 Kim F. Storm <storm@cua.dk>
44
45 * progmodes/hideif.el (hide-ifdef-use-define-alist):
46 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
47
48 2005-02-22 Simon Josefsson <jas@extundo.com>
49
50 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
51 New variable.
52 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
53 Oskarsson" <myrkraverk@users.sourceforget.net>.
54
55 2005-02-22 Kim F. Storm <storm@cua.dk>
56
57 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
58 check that window of that event is the selected window.
59 (mouse-drag-region-1): Compare mouse event window to selected
60 window before setting point.
61
62 * tooltip.el (tooltip-show-help-function): Pass event to
63 mouse-on-link-p so it can check selected window.
64
65 2005-02-22 Kenichi Handa <handa@m17n.org>
66
67 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
68 (ps-mule-show-warning): New function.
69 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
70 characters are found.
71
72 * ps-print.el (ps-header-footer-string): Return a list of header
73 and footer strings.
74
75 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
76
77 * pcvs.el (cvs-retrieve-revision): Fix thinko.
78
79 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * frame.el (blink-cursor-mode): Use define-minor-mode.
82
83 * term/mac-win.el (function-key-map): Use char-names more consistently.
84 (file-name-coding-system): Only set it for MacOS-9. The other case is
85 already handled in mule-cmds.el (where it also works when mac-win.el
86 is not used).
87
88 2005-02-21 Kenichi Handa <handa@m17n.org>
89
90 * international/mule.el (ctext-pre-write-conversion): Always use
91 " *code-converting-work*" buffer for work.
92
93 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
94
95 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
96
97 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
98
99 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
100
101 * ses.el (undo-more): Restore defadvice, but only the part that
102 allows changes outside the restricted area of the buffer.
103
104 2005-02-20 Kim F. Storm <storm@cua.dk>
105
106 * simple.el (line-move): Add fourth optional arg try-vscroll which
107 must be set to perform auto-window-vscroll.
108 When moving backwards and doing auto-window-vscroll, automatically
109 vscroll to the last part of lines which are taller than the window.
110 (next-line, previous-line): Set try-vscroll arg on line-move.
111
112 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
113
114 * replace.el (query-replace, query-replace-regexp)
115 (replace-string, replace-regexp): When operating on region, make
116 the minibuffer prompt say so.
117
118 * isearch.el (isearch-forward): Document isearch-query-replace and
119 isearch-query-replace-regexp keybindings.
120
121 2005-02-19 Jay Belanger <belanger@truman.edu>
122
123 * calc/calc-aent.el (math-read-token): Add local variable.
124
125 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
126 (calc-edit-top): Move declaration to earlier in file.
127 (calc-edit-macro-repeats): Add local variables.
128
129 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
130 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
131 calcFunc-tanh.
132 Adjust integration rule for calcFunc-tan.
133
134 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
135
136 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
137 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
138 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
139 (viper-skip-separators): Bug fix.
140 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
141 particular major mode.
142 (viper-del-backward-char-in-replace): Don't put deleted char on the
143 kill ring.
144
145 * viper-ex.el (viper-color-display-p): New function.
146 (viper-has-face-support-p): Use viper-color-display-p.
147
148 * viper-keym.el (viper-gnus-modifier-map): New keymap.
149
150 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
151
152 * viper-util.el (viper-glob-unix-files): Fix shell status check.
153 (viper-file-remote-p): Make equivalent to file-remote-p.
154
155 * viper.el (viper-major-mode-modifier-list): Use
156 viper-gnus-modifier-map.
157
158 2005-02-19 David Kastrup <dak@gnu.org>
159
160 * subr.el (subregexp-context-p): Fix garbled doc string by adding
161 quoting.
162
163 2005-02-19 Jay Belanger <belanger@truman.edu>
164
165 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
166 Removed extra definitions.
167 (calc-coth): New function.
168 (calcFunc-cot): Fix `let'.
169
170 2005-02-19 Eli Zaretskii <eliz@gnu.org>
171
172 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
173 the reasons we use "type pc" in these faces.
174
175 * button.el (button): Ditto.
176
177 2005-02-19 Michael Mauger <mmaug@yahoo.com>
178
179 * replace.el (query-replace-read-from): Set the value of
180 query-replace-from-history-variable to handle the case of an empty
181 string entered to accept the suggested default.
182
183 * net/tramp.el (tramp-file-name-for-operation): Use
184 dired-call-process instead of dired-call-process-command.
185
186 2005-02-19 Jay Belanger <belanger@truman.edu>
187
188 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
189 (math-div-non-trig): New variables.
190 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
191 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
192 (math-combine-prod, math-div-symb-fancy): Add simplifications for
193 trig expressions.
194
195 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
196
197 * progmodes/gdb-ui.el (gdb-var-update-handler)
198 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
199 for watch expressions,
200 (gdb-var-create-handler): Don't set speedbar-update-flag.
201 (gdb-post-prompt): Simplify test for speedbar.
202
203 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
204
205 * ediff.el (ediff-set-diff-overlays-in-one-buffer,
206 ediff-set-fine-overlays-in-one-buffer,ediff-goto-word) make sure
207 we use the syntax table of the correct buffer.
208 (ediff-same-file-contents,ediff-same-contents): enhancements thanks to
209 Felix Gatzemeier.
210
211 * ediff-init.el (ediff-hide-face): checks for definedness of functions.
212 (ediff-file-remote-p): make synonymous with file-remote-p.
213 In all deffaces ediff-*-face-*, use min-colors.
214
215 * ediff-mult.el (ediff-meta-mark-equal-files): make use of
216 ediff-recurse-to-subdirectories.
217 (ediff-mark-if-equal): check that the arguments are strings, use
218 ediff-same-contents (after to Felix Gatzemeier).
219
220 * ediff.el (ediff-merge-on-startup): don't set buffer-modified-p to
221 nil.
222
223 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * log-view.el (log-view-message-re): Fix up Subversion regexp.
226
227 2005-02-18 David Kastrup <dak@gnu.org>
228
229 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
230 use `mark-active' when defined.
231
232 2005-02-18 Kenichi Handa <handa@m17n.org>
233
234 * ps-print.el (ps-font-info-database): New entry
235 ZapfChancery-MediumItalic with correct font name. Fix font name
236 of the entry Zapf-Chancery-MediumItalic.
237
238 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
239
240 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
241
242 2005-02-16 Kim F. Storm <storm@cua.dk>
243
244 * ido.el (ido-fallback-command): Pass user input to fallback command.
245
246 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
247
248 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
249 (gdb-find-file-hook): Add server prefix.
250
251 2005-02-16 Richard M. Stallman <rms@gnu.org>
252
253 * replace.el (perform-replace): Pass new args to replace-highlight.
254 (replace-highlight): Take region args,
255 and pass them to isearch-lazy-highlight-new-loop.
256
257 * novice.el (disabled-command-hook): Autoload the defalias
258 and the make-obsolete-variable call.
259
260 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
261
262 * isearch.el (isearch-lazy-highlight-start-limit)
263 (isearch-lazy-highlight-end-limit): New variables limit
264 the region for highlighting.
265 (isearch-lazy-highlight-new-loop): New args BEG and END.
266 (isearch-lazy-highlight-search): Use the new vars.
267 (isearch-lazy-highlight-update): Likewise.
268
269 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
270
271 * cus-start.el (all): Use default-boundp.
272
273 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
274
275 * menu-bar.el (menu-bar-select-frame): Handle current frame.
276
277 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
278
279 * autorevert.el (auto-revert-stop-on-user-input)
280 (auto-revert-verbose): Doc fixes.
281
282 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
283
284 * international/mule-cmds.el (set-locale-environment): Remove call
285 to set-selection-coding-system on Windows.
286
287 2005-02-15 Jay Belanger <belanger@truman.edu>
288
289 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
290 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch and
291 calcFunc-coth.
292 (math-simplify-sqrt): Add simplifications.
293
294 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
295 to list.
296
297 * calc/calc-ext.el: Add functions to autoloads.
298
299 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
300 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
301 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
302 (math-csc-raw, math-cot-raw): New functions.
303
304 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
305
306 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
307 the variable name in a message.
308
309 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
310 calcFunc-csc, calcFunc-cot.
311
312 * calc/calcalg2.el: Add derivative and integration rules for
313 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
314 calcFunc-csch, calcFunc-coth.
315 (math-do-integral-methods): Add to checks for when to use
316 substitutions.
317
318 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
319
320 2005-02-15 Lute Kamstra <lute@gnu.org>
321
322 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
323 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
324 <monnier@iro.umontreal.ca>
325 (lisp-outline-level): Improve efficiency. Suggested by David
326 Kastrup <dak@gnu.org>.
327
328 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
329
330 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
331 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
332 (gdb-set-gud-minor-mode-existing-buffers): New functions.
333 (gdb-find-file-hook): New hook. Add it to find-file-hook.
334 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
335
336 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
337
338 * cus-start.el (all): Comment change.
339
340 2005-02-14 Lute Kamstra <lute@gnu.org>
341
342 * cus-start.el (all): Check if symbol is void.
343
344 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
345
346 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
347 optional argument to \cite.
348
349 2005-02-14 Richard M. Stallman <rms@gnu.org>
350
351 * cus-edit.el (custom-buffer-create-internal): Update help message.
352 (custom-magic-alist): Update help messages.
353
354 * cus-start.el (all): Allow a var to specify a standard value.
355
356 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
357
358 * custom.el (custom-theme-set-variables): Handle variable aliases.
359
360 * frame.el (blink-cursor-timer): Doc fix.
361 (blink-cursor): Make it an alias for `blink-cursor-mode' and
362 declare obsolete.
363 (blink-cursor-mode): Define with defcustom and use correct
364 standard expression in that defcustom.
365 * startup.el (command-line): Adapt to above changes in frame.el.
366
367 2005-02-11 Lute Kamstra <lute@gnu.org>
368
369 * apropos.el (apropos-score-doc): Prevent division by zero.
370
371 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
372
373 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
374 (icalendar--get-event-property-attributes)
375 (icalendar--get-event-properties)
376 (icalendar--datetime-to-diary-date): New functions.
377 (icalendar--split-value): Doc fix.
378 (icalendar--datetime-to-noneuropean-date)
379 (icalendar--datetime-to-european-date): New optional argument
380 SEPARATOR. Return result as a string instead of a list.
381 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
382 (icalendar--convert-string-for-export): Rename arg S to STRING.
383 (icalendar-export-region): Doc fix. Change name of error buffer.
384 Save output buffer.
385 (icalendar-import-file): Add blank at end of prompt.
386 (icalendar-import-buffer): Doc fix. Do not switch to error
387 buffer. Indicate status in return value.
388 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
389 buffer. Save output buffer. Handle exception from recurrence
390 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
391 events. Fix problems with weekly all-day events.
392
393 2005-02-10 Richard M. Stallman <rms@gnu.org>
394
395 * simple.el (eval-expression-print-format):
396 Avoid warning about edebug-active.
397
398 * help.el (help-for-help-internal): Rename from help-for-help.
399 (help-for-help): Define with defalias.
400
401 * font-core.el (font-lock-default-function): Use with-no-warnings.
402
403 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
404
405 * custom.el (defface): Doc fix.
406
407 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
408
409 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
410 width 0" to prevent word wrapping problems.
411
412 2005-02-09 Kim F. Storm <storm@cua.dk>
413
414 * ido.el (ido-file-extensions-order): New defcustom.
415 (ido-file-extension-lessp, ido-file-extension-aux)
416 (ido-file-extension-order): New advanced file ordering.
417 (ido-file-lessp): New simple file ordering.
418 (ido-sort-list): Remove.
419 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
420 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
421
422 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
423
424 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
425 that some versions of grep produce.
426 (grep-mode-font-lock-keywords): Likewise.
427
428 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
429
430 * progmodes/gdb-ui.el (gdb-location-list): New variable.
431 (gdb-cdir): Delete.
432 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
433 (gdb-source-info): Treat case when source file is in another
434 directory properly.
435 (gdb-get-location): New function.
436
437 2005-02-07 Jay Belanger <belanger@truman.edu>
438
439 * calc/calc-prog.el (calc-write-parse-table-part)
440 (calc-fix-token-name): Fix a check for language type.
441
442 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
443
444 2005-02-07 Andre Spiegel <spiegel@gnu.org>
445
446 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
447 as directory not writable.
448
449 2005-02-07 Kim F. Storm <storm@cua.dk>
450
451 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
452 (cua--standard-movement-commands): Remove list.
453 Instead, set CUA property value to move for movement commands.
454 (cua-movement-commands): Remove. Users must set CUA prop instead.
455 (cua--pre-command-handler): Check CUA property.
456 (cua--init-keymaps): Don't remap undo commands.
457 (cua-mode): Don't call cua--rectangle-on-off.
458
459 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
460 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
461 (cua--rect-undo-set-point): New var.
462 (cua--rectangle-undo-boundary): Setup undo apply entry.
463 (cua--rect-undo-handler): New function for rectangle undo.
464 (cua--rect-start-position, cua--rect-end-position): Add.
465 (cua--rectangle-post-command): Call cua--rectangle-set-corners
466 for restored rectangle. Set point if cua--rect-undo-set-point.
467
468 2005-02-06 Jay Belanger <belanger@truman.edu>
469
470 * calc/calc-lang.el (calc-tex-language): Display more information
471 in messages.
472
473 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
474 in TeX mode.
475
476 2005-02-06 Richard M. Stallman <rms@gnu.org>
477
478 * emacs-lisp/lisp.el (buffer-end): Doc fix.
479
480 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
481
482 * net/ldap.el (ldap-search-internal): Support attributes with
483 optional descriptions separated by a semi-colon, as in
484 "userCertificate;binary".
485
486 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
487
488 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
489 isn't a cons (i.e. the version is 0).
490
491 2005-02-05 Eli Zaretskii <eliz@gnu.org>
492
493 * help.el (help-for-help): Doc fix.
494
495 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
496
497 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
498 GDB-Windows on the menu-bar as this works better.
499
500 2005-02-04 Jay Belanger <belanger@truman.edu>
501
502 * calc/calc-embed.el (calc-embedded-update): Don't put in
503 unnecessary newlines. Adjust the end of formula marker.
504
505 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
506 (math-latex-parse-two-args): New function.
507
508 2005-02-03 Lute Kamstra <lute@gnu.org>
509
510 * help-fns.el (help-with-tutorial): Make sure that users cannot
511 remove the entire text of the tutorial by means of `undo'.
512
513 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
516 in recent changes, where the ispell process was repeatedly
517 killed & restarted.
518
519 * international/mule-cmds.el (set-locale-environment): Set file-name
520 coding system to utf-8 on Darwin systems.
521 (set-default-coding-systems): Don't set default-file-name-coding-system
522 on Darwin systems.
523
524 2005-02-03 Richard M. Stallman <rms@gnu.org>
525
526 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
527
528 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
529
530 * faces.el (list-faces-display): Add optional argument.
531
532 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * font-core.el (font-lock-default-function): Handle the rare case where
535 only font-lock-keywords is set.
536
537 2005-02-02 Kenichi Handa <handa@m17n.org>
538
539 * international/characters.el: Cancel previous change for
540 I-WITH-DOT-ABOVE and DOTLESS-i.
541
542 * international/latin-5.el: Cancel previous change.
543
544 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
545
546 * progmodes/gud.el: Correction to syntax in gud-menu-map.
547
548 2005-02-02 Kenichi Handa <handa@m17n.org>
549
550 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
551 DOTLESS-i.
552
553 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
554 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
555
556 * case-table.el (get-upcase-table): New function.
557 (copy-case-table): Copy upcaes table too if non-nil.
558 (set-case-syntax-delims): Maintain upcase table too.
559 (set-case-syntax-pair): Likewise.
560 (set-upcase-syntax, set-downcase-syntax): New functions.
561 (set-case-syntax): Maintain upcase table too.
562
563 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
564
565 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
566
567 * progmodes/gud.el (gud-goto-info): New function.
568 (gud-tool-bar-map): Use correct icon.
569
570 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
571
572 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
573 When delegating, order args in the funcall correctly.
574
575 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
576
577 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
578
579 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
580
581 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
582 buffer not visiting a file.
583
584 2005-01-31 Jay Belanger <belanger@truman.edu>
585
586 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
587 bound on the line with the formula.
588
589 2005-01-31 Kim F. Storm <storm@cua.dk>
590
591 * ses.el (ses-create-cell-variable-range)
592 (ses-destroy-cell-variable-range, ses-reset-header-string)
593 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
594 (ses-insert-row): Fix format of apply undo entries.
595
596 2005-01-31 Jay Belanger <belanger@truman.edu>
597
598 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
599 parts.
600
601 * calc/calc-embed.el (calc-embedded-open-formula)
602 (calc-embedded-close-formula): Ignore matrix environments.
603
604 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
605 TeX mode.
606
607 * calc/calc-lang.el (math-function-table, math-oper-table)
608 (math-variable-table): Adjust the LaTeX portions.
609
610 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
611 (math-latex-ignore-words): New constant.
612
613 2005-01-31 Richard M. Stallman <rms@gnu.org>
614
615 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
616 (ispell-local-dictionary): Doc fix.
617 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
618 Don't reinitialize at run time. Don't defcustom.
619 All uses changed to append ispell-local-dictionary-alist,
620 or check it first.
621 (ispell-current-dictionary): New variable for dictionary in use.
622 (ispell-dictionary): Now used only for global default.
623 (ispell-start-process): Set ispell-current-dictionary,
624 not ispell-dictionary.
625 (ispell-change-dictionary): Use this only for setting
626 user preferences.
627 (ispell-internal-change-dictionary): New function
628 to change the current dictionary in use.
629 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
630 Use ispell-current-dictionary.
631 Handle ispell-local-dictionary-overridden.
632 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
633
634 2005-01-31 Jay Belanger <belanger@truman.edu>
635
636 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
637
638 * calc/calc-ext.el: Add calc-latex-language to autoloads.
639 (calc-mode-map): Add calc-latex-language.
640
641 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
642 (math-latex-print-frac): New functions.
643 (math-oper-table, math-function-table, math-variable-table)
644 (math-complex-format, math-input-filter): Add latex properties.
645 (calc-set-language): Set math-expr-special-function-mapping.
646
647 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
648 (calc-write-parse-table-part): Add LaTeX support.
649
650 * calc/calc.el (calc-language): Adjust docstring.
651 (calc-set-mode-line): Add LaTeX support.
652 (math-expr-special-function-mapping): New variable.
653 (math-tex-ignore-words): Add to list.
654
655 * calc/calccomp.el (math-compose-expr, math-compose-rows):
656 Add LaTeX support.
657 (math-compose-expr): Add support for special functions.
658
659 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
660
661 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
662
663 * progmodes/gdb-ui.el (gdb-memory-address)
664 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
665 (gdb-memory-mode-map, gdb-memory-format-keymap)
666 (gdb-memory-format-menu, gdb-memory-unit-keymap)
667 (gdb-memory-unit-menu): New variables for a buffer
668 that lets the user examine program memory.
669 (gdb-memory-set-address, gdb-memory-set-repeat-count)
670 (gdb-memory-format-binary, gdb-memory-format-octal)
671 (gdb-memory-format-unsigned, gdb-memory-format-signed)
672 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
673 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
674 (gdb-memory-unit-word, gdb-memory-unit-halfword)
675 (gdb-memory-unit-byte, gdb-memory-unit-menu)
676 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
677 (gdb-memory-mode, gdb-memory-buffer-name)
678 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
679 New functions for above buffer.
680
681 2005-01-30 Richard M. Stallman <rms@gnu.org>
682
683 * cus-edit.el (custom-bury-buffer): Function deleted.
684 (custom-buffer-done-function): Option deleted.
685 (custom-buffer-done-kill): New (replacement option.
686 (Custom-buffer-done): Call quit-window.
687 (custom-buffer-create-internal): Update for above changes.
688
689 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
690
691 * simple.el (undo-ask-before-discard): New var.
692 (undo-outer-limit-truncate): Implement it.
693 (undo-extra-outer-limit): Doc update.
694
695 2005-01-29 Richard M. Stallman <rms@gnu.org>
696
697 * ses.el (undo-more): Delete defadvice.
698 (ses-begin-change): Doc fix.
699
700 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
701 instead of rebinding C-x u and C-_.
702
703 * files.el (normal-backup-enable-predicate): Return nil for files
704 in /tmp, regardless of temporary-file-directory.
705
706 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
707
708 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
709 (open-rectangle, delete-whitespace-rectangle-line)
710 (clear-rectangle-line): If FILL, pass t instead of FILL
711 for move-to-column's 2nd arg.
712
713 * simple.el (undo): Fix the test for continuing a series of undos.
714 (undo-more): Set pending-undo-list to t when we reach end.
715 (pending-undo-list): Move up defvar.
716
717 * wid-edit.el (widget-button-click):
718 Shorten the range of the track-mouse binding.
719
720 * comint.el (comint-insert-input): Undo previous changes;
721 use last-input-event in interactive spec.
722
723 2005-01-29 Eli Zaretskii <eliz@gnu.org>
724
725 * progmodes/compile.el (compilation-start): Bind buffer-read-only
726 to nil before invoking call-process. Reset buffer's modified flag
727 after fontifying it in the no-async branch.
728
729 * wid-edit.el (widget-specify-button): If mouse pointer shape
730 cannot be changed, use mouse face instead.
731
732 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
733
734 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
735 (gdb-goto-breakpoint): Make breakpoint handling work on template
736 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
737 (gdb-assembler-custom): Update to recognise breakpoint information
738 added on 2005-01-19.
739
740 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
743 (dsssl-mode): Use define-derived-mode.
744 (scheme-mode-initialize): Remove.
745 (scheme-mode): Use run-mode-hooks.
746
747 * cus-edit.el (customize-group-other-window)
748 (custom-buffer-create-other-window): Don't override special-display-*.
749 (custom-mode-map): Make it dense.
750
751 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
752 sets the default value.
753
754 2005-01-28 Eli Zaretskii <eliz@gnu.org>
755
756 * descr-text.el: Add more keywords.
757
758 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * speedbar.el: Avoid unnecessary use of locate-library.
761
762 * international/mule-cmds.el (standard-display-european-internal):
763 Don't fiddle with latin-1 non-break space any more since it's now
764 special cased in the C code.
765 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
766
767 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
768
769 * cus-start.el (all): Add `undo-outer-limit'.
770
771 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
772
773 * textmodes/bibtex.el (bibtex-format-entry):
774 Use `bibtex-empty-field-re' only on the text of fields, not on entire
775 field lines.
776 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
777 not on part of a buffer.
778
779 2005-01-25 Lute Kamstra <lute@gnu.org>
780
781 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
782 nonempty field text strings like "{letters\\macro{}more letters}".
783 Clarify docstring.
784 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
785 (bibtex-entry-offset, bibtex-parse-association)
786 (bibtex-parse-field-name): Fix typos in docstrings.
787 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
788
789 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
790
791 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
792 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
793 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
794 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
795
796 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
797 isearch minor mode.
798
799 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
800
801 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
802
803 2005-01-24 Lute Kamstra <lute@gnu.org>
804
805 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
806 CASECHARS and NOT-CASECHARS regular expressions of the
807 "nederlands" and "nederlands8" dictionaries to prevent a "Range
808 striding over charsets" error.
809
810 2005-01-24 Jay Belanger <belanger@truman.edu>
811
812 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
813 display variable name.
814
815 2005-01-24 Kenichi Handa <handa@m17n.org>
816
817 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
818 Fix setting of the element of encoded-kbd-iso2022-invocations.
819
820 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
821
822 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
823 (gdb-threads-select): Change to also accept mouse events.
824 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
825 (gdb-threads-mouse-select): Delete.
826
827 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
828
829 * files.el (insert-directory): Take care of empty directory,
830 listed without -a switch.
831
832 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * textmodes/refill.el (refill-post-command-function):
835 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
836 to the list of functions that we should be careful not to undo.
837 (refill-late-fill-paragraph-function): Remove.
838 (refill-saved-state): New var.
839 (refill-mode): Use it to save fill-paragraph-function.
840 Save also the value of auto-fill-function.
841
842 * term/w32-win.el: Simplify code.
843
844 2005-01-23 Kim F. Storm <storm@cua.dk>
845
846 * simple.el (line-move): Adapt to new return value from
847 pos-visible-in-window-p.
848
849 * simple.el (line-move): Fix last change. Check partial
850 visibility at point rather than at window-start.
851
852 2005-01-22 Jason Rumney <jasonr@gnu.org>
853
854 * term/w32-win.el (xw-defined-colors): Remove debug-message.
855
856 2005-01-22 David Kastrup <dak@gnu.org>
857
858 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
859
860 2005-01-22 Eli Zaretskii <eliz@gnu.org>
861
862 * type-break.el (type-break-mode): Add a test for
863 type-break-file-name being non-nil.
864
865 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
866
867 * net/eudc.el (top level): Call (message "") via progn, so that
868 eudc-options-file is loaded.
869
870 2005-01-22 Kim F. Storm <storm@cua.dk>
871
872 * simple.el (line-move-1): Rename from line-move.
873 (line-move): New function that adjusts vscroll for partially
874 visible rows, and calls line-move-1 otherwise.
875
876 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
877
878 * pcomplete.el: define pcomplete-read-event instead of read-event,
879 since it's not a complete read-event implementation
880
881 2005-01-20 Jay Belanger <belanger@truman.edu>
882
883 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
884 for called function.
885
886 2005-01-20 Steven Tamm <steventamm@mac.com>
887
888 * term/mac-win.el (process-connection-type): Remove.
889 Controlled now by s/darwin.h:PTY_ITERATION.
890
891 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * window.el (handle-select-window): Don't switch window when we're
894 in the minibuffer.
895
896 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
897
898 * subr.el (dotimes-with-progress-reporter): New macro.
899
900 * ses.el (ses-dotimes-msg): Remove macro.
901 Use `dotimes-with-progress-reporter' instead.
902
903 2005-01-19 Steven Tamm <steventamm@mac.com>
904
905 * term/mac-win.el (process-connection-type): Use new
906 operating-system-release variable to use ptys on Darwin 7 (OSX
907 10.3) when using carbon build.
908
909 2005-01-19 Jay Belanger <belanger@truman.edu>
910
911 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
912 flags if the last command was a tab or M-tab.
913
914 * calc/calc-prog.el (calc-user-define-edit): Put original formula
915 in formula editing buffer.
916
917 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
918
919 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
920 breakpoint image symbol in margin.
921
922 2005-01-19 Jay Belanger <belanger@truman.edu>
923
924 * calc/calc-prog.el (calc-execute-kbd-macro):
925 Ignore calc-keep-arg-flag.
926
927 2005-01-19 Kenichi Handa <handa@m17n.org>
928
929 * textmodes/ispell.el (ispell-looking-at): New function.
930 (ispell-process-line): Use ispell-looking-at to compare the ispell
931 output and the buffer contents.
932
933 2005-01-18 Jay Belanger <belanger@truman.edu>
934
935 * calc/calc.el (calc-display-raw): Fix docstring.
936
937 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * simple.el (blink-matching-open): Strip extra info from syntax.
940
941 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
942 funny chars in the end-of-here-doc marker.
943
944 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
945
946 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
947 that enable/disabled state of breakpoints is shown correctly in
948 fringe and on ttys.
949 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
950 Add breakpoint information as text properties.
951 (gdb-mouse-toggle-breakpoint):
952 Rename to gdb-mouse-set-clear-breakpoint.
953 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
954 breakpoints in the margin.
955 (gdb-remove-strings): Simplify.
956
957 2005-01-17 Jay Belanger <belanger@truman.edu>
958
959 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
960 erasing buffer.
961
962 2005-01-17 Richard M. Stallman <rms@gnu.org>
963
964 * progmodes/grep.el (grep-find): Copy from `grep' the condition
965 for calling grep-compute-defaults.
966
967 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
968 if buffer is empty.
969
970 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
971
972 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * hilit-chg.el (highlight-changes-mode): Don't autoload.
975
976 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
977 non-preloaded variables.
978
979 2005-01-17 Steven Tamm <steventamm@mac.com>
980
981 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
982 tex-shell cause to force interactivity when using pipes.
983
984 2005-01-17 Kim F. Storm <storm@cua.dk>
985
986 * simple.el (just-one-space): Make arg optional.
987
988 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
989
990 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
991 posn-at-x-y to t to access left-margin.
992
993 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
994
995 Sync with Tramp 2.0.47.
996
997 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
998 catching keep-date problems in cp/scp operations.
999 (tramp-handle-copy-file): Don't call `set-file-modes'
1000 unconditionally. Specialized functions should know better what is
1001 necessary. This improves performance a little bit, and the
1002 functions could catch errors with `cp -p' and `scp -p'.
1003 (tramp-do-copy-or-rename-file-via-buffer)
1004 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1005 when appropriate.
1006 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1007 Call `set-file-modes' when appropriate.
1008 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
1009 Johnsson <isak@hypergene.com>
1010 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1011 of both Tramp buffer and debug buffer. Reported by Joakim Verona
1012 <joakim@verona.se>
1013 (tramp-file-name-for-operation): Mark `shell-command' as magic for
1014 Emacs only.
1015
1016 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
1017 `find-file-hooks' and `dired-mode-hook'.
1018 (tramp-minor-mode-map): Respective map. Add remapping for
1019 `compile' and `recompile'.
1020 (tramp-remap-command, tramp-recompile): New defuns.
1021 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1022 in buffer "*Compilation*". Call the commands asynchronously.
1023
1024 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1025 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1026 `shell-command', because it isn't magic in XEmacs. Reported by
1027 Adrian Aichner <adrian@xemacs.org>.
1028
1029 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1030 `substitute-in-file-name.
1031 (tramp-smb-handle-substitute-in-file-name): New defun.
1032 (tramp-smb-advice-PC-do-completion): Delete advice.
1033
1034 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
1035
1036 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1037 Fix error in deleting region.
1038
1039 2005-01-15 Richard M. Stallman <rms@gnu.org>
1040
1041 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1042 In non-temp buffer, switch syntax table temporarily.
1043
1044 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1045
1046 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1047
1048 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1049
1050 * imenu.el (imenu--split-menu): Copy menulist before sorting.
1051 (imenu--generic-function): Use START, not BEG, as pos of definition.
1052
1053 * simple.el (just-one-space): Argument specifies number of spaces.
1054
1055 * simple.el (eval-expression-print-format): Avoid warning
1056 about edebug-active.
1057
1058 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
1059
1060 * progmodes/sh-script.el: Code copied from make-mode.el
1061 with small changes,
1062 (sh-mode-map): Bind C-c C-\.
1063 (sh-backslash-column, sh-backslash-align): New variables.
1064 (sh-backslash-region, sh-append-backslash): New functions.
1065
1066 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1067
1068 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1069 (rmail-pop-password, rmail-pop-password-required): Move to
1070 rmail-obsolete group.
1071 (rmail-set-pop-password): Rename to rmail-set-remote-password.
1072 All callers updated.
1073 (rmail-get-pop-password): Rename to rmail-get-remote-password.
1074 Take an argument specifying whether it is POP or IMAP mailbox we
1075 are using. All callers updated.
1076 (rmail-pop-password-error): Rename to
1077 rmail-remote-password-error. Added mailutils-specific error message.
1078 (rmail-movemail-search-path)
1079 (rmail-movemail-variant-in-use): New variables.
1080 (rmail-remote-password, rmail-remote-password-required):
1081 New customization variables.
1082 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1083 (rmail-parse-url): New function.
1084 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1085 with GNU mailutils movemail.
1086
1087 2005-01-15 Kevin Ryde <user42@zip.com.au>
1088
1089 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1090 suffix to space, $ or '$, to correctly position point when going
1091 to @table style constants like DBL_MAX.
1092
1093 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1094
1095 * type-break.el (type-break-mode, type-break-file-time)
1096 (type-break-file-keystroke-count, type-break-choose-file):
1097 Don't store data in or load data from the file if type-break-file-name
1098 is nil.
1099 (type-break-file-name): Doc update as per the above.
1100
1101 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
1102
1103 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1104 lookup-key might return nil; handle that.
1105
1106 2005-01-15 Alan Mackenzie <acm@muc.de>
1107
1108 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1109 rather than the element found, thus enabling the tree to be setcar'd.
1110
1111 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1112
1113 * textmodes/org.el (org-show-following-heading): New option.
1114 (org-show-hierarchy-above): Use `org-show-following-heading'.
1115 (org-cycle): Documentation fix.
1116
1117 * textmodes/org.el (orgtbl-optimized): New option
1118 (orgtbl-mode): New command, a minor mode.
1119 (orgtbl-mode-map): New variable.
1120 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1121 (orgtbl-error, orgtbl-self-insert-command)
1122 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1123
1124 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1125 a local variable in each org-mode buffer.
1126
1127 * textmodes/org.el (org-set-regexps-and-options): Rename from
1128 `org-set-regexps'. Added checking for STARTUP keyword.
1129 (org-get-current-options): Add STARTUP options.
1130 (org-table-insert-row): Mode mode intelligent about when
1131 realignment is needed.
1132 (org-self-insert-command, org-delete-backward-char, org-delete-char):
1133 New commands.
1134 (org-enable-table-editor): New default value `optimized'.
1135 (org-table-blank-field): Support blanking regions if active.
1136
1137 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1138
1139 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1140 if the year is not given.
1141
1142 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1143 Add new escapes %m and %M, fixed bug with %F by adding
1144 save-match-data.
1145 (reftex-reference): Remove ?. from list of spaces.
1146 (reftex-label-info): Add automatic label prefix recognition.
1147
1148 * textmodes/reftex-index.el (reftex-index-next-phrase):
1149 Add slave parameter to call of `reftex-index-this-phrase'.
1150 (reftex-index-this-phrase): New optional argument.
1151 (reftex-index-region-phrases): Add slave parameter to call of
1152 `reftex-index-this-phrase'.
1153 (reftex-display-index): New argument redo.
1154 (reftex-index-rescan): Add 'redo to arguments of
1155 `reftex-display-index'.
1156 (reftex-index-Rescan, reftex-index-revert)
1157 (reftex-index-switch-index-tag): Add 'redo to arguments of
1158 `reftex-display-index'.
1159 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1160 indexing. Fix bug with matching is there is a quote before or
1161 after the word.
1162
1163 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1164 Fix bug when collecting citation keys in lines with comments.
1165 (reftex-citation): Prefix argument no longer rescans the document,
1166 but forces prompting for optional arguments of cite macros.
1167 (reftex-do-citation): Prompting for optional arguments implemented.
1168
1169 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1170 Add optional arguments to most cite commands.
1171 (reftex-cite-cleanup-optional-args): New option
1172 (reftex-cite-prompt-optional-args): New option.
1173 (reftex-trust-label-prefix): New option.
1174
1175 * textmodes/reftex-toc.el (reftex-toc-find-section):
1176 Add push-mark before changing the position in the buffer.
1177
1178 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1179 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1180
1181 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
1182
1183 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1184 more carefully.
1185
1186 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1189 (sgml-mode): Use it.
1190 (sgml-get-context): Better keep track of implicitly closed tags.
1191
1192 2005-01-13 Kenichi Handa <handa@m17n.org>
1193
1194 * textmodes/ispell.el: These changes are to fix misalignment error
1195 caused by equivalent characters of different Emacs charsets.
1196 (ispell-unified-chars-table): New variable.
1197 (ispell-get-decoded-string): New function.
1198 (ispell-get-casechars, ispell-get-not-casechars)
1199 (ispell-get-otherchars): Call ispell-get-decoded-string.
1200
1201 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1202
1203 * custom.el (custom-declare-variable): Just put symbol instead
1204 of (defvar . symbol) in `current-load-list'.
1205
1206 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1207
1208 * emacs-lisp/elint.el: Fixed typo in Commentary section.
1209
1210 2005-01-12 Jay Belanger <belanger@truman.edu>
1211
1212 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1213 to create a Calc summary.
1214
1215 2005-01-12 Kim F. Storm <storm@cua.dk>
1216
1217 * mouse.el (mouse-on-link-p): Change functionality and doc
1218 string to comply with latest description in lisp ref.
1219
1220 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
1221
1222 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1223 Enable mouse clicks on mode-line, header-line and margin.
1224 (event-type): Give mouse event symbols an 'event-kind property
1225 with value 'mouse-click.
1226
1227 2005-01-12 Juri Linkov <juri@jurta.org>
1228
1229 * facemenu.el (list-colors-display): Add new arg buffer-name.
1230 Use it. Fix docstring. Replace code for identifying duplicate
1231 colors by the name with call to `list-colors-duplicates' which
1232 identifies duplicate colors by the value unless the color
1233 is one of special Windows colors. Set truncate-lines to t.
1234 Print sorted duplicate color names on each line. Indent to 22
1235 \(the longest color name in rgb.txt) instead of 20. Optimize.
1236 (list-colors-duplicates): New function.
1237 (facemenu-color-name-equal): Delete function.
1238
1239 * facemenu.el (list-colors-print): New function created from code
1240 in list-colors-display. Print #RRGGBB at the window right edge.
1241 (list-colors-display): When temp-buffer-show-function is not
1242 defined, call list-colors-print from temp-buffer-show-hook
1243 to get the right value of window-width in list-colors-print
1244 after the buffer is displayed.
1245
1246 * simple.el (pop-mark): Move deactivate-mark out of conditional
1247 part to deactivate the active mark regardless of the state of the
1248 mark ring.
1249
1250 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1251 variables line in desktop files.
1252
1253 2005-01-12 Juri Linkov <juri@jurta.org>
1254
1255 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1256 Bring together isearch highlight related options.
1257 (lazy-highlight): Replace group `replace' by `matching'.
1258 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1259 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1260 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1261 and declare them obsolete.
1262 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1263 (isearch-faces): Remove defgroup.
1264 (isearch-overlay, isearch-highlight, isearch-dehighlight):
1265 Move isearch highlighting code closer to lazy highlighting code.
1266
1267 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1268 (query-replace-highlight, query-replace-lazy-highlight)
1269 (query-replace): Move definitions to the beginning of the file.
1270
1271 2005-01-11 Juri Linkov <juri@jurta.org>
1272
1273 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1274 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1275 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1276
1277 * info.el (Info-history-forward): New variable.
1278 (Info-select-node): Reset Info-history-forward to nil.
1279 (Info-last): Turn into defalias.
1280 (Info-history-back): Rename from Info-last.
1281 Add current node to Info-history-forward.
1282 (Info-history-forward): New fun.
1283 (Info-mode-map): Replace Info-last by Info-history-back.
1284 Bind Info-history-forward to "r".
1285 (Info-mode-menu): Replace Info-last by Info-history-back.
1286 Fix menu item text. Add menu item for Info-history-forward.
1287 (info-tool-bar-map): Replace Info-last by Info-history-back.
1288 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
1289 for Info-history-forward.
1290 (Info-mode): Replace Info-last by Info-history-back in docstring.
1291 Add local variable Info-history-forward.
1292 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1293
1294 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1297 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1298 Ignore select-window events rather than fiddle with
1299 mouse-autoselect-window.
1300
1301 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
1302
1303 * type-break.el (type-break-mode): Fix previous change.
1304
1305 2005-01-10 Jay Belanger <belanger@truman.edu>
1306
1307 * calc/calc-ext.el (calc-reset): Reset when inside embedded
1308 calculator; only reset when point is inside a calculator.
1309 Don't adjust the window height if the window takes up the whole height
1310 of the frame.
1311
1312 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1313
1314 * ebuff-menu.el (Electric-buffer-menu-mode):
1315 Preserve value of buffer-local var header-line-format.
1316
1317 2005-01-09 Jay Belanger <belanger@truman.edu>
1318
1319 * calc/calc.el (calc-mode-var-list-restore-saved-values):
1320 Make sure settings file exists before accessing it.
1321
1322 * calc/calc-embed.el (calc-embedded-subst):
1323 Replace math-multi-subst-rec, which is only supposed to be called
1324 by math-multi-subst, by math-multi-subst.
1325
1326 2005-01-09 Andre Spiegel <spiegel@gnu.org>
1327
1328 * vc.el (vc-allow-async-revert): New user option.
1329 (vc-disable-async-diff): New internal variable.
1330 (vc-revert-buffer): Use them to disable asynchronous diff.
1331
1332 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1333 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1334 asynchronously if vc-disable-async-diff is t.
1335
1336 2005-01-09 Jay Belanger <belanger@truman.edu>
1337
1338 * calc/calc.el (defcalcmodevar): New macro.
1339 (calc-mode-var-list-restore-default-values)
1340 (calc-mode-var-list-restore-saved-values): New functions.
1341 (calc-mode-var-list): Use defcalcmodevar to define it.
1342 (calc-always-load-extensions, calc-line-numbering)
1343 (calc-line-breaking, calc-display-just, calc-display-origin)
1344 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1345 (calc-group-char, calc-point-char, calc-frac-format)
1346 (calc-prefer-frac, calc-hms-format, calc-date-format)
1347 (calc-float-format, calc-full-float-format, calc-complex-format)
1348 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1349 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1350 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1351 (calc-matrix-brackets, calc-language, calc-language-option)
1352 (calc-left-label, calc-right-label, calc-word-size)
1353 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1354 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1355 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1356 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1357 (calc-window-height, calc-display-trail, calc-show-selections)
1358 (calc-use-selections, calc-assoc-selections)
1359 (calc-display-working-message, calc-auto-why, calc-timing)
1360 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1361 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1362 (calc-gnuplot-default-device, calc-gnuplot-default-output)
1363 (calc-gnuplot-print-device, calc-gnuplot-print-output)
1364 (calc-gnuplot-geometry, calc-graph-default-resolution)
1365 (calc-graph-default-resolution-3d, calc-invocation-macro)
1366 (calc-show-banner): Use defcalcmodevar to declare them and set
1367 their default values.
1368
1369 * calc/calc-ext.el (calc-reset): Restore saved values of variables
1370 instead of default values (but restore default values if there is
1371 an argument of 0).
1372
1373 2005-01-09 David Kastrup <dak@gnu.org>
1374
1375 * desktop.el (desktop-restore-eager): Fix typo in type.
1376
1377 2005-01-08 Richard M. Stallman <rms@gnu.org>
1378
1379 * cus-edit.el (customize): Delete :link.
1380
1381 2005-01-08 Jay Belanger <belanger@truman.edu>
1382
1383 * calc/calc.el (calc-mode): Remove the extension from the
1384 `calc-settings-file' file name when loading it.
1385
1386 2005-01-08 Kim F. Storm <storm@cua.dk>
1387
1388 * info.el (Info-mode-map, Info-next-link-keymap)
1389 (Info-prev-link-keymap, Info-up-link-keymap):
1390 Map follow-link to mouse-face.
1391 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1392
1393 2005-01-08 Jay Belanger <belanger@truman.edu>
1394
1395 * calc/calc.el (calc-settings-file): Change default value.
1396 Suggested by cgw in a comment in calc-mode.el.
1397
1398 * calc/calc-mode.el (calc-settings-file-name):
1399 Compare calc-settings-file to user-init-file instead of ~/.emacs.
1400 Replace ~/.emacs in a prompt by calc-settings-file.
1401
1402 2005-01-07 Lars Hansen <larsh@math.ku.dk>
1403
1404 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1405 (desktop-lazy-idle-delay): New customizable variables.
1406 (desktop-buffer-args-list): New variable.
1407 (desktop-append-buffer-args): New function.
1408 (desktop-save): Call desktop-append-buffer-args for some buffers.
1409 (desktop-lazy-create-buffer): New function.
1410 (desktop-idle-create-buffers): New function.
1411 (desktop-read): Add message about buffers to restore lazily.
1412 (desktop-lazy-abort): New command.
1413 (desktop-clear): Call desktop-lazy-abort.
1414 (desktop-lazy-complete): New command.
1415
1416 2005-01-06 Richard M. Stallman <rms@gnu.org>
1417
1418 * emacs-lisp/find-func.el (find-face-definition):
1419 Rename from find-face.
1420
1421 2005-01-06 Kim F. Storm <storm@cua.dk>
1422
1423 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1424
1425 * man.el (Man-xref-man-page, Man-xref-header-file)
1426 (Man-xref-normal-file): Add follow-link property.
1427
1428 2005-01-06 Jay Belanger <belanger@truman.edu>
1429
1430 * calc/calc-units.el: Make sure the proper macro definitions are
1431 available when compiling.
1432
1433 2005-01-06 Juri Linkov <juri@jurta.org>
1434
1435 * isearch.el (isearch-lazy-highlight-update):
1436 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1437
1438 2005-01-06 Miles Bader <miles@gnu.org>
1439
1440 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1441 (isearch-lazy-highlight-face): Use new name.
1442
1443 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * uniquify.el (uniquify-rationalize-file-buffer-names):
1446 Re-add an interactive spec.
1447 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1448 to the same name.
1449
1450 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1451 (isearch-update, isearch-done): Adjust calls accordingly.
1452
1453 2005-01-05 Richard M. Stallman <rms@gnu.org>
1454
1455 * custom.el (custom-set-variables, custom-theme-set-variables):
1456 Clarify documentation.
1457
1458 * emacs-lisp/find-func.el (find-variable)
1459 (find-variable-other-window, find-variable-other-frame):
1460 Fix the TYPE args to find-function-read and find-function-do-it.
1461 (find-function): Doc fix.
1462 (find-function-at-point): Replace function-at-point alias.
1463
1464 2005-01-04 Richard M. Stallman <rms@gnu.org>
1465
1466 * cus-face.el (custom-declare-face):
1467 Record defface in current-load-list.
1468
1469 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1470
1471 * emacs-lisp/find-func.el: Doc fixes.
1472 (find-face-regexp): New variable.
1473 (find-function-regexp-alist): New variable.
1474 (find-function-C-source): Third arg is now TYPE.
1475 (find-function-search-for-symbol): Handle general TYPE.
1476 (find-function-read, find-function-do-it): Handle general TYPE.
1477 (find-definition-noselect, find-face): New functions.
1478 (function-at-point): Alias deleted.
1479
1480 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * battery.el (display-battery-mode): Rename from display-battery.
1483 Handle the case where it gets turned off.
1484
1485 2005-01-04 Richard M. Stallman <rms@gnu.org>
1486
1487 * cus-edit.el (customize): Make :link point to user doc.
1488
1489 * man.el (Man-fontify-manpage): Turn off undo generation.
1490
1491 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1492
1493 2005-01-04 Andreas Schwab <schwab@suse.de>
1494
1495 * files.el (insert-directory): Only look for error lines in
1496 inserted text. Don't move too far after processing --dired markers.
1497
1498 2005-01-04 Richard M. Stallman <rms@gnu.org>
1499
1500 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1501 Don't expand if the character is @, period, dash, etc.
1502 (define-mail-abbrev): Quote names that contain problem characters.
1503
1504 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1505
1506 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1507
1508 2005-01-03 Richard M. Stallman <rms@gnu.org>
1509
1510 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1511 (query-replace-highlight, query-replace-lazy-highlight)
1512 (query-replace): Definitions moved up. Doc fix.
1513
1514 2005-01-03 Richard M. Stallman <rms@gnu.org>
1515
1516 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1517 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1518 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1519 (lazy-highlight-face): Rename from isearch-lazy-...
1520 Change all references to them.
1521
1522 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
1523
1524 * cus-edit.el (custom-file): Doc fix for defcustom.
1525 (custom-file): The function no longer sets the variable
1526 `custom-file' to its return value.
1527
1528 * startup.el (command-line): No longer load `custom-file'.
1529
1530 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1533
1534 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1535 Don't confuse module-prefixed identifiers for labels.
1536 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1537
1538 2005-01-02 Richard M. Stallman <rms@gnu.org>
1539
1540 * files.el (basic-save-buffer-1): Fix previous change.
1541
1542 * loadhist.el (file-loadhist-lookup): New function.
1543 (file-provides, file-requires): Use it.
1544
1545 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1546 instead of calculating the right size.
1547
1548 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1549
1550 * vc-svn.el (vc-svn-diff): Stay local if possible.
1551
1552 2005-01-02 Stefan <monnier@iro.umontreal.ca>
1553
1554 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1555
1556 * files.el (hack-local-variables): Fix last change.
1557
1558 2005-01-02 Jay Belanger <belanger@truman.edu>
1559
1560 * calc/calc-yank.el (calc-edit-top): New variable.
1561 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1562 object. Change header properties.
1563 (calc-edit-finish, calc-edit-finish-stack-object)
1564 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1565 edited object.
1566 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1567 for the beginning of the edited object.
1568 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1569 for the beginning of the edited object.
1570 * calc/calc-prog.el (calc-edit-macro-finish-edit)
1571 (calc-finish-formula-edit, calc-macro-repeats)
1572 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1573 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1574 beginning of the edited object.
1575 (calc-user-define-edit): Change the header for editing macros.
1576 Remove unnecessary variable.
1577
1578 2005-01-01 Jay Belanger <belanger@truman.edu>
1579
1580 * calc/calc-yank.el (calc-edit-mode): Change default header.
1581 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1582 * calc/calc-store.el (calc-edit-variable): Change title to match new
1583 header.
1584 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1585 mode to match new header.
1586 (calc-user-define-edit): Change titles to include names of commands.
1587 (calc-finish-formula-edit): Adjust to handle new header.
1588 (calc-finish-macro-edit): Remove.
1589 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1590 (calc-edit-macro-command, calc-edit-macro-command-type)
1591 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1592 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1593 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1594 (calc-edit-macro-finish-edit): New functions.
1595 (calc-user-define-edit): Use new functions to edit named calc macros.
1596
1597 2005-01-01 Stefan <monnier@iro.umontreal.ca>
1598
1599 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1600
1601 * ses.el (copy-region-as-kill): Deactivate mark.
1602
1603 2005-01-01 Richard M. Stallman <rms@gnu.org>
1604
1605 * replace.el (occur-1): If the output buffer is also an input,
1606 don't kill it, rename it.
1607
1608 * faces.el (set-face-background, set-face-foreground): Doc fix.
1609
1610 * cus-face.el (custom-face-attributes): Fix :help-echo strings
1611 for :foreground and :background.
1612
1613 * dired.el (dired-view-command-alist): Variable deleted.
1614 (dired-view-file, dired-mouse-find-file-other-window):
1615 Delete the code to use it.
1616
1617 2005-01-01 Kim F. Storm <storm@cua.dk>
1618
1619 * image.el (insert-sliced-image): Use t for line-height property.
1620
1621 2004-12-31 Jay Belanger <belanger@truman.edu>
1622
1623 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
1624 for "var-" at the beginning of the minibuffer.
1625
1626 2004-12-31 Richard M. Stallman <rms@gnu.org>
1627
1628 * faces.el (read-face-name):
1629 Don't treat an attribute spec as a list of faces.
1630
1631 * simple.el (undo): Use undo-equiv-table to detect
1632 unexpected changes since previous undo.
1633 (undo-list-saved): Variable deleted.
1634 (buffer-disable-undo): Don't alter undo-list-saved.
1635
1636 * files.el (require-final-newline): Allow `visit' and `visit-save'.
1637 (mode-require-final-newline): New option.
1638 (after-find-file): Handle require-final-newline with new values.
1639 (basic-save-buffer): Handle new values of require-final-newline.
1640
1641 * progmodes/sh-script.el (sh-require-final-newline):
1642 Alist value now controls whether to use mode-require-final-newline.
1643 (sh-set-shell): Implement that new meaning.
1644
1645 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1646 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1647 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1648 Delete old-Emacs compatibility code.
1649 (antlr-c-common-init): Function deleted.
1650
1651 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1652 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1653 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1654 * progmodes/python.el (python-mode): Use mode-require-final-newline.
1655 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1656 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1657 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1658 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1659 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1660 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1661 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1662 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1663 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1664 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1665 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1666 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1667
1668 2004-12-31 Jay Belanger <belanger@truman.edu>
1669
1670 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1671 way to return to Calc.
1672
1673 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1674 finish, C-xk as the way to cancel the edit. Add cancel routine to
1675 kill-buffer-hook.
1676
1677 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1678 MacEdit code.
1679
1680 * calc/calc-prog.el: Remove obsolete MacEdit code.
1681 (calc-macro-edit-algebraic, calc-macro-edit-variable)
1682 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1683
1684 2004-12-31 Kenichi Handa <handa@m17n.org>
1685
1686 * international/mule.el (buffer-file-coding-system-explicit):
1687 Rename for explicit-buffer-file-coding-system.
1688 (after-insert-file-set-coding): Adjust for the above change.
1689
1690 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1691 to buffer-file-coding-system-explicit.
1692 (basic-save-buffer-1): Likewise.
1693
1694 2004-12-30 Richard M. Stallman <rms@gnu.org>
1695
1696 * textmodes/artist.el (artist-butlast-fn): Var deleted.
1697 (artist-butlast, artist-last): Functions deleted.
1698 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1699 (artist-compute-key-compl-table): Call remq directly.
1700 (artist-remove-nulls): Function deleted.
1701 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1702 (artist-push, artist-pop): Macro deleted.
1703
1704 2004-12-30 Andreas Leue <al@sphenon.de>
1705
1706 * textmodes/artist.el (artist-version): 1.2.6
1707 (artist-prev-next-op-alist): New variable.
1708 (artist-select-next-op-in-list): New function.
1709 (artist-select-prev-op-in-list): New function.
1710 (artist-make-prev-next-op-alist): New function.
1711 (artist-is-in-op-list-p): New function.
1712 (artist-get-first-non-nil-op): New function.
1713 (artist-get-last-non-nil-op): New function.
1714 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1715 artist-prev-next-op-alist.
1716 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1717 change drawing operation.
1718
1719 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
1720
1721 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1722
1723 2004-12-31 Masatake YAMATO <jet@gyve.org>
1724
1725 * server.el (server-process-filter): Suppress `error', too.
1726
1727 2004-12-30 Jay Belanger <belanger@truman.edu>
1728
1729 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1730 Change the way a variable is displayed in a message.
1731
1732 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1733 (calc-user-define-permanent, calc-execute-kbd-macro):
1734 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1735
1736 2004-12-30 Kenichi Handa <handa@m17n.org>
1737
1738 * files.el (basic-save-buffer-1):
1739 Set explicit-buffer-file-coding-system to last-coding-system-used.
1740 (revert-buffer): Pay attention to
1741 explicit-buffer-file-coding-system (not buffer-file-coding-system)
1742 on bind coding-system-for-read.
1743
1744 * international/mule.el (explicit-buffer-file-coding-system):
1745 New buffer local variable.
1746 (after-insert-file-set-coding): Set it to coding-system-for-read.
1747
1748 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
1749
1750 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1751
1752 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
1753
1754 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1755 that include line numbers.
1756
1757 2004-12-29 Milan Zamazal <pdm@zamazal.org>
1758
1759 * files.el (hack-local-variables): If no PREFIX, set it to "^".
1760 Redundant variable PREFIXLEN removed.
1761
1762 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
1763
1764 * eshell/em-hist.el (eshell-previous-matching-input):
1765 Start the deletion from the end of the output.
1766
1767 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1768
1769 * term/mac-win.el: Require x-dnd.
1770 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
1771
1772 2004-12-29 David Kastrup <dak@gnu.org>
1773
1774 * international/mule.el (decode-coding-inserted-region):
1775 Don't barf if `buffer-undo-list' is already set to `t'.
1776
1777 2004-12-29 Jay Belanger <belanger@truman.edu>
1778
1779 * calc/calc-prog.el (calc-user-define-formula): Put default values
1780 for function names in prompts.
1781 (calc-user-define-permanent, calc-user-define-composition)
1782 (calc-user-define-formula): Remove the need for "calcFunc-" in the
1783 default input for algebraic functions.
1784
1785 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
1786
1787 * vc-rcs.el (vc-rcs-annotate-command):
1788 Fix omission bug: Call `vc-setup-buffer'.
1789
1790 2004-12-29 Kenichi Handa <handa@m17n.org>
1791
1792 * international/mule.el (recode-region): New function.
1793
1794 2004-12-28 Richard M. Stallman <rms@gnu.org>
1795
1796 * simple.el (undo-extra-outer-limit): New variable.
1797 (undo-outer-limit-truncate): Test and set it.
1798
1799 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
1800 enables the feature to extend the existing region.
1801
1802 * simple.el (mark-word): New arg ALLOW-EXTEND
1803 enables the feature to extend the existing region.
1804
1805 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
1806 enables the feature to extend the existing region.
1807
1808 * startup.el (site-run-file): Don't allow setting it with Custom.
1809
1810 * simple.el (buffer-disable-undo): Fix previous change.
1811
1812 2004-12-27 Masatake YAMATO <jet@gyve.org>
1813
1814 * hexl.el (hexlify-buffer): Remove fontification here.
1815 Use font lock mechanism instead.
1816 (hexl-font-lock-keywords): New font lock kewords.
1817 (hexl-mode-old-font-lock-keywords): New variable.
1818 (hexl-mode): Store the old font lock keywords.
1819 (hexl-mode-exit): Restore the old font lock keywords.
1820
1821 2004-12-27 Richard M. Stallman <rms@gnu.org>
1822
1823 * simple.el (undo): Fix previous change.
1824
1825 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1826
1827 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
1828 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
1829 Call x-open-connection on Mac OS X.
1830
1831 2004-12-27 Richard M. Stallman <rms@gnu.org>
1832
1833 * files.el (buffer-save-without-query): New var (buffer-local).
1834 (save-some-buffers): Save those buffers first, w/o asking.
1835
1836 * files.el (insert-directory-ls-version): New variable.
1837 (insert-directory): When ls returns an error, test the version
1838 number to decide what the return code means.
1839 With --dired output format, detect and distinguish lines
1840 that are really error messages.
1841 (insert-directory-adj-pos): New function.
1842
1843 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
1844
1845 * battery.el (battery-mode-line-format): Remove initial spaces.
1846
1847 * uniquify.el (uniquify-rationalize-file-buffer-names):
1848 Delete interactive spec.
1849
1850 * type-break.el (type-break-mode): Set buffer-save-without-query.
1851 Remove code that tried to set save-some-buffers-always.
1852 (type-break-file-keystroke-count): Bind deactivate-mark.
1853
1854 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
1855
1856 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
1857 Test that the buffer is live, and maybe reject current buffer too.
1858 Clarify.
1859 (next-error-find-buffer): Rewrite for clarity.
1860
1861 * loadup.el: Don't use buffer-disable-undo; do it directly.
1862
1863 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
1864 (describe-variable): Call symbol-file with `defvar'.
1865
1866 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
1867 (symbol-file): Rewritten to handle new load-history format.
1868 Now takes an arg TYPE to specify looking for a particular
1869 type of definition only.
1870
1871 * emacs-lisp/debug.el (debugger-make-xrefs):
1872 Call symbol-file with `defun'.
1873
1874 * emacs-lisp/find-func.el (find-function-noselect):
1875 Call symbol-file with `defun'.
1876 (find-variable-noselect): Call symbol-file with `defvar'.
1877
1878 * eshell/esh-cmd.el (eshell-find-alias-function):
1879 Call symbol-file with `defun'.
1880
1881 * eshell/esh-test.el (eshell-test-goto-func):
1882 Call symbol-file with `defun'.
1883
1884 * mail/rmail.el (rmail-resend):
1885 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
1886
1887 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
1888
1889 * progmodes/compile.el (compilation-find-buffer): Rename arg.
1890
1891 * textmodes/texinfmt.el (texinfo-format-buffer-1):
1892 Call buffer-disable-undo.
1893
1894 * simple.el (undo-list-saved): New variable (buffer-local).
1895 (undo): Set and test it.
1896 (buffer-disable-undo): Move here from buffer.c.
1897 Clear out undo-list-saved.
1898
1899 * international/mule.el (decode-coding-inserted-region):
1900 Set buffer-undo-list in a correct and optimal way.
1901
1902 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
1903 (cperl-font-lock-unfontify-region-function): No need to save and
1904 restore info, since font-lock.el does it for us.
1905
1906 * ansi-color.el (save-buffer-state): Definition deleted.
1907 (ansi-color-unfontify-region): Don't use save-buffer-state.
1908
1909 2004-12-27 Dave Love <fx@gnu.org>
1910
1911 * wid-edit.el (function): Use restricted-sexp as parent.
1912
1913 2004-12-27 Kevin Ryde <user42@zip.com.au>
1914
1915 * simple.el (next-matching-history-element): Use same
1916 `interactive' form as previous-matching-history-element.
1917
1918 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
1919 it can appear unencoded and has been seen from yahoo.
1920
1921 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
1922
1923 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1924 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
1925
1926 2004-12-27 Kenichi Handa <handa@m17n.org>
1927
1928 * international/utf-8.el (utf-translate-cjk-load-tables):
1929 Bind coding-system-for-read to nil while loading subst-*.
1930
1931 2004-12-26 Jay Belanger <belanger@truman.edu>
1932
1933 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
1934 default input.
1935
1936 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
1937
1938 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
1939 before reverting and disable undo recording while reverting.
1940
1941 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
1942
1943 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
1944 (hs-make-overlay): New function.
1945 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
1946 (hs-flag-region): Delete function.
1947 (hs-hide-comment-region): No longer use `hs-flag-region'.
1948 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
1949 (hs-hide-block-at-point): Likewise.
1950 (hs-hide-level-recursive): Use `hs-discard-overlays'.
1951 (hs-hide-all, hs-show-all): Likewise.
1952 (hs-show-block): Likewise.
1953 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
1954
1955 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
1956
1957 * progmodes/hideshow.el: Require `cl' when compiling.
1958 Remove XEmacs and Emacs 19 compatibility.
1959 Use `dolist' and `add-to-list' for load-time actions.
1960 (hs-discard-overlays): Use `dolist'.
1961 (hs-show-block): Likewise.
1962
1963 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
1964
1965 * faces.el (mode-line, mode-line-inactive): Use min-colors.
1966
1967 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
1968
1969 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
1970 When extending backwards, move outside the current comment first.
1971
1972 2004-12-22 Kenichi Handa <handa@m17n.org>
1973
1974 * international/quail.el (quail-start-translation): Fix prompt
1975 string for the case if input-method-use-echo-area being non-nil.
1976 (quail-start-conversion): Likewise.
1977 (quail-show-guidance): Don't show guidance if
1978 input-method-use-echo-area is non-nil.
1979
1980 2004-12-21 Richard M. Stallman <rms@gnu.org>
1981
1982 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
1983
1984 2004-12-21 Markus Rost <rost@ias.edu>
1985
1986 * calendar/diary-lib.el (mark-diary-entries):
1987 Set mark-diary-entries-in-calendar only after checking for diary-file.
1988
1989 2004-12-21 Richard M. Stallman <rms@gnu.org>
1990
1991 * faces.el (escape-glyph): Use blue against light foreground.
1992
1993 * simple.el (undo-outer-limit-truncate): New function.
1994 (undo-outer-limit-function): Use undo-outer-limit-truncate.
1995
1996 2004-12-21 Eli Barzilay <eli@barzilay.org>
1997
1998 * calculator.el: (calculator-radix-grouping-mode)
1999 (calculator-radix-grouping-digits)
2000 (calculator-radix-grouping-separator):
2001 New defcustoms for the new radix grouping mode functionality.
2002 (calculator-mode-hook): Now used in electric mode too,
2003 (calculator): Call it.
2004 (calculator-mode-map): Some new keys.
2005 (calculator-message): New function. Some new calls.
2006 (calculator-op, calculator-set-register): Use it.
2007 (calculator-string-to-number): New function, mostly moved and
2008 updated code from calculator-curnum-value.
2009 (calculator-curnum-value): Use it.
2010 (calculator-paste): Use it, and update grabbing the current-kill.
2011 (calculator-rotate-displayer)
2012 (calculator-rotate-displayer-back): Toggle digit grouping when
2013 in radix mode, use calculator-message.
2014 (calculator-displayer-prev, calculator-displayer-next):
2015 Change digit group size when in radix mode.
2016 (calculator-number-to-string): Rename from
2017 calculator-num-to-string. Now deals with digit grouping in
2018 radix mode.
2019 (calculator-update-display, calculator-put-value): Use the new name.
2020 (calculator-fact): Return a floating point number.
2021 (calculator-mode): Doc fix.
2022
2023 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2024
2025 * calendar/calendar.el (view-other-diary-entries): Add autoload.
2026 * calendar/diary-lib.el (view-other-diary-entries):
2027 Use current-prefix-arg in interactive spec.
2028
2029 2004-12-19 Jay Belanger <belanger@truman.edu>
2030
2031 * calc/calc-aent.el (calcAlg-blank-matching-open):
2032 Temporarily adjust the syntax of both delimiters of half-open intervals.
2033
2034 2004-12-19 Kim F. Storm <storm@cua.dk>
2035
2036 * mouse.el (mouse-1-click-follows-link): Doc fix.
2037
2038 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2039
2040 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2041 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2042 instead of centraleuropean as the name
2043
2044 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
2045
2046 Sync with Tramp 2.0.46.
2047
2048 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2049 parameters wrt Tramp convention.
2050 (tramp-handle-file-attributes-with-perl)
2051 (tramp-handle-directory-files-and-attributes): Apply it.
2052 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2053 `copy-program'. Reported by Zack Weinberg
2054 <zack@codesourcery.com>.
2055 (top): Set `edebug-form-spec' property directly rather than
2056 calling `def-edebug-spec'.
2057
2058 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2059 advice less fragile. Surround temporary redefinition of
2060 `substitute-in-file-name' with `unwind-protect'. Suggested by
2061 Matt Hodges <MPHodges@member.fsf.org>.
2062
2063 2004-12-17 Juri Linkov <juri@jurta.org>
2064
2065 * replace.el (occur-accumulate-lines, occur-engine):
2066 Make forcing deferred font-lock fontification jit-specific.
2067
2068 2004-12-17 Kim F. Storm <storm@cua.dk>
2069
2070 * mouse.el (mouse-1-click-follows-link): New defcustom.
2071 (mouse-on-link-p): New function.
2072 (mouse-drag-region-1): Implement mouse-1-click-follows-link
2073 functionality. Map a mouse-1 click event into a mouse-2 (or
2074 other) event when position is inside a link.
2075
2076 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2077 prefix in tooltip text with "mouse-1" when this is a link
2078 recognized by mouse-1-click-follows-link functionality.
2079
2080 * help.el (describe-key): Report effective and original binding
2081 for mouse-1 when clicked on a link.
2082 (describe-mode): Add follow-link property to "minor-mode" button.
2083
2084 * help-fns.el (describe-variable): Add follow-link property to
2085 "below" button.
2086
2087 * help-mode.el (help-xref): Add follow-link property.
2088
2089 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2090 (apropos-command, apropos-variable, apropos-face, apropos-group)
2091 (apropos-widget, apropos-plist): Add follow-link property.
2092
2093 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2094 checks if position is in a filename, rather than some other
2095 clickable item. Function looks for cvs-filename-face at position.
2096
2097 * wid-edit.el (widget-specify-field, widget-specify-button):
2098 Map a :follow-link keyword into a follow-link property.
2099 (link): Add :follow-link keyword, map to RET binding.
2100
2101 * dired.el (dired-mode-map): Map follow-link to mouse-face.
2102
2103 * progmodes/compile.el (compilation-minor-mode-map)
2104 (compilation-button-map, compilation-mode-map): Likewise.
2105
2106 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
2107
2108 * play/zone.el (zone): Init `line-spacing' from orig buffer.
2109 (zone-replace-char): Take `count' and `del-count'
2110 instead of `direction'. Update callers. When `del-count' is
2111 non-nil, delete that many characters, otherwise `count' characters
2112 backwards. Insert the newly-replaced string `count' times.
2113 (zone-fret): Handle chars w/ width greater than one.
2114 (zone-fall-through-ws): No longer take window width `ww'.
2115 Update callers. Add handling for `char-width' greater than one.
2116 (zone-pgm-drip): Update var holding window-end position every cycle.
2117
2118 2004-12-17 Andre Spiegel <spiegel@gnu.org>
2119
2120 * vc.el (vc-default-update-changelog): Use insert-file-contents,
2121 rather than insert-file.
2122
2123 2004-12-16 Jay Belanger <belanger@truman.edu>
2124
2125 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2126 (math-init-random-base, math-random-digit): Check to see if
2127 var-RandSeed is bound.
2128 (math-random-last): Declare it.
2129 (math-random-digit): Don't make math-random-last local.
2130
2131 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
2132
2133 * play/zone.el (zone): Fix omission bug: Use a self-disabling
2134 one-shot thunk for uniform (error, quit, normal) recovery.
2135 Reported by John Paul Wallington.
2136 (zone-pgm-random-life): Fix bug:
2137 Recognize empty initial field by lack of "@" chars.
2138
2139 2004-12-16 Juri Linkov <juri@jurta.org>
2140
2141 * help.el (function-called-at-point):
2142 * help-fns.el (variable-at-point): As a last resort try stripping
2143 non-word prefixes and suffixes.
2144
2145 * descr-text.el (describe-property-list): Don't treat syntax-table
2146 specially. Use describe-text-sexp which inserts [show] button
2147 for large objects and handles printing errors. Sort properties
2148 by names in alphabetical order instead of by value sizes.
2149 Add `mouse-face' to list of properties for `describe-face' widget.
2150 (describe-char): Mask out face-id from 19 bits of character.
2151 Print face-id separately.
2152
2153 * replace.el (occur-accumulate-lines, occur-engine):
2154 Fontify unfontified matching lines in the source buffer
2155 before copying them.
2156 (occur-engine): Don't put mouse-face on context lines.
2157 (occur-next-error): Set point to line beginning/end
2158 before searching for prev/next property to skip multiple
2159 matches on a line (not supported by occur engine).
2160 Remove redundant prefix-numeric-value.
2161
2162 2004-12-15 Juri Linkov <juri@jurta.org>
2163
2164 * replace.el (match): New face.
2165 (list-matching-lines-face): Change default from `bold' to `match'.
2166
2167 * progmodes/grep.el (grep-match-face): New defvar.
2168 (grep-mode-font-lock-keywords): Use grep-match-face instead of
2169 compilation-column-face to highlight grep matches.
2170
2171 * apropos.el (apropos-match-face): Change default from
2172 `secondary-selection' to `match'.
2173
2174 * info-look.el (info-lookup-highlight-face): Change default from
2175 `highlight' to `match'.
2176
2177 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
2178
2179 * progmodes/executable.el (executable-interpret): Eliminate
2180 obsolete compile-internal, and switch to comint for interaction.
2181
2182 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
2183
2184 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2185 `&&' when skipping multiple statements on a line.
2186
2187 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
2188
2189 * play/zone.el (zone): Set `truncate-lines'.
2190 Also, init `tab-width' with value from original buffer.
2191 (zone-shift-up): Rewrite for speed.
2192 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2193 (zone-pgm-jitter): Remove redundant entries from ops vector.
2194 (zone-exploding-remove): Reduce iteration count.
2195 (zone-cpos): Convert to defsubst.
2196 (zone-replace-char): New defsubst.
2197 (zone-park/sit-for): Likewise.
2198 (zone-fret): Take window-start arg.
2199 Update callers. Use `zone-park/sit-for'.
2200 (zone-fill-out-screen): Rewrite.
2201 (zone-fall-through-ws): Likewise. Update callers.
2202 (zone-pgm-drip): Use `zone-replace-char'.
2203 Move var inits before while-loop. Use `zone-park/sit-for'.
2204 (zone-pgm-random-life): Handle empty initial field.
2205 Use `zone-replace-char' and `zone-park/sit-for'.
2206
2207 2004-12-15 Juri Linkov <juri@jurta.org>
2208
2209 * isearch.el (isearch-update): Test isearch-lazy-highlight
2210 before calling isearch-lazy-highlight-new-loop.
2211 (isearch-lazy-highlight-new-loop):
2212 Don't test isearch-lazy-highlight.
2213
2214 * replace.el (perform-replace): Add isearch-case-fold-search.
2215 Use delimited-flag for isearch-regexp.
2216 Reset isearch-lazy-highlight-last-string to force lazy
2217 highlighting when called from isearch mode.
2218 (query-replace-highlight): Revert defcustom type to boolean.
2219 (query-replace-lazy-highlight): New defcustom.
2220 (query-replace): New face.
2221 (perform-replace, replace-highlight, replace-dehighlight):
2222 Test query-replace-lazy-highlight instead of special value
2223 `isearch' of query-replace-highlight.
2224 (replace-dehighlight): Don't call isearch-dehighlight.
2225 (replace-highlight): Don't call isearch-highlight.
2226 Use face `query-replace' unconditionally.
2227
2228 2004-12-14 Kim F. Storm <storm@cua.dk>
2229
2230 * simple.el (inhibit-mark-movement): Remove defvar.
2231 (beginning-of-buffer, end-of-buffer): Don't use it.
2232
2233 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2234 Don't use inhibit-mark-movement.
2235
2236 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2237 (cua--undo-push-mark): Remove.
2238 (cua--pre-command-handler, cua--post-command-handler):
2239 Don't fiddle with inhibit-mark-movement.
2240
2241 2004-12-14 Juri Linkov <juri@jurta.org>
2242
2243 * buff-menu.el (list-buffers-noselect): Collect internal info
2244 for every buffer in BUFFER-LIST arg too.
2245 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2246 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2247 Bind same-window-buffer-names and same-window-regexps to nil.
2248
2249 2004-12-13 Juri Linkov <juri@jurta.org>
2250
2251 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2252
2253 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2254 (sc-cite-region, sc-uncite-region, sc-recite-region):
2255 Fix previous change to handle not alist as a symbol, but
2256 a citation frame as a symbol that represents a variable name.
2257
2258 2004-12-13 Richard M. Stallman <rms@gnu.org>
2259
2260 * filecache.el (file-cache-add-directory-using-find):
2261 Only set up file-cache-find-command-posix-flag if we will use it.
2262
2263 * bindings.el (mode-line-buffer-identification-keymap):
2264 Don't cancel the mode-line's usual down-mouse-1 binding.
2265
2266 * cus-edit.el (custom-face-selected): Handle `default' specs.
2267 (custom-face-edit): Increase extra-offset.
2268 (custom-display): Handle `default' specs.
2269
2270 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2271
2272 * emacs-lisp/elint.el (elint-standard-variables)
2273 (elint-unknown-builtin-args): Move definitions up.
2274
2275 * net/browse-url.el (browse-url-url-at-point): Add autoload.
2276
2277 * info.el (info-xref-visited): Use `default' instead of t.
2278 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2279
2280 * faces.el (header-line, mode-line-inactive, tool-bar):
2281 Use `default' instead of t for setting the defaults.
2282 (face-spec-choose): Separate `t' from `default'.
2283
2284 * subr.el (while-no-input): New macro.
2285
2286 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
2287
2288 * filecache.el (file-cache-add-directory-using-find):
2289 Only test file-cache-find-command-posix-flag on some systems.
2290
2291 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2294 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2295 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2296 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2297 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2298
2299 2004-12-12 Juri Linkov <juri@jurta.org>
2300
2301 * files.el (find-file-other-window, find-file-other-frame):
2302 Add the first buffer to the returned value to return the complete
2303 list of all visited buffers.
2304 (find-file-read-only, find-file-read-only-other-window)
2305 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2306 `find-file-read-args'. Signal an error about non-existent file
2307 only if file name doesn't contain wildcards. Toggle read-only in
2308 all visited buffers.
2309 (find-alternate-file, find-alternate-file-other-window):
2310 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
2311 called interactively. Pass arg `wildcards' to other functions.
2312 (find-file-noselect): Doc fix.
2313
2314 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2315 Doc fix.
2316 (ffap-directory-finder): New variable.
2317 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2318 (ffap-file-at-point): Add /* to immediately rejected names.
2319 Return absolute file names matching ffap-dired-wildcards.
2320 (ffap-read-file-or-url): Set default value for `completing-read'
2321 to `buffer-file-name'.
2322 (find-file-at-point): When filename matches ffap-dired-wildcards,
2323 call ffap-file-finder with t arg `wildcards', instead of dired.
2324 (ffap-other-window, ffap-other-frame): Return visited buffers.
2325 (ffap-read-only, ffap-read-only-other-window)
2326 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2327 (dired-at-point): Call ffap-directory-finder instead of dired.
2328 (ffap-dired-other-window, ffap-dired-other-frame)
2329 (ffap-list-directory): New commands.
2330 (ffap-bindings): New keybindings for new commands.
2331
2332 2004-12-12 Juri Linkov <juri@jurta.org>
2333
2334 * simple.el (beginning-of-buffer, end-of-buffer):
2335 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2336 Do not push mark when mark is active in transient-mark-mode.
2337
2338 * simple.el (mark-word):
2339 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2340 * textmodes/paragraphs.el (mark-paragraph):
2341 Extend the region when mark is active in transient-mark-mode,
2342 regardless of the last command. Doc fix.
2343
2344 * simple.el (mark-word): Preserve direction when repeating.
2345 Make arg optional. Interactive "p" -> "P".
2346 (transient-mark-mode, inhibit-mark-movement): Doc fix.
2347
2348 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2349 preserving direction, to mark forward instead of backward when mark
2350 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2351
2352 2004-12-12 Juri Linkov <juri@jurta.org>
2353
2354 * isearch.el (isearch-edit-string): Set 7th arg of
2355 `read-from-minibuffer' to `t' to inherit the current input
2356 method (whose name is indicated by [IM] in the minibuffer prompt)
2357 from the current buffer to the minibuffer.
2358 (isearch-lazy-highlight-update): Put body to `with-local-quit'
2359 to allow C-g quitting for lazy highlighting looping inside the
2360 search with nested repetition operators. Add overlay to the list
2361 before setting its face and other properties to avoid the case of
2362 code quitting after placing the new overlay but before it's
2363 recorded on the list. Select the window where isearch was
2364 activated, to highlight matches in the right window when isearch
2365 switches the current window to the minibuffer.
2366
2367 * international/isearch-x.el
2368 (isearch-process-search-multibyte-characters):
2369 Use `isearch-message' as initial input for `read-string' instead
2370 of adding it to the minibuffer prompt. After reading a string
2371 remove the initial value of `isearch-message' from the string.
2372
2373 * replace.el (replace-match-maybe-edit): Doc fix.
2374 (perform-replace): Don't call `replace-highlight' when automatic
2375 replacement is requested in literal mode, since it is intended
2376 only to highlight words during entering a new replacement string
2377 for \? in non-literal mode.
2378
2379 * replace.el (query-replace-highlight): Add new value `isearch'
2380 that allows query replacement to use isearch highlighting.
2381 Change type from `boolean' to `choice'. Doc fix.
2382 (replace-highlight, replace-dehighlight, perform-replace):
2383 Use isearch highlighting if query-replace-highlight eq `isearch'.
2384
2385 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2388 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2389
2390 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2391 case of \end{verbatim}.
2392
2393 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 * term.el (term-termcap-format): Synchronyze with terminfo.
2396 (term-emulate-terminal): Handle reset.
2397 (term-reset-terminal): New function.
2398
2399 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
2400
2401 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2402 (zone-fill-out-screen): New func.
2403 (zone-pgm-drip): Use `zone-fill-out-screen'.
2404 Also, no longer go to point-min on every cycle.
2405 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2406 (zone-pgm-random-life-wait): New user var.
2407 (zone-pgm-random-life): New func.
2408
2409 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
2410
2411 * files.el (auto-mode-alist): Map .com to DCL mode.
2412
2413 2004-12-09 Richard M. Stallman <rms@gnu.org>
2414
2415 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2416
2417 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
2418
2419 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2420 buffer with a display margin.
2421
2422 2004-12-08 Jay Belanger <belanger@truman.edu>
2423
2424 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2425 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2426
2427 2004-12-08 Richard M. Stallman <rms@gnu.org>
2428
2429 * faces.el: Delete code to set display table.
2430 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
2431
2432 2004-12-08 Jay Belanger <belanger@truman.edu>
2433
2434 * calc/calc.el: Add math-read-preprocess-string to autoloads.
2435
2436 * calc/calc-ext.el (math-read-replacement-list)
2437 (math-read-superscripts, math-read-preprocess-string): Move to
2438 calc-aent.el.
2439
2440 * calc/calc-aent.el (math-read-replacement-list)
2441 (math-read-superscripts, math-read-preprocess-string): Move from
2442 calc-ext.el.
2443
2444 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * isearch.el (isearch-quote-char): Fix up typo in last change.
2447
2448 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
2449
2450 * mouse.el (mouse-set-font): Handle the case where the command was
2451 not invoked using the mouse.
2452
2453 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2454 (edmacro-finish-edit): Further update for keyboard macros that are
2455 lambda forms.
2456 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2457
2458 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * font-lock.el (font-lock-unfontify-region): Save buffer state.
2461 (font-lock-default-unfontify-region): Don't save buffer state any more.
2462
2463 2004-12-07 Jay Belanger <belanger@truman.edu>
2464
2465 * calc/calc-help.el (calc-describe-key):
2466 Set calc-summary-indentation even when Calc Summary buffer exists.
2467
2468 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
2469
2470 * calendar/holidays.el (holiday-easter-etc): Make arguments
2471 optional for backwards compatibility. Doc fix.
2472 Remove un-necessary local vars mandatory, output-list.
2473 (holiday-advent): Make arguments optional for backwards
2474 compatibility. Doc fix.
2475
2476 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * paren.el (show-paren-function): Fix last change (2004-12-02).
2479
2480 * international/mule-util.el (char-displayable-p): Return nil for
2481 unibyte mode.
2482
2483 * subr.el (subregexp-context-p): New function.
2484
2485 * isearch.el (isearch-quote-char): Use it.
2486
2487 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2488 (regexp-opt-not-groupie*-re): Remove.
2489 (regexp-opt): Properly handle inputs with duplicate entries.
2490
2491 2004-12-06 Richard M. Stallman <rms@gnu.org>
2492
2493 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2494
2495 * cus-edit.el (custom-file): Doc fix.
2496
2497 * textmodes/org.el: New file.
2498
2499 2004-12-06 Kenichi Handa <handa@m17n.org>
2500
2501 * ldefs-boot.el: Update international/mule-util.el section.
2502
2503 2004-12-05 Sam Steingold <sds@gnu.org>
2504
2505 * net/tramp.el (tramp-handle-file-accessible-directory-p):
2506 Fix `tramp-time-diff' comparison logic.
2507
2508 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
2509
2510 * progmodes/which-func.el (which-function):
2511 Use `run-hook-with-args-until-success' instead of a custom loop.
2512 Fixes bug with local hooks.
2513
2514 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2515
2516 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2517 Use delete-dups when calculating the initial value.
2518 (bibtex-autokey-get-title): Use <=.
2519 (bibtex-goto-line): New function.
2520 (bibtex-reposition-window): Use line numbers instead of point
2521 positions. Use window-body-height.
2522 (bibtex-find-crossref): Use bibtex-reposition-window.
2523 (bibtex-find-entry): Use bibtex-reposition-window. Always return
2524 position of entry if key is found or nil if not found.
2525
2526 2004-12-05 Richard M. Stallman <rms@gnu.org>
2527
2528 * cus-edit.el (custom-file): Doc fix.
2529
2530 * progmodes/sh-script.el (sh-indent-for-then): Change default.
2531
2532 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * simple.el (blink-matching-open):
2535 * textmodes/tex-mode.el (tex-validate-region):
2536 Obey syntax-table text properties.
2537
2538 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
2539
2540 * wid-edit.el (widget-specify-field): Add `real-field' property to
2541 boundary.
2542 (widget-field-at): Use it.
2543
2544 2004-12-02 Richard M. Stallman <rms@gnu.org>
2545
2546 * progmodes/cc-mode.el (awk-mode autoload):
2547 Supply t meaning interactive function.
2548
2549 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
2550 (isearch-mode-map): No special definition for space.
2551 (isearch-whitespace-chars): Command deleted.
2552 (isearch-forward-regexp): Doc fix.
2553 (isearch-quote-char): When a space is not inside brackets,
2554 use `[ ]' instead of just space.
2555 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2556
2557 * imenu.el (imenu--generic-function): Delete code to exclude
2558 matches in comments.
2559
2560 * man.el (Man-reverse-face): Change default to `highlight'.
2561
2562 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2563 (occur-engine): Use `face' prop rather than `font-lock-face'
2564 when specifying use of `match-face'.
2565 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2566
2567 * emacs-lisp/elint.el (elint-standard-variables): Update list.
2568
2569 * add-log.el (add-log-current-defun): Handle the case where point
2570 is in the header part of a DEFUN construct.
2571
2572 2004-12-02 Dave Love <fx@gnu.org>
2573
2574 * progmodes/python.el (python-font-lock-syntactic-keywords):
2575 Fix previous change.
2576
2577 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
2578
2579 * paren.el (show-paren-function): Check for matching chars
2580 specified by text props.
2581
2582 2004-12-02 Jay Belanger <belanger@truman.edu>
2583
2584 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2585 when reading a new key sequence.
2586
2587 2004-12-02 Kim F. Storm <storm@cua.dk>
2588
2589 * faces.el (escape-glyph): Rename from glyph.
2590 (standard-display-table): Set it here. Add escape-glyph face to
2591 extra slot characters.
2592
2593 * disp-table.el: Undo 2004-12-01 change. Display table is now
2594 setup in faces.el.
2595
2596 2004-12-02 Mark A. Hershberger <mah@everybody.org>
2597
2598 * xml.el (xml-parse-dtd): Don't show validity messages when
2599 xml-validating-parser is nil.
2600 (xml-substitute-special): Fix validity error messages to
2601 actually show the unexpandable entity. Added validity error if &
2602 isn't followed by an entity.
2603 (xml-parse-tag): Concatenate any string following the a
2604 <![CDATA[]]> section to the parsed CDATA.
2605 (xml-parse-dtd): Skip parameter entity declarations and use of
2606 parameter entities.
2607
2608 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
2609
2610 * kmacro.el (kmacro-default-counter-format): New var.
2611 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
2612 (kmacro-display): Remove `nil' from `and' form. Delete call to
2613 `format' inside `message'.
2614 (kmacro-start-macro): Use `kmacro-default-counter-format'.
2615
2616 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * pcvs.el (cvs-header-msg): New function.
2619 (cvs-update-header): Use it. Change calling convention.
2620 Correctly handle the case of having simultaneous active processes.
2621 (cvs-sentinel): Don't call cvs-update-header any more.
2622 (cvs-mode-run): Update call and add cvs-update-header to postproc.
2623
2624 2004-12-01 Jay Belanger <belanger@truman.edu>
2625
2626 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2627 Change message.
2628
2629 2004-12-01 Juri Linkov <juri@jurta.org>
2630
2631 * progmodes/prolog.el (prolog-mode-variables):
2632 Fix imenu-generic-expression.
2633
2634 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
2635
2636 * faces.el (glyph): New face.
2637
2638 * disp-table.el: Add an autoloaded table, that doesn't require
2639 this library, with glyph face.
2640
2641 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2642 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2643 (conf-quote-normal): Allow normalizing only ' or ".
2644 (conf-mode): Regexp-quote constructed comment-start and don't
2645 match section {} where "name" contains braces.
2646
2647 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2648 files.
2649
2650 2004-12-01 Kenichi Handa <handa@m17n.org>
2651
2652 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2653 (x-select-text): Don't treat eight-bit-control/graphic chars
2654 specially. Store the encoded text in the X cut buffer.
2655 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2656 with x-last-selected-text-cut-encoded.
2657
2658 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2661
2662 2004-11-30 Markus Rost <rost@ias.edu>
2663
2664 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2665 AUCTeX.
2666
2667 2004-11-30 Jay Belanger <belanger@truman.edu>
2668
2669 * calc/calc-arith.el (math-possible-signs): Made stronger checks
2670 on signs of intervals.
2671 (math-pow-of-zero): Strengthen checks for positive and negative
2672 exponents.
2673
2674 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2675 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2676 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2677 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2678 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2679 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2680 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2681 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2682 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2683 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2684 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2685 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2686 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2687 with provide statements.
2688
2689 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2690
2691 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2692
2693 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2694 (calc-load-everything, math-defsimplify): Replace dummy autoloading
2695 functions by require statements.
2696 (math-defsimplify): Move to calc-alg.el, add to autoloads.
2697
2698 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2699 (calc-gnuplot-print): Give them values.
2700
2701 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2702 autoloads.
2703 Add calc-do-embedded-activate to autoloads.
2704 (calc-gnuplot-name, calc-gnuplot-plot-command)
2705 (calc-gnuplot-print-command): Move them to calc-graph.el.
2706
2707 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2708
2709 * term/mac-win.el (ccl-encode-mac-roman-font)
2710 (ccl-encode-mac-cyrillic-font)
2711 (ccl-encode-mac-centraleuropean-font, encoder-list)
2712 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2713 Support Cyrillic, CentralEuropean, and Dingbat font display
2714
2715 2004-11-30 Andre Spiegel <spiegel@gnu.org>
2716
2717 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2718
2719 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2720 still nil.
2721
2722 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
2723
2724 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2725 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2726
2727 2004-11-29 Jay Belanger <belanger@truman.edu>
2728
2729 * calc/calc-arith.el (math-pow-of-zero): Take into account different
2730 cases of the base and exponent.
2731
2732 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
2733
2734 * simple.el (next-error-buffer-p): Allow for inclusive and
2735 exclusive tests for finding a buffer.
2736 (next-error-find-buffer): Pass the exclusive and inclusive tests
2737 to next-error-buffer-p.
2738
2739 * replace.el (occur-next-error): Switch to the Occur buffer when
2740 appropriate, use the exclusive filter to next-error-find-buffer to
2741 do it. Use the absolute value of the motion amount.
2742
2743 2004-11-29 Kenichi Handa <handa@m17n.org>
2744
2745 * startup.el (command-line): Decode all default-directory by
2746 locale-coding-system.
2747
2748 2004-11-29 Jay Belanger <belanger@truman.edu>
2749
2750 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2751 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2752 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2753 Replace calls to calc-extensions by appropriate require, replace
2754 calc-extensions-loaded by appropriate featurep.
2755
2756 * calc/calc-ext.el: Move require to end of file.
2757 Remove redundant loading of calc.el.
2758 (calc-extensions-loaded): Remove unnecessary variable.
2759 (calc-extensions): Remove unnecessary function.
2760 (calc-load-everything): Replace calc-need-macros by appropriate require.
2761
2762 * calc/calc-macs.el: Move provide to end of file.
2763 (calc-need-macros): Remove unnecessary function.
2764
2765 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
2766 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
2767 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
2768 Replace calc-extensions by appropriate require.
2769 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
2770
2771 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
2772 Replace calc-need-macros by appropriate require.
2773
2774 * calc/calc.el: Move require to end of file.
2775 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
2776 Remove unnecessary variable.
2777 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
2778 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
2779 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
2780 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
2781 (math-stack-value-offset, math-format-value, math-format-flat-expr)
2782 (math-format-number, math-format-bignum, math-read-number)
2783 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
2784 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
2785 by appropriate require.
2786 (calc-check-defines): Replace calc-need-macros by appropriate require.
2787
2788 2004-11-29 Kim F. Storm <storm@cua.dk>
2789
2790 * macros.el (insert-kbd-macro): Handle kmacro functions.
2791
2792 2004-11-28 Juri Linkov <juri@jurta.org>
2793
2794 * compare-w.el (compare-windows-highlight): Attach each overlay
2795 to its window to properly highlight differences while comparing
2796 two windows of the same buffer. Fix arguments.
2797 (compare-windows-sync-default-function): Fix arguments of
2798 `compare-windows-highlight'.
2799
2800 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
2801 Use `read-expression-history'. Set initial contents only if
2802 `edebug-global-break-condition' is non-nil. Set histpos to 1
2803 if initial contents is equal to the last history element.
2804 (edebug-set-conditional-breakpoint): Instead of temporarily
2805 prepending the current condition to the history, set initial
2806 contents to the current condition. Set histpos to 1 if initial
2807 contents is equal to the last history element.
2808
2809 * info.el (Info-search-whitespace-regexp): Remove shy group.
2810 (Info-search): Forward line if search is on the header line.
2811 Use search-whitespace-regexp in two other places.
2812
2813 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
2814
2815 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
2816 warning. Delay real definition, which uses
2817 `set-fringe-indicators-1' till after the definition of that function.
2818
2819 2004-11-28 Kim F. Storm <storm@cua.dk>
2820
2821 * fringe.el (fringe): New defgroup.
2822 (fringe-mode): Move to fringe group.
2823 (fringe-indicators): New defcustom.
2824 (set-fringe-indicators-1): New defun.
2825
2826 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
2827 (menu-bar-showhide-fringe-ind-menu): New keymap.
2828 (menu-bar-showhide-fringe-ind-empty)
2829 (menu-bar-showhide-fringe-ind-mixed)
2830 (menu-bar-showhide-fringe-ind-box)
2831 (menu-bar-showhide-fringe-ind-right)
2832 (menu-bar-showhide-fringe-ind-left)
2833 (menu-bar-showhide-fringe-ind-none): New defuns.
2834 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
2835
2836 2004-11-27 Richard M. Stallman <rms@gnu.org>
2837
2838 * comint.el (comint-read-noecho): Add trivial compatibility definition.
2839
2840 * generic.el (define-generic-mode): Doc fix.
2841
2842 * menu-bar.el (menu-bar-options-save): For the options
2843 that are toggled with menu-bar-make-mm-toggle, don't check
2844 for customized-value prop.
2845
2846 2004-11-27 Eli Zaretskii <eliz@gnu.org>
2847
2848 * mail/supercite.el (sc-cite-region): Handle the case where
2849 sc-cite-frame-alist is a symbol.
2850 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
2851 a symbol.
2852 (sc-recite-region): Handle the case where sc-recite-frame-alist is
2853 a symbol.
2854
2855 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
2856
2857 * wid-edit.el (widget-narrow-to-field): New function.
2858 (widget-complete): Use it.
2859
2860 2004-11-27 Jay Belanger <belanger@truman.edu>
2861
2862 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
2863 variable.
2864 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
2865 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
2866 (math-alg-inequalities): Move declaration to earlier in the file.
2867
2868 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
2869 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
2870 Declare them.
2871
2872 * calc/calc-lang.el (math-expr-data, math-expr-token)
2873 (math-exp-old-pos): Declare them.
2874
2875 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
2876 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
2877
2878 2004-11-27 Kim F. Storm <storm@cua.dk>
2879
2880 * progmodes/flymake.el: Use (featurep 'xemacs).
2881 (flymake-makehash): Change to defsubst. Use fboundp.
2882 (flymake-time-to-float): Remove.
2883 (flymake-float-time): Merge code from flymake-time-to-float here.
2884 (flymake-replace-regexp-in-string): Change to defsubst.
2885 (flymake-split-string-remove-empty-edges):
2886 Rename to flymake-split-string.
2887 (flymake-split-string): Remove previous defalias.
2888 (flymake-get-temp-dir): Change to defsubst.
2889 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
2890 Define for xemacs only.
2891 (flymake-master-file-count-limit): Change into compiler defvar only.
2892 (flymake-find-possible-master-files): Let-bind it dynamically while
2893 sorting files using flymake-master-file-compare.
2894
2895 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
2898 of defun-prompt-regexp matches inside a comment/string but the
2899 beginning is correctly outside everything.
2900
2901 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
2902 appears within a string or a comment.
2903
2904 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
2905 rather than make-symbol for symbols which are used in
2906 a symbol-macrolet or equivalent.
2907
2908 2004-11-26 Jay Belanger <belanger@truman.edu>
2909
2910 * calc-misc.el (calc-last-why-command): Declare it.
2911
2912 * calc-vec.el (math-grade-vec): New variable.
2913 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
2914 Replace variable grade-vec by declared variable.
2915 (math-rb-close): New variable.
2916 (math-read-brackets, math-read-vector): Replace variable close by
2917 declared variable.
2918
2919 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
2920 (calc-one-window, calc-edit-handler, calc-restore-trail)
2921 (calc-allow-ret): Declare them.
2922
2923 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
2924 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
2925 (math-radix-float-cache-tag, math-random-cache)
2926 (math-max-digits-cache, math-integral-cache, math-units-table)
2927 (math-format-date-cache, math-holidays-cache-tag): Declare them.
2928 (math-moc-func): New variable.
2929 (math-map-over-constants, math-map-over-constants-rec):
2930 Replace variable func by declared variable.
2931
2932 * calc/calc-store.el (calc-given-value, calc-store-opers):
2933 Declare them.
2934 (calc-var-name-map): Move declaration to earlier in the file.
2935 (calc-pv-pos): New variable.
2936 (calc-permanent-variable, calc-insert-permanent-variable):
2937 Replace variable pos by declared variable.
2938
2939 * calc/calc-mtx.el (calc-det-lu): New variable.
2940 (math-det-raw, math-det-step): Replace variable lu by declared variable.
2941
2942 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
2943 (math-multi-subst, math-multi-subst-rec): Replace variables temp
2944 and arg by declared variables.
2945 (calcFunc-reducer): Fix incorrect variable.
2946 (math-inner-mul-func, math-inner-add-func): New variables.
2947 (calcFunc-inner, math-inner-mats): Replace variables mul-func
2948 and add-func by declared variables.
2949
2950 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
2951 (calc-digit-value): Declare them.
2952
2953 * calc/calc-help.el (Info-history): Declare it.
2954 (calc-describe-key): Make calc-summary-indentation a local variable.
2955 (calc-help-long-names): Move declaration to earlier in file.
2956
2957 * calc/calc-embed.el (calc-original-buffer): Declare it.
2958 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
2959 (calc-embed-bot): New variables.
2960 (calc-do-embedded, calc-embedded-mark-formula)
2961 (calc-embedded-find-bounds, calc-embedded-duplicate)
2962 (calc-embedded-new-formula, calc-embedded-make-info):
2963 Replace vars outer-top, outer-bot, bot and top by declared variables.
2964 (calc-embed-prev-modes): New variable.
2965 (calc-embedded-set-modes, calc-embedded-update): Replace variable
2966 prev-modes with declared variable.
2967 (calc-embed-vars-used): New variable.
2968 (calc-embedded-make-info, calc-embedded-evaluate-expr)
2969 (calc-embedded-update, calc-embedded-find-vars): Replace variable
2970 vars-used by declared variable.
2971
2972 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
2973 (math-format-radix-float): Remove unnecessary setq.
2974 (math-radix-float-cache): Declare it.
2975
2976 * calc/calcsel2.el (calc-keep-selection): Declare it.
2977
2978 * calc/calc-maint.el: Remove file.
2979
2980 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2981
2982 * textmodes/bibtex.el (bibtex-sort-entry-class)
2983 (bibtex-comment-start): Use defcustom.
2984 (bibtex-entry-field-alist): Use nil if initial content of the
2985 field is undefined. Fix docstring.
2986 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
2987 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
2988 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
2989 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
2990 Fix docstring.
2991 (bibtex-autokey-title-terminators): Use only one regexp.
2992 (bibtex-string-maybe-empty-head): New variable.
2993 (bibtex-remove-delimiters-string): New function.
2994 (bibtex-text-in-field-bounds, bibtex-text-in-string):
2995 Use bibtex-remove-delimiters-string.
2996 (bibtex-progress-message, bibtex-field-left-delimiter)
2997 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
2998 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
2999 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3000 Simplify.
3001 (bibtex-format-entry): Use save-excursion for inherited booktitle.
3002 Use eq and bibtex-remove-delimiters-string. For end markers use
3003 insertion type so that marker stays after inserted text.
3004 (bibtex-autokey-get-names): Return empty string if name is missing.
3005 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3006 calling bibtex-autokey-name-case-convert.
3007 (bibtex-autokey-demangle-title):
3008 Call bibtex-autokey-titleword-case-convert. Remove call to
3009 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3010 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3011 (bibtex-read-key): New optional arg global.
3012 (bibtex-files-expand): New optional arg force.
3013 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3014 (bibtex-complete-crossref-cleanup): Rename from
3015 bibtex-complete-key-cleanup. Simplify code.
3016 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
3017 Operate on current entry.
3018 (bibtex-button): Add docstring.
3019 (bibtex-entry): Simplify.
3020 (bibtex-make-field): Replace optional arg called-by-yank with more
3021 specific args move and interactive.
3022 (bibtex-end-of-entry): Use forward-sexp.
3023 (bibtex-find-entry-globally): Remove.
3024 (bibtex-find-crossref): Allow for crossref key located in other buffer.
3025 Bound to C-c C-x.
3026 (bibtex-find-entry): New optional args global and display.
3027 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
3028 (bibtex-validate): Use arg force of bibtex-files-expand.
3029 (bibtex-clean-entry): Bugfix, clean string entries properly.
3030 Always keep point at beginning of entry.
3031 (bibtex-complete): Bugfix. Handle string entries properly.
3032 Call cleanup functions only if needed.
3033 (bibtex-String): Use bibtex-read-string-key.
3034 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
3035 case of replacement text.
3036
3037 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3038
3039 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3040 (tramp-perl-directory-files-and-attributes): New constant.
3041 (tramp-file-name-handler-alist): Delete file-directory-files, add
3042 directory-files-and-attributes.
3043 (tramp-perl-file-attributes): Surround uid and gid by double
3044 quotes. Change parameter id-format from nonnumeric.
3045 (tramp-convert-file-attributes): New function.
3046 (tramp-handle-file-attributes): Use it.
3047 (tramp-maybe-send-perl-script): New function.
3048 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3049 file mode. Change parameter id-format from nonnumeric.
3050 (tramp-handle-file-attributes-with-ls): Change parameter id-format
3051 from nonnumeric.
3052 (tramp-post-connection): Don't send tramp-perl-file-attributes
3053 script. Reset connection property "perl-scripts".
3054 (tramp-handle-insert-directory): Run real handler when ls-lisp is
3055 in use.
3056
3057 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3058
3059 * desktop.el (desktop-read): Replace mapcar with mapc.
3060 (desktop-create-buffer): Replace mapcar with mapc.
3061 Remove redundant piece of code.
3062
3063 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
3064
3065 * progmodes/gud.el (gud-display-line): Use display-buffer
3066 for GDB-UI as for GUD.
3067
3068 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3069 Delete variables.
3070 (gdb-ann3): Don't make GUD buffer dedicated.
3071 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3072 (gdb-display-source-buffer): Delete function.
3073 (gdb-view-source-function, gdb-view-assembler): Delete functions.
3074 (menu): Delete menu bindings for viewing source/assembler.
3075 (gdb-setup-windows, gdb-restore-windows):
3076 Don't dedicate GUD. No assembler now.
3077 (gdb-reset): No need to undedicate source buffers now.
3078 (gdb-source-info): No assembler now.
3079
3080 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
3081
3082 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3083 width to those for special frames.
3084 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3085 Use display-buffer.
3086 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3087 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3088 (gdb-frame-assembler-buffer): Rework like
3089 gdb-frame-breakpoints-buffer.
3090
3091 2004-11-25 Richard M. Stallman <rms@gnu.org>
3092
3093 * progmodes/flymake.el: Reindent.
3094 (flymake-split-string): Turn into defalias.
3095 (flymake-fix-file-name): Rename from flymake-fix-path-name.
3096 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3097 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
3098 (flymake-build-relative-filename): Rename from ...path.
3099 Fix error message.
3100
3101 2004-11-25 Cheng Gao <chenggao@gmail.com>
3102
3103 * progmodes/flymake.el: Much whitespace and capitalization change.
3104 Move `provide' to end. Require `compile' only when compiling.
3105
3106 2004-11-24 Jay Belanger <belanger@truman.edu>
3107
3108 * calc/calc-alg.el: Added comment.
3109 (math-polynomial-base): Replace variable mpb-top-expr by
3110 math-poly-base-top-expr.
3111
3112 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3113 (math-polynomial-p1): Replace variable mpb-top-expr by declared
3114 variable.
3115 (math-poly-base-total-base): New variable.
3116 (math-total-polynomial-base, math-polynomial-p1): Replace variable
3117 mpb-total-base by declared variable.
3118 (math-factored-vars, math-to-list): Declare it.
3119 (math-fact-expr): New variable.
3120 (calcFunc-factors, calcFunc-factor, math-factor-expr)
3121 (math-factor-expr-try, math-factor-expr-part): Replace variable
3122 expr by declared variable.
3123 (math-fet-x): New variable.
3124 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3125 by declared variable.
3126 (math-factor-poly-coefs): Make temp a local variable.
3127
3128 * calc/calc-units.el (calc-convert-units): Make units a local
3129 variable.
3130 (calc-num-units, calc-den-units): New variables.
3131 (calc-explain-units, calc-explain-units-rec): Replace variables
3132 num-units and den-units by declared variables.
3133 (math-cu-unit-list): New variable.
3134 (math-build-units-table, math-compare-unit-names)
3135 (math-convert-units, math-convert-units-rec): Replace variable
3136 unit-list by declared variable.
3137 (math-fbu-base, math-fbu-entry): New variables.
3138 (math-find-base-units, math-find-base-units-rec): Replace variables
3139 base and entry by declared variables.
3140 (math-which-standard): New variable.
3141 (math-to-standard-units, math-to-standard-rec): Replace variable
3142 which-standard by declared variable.
3143 (math-fcu-u): New variable.
3144 (math-find-compatible-unit, math-find-compatible-unit-rec):
3145 Replace variable u by declared variable.
3146 (math-cu-new-units, math-cu-pure): New variables.
3147 (math-convert-units, math-convert-units-rec): Replace variables
3148 new-units and pure by declared variables.
3149 (math-try-cancel-units): New variable.
3150 (math-simplify-units-quotient): Replace variable try-cancel-units by
3151 declared variable.
3152
3153 2004-11-24 Richard M. Stallman <rms@gnu.org>
3154
3155 * textmodes/ispell.el (ispell-check-version):
3156 If default-directory is nonexistent, use home dir.
3157
3158 * progmodes/grep.el (grep-regexp-alist):
3159 Don't match parens around line numbers.
3160
3161 * progmodes/cperl-mode.el (cperl-indent-region)
3162 (cperl-imenu--create-perl-index, cperl-xsub-scan):
3163 Don't print progress messages.
3164
3165 * progmodes/compile.el (compilation-mode-map):
3166 Don't inherit from compilation-minor-mode-map;
3167 copy its bindings instead. But the menu bar Compile
3168 entry now does inherit from compilation-menu-map.
3169
3170 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3171 Use with-no-warnings around compiler-macroexpand.
3172
3173 * imenu.el: Don't always require newcomment.
3174 (imenu--generic-function): Call comment-normalize-vars
3175 if we have a comment syntax.
3176 Exit the loop if REGEXP matches the null string.
3177 Test comment-start as well as comment-start-skip
3178 when deciding whether to check for comments.
3179
3180 * tooltip.el (tooltip-mode): Doc fix.
3181
3182 * term.el (term-escape-char, term-mode): Doc fixes.
3183
3184 2004-11-24 Dave Love <fx@gnu.org>
3185
3186 * progmodes/python.el (python-font-lock-syntactic-keywords):
3187 Check for escapes in the regexp.
3188 (python-quote-syntax): Don't do it here.
3189
3190 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3191
3192 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3193 (gdb-frames-mode-map, gdb-threads-mode-map)
3194 (gdb-registers-mode-map, gdb-locals-mode-map)
3195 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3196 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3197
3198 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3199 (dedicated-switch-to-buffer): Rework.
3200 (gdb-var-evaluate-expression-handler, gdb-put-string):
3201 Remove unused variable bindings.
3202 (gdb-setup-windows, gdb-display-buffer):
3203 Simplify. Use pop-to-buffer.
3204 (gdb-view-source-function): Simplify.
3205 (gdb-frame-breakpoints-buffer):
3206 Use pop-to-buffer, special-display-regexps.
3207
3208 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3209
3210 * progmodes/f90.el (f90-smart-end)
3211 (f90-previous-statement, f90-beginning-of-block): Doc fix.
3212 (f90-calculate-indent): Handle un-named PROGRAM blocks.
3213 (f90-end-of-block): Doc fix. Make check of outermost block
3214 conditional on value of `f90-smart-end'.
3215 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3216 Handle case where END-BLOCK is nil.
3217 (f90-match-end): Handle un-named PROGRAM blocks.
3218 (f90-backslash-not-special): New function.
3219
3220 2004-11-24 Jay Belanger <belanger@truman.edu>
3221
3222 * calc/calc.el (calc-embedded-active): Removed unnecessary
3223 declaration.
3224 (calc-show-banner): Removed redundant declaration.
3225
3226 * calc/calc-graph.el (calc-gnuplot-default-device)
3227 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3228 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3229 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3230 Remove redundant initial values.
3231
3232 * calc/calc-arith.el (math-scalar-functions)
3233 (math-nonscalar-functions, math-scalar-if-args-functions)
3234 (math-real-functions, math-positive-functions)
3235 (math-nonnegative-functions, math-real-scalar-functions)
3236 (math-real-if-arg-functions, math-integer-functions)
3237 (math-num-integer-functions, math-rounding-functions)
3238 (math-float-rounding-functions, math-integer-if-args-functions)
3239 (math-super-types): Move declarations to earlier in file.
3240 (math-unit-prefixes): Declared it.
3241 (math-floor-prec, math-trunc-prec): New variables.
3242 (math-trunc-fancy): Replace variable prec by declared variable.
3243 (math-floor-fancy): Replace variable prec by declared variable.
3244 (math-com-bterms): New variable.
3245 (math-commutative-equal, math-commutative-collect):
3246 Replace variable bterms by declared variable.
3247
3248 * calc/calc-misc.el (math-trunc): Replace variable prec by
3249 math-trunc-prec.
3250 (math-floor): Replace variable prec by math-floor-prec.
3251
3252 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3253 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3254 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3255 (math-format-date, math-format-date-part): Replace variables
3256 date, dt, year, month, day, weekday, hour, minute, second and
3257 bc-flag by declared variables.
3258 (math-pd-str): New variable.
3259 (math-parse-date, math-parse-date-word, math-parse-standard-date):
3260 Replace variable str by declared variable.
3261 (math-daylight-savings-hook, math-tzone-names): Move definitions
3262 to earlier in the file.
3263 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3264 (math-sh-year): New variable.
3265 (math-setup-add-holidays, math-setup-holidays)
3266 (math-setup-year-holidays): Replace variable `year' by declared
3267 variable.
3268
3269 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3270 New variables.
3271 (math-nth-root-float, math-nth-root-float-iter): Replace variables
3272 n, nf and nfm1 by declared variables.
3273 (math-nri-n): New variable.
3274 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3275 n by declared variable.
3276 (calcFunc-log): Removed misplaced condition.
3277
3278 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3281
3282 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3283
3284 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3285 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3286 Dedicate gdb-related windows.
3287 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3288 other frames.
3289 (gdb-reset): Remove dedicated property after debugging.
3290
3291 2004-11-24 Jay Belanger <belanger@truman.edu>
3292
3293 * calc/calc-sel.el: Add comment.
3294
3295 * calc/calc.el (math-stack-value-offset): Replace variables c,
3296 wid and off with math-svo-c, math-svo-wid and math-svo-off.
3297
3298 * calc/calccomp.el (math-comp-sel-tag): Declare it.
3299 (math-svo-c, math-svo-wid, math-svo-off): New variables.
3300 (math-stack-value-offset-fancy): Replace variables c, wid and off
3301 by declared variables.
3302 (math-comp-just, math-comp-comma-spc): New variables.
3303 (math-compose-expr, math-compose-matrix): Replace variables `just'
3304 and comma-spc by declared variable.
3305 (math-comp-vector-prec): New variable.
3306 (math-compose-expr, math-compose-matrix, math-compose-rows):
3307 Replace variable vector-prec by declared variable.
3308 (math-comp-left-bracket, math-comp-right-bracket)
3309 (math-comp-comma): New variables.
3310 (math-compose-expr, math-compose-rows): Replace variables
3311 left-bracket, right-bracket and comma by declared variables.
3312 (math-comp-full-width): New variable.
3313 (math-comp-to-string-flat, math-comp-to-string-flat-term):
3314 Replace variable full-width by declared variable.
3315 (math-comp-highlight, math-comp-word, math-comp-level)
3316 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3317 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3318 New variables.
3319 (math-comp-to-string-flat, math-comp-to-string-flat-term)
3320 (math-comp-sel-flat-term): Replace variables comp-highlight,
3321 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3322 declared variables.
3323 (math-comp-simplify, math-comp-simplify-term)
3324 (math-comp-add-string, math-comp-add-string-sel):
3325 Replace variables comp-highlight, comp-buf, comp-base,
3326 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3327
3328 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3329
3330 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3331
3332 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3333 and x-server-version may throw.
3334
3335 2004-11-23 Kim F. Storm <storm@cua.dk>
3336
3337 * subr.el (substitute-key-definition-key): Optimize.
3338 Don't call indirect-function for nil defn (always signals error).
3339
3340 * ido.el (ido-read-internal): Fix require-match check when
3341 ido-directory-too-big is set.
3342
3343 2004-11-23 Jay Belanger <belanger@truman.edu>
3344
3345 * calc/calc-ext.el (math-read-replacement-list)
3346 (math-read-superscripts): New variables.
3347 (math-read-preprocess-string): New function.
3348 (math-read-expr): Filter input through math-read-preprocess-string.
3349
3350 * calc/calc-aent.el (math-read-exprs): Filter input through
3351 math-read-preprocess-string.
3352
3353 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
3354
3355 * progmodes/compile.el (compilation-start): In cd command use
3356 substitute-env-vars -- not quite shell compatible but better than
3357 nothing.
3358 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3359 handle the newer versions messages, which are more parseable.
3360
3361 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * reveal.el (reveal-mode-map): New var.
3364 (reveal-mode): Use it.
3365
3366 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
3367
3368 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3369 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3370
3371 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3374 header-line when needed.
3375 Use fixed-pitch only in the header-line.
3376 Build the underline automatically. Use emdash if available.
3377
3378 2004-11-22 Richard M. Stallman <rms@gnu.org>
3379
3380 * dired.el (dired-recursive-copies): Move from dired-aux.el.
3381 * dired-aux.el (dired-recursive-copies): Move to dired.el.
3382
3383 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * progmodes/gdb-ui.el (gdb-resync): New function.
3386 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3387 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3388 Use it to fail more gracefully.
3389 (gdb-variables): Delete variable.
3390 Re-order variables to reduce byte-compiler warnings.
3391
3392 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * descr-text.el (describe-char):
3395 * paren.el (show-paren-function):
3396 * subr.el (syntax-after): Undo last change.
3397
3398 * progmodes/python.el (run-python): Don't hard code *Python*.
3399 Don't modify global process-environment.
3400 (python-send-region, python-load-file): Don't assume that
3401 python-buffer == (process-buffer (python-proc)).
3402 (python-switch-to-python): Simplify.
3403
3404 * dired.el (dired-align-file): Don't assume line starts with spaces.
3405
3406 2004-11-21 Jay Belanger <belanger@truman.edu>
3407
3408 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3409 Replace variable `lines' by math-read-big-lines.
3410 (math-read-big-expr): Replace variables the-baseline, the-h2
3411 and err-msg by math-read-big-baseline, math-read-big-h2 and
3412 math-read-err-msg.
3413 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3414
3415 * calc/calc-lang.el (math-read-big-rec): Fix typo.
3416 (math-read-big-balance): Replace unbound variable by value.
3417 (math-read-big-lines): New variable.
3418 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3419 (math-read-big-error, math-read-big-balance): Replace variable
3420 `lines' by declared variable.
3421 (math-read-big-baseline, math-read-big-h2): New variables.
3422 (math-read-big-rec): Replace variables the-baseline and the-h2
3423 by declared variables.
3424 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3425 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3426 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3427 declared variables.
3428 (math-read-big-err-msg): New variable.
3429 (math-read-big-error): Replace variable err-msg by declared variable.
3430
3431 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3432
3433 * ses.el: Add coding cookie.
3434 Fix up docstrings, follow new commenting conventions.
3435 (ses-header-line-menu): Fix missing variable rename for header-row.
3436 (ses-cell-size): Remove.
3437 (ses-make-cell): New function.
3438 (ses-cell, ses-insert-row, ses-insert-column): Use it.
3439 (ses-calculate-cell): Remove unused var `symbol'.
3440 (ses-narrowed-p): New function.
3441 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3442 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3443 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3444 (ses-setup): Use restore-buffer-modified-p.
3445 (ses-cleanup): Remove unused var `end'.
3446 (ses-header-string-left-offset): Remove.
3447 (ses-create-header-string): Adjust to new behavior of `align-to'.
3448 Truncate excessively large fields to preserve alignment.
3449 (ses-reconstruct-all): Remove unused var `refs'.
3450 (ses-read-cell-printer): Remove unused var `prompt'.
3451 (ses-delete-row): Remove unused var `pos'.
3452 (ses-delete-column): Remove unused var `new'.
3453
3454 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3455
3456 * ps-print.el: Insert :version tag into all defgroup and defcustom.
3457 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3458 Eliminate eval-and-compile usage.
3459 (ps-insert-file): Use insert-file-contents instead of insert-file.
3460 (ps-setup): Code fix.
3461
3462 * printing.el (pr-setup, lpr-setup): Code fix.
3463
3464 2004-11-21 Jay Belanger <belanger@truman.edu>
3465
3466 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3467 (calc-original-buffer): Declare them.
3468 (calc-user-formula-alist): New variable.
3469 (calc-user-define-formula, calc-fix-user-formula)
3470 (calc-user-define-composition, calc-finish-formula-edit):
3471 Replace variable `alist' by declared variable.
3472 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3473 (var-q7, var-q7, var-q8, var-q9): Declare them.
3474 (calc-kbd-push): Don't check to see if var-q0 through var-q9
3475 are bound.
3476 (calcFunc-typeof): Replace undeclared variable by expression.
3477 (math-exp-env): New variable.
3478 (math-define-body, math-define-exp): Replace exp-env by declared var.
3479 (math-define-exp): Replace misplaced variable by expression.
3480
3481 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3482 (calc-curve-model, calc-curve-coefnames): New variables.
3483 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3484 varnames, model and coefnames by declared variables.
3485 (math-root-widen): New variable.
3486 (math-search-root, math-find-root): Replace variable root-widen by
3487 declared variable.
3488 (var-DUMMY): Declare it.
3489 (math-root-vars, math-min-vars): Move the declarations to earlier in
3490 the file.
3491 (math-brent-min): Make d a local variable.
3492 (math-find-minimum): Replace non-existent variable.
3493 (math-ninteg-romberg): Remove unnecessary variable.
3494 (math-ninteg-temp): New variable.
3495 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3496 integ-temp by declared variable.
3497 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3498 New variables.
3499 (math-general-fit): Replace variables first-var, first-coef and
3500 new-coefs by declared variables.
3501 (calcFunc-fitvar): Replace variable first-var by declared variable.
3502 (calcFunc-fitparam): Replace variable first-coef by declared variable.
3503 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3504 (math-all-vars-vars, math-all-vars-found): New variables.
3505 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3506 found by declared variable math-all-vars-vars.
3507
3508 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
3509
3510 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3511 of `defconst'.
3512
3513 2004-11-20 Richard M. Stallman <rms@gnu.org>
3514
3515 * isearch.el (isearch-mode-map): Don't bind SPC.
3516 (isearch-whitespace-chars): Function deleted.
3517 (isearch-search): Bind search-spaces-regexp.
3518 (isearch-lazy-highlight-search): Likewise.
3519 (search-whitespace-regexp): Doc fix.
3520 (isearch-forward-regexp): Doc fix.
3521
3522 * emacs-lisp/bytecomp.el (byte-compile-form):
3523 Move the calls to byte-compile-set-symbol-position,
3524 to avoid having two for the same symbol occurrence.
3525
3526 * comint.el (comint-input-ring-size): Increase to 150.
3527
3528 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3529 New variables.
3530 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3531 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3532
3533 * imenu.el (imenu--generic-function):
3534 Ensure we keep moving backward even if BEG isn't further back.
3535
3536 * replace.el (query-replace-read-to, query-replace-read-from):
3537 Specify t for KEEP-ALL in read-from-minibuffer.
3538
3539 * progmodes/python.el (python-switch-to-python):
3540 If Python isn't running, start it.
3541 Don't alter debug-ignored-errors.
3542
3543 * progmodes/cperl-mode.el (cperl-indent-region):
3544 Don't mind imenu-scanning-message.
3545
3546 * bindings.el (global-map): Bind C-e to move-end-of-line.
3547
3548 * simple.el (line-move-finish): New arg FORWARD.
3549 Ignore invisible newlines, not intangible ones.
3550 Conditions for acceptable stopping positions depend on FORWARD.
3551 (line-move): Pass FORWARD arg to line-move-finish.
3552
3553 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3554 of HEADER. Compensate for this change in the code to add display
3555 properties. Don't make the first line intangible.
3556
3557 * info.el (Info-search): Fix previous change.
3558
3559 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3560
3561 * Makefile.in (recompile): Revert 2004-11-19 change.
3562 (compile): Likewise.
3563
3564 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
3565
3566 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3567
3568 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3569
3570 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
3571 defgroup and defcustom. Eliminate eval-and-compile usage.
3572
3573 * progmodes/ebnf-otz.el: Fix typos.
3574
3575 2004-11-19 Jay Belanger <belanger@truman.edu>
3576
3577 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3578 (calc-edit-finish, calc-finish-stack-edit): Replace variable
3579 disp-trail by declared variable.
3580
3581 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3582 (calc-finish-selection-edit): Replace variable disp-trail by
3583 declared variable.
3584 (calc-selection-cache-entry): Move declaration to earlier in the file.
3585 (calc-selection-cache-num, calc-selection-cache-comp)
3586 (calc-selection-cache-offset, calc-selection-true-num)
3587 (calc-final-point-line, calc-final-point-column)
3588 (calc-original-buffer): Declare them.
3589 (calc-fnp-op, calc-fnp-num): New variables.
3590 (calc-find-nth-part, calc-find-nth-part-rec)
3591 (calc-select-previous): Replace op and num by declared variables.
3592 (calc-rsf-old, calc-rsf-new): New variables.
3593 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3594 Replace variables old and new by declared variables.
3595 (calc-sel-reselect): New variable.
3596 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3597 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3598 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
3599 reselect with declared variable.
3600
3601 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3602 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3603 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3604 (math-import-list, math-rewrite-phase): Declare them.
3605 (math-rewrite): Use let* to declare variables.
3606 (calc-rewrite-selection): Make rules a local variable.
3607 (calc-rewr-sel): New variable.
3608 (calc-rewrite-selection, calc-locate-selection-marker)
3609 (calc-rewrite): Use the declared variable calc-rewr-sel instead
3610 of sel.
3611 (math-rewrite-whole-expr): New variable.
3612 (math-rewrite, math-rewrite-phase): Replace variable expr by
3613 declared variable.
3614 (math-rewrite-heads-heads, math-rewrite-heads-skips)
3615 (math-rewrite-heads-blanks ): New variables.
3616 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3617 heads, skips and blanks by declared variables.
3618 (math-rwcomp-subst-old, math-rwcomp-subst-new)
3619 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3620 New variables.
3621 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3622 old, new, old-func and new-func by declared variables.
3623 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3624 Remove unnecessary variable.
3625 (math-apply-rw-regs): New variable.
3626 (math-apply-rewrites, math-rwapply-replace-regs)
3627 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3628 (math-apply-rw-ruleset): New variable.
3629 (math-apply-rewrites, math-rwapply-remember): Replace variable
3630 ruleset by declared variable.
3631
3632 2004-11-19 Richard M. Stallman <rms@gnu.org>
3633
3634 * info.el (Info-search): Use search-whitespace-regexp.
3635
3636 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3637
3638 * vc-rcs.el (vc-rcs-parse): New function.
3639 (vc-rcs-annotate-command): Likewise.
3640 (vc-rcs-annotate-current-time): Likewise.
3641 (vc-rcs-annotate-time): Likewise.
3642 (vc-rcs-annotate-extract-revision-at-line): Likewise.
3643
3644 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3645
3646 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3647
3648 2004-11-18 Jay Belanger <belanger@truman.edu>
3649
3650 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3651
3652 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3653
3654 * printing.el: Eliminate use of interactive-p and eval-and-compile.
3655 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3656 Use make-temp-file to generate PostScript files in any situation.
3657 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3658 (pr-interactive-p): Eliminate var.
3659 (pr-save-interactive): Eliminate macro.
3660 (pr-interface, pr-ps-directory-preview)
3661 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3662 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3663 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3664 (pr-ps-buffer-ps-print, pr-ps-region-preview)
3665 (pr-ps-region-using-ghostscript, pr-ps-region-print)
3666 (pr-ps-region-ps-print, pr-ps-mode-preview)
3667 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3668 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3669 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3670 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3671 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3672 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3673 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3674 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3675 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3676 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3677 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3678 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3679 Eliminate pr-save-interactive usage.
3680 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3681 Eliminate pr-interactive-p usage.
3682 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3683 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3684 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3685 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3686 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3687 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3688 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3689 New funs.
3690 (pr-ps-file): Use make-temp-file to generate a temporary file.
3691
3692 2004-11-17 Jay Belanger <belanger@truman.edu>
3693
3694 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3695 a local variable.
3696 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3697 (math-top-only): New variable.
3698 (math-simplify, math-simplify-step): Replace variable top-only by
3699 declared variable math-top-only.
3700 (math-simplify-expr): Declare it.
3701 Replace argument expr in all calls of math-defsimplify by
3702 math-simplify-expr.
3703 (math-simplify-plus, math-simplify-times, math-simplify-divide)
3704 (math-simplify-divisor, math-simplify-one-divisor)
3705 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3706 (math-simplify-pow): Replace variable expr by declared variable
3707 math-simplify-expr.
3708 (math-simplify-divisor): Remove local variables temp and op.
3709 (math-simplify-one-divisor): Make temp and op local variables.
3710 (math-simplify-divisor-nover, math-simplify-divisor-dover):
3711 New variables.
3712 (math-simplify-divisor, math-simplify-one-divisor):
3713 Replace variables nover and dover by declared variables.
3714 (math-expr-subst-new, math-expr-subst-old): New variables.
3715 (math-expr-subst, math-expr-subst-rec): Replace variables new
3716 and old by declared variables.
3717 (math-is-poly-degree, math-is-poly-loose): New variables.
3718 (math-is-polynomial, math-is-poly-rec): Replace variables degree
3719 and loose by declared variables.
3720 (math-poly-base-const-ok, math-poly-base-pred): New variables.
3721 (math-polynomial-base, math-polynomial-base-rec):
3722 Replace variables const-ok and mpb-pred by declared variables.
3723
3724 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3725
3726 * calc/calc-ext.el (math-defsimplify): Change the argument in
3727 the created function to math-simplify-expr.
3728
3729 * calc/calc-units.el (math-simplify-expr): Declare it.
3730 Replace argument expr in all calls of math-defsimplify by
3731 math-simplify-expr.
3732 (math-simplify-units-prod): Replace variable expr by declared
3733 variable math-simplify-expr.
3734
3735 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3738 Replace mapcar->dolist, format->string.
3739
3740 2004-11-17 Miles Bader <miles@gnu.org>
3741
3742 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3743 * progmodes/idlwave.el: Remove RCS keywords.
3744
3745 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
3746
3747 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3748 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3749 Update to IDLWAVE version 5.5. Too many changes to list them here.
3750 * progmodes/idlw-help.el: New file.
3751
3752 2004-11-16 Richard M. Stallman <rms@gnu.org>
3753
3754 * international/iso-cvt.el (iso-tex2iso-trans-tab):
3755 Discard spaces after \i according to TeX rules.
3756
3757 * international/mule.el (set-buffer-file-coding-system):
3758 New arg NOMODIFY.
3759 (after-insert-file-set-coding): Pass that new arg.
3760 Prevent set-buffer-multibyte from trying to lock the file.
3761
3762 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3763
3764 * saveplace.el (save-place): Doc fix.
3765
3766 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
3767 temporarily widen before finding the following word to copy.
3768
3769 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
3770 (cl-map-keymap): Definition deleted.
3771
3772 * subr.el (map-keymap-internal): New function.
3773
3774 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
3777 when pressing rather than when releasing mouse-2. Simplify.
3778
3779 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
3782 (compilation-mode): Set it here instead.
3783
3784 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
3785
3786 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
3787 (loop, cl-parse-loop-clause, defsetf): Use backquote.
3788
3789 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * progmodes/compile.el (compilation-internal-error-properties):
3792 Fix up a transposition-typo. Check end-col before using it.
3793
3794 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
3795
3796 * international/iso-cvt.el (iso-tex2iso-trans-tab):
3797 Discard whitespace after macro \i when converting it.
3798
3799 2004-11-16 Juri Linkov <juri@jurta.org>
3800
3801 * emacs-lisp/find-func.el (find-function-regexp):
3802 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
3803 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
3804 Remove invalid `\W' from [^cgv\W]. Doc fix.
3805 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
3806
3807 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
3808
3809 * play/life.el: Maintainer is now FSF.
3810 (life-patterns, life-neighbor-deltas, life-window-start)
3811 (life-current-generation, life-generation-string): Use defvar
3812 instead of defconst.
3813
3814 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * progmodes/compile.el (compilation-move-to-column): New fun.
3817 (compilation-internal-error-properties)
3818 (compilation-next-error-function): Use it to make sure we don't go past
3819 the end of line.
3820
3821 2004-11-15 John Paul Wallington <jpw@gnu.org>
3822
3823 * autoinsert.el (auto-insert-alist): Insert the user's name in
3824 copyright notice, rather than Free Software Foundation, for the
3825 Emacs Lisp header case too.
3826
3827 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3828
3829 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
3830 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3831 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
3832 return the list of string in a string.
3833 (pr-call-process): Message if calling process returns an error, that
3834 is, the exit status is different of zero.
3835
3836 2004-11-15 Jay Belanger <belanger@truman.edu>
3837
3838 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
3839 variable var-thing.
3840 (math-integ-depth, math-integ-level, math-integral-limit)
3841 (math-enable-subst, math-any-substs, math-integ-msg)
3842 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
3843 (math-int-threshold, math-int-factors, math-double-roots)
3844 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
3845 (var-GenCount): Declare these variables.
3846 (calcFunc-integ): Don't check if var-IntegLimit is bound.
3847 (math-integral-cache, math-integral-cache-state):
3848 Move declarations to earlier in the file.
3849 (math-deriv-var, math-deriv-total, math-deriv-symb)
3850 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
3851 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
3852 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
3853 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
3854 (math-solve-res): New variables
3855 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
3856 (math-integral, math-replace-integral-parts)
3857 (math-integrate-by-parts, calc-dump-integral-cache)
3858 (math-try-integral, math-do-integral, math-do-integral)
3859 (math-do-integral-methods, math-try-solve-for)
3860 (math-try-solve-prod, math-solve-poly-funny-powers)
3861 (math-solve-crunch-poly, math-decompose-poly)
3862 (math-solve-find-root-term, math-find-root-in-prod)
3863 (math-integ-try-linear-substitutions)
3864 (math-integ-try-substitutions, math-expr-rational-in)
3865 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
3866 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
3867 (math-solve-for, math-solve-system, math-solve-system-rec)
3868 (math-solve-get-sign, math-solve-get-int)
3869 (math-solve-system-subst): Replace undeclared variables with newly
3870 declared variables.
3871
3872 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * winner.el (winner-active-region, winner-edges, winner-window-list):
3875 Define at toplevel.
3876 (winner-mode-map): Move init inside declaration.
3877
3878 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
3879
3880 * files.el (convert-standard-filename): Doc fix.
3881
3882 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
3883
3884 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
3885 passwd, group, shadow, default/* and pam.d/*.
3886
3887 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3888
3889 * printing.el (pr-menu-spec): Adjust menu specification.
3890
3891 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3892
3893 * printing.el: Doc fix. Insert :version tag into all defcustom.
3894 Handle interactive-p as is recommended in Emacs Lisp Reference.
3895 Set the file permission bits for newly created files.
3896 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3897 The printing menu specification (in `pr-menu-spec') was merged.
3898 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3899 (pr-version): New version number (6.8.3).
3900 (pr-file-modes): New option.
3901 (pr-interactive-p): New var.
3902 (pr-save-interactive, pr-save-file-modes): New macros.
3903 (pr-setup): Code fix.
3904 (pr-menu-spec): Menu specification merged.
3905 (pr-call-process, pr-text2ps): Set file permission bits.
3906 (pr-despool-print): Set file permission bits. Handle interactive-p as
3907 is recommended.
3908 (pr-interface, pr-ps-directory-preview)
3909 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3910 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3911 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3912 (pr-ps-buffer-ps-print, pr-ps-region-preview)
3913 (pr-ps-region-using-ghostscript, pr-ps-region-print)
3914 (pr-ps-region-ps-print, pr-ps-mode-preview)
3915 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3916 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3917 (pr-despool-using-ghostscript, pr-despool-ps-print)
3918 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3919 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3920 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3921 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3922 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3923 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3924 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3925 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3926 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
3927 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
3928 Handle interactive-p as is recommended.
3929
3930 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
3933 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
3934
3935 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
3936 so it doesn't forget to highlight the beginning of the region either.
3937
3938 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
3939
3940 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
3941 (c-font-lock-init): Eliminate obsolete make-local-hook.
3942 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3943 (awk-mode): Use run-mode-hooks.
3944
3945 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
3946
3947 2004-11-13 Kim F. Storm <storm@cua.dk>
3948
3949 * mouse.el (mouse-drag-copy-region): Add :version.
3950 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
3951 while dragging mode line, so mode line can be dragged downwards.
3952 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
3953 while pressing mouse button so window doesn't scroll until we
3954 release the mouse if clicking on partially visible line.
3955
3956 2004-11-12 Jay Belanger <belanger@truman.edu>
3957
3958 * calc/calc-graph.el (calc-dumb-map): Declare it.
3959 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
3960 than unbound.
3961 (calc-graph-name): Made `end' a local variable.
3962 (calc-graph-lookup): Made `varname' a local variable.
3963 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
3964 Declare them.
3965 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
3966 (calc-graph-plot, calc-graph-compute-3d): Remove references to
3967 the unused variable y3vec.
3968 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
3969 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
3970 calc-graph-prev-kill-hook.
3971 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
3972 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
3973 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
3974 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
3975 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
3976 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
3977 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
3978 (calc-graph-y3value, calc-graph-y3name)
3979 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
3980 (calc-graph-stepcount, calc-graph-is-splot)
3981 (calc-graph-surprise-splot, calc-graph-blank)
3982 (calc-graph-non-blank, calc-graph-curve-num): New variables.
3983 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
3984 (calc-graph-recompute-2d, calc-graph-compute-3d)
3985 (calc-graph-format-data): Replace undeclared variables with the
3986 above newly declared variables.
3987
3988 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
3989
3990 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
3991 `rsf-beep' and `rsf-sleep-after-message'.
3992
3993 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
3994 list if `message-sender' is non-nil.
3995
3996 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
3997
3998 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
3999 consing by using mapc instead of mapcar.
4000
4001 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
4002
4003 * tooltip.el (require): Explain why CL is needed.
4004
4005 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4006
4007 * printing.el: Insert :version into defgroup (printing). All reference
4008 to Files option in menubar were changed to File.
4009 (pr-version): New version number (6.8.2).
4010 (pr-get-symbol): Call easy-menu-intern.
4011 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
4012 compilation gripes.
4013
4014 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4017 new byte-compile-function-environment binding to t.
4018
4019 * font-lock.el (font-lock-fontify-syntactically-region):
4020 Don't forget to highlight the last char when we hit `end'.
4021
4022 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4023 (mwheel-scroll): Adjust accordingly.
4024
4025 * cvs-status.el: Reduce spurious warnings.
4026 (cvs-status-checkout): Remove.
4027 (cvs-status-mode-map): Use cvs-mode-checkout instead.
4028
4029 * pcvs.el (cvs-mode-checkout): New command.
4030
4031 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4032
4033 * tooltip.el: Require CL.
4034
4035 * emacs-lisp/bytecomp.el: Use push.
4036 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4037 (defalias): Remove the `byte-compile' property and add
4038 a `byte-hunk-handler'.
4039
4040 2004-11-11 Juri Linkov <juri@jurta.org>
4041
4042 * info.el (Info-search): Save match data for isearch.
4043 Skip Tag Table node.
4044
4045 * descr-text.el (describe-char): Replace syntax-after with code
4046 from its previous version.
4047
4048 * files.el (magic-mode-alist): Use optimization for SGML mode too.
4049 (set-auto-mode): Doc fix. Remove unused variable `xml'.
4050
4051 * international/mule.el (sgml-html-meta-auto-coding-function):
4052 Remove > after <html to allow HTML attributes.
4053
4054 2004-11-11 Jay Belanger <belanger@truman.edu>
4055
4056 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
4057 a variable.
4058 (calcFunc-dfac): Replace unbound max by n.
4059 (math-stirling-local-cache): New variable.
4060 (math-stirling-number, math-stirling-1, math-stirling-2):
4061 Replace the variable `cache' by the declared variable
4062 math-stirling-local-cache.
4063 (var-RandSeed): Declare it as a variable.
4064 (math-init-random-base, math-random-digit): Don't check to see if
4065 var-RandSeed is bound.
4066 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4067 Declare them instead of just setting them.
4068 (math-init-random-base): Made i a local variable.
4069 (math-random-digit): Made math-random-last a local variable.
4070 (math-prime-test-cache): Move declaration to before it is used.
4071 (math-prime-test-cache-k, math-prime-test-cache-q)
4072 (math-prime-test-cache-nm1, math-prime-factors-finished):
4073 Declare them as variables.
4074
4075 2004-11-11 Jay Belanger <belanger@truman.edu>
4076
4077 * calc/calc-ext.el (math-defcache): Use defvar for the new
4078 variables it creates.
4079
4080 2004-11-11 Lars Hansen <larsh@math.ku.dk>
4081
4082 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4083 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4084 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4085 (desktop-save): Add :version.
4086
4087 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * printing.el (pr-get-symbol): Don't downcase.
4090
4091 2004-11-10 Jay Belanger <belanger@truman.edu>
4092
4093 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
4094 string to kill-ring.
4095
4096 * calc/calc-aent.el (calc-alg-exp, math-toks)
4097 (math-exp-pos,math-exp-old-pos, math-exp-token)
4098 (math-exp-keep-spaces, math-exp-str): New variables.
4099 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4100 (calcAlg-enter): Use declared variable calc-alg-exp.
4101 (math-build-parse-table, math-find-user-token): Use declared
4102 variable math-toks.
4103 (math-read-exprs, math-read-token, calc-check-user-syntax)
4104 (calc-match-user-syntax, match-factor-after, math-read-factor):
4105 Use declared variables math-exp-pos math-exp-old-pos.
4106 (math-read-exprs, math-read-token, math-read-expr-level)
4107 (calc-check-user-syntax, calc-match-user-syntax)
4108 (match-factor-after, math-read-factor): Use declared variable
4109 math-exp-token.
4110 (math-read-exprs, math-read-expr-list, math-read-token)
4111 (math-read-factor): Use declared variable math-exp-keep-spaces.
4112 (math-read-exprs, math-read-token): Use declared variable
4113 math-exp-str.
4114 (calc-match-user-syntax): Make m a local variable.
4115
4116 * calc/calc-ext.el (math-read-expr): Use declared variables
4117 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4118 math-exp-keep-spaces.
4119
4120 * calc/calc-forms.el (math-read-angle-bracket): Use declared
4121 variables math-exp-pos, math-exp-str.
4122
4123 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
4124 math-exp-old-pos.
4125 (math-parse-fortran-vector, math-parse-fortran-vector-end)
4126 (math-parse-eqn-prime): Use declared variable math-exp-token.
4127
4128 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4129 Use declared variable math-exp-pos.
4130 (math-check-for-commas): Use declared variable math-exp-str.
4131 (math-read-brackets): Use declared variables math-exp-old-pos,
4132 math-exp-keep-spaces.
4133 (math-read-brackets, math-read-vector, math-read-matrix):
4134 Use declared variable math-exp-token.
4135
4136 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4139 where the keymap is a symbol.
4140 (easy-menu-add-item): Use keymap-prompt. Simplify.
4141
4142 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4143
4144 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4145 (sgml-parse-tag-backward): Use it to skip spurious < or >.
4146
4147 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
4148
4149 * ebuff-menu.el: Doc fixes throughout.
4150 (electric-buffer-menu-mode-hook): New defvar.
4151
4152 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
4153
4154 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4155 compilation. The resulting compiler warnings appear to be harmless.
4156
4157 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
4158
4159 * textmodes/conf-mode.el: New file.
4160
4161 * files.el (auto-mode-alist, magic-mode-alist): Use it.
4162
4163 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4166
4167 2004-11-09 Jay Belanger <belanger@truman.edu>
4168
4169 * calc/calc-ext.el (calc-init-extensions): Remove old code.
4170
4171 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4172 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
4173 (calc-z-prefix-help, calc-user-function-list): Use declared
4174 variables calc-z-prefix-buf, calc-z-prefix-msgs.
4175 (math-map-tree, math-map-tree-rec): Use declared variables
4176 math-mt-many, math-mt-func.
4177 (math-read-expression, math-read-string): Use declared variable
4178 math-expr-data.
4179
4180 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
4181 variable math-normalize-a.
4182
4183 * calc/calc.el (math-normalize-a): New variable.
4184 (math-normalize): Use declared variable math-normalize-a.
4185
4186 * calc/calc-poly.el (math-expand-form): Use declared variable
4187 math-mt-many.
4188
4189 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4190 Use declared variable math-mt-many.
4191 (math-rewrite): Use declared variable math-mt-func.
4192
4193 * calc/calc-vec.el (math-read-brackets, math-read-vector)
4194 (math-read-matrix): Use declared variable math-expr-data.
4195
4196 * calc/calc-lang.el (math-parse-fortran-vector)
4197 (math-parse-fortran-vector-end, math-parse-tex-sum)
4198 (math-parse-eqn-matrix, math-parse-eqn-prime)
4199 (math-read-math-subscr): Use declared variable math-expr-data.
4200
4201 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4202 (math-read-expr-level, math-read-token, calc-check-user-syntax)
4203 (calc-match-user-syntax, math-read-if, math-factor-after)
4204 (math-read-factor): Use declared variable math-expr-data.
4205
4206 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4207
4208 * calendar/diary-lib.el (diary-from-outlook)
4209 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4210 interactive-p; but rather new optional argument NOCONFIRM.
4211
4212 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4215 (easy-menu-name-match): Revert correspondingly.
4216
4217 2004-11-09 Richard M. Stallman <rms@gnu.org>
4218
4219 * emacs-lisp/bytecomp.el (byte-compile-defalias):
4220 Turn off warnings for the new function even if definition not constant.
4221 If the definition isn't a quoted symbol, record (FUNCTION . t).
4222 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4223 (byte-compile-callargs-warn): Handle (FUNCTION . t).
4224 (display-call-tree, byte-compile-arglist-warn):
4225 Handle t returned by byte-compile-fdefinition.
4226
4227 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4228
4229 * Makefile.in (maintainer-clean): Depend on distclean.
4230
4231 * help-fns.el (help-C-file-name): File name must be in build-files
4232 to be returned.
4233
4234 2004-11-09 Jay Belanger <belanger@truman.edu>
4235
4236 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4237 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
4238
4239 * calc/calc.el (calc, calc-trail-display, calc-mode):
4240 Remove obsolete sections.
4241
4242 * calc/calc.el (calc-x-paste-text): Remove.
4243
4244 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
4245 mouse-2.
4246
4247 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4250 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4251 current frame (in case of recursive calls).
4252 (gdb-show-changed-values): Add :version keyword.
4253
4254 2004-11-09 Kenichi Handa <handa@m17n.org>
4255
4256 * international/mule-cmds.el: Change coding: tag back to
4257 iso-2022-7bit.
4258
4259 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * international/mule-cmds.el: Change coding-system to utf-8.
4262 (select-safe-coding-system-interactively):
4263 New function extracted from select-safe-coding-system.
4264 (select-safe-coding-system): Use it.
4265
4266 2004-11-08 Richard M. Stallman <rms@gnu.org>
4267
4268 * subr.el (syntax-after): Doc fix.
4269
4270 * paren.el (show-paren-function): Change calls to syntax-after
4271 for new way of returning the value.
4272
4273 * menu-bar.el (menu-bar-file-menu): Make this the real name
4274 and menu-bar-files-menu the alias. Use the former.
4275 (global-map): Use `file', not `files', as the symbol.
4276
4277 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4278
4279 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4280 Don't use beginning-of-buffer.
4281 (filesets-cmd-show-result): Use with-no-warnings.
4282
4283 2004-11-08 Juri Linkov <juri@jurta.org>
4284
4285 * progmodes/compile.el (compile): Don't overwrite last command in
4286 minibuffer history with default command if they are not equal.
4287
4288 2004-11-08 Jay Belanger <belanger@truman.edu>
4289
4290 * calc/calcalg2.el (math-do-integral-methods): Try linear then
4291 non-linear substitutions.
4292
4293 2004-11-08 Jay Belanger <belanger@truman.edu>
4294
4295 * calc/calcalg2.el (math-linear-subst-tried): New variable.
4296 (math-do-integral): Set `math-linear-subst-tried' to nil.
4297 (math-do-integral-methods): Use `math-linear-subst-tried' to
4298 determine what type of substitution to try.
4299 (math-integ-try-linear-substituion):
4300 Set `math-linear-subst-tried' to t.
4301
4302 2004-11-08 Kim F. Storm <storm@cua.dk>
4303
4304 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4305
4306 2004-11-07 Juri Linkov <juri@jurta.org>
4307
4308 * info-look.el (info-lookup): Allow reusing in the current buffer
4309 not only *info* buffer, but all (even renamed) Info buffers
4310 by checking for major-mode instead of *info* buffer name.
4311 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4312 (octave-mode, maxima-mode) <doc-spec>:
4313 Allow long dashes generated by Texinfo 4.7 before definitions.
4314 (texinfo-mode) <doc-spec>: Add space to suffix to find command
4315 definitions with argument separated by space.
4316
4317 2004-11-06 Richard M. Stallman <rms@gnu.org>
4318
4319 * simple.el (next-error group, face): Move before first use.
4320 (next-error-highlight, next-error-highlight-no-select): Likewise.
4321
4322 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4323 (line-move): New args NOERROR and TO-END.
4324 Return t if if succeed in moving specified number of lines.
4325 (move-end-of-line): New function.
4326
4327 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4328 (end-of-buffer-other-window): Likewise.
4329
4330 * simple.el (line-move-ignore-invisible): Default to t.
4331
4332 * subr.el (syntax-after): Return the syntax letter, not the raw code.
4333
4334 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4335
4336 * international/iso-cvt.el (iso-cvt-define-menu):
4337 Rename menu-bar-files-menu to menu-bar-file-menu.
4338
4339 * net/browse-url.el (browse-url-gnome-moz-program)
4340 (browse-url-gnome-moz-arguments): Move up before first use.
4341
4342 * net/tramp.el (tramp group): Add :version.
4343
4344 * progmodes/ada-xref.el (ada-gdb-application):
4345 Use goto-char instead of beginning-of-buffer.
4346
4347 * progmodes/cperl-mode.el (cperl-info-on-command):
4348 Use goto-char instead of beginning-of-buffer.
4349
4350 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4351 Move up before first use.
4352 (idlwave-shell-temp-pro-file): Likewise.
4353 (idlwave-shell-temp-rinfo-save-file): Likewise.
4354 (idlwave-shell-temp-file): Minor doc fix.
4355
4356 * textmodes/flyspell.el (flyspell-external-point-words):
4357 Use goto-char instead of beginning-of-buffer.
4358
4359 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
4360
4361 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4362 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
4363 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4364
4365 2004-11-06 David Ponce <david@dponce.com>
4366
4367 * recentf.el (recentf-menu-path): Use menu item name.
4368
4369 2004-11-06 Eli Zaretskii <eliz@gnu.org>
4370
4371 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4372 display doesn't support images.
4373
4374 2004-11-06 Andreas Schwab <schwab@suse.de>
4375
4376 * tempo.el (tempo-match-finder): Doc fix.
4377
4378 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4379
4380 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4383 (easy-menu-lookup-name): New fun to replace it.
4384 (easy-menu-get-map): Use it to obey menu item names (rather than just
4385 keys) when looking up `path'.
4386 (easy-menu-always-true-p): Rename from easy-menu-always-true.
4387 (easy-menu-convert-item-1): Adjust to new name.
4388
4389 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
4390
4391 * outline.el (hide-body): Don't hide lines at the top of the file
4392 that precede the first header line.
4393
4394 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
4395
4396 * align.el (align-areas): Delete whitespace before reindenting, so
4397 that tabs are never placed after spaces.
4398
4399 2004-11-06 Alan Shutko <ats@acm.org>
4400
4401 * macros.el (insert-kbd-macro): Do completions based on macros,
4402 rather than all commands.
4403
4404 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
4405
4406 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4407 to solve a bug whereby tags with 'b' don't match.
4408
4409 2004-11-05 Juri Linkov <juri@jurta.org>
4410
4411 * info.el (Info-search): Don't search in node header lines
4412 and file headers.
4413
4414 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4415 symbol-constituent characters after dot, not only digits.
4416
4417 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
4418
4419 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4420
4421 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4422
4423 * dired.el (dired-read-dir-and-switches): Call read-directory-name
4424 if a dialog will be used, read-file-name otherwise.
4425
4426 2004-11-04 Richard M. Stallman <rms@gnu.org>
4427
4428 * textmodes/table.el (table group): Add :version.
4429
4430 * textmodes/ispell.el (ispell-word):
4431 Don't alter args; set them only thru `interactive' spec.
4432
4433 * textmodes/flyspell.el (flyspell-word):
4434 Don't alter FOLLOWING; set it only thru `interactive' spec.
4435
4436 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4437
4438 * net/browse-url.el (browse-url-maybe-new-window):
4439 Use called-interactively-p.
4440
4441 * mail/supercite.el (sc-cite-region):
4442 Don't use interactive-p. Add arg INTERACTIVE.
4443 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
4444
4445 * international/mule-cmds.el (set-input-method, toggle-input-method):
4446 Don't use interactive-p. Add arg INTERACTIVE.
4447
4448 * eshell/esh-mode.el (eshell-show-maximum-output):
4449 Don't use interactive-p.
4450 (eshell-truncate-buffer): Just message, no error, if buffer is short.
4451
4452 * mouse.el (mouse-show-mark): Get positions to delete from mark
4453 and point, not from mouse-drag-overlay.
4454
4455 * imenu.el (imenu-eager-completion-buffer): Add :version.
4456
4457 * filesets.el (filesets group): Add :version.
4458
4459 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
4460
4461 * files.el (xml-based-modes): Delete var.
4462 (magic-mode-alist): New more general var.
4463 (set-auto-mode): Use it.
4464
4465 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4466 when clicking from another window.
4467
4468 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
4469
4470 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4471 (vc-cvs-annotate-time): Incorporate value of deleted var.
4472 Remove special-case handling of beginning-of-buffer cruft.
4473 Cache ending position (point) and return value in text property
4474 `vc-cvs-annotate-time', and consult it on subsequent invocations.
4475
4476 * vc-cvs.el (vc-cvs-annotate-command):
4477 Delete extraneous lines from beginning of buffer.
4478 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4479
4480 * progmodes/grep.el (grep-default-command): Take empty string
4481 for tag if all other methods yield nil. Shell-quote the tag.
4482
4483 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4484 spec in `interactive' form, and mention it in the docstring.
4485 Also, make sure point is at bol after calling `annotate-time'.
4486
4487 2004-11-02 Richard M. Stallman <rms@gnu.org>
4488
4489 * cus-edit.el (customize-group-other-window):
4490 Select the window that displays the custom buffer.
4491 (custom-buffer-create-other-window): Likewise.
4492
4493 * comint.el (comint-insert-input): Fix previous change.
4494
4495 * emacs-lisp/elp.el (elp-instrument-function):
4496 Use called-interactively-p.
4497
4498 * emacs-lisp/easymenu.el (easy-menu-intern):
4499 Don't downcase; rather, case-flip the first letter of each word.
4500
4501 * emacs-lisp/easy-mmode.el (define-minor-mode):
4502 Use called-interactively-p.
4503
4504 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4505 Add interactive-only.
4506 (byte-compile-warnings): Add interactive-only as option.
4507 (byte-compile-interactive-only-functions): New variable.
4508 (byte-compile-form): Warn about calls to functions
4509 in byte-compile-interactive-only-functions.
4510
4511 * emacs-lisp/autoload.el (update-file-autoloads):
4512 Don't use interactive-p; take new arg SAVE-AFTER.
4513
4514 * emacs-lisp/advice.el (ad-make-advised-definition):
4515 Use called-interactively-p.
4516
4517 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4518
4519 * files.el (find-file-existing): New function.
4520
4521 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4522 find-file-existing. Add "New File..." that calls find-file.
4523
4524 * diropen.pbm, diropen.xpm: New files.
4525
4526 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4527 icon diropen. New tool bar item find-file-existing uses icon open.
4528
4529 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4530 instead of read-file-name.
4531
4532 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
4533
4534 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4535 (icalendar--split-value): Change name of work buffer.
4536 (icalendar--get-weekday-abbrev): Return nil on error.
4537 (icalendar--date-to-isodate): New function.
4538 (icalendar-convert-diary-to-ical)
4539 (icalendar-extract-ical-from-buffer): Use only two args for
4540 make-obsolete (XEmacs compatibility).
4541 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4542 (icalendar-export-region): Doc fix.
4543 If error, return non-nil and write errors to a buffer.
4544 Use correct weekday for weekly recurring events.
4545 Check whether date has been parsed for ordinary events.
4546 Make weekly events start in the year 2000.
4547 DTEND is non-inclusive, shift end date by one day if
4548 necessary (not for entries that have date and time).
4549 Rename local let variables: oops -> found-error, datestring ->
4550 startdatestring.
4551
4552 2004-11-02 Kim F. Storm <storm@cua.dk>
4553
4554 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4555 keep-mode-if-same variable. Add it as optional arg instead.
4556 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4557
4558 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4559 substitute-command-keys will select lower-case bindings like those
4560 used in the static help texts.
4561
4562 * descr-text.el (describe-text-properties): Don't err if called in
4563 the *Help* buffer; output to *Help-2* buffer instead.
4564
4565 * kmacro.el (group kmacro): Add :version.
4566 (kmacro-keyboard-quit): New function to cleanup on C-g.
4567 (kmacro-start-macro): Set defining-kbd-macro to append when
4568 appending to last macro.
4569
4570 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4571
4572 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
4573
4574 * progmodes/gdb-ui.el (gdb-enable-debug-log)
4575 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4576 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4577 Add :version keyword.
4578
4579 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
4580
4581 * progmodes/flymake.el (flymake-err-line-patterns):
4582 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4583 `compilation-error-regexp-alist-alist' to internal Flymake format.
4584
4585 * progmodes/flymake.el: Eliminate byte-compiler warnings.
4586
4587 2004-11-01 Jay Belanger <belanger@truman.edu>
4588
4589 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4590 with `interactive "s"'.
4591
4592 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4593
4594 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4595 Revert change from 2004-10-16. '*' checks the current buffer, but the
4596 mouse click may be in another buffer.
4597
4598 2004-11-01 John Paul Wallington <jpw@gnu.org>
4599
4600 * files.el (large-file-warning-threshold): Add :version keyword.
4601 (kill-some-buffers): Doc fix.
4602
4603 * thumbs.el (group thumbs): Add :version keyword.
4604
4605 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4606
4607 2004-11-01 Richard M. Stallman <rms@gnu.org>
4608
4609 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4610
4611 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4612
4613 * allout.el (allout group): Add :version.
4614 (allout-init): Don't use interactive-p.
4615 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4616 (allout-forward-current-level, allout-backward-current-level):
4617 Don't use interactive-p.
4618
4619 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4620 (bibtex-find-text): Likewise.
4621
4622 * progmodes/vhdl-mode.el (vhdl-fill-region)
4623 (vhdl-beginning-of-statement): Don't use interactive-p.
4624
4625 * progmodes/idlwave.el (idlwave-update-routine-info):
4626 Don't use interactive-p.
4627
4628 * progmodes/idlw-shell.el (idlwave-shell-send-char):
4629 Don't use interactive-p.
4630
4631 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4632 Don't use interactive-p.
4633
4634 * progmodes/ada-xref.el (ada-make-body-gnatstub):
4635 Don't use interactive-p.
4636
4637 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4638 (fortune-in-buffer): Doc fix.
4639
4640 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4641
4642 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4643 don't select the temporary buffer.
4644 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4645 (eudc-get-phone): Likewise.
4646
4647 2004-11-01 Kim F. Storm <storm@cua.dk>
4648
4649 * man.el (Man-xref-normal-file): Fix help-echo.
4650
4651 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * reveal.el (reveal-last-tick): New var.
4654 (reveal-post-command): Use it to avoid closing overlays when we're
4655 appending text to them.
4656
4657 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4658
4659 * textmodes/bibtex.el: Require button.
4660 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4661 (bibtex-reference-keys): Distinguish between header keys and
4662 crossref keys.
4663 (bibtex-beginning-of-field): New function.
4664 (bibtex-url-map): Remove.
4665 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4666 (bibtex-font-lock-url-regexp): Assume that field names begin at
4667 the beginning of a line.
4668 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
4669 Remove field delimiters. Use bibtex-beginning-of-field.
4670 Bugfix, point can be inside a field with a url.
4671 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4672 New functions.
4673 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4674 (bibtex-key-in-head): Simplify.
4675 (bibtex-current-line): Use bolp.
4676 (bibtex-parse-keys): Remove unused arg `add'.
4677 Use bibtex-type-in-head and bibtex-key-in-head.
4678 (bibtex-parse-entry, bibtex-autofill-entry):
4679 Use bibtex-type-in-head and bibtex-key-in-head.
4680 (bibtex-autokey-get-field): Do not alter case of replacement text.
4681 (bibtex-autokey-get-names): Do all processing of name list.
4682 (bibtex-autokey-get-year): New function.
4683 (bibtex-autokey-get-title): Do all processing of title words.
4684 (bibtex-generate-autokey): Simplify.
4685 (bibtex-string-files-init): Use default-directory.
4686 Allow for absolute file names in bibtex-string-files.
4687 (bibtex-files, bibtex-file-path): New variables.
4688 (bibtex-files-expand): New function.
4689 (bibtex-find-entry-globally): New command.
4690 (bibtex-summary-function): New variable.
4691 (bibtex-summary): Default value of bibtex-summary-function.
4692 (bibtex-find-crossref): New optional args pnt and split.
4693 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4694 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4695 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
4696 Fix handling of required and alternative fields.
4697 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4698 Use cons and display-buffer.
4699 (bibtex-validate-globally): New command.
4700 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
4701 bibtex-parse-keys and bibtex-parse-strings for updating
4702 bibtex-reference-keys and bibtex-strings.
4703 (bibtex-realign): Remove blank lines past the last entry.
4704 (bibtex-reformat): Use bibtex-entry-format as default.
4705 (bibtex-choose-completion-string): Remove.
4706 (bibtex-complete): Do not use bibtex-choose-completion-string.
4707 (bibtex-url): Simplify.
4708
4709 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4710
4711 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4712 (x-dnd-types-alist, x-dnd-open-file-other-window)
4713 (x-dnd-known-types): Add :version.
4714
4715 2004-10-31 John Paul Wallington <jpw@gnu.org>
4716
4717 * ibuffer.el (group ibuffer): Add :version keyword.
4718
4719 2004-10-31 Kim F. Storm <storm@cua.dk>
4720
4721 * ido.el (group ido): Add :version keyword.
4722 (ido-mode): Remove :version keyword.
4723
4724 * emulation/cua-base.el (group cua): Add :version keyword.
4725 (cua-mode): Remove :version keyword.
4726
4727 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
4728
4729 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4730
4731 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4732 compiler warning.
4733 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
4734 function.
4735 (help-at-pt-display-when-idle): Remove autoload.
4736
4737 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4740
4741 2004-10-30 Juri Linkov <juri@jurta.org>
4742
4743 * help.el (function-called-at-point):
4744 * help-fns.el (variable-at-point): Read -> intern.
4745
4746 2004-10-30 Simon Josefsson <jas@extundo.com>
4747
4748 * progmodes/autoconf.el (autoconf-font-lock-keywords):
4749 Recognize AS_* too.
4750
4751 2004-10-29 Simon Josefsson <jas@extundo.com>
4752
4753 * subr.el (read-passwd): Move back from password.el.
4754
4755 * password.el: Remove, not ready yet.
4756
4757 2004-10-29 Andreas Schwab <schwab@suse.de>
4758
4759 * speedbar.el (speedbar-frame-parameters): Improve customize type.
4760
4761 2004-10-29 Sam Steingold <sds@gnu.org>
4762
4763 * mouse.el (mouse-show-mark): Replace the last occurrence of
4764 x-lost-selection-hooks with x-lost-selection-functions.
4765
4766 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
4769 x-lost-selection-functions is bound.
4770
4771 * mouse-sel.el (mouse-sel-mode):
4772 * emacs-lisp/lselect.el: Adjust to new names for
4773 x-(lost|sent)-selection-functions.
4774
4775 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
4776 New obsolete aliases of x-lost-selection-functions and
4777 x-sent-selection-functions.
4778
4779 2004-10-28 Kim F. Storm <storm@cua.dk>
4780
4781 * imenu.el (imenu-scanning-message): Remove.
4782 (imenu-progress-message): Make it a no-op.
4783
4784 2004-10-28 John Paul Wallington <jpw@gnu.org>
4785
4786 * files.el (set-auto-mode): Call `throw' correctly.
4787
4788 2004-10-28 Juri Linkov <juri@jurta.org>
4789
4790 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
4791 to search `Info-...' commands in `info' manual.
4792 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4793 Add 'info-file "emacs" property.
4794 (Info-find-emacs-command-nodes): Fix index line number regexp.
4795 Set real line number (instead of fake 0) in first element of the
4796 returned list.
4797 (Info-goto-emacs-command-node): Use line number of first element
4798 to set point in the first found Info node.
4799
4800 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
4801 code to `grep-mode-font-lock-keywords'.
4802 (grep-mode-font-lock-keywords): Delete grep markers instead
4803 of making them invisible.
4804
4805 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4806
4807 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
4808 and x-server-version in bug report.
4809
4810 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
4811
4812 * files.el (set-auto-mode-0): New function.
4813 (set-auto-mode): Use it to handle aliased modes and to
4814 be consistent between C-x C-f and C-x C-w.
4815
4816 2004-10-28 Kenichi Handa <handa@m17n.org>
4817
4818 * international/utf-8.el (utf-translate-cjk-charsets):
4819 Add katakana-jisx0201.
4820
4821 * international/subst-jis.el: Add data for JISX0201.
4822
4823 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * obsolete/hilit19.el (hilit-mode): New function.
4826 Move all the toplevel side-effecting stuff into it, so that loading
4827 hilit19 doesn't mess everything up any more.
4828
4829 2004-10-27 Richard M. Stallman <rms@gnu.org>
4830
4831 * add-log.el (add-change-log-entry): Set up mailing address
4832 and full name later, and don't alter add-log-mailing-address
4833 or add-log-full-name.
4834
4835 * elide-head.el (elide-head): Change error to message.
4836 (elide-head-show): Likewise.
4837
4838 * apropos.el (apropos-macrop): Doc fix.
4839
4840 * mouse.el (mouse-show-mark): Do most processing the same
4841 regardless of transient-mark-mode.
4842
4843 * shadowfile.el (shadow-copy-files): Use interactive-p
4844 only to control whether to print a message.
4845
4846 * tar-mode.el (tar-mode): Use write-contents-functions,
4847 not write-contents-hooks.
4848
4849 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
4850 directory-sep-char.
4851
4852 2004-10-27 Richard M. Stallman <rms@gnu.org>
4853
4854 * strokes.el (strokes-unload-hook): Fix previous change.
4855
4856 * type-break.el (type-break-run-at-time): Always use run-at-time;
4857 forget the alternatives.
4858 (type-break-cancel-function-timers): Always use cancel-function-timers;
4859 forget the alternatives.
4860
4861 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
4862
4863 2004-10-27 Kenichi Handa <handa@m17n.org>
4864
4865 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
4866
4867 * international/subst-gb2312.el: Likewise.
4868
4869 * international/subst-big5.el: Likewise.
4870
4871 * international/subst-ksc.el: Likewise.
4872
4873 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
4874 New variable.
4875 (utf-translate-cjk-set-unicode-range): New function.
4876 (utf-translate-cjk-unicode-range): Make it customizable.
4877 (utf-8-post-read-conversion):
4878 Use utf-translate-cjk-unicode-range-string.
4879 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
4880 Unicode ranges.
4881
4882 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
4883
4884 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
4885 trivial variants to shorten the list.
4886 (xml-based-modes): New var.
4887 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
4888 declaration higher priority than auto-mode-alist.
4889
4890 * find-file.el (cc-other-file-alist): Bring it in line with
4891 cc-mode's auto-mode-alist entries and use \' instead of $.
4892
4893 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
4894 and add "Id" and "Name" submenus to it.
4895
4896 * imenu.el (imenu--generic-function): Skip matches in comments.
4897
4898 2004-10-26 Jay Belanger <belanger@truman.edu>
4899
4900 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
4901 (full-calc-keypad, calc-trail-display): Use an extra argument
4902 instead of `interactive-p'.
4903
4904 * calc/calc-misc.el (calc-other-window): Use an extra argument
4905 instead of `interactive-p'.
4906
4907 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
4908 `interactive-p'.
4909
4910 2004-10-26 Kim F. Storm <storm@cua.dk>
4911
4912 * help.el (describe-key): Describe both down-event and up-event
4913 for a mouse click.
4914
4915 2004-10-26 Richard M. Stallman <rms@gnu.org>
4916
4917 * woman.el (woman): Don't call interactive-p.
4918
4919 * pcomplete.el (pcomplete): Instead of interactive-p,
4920 use an arg set non-nil by the interactive spec.
4921
4922 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
4923 use an arg set non-nil by the interactive spec.
4924
4925 * man.el (Man-cleanup-manpage): Instead of interactive-p,
4926 use an arg set non-nil by the interactive spec.
4927
4928 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4929
4930 * progmodes/flymake.el (flymake-split-string):
4931 Use `flymake-split-string-remove-empty-edges' in any case.
4932
4933 2004-10-26 Masatake YAMATO <jet@gyve.org>
4934
4935 * progmodes/flymake.el (flymake-err-line-patterns):
4936 Use `compilation-error-regexp-alist-alist' instead of
4937 `compilation-error-regexp-alist'.
4938
4939 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
4942 verbatim face on the \ of \end{verbatim}.
4943
4944 2004-10-25 Jay Belanger <belanger@truman.edu>
4945
4946 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
4947 erasing minibuffer.
4948
4949 2004-10-25 Simon Josefsson <jas@extundo.com>
4950
4951 * subr.el (read-passwd): Move to net/password.el.
4952
4953 * net/password.el (read-passwd): Add. Autoload it.
4954
4955 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
4956
4957 * mouse-sel.el (mouse-sel-mode): Specify custom group.
4958
4959 * simple.el (process-file): Fix logic.
4960
4961 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
4962
4963 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
4964 (increase-right-margin): Remove erroneous call to `interactive-p'.
4965
4966 2004-10-24 Kim F. Storm <storm@cua.dk>
4967
4968 * help.el (describe-mode): Fix 2004-10-13 change.
4969 Copy pure "Auto Fill" string so it can be propertized later
4970 without causing a read-only error.
4971
4972 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
4973
4974 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
4975 style indexes.
4976
4977 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
4978
4979 * simple.el (process-file): Accept nil for INFILE. Reported by
4980 Luc Teirlinck.
4981
4982 2004-10-24 Masatake YAMATO <jet@gyve.org>
4983
4984 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
4985 Handle periods and underscores in a function name.
4986 Remove the address fontification.
4987
4988 2004-10-24 Masatake YAMATO <jet@gyve.org>
4989
4990 * progmodes/asm-mode.el (asm-font-lock-keywords):
4991 Use font-lock-variable-name-face for registers.
4992
4993 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
4994
4995 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
4996 kill-all-local-variables.
4997 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4998 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
4999 Use kill-all-local-variables and provide mode-hooks.
5000 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5001 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5002 Suggested by Masatake YAMATO <jet@gyve.org>.
5003
5004 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
5005
5006 * simple.el (process-file): New function, similar to call-process
5007 but supports file handlers.
5008 * vc.el (vc-do-command): Use it, instead of call-process.
5009 * net/tramp-vc.el (vc-do-command): Do not advise it if
5010 process-file is fboundp.
5011 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5012 process-file.
5013 (tramp-handle-process-file): New function.
5014 (tramp-file-name-for-operation): Support process-file.
5015
5016 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
5017
5018 * calendar/icalendar.el (icalendar--weekday-array): New constant.
5019 (icalendar-weekdayabbrev-table)
5020 (icalendar-monthnumber-table): Delete.
5021 (icalendar--get-month-number): Use calendar-month-name-array.
5022 (icalendar--get-weekday-number): New function.
5023 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5024 (icalendar-export-region): Handle multi-line entries.
5025 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5026
5027 2004-10-23 John Paul Wallington <jpw@gnu.org>
5028
5029 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5030 `wildcards' set to t in interactive spec.
5031
5032 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5033 interactive spec rather than use `interactive-p'.
5034 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5035 rather than use function `interactive-p'.
5036
5037 2004-10-21 Jay Belanger <belanger@truman.edu>
5038
5039 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5040 Declare these variables with defvar.
5041
5042 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5043 is bound, only check to see if it is bound.
5044
5045 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5048 Don't output messages.
5049
5050 * calc/calc-help.el (calc-describe-bindings): Fix last change.
5051
5052 2004-10-21 John Paul Wallington <jpw@gnu.org>
5053
5054 * calc/calc-graph.el (calc-graph-init):
5055 Use `set-process-query-on-exit-flag'.
5056
5057 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
5058
5059 * progmodes/compile.el (compilation-start): Rely on `cd' to get
5060 dir right and also allow argumentless cd.
5061
5062 2004-10-19 Richard M. Stallman <rms@gnu.org>
5063
5064 * textmodes/flyspell.el (flyspell-mode): Doc fix.
5065
5066 * eshell/em-unix.el (eshell-grep):
5067 Don't bind compilation-process-setup-function.
5068
5069 * comint.el (comint-insert-input): Use @ in `interactive'.
5070 (comint-input-filter-functions): Doc fix.
5071 (comint-kill-whole-line, comint-get-source): Doc fix.
5072
5073 * progmodes/compile.el (compilation-setup):
5074 Don't set buffer-read-only if MINOR is non-nil.
5075
5076 2004-10-19 Jay Belanger <belanger@truman.edu>
5077
5078 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5079 (calc-emacs-type-gnu19): Remove.
5080 (calc-digit-map, calc-read-key-sequence, calc-read-key):
5081 Remove check for old emacs versions.
5082
5083 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5084 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5085 for current Emacs.
5086
5087 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5088 the end of the minibuffer.
5089 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
5090 copy `esc-map'.
5091
5092 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5093
5094 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5095 call that would be given when the current emacs was used.
5096
5097 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5098
5099 * calendar/icalendar.el: Set coding to utf-8.
5100 (icalendar-version): Increase to 0.07.
5101 (icalendar-monthnumber-table): Change March pattern.
5102 (icalendar-get-all-event-properties)
5103 (icalendar-set-event-property): Delete.
5104 (icalendar-all-events): No longer interactive.
5105 (icalendar-convert-diary-to-ical)
5106 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5107 their replacements.
5108 (icalendar-export-file, icalendar-export-region): New functions;
5109 essentially old `icalendar-convert-diary-to-ical' but appending to
5110 target rather than overwriting.
5111 (icalendar-import-file): Append to target file rather than
5112 overwriting. Fourth arg deleted.
5113 (icalendar-import-buffer): New name for old
5114 `icalendar-extract-ical-from-buffer'.
5115 (icalendar--convert-string-for-import): New name for
5116 old `icalendar-convert-for-import'.
5117 (include-icalendar-files): Delete.
5118 Prefix for all internal functions changed from `icalendar-'
5119 to `icalendar--'.
5120
5121 2004-10-19 Richard M. Stallman <rms@gnu.org>
5122
5123 * paths.el (news-path): Fix previous change.
5124
5125 2004-10-18 Jay Belanger <belanger@truman.edu>
5126
5127 * calc/calc-help.el (calc-describe-bindings):
5128 Set `buffer-read-only' to nil while working in the keybindings buffer;
5129 remove some extra information from the keybindings buffer.
5130
5131 2004-10-18 David Ponce <david@dponce.com>
5132
5133 * mouse.el (mouse-drag-move-window-top): New function.
5134 (mouse-drag-mode-line-1): Use it.
5135
5136 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5137
5138 * info.el (Info-fontify-node): For multiline refs,
5139 arrange to unfontify newline and surrounding whitespace.
5140
5141 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5144 directory is missing.
5145
5146 2004-10-17 John Paul Wallington <jpw@gnu.org>
5147
5148 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5149 New customizable variable; whether to display buffers that match
5150 `ibuffer-maybe-show-predicates' by default.
5151 (ibuffer-maybe-show-predicates): Mention it in docstring.
5152 (ibuffer-display-maybe-show-predicates): New variable.
5153 (ibuffer-update): Prefix arg now toggles whether buffers that
5154 match `ibuffer-maybe-show-predicates' should be displayed.
5155 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5156 locally to heed `ibuffer-default-display-maybe-show-predicates'.
5157 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5158
5159 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
5160
5161 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
5162 work correctly.
5163
5164 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
5165
5166 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5167 (Buffer-menu-beginning): New helper function.
5168 (Buffer-menu-execute): Use it.
5169 (Buffer-menu-select): Use it.
5170 (Buffer-menu-sort): Use it and also keep markers.
5171
5172 2004-10-17 Richard M. Stallman <rms@gnu.org>
5173
5174 * paths.el (news-directory): Rename from news-path. Old name alias.
5175 (rmail-spool-directory): Use defvar.
5176 (sendmail-program): Use defcustom.
5177 (remote-shell-program): Use defcustom.
5178 (term-file-prefix): Use defvar.
5179 (abbrev-file-name): Use defvar.
5180
5181 * term.el: Add maintainer.
5182
5183 * subr.el (with-local-quit): Return nil if there's a quit.
5184 (read-passwd): Use with-local-quit. Doc fix.
5185
5186 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5187 (strokes-unload-hook): Set as a variable with add-hook.
5188
5189 * startup.el (fancy-splash-tail, normal-splash-screen):
5190 Update copyright year.
5191
5192 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5193
5194 * server.el (server-unload-hook): Set as a variable with add-hook.
5195
5196 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5197
5198 * frame.el (special-display-popup-frame):
5199 Make the buffer current as its frame is created.
5200
5201 * delsel.el (delsel-unload-hook): Set as a variable.
5202
5203 * comint.el (comint-output-filter-functions):
5204 Add comint-watch-for-password-prompt.
5205 (comint-read-noecho): Function deleted.
5206 (send-invisible): Use read-passwd.
5207
5208 * fringe.el (fringe-mode-initialize): New function.
5209 (fringe-mode): Use fringe-mode-initialize as :initialize.
5210
5211 2004-10-17 Kim F. Storm <storm@cua.dk>
5212
5213 * language/indian.el (indian-script-language-alist): Swap value and doc.
5214 (indian-font-char-index-table): Doc fix.
5215
5216 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5219
5220 2004-10-16 Juri Linkov <juri@jurta.org>
5221
5222 * progmodes/compile.el (compilation-start): Move let-binding of
5223 `process-environment' into `with-current-buffer' body.
5224 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5225
5226 2004-10-16 Richard M. Stallman <rms@gnu.org>
5227
5228 * pcvs-util.el (cvs-bury-buffer):
5229 Don't call get-buffer-window for effect.
5230
5231 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5232
5233 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5234
5235 * msb.el (msb-unload-hook): Set the variable.
5236
5237 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5238 Use * to err if buffer is readonly.
5239
5240 * subr.el (looking-back): Return only t or nil.
5241
5242 * whitespace.el (whitespace-unload-hook): Set the variable.
5243
5244 * view.el (view-mode-enable): Set view-page-size and
5245 view-half-page-size to nil.
5246 (view-set-half-page-size-default): view-half-page-size = nil
5247 means the default.
5248 (View-scroll-page-forward): Use view-page-size-default.
5249 (View-scroll-page-backward): Likewise.
5250 (view-page-size, view-half-page-size): Doc fixes.
5251
5252 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5253
5254 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5255
5256 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5257 "cl" like other files. Instead, call byte-compile-find-cl-functions.
5258 (byte-compile-log-1): Bind inhibit-read-only.
5259 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5260 (byte-compile-log-warning): Likewise.
5261 (byte-compile-file-form-require): Detect "cl" from the arg value.
5262
5263 * progmodes/compile.el (compilation-start): Assume compilation-mode
5264 will make the buffer read-only.
5265 (compilation-mode): Take arg name-of-mode.
5266 (compilation-setup): Make buffer read-only.
5267 (compilation-handle-exit): Bind inhibit-read-only.
5268
5269 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5270 (ispell-message): Likewise.
5271 (ispell-show-choices): Don't call get-buffer-window uselessly.
5272 (ispell-init-process): Use set-process-query-on-exit-flag.
5273
5274 2004-10-16 Kim F. Storm <storm@cua.dk>
5275
5276 * fringe.el (fringe-bitmaps): Only initialize when defined.
5277
5278 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5279 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5280
5281 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5282
5283 2004-10-15 Simon Josefsson <jas@extundo.com>
5284
5285 * net/password.el: Add.
5286
5287 2004-10-14 Masatake YAMATO <jet@gyve.org>
5288
5289 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5290 (gdb-script-end-of-defun): New function.
5291 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5292 `gdb-script-end-of-defun' as *-of-defun-function.
5293
5294 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
5295
5296 * button.el (button-activate): Allow a marker to display as an action.
5297
5298 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5299
5300 * help.el (describe-mode): Use it to make minor mode list into
5301 hyperlinks.
5302
5303 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * vc.el (vc-annotate-display-select): Fix typo.
5306
5307 * subr.el (substitute-key-definition-key): New function.
5308 (substitute-key-definition): Use it with map-keymap.
5309 (event-modifiers): Use push.
5310 (mouse-movement-p, with-temp-buffer): Simplify.
5311
5312 2004-10-12 Jay Belanger <belanger@truman.edu>
5313
5314 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5315 New variables.
5316 (calc-help-index-entries): New function.
5317 (calc-describe-function): Use `calc-help-function-list' instead of
5318 obarray for completion.
5319 (calc-describe-variable): Use `calc-help-variable-list' instead
5320 of obarray for completion.
5321
5322 2004-10-12 Richard M. Stallman <rms@gnu.org>
5323
5324 * info-look.el (info-lookup-file): Add info-file property.
5325 (info-lookup-symbol): Likewise.
5326
5327 * info.el (info-xref): Add underlining.
5328 (info): Add info-file property.
5329 (Info-find-emacs-command-nodes): Specify case-sensitive search.
5330
5331 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
5332
5333 Sync with Tramp 2.0.45.
5334
5335 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5336 defined. This is not the case for XEmacs without package "edebug".
5337 (tramp-set-auto-save-file-modes): Set permissions of autosaved
5338 remote files to the permissions of the original file. This is not
5339 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
5340 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
5341 (tramp-perl-decode): Fix an error in Perl implementation.
5342 $pending must be cleared every loop. Reported by Benjamin Place
5343 <benjaminplace@sprintmail.com>
5344
5345 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5346 Don't activate advice during definition. This is done later on,
5347 depending on test result of `substitute-in-file-name'.
5348 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5349
5350 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5353
5354 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5355
5356 2004-10-12 David Ponce <david@dponce.com>
5357
5358 * recentf.el (recentf-edit-list): Update the menu when the recentf
5359 list has been modified.
5360
5361 2004-10-12 Simon Josefsson <jas@extundo.com>
5362
5363 * net/tls.el (tls-certtool-program): New variable.
5364 (tls-certificate-information): New function, based on
5365 ssl-certificate-information.
5366
5367 2004-10-12 Kenichi Handa <handa@m17n.org>
5368
5369 * international/mule.el (coding-system-equal): Move from mule-util.el.
5370
5371 * international/mule-util.el (coding-system-equal): Move to mule.el.
5372
5373 2004-10-12 Kim F. Storm <storm@cua.dk>
5374
5375 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5376 reset kmacro-initial-counter-value if set.
5377 (kmacro-set-counter): Only set kmacro-counter if defining or executing
5378 macro. Set kmacro-initial-counter-value otherwise. Never set both.
5379 (kmacro-display): Show macro counter if non-zero.
5380
5381 * subr.el (substitute-key-definition): Mention command remapping
5382 in doc string.
5383
5384 2004-10-11 Jay Belanger <belanger@truman.edu>
5385
5386 * calc/calc-misc.el (calc-info-goto-node): New function.
5387 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5388 node in one step.
5389 (calc-describe-copying, calc-describe-distribution)
5390 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5391 Go to appropriate info node in one step.
5392
5393 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5396
5397 * font-lock.el (font-lock-apply-highlight): Fix last change.
5398
5399 2004-10-11 Simon Josefsson <jas@extundo.com>
5400
5401 * mail/smtpmail.el (smtpmail-open-stream): Look for
5402 starttls-gnutls-program instead of starttls-program iff
5403 starttls-use-gnutls is non-nil.
5404 (smtpmail-open-stream): Don't overwrite user settings of
5405 starttls-extra-arguments and starttls-extra-args.
5406
5407 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * comint.el (comint-mouse-insert-input): Remove.
5410 (comint-insert-input): Make it work for mouse bindings.
5411 (comint-mode-map): Move defs into the declaration.
5412 (comint-output-filter): Typo.
5413
5414 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5415
5416 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
5417
5418 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5419 (ange-ftp-call-chmod): Reference remote-shell-program instead of
5420 ange-ftp-remote-shell.
5421
5422 2004-10-10 Andreas Schwab <schwab@suse.de>
5423
5424 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5425 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5426 Reported by <sri@asu.edu>.
5427
5428 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
5429
5430 * vc.el (vc-annotate-mode): Remove variable.
5431 (vc-annotate-display-select): Only call vc-annotate-mode
5432 if we're not in that mode already.
5433
5434 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5437 (imenu-choose-buffer-index): Check here for rescan instead.
5438
5439 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5440 where the face expression evals to nil.
5441
5442 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5443 (tex-font-lock-keywords-2): Use it.
5444 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5445
5446 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5447
5448 2004-10-09 Kim F. Storm <storm@cua.dk>
5449
5450 * subr.el (progress-reporter-update): Define before first usage.
5451 (make-progress-reporter): Doc fix.
5452
5453 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5454
5455 * textmodes/paragraphs.el (sentence-end-double-space)
5456 (sentence-end-without-period, sentence-end-without-space)
5457 (sentence-end): Doc fixes.
5458
5459 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
5460
5461 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5462 Change paragraph-start regexp so we don't fill code starting with #'(.
5463
5464 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
5465
5466 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5467 New defcustom.
5468 (extract-address-components): Use it.
5469
5470 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5471
5472 * subr.el (make-progress-reporter, progress-reporter-update)
5473 (progress-reporter-force-update, progress-reporter-do-update)
5474 (progress-reporter-done): New functions.
5475
5476 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5477
5478 * progmodes/etags.el (etags-tags-completion-table): Use progress
5479 reporter.
5480 (etags-tags-apropos): Likewise.
5481
5482 2004-10-08 Alan Mackenzie <acm@muc.de>
5483
5484 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5485 of current line.
5486
5487 2004-10-08 Masatake YAMATO <jet@gyve.org>
5488
5489 * server.el (server-process-filter): Wrap `process-send-region'
5490 by `condition-case' to guard the case when the pipe to PROC is closed.
5491
5492 2004-10-07 Mark A. Hershberger <mah@everybody.org>
5493
5494 * xml.el (xml-substitute-special): Limit handling of external entities.
5495
5496 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
5497
5498 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5499
5500 2004-10-06 John Paul Wallington <jpw@gnu.org>
5501
5502 * xml.el (xml-parse-dtd): Fix `error' call.
5503
5504 2004-10-05 Mark A. Hershberger <mah@everybody.org>
5505
5506 * xml.el (xml-substitute-special): Return a single string instead
5507 of a list of strings if an entity substitution is made.
5508
5509 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
5510
5511 * calendar/icalendar.el: New file.
5512
5513 2004-10-05 Juri Linkov <juri@jurta.org>
5514
5515 * isearch.el (isearch-done): Set mark after running hook.
5516 Reported by Drew Adams <drew.adams@oracle.com>.
5517
5518 * info.el (Info-history, Info-toc): Fix Info headers.
5519 (Info-toc): Narrow buffer before Info-fontify-node.
5520 (Info-build-toc): Don't check for special Info file names.
5521 Set main-file to nil if Info-find-file returns a symbol.
5522
5523 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
5524
5525 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5526 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5527 * calendar/cal-menu.el (calendar-mode-map): Ditto.
5528
5529 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5530
5531 * calendar/cal-iso.el (calendar-iso-read-args): New function,
5532 for old interactive spec from calendar-goto-iso-date.
5533 (calendar-goto-iso-date): Use it.
5534 (calendar-goto-iso-week): New function. Suggested by Emilio
5535 C. Lopes <eclig@gmx.net>.
5536
5537 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
5538
5539 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5540 `set-right-margin' bindings that follow the minor mode conventions.
5541
5542 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5545 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5546 (latex-block-args-alist): Add minipage and picture.
5547 (latex-block-body-alist): Use reftex-label if enabled.
5548 (latex-insert-block): Don't insert a \n if not necessary.
5549 (tex-compile-commands): Make sure dvips doesn't send to printer.
5550 (tex-compile-default): Handle the case where no executable is found.
5551 (latex-noindent-environments): New var.
5552 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
5553 If tex-indent-allhanging is non-nil, make sure we only align for macros
5554 at beginning of line.
5555
5556 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
5557
5558 * newcomment.el (comment-beginning): Doc fix and don't choke on
5559 unset `comment-end-skip' when at beginning of comment.
5560
5561 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5562
5563 * term.el (term-adjust-current-row-cache): Don't allow the current
5564 row to become negative.
5565 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5566 the end of the line. Fix scroll down. Add comments.
5567 (term-handle-ansi-escape): Don't exceed terminal width when moving
5568 right.
5569 (term-scroll-region): Move the cursor after setting the scroll region.
5570
5571 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
5572
5573 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5574 to `width' for consistency with docstring. Doc fix.
5575
5576 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
5577
5578 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5579 This is necessary for derived modes.
5580
5581 2004-09-30 Kim F. Storm <storm@cua.dk>
5582
5583 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5584 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5585
5586 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5587 kmacro-extract-lambda functions.
5588 (edit-kbd-macro): Handle kmacro lambda forms.
5589 Include counter and counter format in edit buffer.
5590 (edmacro-finish-edit): Get counter and format from edit buffer and
5591 update kmacro bindings when found.
5592
5593 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
5594
5595 * textmodes/paragraphs.el (forward-paragraph):
5596 Avoid args-out-of-range error when point winds up at the beginning of
5597 the buffer and hard newlines are enabled.
5598
5599 * newcomment.el (comment-multi-line): Doc fix.
5600
5601 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5604 (diff-fixup-modifs): Catch unified-diff file-headers.
5605
5606 2004-09-29 Kim F. Storm <storm@cua.dk>
5607
5608 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5609 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5610 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5611
5612 * fringe.el (fringe-bitmap-p): New macro.
5613 (fringe-bitmaps): Add standard fringe bitmaps on load.
5614
5615 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * dired.el (dired-view-command-alist): Use more efficient regexps.
5618 Remove dubious arguments.
5619 (dired-align-file): New function.
5620 (dired-insert-directory): Use it.
5621 (dired-move-to-end-of-filename): Make the " -> " search more specific.
5622 (dired-buffers-for-dir): Remove unused var `pattern'.
5623
5624 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
5625
5626 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5627 from diary display excursion. Store diary buffer's point for
5628 `simple-diary-display'.
5629 (simple-diary-display): Set window point and start when
5630 displaying buffer, to preserve point.
5631
5632 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
5633
5634 * textmodes/enriched.el (enriched-translations): Replace defconst
5635 with defvar.
5636
5637 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5638
5639 * printing.el: Doc fix.
5640 (pr-version): New version number (6.8.1).
5641 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5642 make-temp-name.
5643 (pr-delete-file): Check if file exists before deleting it.
5644 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5645
5646 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5647
5648 * term.el (term-display-table): New variable.
5649 (term-mode): Use it.
5650 (term-exec-1): Set the coding system to binary.
5651 (term-emulate-terminal): Decode the string before inserting it.
5652
5653 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5654
5655 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5656 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5657 (map): Bind S-prior, S-next and S-insert.
5658 (term-mode): Set `indent-tabs-mode' to nil.
5659 (term-paste): New function to be bound to S-insert.
5660 (term-send-del, term-send-backspace): Change the strings sent.
5661 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5662 (term-handle-colors-array): Fix handling of underline and reverse.
5663 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
5664 (term-erase-in-line): Fix comparison.
5665 (term-emulate-terminal): Fix line wrap handling.
5666 (term-start-output-log): Rename from `term-set-output-log'.
5667 (term-stop-output-log): Rename from `term-stop-photo'.
5668 (term-switch-to-alternate-sub-buffer): Comment out, unused.
5669
5670 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * dired.el (dired-move-to-filename): Don't output a message if
5673 raise-error is non-nil. Fix return position and value.
5674
5675 * files.el (insert-directory): Obey --dired even with symlinks.
5676
5677 2004-09-25 Lars Hansen <larsh@math.ku.dk>
5678
5679 * ls-lisp.el (ls-lisp-format): Mark file names with property
5680 dired-filename.
5681
5682 2004-09-25 Kim F. Storm <storm@cua.dk>
5683
5684 * ido.el (ido-max-directory-size): New defcustom.
5685 (ido-decorations): Add "too big" element.
5686 (ido-directory-too-big): New dynamic var.
5687 (ido-may-cache-directory): Don't cache big directories.
5688 (ido-directory-too-big-p): New defun.
5689 (ido-set-current-directory): Update ido-directory-too-big.
5690 (ido-read-internal): Make empty ido-cur-item if too-big.
5691 (ido-buffer-internal): Use ido-read-internal directly instead of
5692 ido-read-buffer.
5693 (ido-file-internal): Init ido-directory-too-big.
5694 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5695 and redo completion with full list.
5696 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5697 it, and show completions.
5698 (ido-all-completions): Let bind ido-directory-too-big to nil.
5699 (ido-exhibit): Handle ido-directory-too-big.
5700 (ido-read-buffer): Handle fallback to read-buffer.
5701 Init ido-directory-too-big.
5702 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5703 Init ido-directory-too-big.
5704
5705 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5706
5707 * subr.el (delay-mode-hooks): Doc fix.
5708
5709 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
5710
5711 * textmodes/enriched.el
5712 (enriched-default-text-properties-local-flag): New variable.
5713 (enriched-mode): Make sure that enabling and disabling the mode is
5714 a no-op. Doc fix.
5715
5716 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
5717
5718 * calendar/holidays.el (holiday-advent): Report on a specified day
5719 offset from advent, not just advent.
5720 (holiday-easter-etc): Report on one specified day offset from
5721 easter, not all easter holidays. Various Easter holidays moved to
5722 `christian-holidays' variable in calendar.el.
5723 * calendar/calendar.el (christian-holidays): Adapt for new
5724 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5725
5726 2004-09-23 Kim F. Storm <storm@cua.dk>
5727
5728 * image.el (insert-sliced-image): Add doc string.
5729
5730 * ido.el (ido-choice-list): New dynamic var for `list' context.
5731 (ido-context-switch-command): New dynamic var.
5732 (ido-define-mode-map): Generalize switch between file/buffer contexts.
5733 (ido-read-internal): Handle new `list' context.
5734 Handle insert-buffer and insert-file ido-exit values.
5735 (ido-buffer-internal): New arg switch-cmd. Use it to setup
5736 ido-context-switch-command. Handle insert-file ido-exit value.
5737 (ido-read-buffer): Set ido-context-switch-command to 'ignore
5738 unless it is already bound by caller.
5739 (ido-file-internal): New arg switch-cmd. Use it to setup
5740 ido-context-switch-command. Handle insert-buffer ido-exit value.
5741 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5742 used for context switching.
5743 (ido-all-completions): Handle new `list' context.
5744 (ido-make-choice-list): Return choices for `list' context.
5745 (ido-find-file-in-dir, ido-display-file, ido-write-file)
5746 (ido-display-buffer, ido-kill-buffer): Disable context switching.
5747 (ido-insert-buffer, ido-insert-file): Setup context switching.
5748 (ido-exhibit): Handle `list' context.
5749 (ido-read-file-name): Disable context switching. Handle fallback.
5750 (ido-read-directory-name): Disable context switching.
5751 (ido-completing-read): New defun like completing-read. Setup and
5752 use new `list' context.
5753
5754 2004-09-20 Jesper Harder <harder@ifa.au.dk>
5755
5756 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5757
5758 2004-09-21 Jay Belanger <belanger@truman.edu>
5759
5760 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
5761 `calc-graph-set-styles' so the gnuplot buffer will appear in a
5762 separate window.
5763
5764 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
5765
5766 * subr.el (after-change-major-mode-hook): Doc fix.
5767
5768 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5769
5770 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
5771 of ghostscript for monochrome PostScript file in Windows.
5772
5773 2004-09-21 Kenichi Handa <handa@m17n.org>
5774
5775 * descr-text.el (describe-char): Checking of quail activation
5776 fixed.
5777
5778 2004-09-21 Jay Belanger <belanger@truman.edu>
5779
5780 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
5781
5782 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
5783
5784 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
5785 after the mode hooks instead of before. Doc fix.
5786
5787 2004-09-20 Jason Rumney <jasonr@gnu.org>
5788
5789 * startup.el (command-line) [windows-nt]: Try .emacs first, then
5790 _emacs, but revert to .emacs if neither exists in home directory.
5791
5792 2004-09-20 John Paul Wallington <jpw@gnu.org>
5793
5794 * bindings.el (completion-ignored-extensions): Add .dfsl.
5795
5796 2004-09-20 Richard M. Stallman <rms@gnu.org>
5797
5798 * bindings.el (scroll-left): Make it disabled.
5799
5800 * files.el (enable-local-eval): Doc fix.
5801
5802 * indent.el (move-to-left-margin): Special case for minibuffer.
5803
5804 * term.el (term-emulate-terminal): Turn off undo for output.
5805 Use with-current-buffer and save-selected-window.
5806
5807 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
5808
5809 * progmodes/make-mode.el (makefile-fill-paragraph):
5810 Don't insist on spaces when looking for comments. # is enough.
5811
5812 * files.el (hack-local-variables): Copy the variables list
5813 to another buffer, strip prefixes and suffixes there, then read.
5814 (enable-local-eval): Doc fix.
5815 (ignored-local-variables): Initialize to nil.
5816 (risky-local-variable-p): Don't check ignored-local-variables here.
5817 (hack-one-local-variable): Ignore var if in ignored-local-variables.
5818
5819 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5820
5821 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
5822 of = to "." (punctuation).
5823
5824 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * subr.el (event-basic-type): Fix mask (extend to 22bits).
5827
5828 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
5829
5830 * textmodes/enriched.el (enriched-rerun-flag): New variable.
5831 (enriched-before-change-major-mode): New function.
5832 Add it to `change-major-mode-hook'.
5833 (enriched-after-change-major-mode): New function.
5834 Add it to `after-change-major-mode-hook'.
5835 (enriched-mode): Make it work correctly if called from
5836 `after-change-major-mode-hook'.
5837 No longer set `indent-line-function'.
5838
5839 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
5840
5841 * subr.el (after-change-major-mode-hook): New variable.
5842 (run-mode-hooks): Implement it.
5843
5844 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * battery.el (battery-linux-proc-apm): Use string-to-number.
5847 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
5848 Use dolist (and less indentation). Use erase-buffer.
5849 Pre-initialize `design-capacity', `warn', and `low'.
5850 (battery-format): Use replace-regexp-in-string.
5851
5852 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
5853
5854 * battery.el: Delete superfluous empty lines.
5855 (battery-linux-proc-acpi): Attempt to gather information from all
5856 battery subdirectories regardless of their file name.
5857 (battery-linux-proc-apm): Replace all occurrences of
5858 battery-hex-to-int-2 with string-to-int (base 16).
5859 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
5860 (battery-hex-map): Delete variable.
5861
5862 2004-09-18 John Paul Wallington <jpw@gnu.org>
5863
5864 * calc/calc-units.el (calc-quick-units): Fix overzealous
5865 s/or/unless/.
5866
5867 2004-09-17 Jay Belanger <belanger@truman.edu>
5868
5869 * calc/calc.el (calc-mode-var-list): Fix the value of
5870 `calc-matrix-brackets'.
5871
5872 2004-09-17 Romain Francoise <romain@orebokech.com>
5873
5874 * ibuf-ext.el (define-ibuffer-filter filename):
5875 Expand dired-directory since buffer-file-name is absolute.
5876
5877 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5878
5879 * ediff-init.el (ediff-current-diff-face-A)
5880 (ediff-current-diff-face-B, ediff-current-diff-face-C)
5881 (ediff-current-diff-face-Ancestor)
5882 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5883 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5884 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5885 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5886 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5887 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5888 Use min-colors.
5889
5890 * term.el (term-down): Perform vertical motion if DOWN is negative.
5891 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
5892 (term-termcap-format): Synchronyze with the eterm terminfo entry
5893 in etc/e/eterm.ti.
5894 (term-handle-colors-array): If the current foreground or
5895 background are zero (i.e. unspecified), use the foreground and
5896 background of the default face for reverse video.
5897 (term-ansi-at-eval-string, term-ansi-default-fg)
5898 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
5899 (term-mem): Delete ununsed function.
5900 (term-protocol-version): Increment.
5901 (term-current-face): Set to default.
5902
5903 2004-09-15 Jay Belanger <belanger@truman.edu>
5904
5905 * calc/calc.el (calc-mode-var-list): Define this variable.
5906 (calc-always-load-extensions, calc-line-numbering)
5907 (calc-line-breaking, calc-display-just, calc-display-origin)
5908 (calc-number-radix, calc-leading-zeros, calc-group-digits)
5909 (calc-group-char, calc-point-char, calc-frac-format)
5910 (calc-prefer-frac, calc-hms-format, calc-date-format)
5911 (calc-float-format, calc-full-float-format, calc-complex-format)
5912 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5913 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5914 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5915 (calc-matrix-brackets, calc-language, calc-language-option)
5916 (calc-left-label, calc-right-label, calc-word-size)
5917 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5918 (calc-display-raw, calc-internal-prec, calc-angle-mode)
5919 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5920 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5921 (calc-window-height, calc-display-trail, calc-show-selections)
5922 (calc-use-selections, calc-assoc-selections)
5923 (calc-display-working-message, calc-auto-why, calc-timing)
5924 (calc-mode-save-mode, calc-standard-date-formats)
5925 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5926 (calc-user-parse-tables, calc-gnuplot-default-device)
5927 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5928 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5929 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5930 (calc-invocation-macro, calc-show-banner): Give these values as
5931 part of `calc-mode-var-list's initialization after the variables
5932 are declared with defvar.
5933 (calc-bug-address): Change email address to send bug reports to.
5934 Change the maintainer address at the top.
5935 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
5936 than "\\.emacs" to determine if it is the user-init-file.
5937
5938 * calc/calc-embed.el (calc-embedded-set-modes): Use
5939 `calc-mode-var-list' correctly.
5940
5941 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
5942
5943 * vc.el (annotate-time): Document point handling.
5944 (vc-annotate-display-autoscale): Doc fix.
5945
5946 2004-09-15 Miles Bader <miles@gnu.org>
5947
5948 * generic.el (generic-make-keywords-list): Use symbol rather than
5949 word anchors in regexp.
5950
5951 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
5952
5953 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
5954 no file name consider `dired-directory'.
5955
5956 2004-09-14 Kim F. Storm <storm@cua.dk>
5957
5958 * faces.el (cursor): Add face-no-inherit property. Doc fix.
5959
5960 2004-09-14 Simon Josefsson <jas@extundo.com>
5961
5962 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
5963
5964 * textmodes/dns-mode.el: Add.
5965
5966 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
5969 (disabled-command-function): Make the ?\ char more obvious.
5970
5971 * vc-arch.el (vc-arch-root, vc-arch-registered):
5972 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
5973
5974 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
5975
5976 * windmove.el (windmove-frame-edges): Report coordinates of
5977 outside edges of frame, not inside edges.
5978 (windmove-coordinates-of-position): Convert into wrapper to new
5979 function `windmove-coordinates-of-window-position';
5980 `compute-motion' always applies to selected window.
5981 (windmove-coordinates-of-position): Update documentation to refer
5982 to Emacs 21 Lisp Reference Manual.
5983 (windmove-find-other-window): Fix off-by-one errors for max x,y.
5984
5985 2004-09-13 Kim F. Storm <storm@cua.dk>
5986
5987 * isearch.el (isearch-resume-in-command-history): Rename from
5988 isearch-resume-enabled and change default to nil.
5989
5990 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * vc-hooks.el (vc-ignore-dir-regexp): New var.
5993 (vc-registered): Use it.
5994 (vc-find-root): New fun.
5995
5996 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5997 Don't tell to use \\{...} when it's already done.
5998
5999 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6000 Provide a sample complex default.
6001 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6002 (bibtex-entry): Use mapc.
6003
6004 2004-09-12 Kim F. Storm <storm@cua.dk>
6005
6006 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6007
6008 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6009 inhibit-field-text-motion to t so rectangles work in comint buffers.
6010
6011 * simple.el (choose-completion-string): Set buffer before running
6012 choose-completion-string-functions hook so it can be buffer-local.
6013
6014 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
6015
6016 * progmodes/compile.el (compilation-start): Parse command to see
6017 if it starts with a cd, and if so perform it for the *compilation*
6018 buffer. Change the header to reflect this.
6019
6020 2004-09-11 Kim F. Storm <storm@cua.dk>
6021
6022 * ido.el (ido-enable-dot-prefix): Doc fix.
6023 (ido-enable-dot-prefix): New defcustom.
6024 (ido-set-matches1): Use it.
6025
6026 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * textmodes/bibtex.el (bibtex-mark-active)
6029 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6030
6031 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6032
6033 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6034 used in a case insensitive environment.
6035 (bibtex-mode-map): Rearrange order of menus.
6036 (bibtex-quoted-string-re): Obsolete.
6037 (bibtex-complete-key-cleanup): Variable replaced by new function.
6038 (bibtex-font-lock-keywords): Use backquotes.
6039 (bibtex-font-lock-url-regexp): New internal variable.
6040 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6041 "OPT" and "ALT".
6042 (bibtex-insert-current-kill, bibtex-make-field)
6043 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6044 (bibtex-parse-field-text): Simplify.
6045 (bibtex-string=): New helper function.
6046 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6047 (bibtex-map-entries): Use bibtex-string=.
6048 (bibtex-search-entry): Use not.
6049 (bibtex-enclosing-field): Fix docstring.
6050 (bibtex-assoc-regexp): Obsolete.
6051 (bibtex-format-entry): Use assoc-string and bibtex-string=.
6052 (bibtex-autokey-get-names): Handle empty name field.
6053 (bibtex-parse-strings): Use assoc-string and unless.
6054 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6055 Use assoc-string.
6056 (bibtex-pop): Simplify.
6057 (bibtex-mode): Set font-lock-extra-managed-props.
6058 (bibtex-entry-update): Use assoc-string.
6059 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6060 (bibtex-autofill-entry): Use bibtex-string=.
6061 (bibtex-print-help-message): Simplify.
6062 (bibtex-find-entry): New optional arg START.
6063 (bibtex-validate): Use bibtex-string= and assoc-string.
6064 Do not call obsolete function compilation-parse-errors.
6065 (bibtex-remove-delimiters): Only remove delimiters if present.
6066 (bibtex-copy-entry-as-kill): Add docstring.
6067 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6068 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6069 (bibtex-complete): Use bibtex-predefined-month-strings,
6070 bibtex-string=, and new function bibtex-complete-key-cleanup.
6071 (bibtex-generate-url-list): New variable.
6072 (bibtex-url): New command bound to C-c C-l and mouse-2.
6073 (bibtex-url-map): New local keymap for bibtex-url-mouse.
6074 (bibtex-font-lock-url): New function.
6075
6076 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6079
6080 2004-09-09 Kim F. Storm <storm@cua.dk>
6081
6082 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6083 counter and format with binding.
6084 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
6085 the declared macro uses own macro counter and format. Give symbol
6086 kmacro property.
6087 (kmacro-keymap): Bind kmacro-name-last-macro to n.
6088 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6089 (kmacro-end-and-call-macro): Doc fix.
6090
6091 2004-09-09 Lars Hansen <larsh@math.ku.dk>
6092
6093 * desktop.el (desktop-clear-preserve-buffers):
6094 Remove make-obsolete-variable.
6095
6096 2004-09-08 Richard M. Stallman <rms@gnu.org>
6097
6098 * buff-menu.el (list-buffers-noselect): Call format-mode-line
6099 with the buffer as argument.
6100
6101 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6104
6105 2004-09-08 Juri Linkov <juri@jurta.org>
6106
6107 * replace.el (perform-replace): Use `query-replace-descr'.
6108
6109 * cus-start.el (history-delete-duplicates): Specify customization.
6110
6111 * diff-mode.el (diff-mode-map):
6112 * progmodes/compile.el (compilation-mode-map):
6113 * progmodes/grep.el (grep-mode-map):
6114 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6115 to `next-error-follow-minor-mode'.
6116
6117 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6118
6119 * isearch.el (isearch-lazy-highlight-update): Take into account
6120 the case of zero-length match at the search bound.
6121
6122 2004-09-08 Kim F. Storm <storm@cua.dk>
6123
6124 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6125 change. Use zero width overlays when necessary.
6126
6127 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6128
6129 * subr.el (split-string): Docfix.
6130
6131 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6132
6133 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6134 (display-call-tree): Ensure newline after caller/calls blocks.
6135
6136 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6137
6138 * startup.el (command-line-1): Make option
6139 --directory/-L modify `load-path' straight away.
6140
6141 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6142
6143 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6144
6145 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6146
6147 * emacs-lisp/autoload.el (make-autoload):
6148 Handle `define-compilation-mode'.
6149
6150 * emacs-lisp/lisp-mode.el (define-compilation-mode):
6151 Specify `doc-string-elt' property.
6152
6153 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6154
6155 * bs.el (bs-mode): Doc fix.
6156
6157 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6158
6159 * info.el (Info-insert-dir): Fix temp buffer leak bug.
6160
6161 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6162
6163 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6164
6165 2004-09-08 Kenichi Handa <handa@m17n.org>
6166
6167 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6168 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6169 ps-mule-next-point -> 1+).
6170
6171 * composite.el (encode-composition-rule): Add autoload cooky.
6172
6173 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6174
6175 * format.el (buffer-auto-save-file-format): Make it permanent local.
6176
6177 2004-09-07 Kim F. Storm <storm@cua.dk>
6178
6179 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6180 (authors-fixed-entries): Fix typo.
6181 (authors-canonical-author-name): Compact multiple spaces.
6182 Ignore trivial names (e.g. only first name).
6183
6184 * term.el (term-window-width): Only use full window width on
6185 window system if overflow-newline-into-fringe is enabled.
6186 (term-mode): Don't disable overflow-newline-into-fringe.
6187
6188 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6191 motion as seen on my Mac OS X xterms.
6192
6193 * newcomment.el (uncomment-region-default, comment-region-default):
6194 New functions extracted from uncomment-region and comment-region.
6195 (comment-region, comment-region-function, uncomment-region)
6196 (uncomment-region-function): Use them.
6197
6198 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6199
6200 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6201 It's not crucial but can make sense at times.
6202
6203 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6204 the first commit.
6205
6206 * vc.el (vc-buffer-context, vc-restore-buffer-context):
6207 Disable obsolete code.
6208
6209 2004-09-07 Juri Linkov <juri@jurta.org>
6210
6211 * progmodes/grep.el (grep-highlight-matches): Change default from
6212 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
6213 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6214 if grep option `--color' is available, or to `nil' otherwise.
6215 (grep-process-setup): Call `grep-compute-defaults' if
6216 `grep-highlight-matches' is not computed. Set env-vars only
6217 if `grep-highlight-matches' is `t'.
6218 (grep-use-null-device): Remove redundant type `boolean' (`choice'
6219 is already defined).
6220
6221 * progmodes/compile.el (compilation-start): Use copy of
6222 `process-environment' created by `copy-sequence' to not
6223 modify env-vars in the global `process-environment'.
6224
6225 2004-09-06 Eli Zaretskii <eliz@gnu.org>
6226
6227 * simple.el (next-error-follow-minor-mode): Fix last change.
6228
6229 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
6230
6231 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6232 permanent local.
6233
6234 2004-09-04 Richard M. Stallman <rms@gnu.org>
6235
6236 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6237 highlighting if the search string is empty.
6238
6239 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
6240
6241 * facemenu.el (facemenu-active-faces): Change condition of inner
6242 `while' loop to also check the first two elements of `face-atts'
6243 and `mask-atts'.
6244
6245 2004-09-04 John Paul Wallington <jpw@gnu.org>
6246
6247 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6248 (thumbs-view-image-mode): Make buffer read-only.
6249
6250 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
6251
6252 * textmodes/ispell.el (ispell-really-aspell): New defvar.
6253 (ispell-check-version): Set it.
6254 (ispell-send-replacement): New function.
6255 (ispell-process-line): Call ispell-send-replacement.
6256
6257 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6258
6259 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6260 Support choosing seconds with "s".
6261
6262 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
6263
6264 * terminal.el (te-escape): Show `?' in prompt for help key.
6265
6266 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
6267
6268 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6269
6270 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6271
6272 * simple.el (next-error-follow-minor-mode)
6273 (next-error-follow-mode-post-command-hook): New functions.
6274 (next-error-follow-last-line): New defvar.
6275
6276 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6277 * progmodes/compile.el (compilation-mode-map): Likewise.
6278 * progmodes/grep.el (grep-mode-map): Likewise.
6279 * replace.el (occur-mode-map): Likewise.
6280
6281 * newcomment.el (uncomment-region): Bind comment-use-global-state
6282 to nil.
6283
6284 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
6285
6286 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6287 locally around the call to `revert-buffer'.
6288
6289 2004-09-03 Juri Linkov <juri@jurta.org>
6290
6291 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6292 `isearch-adjusted' to `t'.
6293 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6294 (isearch-message-prefix): Add "pending" for isearch-adjusted.
6295 (isearch-other-meta-char): Restore isearch-point unconditionally.
6296 (isearch-query-replace): Add new arg `regexp-flag' and use it.
6297 Set point to start of match if region is not active in transient
6298 mark mode (to include the current match to region boundaries).
6299 Push the search string to `query-replace-from-history-variable'.
6300 Add prompt "Query replace regexp" for isearch-regexp.
6301 Add region beginning/end as last arguments of `perform-replace.'
6302 (isearch-query-replace-regexp): Replace code by the call to
6303 `isearch-query-replace' with arg `t'.
6304
6305 2004-09-03 Richard M. Stallman <rms@gnu.org>
6306
6307 * startup.el (normal-top-level): Undo previous TERM change.
6308
6309 2004-09-03 Kim F. Storm <storm@cua.dk>
6310
6311 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6312 highlight overlays; allow using RET when cursor is over a button.
6313 (cua--highlight-rectangle): Use it.
6314 (cua--rectangle-set-corners): Don't move backwards at eol.
6315 (cua--forward-line): Don't move into void after eob.
6316
6317 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6318 point is set (and displayed) inside rectangle.
6319 (cua--rectangle-operation): Fix for highlight of empty lines.
6320 (cua--highlight-rectangle): Fix highlight for tabs.
6321 Position cursor at left/right edge of rectangle using new `cursor'
6322 property on overlay strings.
6323 (cua--indent-rectangle): Don't tabify.
6324 (cua-rotate-rectangle): Ignore that point has moved.
6325
6326 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6327
6328 * term/mac-win.el: Add ASCII equivalents for some function keys.
6329 (mode-line-frame-identification): Sync with x-win.el.
6330
6331 2004-09-02 Juri Linkov <juri@jurta.org>
6332
6333 * progmodes/compile.el (compilation-buffer-name): Compare major
6334 mode with second element of compilation-arguments instead of third
6335 to reflect latest changes in compilation-arguments structure.
6336 (recompile): Use global variable `compilation-directory' to get
6337 recent compilation directory only when `recompile' is invoked NOT
6338 in the compilation buffer. Otherwise, use `default-directory' of
6339 the compilation buffer.
6340 (compilation-error-properties): Allow to funcall col and end-col.
6341 (compilation-mode-font-lock-keywords): Check col and end-col by
6342 `integerp'.
6343 (compilation-goto-locus): If end-mk is non-nil in transient mark
6344 mode don't activate the mark (and don't display message in
6345 push-mark), but highlight overlay between mk and end-mk.
6346
6347 * progmodes/grep.el (grep-highlight-matches): New defcustom.
6348 (grep-regexp-alist): Add rule to highlight grep matches.
6349 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6350
6351 * info.el (Info-fontify-node): Don't compute other-tag
6352 if Info-hide-note-references=hide.
6353
6354 * help.el (function-called-at-point):
6355 * help-fns.el (variable-at-point):
6356 Try `find-tag-default' when other methods failed.
6357
6358 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6359 Do not push mark if inhibit-mark-movement is non-nil.
6360
6361 * textmodes/ispell.el (ispell-html-skip-alists):
6362 Fix backslashes in docstring.
6363
6364 2004-09-01 Juri Linkov <juri@jurta.org>
6365
6366 * isearch.el (isearch-wrap-function)
6367 (isearch-push-state-function): New defvars.
6368 (isearch-pop-fun-state): New defsubst.
6369 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6370 (isearch-push-state): Set the result of calling
6371 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6372 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6373 restore the mode-specific starting point of terminated search.
6374 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6375 (isearch-repeat): Call `isearch-wrap-function' if defined.
6376 (isearch-message-prefix): Don't add prefix "over" to the message
6377 for wrapped search if `isearch-wrap-function' is defined.
6378 (isearch-search): Call function saved in `isearch-pop-fun-state' to
6379 restore the mode-specific starting point of failed search.
6380
6381 * info.el (Info-search-whitespace-regexp): Fix backslashes.
6382 (Info-search): Add new optional arguments for the sake of isearch.
6383 Replace whitespace in Info-search-whitespace-regexp literally.
6384 Add backward search. Don't call `Info-select-node' if regexp is
6385 found in the same Info node. Don't add node to Info-history for
6386 wrapped isearch.
6387 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6388 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6389 (Info-mode): Set local variables `isearch-search-fun-function',
6390 `isearch-wrap-function', `isearch-push-state-function',
6391 `search-whitespace-regexp'.
6392
6393 * isearch.el: Remove ancient Change Log section.
6394 (isearch-string, isearch-message-string, isearch-point)
6395 (isearch-success, isearch-forward-flag, isearch-other-end)
6396 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6397 (isearch-barrier, isearch-within-brackets)
6398 (isearch-case-fold-search): Add suffix `-state' to state-related
6399 defsubsts to avoid name clashes with other function names.
6400
6401 * simple.el (next-error): New defgroup and defface.
6402 (next-error-highlight, next-error-highlight-no-select):
6403 New defcustoms.
6404 (next-error-no-select): Let-bind next-error-highlight to the value
6405 of next-error-highlight-no-select before calling `next-error'.
6406
6407 * progmodes/compile.el (compilation-goto-locus):
6408 Use `next-error' face instead of `region'. Set 4-th argument of
6409 `move-overlay' to `current-buffer' to move overlay to different
6410 source buffers. Use new variable `next-error-highlight'.
6411
6412 * simple.el (next-error-find-buffer): Move the rule
6413 "if current buffer is a next-error capable buffer" after the
6414 rule "if next-error-last-buffer is set to a live buffer".
6415 Simplify to test all rules in one `or'.
6416 (next-error): Doc fix.
6417 (next-error, previous-error, first-error)
6418 (next-error-no-select, previous-error-no-select):
6419 Make arguments optional.
6420
6421 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6422
6423 * macros.el (apply-macro-to-region-lines): Make it operate on all
6424 lines that begin in the region, rather than on all complete lines
6425 in the region.
6426
6427 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6428
6429 * x-dnd.el (x-dnd-protocol-alist): Document update.
6430 (x-dnd-known-types): Defcustom it.
6431 (x-dnd-handle-motif): Print message-atom in error message.
6432
6433 2004-08-30 John Paul Wallington <jpw@gnu.org>
6434
6435 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6436 strings rather than programatically constructing message.
6437
6438 2004-08-30 Richard M. Stallman <rms@gnu.org>
6439
6440 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6441 Don't return a string that would read as the wrong character code.
6442
6443 2004-08-29 Kim F. Storm <storm@cua.dk>
6444
6445 * emulation/cua-base.el (cua-auto-expand-rectangles):
6446 Remove automatic rectangle padding feature; replace by non-destructive
6447 virtual rectangle edges feature.
6448 (cua-virtual-rectangle-edges): New defcustom.
6449 (cua-auto-tabify-rectangles): New defcustom.
6450 (cua-paste): If paste into a marked rectangle, insert rectangle at
6451 current column, even if virtual; also paste exactly as many lines
6452 as has been marked (ignore additional lines or add empty lines),
6453 but paste whole source if only one line is marked.
6454 (cua--update-indications): No longer use overwrite-cursor to
6455 indicate rectangle padding
6456
6457 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6458 (cua--rectangle-virtual-edges): New defun.
6459 (cua--rectangle-get-corners): Remove optional PAD arg.
6460 (cua--rectangle-set-corners): Never do padding.
6461 (cua--forward-line): Remove optional PAD arg. Simplify.
6462 (cua-resize-rectangle-right, cua-resize-rectangle-left)
6463 (cua-resize-rectangle-down, cua-resize-rectangle-up):
6464 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6465 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6466 (cua--rectangle-move): Never do padding. Simplify.
6467 (cua--tabify-start): New defun.
6468 (cua--rectangle-operation): Add tabify arg. All callers changed.
6469 (cua--pad-rectangle): Remove.
6470 (cua--delete-rectangle): Handle delete with virtual edges.
6471 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6472 (cua--insert-rectangle): Handle insert at virtual column.
6473 Perform auto-tabify if necessary.
6474 (cua--activate-rectangle): Remove optional FORCE arg.
6475 Never do padding. Simplify.
6476 (cua--highlight-rectangle): Enhance for virtual edges.
6477 (cua-toggle-rectangle-padding): Remove command.
6478 (cua-toggle-rectangle-virtual-edges): New command.
6479 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
6480 (cua--rectangle-post-command): Don't force rectangle padding.
6481 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6482
6483 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
6484
6485 * indent.el (edit-tab-stops-buffer): Doc fix.
6486
6487 2004-08-28 Richard M. Stallman <rms@gnu.org>
6488
6489 * progmodes/grep.el (grep-default-command): Use find-tag-default.
6490 (grep-tag-default): Function deleted.
6491
6492 * subr.el (find-tag-default): Move from etags.el.
6493
6494 * progmodes/etags.el (find-tag-default): Move to subr.el.
6495
6496 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6497 into the basic character if it has an uppercase form.
6498
6499 2004-08-27 Kenichi Handa <handa@m17n.org>
6500
6501 * international/utf-8.el (utf-8-post-read-conversion): If the
6502 buffer is unibyte, temporarily make it multibyte.
6503
6504 2004-08-27 Masatake YAMATO <jet@gyve.org>
6505
6506 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6507
6508 2004-08-25 John Paul Wallington <jpw@gnu.org>
6509
6510 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6511 0, 1, and many mismatches in message.
6512 (tex-start-shell): Use `set-process-query-on-exit-flag'.
6513
6514 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6515 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6516
6517 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6520 vc-diff-switches differently.
6521
6522 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6525 before and a real defvar after
6526 `speedbar-supported-extension-expressions'. This is to silence
6527 the compiler without breaking bootstrapping.
6528
6529 2004-08-22 Richard M. Stallman <rms@gnu.org>
6530
6531 * textmodes/flyspell.el (flyspell-word):
6532 Use set-process-query-on-exit-flag.
6533 (flyspell-highlight-duplicate-region): Take POSS as arg.
6534 (flyspell-word): Pass POSS as arg.
6535
6536 * progmodes/ada-xref.el: Many doc and style fixes.
6537 (ada-find-any-references): Use compilation-start.
6538 (ada-get-ali-file-name): Improve error msg.
6539 (ada-get-ada-file-name): Likewise.
6540
6541 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6542 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6543
6544 * mail/mail-extr.el (mail-extr-all-top-level-domains):
6545 Add forward defvar.
6546
6547 * whitespace.el (global-whitespace-mode): New alias
6548 for whitespace-global-mode.
6549
6550 * speedbar.el (speedbar-file-regexp): Move definition up.
6551 (speedbar-mode, speedbar-set-mode-line-format):
6552 Use with-no-warnings.
6553 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6554
6555 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6556 controls whether to display the error buffer.
6557
6558 * ps-mule.el: Delete compatibility code for old Emacses.
6559 (ps-mule-find-wrappoint): Don't use chars-in-region.
6560
6561 * frame.el (display-mouse-p, display-selections-p):
6562 Use with-no-warnings.
6563
6564 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6565
6566 2004-08-22 David Kastrup <dak@gnu.org>
6567
6568 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6569 information.
6570
6571 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6572
6573 2004-08-22 Andreas Schwab <schwab@suse.de>
6574
6575 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6576
6577 2004-08-22 Masatake YAMATO <jet@gyve.org>
6578
6579 * cvs-status.el (cvs-status-checkout): New function.
6580 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6581
6582 2004-08-21 David Kastrup <dak@gnu.org>
6583
6584 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6585 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6586 has been converted to use hashtables, the relation `nil=none' is
6587 no longer valid, as `nil' is not a hashtable. This patch tries to
6588 reduce the number of resulting errors.
6589
6590 2004-08-21 John Paul Wallington <jpw@gnu.org>
6591
6592 * subr.el (process-kill-without-query): Made obsolete in
6593 version 21.4, not 21.5.
6594
6595 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6596 (vc-previous-comment, vc-next-comment)
6597 (vc-comment-search-reverse, vc-comment-search-forward)
6598 (vc-comment-to-change-log): Likewise.
6599
6600 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6601
6602 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
6603
6604 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6605 Correct indentation of DEFMETHODS with non-standard method
6606 combinations (e.g., PROGN, MIN, MAX).
6607
6608 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * startup.el (normal-top-level-add-subdirs-to-load-path):
6611 Avoid unnecessarily checking system-type.
6612 (normal-top-level): Set TERM to "dumb". Simplify.
6613
6614 * avoid.el (mouse-avoidance-ignore-p): New fun.
6615 Also ignore switch-frame, select-window, double, and triple clicks.
6616 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6617 (mouse-avoidance-fancy-hook): Use it.
6618
6619 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
6620
6621 * avoid.el (mouse-avoidance-nudge-mouse)
6622 (mouse-avoidance-banish-destination): Stay within the current window
6623 to avoid problems with mouse-autoselect-window.
6624
6625 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6628 the newer format of some messages in cvs-1.12.1.
6629
6630 2004-08-19 Masatake YAMATO <jet@gyve.org>
6631
6632 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6633 (elp-results-jump-to-definition-by-mouse)
6634 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6635 (elp-output-result): Use elp-output-insert-symname.
6636
6637 2004-08-18 Kenichi Handa <handa@m17n.org>
6638
6639 * language/cyrillic.el: Register koi8-r in
6640 ctext-non-standard-encodings-alist.
6641 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6642
6643 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6644
6645 * emacs-lisp/copyright.el (copyright-update-year): Delete code
6646 that replaces 20xy with xy.
6647
6648 2004-08-17 John Paul Wallington <jpw@gnu.org>
6649
6650 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6651 (reb-force-update): Doc fix.
6652
6653 2004-08-16 Richard M. Stallman <rms@gnu.org>
6654
6655 * progmodes/which-func.el (which-func-update-1): Doc fix.
6656
6657 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6658 (sh-mode-abbrev-table): New variable.
6659
6660 * progmodes/compile.el (compilation-mode): Doc fix.
6661
6662 * emacs-lisp/lisp-mode.el (eval-last-sexp):
6663 Don't cons a new symbol each time.
6664 (eval-last-sexp-fake-value): New variable.
6665
6666 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6667 (copyright-update-year): Detect continuation of list of years.
6668
6669 * term.el (term-default-fg-color, term-default-bg-color)
6670 (ansi-term-color-vector): Use `unspecified', not nil, as default.
6671
6672 * imenu.el: Several doc fixes: don't say variables are buffer-local.
6673
6674 2004-08-16 Davis Herring <herring@lanl.gov>
6675
6676 * isearch.el (isearch-string, isearch-message-string, isearch-point)
6677 (isearch-success, isearch-forward-flag, isearch-other-end)
6678 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6679 (isearch-barrier, isearch-within-brackets)
6680 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6681
6682 2004-08-16 Kenichi Handa <handa@m17n.org>
6683
6684 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6685
6686 2004-08-15 Kenichi Handa <handa@m17n.org>
6687
6688 * term/x-win.el (x-selection-value): If utf8 was successful but
6689 ctext was not, use utf8 string.
6690
6691 2004-08-14 Davis Herring <herring@lanl.gov>
6692
6693 * isearch.el: Remove accidental changes of March 4. Fix backing
6694 up when a regexp isearch is made more general. Use symbolic
6695 accessor functions for isearch stack frames to make usage clearer.
6696 (search-whitespace-regexp): Made groups in documentation shy (as
6697 is the group in the default value).
6698 (isearch-fallback): New function, addresses problems with regexps
6699 liberalized by `\|', adds support for liberalization by `\}' (the
6700 general repetition construct), and incorporates behavior for
6701 `*'/`?'.
6702 (isearch-}-char): New command, calls `isearch-fallback' with
6703 arguments appropriate to a typed `}'.
6704 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6705 appropriately.
6706 (isearch-mode-map): Bind `}' to `isearch-}-char'.
6707 (isearch-string, isearch-message,string, isearch-point)
6708 (isearch-success, isearch-forward-flag, isearch-other-end)
6709 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6710 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6711 New inline functions to read fields of a stack frame.
6712
6713 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
6714
6715 * battery.el (battery-linux-proc-acpi): Look into battery
6716 directories matching the literal string "CMB", too (required for
6717 Linux kernel version 2.6.7).
6718
6719 2004-08-14 John Paul Wallington <jpw@gnu.org>
6720
6721 * cus-start.el (read-file-name-completion-ignore-case): Add.
6722 (blink-cursor-alist): Change version to "21.4".
6723
6724 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6725
6726 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
6727
6728 * speedbar.el (speedbar-scan-subdirs): New option.
6729 (speedbar-file-lists): Don't ignore file-name case on Unix and use
6730 dolist.
6731 (speedbar-insert-files-at-point): Take an extra argument and use
6732 it to optionally find out if a subdir is empty. Also unreadable
6733 files don't get expand buttons.
6734 (speedbar-directory): New image (unused pixmap already existed).
6735 (speedbar-expand-image-button-alist): Use it.
6736
6737 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
6738
6739 CC Mode update to 5.30.9:
6740
6741 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6742 Move from cc-vars to cc-defs for dependency reasons. Fix the
6743 POSIX char class test to check that it works in
6744 `skip-chars-(forward|backward)' too.
6745
6746 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6747 first argument starts with a special brace list.
6748
6749 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6750 when `c-opt-type-concat-key' is used (i.e. in Pike).
6751
6752 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6753 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6754 >)".
6755
6756 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6757 whitespace safe.
6758
6759 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
6760 position for `arglist-intro', `arglist-cont-nonempty' and
6761 `arglist-close' when there are two arglist open parens on the same
6762 line and there's nothing in front of the first.
6763
6764 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
6765 locking of qualified names in Java, which previously could fontify
6766 common indexing expressions in many cases. The standard Java
6767 naming conventions are used to tell them apart.
6768
6769 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
6770 Fix inconsistency wrt opening parens on the first line inside a paren
6771 block.
6772
6773 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
6774 compile time for the sake of `c-major-mode-is'.
6775
6776 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
6777 `c-major-mode-is' in the event that this is used inside a
6778 `c-lang-defconst'.
6779
6780 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
6781 `c-lang-defconst' so that it works better with fallback languages.
6782
6783 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
6784 it to fail to record the base mode.
6785
6786 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6787 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
6788 is used. Reorder the syntax checks to get more efficient
6789 skipping in some situations.
6790
6791 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
6792 continuation which might precede the newly inserted '{'.
6793
6794 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6795 Fix cases where it could loop indefinitely.
6796
6797 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
6798 size specs correctly. Only fontify identifiers in front of '('
6799 with as functions - don't accept any paren char. Tighten up
6800 initializer skipping to stop before function and class blocks.
6801
6802 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6803 the point could be left directly after an open paren when finding
6804 the beginning of the first decl in the block.
6805
6806 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
6807 table when filtering out legitimate open parens to be recorded.
6808 This could cause cache inconsistencies when e.g.
6809 `c++-template-syntax-table' was temporarily in use.
6810
6811 * progmodes/cc-engine.el (c-on-identifier)
6812 (c-simple-skip-symbol-backward): Small fix for handling "-"
6813 correctly in `skip-chars-backward'. Affected the operator lfun
6814 syntax in Pike.
6815
6816 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
6817 Fix bug that could cause an error from `after-change-functions' when
6818 the changed region is at bob.
6819
6820 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
6821
6822 CC Mode update to 5.30.9:
6823
6824 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
6825 to say that <TAB> doesn't insert WS into a CPP line.
6826 (c-indent-command, c-tab-always-indent): Amend doc strings.
6827
6828 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
6829 checks for user errors, thus eliminating cryptic and unhelpful
6830 Emacs error messages. (1) Check the arg to `c-set-style' is a
6831 string. (2) Check that settings to `c-offsets-alist' are not
6832 spuriously quoted.
6833
6834 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
6835 which precedes the newly inserted `{'.
6836
6837 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
6838
6839 Sync with Tramp 2.0.44.
6840
6841 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
6842 function "tramp_file_attributes". Otherwise, file names
6843 containing spaces are misinterpreted. Reported by Magnus Henoch
6844 <mange@freemail.hu>.
6845 (tramp-handle-file-truename): FILENAME must be expanded first.
6846 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
6847 obscure results. Reported by D. Goel <deego@gnufans.org>.
6848 (tramp-handle-verify-visited-file-modtime): If file does not
6849 exist, say it is not modified if and only if that agrees with the
6850 buffer's record. Check whether a file is visiting the buffer, or
6851 the buffer has no recorded last modification time. Return t in
6852 case the visiting file doesn't exist. Suggested by Luc Teirlinck
6853 <teirllm@auburn.edu>.
6854 (tramp-handle-write-region): Pass modtime explicitely to
6855 `set-visited-file-modtime', because filename can be different
6856 from (buffer-file-name) if `file-precious-flag' is set.
6857 `set-visited-file-modtime' must be called always when `visit' is t
6858 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
6859 (tramp-handle-set-visited-file-modtime): If `time-list' is not
6860 nil, don't apply the whole body. If the file doesn't exists, set
6861 modtime to '(-1 65535). Suggested by Luc Teirlinck
6862 <teirllm@auburn.edu>.
6863
6864 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
6865
6866 * help.el (describe-bindings): Doc fix.
6867
6868 * subr.el (kbd): Doc fix.
6869
6870 2004-08-08 John Paul Wallington <jpw@gnu.org>
6871
6872 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
6873 instead of `string-to-int'.
6874 (define-ibuffer-column mode): Fix indentation.
6875
6876 2004-08-08 Lars Hansen <larsh@math.ku.dk>
6877
6878 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
6879
6880 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6881
6882 * subr.el (global-unset-key, local-unset-key): Doc fixes.
6883
6884 * novice.el (disabled-command-function): New variable renamed from
6885 `disabled-command-hook'.
6886 (disabled-command-hook): Keep the _variable_ as alias for
6887 `disabled-command-function' and make obsolete.
6888 (disabled-command-function): Function renamed from
6889 `disabled-command-hook'. Adapt code to name change of the variable.
6890
6891 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
6892
6893 * simple.el (completion-root-regexp): New defvar.
6894 (completion-setup-function): Use it instead of a literal string.
6895
6896 2004-08-07 John Paul Wallington <jpw@gnu.org>
6897
6898 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
6899 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
6900 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
6901 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
6902
6903 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6904
6905 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
6906 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
6907
6908 2004-08-04 Kenichi Handa <handa@m17n.org>
6909
6910 * international/encoded-kb.el (encoded-kbd-setup-keymap):
6911 Fix previous change.
6912
6913 2004-08-03 Kenichi Handa <handa@m17n.org>
6914
6915 * international/encoded-kb.el: The following changes are to
6916 utilize key-translation-map instead of minor mode map.
6917 (encoded-kbd-iso2022-non-ascii-map): Delete it.
6918 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
6919 (encoded-kbd-last-key): New function.
6920 (encoded-kbd-iso2022-single-shift): New function.
6921 (encoded-kbd-iso2022-designation)
6922 (encoded-kbd-self-insert-iso2022-7bit)
6923 (encoded-kbd-self-insert-iso2022-8bit)
6924 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
6925 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
6926 key-translation-map.
6927 (encoded-kbd-setup-keymap): Setup key-translation-map.
6928 (saved-key-translation-map): New variable.
6929 (encoded-kbd-mode): Save/restore key-translation-map.
6930 Adjust for the change of encoded-kbd-setup-keymap.
6931
6932 2004-08-02 Kim F. Storm <storm@cua.dk>
6933
6934 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
6935 and call compute-motion with nil for topos and width to get proper
6936 usable width and height for both window and non-window systems.
6937
6938 * windmove.el (windmove-coordinates-of-position): Let compute-motion
6939 calculate usable window width and height.
6940
6941 * window.el (window-buffer-height): Call compute-motion with nil width.
6942
6943 2004-08-01 David Kastrup <dak@gnu.org>
6944
6945 * replace.el (query-replace-read-from):
6946 Use `query-replace-compile-replacement'.
6947 (query-replace-compile-replacement): New function.
6948 (query-replace-read-to): Use `query-replace-compile-replacement'
6949 for repeating the last command.
6950
6951 2004-08-01 John Paul Wallington <jpw@gnu.org>
6952
6953 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
6954 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
6955 (pr-switches): Remove period from end of error messages.
6956
6957 * help-mode.el (help-go-back): Likewise.
6958
6959 * abbrev.el (only-global-abbrevs): Doc fix.
6960 (edit-abbrevs-map): Define within defvar.
6961 (quietly-read-abbrev-file): Doc fix.
6962
6963 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
6964
6965 * novice.el (enable-command, disable-command): Doc fixes.
6966
6967 * subr.el (event-modifiers, event-basic-type): Doc fixes.
6968
6969 2004-07-30 Richard M. Stallman <rms@gnu.org>
6970
6971 * subr.el (with-local-quit): Doc fix.
6972
6973 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
6974
6975 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
6976
6977 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
6978
6979 * custom.el (defcustom): Doc fix.
6980
6981 2004-07-28 Masatake YAMATO <jet@gyve.org>
6982
6983 * progmodes/etags.el (etags-tags-apropos): Show building progress.
6984
6985 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * imenu.el (imenu-prev-index-position-function)
6988 (imenu-extract-index-name-function, imenu-name-lookup-function)
6989 (imenu--index-alist): Docstring redundancy fix.
6990
6991 2004-07-25 Lars Hansen <larsh@math.ku.dk>
6992
6993 * wdired.el (wdired-finish-edit): Require dired-aux before locally
6994 binding dired-backup-overwrite.
6995
6996 2004-07-25 John Paul Wallington <jpw@gnu.org>
6997
6998 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
6999
7000 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7001
7002 * term/tty-colors.el (tty-color-approximate): Doc fix.
7003
7004 * select.el (x-get-selection, x-set-selection): Doc fixes.
7005
7006 * frame.el (make-frame): Doc fix.
7007
7008 2004-07-24 Richard M. Stallman <rms@gnu.org>
7009
7010 * mail/rmail.el (rmail-mime-charset-pattern):
7011 Don't include semicolon in the charset value.
7012
7013 * replace.el (occur-next-error): Call set-window-point.
7014 (occur-engine): Handle negative NLINES.
7015
7016 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
7017
7018 * frame.el (modify-all-frames-parameters): Minor doc fix.
7019 (set-frame-configuration): Doc fix.
7020
7021 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7022
7023 * simple.el (completion-setup-function): Compute the common parts
7024 and the first difference place correctly when
7025 partial-completion-mode is on.
7026
7027 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7028
7029 * ps-print.el: Doc fix.
7030 (ps-print-version): New version 6.6.5.
7031 (ps-printing-region): Doc fix.
7032 (ps-generate-string-list): Comment fix.
7033 (ps-message-log-max): Code fix.
7034
7035 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7036
7037 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7038 generated PostScript.
7039
7040 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
7041
7042 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
7043 with Gnus v5_10 branch.)
7044
7045 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * calendar/time-date.el (time-to-number-of-days): New function.
7048 Imported from from Gnus.
7049
7050 2004-07-22 Kim F. Storm <storm@cua.dk>
7051
7052 * progmodes/make-mode.el: Fix comments.
7053
7054 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7055
7056 * printing.el: Doc fix.
7057
7058 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * frame.el (modify-all-frames-parameters): Minor doc fix.
7061
7062 2004-07-20 Richard M. Stallman <rms@gnu.org>
7063
7064 * textmodes/fill.el (fill-nobreak-p): If this break point is
7065 at the end of the line, don't consider the newline which follows
7066 as a reason to return t.
7067
7068 2004-07-19 John Paul Wallington <jpw@gnu.org>
7069
7070 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7071
7072 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7073
7074 * dired-aux.el (dired-do-kill-lines): Expand docstring.
7075 Delete irrelevant code.
7076
7077 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7078
7079 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7080 New docstring. From Luc Teirlinck.
7081
7082 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
7083
7084 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7085 section.
7086 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7087 non-file buffers. We know it is nil.
7088
7089 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7090
7091 Sync with Tramp 2.0.43.
7092
7093 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7094 Remove outdated comment.
7095 (tramp-locked, tramp-locker): New variables for implementing a
7096 global lock.
7097 (tramp-sh-file-name-handler): Use them to implement the global lock.
7098
7099 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
7100
7101 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
7102 calls to respective `xxx` calls.
7103 (tramp-process-alive-regexp): Precise doc string.
7104 (tramp-multi-action-process-alive): New defun.
7105 (tramp-multi-actions): Use it.
7106 (tramp-handle-find-backup-file-name): `copy-tree' is available
7107 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
7108 in order to avoid this function.
7109 (tramp-handle-write-region): Set current buffer. If connection
7110 wasn't open, `file-modes' has changed it accidently. Reported by
7111 David Kastrup <dak@gnu.org>.
7112 (tramp-enter-password, tramp-read-passwd): New arguments USER and
7113 HOST.
7114 (tramp-action-password, tramp-multi-action-password): Apply it.
7115 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7116 name must still contain the port number. Otherwise, we have two
7117 Tramp buffers, with all the confusion. Reported by Myron Selby
7118 <myron@xytech.com> and Rolf Dubitzky
7119 <Dubitzky@physi.uni-heidelberg.de>.
7120
7121 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7122 HOST to `tramp-enter-passwd'.
7123
7124 * net/tramp-vc.el (all): Code cleanup. Change all
7125 `tramp-handle-xxx' calls to respective `xxx` calls.
7126
7127 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
7128
7129 * emacs-lisp/testcover.el: New category "potentially-1valued" for
7130 functions that are not erroneous if either 1-valued or
7131 multi-valued. Detect functions in this class.
7132 (testcover-1value-functions, testcover-compose-functions)
7133 (testcover-progn-functions) Add some additional functions to lists.
7134 (testcover-mark): Bugfix when marking up the definition for an
7135 empty function.
7136
7137 2004-07-17 Richard M. Stallman <rms@gnu.org>
7138
7139 * replace.el (occur-read-primary-args): Pass default to
7140 read-from-minibuffer.
7141
7142 * mail/footnote.el (footnote-section-tag): Use defcustom.
7143
7144 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7145 Compile font-lock-keywords, not KEYWORDS.
7146 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7147 Add warn, check-type. Handle cerror like error.
7148
7149 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7150
7151 * progmodes/which-func.el (which-func-keymap): New var.
7152 (which-func-face): New face.
7153 (which-func-format): Use them.
7154
7155 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7156
7157 * buff-menu.el (list-buffers-noselect): Append the buffer's
7158 process status to its mode name.
7159
7160 2004-07-16 Kim F. Storm <storm@cua.dk>
7161
7162 * simple.el (inhibit-mark-movement): New defvar.
7163 (beginning-of-buffer, end-of-buffer): Do not push mark if
7164 inhibit-mark-movement is non-nil or C-u prefix is given.
7165
7166 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7167 Init to beginning-of-buffer and end-of-buffer.
7168 (cua--undo-push-mark): New defvar.
7169 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7170 already active and command is in cua--preserve-mark-commands.
7171 Also fix check for shift modifier on non-window systems.
7172 (cua--post-command-handler): Clear inhibit-mark-movement if set.
7173
7174 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7175
7176 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7177 of two integers, instead of a cons.
7178
7179 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7180 `visited-file-modtime' now returns a list of two integers, instead
7181 of a cons.
7182
7183 * dired.el (dired-directory-changed-p): Ditto.
7184
7185 * progmodes/grep.el (grep): Doc fix.
7186
7187 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7188
7189 * autorevert.el (auto-revert-tail-mode)
7190 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7191 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7192 in both at the same time.
7193 (auto-revert-tail-mode): New command.
7194 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7195 (auto-revert-handler): Revert only either tail or whole file.
7196
7197 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7198 add auto-revert-tail-mode.
7199
7200 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7201
7202 * printing.el: Doc fix. Change name of some funs.
7203 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
7204 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
7205 (pr-standard-file-name): New fun. Replace pr-standard-path.
7206 (pr-call-process): Code fix.
7207
7208 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
7209
7210 * subr.el (with-selected-window): Doc fix.
7211
7212 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
7213
7214 * subr.el (get-buffer-window-list): Doc fix.
7215
7216 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7217
7218 * files.el (switch-to-buffer-other-window): Doc fix.
7219
7220 * window.el (save-selected-window, one-window-p)
7221 (split-window-keep-point, split-window-vertically)
7222 (split-window-horizontally): Doc fixes.
7223
7224 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7225
7226 * printing.el: Doc fix. Now it uses call-process instead of
7227 shell-command for low command execution.
7228 (pr-version): New version number (6.8).
7229 (pr-shell-file-name): Option removed.
7230 (pr-shell-command): Fun removed.
7231 (pr-call-process): New fun. Replace pr-shell-command.
7232 (pr-standard-path, pr-remove-nil-from-list): New funs.
7233 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7234 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7235 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7236 (pr-ps-utility-process, pr-txt-print): Code fix.
7237
7238 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7239
7240 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7241 boolean.
7242
7243 2004-07-09 Lars Hansen <larsh@math.ku.dk>
7244
7245 * wid-edit.el (widget-field-buffer): Doc fix.
7246
7247 2004-07-09 John Paul Wallington <jpw@gnu.org>
7248
7249 * emacs-lisp/re-builder.el (reb-update-overlays):
7250 Distinguish between one and several matches in message.
7251
7252 2004-07-09 Richard M. Stallman <rms@gnu.org>
7253
7254 * mouse.el (mouse-set-region-1): If transient-mark-mode
7255 is `identity', change it to `only'.
7256
7257 * simple.el (current-word): Doc fix.
7258
7259 2004-07-09 Mark A. Hershberger <mah@everybody.org>
7260
7261 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7262 so that it is more understanding of whitespace.
7263
7264 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7265 (("ns" . "element") (attr-list) children) instead of
7266 ((:ns . "element") (attr-list) children) in order to reduce the
7267 number of symbols used.
7268 (xml-skip-dtd): Change to use xml-parse-dtd but set
7269 xml-validating-parsing to nil.
7270 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7271 (xml-substitute-entity): Remove in favor of new entity substitution.
7272 (xml-substitute-special): Rewrite in to substitute complex
7273 entities from DOCTYPE declarations.
7274 (xml-parse-fragment): Parse fragments from entity deleclarations.
7275 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7276 (xml-parse-dtd, xml-substitute-special): Make validity checks
7277 conditioned on xml-validating-parser. Add "Not Well Formed" to
7278 error messages about well-formedness.
7279
7280 2004-07-08 Steven Tamm <steventamm@mac.com>
7281
7282 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7283 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7284 Do not treat double clicks and triple clicks specially in the
7285 scroll bar (preventing strange repositioning problems)
7286
7287 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * replace.el (query-replace-regexp-eval): Fix last change.
7290
7291 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * replace.el (query-replace-descr): New fun.
7294 (query-replace-read-from, query-replace-read-args): Default to the
7295 previous from&to.
7296 (query-replace-read-to): Quote the `from' string when displaying it.
7297 (query-replace-regexp-eval): Immediately check read-only status.
7298 Use query-replace-read-from to get the \n checking.
7299 Quote the `from' string when displaying it.
7300 (map-query-replace-regexp, occur-read-primary-args):
7301 Quote the `from' string when displaying it.
7302
7303 * isearch.el (isearch-query-replace): Pass the regexp-ness and
7304 delimited-ness of the search to query-replace.
7305
7306 * replace.el (query-replace-read-from, query-replace-read-to):
7307 New funs extracted from query-replace-read-args.
7308 (query-replace-read-args): Use them.
7309
7310 * replace.el (query-replace-interactive, query-replace-read-args):
7311 Remove the `initial' special value.
7312 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7313 (occur-engine): Remove unused var `matchend'.
7314
7315 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7316 Use the search string without prompting.
7317
7318 2004-07-05 Kenichi Handa <handa@m17n.org>
7319
7320 * international/mule.el (decode-coding-inserted-region):
7321 Set last-coding-system-used only when coding is nil.
7322
7323 2004-07-03 Eli Zaretskii <eliz@gnu.org>
7324
7325 * progmodes/grep.el (grep-compute-defaults, grep-command)
7326 (grep-program, find-program, grep-find-use-xargs, grep-history)
7327 (grep-find-history, grep-tag-default, grep-find-command)
7328 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7329 Add autoload cookies, for unbundled packages that load `compile'
7330 and expect all grep-related symbols to become defined.
7331
7332 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
7333
7334 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7335 (iimage-mode-image-search-path): New user option to search the
7336 image file.
7337 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
7338 have locate-file.
7339 (iimage-mode-buffer): Use it.
7340
7341 2004-07-03 Nick Roberts <nickrob@gnu.org>
7342
7343 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7344 carefully.
7345 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7346
7347 2004-07-03 Juri Linkov <juri@jurta.org>
7348
7349 * replace.el (query-replace-read-args): Swallow space after 'foo,
7350 not after (quote foo). Match space only immediately after symbol,
7351 not anywhere in the whole string.
7352
7353 2004-07-02 Richard M. Stallman <rms@gnu.org>
7354
7355 * replace.el (query-replace-read-args): Swallow space after
7356 symbols, not after closeparens. But avoid error if string ends there.
7357
7358 * progmodes/python.el (python-beginning-of-statement):
7359 Exit the loop if backward-up-list gets error.
7360
7361 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7362
7363 2004-07-02 Andre Spiegel <spiegel@gnu.org>
7364
7365 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7366 only if vc-consult-headers is non-nil.
7367
7368 2004-07-02 Juri Linkov <juri@jurta.org>
7369
7370 * pcvs.el (cvs-mode-diff-repository): New command.
7371
7372 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7373
7374 2004-07-01 Juri Linkov <juri@jurta.org>
7375
7376 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7377 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
7378 C-M-% to isearch-query-replace-regexp.
7379 (minibuffer-local-isearch-map): Add arrow key bindings.
7380 Bind C-f to isearch-yank-char-in-minibuffer.
7381 (isearch-forward): Doc fix.
7382 (isearch-edit-string): Doc fix.
7383 (isearch-query-replace, isearch-query-replace-regexp): New funs.
7384 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
7385 (isearch-yank-char): Add optional arg.
7386 (isearch-yank-char-in-minibuffer): New fun.
7387
7388 * replace.el (query-replace-interactive): Change type from boolean
7389 to choice. Add value `initial'.
7390 (query-replace-read-args): Handle value `initial' of
7391 query-replace-interactive.
7392
7393 2004-06-29 Kim F. Storm <storm@cua.dk>
7394
7395 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7396 (breakpoint-disabled-bitmap-face): Add :group 'gud.
7397
7398 * progmodes/ada-xref.el (ada-tight-gvd-integration):
7399 Add :group 'ada.
7400
7401 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7402
7403 2004-06-29 Juri Linkov <juri@jurta.org>
7404
7405 * replace.el (query-replace-read-args): Swallow a space after
7406 everything except )]" which in most cases means after a symbol.
7407
7408 * emacs-lisp/pp.el (pp-buffer): Add autoload.
7409
7410 2004-06-28 Richard M. Stallman <rms@gnu.org>
7411
7412 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7413 More changes to go with previous change in font-lock.el.
7414
7415 2004-06-26 David Kastrup <dak@gnu.org>
7416
7417 * replace.el (perform-replace): Highlight the match even in
7418 non-query mode if there is potential replace string editing.
7419
7420 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
7421
7422 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7423 agree with new return value of `file-remote-p'.
7424 This syncs with Tramp 2.0.42.
7425
7426 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7427 according to new documentation of `file-remote-p'.
7428
7429 * files.el (file-remote-p): Fix doc to say that return value is
7430 identification of remote system, if not nil.
7431 (file-relative-name): Use new return value of `file-remote-p'.
7432
7433 2004-06-26 Nick Roberts <nickrob@gnu.org>
7434
7435 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7436 (gdb-goto-breakpoint): Fix breakage.
7437
7438 2004-06-26 Eli Zaretskii <eliz@gnu.org>
7439
7440 * man.el (Man-getpage-in-background): Add windows-nt to the list
7441 of systems where shell-file-name should be used instead of
7442 literal "sh".
7443
7444 2004-06-25 Sam Steingold <sds@gnu.org>
7445
7446 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7447 function names `(setf symbol)'.
7448
7449 2004-06-24 Richard M. Stallman <rms@gnu.org>
7450
7451 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7452
7453 * font-lock.el (font-lock-keywords): Change format of compiled values.
7454 Document it.
7455 (font-lock-add-keywords): If font-lock-keywords is compiled,
7456 extract the uncompiled version, modify, then recompile.
7457 (font-lock-remove-keywords): Likewise.
7458 (font-lock-fontify-keywords-region): Handle changed format.
7459 (font-lock-compile-keywords): Handle changed format.
7460 (font-lock-set-defaults): Compile the keywords explicitly here.
7461
7462 2004-06-24 David Kastrup <dak@gnu.org>
7463
7464 * replace.el (query-replace-read-args): Implement `\,' and `\#'
7465 replacements here.
7466 (query-replace-regexp): Doc string explaining this and the new
7467 `\?' replacement. Remove `\,' and `\#' implementation here, as it
7468 is better placed in `query-replace-read-args'.
7469 (replace-regexp): Explain `\,', `\#' and `\?'.
7470 (replace-match-data): New function for thorough reuse/destruction
7471 of old match-data.
7472 (replace-match-maybe-edit): Function for implementing `\?' editing.
7473 (perform-replace): Fix maintaining of the match stack including
7474 already matched regions, implement `\?', fix various problems
7475 with regions while editing and other stuff.
7476 (replace-highlight): Simplify.
7477
7478 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
7479
7480 * progmodes/grep.el (grep-error-screen-columns): New variable.
7481 (grep-regexp-alist): Give it the full functionality of gnu style
7482 compilation messages with line and column ranges. Ask me for the
7483 perl script I'm working on, that uses these.
7484
7485 2004-06-23 Nick Roberts <nickrob@gnu.org>
7486
7487 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7488 Remove.
7489 (comint-insert-input, comint-mouse-insert-input): New functions
7490 based on comint-insert-clicked-input for two bindings but just
7491 one functionality.
7492
7493 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7494
7495 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7496
7497 2004-06-23 Lars Hansen <larsh@math.ku.dk>
7498
7499 * files.el (write-contents-functions): Doc fix.
7500
7501 2004-06-21 Juanma Barranquero <lektu@terra.es>
7502
7503 * image.el (image-library-alist): Rewrite docstring in active voice.
7504
7505 2004-06-20 Richard M. Stallman <rms@gnu.org>
7506
7507 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7508
7509 * isearch.el (isearch-repeat): Avoid testing old match data.
7510 (isearch-message): Display trailing space in special font
7511 when search is failing.
7512 (isearch-search-fun-function): Doc fix.
7513
7514 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7515
7516 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
7517
7518 * frame.el (show-trailing-whitespace): Doc fix.
7519
7520 * cus-edit.el (custom-variable-documentation): New function.
7521 (custom-variable): Use it.
7522
7523 2004-06-19 Nick Roberts <nickrob@gnu.org>
7524
7525 * man.el (Man-getpage-in-background): Revert previous change but
7526 make cygwin a special case.
7527
7528 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
7529
7530 * autorevert.el (global-auto-revert-non-file-buffers):
7531 Update docstring.
7532
7533 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
7534
7535 * progmodes/compile.el (compilation-error-properties): Store one
7536 more than end-col, if present, so that transient-mark-mode will
7537 highlight last char too.
7538 * progmodes/grep.el (grep-regexp-alist): Match columns and column
7539 ranges, if present.
7540
7541 2004-06-18 Jason Rumney <jasonr@gnu.org>
7542
7543 * makefile.w32-in: Double percent signs in for loops.
7544
7545 2004-06-17 David Kastrup <dak@gnu.org>
7546
7547 * replace.el (query-replace-read-args): Only warn about use of \n
7548 and \t when we are doing a regexp replacement and the actual
7549 escaped character is n or t.
7550 (query-replace-regexp): Add \, and \# interpretation to
7551 interactive call and document it.
7552 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7553 as shortkey for replace-count.
7554 (replace-quote): New function for doubling backslashes.
7555
7556 2004-06-17 Juanma Barranquero <lektu@terra.es>
7557
7558 * files.el (parse-colon-path, cd): Mention in docstring that the
7559 path separator is colon in GNU-like systems.
7560
7561 * newcomment.el (comment-region-internal): Fix docstring.
7562
7563 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7564 (ewoc-invalidate, ewoc-collect): Doc fixes.
7565 (ewoc--create-node, ewoc--delete-node-internal):
7566 Fix typos in docstring.
7567
7568 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7569
7570 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7571 manual to docstring.
7572
7573 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7574
7575 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7576
7577 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7578
7579 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7580 Add hyperlink to emacs-xtra manual to docstring.
7581
7582 * autorevert.el (global-auto-revert-non-file-buffers):
7583 Add hyperlink to emacs-xtra manual to docstring, as well as an
7584 info-link.
7585
7586 2004-06-14 Juanma Barranquero <lektu@terra.es>
7587
7588 * image.el (image-library-alist): New variable to map image types
7589 to external libraries. Initialized to nil, unless system-specific
7590 configs change it.
7591 (image-type-available-p): Determine whether an image type is
7592 available by calling `init-image-library'.
7593
7594 * term/w32-win.el (image-library-alist): Initialize to a known set
7595 of probable library names.
7596
7597 2004-06-14 Kenichi Handa <handa@m17n.org>
7598
7599 * international/code-pages.el (windows-1256, cp1125): Fix tables
7600 for several characters.
7601
7602 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7603
7604 2004-06-13 Richard M. Stallman <rms@gnu.org>
7605
7606 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7607
7608 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7609 not "`pc-selection-mode'".
7610
7611 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7612
7613 * simple.el (previous-matching-history-element): Specify a default.
7614
7615 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7616
7617 * cus-face.el (custom-declare-face): Simplify code.
7618
7619 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7620
7621 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * files.el (before-save-hook): Add `time-stamp' to the options.
7624
7625 * time-stamp.el (time-stamp): Recommend adding it to
7626 `before-save-hook', rather than `write-file-functions'.
7627 Make a similar change in `Commentary' section.
7628
7629 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
7630
7631 * diff-mode.el (diff-current-defun): If at start of hunk, use
7632 position of first change.
7633
7634 2004-06-13 Lars Hansen <larsh@math.ku.dk>
7635
7636 * dired-x.el (dired-mark-omitted): Bind to "*O".
7637
7638 2004-06-12 Karl Fogel <kfogel@red-bean.com>
7639
7640 * bookmark.el (bookmark-bmenu-relocate): New function, as
7641 suggested by David J. Biesack <David.Biesack@sas.com>.
7642 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7643 (bookmark-bmenu-mode): Describe binding in doc string.
7644 (bookmark-set-filename): Save the bookmark list if it's time.
7645
7646 2004-06-13 Kenichi Handa <handa@m17n.org>
7647
7648 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7649 (ccl-untranslated-to-ucs): Fix typo.
7650
7651 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7652
7653 * progmodes/python.el (python-open-block-statement-p):
7654 Fix indentation after a block opening that contains a comment.
7655
7656 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
7657
7658 * bindings.el (completion-ignored-extensions): Add file extensions
7659 of Python byte-compiled files.
7660
7661 2004-06-12 Juri Linkov <juri@jurta.org>
7662
7663 * info.el (Info-goto-node): Add autoload.
7664 (Info-toc): Add substring-no-properties on Info file name.
7665 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7666 (Info-mode-map): Bind L to Info-history, T to Info-toc.
7667
7668 2004-06-12 Kenichi Handa <handa@m17n.org>
7669
7670 * international/mule-cmds.el (set-language-environment):
7671 Load subst tables if necessary.
7672
7673 * international/mule.el (decode-char): Load subst tables if necessary.
7674 (encode-char): Likewise.
7675
7676 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7677 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
7678 (utf-16le-decode-loop): Set r5 to -1 before loop.
7679 (utf-16be-decode-loop): Likewise.
7680 (ccl-decode-mule-utf-16le): Add EOF processing block.
7681 (ccl-decode-mule-utf-16be): Likewise.
7682 (ccl-decode-mule-utf-16le-with-signature): Likewise.
7683 (ccl-decode-mule-utf-16be-with-signature): Likewise.
7684 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
7685 (ccl-mule-utf-16-encode-untrans): New CCL.
7686 (utf-16-decode-to-ucs): Handle pre-read character.
7687 (utf-16le-encode-loop): Handle surrogate pair.
7688 (utf-16be-encode-loop): Likewise.
7689 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7690 of utf-16le-encode-loop.
7691 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7692 of utf-16be-encode-loop.
7693 (mule-utf-16-post-read-conversion):
7694 Call utf-8-post-read-conversion at first.
7695 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7696 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7697 Add post-read-conversion and pre-write-conversion.
7698
7699 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7700 (utf-translate-cjk-unicode-range): New variable.
7701 (utf-translate-cjk-load-tables): New function.
7702 (utf-lookup-subst-table-for-decode): New function.
7703 (utf-lookup-subst-table-for-encode): New function.
7704 (utf-translate-cjk-mode): Init-value changed to t. Don't load
7705 tables here. Update safe-charsets of utf-* coding systems.
7706 (ccl-mule-utf-untrans): New CCL.
7707 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
7708 at end of each branch.
7709 (ccl-mule-utf-8-encode-untrans): New CCL.
7710 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7711 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
7712 length of encoding. Don't return r0.
7713 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
7714 (utf-8-post-read-conversion): Narrow to region properly.
7715 If utf-translate-cjk-mode is on, load tables if necessary.
7716 Call utf-8-compose with hash-table arg if necessary.
7717 Call XXX-compose-region instead of XXX-post-read-convesion.
7718 (utf-8-pre-write-conversion): New function.
7719 (mule-utf-8): Include CJK charsets in safe-charsets if
7720 utf-translate-cjk-mode is on. Add pre-write-conversion.
7721
7722 * international/characters.el: Temporarily set
7723 utf-translate-cjk-mode to nil.
7724
7725 * language/devan-util.el (devanagari-compose-region):
7726 Add autoload cookie.
7727
7728 * international/ccl.el (ccl-dump-call): Fix printing the
7729 subroutine name.
7730
7731 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
7732
7733 * dired.el (dired-revert): If buffer is marked unmodified before
7734 reverting, keep it marked unmodified.
7735 Adapt to new conventions for commenting out code.
7736 (dired-make-relative): Adapt to new conventions for commenting out code.
7737
7738 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
7739
7740 * eshell/esh-module.el (eshell-load-defgroups):
7741 Bind `vc-handled-backends' to nil when opening files.
7742
7743 2004-06-11 Juanma Barranquero <lektu@terra.es>
7744
7745 * files.el (parse-colon-path, cd): Doc fixes (refer to
7746 `path-separator', not colon).
7747
7748 2004-06-10 Juanma Barranquero <lektu@terra.es>
7749
7750 * newcomment.el (comment-search-forward)
7751 (comment-search-backward): Fix typos in docstring.
7752 (comment-region): Doc fix.
7753
7754 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
7755
7756 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7757 switch is no longer stored in `dired-switches-alist'.
7758
7759 * dired-aux.el (dired-insert-subdir): Do not store R switch in
7760 `dired-switches-alist'.
7761
7762 2004-06-10 Kim F. Storm <storm@cua.dk>
7763
7764 * pcvs.el (cvs-mode-diff-yesterday): New command.
7765
7766 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
7767
7768 2004-06-10 Juri Linkov <juri@jurta.org>
7769
7770 * emacs-lisp/edebug.el (edebug-eval-defun):
7771 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
7772 Fix docstring.
7773
7774 * simple.el (eval-expression-print-format): Don't print additional
7775 information on the first call to `eval-print-last-sexp'.
7776 (next-error-find-buffer): Fix punctuation.
7777 (killing) <defgroup>: Fix punctuation.
7778 (yank-excluded-properties): Change group from editing to killing.
7779
7780 * replace.el (perform-replace): Use `limit' to terminate the
7781 while-loop explicitly.
7782
7783 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7784
7785 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
7786 Use lc-*.xpm as prefix instead of *-locol.xpm.
7787
7788 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
7789 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
7790 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
7791 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
7792 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
7793 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
7794 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
7795 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
7796 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
7797 * toolbar/lc-up_arrow.xpm:
7798 Rename from *-locol.xpm.
7799
7800 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
7801
7802 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
7803 include forms like &<str>; as valid url patterns.
7804
7805 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7806
7807 * dired.el (dired-diff, dired-backup-diff)
7808 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
7809 (dired-do-chown, dired-do-touch, dired-do-print)
7810 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
7811 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
7812 (dired-create-directory, dired-do-copy, dired-do-symlink)
7813 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
7814 (dired-do-copy-regexp, dired-do-hardlink-regexp)
7815 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7816 (dired-maybe-insert-subdir, dired-next-subdir)
7817 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
7818 (dired-kill-subdir, dired-tree-up, dired-tree-down)
7819 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
7820 (dired-run-shell-command, dired-query): Remove redundant,
7821 or incorrect, autoloads.
7822
7823 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
7824 does not end in a slash. Add optional argument KILL-ROOT.
7825 Update docstring.
7826 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
7827 (dired-query): Add autoloads.
7828
7829 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
7830
7831 * progmodes/compile.el (compilation-set-window-height):
7832 Rearrange the save-* functions because a buffer can have several current
7833 point in different windows.
7834 (compilation-error-regexp-alist-alist): Recognize {standard input}
7835 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
7836
7837 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7838
7839 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
7840 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
7841 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
7842 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
7843 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
7844 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
7845 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
7846 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
7847 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
7848 * toolbar/up_arrow-locol.xpm:
7849 New versions of icons that uses fewer colors.
7850
7851 * toolbar/tool-bar.el (tool-bar-local-item)
7852 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
7853 if display-color-cells is 256 or less.
7854
7855 2004-06-08 Kim F. Storm <storm@cua.dk>
7856
7857 * wid-edit.el (widget-specify-button): Use hand pointer rather
7858 than mouse-face as visible mouse-over effect.
7859
7860 2004-06-07 Karl Fogel <kfogel@red-bean.com>
7861
7862 * saveplace.el (save-place-alist-to-file): Bind `print-length'
7863 and `print-level' to nil when writing out `save-place-alist'.
7864 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
7865
7866 2004-06-07 Juanma Barranquero <lektu@terra.es>
7867
7868 * completion.el (completion-kill-region): Doc fix.
7869
7870 * format.el (format-insert-annotations)
7871 (format-annotate-location): Doc fixes.
7872 (format-subtract-regions): Make arguments match their use in docstring.
7873
7874 * simple.el (kill-region): Doc fix.
7875
7876 * subr.el (insert-buffer-substring-no-properties)
7877 (insert-buffer-substring-as-yank): Doc fixes.
7878
7879 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7882 Update docstring.
7883 (dired-reset-subdir-switches): New function.
7884
7885 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
7886 Limit scope of `buffer-read-only' binding.
7887
7888 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
7889
7890 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
7891 eshell-explicit-command-char.
7892
7893 2004-06-06 Juanma Barranquero <lektu@terra.es>
7894
7895 * help-fns.el (help-argument-name): Inherit from italic face only
7896 if the frame supports it.
7897
7898 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7899
7900 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
7901 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
7902 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
7903 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
7904 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
7905 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
7906 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
7907 New conversions from xpm files.
7908
7909 * toolbar/README: New file.
7910
7911 2004-06-06 Richard M. Stallman <rms@gnu.org>
7912
7913 * isearch.el (isearch-mode-map): Undo previous change.
7914
7915 2004-06-05 Juri Linkov <juri@jurta.org>
7916
7917 * bindings.el (debug-ignored-errors): Add regexps for history
7918 related messages. Remove $ from "No further undo information".
7919 Move Ediff's messages to ediff.el.
7920
7921 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
7922
7923 * cus-edit.el (custom-display): Add `min-colors'.
7924
7925 * custom.el (defface): Add `supports' to docstring.
7926
7927 * help-fns.el (help-argument-name): Add :group 'help.
7928
7929 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
7930
7931 * find-dired.el (find-ls-subdir-switches): New user option.
7932 (find-dired): No longer call `abbreviate-file-name' on DIR.
7933 Set `dired-subdir-switches' buffer-locally.
7934
7935 * locate.el: Merge the two `Commentary' sections.
7936 (locate-ls-subdir-switches): New user option.
7937 (locate): Update for other changes.
7938 (locate-mode-map): Restore Dired binding for mouse-2.
7939 Bind `locate-mouse-view-file' to M-mouse-2.
7940 Bind `l' to `locate-do-redisplay'.
7941 (locate-main-listing-line-p, locate-do-redisplay): New functions.
7942 (locate-mouse-view-file, locate-tags, locate-find-directory):
7943 Print message if used outside main listing.
7944 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
7945 Various changes to support inserted subdirectories.
7946 (locate-insert-header): Change header of *Locate* buffer.
7947
7948 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7949 Change interactive default switches.
7950 (dired-rename-subdir-2): Update `dired-switches-alist'.
7951 (dired-insert-subdir, dired-kill-subdir):
7952 Handle `dired-switches-alist'. Do not mark buffer modified.
7953 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
7954 (dired-insert-subdir-doinsert): Omit messages.
7955 Handle `dired-subdir-switches'.
7956 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
7957
7958 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
7959 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
7960 subdirs if -R switch is used for a subdir.
7961 (dired-mode): Set `dired-switches-alist'.
7962 (dired-build-subdir-alist): Only print number of directories in
7963 echo area when invoked interactively.
7964
7965 2004-06-05 Lars Hansen <larsh@math.ku.dk>
7966
7967 * dired-x.el (dired-omit-mode): Rename from
7968 dired-omit-files-p. Use define-minor-mode to define it.
7969 (dired-omit-files-p): Add as alias for dired-omit-mode.
7970 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
7971 dired-mark-omitted.
7972 (dired-mark-omitted): Add. Bind to M-O.
7973
7974 2004-06-05 Kenichi Handa <handa@m17n.org>
7975
7976 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
7977
7978 2004-06-05 Juanma Barranquero <lektu@terra.es>
7979
7980 * help-fns.el (help-argument-name): Reintroduce face.
7981 (help-default-arg-highlight): Use it, now that
7982 `face-differs-from-default-p' can be trusted.
7983
7984 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7985
7986 * textmodes/table.el: Sentence commands added to Point Motion
7987 group; kill and backward-kill commands added to Extraction group.
7988
7989 2004-06-04 Mario Lang <mlang@delysid.org>
7990
7991 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
7992 systems appear to use mW, make the code handle this. Fix a
7993 division-by-zero bug while at it, and handle kernels with
7994 a slightly different layout in /proc/acpi.
7995
7996 2004-06-04 Karl Fogel <kfogel@red-bean.com>
7997
7998 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
7999 because the latter is a CL-ism. This fixes the bug reported by
8000 Shawn Boyette <mdxi@collapsar.net> in
8001 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8002
8003 2004-06-04 Miles Bader <miles@gnu.org>
8004
8005 * faces.el (display-supports-face-attributes-p): Function moved to
8006 C code. Previously only the tty-related portion of this function
8007 was done in C; however the previous attempt to do a halfway-proper
8008 job for non-tty displays in lisp didn't work properly because of
8009 funny conditions during Emacs startup.
8010 (face-differs-from-default-p): Simplify, now that
8011 display-supports-face-attributes-p works properly on all display
8012 types. Remove :stipple from comparison; it doesn't really work
8013 in emacs anyway.
8014
8015 2004-06-04 Miles Bader <miles@gnu.org>
8016
8017 * faces.el (face-differs-from-default-p): Use a different
8018 implementation, so we can really check whether FACE displays
8019 differently or not.
8020
8021 2004-06-04 Miles Bader <miles@gnu.org>
8022
8023 * faces.el (display-supports-face-attributes-p): Implement a
8024 `different from default' check for non-tty displays.
8025
8026 2004-06-03 David Kastrup <dak@gnu.org>
8027
8028 * woman.el (woman-mapcan): More concise code.
8029 (woman-topic-all-completions, woman-topic-all-completions-1)
8030 (woman-topic-all-completions-merge): Replace by a simpler and
8031 much faster implementation based on O(n log n) sort/merge instead
8032 of the old O(n^2) behavior.
8033
8034 2004-06-03 Miles Bader <miles@gnu.org>
8035
8036 * subr.el (read-number): Use canonical format for default in prompt.
8037
8038 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8039 Add regexp for " [...]" style defaults.
8040
8041 2004-06-02 Romain Francoise <romain@orebokech.com>
8042
8043 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8044 groups: if the user asks for a hidden buffer, open the
8045 corresponding filter group to expose it.
8046
8047 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8048 `ibuffer-jump-to-buffer'.
8049 (ibuffer-jump-offer-only-visible-buffers): New user option.
8050
8051 2004-06-02 Juanma Barranquero <lektu@terra.es>
8052
8053 * faces.el (frame-update-faces): Add empty docstring so the one
8054 for `ignore' doesn't show through.
8055
8056 * subr.el (process-kill-without-query): Remove spurious "\n" on
8057 obsolescence string.
8058 (focus-frame, unfocus-frame): Add obsolescence declaration and
8059 empty docstring.
8060
8061 * international/mule.el (register-char-codings): Make alias for
8062 `ignore'. Move docstring to obsolescence info and remove redundancy.
8063
8064 2004-06-02 Kim F. Storm <storm@cua.dk>
8065
8066 * frame.el (blink-cursor-start): Turn cursor off initially so blink
8067 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8068
8069 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * comint.el (comint-replace-by-expanded-history-before-point):
8072 Obey `start' as the docstring says.
8073 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8074 (comint-update-fence): Prevent font-lock from running unnecessarily.
8075 (comint-dynamic-list-completions): Use with-current-buffer.
8076
8077 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8078
8079 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8080 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8081 (bibtex-entry-update): Handle alternatives and optional fields.
8082 (bibtex-parse-entry): Bugfix, handle empty key.
8083
8084 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * vc-arch.el (vc-arch-state): Don't assume the file exists.
8087
8088 2004-05-31 Lars Hansen <larsh@math.ku.dk>
8089
8090 * desktop.el (desktop-save): Don't save minor modes without a
8091 known mode initialization function.
8092
8093 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
8094
8095 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8096
8097 * autorevert.el: Update `Commentary' section.
8098
8099 2004-05-30 Juanma Barranquero <lektu@terra.es>
8100
8101 * dos-fns.el (convert-standard-filename):
8102 * files.el (convert-standard-filename):
8103 * w32-fns.el (convert-standard-filename):
8104 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8105
8106 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8107
8108 Sync with Tramp.
8109
8110 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8111 (tramp-let-maybe): Move to an earlier spot in the file.
8112 Patch by Andreas Schwab.
8113
8114 2004-05-30 Andreas Schwab <schwab@suse.de>
8115
8116 * dired.el (dired-get-filename): Don't use dired-re-dot.
8117
8118 2004-05-30 Richard M. Stallman <rms@gnu.org>
8119
8120 * files.el (find-file): Doc fix.
8121
8122 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8123
8124 2004-05-30 Nick Roberts <nickrob@gnu.org>
8125
8126 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8127 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8128 modeline of the locals buffer.
8129 (gdb-goto-breakpoint): Handle gdbmi.
8130 (gdb-get-frame-number): Change for gdbmi.
8131
8132 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
8133
8134 * files.el (file-remote-p): Apply file name handler for operation
8135 `file-remote-p'. It isn' a property any longer.
8136 (file-relative-name): `fh' and `fd' get the required value via
8137 `find-file-name-handler' already.
8138
8139 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8140 (top): Remove setting of `file-remote-p' property for
8141 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
8142
8143 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8144
8145 Version 2.0.41 of Tramp released.
8146
8147 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8148 Throw away if process has died.
8149 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8150 (tramp-out-of-band-prompt-regexp): Rename to
8151 `tramp-process-alive-regexp', because its usage is widen.
8152 (tramp-actions-copy-out-of-band): Apply it.
8153 (tramp-actions-before-shell, tramp-multi-actions):
8154 Add `tramp-action-process-alive' action.
8155 (tramp-action-process-alive): New defun.
8156 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8157 Add entry for `file-remote-p'.
8158 (tramp-handle-file-remote-p): New defun.
8159 (top): Remove setting of `file-remote-p'. Don't set
8160 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8161
8162 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8163 `file-remote-p'.
8164
8165 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8166 counted for (last) line. [They should or they shouldn't? --Stef]
8167 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8168
8169 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8170
8171 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8172 not really necessary but seems to keep the shell history smaller
8173 in some cases. It is no substitute for setting HISTFILE and
8174 HISTSIZE from tramp-open-connection-setup-interactive-shell,
8175 though. Suggested by Luc Teirlinck.
8176 (tramp-open-connection-setup-interactive-shell): Export variables
8177 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
8178 (tramp-set-process-query-on-exit-flag): New compat function.
8179 (tramp-open-connection-multi, tramp-open-connection-su)
8180 (tramp-open-connection-rsh, tramp-open-connection-telnet)
8181 (tramp-do-copy-or-rename-file-out-of-band): Use it.
8182 (tramp-let-maybe): New macro, let-binds a variable only if it
8183 isn't obsolete.
8184 (tramp-check-ls-commands, tramp-handle-expand-file-name)
8185 (tramp-handle-file-truename): Use it.
8186 (tramp-completion-file-name-regexp-unified): Avoid matching
8187 filenames starting with "/:" -- those are reserved for
8188 file-name-non-special.
8189
8190 * tramp-smb.el (tramp-smb-open-connection):
8191 Use tramp-set-process-query-on-exit-flag compat function.
8192
8193 2004-05-29 Richard M. Stallman <rms@gnu.org>
8194
8195 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8196
8197 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8198 (eval-last-sexp-print-value): Print char equivalent regardless
8199 of standard-output value.
8200
8201 * thumbs.el (thumbs-subst-char-in-string): Delete.
8202 (thumbs-thumbname): Use subst-char-in-string.
8203 (thumbs-resize-image): Use condition-case, not ignore-errors.
8204 (thumbs-kill-buffer): Likewise.
8205
8206 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
8207 (thumbs-mode): Make buffer read-only.
8208 (thumbs-make-thumb): Unconditionally accept an existing file.
8209 (thumbs-insert-thumb): Add thumb-image-file property to the image.
8210 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8211 (thumbs-show-thumbs-list): Error if images not supported.
8212 (thumbs-save-current-image): Improve prompt string.
8213 (thumbs-mode-map): Define u, R, x.
8214 (thumbs-unmark): New command.
8215 (thumbs-emboss-image): Minor cleanup.
8216 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8217 (thumbs-rename-images): New command.
8218 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
8219
8220 * thumbs.el (thumbs-current-image): New function.
8221 (thumbs-file-list, thumbs-file-alist): New functions.
8222 (thumbs-find-image): Delete arg L.
8223 Don't set up thumbs-fileL as buffer-local global var.
8224 (thumbs-find-image-at-point): Use thumbs-current-image.
8225 (thumbs-set-image-at-point-to-root-window): Likewise.
8226 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8227 Record and warn about errors. Update thumbs-markedL for deletions.
8228 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8229 (thumbs-redraw-buffer): Use thumbs-file-list.
8230 (thumbs-mark): Use thumbs-current-image.
8231 (thumbs-show-name): Use thumbs-current-image.
8232
8233 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8234 and imenu--last-menubar-index-alist.
8235
8236 * subr.el (with-selected-window): Undo previous change.
8237
8238 2004-05-29 John Paul Wallington <jpw@gnu.org>
8239
8240 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8241 (thumbs-mouse-find-image): New command.
8242 (thumbs-mode-map): Bind it to mouse-2.
8243 (thumbs-mode): Make mode-class special.
8244 (thumbs-view-image-mode): Likewise.
8245
8246 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8247
8248 * flymake.el: New file.
8249
8250 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
8251
8252 * files.el (find-file-noselect-1): Do not bind
8253 `inhibit-read-only' to t during execution of
8254 `find-file-not-found-functions'.
8255
8256 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8259 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8260
8261 2004-05-28 Juri Linkov <juri@jurta.org>
8262
8263 * simple.el (eval-expression-print-format): New fun.
8264
8265 * simple.el (eval-expression):
8266 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8267 * emacs-lisp/edebug.el (edebug-compute-previous-result)
8268 (edebug-eval-expression): Print additionally the value returned by
8269 `eval-expression-print-format'.
8270
8271 * emacs-lisp/lisp.el (insert-pair-alist): New var.
8272 (insert-pair): Make arguments optional. Find character pair
8273 from `insert-pair-alist' according to the last input event.
8274 (insert-parentheses): Make arguments optional.
8275 (raise-sexp, delete-pair): New funs.
8276
8277 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8278 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8279 Bind C-M-q to `indent-pp-sexp'.
8280
8281 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8282 `pp-to-string' modified to be able to format text with newlines.
8283 (pp-to-string): Move the buffer-formatting part of the code to
8284 `pp-buffer'. Call `pp-buffer'.
8285
8286 * info.el (Info-desktop-buffer-misc-data): Don't save information
8287 about virtual files.
8288 (Info-restore-desktop-buffer): Restore Info buffers in prepared
8289 buffers with names obtained from the desktop file instead of the
8290 default *info* buffer.
8291
8292 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8293
8294 * subr.el (with-selected-window): Only save/restore the selected window.
8295
8296 * progmodes/compile.el (compilation-error-regexp-alist):
8297 Use expand-file-name and data-directory.
8298
8299 * progmodes/grep.el (grep-tree): Rework previous fix.
8300
8301 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8302 after the user marked text with the mouse.
8303
8304 * startup.el (command-line): Keep the first regexp of
8305 auto-save-file-name-transforms intact.
8306
8307 2004-05-28 Juanma Barranquero <lektu@terra.es>
8308
8309 * cus-edit.el (customize-face, customize-face-other-window)
8310 (custom-face-edit-delete): Make arguments match their use in
8311 docstring.
8312 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8313 docstring.
8314
8315 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8316 not `cvs-butlast'.
8317
8318 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8319 `nbutlast' are in subr.el).
8320
8321 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8322 (set-w32-system-coding-system): Doc fixes.
8323
8324 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8325 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8326 Make arguments match their use in docstring.
8327 (artist-draw-region-trim-line-endings)
8328 (artist-mouse-choose-operation): Fix typo in docstring.
8329 (artist-key-set-point-common): Doc fix.
8330
8331 2004-05-28 Simon Josefsson <jas@extundo.com>
8332
8333 * mail/smtpmail.el (smtpmail-open-stream):
8334 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8335
8336 2004-05-26 Simon Josefsson <jas@extundo.com>
8337
8338 * starttls.el: Merge with my GNUTLS based starttls.el.
8339 (starttls-gnutls-program, starttls-use-gnutls)
8340 (starttls-extra-arguments, starttls-process-connection-type)
8341 (starttls-connect, starttls-failure, starttls-success): New variables.
8342 (starttls-program, starttls-extra-args): Doc fix.
8343 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8344 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8345 and pass on to corresponding *-gnutls function if it is set.
8346
8347 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8348
8349 * autorevert.el (auto-revert-handler): Disable auto-reverting of
8350 remote files.
8351
8352 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
8353
8354 * files.el (file-name-non-special): There are more operations
8355 which need handling: `find-backup-file-name',
8356 `insert-file-contents', `verify-visited-file-modtime',
8357 `write-region'. Rename t value of method to `add'. Add new
8358 methods `quote' and `unquote-then-quote' to file-arg-indices.
8359
8360 2004-05-25 Juri Linkov <juri@jurta.org>
8361
8362 * info.el (Info-toc): Call Info-mode on intermediate buffer.
8363 (Info-index-nodes): Enclose code in condition-case to catch errors.
8364 (Info-index-node): Don't search all index nodes if request is only
8365 for the current node and file is not in the cache of index nodes.
8366 (Info-mode-map): Bind Info-copy-current-node-name to `w'
8367 for consistency with dired-copy-filename-as-kill.
8368 Bind `S' to Info-search-case-sensitively.
8369 (Info-copy-current-node-name): New arg. With zero prefix arg put
8370 the name inside a function call to `info'. Display copied text in
8371 the echo area.
8372
8373 2004-05-25 Sam Steingold <sds@gnu.org>
8374
8375 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8376 strip the package prefix from the symbol name, if any.
8377 Make it the `find-tag-default-function' for `lisp-mode'.
8378
8379 2004-05-25 John Paul Wallington <jpw@gnu.org>
8380
8381 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8382 instead of obsolete `process-kill-without-query'.
8383
8384 * textmodes/texinfmt.el (texinfo-indexvar-alist):
8385 Declare as variable, not constant.
8386
8387 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
8388
8389 * files.el (find-file-noselect-1): Fix bug introduced by
8390 Revision 1.694. As a side effect, `inhibit-read-only'
8391 is again, by default, t during execution of
8392 `find-file-not-found-functions'.
8393 (insert-directory): Check that lines were really inserted by
8394 the --dired switch, before erasing them.
8395
8396 2004-05-24 Nick Roberts <nickrob@gnu.org>
8397
8398 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8399 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8400 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8401 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8402 gud-minor-mode (gdbmi).
8403
8404 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8405
8406 * net/browse-url.el (browse-url-interactive-arg): Enable user to
8407 explicitly select the text to be taken as URL.
8408
8409 2004-05-23 Juri Linkov <juri@jurta.org>
8410
8411 * info.el (Info-index-nodes): New var and fun.
8412 (Info-goto-index, Info-index, info-apropos)
8413 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8414 (Info-index): Fix docstring. Store and restore Info-history-list.
8415 (Info-complete-nodes): New var.
8416 (Info-complete-menu-item): Use it.
8417 (Info-index-node): New fun.
8418 (Info-final-node, Info-forward-node, Info-backward-node)
8419 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8420 Use Info-index-node.
8421 (Info-extract-menu-item, Info-extract-menu-counting): Set second
8422 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8423 (Info-find-node-2): If a node with period in its name not found,
8424 try to find a node without the name part after period.
8425 (Info-select-node): Call Info-fontify-node only if
8426 Info-fontify-maximum-menu-size is not nil.
8427 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8428 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8429 Preserve Info-history-list.
8430 (Info-toc): Set Info-current-file.
8431 (Info-build-toc): Move point to the beginning of the buffer.
8432 Add main-file variable.
8433 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8434 Use backslashed representation of the control character ^_.
8435
8436 * textmodes/texinfmt.el (texinfo-print-index): Print index line
8437 numbers in the new Texinfo 4.7 format.
8438
8439 * add-log.el (change-log-font-lock-keywords): Remove `:' from
8440 regexps for function and variable names.
8441
8442 * descr-text.el (describe-property-list): Add [show] button for
8443 `syntax-table' property with action to pp to a separate buffer.
8444 (describe-char): Replace search-forward by re-search-forward with
8445 whitespace regexp after "character:" to not fail in too narrow windows.
8446
8447 * simple.el (next-error-find-buffer): Add a rule to return
8448 next-error capable buffer if one window on the selected frame
8449 displays such buffer.
8450
8451 2004-05-23 Nick Roberts <nickrob@gnu.org>
8452
8453 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8454 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8455 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8456 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8457 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8458 Handle new value for gud-minor-mode (gdbmi).
8459 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8460 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8461 Change from local to global gdb variable set.
8462 (gdb-ann3): Initialise above gdb variable set.
8463 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8464 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8465 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8466 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8467 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8468 (gdb-info-locals-handler, gdb-invalidate-assembler)
8469 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8470 set as global variables.
8471 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8472 Handle gdbmi.
8473 (gdb-info-breakpoints-custom): Fix regexp.
8474 (def-gdb-var): Delete.
8475
8476 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8477 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8478 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8479 a new mode. The file (gdb-mi.el) for this mode will be included
8480 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8481 primary interface.
8482
8483 2004-05-23 Jesper Harder <harder@ifa.au.dk>
8484
8485 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8486 interpreted as a directory.
8487
8488 2004-05-22 Richard M. Stallman <rms@gnu.org>
8489
8490 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8491 as a close quote.
8492
8493 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8494
8495 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8496 Use assoc-string, not assoc-ignore-case.
8497
8498 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8499
8500 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8501 If moving back then fwd gets a defun that ends before point,
8502 try again moving fwd then back.
8503
8504 * files.el (file-name-non-special): Allow t in file-arg-indices
8505 to mean requote the return value. Use `identity' as an element
8506 rather than as the whole value.
8507
8508 * gs.el (gs-options): Add -dSAFER. Mark it risky.
8509
8510 2004-05-22 Juanma Barranquero <lektu@terra.es>
8511
8512 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8513 `help-make-usage'.
8514 (help-highlight-arguments): Skip function name before searching
8515 for arguments.
8516
8517 2004-05-21 Juanma Barranquero <lektu@terra.es>
8518
8519 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8520 Don't mention in the docstring these arguments meant for
8521 internal (recursive) use only.
8522 (allout-char-spec): Comment out (it's not implemented).
8523 (allout-old-expose-topic, allout-exposure): Fix docstring and add
8524 obsolescence declaration.
8525 (allout-flatten-exposed-to-buffer)
8526 (allout-indented-exposed-to-buffer): Fix typos in docstring.
8527 (my-mark-marker): Doc fix.
8528 (produce-allout-mode-map, allout-sibling-index)
8529 (allout-isearch-expose, allout-distinctive-bullet)
8530 (allout-open-topic, allout-reindent-body)
8531 (allout-rebullet-heading, allout-process-exposed)
8532 (allout-insert-listified, allout-latex-verb-quote)
8533 (allout-insert-latex-header, allout-insert-latex-trailer):
8534 Make arguments match their use in docstring.
8535 (allout-primary-bullet, allout-old-style-prefixes)
8536 (allout-inhibit-protection, allout-init, allout-mode)
8537 (allout-before-change-protect, allout-flag-region):
8538 Use "Emacs" instead of "emacs" in docstrings.
8539
8540 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8541
8542 * international/characters.el: Modify syntax of more characters.
8543
8544 2004-05-21 Masatake YAMATO <jet@gyve.org>
8545
8546 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8547 (etags-tags-completion-table): Show parsing progress.
8548
8549 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * locate.el (locate-prompt-for-command): Shorten first line of
8552 docstring.
8553 (locate-mode): Expand docstring and include keymap summary.
8554
8555 * files.el (find-file-noselect-1): Limit the scope of the
8556 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
8557 is, by default, nil during the execution of
8558 `find-file-not-found-functions' and `find-file-hook'.
8559
8560 2004-05-20 Michael Mauger <mmaug@yahoo.com>
8561
8562 * facemenu.el (facemenu-color-name-equal): New function.
8563 (list-colors-display): Use it to compare colors instead of
8564 facemenu-color-equal.
8565
8566 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
8567
8568 * compare-w.el (compare-windows-face): Use min-colors instead of
8569 checking for tty or pc types.
8570
8571 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8574 (completion-setup-function): Use with-current-buffer.
8575 Properly save excursion. Simplify.
8576 Don't assume there is necessarily a `mouse-face' property somewhere.
8577
8578 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8579
8580 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
8581
8582 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8583 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8584 Use with-current-buffer.
8585 (byte-goto-log-buffer): Delete.
8586 (byte-compile-log-file): Call compilation-forget-errors.
8587
8588 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8589
8590 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8591 output messages into the search result.
8592
8593 2004-05-19 Masatake YAMATO <jet@gyve.org>
8594
8595 * wid-edit.el (widget-radio-button-notify): Revert my last
8596 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8597
8598 2004-05-19 Kenichi Handa <handa@m17n.org>
8599
8600 * international/characters.el: Fix syntax (open/close) of CJK chars.
8601
8602 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
8603
8604 * help-mode.el (help-go-back): Don't depend on position of back button.
8605
8606 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8609 files files don't contain an accidental additional /.
8610
8611 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8612 in source buffer.
8613
8614 2004-05-18 Masatake YAMATO <jet@gyve.org>
8615
8616 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8617 to widget-apply. :action method assumes 2 arguments, not 3.
8618
8619 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
8620
8621 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8622 New constants.
8623 (hs-special-modes-alist): Add an f90-mode entry.
8624
8625 2004-05-17 Sam Steingold <sds@gnu.org>
8626
8627 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8628 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
8629
8630 2004-05-16 Kim F. Storm <storm@cua.dk>
8631
8632 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8633
8634 2004-05-15 John Wiegley <johnw@newartisans.com>
8635
8636 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8637 (eshell-output-object-to-target): Improve output speed 20% by not
8638 calling `eshell-stringify' if something is already known to be a string.
8639
8640 2004-05-15 Alex Ott <ott@jet.msk.su>
8641
8642 * textmodes/ispell.el (ispell-local-dictionary-alist):
8643 Add windows-1251 to the choice of coding systems.
8644 (ispell-dictionary-alist-6): Add support for "russianw.aff",
8645 encoded in cp1251.
8646
8647 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
8648
8649 * progmodes/compile.el (compilation-warning-face)
8650 (compilation-info-face): Use min-colors.
8651
8652 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8653
8654 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8655 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8656 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8657 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8658 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8659 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8660 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8661 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8662 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8663 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8664 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8665 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8666 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8667 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8668
8669 2004-05-15 Kim F. Storm <storm@cua.dk>
8670
8671 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8672 Use it to set triggered-p element of timer.
8673 (timer-event-handler): Set triggered-p element non-nil while running
8674 the timer function.
8675
8676 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * descr-text.el (describe-char-unicode-data)
8679 (describe-char-unicodedata-file): Re-enable the unicode code now that
8680 the licensing issues have been cleared in the unicode-4 license.
8681 (describe-text-properties-1): Remove unused `overlay' var.
8682 (describe-char): Remove unused var `buffer'.
8683
8684 2004-05-14 David Ponce <david@dponce.com>
8685
8686 * tree-widget.el: New file.
8687
8688 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
8689
8690 * language/european.el ("Brazilian Portuguese"): Add support for
8691 Brazilian Portuguese.
8692
8693 2004-05-13 John Wiegley <johnw@newartisans.com>
8694
8695 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8696 `recentf-mode' if this variable has been customized to t.
8697
8698 * eshell/esh-test.el (eshell-test): Call the function
8699 `emacs-version' rather than trying to build a custom version string.
8700
8701 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * net/telnet.el (telnet-mode): Use define-derived-mode.
8704 Don't modify the global value of comint-prompt-regexp.
8705
8706 2004-05-13 John Paul Wallington <jpw@gnu.org>
8707
8708 * version.el (emacs-version): Check for `gtk' feature before
8709 `x-toolkit' feature.
8710
8711 2004-05-13 Juanma Barranquero <lektu@terra.es>
8712
8713 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8714 arguments in the docstring, they're used only in recursive calls.
8715
8716 * help-fns.el (help-arg-highlighting-function)
8717 (help-argument-name): Delete.
8718 (help-default-arg-highlight): New function.
8719 (help-do-arg-highlighting): Use it.
8720
8721 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8722
8723 * calendar/appt.el (appt-disp-window):
8724 Use `calendar-set-mode-line' for a centered mode-line.
8725
8726 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8727
8728 * calendar/appt.el (appt-disp-window): Do not split window
8729 excessively when `split-height-threshold' is low.
8730
8731 2004-05-12 Nick Roberts <nickrob@gnu.org>
8732
8733 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8734 kill-buffer-hook here and make it local.
8735 (gud-kill-buffer-hook): Use kill-process for a sure kill.
8736
8737 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
8738
8739 * progmodes/compile.el (compilation-set-window-height):
8740 Use save-excursion to protect against misplaced marker.
8741
8742 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8743
8744 * custom.el (defface): Document that type can have value gtk.
8745
8746 * faces.el (face-spec-set-match-display): Handle type gtk in display.
8747
8748 2004-05-12 Kenichi Handa <handa@m17n.org>
8749
8750 * descr-text.el: Require quail at comile time.
8751 (describe-char): If an input method is on and it supports the
8752 character, show how to input it.
8753
8754 * international/quail.el (quail-install-decode-map): Accept a
8755 char-table whose subtype is `quail-decode-map'.
8756 (quail-store-decode-map-key, quail-gen-decode-map1)
8757 (quail-gen-decode-map, quail-find-key1, quail-find-key)
8758 (quail-show-key): New functions.
8759
8760 2004-05-12 Juanma Barranquero <lektu@terra.es>
8761
8762 * generic.el (define-generic-mode): Remove redundant arglist info.
8763
8764 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
8765 Make arguments match their use in docstring.
8766 (help-arg-highlighting-function): New variable.
8767 (help-argument-name): Mention it in the docstring.
8768 (help-do-arg-highlight): Use it. Expand regexp to accept also
8769 ARG-xxx and xxx-ARG references.
8770
8771 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8772
8773 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
8774 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
8775 and "mailto:addr1?to=addr2" equal.
8776
8777 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8778
8779 * man.el (Man-getpage-in-background): Use shell-file-name
8780 and shell-command-switch variables instead of hard-coded values.
8781
8782 2004-05-11 Eli Zaretskii <eliz@gnu.org>
8783
8784 * iimage.el: New file.
8785
8786 2004-05-11 Juanma Barranquero <lektu@terra.es>
8787
8788 * custom.el (custom-initialize-default, defcustom):
8789 Fix typo in docstring.
8790
8791 * files.el (set-visited-file-name, file-expand-wildcards):
8792 Fix docstring.
8793
8794 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
8797
8798 * subr.el (eventp): Be more discriminating with integers.
8799
8800 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
8801
8802 * progmodes/compile.el (compile): Add universal prefix arg.
8803 (compilation-error-regexp-alist-alist): Add edg patterns.
8804
8805 2004-05-10 Sam Steingold <sds@gnu.org>
8806
8807 * textmodes/ispell.el (ispell-message):
8808 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
8809
8810 2004-05-10 Dave Love <fx@gnu.org>
8811
8812 * progmodes/python.el (help-buffer): Autoload when compiling.
8813 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
8814 (run-python): Prepend to any existing PYTHONPATH.
8815
8816 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
8817
8818 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
8819 for pending breakpoints.
8820
8821 2004-05-10 Richard M. Stallman <rms@gnu.org>
8822
8823 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
8824 directly without calling any functions in Rmail.
8825 (unrmail-unprune): Function deleted.
8826
8827 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8828
8829 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
8830 C-c C-z binding.
8831
8832 2004-05-10 Kenichi Handa <handa@m17n.org>
8833
8834 * descr-text.el (describe-char): Fix previous change. Don't make
8835 a unibyte character to multibyte in the *Help* buffer.
8836
8837 2004-05-10 Miles Bader <miles@gnu.org>
8838
8839 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
8840 buffer an error if the debugger process is actually running.
8841
8842 2004-05-10 Juanma Barranquero <lektu@terra.es>
8843
8844 * help-fns.el (help-argument-name): Default to italic.
8845 (help-highlight-arguments): Return always (usage . doc), even when
8846 usage is nil.
8847
8848 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
8849 (define-ibuffer-filter): Add usage info.
8850 (define-ibuffer-op): Add usage info (but CL-style defaults for
8851 keyword args are not shown).
8852
8853 * subr.el (remove-overlays, read-passwd): Fix docstring.
8854 (start-process-shell-command): Fix docstring. Put usage info in a
8855 format usable by `describe-function'.
8856 (open-network-stream, open-network-stream-nowait)
8857 (open-network-stream-server): Fix docstring.
8858
8859 2004-05-09 Jason Rumney <jasonr@gnu.org>
8860
8861 * international/code-pages (cp932, cp936, cp949, c950): Remove.
8862 Only define cp125* if windows-125* is already defined.
8863
8864 * language/korean.el (cp949): Add alias.
8865
8866 * language/chinese.el (cp936, cp950): Add aliases.
8867
8868 * language/japanese.el (cp932): Add alias.
8869
8870 * term/w32-win.el: Require code-pages.
8871
8872 * international/mule-cmds.el (set-locale-environment):
8873 On MS-Windows use ansi code-page for default coding-systems.
8874 Set up paper sizes for Windows 3 letter languages.
8875
8876 * international/code-pages.el (cp932, cp936, cp949, cp950):
8877 Add aliases. Also add cp125* if not already defined.
8878
8879 2004-05-09 Juanma Barranquero <lektu@terra.es>
8880
8881 * help-fns.el (help-highlight-arguments): Don't try to highlight
8882 missing or autoloaded arglists. Accept structured arguments, like
8883 the first ones of `do' and `flet'.
8884
8885 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
8886 (cvs-get-marked): Remove redundant arglist info.
8887
8888 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
8889 Don't use CL-style default args.
8890
8891 2004-05-08 Andreas Schwab <schwab@suse.de>
8892
8893 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
8894
8895 * international/subst-ksc.el: Fix references to utf-translate-cjk
8896 into utf-translate-cjk-mode.
8897 * international/subst-big5.el: Likewise.
8898 * international/subst-gb2312.el: Likewise.
8899 * international/subst-jis.el: Likewise.
8900 * international/utf-16.el: Likewise.
8901 * international/utf-8.el: Likewise.
8902
8903 2004-05-08 John Wiegley <johnw@newartisans.com>
8904
8905 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
8906 "virtual buffers" (off by default), which makes it possible to
8907 switch to the "virtual" buffers of recently visited files. When a
8908 buffer name search fails, and this option is on, iswitchb will
8909 look at the list of recently visited files, and permit matching
8910 against those names. When the user hits RET on a match, it will
8911 revisit that file.
8912 (iswitchb-read-buffer): Add two optional arguments, which makes
8913 isearchb.el possible.
8914 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
8915 (iswitchb-next-match): Add support for virtual buffers.
8916
8917 * isearchb.el: This module extends iswitchb to provide "as you
8918 type" buffer selection.
8919
8920 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
8921 Ignore the read-only property when flyspell highlighting is on.
8922 Not ignoring it leads to a series of confusing errors.
8923 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
8924 but also make sure to call flyspell-incorrect-hook.
8925 (flyspell-maybe-correct-transposition): Perform transposition test
8926 by bit twiddling a string, rather than using a temp buffer.
8927 (flyspell-maybe-correct-doubling): Use a string rather than a temp
8928 buffer. This is also the original version of the code, which
8929 could not be checked in before due to a previous lack of
8930 assignment papers. This version has seen heavy usage on my system
8931 for several years now.
8932
8933 * calendar/cal-bahai.el: New file, which adds support for the
8934 Baha'i calendar to Emacs. This calendar is based on a solar year
8935 of 19 months of 19 days, with 4 intercalary days. Each year
8936 begins on March 21, with the calendar starting in 1844.
8937
8938 * calendar/cal-menu.el, calendar/calendar.el,
8939 calendar/diary-lib.el, calendar/holidays.el: Added support for
8940 using cal-bahai.el.
8941
8942 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
8943 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
8944 function can be used outside of eshell buffers.
8945 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
8946
8947 2004-05-08 Juanma Barranquero <lektu@terra.es>
8948
8949 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
8950 word constituent so FOO-ARG is not recognized as an arg.
8951 (help-highlight-arguments): Don't skip lists in mandatory arguments.
8952
8953 * simple.el (next-error): Fix typo in docstring.
8954 (open-line): Make argument names match their use in docstring.
8955 (split-line): Fix docstring.
8956
8957 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
8958 usable by `describe-function'.
8959 (gensym, gentemp, typep, ignore-errors): Make argument names match
8960 their use in docstring.
8961
8962 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
8963 argument to `help-setup-xref'.
8964
8965 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
8966
8967 Version 2.0.40 of Tramp released.
8968
8969 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
8970 Use symbol-function to invoke functions only known on some Emacs
8971 flavors. This avoids byte-compiler warnings. Reported by Kevin
8972 Scaldeferri <kevin@scaldeferri.com>.
8973 (tramp-do-copy-or-rename-file-via-buffer): Rename from
8974 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
8975 consistent with the other tramp-do-* functions.
8976 (tramp-do-copy-or-rename-file): Calls adjusted.
8977 (tramp-process-initial-commands): Avoid liveness check on shell --
8978 we know that it must be alive since we're opening a connection at
8979 this moment.
8980 (tramp-last-cmd): New internal variable.
8981 (tramp-process-echoes): New tunable.
8982 (tramp-send-command): Set tramp-last-cmd.
8983 (tramp-wait-for-output): Delete echo, if applicable.
8984 (tramp-read-passwd): Construct the key for the password cache in a
8985 way that works for multi methods, too.
8986 (tramp-bug): Add backup-directory-alist and
8987 bkup-backup-directory-info to bug reports, with Tramp counterparts.
8988
8989 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
8990
8991 * net/tramp*.el: Suppress byte-compiler warnings where possible.
8992
8993 * net/tramp.el (tramp-out-of-band-prompt-regexp)
8994 (tramp-actions-copy-out-of-band): New defcustoms.
8995 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
8996 used instead of a synchronous one. Allows password entering.
8997 (tramp-action-out-of-band): New defun.
8998 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
8999 Remove restriction with password from doc string.
9000 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9001 `tramp-out-of-band-prompt-regexp',
9002 `tramp-actions-copy-out-of-band', `password-cache' and
9003 `password-cache-expiry'.
9004 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
9005 password caching.
9006 (tramp-touch): FILE can be a local file, too.
9007 (TODO): Remove items done.
9008 (tramp-handle-insert-directory): Properly quote file name also if
9009 not full-directory-p. Handle wildcard case. Reported by Andreas
9010 Schwab <schwab@suse.de>.
9011 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9012 new file.
9013 (tramp-handle-file-local-copy, tramp-handle-write-region):
9014 The permissions of the temporary file are set if filename exists.
9015 Reported by Ted Stern <stern@cray.com>.
9016 (tramp-backup-directory-alist)
9017 (tramp-bkup-backup-directory-info): New defcustoms.
9018 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9019 (tramp-handle-find-backup-file-name): New function.
9020 Implements Tramp's find-backup-file-name.
9021
9022 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9023 for `find-backup-file-name'.
9024
9025 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9026 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
9027
9028 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9029
9030 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9031
9032 2004-05-07 Juanma Barranquero <lektu@terra.es>
9033
9034 * subr.el (lambda): Add arglist description to docstring.
9035 (declare): Fix typo in docstring.
9036 (open-network-stream): Fix docstring.
9037 (process-kill-without-query): Fix docstring and add obsolescence info.
9038 (last, butlast, nbutlast): Make arguments match their use in docstring.
9039 (insert-buffer-substring-no-properties): Likewise.
9040 (insert-buffer-substring-as-yank): Likewise.
9041 (split-string): Fix docstring.
9042
9043 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9044 Make argument names match their use in docstring.
9045
9046 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9047
9048 2004-05-06 Nick Roberts <nickrob@gnu.org>
9049
9050 * progmodes/gdb-ui.el: Improve/extend documentation strings.
9051 Fit first sentence on one line for apropos-command.
9052
9053 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 Changes largely merged in from Dave Love's code.
9056 * progmodes/python.el: Doc fixes.
9057 (python-mode-map): Add python-complete-symbol.
9058 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9059 (python-comment-indent, python-complete-symbol)
9060 (python-symbol-completions, python-partial-symbol)
9061 (python-try-complete): New.
9062 (python-indent-line): Remove optional arg. Use python-block-end-p.
9063 (python-check): Bind compilation-error-regexp-alist.
9064 (inferior-python-mode): Use rx. Move keybindings to top level.
9065 Set comint-input-filter.
9066 (python-preoutput-filter): Use rx.
9067 (python-input-filter): Re-introduce.
9068 (python-proc): Start new process if necessary.
9069 Check python-buffer non-nil.
9070 (view-return-to-alist): Defvar.
9071 (python-send-receive): New.
9072 (python-eldoc-function): Use it.
9073 (python-mode-running): Don't defvar.
9074 (python-mode): Set comment-indent-function.
9075 Maybe update hippie-expand-try-functions-list.
9076 (python-indentation-levels): Initialize differently.
9077 (python-block-end-p): New.
9078 (python-indent-line): Use it.
9079 (python-compilation-regexp-alist): Augment.
9080 (run-python): Import `emacs' module to Python rather than loading
9081 code directly. Set python-buffer differently.
9082 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
9083 Use python-proc.
9084 (python-send-command): Go to end of comint buffer.
9085 (python-load-file): Use python-proc, emacs.eimport.
9086 (python-describe-symbol): Simplify interactive form.
9087 Use emacs.help. Do use temp-buffer-show-hook.
9088 Call print-help-return-message.
9089 (hippie-exp): Require when compiling.
9090 (python-preoutput-continuation): Use rx.
9091
9092 * diff-mode.el (diff-make-unified): Fix regexp.
9093
9094 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
9095
9096 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9097 filter groups from the buffer when rebuilding the Ibuffer buffer
9098 and `ibuffer-show-empty-filter-groups' is nil.
9099
9100 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9101
9102 * ps-print.el (ps-print-quote): Call ps-value-string.
9103 (ps-setup): Call ps-comment-string.
9104 (ps-value-string, ps-comment-string): New funs.
9105
9106 2004-05-06 Juanma Barranquero <lektu@terra.es>
9107
9108 * ehelp.el (electric-help-command-loop): Check whether the last
9109 character is visible, not (point-max).
9110
9111 * help-fns.el (help-argument-name): Default to bold; don't inherit
9112 from font-lock-variable-name-face.
9113 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9114
9115 2004-05-05 Kenichi Handa <handa@m17n.org>
9116
9117 * descr-text.el (describe-char): Copy the character with text
9118 properties and overlays into the first line, and call
9119 describe-text-properties on it.
9120
9121 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
9122
9123 * iswitchb.el (iswitchb-global-map): Fix typo.
9124 Remove unwanted ###autoloads from source file.
9125
9126 2004-05-05 Lars Hansen <larsh@math.ku.dk>
9127
9128 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9129 in run-hooks. Use substitute-command-keys in message.
9130 (wdired-abort-changes): Add message.
9131
9132 2004-05-03 Michael Mauger <mmaug@yahoo.com>
9133
9134 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9135 (sql-emacs20-p): Remove.
9136 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9137 (sql-builtin-face, sql-doc-face): Remove.
9138 (sql-mode-ansi-font-lock-keywords)
9139 (sql-mode-oracle-font-lock-keywords)
9140 (sql-mode-postgres-font-lock-keywords)
9141 (sql-mode-linter-font-lock-keywords)
9142 (sql-mode-ms-font-lock-keywords)
9143 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9144 (sql-product-font-lock): Fix font-lock reset when font rules change.
9145 (sql-highlight-product): Remove incorrect font-lock reset logic.
9146
9147 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
9148
9149 * ses.el (ses-set-parameter): Fix typo.
9150
9151 2004-05-04 Kim F. Storm <storm@cua.dk>
9152
9153 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9154 Must expand directory for completion to work; and don't mess with
9155 process-environment.
9156 (ido-read-file-name): If command has ido property, don't use ido
9157 if value is ignore, or read as directory if value is dir.
9158 Set ido ignore property for dired-do-rename command.
9159
9160 2004-05-04 Juanma Barranquero <lektu@terra.es>
9161
9162 * ehelp.el (electric-help-command-loop, electric-help-undefined)
9163 (electric-help-help): Check against unmapped commands.
9164
9165 * help-fns.el (help-argument-name): New face, inheriting from
9166 font-lock-variable-name-face, to highlight function arguments in
9167 `describe-function' and `describe-key'.
9168 (help-do-arg-highlight): Auxiliary function to highlight a given
9169 list of arguments in a string.
9170 (help-highlight-arguments): Highlight the function arguments and
9171 all uses of them in the docstring.
9172 (describe-function-1): Use it. Do docstring output via `insert',
9173 not 'princ', so text attributes are preserved.
9174
9175 * winner.el (winner-mode-map): Move `winner-undo' and
9176 `winner-redo' to C-c <left> and C-c <right>, respectively (the
9177 previous bindings conflict with `prev-buffer', `next-buffer').
9178
9179 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9180
9181 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9182 (bibtex-entry-update): New command bound to C-c C-u.
9183 (bibtex-text-in-string): Fix regexp.
9184 (bibtex-assoc-of-regexp): Remove.
9185 (bibtex-progress-message): Fix docstring.
9186 (bibtex-inside-field): Use if.
9187 (bibtex-assoc-regexp): New function.
9188 (bibtex-format-entry): Make code more robust so that it formats
9189 also old entries.
9190 (bibtex-autokey-demangle-title): Merge with obsolete function
9191 bibtex-assoc-of-regexp.
9192 (bibtex-field-list): New function.
9193 (bibtex-entry): Use bibtex-field-list.
9194 (bibtex-parse-entry): Fix docstring.
9195 (bibtex-print-help-message): Use bibtex-field-list.
9196 (bibtex-make-field): Use bibtex-field-list.
9197 (bibtex-entry-index): Bugfix. Return crossref key if required.
9198 (bibtex-lessp): Fix docstring.
9199
9200 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
9201
9202 * select.el (xselect-convert-to-string): Move comment to intended line.
9203
9204 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9205
9206 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9207 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9208
9209 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9210
9211 * term/x-win.el (x-clipboard-yank): Don't exit on error from
9212 x-get-selection.
9213
9214 2004-05-03 Jason Rumney <jasonr@gnu.org>
9215
9216 * makefile.nt: Remove.
9217
9218 2004-05-03 Kim F. Storm <storm@cua.dk>
9219
9220 * emulation/cua-base.el (cua--update-indications): Fix last change.
9221 (cua-mode): Deactivate mark when cua-mode is enabled.
9222
9223 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
9224
9225 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9226
9227 2004-05-03 Nick Roberts <nickrob@gnu.org>
9228
9229 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9230 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9231 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9232 window over visible frames.
9233 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9234
9235 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * progmodes/compile.el (compilation-gcpro): New var.
9238 (compilation-fake-loc): Use it.
9239 (compilation-forget-errors): Reset it.
9240
9241 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9242
9243 * diff-mode.el (diff-header-face, diff-file-header-face):
9244 Use min-colors.
9245
9246 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9247
9248 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9249 (bibtex-clean-entry): Disentangle code.
9250 (bibtex-realign): New function.
9251 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
9252 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9253 Remove undocumented optional arg called-by-convert-alien.
9254 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
9255 for sorting instead of bibtex-sort-buffer.
9256
9257 2004-05-02 Eli Zaretskii <eliz@gnu.org>
9258
9259 * progmodes/compile.el (compilation-start): In the
9260 no-async-subprocesses branch, call sit-for to give redisplay a
9261 chance to show the updated process status in the mode line, and
9262 fontify the buffer explicitly after the process exits.
9263
9264 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * progmodes/python.el (python-compilation-line-number): Remove.
9267 (python-compilation-regexp-alist): Don't use it any more.
9268 (python-orig-start, python-input-filter): Remove.
9269 (inferior-python-mode): Don't set up comint-input-filter-functions.
9270 (python-send-region): Use compilation-fake-loc.
9271
9272 * progmodes/compile.el (compilation-messages-start): New var.
9273 (compilation-mode): Don't setup next-error-function here.
9274 (compilation-setup): Set it up here instead (for minor modes as well).
9275 Make compilation-messages-start buffer local.
9276 (compilation-next-error-function): Use it.
9277 (compilation-forget-errors): Set compilation-messages-start.
9278
9279 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
9280
9281 * ielm.el (ielm-prompt-read-only): Update docstring.
9282
9283 * comint.el (comint-prompt-read-only): Update docstring.
9284 (comint-update-fence, comint-kill-whole-line)
9285 (comint-kill-region): New functions.
9286
9287 * simple.el (kill-whole-line): Use "p" instead of "P" in
9288 interactive form.
9289
9290 2004-05-01 Juanma Barranquero <lektu@terra.es>
9291
9292 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9293 format arglist so default values in CL-style argument lists are
9294 correctly shown.
9295
9296 2004-05-01 Jason Rumney <jasonr@gnu.org>
9297
9298 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9299
9300 2004-05-01 Kenichi Handa <handa@m17n.org>
9301
9302 * international/titdic-cnv.el (miscdic-convert): Don't generate a
9303 quail file if it is up to date.
9304
9305 2004-04-30 Juri Linkov <juri@jurta.org>
9306
9307 * cus-edit.el (custom-mode-map):
9308 Add key binding `C-x C-s' to `Custom-save'.
9309
9310 * outline.el (outline-blank-line): New var.
9311 (outline-next-preface, outline-show-heading)
9312 (outline-end-of-subtree): Use it.
9313
9314 * dired-aux.el (dired-touch-initial): New fun.
9315 (dired-do-chxxx): Call it for op-symbol `touch'.
9316 (dired-diff): Use `dired-dwim-target-directory'
9317 if current dired buffer has no buffer mark.
9318
9319 * bindings.el (propertized-buffer-identification):
9320 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9321 Add C-M-arrow keys for consistency.
9322
9323 * files.el (confirm-kill-emacs):
9324 Change group from top-level `emacs' to `convenience'.
9325
9326 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9327 Push mark on the first call of successive command calls.
9328 (insert-pair): New fun created from `insert-parentheses' with
9329 `open' and `close' arguments added. Enclose active regions
9330 in paired characters. Compare adjacent characters syntax with
9331 inserted characters syntax before inserting a space.
9332 (insert-parentheses): Call `insert-pair' with ?\( ?\).
9333
9334 * delsel.el: Don't put `delete-selection' property
9335 on `insert-parentheses' symbol to take advantage of
9336 region handling in `insert-pair' function.
9337 Suggested by Stephan Stahl <stahl@eos.franken.de>.
9338
9339 2004-04-30 Kim F. Storm <storm@cua.dk>
9340
9341 * emulation/cua-base.el: Add support for changing cursor types;
9342 based on patch from Michael Mauger.
9343 (cua-normal-cursor-color, cua-read-only-cursor-color)
9344 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9345 Customization cursor type and/or cursor color.
9346 (cua--update-indications): Handle cursor type changes.
9347 (cua-mode): Update cursor indications if enabled.
9348
9349 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9350
9351 * mouse.el (mouse-drag-copy-region): New defcustom.
9352 (mouse-set-region, mouse-drag-region-1): Use it.
9353
9354 * simple.el (kill-ring-save): If region face background color is
9355 unspecified (if no highlighting), show extent of fully visible
9356 region even if transient-mark-mode is enabled.
9357
9358 * emulation/cua-base.el (cua--standard-movement-commands):
9359 Add cua-scroll-up and cua-scroll-down.
9360 (cua-scroll-up, cua-scroll-down): New commands.
9361 (cua--init-keymaps): Remap scroll-up and scroll-down.
9362
9363 * emulation/cua-rect.el (cua--convert-rectangle-as):
9364 New defmacro.
9365 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9366 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9367 New commands (suggested by Jordan Breeding).
9368
9369 2004-04-30 Juanma Barranquero <lektu@terra.es>
9370
9371 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9372
9373 2004-04-30 Mario Lang <mlang@delysid.org>
9374
9375 * diff.el (diff-switches): Fix typo in docstring.
9376
9377 2004-04-30 Alex Schroeder <alex@gnu.org>
9378
9379 * xml.el (xml-debug-print-internal): Don't add newline and
9380 indentation to text nodes and write empty elements as empty tags
9381 instead of opening and closing tags.
9382 (xml-debug-print): Take optional indent-string argument.
9383 (xml-print): Alias for xml-debug-print.
9384
9385 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9386
9387 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9388 than duplicate call to `line-beginning-position'.
9389
9390 * progmodes/f90.el (f90-get-present-comment-type):
9391 Return whitespace, as well as comment chars, for consistent filling
9392 of comment blocks. Use `match-string-no-properties'.
9393 (f90-break-line): Trim trailing whitespace when filling comments.
9394
9395 2004-04-30 Dave Love <fx@gnu.org>
9396
9397 * calendar/diary-lib.el (diary-outlook-formats): New variable.
9398 (diary-from-outlook-internal, diary-from-outlook)
9399 (diary-from-outlook-gnus, diary-from-outlook-rmail):
9400 New functions to import diary entries from Outlook-format
9401 appointments in mail messages.
9402
9403 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * progmodes/python.el (python-send-command): New fun.
9406 (python-send-region, python-load-file): Use it.
9407
9408 * progmodes/compile.el (compilation-last-buffer): Add var alias.
9409
9410 * help-fns.el (help-C-file-name): Use new subr-name.
9411 Prepend `src/' to the file name.
9412 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9413 (describe-function-1, describe-variable): Only find a C source file
9414 name if DOC is already loaded.
9415
9416 * help-mode.el (help-function-def, help-variable-def):
9417 Use the new find-function-search-for-symbol functionality.
9418 Allow FILE to be `C-source'.
9419
9420 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9421 (find-function-C-source): New fun.
9422 (find-function-search-for-symbol): Use it.
9423
9424 2004-03-29 Michael Mauger <mmaug@yahoo.com>
9425
9426 * progmodes/sql.el (sql-product-alist): Rename variable
9427 `sql-product-support'. Add Postgres login parameters.
9428 (sql-set-product, sql-product-feature): Update with renamed variable.
9429 (sql-connect-postgres): Add username prompt.
9430 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9431 Make patterns less product specific.
9432 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9433 (sql-mode-abbrev-table): Modify initialization.
9434 (sql-builtin-face): Add variable.
9435 (sql-keywords-re): Add macro.
9436 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9437 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9438 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9439 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9440 (sql-mode-linter-font-lock-keywords)
9441 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9442 (sql-mode-sybase-font-lock-keywords)
9443 (sql-mode-informix-font-lock-keywords)
9444 (sql-mode-interbase-font-lock-keywords)
9445 (sql-mode-ingres-font-lock-keywords)
9446 (sql-mode-solid-font-lock-keywords)
9447 (sql-mode-sqlite-font-lock-keywords)
9448 (sql-mode-db2-font-lock-keywords): Default to nil.
9449 (sql-product-font-lock): Always highlight ANSI keywords.
9450 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9451 (sql-send-string): Add function.
9452
9453 2004-04-29 Dave Love <fx@gnu.org>
9454
9455 * progmodes/cfengine.el (cfengine-beginning-of-defun)
9456 (cfengine-end-of-defun): Ensure progress through buffer.
9457
9458 * info-look.el (cfengine-mode): Accept a terminal ().
9459
9460 2004-04-29 Juri Linkov <juri@jurta.org>
9461
9462 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9463 instead of isearch-yank-word-or-char. Add new key bindings for
9464 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9465 (isearch-del-char): New fun.
9466 (isearch-forward, isearch-edit-string): Update docstring.
9467 (isearch-yank-char): Doc fix.
9468 (isearch-other-meta-char): Restore point after scrolling.
9469
9470 * progmodes/compile.el (compilation-context-lines): Add nil option
9471 to disable compilation output window scrolling.
9472 (compilation-set-window): Use it.
9473
9474 * outline.el (outline-next-preface, outline-show-heading):
9475 Don't leave unhidden blank line before heading.
9476 (outline-end-of-subtree): Include last newline into subtree.
9477 (hide-entry): Leave point at beginning of heading instead of end.
9478 (outline-up-heading): Push mark for the first call of successive
9479 command calls.
9480
9481 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
9482
9483 * comint.el (comint-prompt-read-only): New variable.
9484 (comint-output-filter): Implement it.
9485
9486 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9487 (ielm-prompt-internal): New variable.
9488 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9489 (ielm-send-input): Delete unused variable `buf'.
9490 (ielm-eval-input): Use `ielm-prompt-internal'.
9491 (inferior-emacs-lisp-mode): Use new variables
9492 `comint-prompt-read-only' and `ielm-prompt-internal'.
9493 Get rid of obsolete variable `directory-sep-char'.
9494 (ielm): Use `zerop'.
9495
9496 2004-04-29 John Paul Wallington <jpw@gnu.org>
9497
9498 * thumbs.el (toplevel): Require cl at compile time.
9499 Remove conditional definitions of `ignore-errors' and `caddar'
9500 because they occur at run time.
9501
9502 2004-04-28 Nick Roberts <nickrob@gnu.org>
9503
9504 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9505 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9506 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9507 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9508
9509 * progmodes/gud.el (gud-common-init): Throw an error if program is
9510 already running under gdb.
9511
9512 2004-04-28 John Paul Wallington <jpw@gnu.org>
9513
9514 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9515 (thumbs-show-image-num): Move assignment of
9516 `thumbs-current-image-filename' within scope of `i'.
9517 (thumbs-emboss-image): Don't use `evenp'.
9518
9519 2004-04-28 Richard M. Stallman <rms@gnu.org>
9520
9521 * progmodes/compile.el (compilation-context-lines): Default now 0.
9522
9523 2004-04-28 Juanma Barranquero <lektu@terra.es>
9524
9525 Use `time-less-p' from calendar/time-date.el instead of defining
9526 custom versions of it.
9527
9528 * pcomplete.el (pcomplete-time-less-p): Remove.
9529
9530 * thumbs.el (time-less-p): Remove.
9531
9532 * calendar/timeclock.el (timeclock-time-less-p): Remove.
9533 (timeclock-generate-report): Use `time-less-p'.
9534
9535 * emacs-lisp/autoload.el (autoload-before-p): Remove.
9536 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9537
9538 2004-04-28 Masatake YAMATO <jet@gyve.org>
9539
9540 * subr.el (remove-overlays): Make arguments optional.
9541
9542 * wid-edit.el (widget-specify-button): Put evaporate to the
9543 overlay for sample.
9544 (widget-specify-sample): Put evaporate to the overlay for sample.
9545 (widget-specify-doc): Put evaporate to the overlay for documentation.
9546
9547 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9548
9549 * info.el (info-apropos): Make it an index node. Align node names
9550 like makeinfo.
9551
9552 2004-04-27 Eli Zaretskii <eliz@gnu.org>
9553
9554 * net/browse-url.el (browse-url-netscape-sentinel)
9555 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9556 (browse-url-epiphany-sentinel, browse-url-mosaic):
9557 Use browse-url-*-program instead of a literal program name.
9558
9559 2004-04-27 Kevin Ryde <user42@zip.com.au>
9560
9561 * eshell/em-alias.el:
9562 * eshell/em-dirs.el:
9563 * eshell/em-hist.el:
9564 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9565 features when M-x customize-group loads modules before the main
9566 eshell.el.
9567
9568 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9569
9570 * subr.el (momentary-string-display): Support EXIT-CHAR that is
9571 either a character representation of an event or an event
9572 description list.
9573
9574 * type-break.el: Capitalise Emacs and Lisp.
9575 (type-break-good-break-interval, type-break-demo-boring-stats)
9576 (type-break-terse-messages, type-break-file-name): New defcustoms.
9577 (type-break-post-command-hook)
9578 (type-break-warning-countdown-string): Quote variable names in doc.
9579 (type-break-interval-start, type-break-auto-save-file-name): New vars.
9580 (type-break-mode): Document type-break-good-break-interval and the
9581 "session" file. Schedule break according to the session file.
9582 Kill session file buffer on exit. Organise for save-some-buffers
9583 to always save the session file.
9584 (type-break-mode-line-message-mode, type-break-query-mode):
9585 Uppercase arguments.
9586 (type-break-file-time, type-break-file-keystroke-count, timep)
9587 (type-break-choose-file, type-break-get-previous-time)
9588 (type-break-get-previous-count): New defuns.
9589 (type-break): Avoid break querying after a completed break in the
9590 case where the query was initiated during user invocation of the
9591 break. Optional terse messages.
9592 Use type-break-good-break-interval if type-break-good-rest-interval is
9593 nil. File the break time.
9594 (type-break-schedule): New optional args for overriding the use of
9595 the current time.
9596 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9597 after a break.
9598 (type-break-check): File the keystroke count.
9599 (type-break-do-query): Prevent a second query when the break is
9600 interrupted. Optional terse message.
9601 (type-break-keystroke-reset): Record the start of a typing interval.
9602 (type-break-demo-boring): Optional terse messages. Display word
9603 per minute and keystroke counts according to
9604 type-break-demo-boring-stats.
9605
9606 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
9607
9608 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9609 directories, make sure they exist under archive-tmpdir.
9610
9611 2004-04-27 Juri Linkov <juri@jurta.org>
9612
9613 * help.el (view-emacs-news): With argument, display info for the
9614 selected version by finding it among different NEWS files, and
9615 narrowing the buffer to the selected version.
9616
9617 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9618 same-window-buffer-names.
9619 (info): New arg `buffer'. Use it. Doc fix. Read file name for
9620 non-numeric prefix argument, append the number to the buffer name
9621 for numeric prefix argument.
9622 (info-other-window): Bind same-window-regexps to nil.
9623 (Info-reference-name): Rename to Info-point-loc.
9624 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9625 and Info-find-index-name for stringy Info-point-loc.
9626 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
9627 without middle `.', but with final `.' and optional line number
9628 for it. Set Info-point-loc for index nodes.
9629 (Info-index): Remove middle `.' from index entry regexp.
9630 Modify line number regexp.
9631 (Info-index-next): Decrement line number.
9632 (info-apropos): Remove middle `.' from index entry regexp.
9633 Add optional line number regexp at the end. Add matched value
9634 for line number to the result list and insert it to the buffer.
9635 Replace match-string by match-string-no-properties.
9636 Reorder result list.
9637 (Info-fontify-node): Hide index line numbers.
9638 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9639 empty matches.
9640 (Info-follow-reference): Use `str' instead of
9641 Info-following-node-name-re.
9642 (Info-toc): Use full file names. Set Info-current-node to "Top".
9643 (Info-fontify-node): Compare file names without directory name.
9644 (Info-try-follow-nearest-node): Don't set Info-reference-name.
9645 Set second arg of Info-extract-menu-node-name for index nodes.
9646 (info-xref-visited): Use magenta3 instead of magenta4.
9647 (Info-mode): Add info-apropos to docstring.
9648
9649 * log-view.el (log-view-diff): Replace interactive code "r"
9650 by a list to allow to call it even if region is not active.
9651
9652 * paren.el (show-paren-highlight-openparen): New var.
9653 (show-paren-function): Turn on openparen highlighting when
9654 matching forward if show-paren-highlight-openparen is non-nil.
9655
9656 * simple.el (kill-ring-save): Use blink-matching-delay instead of
9657 the constant value 1.
9658 (completions-common-part): Expand docstring.
9659
9660 * textmodes/picture.el (picture-mode-map): Add arrow keys.
9661
9662 2004-04-27 Kim F. Storm <storm@cua.dk>
9663
9664 * image.el (insert-sliced-image): Use line-height instead of
9665 line-spacing property on newline.
9666
9667 2004-04-26 Lars Hansen <larsh@math.ku.dk>
9668
9669 * desktop.el (desktop-buffer-misc-data-function): Rename to
9670 desktop-save-buffer and change docstring.
9671 (desktop-buffer-modes-to-save): Delete.
9672 (desktop-save-buffer-p): Use desktop-save-buffer instead of
9673 desktop-buffer-modes-to-save.
9674 (desktop-save): Rename desktop-buffer-misc-data-function to
9675 desktop-save-buffer and allow non-function value.
9676 (desktop-missing-file-warning): Correct docstring.
9677
9678 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9679 to desktop-save-buffer.
9680
9681 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9682 desktop-save-buffer.
9683
9684 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9685
9686 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9687
9688 2004-04-26 Eli Zaretskii <eliz@gnu.org>
9689
9690 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9691
9692 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
9693
9694 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9695 (ielm): Only go to the end of the buffer when starting a new process.
9696
9697 2004-04-25 Juanma Barranquero <lektu@terra.es>
9698
9699 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9700 mode line. Bind `inhibit-read-only' to t before modifying
9701 properties of text in the buffer.
9702 (ielm): Force point to the end of buffer, even when running ielm
9703 from inside itself.
9704
9705 2004-04-25 Jesper Harder <harder@ifa.au.dk>
9706
9707 * info.el (info-apropos): Reset Info-complete-cache.
9708
9709 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
9710
9711 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9712 Also recognize severe Irix et al. messages.
9713 (compilation-normalize-filename, compile-abbreviate-directory):
9714 Delete functions.
9715 (compilation-get-file-structure): New function inherits
9716 functionality of the two preceding ones.
9717 (compilation-internal-error-properties, compilation-fake-loc):
9718 Use it so that different paths to the same file share the same
9719 markers. Also optimize finding adjacent marker slightly.
9720
9721 2004-04-25 Kim F. Storm <storm@cua.dk>
9722
9723 * image.el (insert-sliced-image): Add line-spacing t property
9724 to newlines separating image lines.
9725
9726 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
9727
9728 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9729
9730 * ielm.el (ielm-prompt-read-only): New user option.
9731 (ielm-prompt): Expand docstring to describe new behavior.
9732 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9733 mention it in the docstring.
9734
9735 2004-04-24 Andreas Schwab <schwab@suse.de>
9736
9737 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9738
9739 * diff.el (diff): Set default-directory in diff buffer.
9740
9741 2004-04-24 Eli Zaretskii <eliz@gnu.org>
9742
9743 * mail/sendmail.el (mail-bury): Don't delete the frame where the
9744 mail was being composed if the terminal cannot display more than
9745 one frame; instead, switch to previous frame.
9746
9747 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9748 (rmail-start-mail): Support rmail-mail-new-frame even on
9749 terminals that can display only one frame at a time.
9750
9751 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9754 (checkdoc-output-font-lock-keywords): Remove error regexp.
9755 (checkdoc-output-mode-map): Remove.
9756 (checkdoc-output-mode): Derive from compilation-mode.
9757 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9758
9759 * dired.el (dired-mode-map): Add a menu entry for wdired.
9760
9761 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
9762 (rx-bracket, rx-check-any, rx-any): Clean up name space.
9763
9764 * wdired.el: (wdired-mode-map): Move init into declaration.
9765 Fix `return' binding.
9766 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9767 Use force-mode-line-update.
9768 (wdired-get-filename): Use `unless'.
9769 (wdired-preprocess-files): Don't assume names have no \n and use / for
9770 dir separator.
9771 (wdired-normalize-filename): Use replace-regexp-in-string.
9772 (wdired-load-hooks): Remove.
9773 (wdired-mode-hooks): Rename to wdired-mode-hook.
9774
9775 * info-look.el: Add support for cfengine-mode.
9776 (info-lookup-setup-mode): Use dolist.
9777
9778 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
9779
9780 * wdired.el: New file.
9781
9782 2004-04-23 Juanma Barranquero <lektu@terra.es>
9783
9784 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
9785
9786 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
9787 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
9788 (pcomplete--help, pcomplete--here): Doc fixes.
9789
9790 2004-04-23 Andre Spiegel <spiegel@gnu.org>
9791
9792 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
9793 handles wrong-number-of-arguments in backend call.
9794
9795 * vc.el (vc-print-log): Likewise.
9796
9797 2004-04-20 Dave Love <fx@gnu.org>
9798
9799 * emacs-lisp/rx.el: Doc fixes.
9800 (rx-constituents): Add/extend many forms.
9801 (rx-check): Check form is a list.
9802 (bracket): Defvar.
9803 (rx-check-any, rx-any, rx-check-not): Modify.
9804 (rx-not): Simplify.
9805 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
9806 (rx-kleene): Use rx-trans-forms.
9807 (rx-quote-for-set): Delete.
9808 (rx): Allow multiple args.
9809
9810 2004-04-23 Kenichi Handa <handa@m17n.org>
9811
9812 * international/mule-util.el (char-displayable-p): Simplify by
9813 using internal-char-font.
9814
9815 2004-04-23 Juanma Barranquero <lektu@terra.es>
9816
9817 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9818
9819 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * diff-mode.el (diff-next-error): New fun.
9822 (diff-mode): Use it.
9823
9824 * simple.el (next-error): Change arg name.
9825 Add support for the documented C-u C-x ` usage.
9826
9827 * frame.el (special-display-popup-frame, next-multiframe-window)
9828 (previous-multiframe-window): Only consider frames on same display.
9829
9830 2004-04-22 Lars Hansen <larsh@math.ku.dk>
9831
9832 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
9833 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
9834
9835 2004-04-22 Kim F. Storm <storm@cua.dk>
9836
9837 * net/telnet.el (telnet): Add optional port arg.
9838
9839 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9842 Minor sanity check on the `hyperlink' slot.
9843
9844 * Makefile.in (recompile): Compile new files.
9845
9846 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
9847 Add byte-recompile-directory's optional `arg'.
9848
9849 * cvs-status.el (cvs-tree-use-charset): New var.
9850 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
9851 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
9852 (cvs-status-cvstrees): Use it.
9853
9854 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
9855 Make it a normal major mode.
9856 (checkdoc-buffer-label): Make sure the file name is meaningful.
9857 (checkdoc-output-to-error-buffer): Remove.
9858 (checkdoc-error, checkdoc-start-section): Rewrite.
9859
9860 * info.el (info-node, info-menu-5, info-xref, info-header-node)
9861 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9862 (Info-title-4-face): Use new syntax.
9863 (info-xref-visited): Inherit from info-xref.
9864
9865 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
9866
9867 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
9868
9869 * simple.el (next-error-last-buffer, next-error-function):
9870 New variables for the next-error framework.
9871 (next-error-buffer-p): New function.
9872 (next-error-find-buffer): Generalize compilation-find-buffer.
9873 (next-error, previous-error, first-error, next-error-no-select)
9874 (previous-error-no-select): Move from compile.el.
9875
9876 * replace.el (occur-next-error, occur-1): Hook into the next-error
9877 framework.
9878
9879 * progmodes/compile.el (compilation-start):
9880 Set next-error-last-buffer so next-error knows where to jump.
9881 (compilation-setup): Set the buffer-local variable
9882 next-error-function to 'compilation-next-error-function.
9883 (compilation-buffer-p, compilation-buffer-internal-p): Use an
9884 alternate way to find if a buffer is a compilation buffer, for
9885 next-error convenience.
9886 (next-error-no-select, previous-error-no-select, next-error)
9887 (previous-error, first-error): Move to simple.el.
9888 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
9889 (compilation-last-buffer): Remove.
9890 (compilation-start, compilation-next-error, compilation-setup)
9891 (compilation-next-error-function, compilation-find-buffer):
9892 Remove compilation-last-buffer use.
9893
9894 2004-04-21 Juanma Barranquero <lektu@terra.es>
9895
9896 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
9897 (font-lock-warning-face): Fix spacing.
9898
9899 * makefile.w32-in (WINS): Add url/ directory.
9900
9901 2004-04-21 Lars Hansen <larsh@math.ku.dk>
9902
9903 * desktop.el (desktop-buffer-mode-handlers): New variable.
9904 Alist of major mode specific functions to restore a desktop buffer.
9905 (desktop-buffer-handlers): Make variable obsolete.
9906 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
9907 Catch errors signaled in handlers. Update buffer count.
9908 Evaluate desktop-buffer-point.
9909 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
9910 move to dired.el.
9911 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
9912 move to info.el.
9913 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
9914 move to mail/rmail.el.
9915 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
9916 to mh-e/mh-e.el.
9917 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
9918 On fail, print message (to message buffer) even if
9919 desktop-missing-file-warning is nil.
9920 (desktop-buffer-misc-data-function): New buffer local variable.
9921 Function returning major mode specific data.
9922 (desktop-buffer-misc-functions): Make variable obsolete.
9923 (desktop-save): Use desktop-buffer-misc-data-function.
9924 (desktop-buffer-dired-misc-data): Rename to
9925 dired-desktop-buffer-misc-data and move to dired.el.
9926 (desktop-buffer-info-misc-data): Rename to
9927 Info-desktop-buffer-misc-data and move to info.el.
9928 (desktop-read): Add message about number of buffers restored/failed.
9929
9930 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
9931 Add parameters. Pause to display error only when
9932 desktop-missing-file-warning is non-nil.
9933 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
9934 (dired-mode): Bind desktop-buffer-misc-data-function.
9935
9936 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
9937 Add Parameters.
9938 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
9939 (Info-mode): Bind desktop-buffer-misc-data-function.
9940
9941 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
9942 Add Parameters.
9943
9944 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
9945 Add Parameters.
9946
9947 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
9948
9949 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
9950 the case of letters in case-insensitive expansions when the
9951 abbrev is preceded by characters with letter syntax.
9952
9953 2004-04-21 Richard M. Stallman <rms@gnu.org>
9954
9955 * progmodes/cperl-mode.el (cperl-putback-char):
9956 Delete Emacs 18 definition.
9957
9958 * international/mule.el (ctext-post-read-conversion):
9959 Use assoc-string, not assoc-ignore-case.
9960
9961 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
9962
9963 * emacs-lisp/easymenu.el (easy-menu-add):
9964 Do call x-popup-menu, but only if it's defined.
9965
9966 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
9967
9968 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
9969 Handle multiple args: compile like progn.
9970
9971 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
9972 take all args as &rest arg.
9973
9974 * autoinsert.el (auto-insert-alist): Insert the user's name in
9975 copyright notice, rather than Free Software Foundation.
9976
9977 2004-04-21 Kenichi Handa <handa@m17n.org>
9978
9979 * descr-text.el (describe-char): Make it work on *Help* buffer.
9980
9981 2004-04-21 Kim F. Storm <storm@cua.dk>
9982
9983 * image.el (insert-image): Add optional SLICE arg.
9984 (insert-sliced-image): New defun.
9985
9986 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
9987
9988 * subr.el (read-number): Check whether `default' is nil.
9989
9990 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * progmodes/compile.el (compilation-error-properties):
9993 Split into two.
9994 (compilation-internal-error-properties): New one.
9995 (compilation-compat-error-properties): Use it. Fix the non-marker case.
9996
9997 2004-04-20 Richard M. Stallman <rms@gnu.org>
9998
9999 * window.el (split-window-save-restore-data):
10000 Don't update the data if OLD-INFO is nil.
10001
10002 * view.el (view-return-to-alist): Mark it permanent local.
10003
10004 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10005
10006 * recentf.el (recentf-save-list): Catch and warn about errors.
10007
10008 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10009 so "Buffers" won't be pure.
10010
10011 * help-mode.el (help-mode-finish): Set help-return-alist first
10012 thing, setting only the entry for the selected window.
10013
10014 * help-fns.el (describe-function-1): If many non-control non-meta
10015 keys run the command, don't list all of them.
10016
10017 2004-04-20 Juanma Barranquero <lektu@terra.es>
10018
10019 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10020 arg. Copied from Andre Spiegel's patch of 2004-03-21.
10021
10022 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10023
10024 2004-04-20 Kenichi Handa <handa@m17n.org>
10025
10026 * international/quail.el (quail-lookup-key): New optional arg
10027 NOT-RESET-INDICES.
10028 (quail-get-translations): Call quail-lookup-key with
10029 NOT-RESET-INDICES t.
10030 (quail-completion): Likewise.
10031 (quail-lookup-map-and-concat): Likewise.
10032
10033 2004-04-20 Kenichi Handa <handa@m17n.org>
10034
10035 * international/quail.el (quail-update-translation): Don't insert
10036 such an unsupported multibyte char in a unibyte buffer.
10037
10038 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
10039
10040 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10041 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10042 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10043 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10044 (gdb-frame-assembler-buffer): Improve behaviour with
10045 multiple frames.
10046 (gdb-display-buffer): Extend search to all visible frames.
10047
10048 2004-04-19 Eli Zaretskii <eliz@gnu.org>
10049
10050 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10051 characters left after base64 decoding.
10052 (rmail-decode-region): Use -dos variety of `coding', to remove any
10053 ^M characters left after qp or base64 decoding.
10054
10055 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10056
10057 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10058 messages.
10059
10060 2004-04-19 Stephen Eglen <stephen@gnu.org>
10061
10062 * add-log.el (add-change-log-entry): Update doc string to mention
10063 add-log-full-name and add-log-mailing-address.
10064
10065 2004-04-18 Juri Linkov <juri@jurta.org>
10066
10067 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10068 (Info-find-node-2): Simplify error message.
10069 (Info-insert-dir): Use Info-following-node-name.
10070 (Info-goto-node): Remove *info-history* and *info-toc*.
10071 (Info-history): Create a node of the virtual history file.
10072 (Info-toc): Create a node of the virtual toc file.
10073 (Info-insert-toc): New arg `curr-file' for reference file names.
10074 (info-apropos): Remove redundant var binding for temp-file.
10075 (Info-index, Info-index-next, Info-mode): Doc fix.
10076 (Info-goto-emacs-command-node): Don't jump to *info* from
10077 non-*info* Info buffers.
10078 (Info-fontify-node): Don't show the file name of external
10079 references if `Info-hide-note-references' is `hide'. Don't hide
10080 newlines at the end of paragraphs.
10081
10082 * international/mule-diag.el (list-input-methods):
10083 Fix args to help-xref-button.
10084
10085 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10086 to put into effect local variables from TUTORIAL files.
10087
10088 * textmodes/paragraphs.el (sentence-end) <function>: New fun
10089 with default value taken from the variable `sentence-end'.
10090 (sentence-end) <defcustom>: Set default to nil. Doc fix.
10091 Add nil const to :type.
10092 (sentence-end-without-period, sentence-end-double-space)
10093 (sentence-end-without-space): Doc fix.
10094
10095 * textmodes/paragraphs.el (forward-sentence):
10096 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10097 (fill-delete-newlines):
10098 * progmodes/cc-cmds.el (c-beginning-of-statement):
10099 Use function `sentence-end' instead of variable `sentence-end'.
10100
10101 2004-04-18 Andreas Schwab <schwab@suse.de>
10102
10103 * progmodes/compile.el (compilation-start): Set window start to
10104 point-min if compilation-scroll-output is nil.
10105
10106 2004-04-18 John Wiegley <johnw@newartisans.com>
10107
10108 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10109
10110 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
10111
10112 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10113 (gdb-info-breakpoints-custom): Revert previous change.
10114 (gdb-view-assembler): Update assembler if necessary.
10115 (gdb-frame-handler): Parse correctly for gdb-current-frame.
10116 (gdb-display-source-buffer): Update properly when both source and
10117 assembler are visible.
10118
10119 2004-04-17 John Wiegley <johnw@newartisans.com>
10120
10121 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10122 which limits the number of names shown in the minibuffer. Off by
10123 default.
10124 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
10125 up iswitchb for users with a multitude of open buffers by showing
10126 only the first and last N/2 buffers in the completion list (which
10127 is enough to aid C-s/C-r, and to know that more characters are
10128 needed to refine the completion list).
10129
10130 2004-04-17 Richard M. Stallman <rms@gnu.org>
10131
10132 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10133 (file-truename): Expand all ~ constructs directly.
10134 (insert-directory): Delete any error msg output by the
10135 `insert-directory-program'.
10136
10137 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10138 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10139 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10140 (allout-init): Use find-file-hook, not find-file-hooks.
10141 (allout-mode): Eliminate Emacs 18 support.
10142 Use write-contents-functions, not local-write-file-hooks.
10143
10144 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
10145
10146 * progmodes/compile.el (compilation-error-properties): Fix for
10147 adding messages when there are already markers for their file.
10148 (compilation-fake-loc): New function.
10149
10150 2004-04-16 Dave Love <fx@gnu.org>
10151
10152 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10153 (python-load-file): Fix python-orig-start setting.
10154
10155 * progmodes/compile.el: Doc fixes.
10156 (compilation-error-regexp-alist-alist)
10157 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10158 (compilation-assq): Wrap in eval-when-compile.
10159 (compilation-mode-font-lock-keywords): Don't use list*.
10160 (compilation-start): Avoid warning.
10161 (compilation-compat-error-properties)
10162 (compilation-directory-properties): Add keymap property.
10163 (compilation-parsing-end): Make it a marker for better compatibility.
10164
10165 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10166
10167 2004-04-16 Mark A. Hershberger <mah@everybody.org>
10168
10169 * xml.el: Doc fixes.
10170 (xml-get-children): Only looks at sub-tags and ignore strings.
10171
10172 * xml.el (xml-parse-tag): Avoid overwriting node-name.
10173
10174 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10177
10178 2004-04-16 Andre Spiegel <spiegel@gnu.org>
10179
10180 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10181
10182 * vc.el (vc-print-log): Likewise.
10183
10184 2004-04-16 Masatake YAMATO <jet@gyve.org>
10185
10186 * simple.el (completion-setup-function): Set an initial value
10187 to `element-common-end' before entering loop. Set a value
10188 to `element-common-end' at the end of loop.
10189 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10190 (completions-common-part): Rename from completion-de-emphasis.
10191 (completions-first-difference): Rename from completion-emphasis.
10192 Suggested by RMS.
10193
10194 2004-04-16 Juanma Barranquero <lektu@terra.es>
10195
10196 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10197 (bookmark-edit-annotation-mode): Add mode name.
10198
10199 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10202 for nested conflict markers.
10203 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10204
10205 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
10206
10207 * progmodes/gdb-ui.el (gdb-goto-info): New function.
10208
10209 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10210
10211 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10214 Give a backtrace if requested.
10215
10216 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10217
10218 * progmodes/python.el (python-mouse-2-command, python-RET-command):
10219 Remove unused functions.
10220 (python-orig-start-line, python-orig-file): Remove.
10221 (python-orig-start): New var.
10222 (python-input-filter, python-compilation-line-number)
10223 (python-send-region, python-load-file): Use it.
10224
10225 * info.el (info): Always jump to *info*.
10226
10227 * subr.el (posn-set-point): New function.
10228
10229 * mouse.el (mouse-set-point): Use it.
10230
10231 * progmodes/compile.el (compile-goto-error): Use it.
10232 (compilation-button-map): New keymap.
10233 (compilation-error-properties): Use it.
10234 (compilation-shell-minor-mode-map): Don't bind mouse-2.
10235
10236 * smerge-mode.el (smerge-popup-context-menu): Use it.
10237
10238 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10239 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10240 mouse and non-mouse case.
10241
10242 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10243 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10244
10245 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10246 Make it work for non-mouse events.
10247
10248 * pcvs-info.el (cvs-status-map): Update binding name.
10249
10250 2004-04-14 Mark A. Hershberger <mah@everybody.org>
10251
10252 * xml.el (xml-maybe-do-ns): New function to handle namespace
10253 parsing of both attribute and element names.
10254 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10255 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10256 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
10257 (xml-parse-attlist): Make it do its own namespace parsing.
10258
10259 2004-04-14 Dave Love <fx@gnu.org>
10260
10261 * progmodes/python.el (run-python): Fix use of \n.
10262 (python-load-file): Remove `try' from Python fragment.
10263 (python-describe-symbol): Fix message.
10264
10265 * comint.el: Doc fixes.
10266 (comint-last-input-start, comint-last-input-end)
10267 (comint-last-output-start): Give them values.
10268 (comint-arguments): Avoid warning.
10269 (comint-skip-prompt): Use line-end-position.
10270 (comint-backward-matching-input): Rename arg to agree with doc.
10271 (comint-extract-string): Use syntax-ppss.
10272 (comint-dynamic-simple-complete): Delete useless list construction.
10273 (comint-redirect-subvert-readonly): New.
10274 (comint-redirect-preoutput-filter): Use it.
10275
10276 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10277 Correctly handle negative arguments when calling hook functions.
10278
10279 2004-04-14 Jesper Harder <harder@ifa.au.dk>
10280
10281 * info.el (info-apropos): Don't clobber Info-history-list.
10282
10283 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
10284
10285 * progmodes/compile.el (compilation-setup):
10286 Localize overlay-arrow-position.
10287 (compilation-sentinel): Restructure code equivalently.
10288 (compilation-next-error): Find message on same line after point if
10289 not found before point.
10290 (compile-mouse-goto-error): Restore function so that compilation
10291 buffer need not be current and use compile-goto-error.
10292 (compile-goto-error): Restore function.
10293 (next-error): Set overlay-arrow-position.
10294 (compilation-forget-errors): Don't localize already local
10295 compilation-locs and remove FIXME about refontifying.
10296
10297 2004-04-14 Kim F. Storm <storm@cua.dk>
10298
10299 * startup.el (emacs-quick-startup): New defvar (set by -Q).
10300 (command-line): New option -Q. Like -q --no-site-file, but
10301 in addition it also disables menu-bar, tool-bar, scroll-bars,
10302 tool-tips, and the blinking cursor.
10303 (command-line-1): Skip startup screen if -Q.
10304 (fancy-splash-head): Use ":align-to center" prop to center splash image.
10305
10306 * emulation/cua-base.el (cua-read-only-cursor-color)
10307 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10308
10309 2004-04-13 Dave Love <fx@gnu.org>
10310
10311 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
10312 (syntax): Don't require.
10313 (python) <defgroup>: Add :version.
10314 (python-quote-syntax): Re-written.
10315 (inferior-python-mode): Move stuff here from run-python and add
10316 some more.
10317 (python-preoutput-continuation, python-preoutput-result)
10318 (python-dotty-syntax-table): New.
10319 (python-describe-symbol): Use them.
10320 (run-python): Move stuff to inferior-python-mode. Modify code
10321 loaded into Python.
10322 (python-send-region): Use python-proc, python-send-string.
10323 (python-send-string): Send newlines too. Callers changed.
10324 (python-load-file): Re-written.
10325 (python-eldoc-function): New.
10326 (info-look): Don't require.
10327 (python-after-info-look): New. A modified version of former
10328 top-level code for use with eval-after-load.
10329 (python-maybe-jython, python-guess-indent): Use widened buffer.
10330 (python-fill-paragraph): Re-written.
10331 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
10332 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
10333
10334 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10337 Set compilation-error-regexp-alist earlier.
10338
10339 * progmodes/compile.el (compilation-minor-mode-map)
10340 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10341 (compile-goto-error): Re-merge the mouse and non-mouse commands.
10342
10343 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * progmodes/compile.el (compile-goto-error): Select the buffer/window
10346 corresponding to the event.
10347
10348 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
10349
10350 * loadup.el: Add cygwin to system-type list, for unexec() support.
10351
10352 2004-04-12 John Paul Wallington <jpw@gnu.org>
10353
10354 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10355 (ibuffer-restore-window-config-on-quit): New variable to replace
10356 `ibuffer-delete-window-on-quit'. Update all references.
10357 (ibuffer-prev-window-config): New variable.
10358 (ibuffer-quit): Restore previous window configuration instead of
10359 deleting window.
10360 (ibuffer): Save window configuration before showing Ibuffer buffer.
10361
10362 * help.el (describe-mode): Doc fix.
10363
10364 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10367 not to treat nil as a function.
10368
10369 * vc-arch.el (vc-arch-root): Be a bit more careful.
10370 (vc-arch-register): Save the buffer if we modified it.
10371 (vc-arch-delete-rej-if-obsolete): Save excursion.
10372 (vc-arch-find-file-hook): Use the simpler after-save-hook.
10373 (vc-arch-responsible-p, vc-arch-init-version): New functions.
10374
10375 * net/ldap.el (ldap-search): Use list*.
10376
10377 2004-04-12 Juri Linkov <juri@jurta.org>
10378
10379 * info.el (Info-follow-reference): Allow multiline reference name.
10380
10381 2004-04-11 Dave Love <fx@gnu.org>
10382
10383 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10384
10385 * progmodes/python.el: New file.
10386
10387 2004-04-11 Andre Spiegel <spiegel@gnu.org>
10388
10389 * vc-hooks.el (vc-arg-list): Function removed.
10390 (vc-default-workfile-unchanged-p): Use condition-case to check for
10391 backward compatibility.
10392
10393 * vc.el (vc-print-log): Use condition-case to check for backward
10394 compatibility.
10395
10396 2004-04-11 Juri Linkov <juri@jurta.org>
10397
10398 * dired.el (dired-faces): New defgroup.
10399 (dired-header, dired-mark, dired-marked, dired-flagged)
10400 (dired-warning, dired-directory, dired-symlink, dired-ignored):
10401 New faces.
10402 (dired-header-face, dired-mark-face, dired-marked-face)
10403 (dired-flagged-face, dired-warning-face, dired-directory-face)
10404 (dired-symlink-face, dired-ignored-face): New face variables.
10405 (dired-font-lock-keywords): Use them instead of font-lock faces.
10406 Split the rule for dired marks into 3 separate rules: for marks,
10407 marked file names and flagged file names.
10408
10409 * help-mode.el (help-make-xrefs): Add a final newline to the
10410 *Help* buffer.
10411
10412 2004-04-11 John Paul Wallington <jpw@gnu.org>
10413
10414 * replace.el (occur-engine): Distinguish between one and several
10415 matches in the matches per buffer heading.
10416
10417 2004-04-11 Kim F. Storm <storm@cua.dk>
10418
10419 * ido.el (ido-confirm-unique-completion): New defcustom.
10420 (ido-complete): Use it.
10421 (ido-write-file): Set it to t unconditionally.
10422
10423 2004-04-10 Miles Bader <miles@gnu.org>
10424
10425 RCS keyword removal (only non-comment changes are enumerated here):
10426
10427 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10428 (byte-compile-insert-header): Don't use `byte-compile-version'.
10429 * forms.el (forms-version): Variable removed.
10430 (forms-mode): Don't use `forms-version'.
10431 * recentf.el (recentf-version): Variable removed.
10432 * progmodes/delphi.el (delphi-version): Variable removed.
10433 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10434
10435 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10438
10439 2004-04-09 Jesper Harder <harder@ifa.au.dk>
10440
10441 * info.el (info-apropos): Improve menu item regexp.
10442
10443 2004-04-09 Simon Josefsson <jas@extundo.com>
10444
10445 * mail/smtpmail.el: Add comment, based on report by
10446 kdc@rcn.com (Kevin D. Clark).
10447
10448 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10451 Redo one more thing that I didn't notice Daniel had undone.
10452
10453 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
10454
10455 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10456 (gdb-goto-breakpoint, gdb-display-buffer)
10457 (gdb-display-source-buffer, gdb-view-source-function)
10458 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10459 (gdb-source-info, gdb-frame-handler): Don't specify a window
10460 for display.
10461 (gdb-info-breakpoints-custom): Remove superfluous update of
10462 assembler buffer.
10463 (gdb-many-windows): Make settable outside gdb.
10464
10465 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
10466
10467 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10468 Derive from fundamental-mode rather than text-mode.
10469
10470 2004-04-08 Juri Linkov <juri@jurta.org>
10471
10472 * info.el (Info-history): Doc fix.
10473 (Info-history-list): New var.
10474 (info-xref): Change magenta4 to blue, remove bold for dark and
10475 light backgrounds, change bold to underline for non-color classes.
10476 (info-xref-visited): New face.
10477 (Info-fontify-visited-nodes): New custom.
10478 (Info-hide-note-references): Add new value `hide'. Doc fix.
10479 (Info-reference-name): New var.
10480 (Info-selection-hook): New custom.
10481 (Info-edit-mode-hook): New var.
10482 (Info-find-file): New fun.
10483 (Info-find-node): Move part of code to Info-find-file.
10484 (Info-find-node-2): Add anchors to Info-history-list. Move point
10485 to the place with the reference name if name is defined.
10486 (Info-select-node): Add current node to Info-history-list.
10487 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10488 (Info-search-whitespace-regexp): New custom.
10489 (Info-search-case-fold): New var.
10490 (Info-search): Add "case-sensitively" to the prompt.
10491 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
10492 (Info-search-case-sensitively, Info-search-next): New fun.
10493 (Info-up): Move point to the menu item of the current node.
10494 (Info-history): New fun. Add *info-history* to
10495 same-window-buffer-names.
10496 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
10497 (Info-insert-toc): New fun.
10498 (Info-build-toc): New fun.
10499 (Info-follow-reference): Add new arg `fork'. Doc fix.
10500 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
10501 with the same name prefer the reference closest to point.
10502 (Info-next-reference): Replace * by + in the *Note regexp.
10503 Add regexp for http:// and ftp://. Skip the *Note prefix.
10504 (Info-prev-reference): Replace * by + in the *Note regexp.
10505 Add regexp for http:// and ftp://. Skip the *Note prefix.
10506 (Info-follow-nearest-node): Add new arg `fork'.
10507 (Info-try-follow-nearest-node): Add new arg `fork'.
10508 Call browse-url for http:// and ftp:// references.
10509 Set Info-reference-name for index entries.
10510 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10511 Info-search-next, Info-history, Info-toc, clone-buffer.
10512 (Info-menu-update): Replace * by + in the *Note regexp.
10513 (Info-mode): Add documentation for Info-history, Info-toc,
10514 Info-search-case-sensitively, Info-search-next, clone-buffer.
10515 (Info-fontify-menu-headers): Remove fun. Move code to
10516 Info-fontify-node.
10517 (Info-fontify-node): Add docstring. Add local vars
10518 fontify-visited-p and not-fontified-p. If not-fontified-p is t
10519 then fontify header line, titles, menu headers, http and ftp
10520 references, refill paragraphs. If not-fontified-p is t or
10521 fontify-visited-p is t then fontify cross references, menu items.
10522 Fontify menu headers. Fontify http and ftp references.
10523 Change regexp for cross references to require whitespace after *Note,
10524 add matching groups for file and node names. Remove hack for quote.
10525 Use display property for Info-hide-note-references=t. Use fifth
10526 or fourth match for help-echo. Display visited nodes in a
10527 different face. Unhide file names of external references.
10528 Unhide newlines. Display visited menu items in a different face.
10529
10530 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * progmodes/compile.el: Require CL.
10533 (compilation-mode-font-lock-keywords): Re-install the "line as
10534 function" patch.
10535
10536 * help-fns.el (help-C-source-directory): New var.
10537 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10538 (describe-function-1, describe-variable): Use them.
10539
10540 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10541 to C source files specially.
10542
10543 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
10544
10545 * info.el (Info-hide-cookies-node): New function.
10546 (Info-select-node): Use it.
10547 (Info-display-images-node): Remove message with image file name.
10548
10549 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
10550
10551 * progmodes/compile.el (compilation-warning-face)
10552 (compilation-info-face, compilation-skip-threshold)
10553 (compilation-skip-visited, compilation-context-lines):
10554 Declare :version when added to Emacs.
10555 (compilation-error-regexp-alist-alist): Extend caml and irix.
10556 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10557 (compilation-mode-font-lock-keywords): Temporarily undo line as
10558 function patch, which wasn't ready.
10559
10560 2004-04-07 Kenichi Handa <handa@m17n.org>
10561
10562 * international/latin1-disp.el (latin1-display-setup): Check each
10563 character is displayable or not instead of calling
10564 latin1-display-check-font.
10565
10566 2004-04-06 Kenichi Handa <handa@m17n.org>
10567
10568 * language/ethio-util.el (ethio-sera-being-called-by-w3):
10569 New variable.
10570 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10571 instead of sera-being-called-by-w3.
10572 (ethio-fidel-to-sera-buffer): Likewise.
10573 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10574 instead of sera-being-called-by-w3.
10575 (ethio-write-file): Likewise.
10576
10577 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10578
10579 * printing.el: Doc fix.
10580
10581 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
10582
10583 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10584 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10585 (gdb-setup-windows): Only use separate IO buffer if required.
10586
10587 2004-04-06 Kim F. Storm <storm@cua.dk>
10588
10589 * term.el (term-is-xemacs): Remove.
10590 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10591 (term-window-width): New function.
10592 (term-mode, term-check-size): Use it.
10593 (term-mode): Disable overflow-newline-into-fringe in term buffer.
10594
10595 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
10596
10597 * cus-edit.el (custom-add-parent-links): Change unbound variable
10598 `symbol' to `name'.
10599
10600 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10601 * info.el (info-apropos): New function.
10602 (Info-mode-menu): Add it.
10603 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10604
10605 * help-mode.el (help-make-xrefs): Recognize aliased variable with
10606 inherited docstring.
10607
10608 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10609
10610 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10613
10614 * progmodes/compile.el (font-lock): Don't require any more.
10615 (compilation-error-properties, compilation-start, compilation-sentinel)
10616 (compilation-filter, next-error): Use with-current-buffer.
10617 (compilation-skip-to-next-location, compilation-skip-threshold)
10618 (compilation-skip-visited): Move to silence the byte-compiler.
10619 (compilation-setup): Simplify.
10620 (compilation-next-error): Use line-(beginning|end)-position.
10621 Make sure `pt' is non-nil before using compilation-loop.
10622 (compile-goto-error): Add optional event arg. Use it.
10623 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10624 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10625 Update the binding for mouse-2.
10626 (first-error): Set compilation-current-error to nil rather than bob.
10627 (compilation-parsing-end, compilation-parse-errors-function)
10628 (compilation-error-list, compilation-old-error-list):
10629 "New" compatibility variables.
10630 (compile-buffer-substring, compilation-compat-error-properties)
10631 (compilation-compat-parse-errors, compilation-forget-errors):
10632 New compatibility functions.
10633 (compilation-mode-font-lock-keywords): Use them.
10634
10635 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10636
10637 * autorevert.el (auto-revert-handler): If point (or a window
10638 point) is at the end of the buffer, keep it there after
10639 reverting. This allows to tail a file.
10640 Mention this in the `Commentary'.
10641
10642 * format.el (format-write-file): Add optional argument CONFIRM
10643 and make it behave like the analogous argument to `write-file'.
10644
10645 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10646
10647 * progmodes/ebnf2ps.el: Doc fix.
10648 (ebnf-version): New version number (4.2).
10649 (ebnf-syntax): Customization and docstring fix.
10650 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10651 Put autoloaded funs before first use.
10652 (ebnf-style-database): Add dtd entry.
10653 (ebnf-syntax-alist): Add dtd initialization.
10654 (ebnf-token-sequence): New fun.
10655 (ebnf-comment-table): Add new comment action character.
10656 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10657
10658 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10659 Type Definition for XML).
10660
10661 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10662 * progmodes/ebnf-bnf.el (ebnf-sequence):
10663 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10664 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10665 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10666 Code simplification: call ebnf-token-sequence.
10667
10668 2004-04-04 Eli Zaretskii <eliz@gnu.org>
10669
10670 * calendar/timeclock.el (timeclock-relative)
10671 (timeclock-get-project-function, timeclock-get-workday-function)
10672 (timeclock-query-out, timeclock-when-to-leave)
10673 (timeclock-when-to-leave-string, timeclock-log-data)
10674 (timeclock-generate-report, timeclock-in): Doc fixes.
10675
10676 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * url/: New dir. Import the URL package from its repository.
10679
10680 2004-04-03 Andreas Schwab <schwab@suse.de>
10681
10682 * diff-mode.el (diff-mode): Fix missing quote.
10683
10684 2004-04-03 Juri Linkov <juri@jurta.org>
10685
10686 * descr-text.el (describe-property-list): Add `font-lock-face'.
10687
10688 * dired.el (dired-font-lock-keywords): Fix permission regexps.
10689
10690 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10691
10692 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10693 Use utf-16le on little endian machines and utf-16be otherwise.
10694
10695 2004-04-02 David Kastrup <dak@gnu.org>
10696
10697 * net/browse-url.el (browse-url-generic): Use call-process
10698 instead of start-process to allow browsers that fork and detach.
10699
10700 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
10701
10702 * compile.el (compilation-current-error): New var.
10703 (compilation-setup, compile-mouse-goto-error)
10704 (compile-goto-error, next-error): Use it.
10705 (compilation-skip-to-next-location): Default to t, which gives
10706 contiguous skipping like old compile (where this was redundant).
10707 (compilation-next-error): Prevent previous-* commands from moving
10708 back to message at or just before point.
10709
10710 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
10711
10712 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10713 (gdb-source-info): Don't display source at startup, if required.
10714 (gdb-show-main): New option.
10715 (gdba): Update documentation.
10716 (gdb-source): Cover case of auto-display output.
10717
10718 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
10719
10720 * autorevert.el: Delete obsolete autoload's and defvar's.
10721 (auto-revert-check-vc-info): New user option.
10722 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10723 (auto-revert-handler-vc): Delete.
10724 (auto-revert-handler): Treat return value `fast' of
10725 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
10726
10727 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10728 return `fast'.
10729
10730 * files.el (buffer-stale-function): Doc change.
10731
10732 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10733
10734 * printing.el: New tip on Tips section.
10735 (pr-version): New version number (6.7.4).
10736 (pr-shell-file-name): Initialization fix.
10737
10738 2004-03-31 Juri Linkov <juri@jurta.org>
10739
10740 * dired.el: Add autoload for `dired-do-touch'.
10741 (dired-touch-program): New var.
10742 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10743 (dired-no-confirm): Add `touch' to docstring.
10744
10745 * dired-aux.el (dired-do-touch): New fun.
10746 (dired-do-chxxx): Add argument -t for touch operation.
10747
10748 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10749 `dired-move-to-filename-regexp'.
10750
10751 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
10752
10753 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10754
10755 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10756
10757 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10758 and only if the buffer was modified.
10759
10760 2004-03-30 Kenichi Handa <handa@m17n.org>
10761
10762 * international/characters.el: Delete pairs for U+2308..U+230B.
10763
10764 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
10765
10766 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
10767 to detect the beginning of a level 2 or 3 annotation.
10768
10769 2004-03-29 Kenichi Handa <handa@m17n.org>
10770
10771 * international/ucs-tables.el (ucs-insert): Fix the error message.
10772
10773 2004-03-29 Kenichi Handa <handa@m17n.org>
10774
10775 * international/mule-util.el (char-displayable-p): Fix generation
10776 of XLFD file name.
10777
10778 * Makefile.in (setwins, setwins_almost): Change directory to $wd
10779 before finding directories by `find'.
10780
10781 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * subr.el (interactive-form): Delete. Now implemented in C.
10784
10785 * pcvs.el (cvs-parse-process): Workaround for Darwin.
10786
10787 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
10788 (vc-diff-label): New fun.
10789 (vc-diff-internal): Use it.
10790
10791 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
10792
10793 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10794
10795 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
10796
10797 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
10798 specify XML (EBNFX).
10799
10800 * progmodes/ebnf2ps.el: Doc fix.
10801 (ebnf-version): New version number (4.1).
10802 (ebnf-syntax): Adjust customization.
10803 (ebnf-style-database): Add ebnfx entry.
10804 (ebnf-syntax-alist): Add ebnfx initialization.
10805 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
10806
10807 * printing.el: Doc fix.
10808 (pr-version): New version number (6.7.3).
10809 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
10810 returns nil for mouse position. Reported by Drew Adams
10811 <drew.adams@oracle.com>.
10812 (pr-update-menus): Modify interactive declaration. Reported by Drew
10813 Adams <drew.adams@oracle.com>.
10814
10815 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
10816
10817 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
10818 (gud-gdba-marker-filter): Log the process input and output, if
10819 required. From Stefan Monnier.
10820 (gdb-debug-log, gdb-enable-debug-log): New variables.
10821 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
10822
10823 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
10826 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
10827
10828 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
10829
10830 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
10831 Call vc-find-file-hook here instead of in auto-revert-buffers.
10832 (auto-revert-buffers): Delete call to vc-find-file-hook.
10833 (auto-revert-verbose, global-auto-revert-non-file-buffers)
10834 (global-auto-revert-mode, auto-revert-set-timer)
10835 (auto-revert-handler, auto-revert-buffers): Doc fixes.
10836
10837 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10838
10839 * woman.el (woman-change-fonts): Rename local variable
10840 woman-font-alist to font-alist to avoid a compiler warning.
10841
10842 2004-03-27 Dave Love <fx@gnu.org>
10843
10844 * emacs-lisp/rx.el (rx): Doc fix.
10845 Fix copyright years.
10846
10847 * strokes.el (strokes-global-set-stroke-string): New function.
10848 (strokes-list-strokes): Cope with strings, not just commands.
10849 Set foreground colour of image.
10850 (strokes-global-set-stroke): Doc fix.
10851
10852 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
10853
10854 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
10855 Auto Revert mode.
10856 (Buffer-menu-files-only): New variable.
10857 (Buffer-menu-toggle-files-only): New function.
10858 (Buffer-menu-mode-map): Bind it to `T'.
10859 (Buffer-menu-mode): Mention `T' in docstring.
10860 Set buffer-stale-function.
10861 (list-buffers-noselect): Mark buffer non-modified and set
10862 Buffer-menu-files-only.
10863
10864 * dired.el (buffer-stale-function): Remove no longer needed defvar.
10865
10866 * autorevert.el (auto-revert-handler): Print revert message
10867 before, rather than after, reverting.
10868 (buffer-stale-function): Move to files.el.
10869
10870 * files.el (buffer-stale-function): Move here from autorevert.el.
10871
10872 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
10875
10876 * calc/calc.el (calc-mode-map): Use mapc.
10877
10878 * apropos.el (apropos-mode): Don't autoload.
10879 (apropos-symbols-internal): New fun. Extracted from `apropos'.
10880 (apropos): Use it.
10881 (apropos-print): Add optional `text' argument.
10882 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
10883 Don't assume point-min == 1.
10884
10885 * bs.el (bs-buffer-list): Use buffer-local-value.
10886 (bs--set-toggle-to-show): Use with-current-buffer.
10887
10888 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
10889 New funs.
10890 (list-buffers-noselect): Use them. Adjust :align-to to new style.
10891
10892 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
10893
10894 * dabbrev.el (dabbrev-expand): Fix regexp construction.
10895 (dabbrev--find-expansion): Use pop.
10896 (dabbrev--search): Use match-string-no-properties.
10897
10898 * dired.el (dired-mode): Use run-mode-hooks.
10899 (dired-move-to-end-of-filename): Use match-string.
10900
10901 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
10902 is bound before using it.
10903 (ediff-verbose-p): Make it into a var since it's not constant.
10904
10905 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
10906
10907 * faces.el (read-face-font): Don't cons up unnecessarily.
10908 (header-line, tool-bar): Share common parts.
10909
10910 * files.el (file-relative-name): Use compare-strings.
10911
10912 * finder.el (finder-mode): Follow coding convention.
10913
10914 * subr.el (read-number): New function.
10915
10916 * ses.el (ses-read-number): Move to subr.el.
10917 (ses-set-header-row): Use read-number.
10918
10919 2004-03-26 Andre Spiegel <spiegel@gnu.org>
10920
10921 * vc-hooks.el (vc-arg-list): New function, which handles both
10922 compiled and uncompiled code.
10923 (vc-default-workfile-unchanged-p): Use it.
10924
10925 * vc.el (vc-print-log): Undo prev change, use new function
10926 vc-arg-list from vc-hooks.el.
10927
10928 2004-03-26 Masatake YAMATO <jet@gyve.org>
10929
10930 * simple.el (completion-setup-function): Emphasize the
10931 first uncommon characters in the completions; and de-emphasize
10932 the common prefix substrings.
10933 (completion-emphasis): New face.
10934 (completion-de-emphasis): New face.
10935
10936 2004-03-25 Juanma Barranquero <lektu@terra.es>
10937
10938 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
10939 Comment out (it's unused and unfinished code).
10940
10941 2004-03-25 Sam Steingold <sds@gnu.org>
10942
10943 * vc.el (vc-print-log): Fix a bug in the last patch:
10944 backend-function may be a byte-compiled object, not a lambda.
10945
10946 2004-03-25 Juri Linkov <juri@jurta.org>
10947
10948 * descr-text.el (describe-property-list): Add a button
10949 for `face' property that calls `describe-face'.
10950 Suggested by luis fernandes <elf@ee.ryerson.ca>
10951
10952 * international/mule.el (keyboard-coding-system):
10953 * kmacro.el (kmacro-call-macro): Fix docstring.
10954
10955 * dired.el: Fix comments.
10956
10957 * textmodes/fill.el (fill): Fix Info link.
10958
10959 * font-lock.el (fast-lock, lazy-lock):
10960 * jit-lock.el (jit-lock): Remove links to removed Support Modes
10961 Info node.
10962
10963 * eshell/eshell.el (eshell): Fix broken info-link.
10964
10965 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
10966 * eshell/em-banner.el (eshell-banner):
10967 * eshell/em-smart.el (eshell-smart):
10968 * eshell/esh-cmd.el (eshell-cmd):
10969 Comment out broken info-links to incomplete Info manual.
10970
10971 * info-xref.el: Fix commentary.
10972
10973 2004-03-25 Kevin Ryde <user42@zip.com.au>
10974
10975 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
10976 Remove spurious node duplicate suppression, doesn't work, not wanted.
10977 (info-xref-output): Take format style args, add "sit-for 0" to let
10978 user see the results as they progress.
10979 (info-xref-check-all-custom): New function.
10980
10981 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
10982
10983 * gdb-ui.el: Moved to progmodes.
10984
10985 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
10988
10989 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10990
10991 * calendar/appt.el (appt-check): Remove superfluous progn.
10992 When finished with diary buffer: if it was not being displayed
10993 before, kill it; otherwise restore its original state.
10994 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
10995
10996 * calendar/calendar.el (calendar-set-mode-line): Use total
10997 available mode-line width, rather than frame-width.
10998
10999 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11000 after mode change so effect not lost.
11001
11002 2004-03-23 Dave Love <fx@gnu.org>
11003
11004 * dired.el (dired) <defgroup>: Add link to manual.
11005 (dired-font-lock-keywords): Add highlighting on unusual permissions.
11006 (dired-revert): Use dolist.
11007 (dired-mode-map): Add U binding.
11008 (dired-mode): Add font-lock-beginning-of-syntax-function.
11009 (dired-garbage-files-regexp): Make it a defcustom.
11010
11011 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11014 is equivalent to nil.
11015 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11016 (vc-arch-mode-line-string): Accept `added' state.
11017 (vc-arch-state): Use inode-sigs if available.
11018 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11019 Copy&delete existing id file if any. Fallback if uuidgen is absent.
11020 (vc-arch-tagline-re): New var.
11021 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11022 New functions.
11023 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11024 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11025
11026 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11027 (vc-file-not-found-hook): Use it.
11028
11029 * diff-mode.el (diff-default-read-only): Change default.
11030 (diff-mode-hook): Make it a defcustom. Add some options.
11031 (diff-mode-map): Bind diff-refine-hook.
11032 (diff-yank-handler): New var.
11033 (diff-yank-function): New fun.
11034 (diff-font-lock-keywords): Use them.
11035 (diff-end-of-file): Handle case where file-header looks like diff text.
11036 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11037 (diff-file-kill): Delete a subsequent empty line, if applicable.
11038 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11039 (diff-find-file-name): Use it.
11040 (diff-tell-file-name): New command.
11041 (diff-mode): Be careful with view-mode.
11042 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11043 New functions, for use in diff-mode-hook.
11044 (diff-find-source-location): Catch "regex too large" errors.
11045 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11046 (diff-refine-hunk): New command.
11047
11048 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11049 (smerge-context-menu-map): Remove unused var.
11050 (smerge-keep-all): Preserve markers.
11051 (smerge-keep-n): New fun.
11052 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11053 (smerge-keep-current, smerge-ediff): Use it.
11054 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
11055 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11056 (smerge-resolve): Resolve trivial 3-part conflicts.
11057
11058 2004-03-23 Juri Linkov <juri@jurta.org>
11059
11060 * man.el (Man-width): New var.
11061 (Man-getpage-in-background): Use it.
11062 (Man-support-local-filenames): New var and fun.
11063 (Man-build-man-command): Don't add a second %s.
11064 (Man-fontify-manpage): Clean up message.
11065 (Man-mode): Set outline-regexp, outline-level,
11066 imenu-generic-expression.
11067
11068 * woman.el (woman-fill-frame): Doc fix.
11069 (woman-decode-region): Use window-width instead of frame-width.
11070
11071 * abbrevlist.el (list-one-abbrev-table):
11072 * descr-text.el (describe-char):
11073 * international/mule-diag.el (describe-current-coding-system):
11074 * international/quail.el (quail-insert-decode-map):
11075 Use window-width instead of frame-width.
11076
11077 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11078 (jka-compr-mode-alist-additions): Add tbz.
11079 (jka-compr-write-region, jka-compr-insert-file-contents):
11080 Add message for undefined compress-program.
11081 (jka-compr-write-region): Remove redundant var bindings.
11082
11083 * dired-x.el (dired-guess-shell-alist-default): Add choices for
11084 extracting files into subdirectory. Add tbz and dz. Fix regexps.
11085 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11086 (dired-man): Use dired-guess-shell-command.
11087 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11088 Change default nil to t.
11089
11090 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11091 (dired-compare-directories): Add default value for empty input.
11092
11093 * help-at-pt.el: Move suggestions for key bindings to Commentary.
11094
11095 * time.el (display-time-string-forms): Fix help-echo date format.
11096
11097 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
11098
11099 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11100 (buffer-stale-function): New variable.
11101 (auto-revert-list-diff, auto-revert-dired-file-list)
11102 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11103 (auto-revert-handler): Take over some functionality of deleted
11104 functions.
11105 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11106
11107 * dired.el (dired-directory-changed-p): New fun, extracted from
11108 dired-internal-noselect.
11109 (dired-buffer-stale-p): New fun.
11110 (dired-internal-noselect): Use dired-directory-changed-p.
11111 Eliminate revert messages.
11112 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11113
11114 2004-03-23 Kenichi Handa <handa@m17n.org>
11115
11116 * international/characters.el: Setup syntaxes for more parentheses
11117 Unicode characters.
11118
11119 * international/mule-cmds.el (select-safe-coding-system):
11120 Merge coding-system and auto-cs before comparing them.
11121
11122 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11125
11126 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11127 normal-auto-fill-function and comment-indent-function.
11128 The default values now work just as well.
11129 Don't set font-lock-beginning-of-syntax-function since we already set
11130 syntax-begin-function.
11131 (lisp-outline-level): Put ;;;###autoload at same level as (.
11132 (prin1-char): Quote special chars.
11133
11134 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11135 than with-no-warnings.
11136
11137 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11138 if the source location can't be found.
11139 (edebug-compute-previous-result): Use prin1-char.
11140
11141 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11142 (debug-ignored-errors): Add an entry.
11143
11144 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11145 (byte-compile-file): Output warning when deleting a file.
11146
11147 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11148 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11149
11150 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11151 (byte-compile-inline-expand): Use backquote.
11152 (byte-optimize-pure-func): Rename from byte-optimize-concat.
11153 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11154
11155 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11156
11157 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11158
11159 2004-03-22 Juri Linkov <juri@jurta.org>
11160
11161 * finder.el (finder-known-keywords): Fix data, tex, unix.
11162
11163 * play/landmark.el: Fix keywords.
11164
11165 * language/ethio-util.el (ethio-find-file): Doc fix.
11166
11167 * emacs-lisp/warnings.el: Doc fix.
11168
11169 * textmodes/ispell.el (ispell-help): Doc fix.
11170
11171 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
11172
11173 * format.el (format-insert-file): Always return a list of two
11174 elements, like insert-file-contents does.
11175
11176 2004-03-21 Andre Spiegel <spiegel@gnu.org>
11177
11178 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11179 and vc-BACKEND-diff.
11180 (vc-print-log): If the print-log implementation supports it, use
11181 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11182 (vc-version-diff, vc-diff-internal): Doc fixes.
11183
11184 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11185 implementation supports it, let diff output go to *vc*,
11186 not *vc-diff*, since this is an internal call.
11187
11188 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11189
11190 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11191
11192 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11193
11194 2004-03-21 Dave Love <fx@gnu.org>
11195
11196 * progmodes/cfengine.el (cfengine-mode):
11197 Set parse-sexp-ignore-comments.
11198
11199 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11200
11201 2004-03-21 Juanma Barranquero <lektu@terra.es>
11202
11203 * allout.el (allout-mode): Fix docstring.
11204
11205 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
11206
11207 * files.el (insert-directory): Fix bug if SWITCHES is a list.
11208
11209 * autorevert.el (auto-revert-interval): Make new value take
11210 effect immediately when set through Custom.
11211 (auto-revert-set-timer): Add interactive declaration.
11212
11213 2004-03-19 David Ponce <david@dponce.com>
11214
11215 * ruler-mode.el (ruler-mode-header-line-format-old):
11216 Don't `make-variable-buffer-local'.
11217 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11218 (ruler-mode-header-line-format): Simply funcall the above.
11219 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11220 to save/restore a previous header line format.
11221 (ruler-mode-space): Don't depend on a numeric WIDTH value.
11222 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11223 fringes and margins width.
11224 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11225
11226 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * log-edit.el (log-edit-font-lock-keywords): Typo.
11229
11230 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11231 (tex-send-tex-command): Rather than here.
11232 (tex-compilation-parse-errors): Simplify.
11233
11234 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11235
11236 * time.el (display-time-string-forms): Add help-echo with date on time.
11237
11238 * composite.el (compose-region): Use restore-buffer-modified-p.
11239
11240 * disp-table.el (standard-display-8bit): Simplify.
11241
11242 * server.el (server-process-filter): Delete temp frame.
11243
11244 * add-log.el (add-change-log-entry): Simplify.
11245
11246 2004-03-19 Kim F. Storm <storm@cua.dk>
11247
11248 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11249 (hexl-follow-line): Don't require 'fringe.
11250
11251 * progmodes/compile.el (compilation-start): Always set
11252 compilation-last-buffer and return it.
11253
11254 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
11255
11256 * simple.el (clone-buffer): Doc fix.
11257
11258 2004-03-18 Juanma Barranquero <lektu@terra.es>
11259
11260 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11261
11262 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * log-edit.el (log-edit-font-lock-keywords): New var.
11265 (log-edit-mode): Use it.
11266
11267 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
11268
11269 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11270 properly for watching in speedbar.
11271
11272 2004-03-17 Masatake YAMATO <jet@gyve.org>
11273
11274 * smerge-mode.el (smerge-popup-context-menu):
11275 Put `unwind-protect' around `overlay-put' and `popup-menu'.
11276
11277 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11280 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11281 Take sealed revisions into account.
11282 (vc-arch-checkin): Extract a summary line from the message.
11283
11284 2004-03-16 Masatake YAMATO <jet@gyve.org>
11285
11286 * register.el (register): Provide `register' feature.
11287
11288 2004-03-15 Masatake YAMATO <jet@gyve.org>
11289
11290 Added context menu support in smerge mode.
11291 Most of the part is written by Stefan Monnier.
11292
11293 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11294 New keymap and menu.
11295 (smerge-text-properties): New function.
11296 (smerge-remove-props): New function.
11297 (smerge-popup-context-menu): New function.
11298 (smerge-resolve): Call `smerge-remove-props'.
11299 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11300 (smerge-keep-current): Ditto.
11301 (smerge-kill-current): New function.
11302 (smerge-match-conflict): Put text properties.
11303 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11304
11305 2004-03-15 David Ponce <david@dponce.com>
11306
11307 * ruler-mode.el: (ruler-mode-left-fringe-cols)
11308 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11309 (ruler-mode-right-scroll-bar-cols): Remove.
11310 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11311 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11312 Use fringe-columns and scroll-bar-columns.
11313
11314 2004-03-15 Masatake YAMATO <jet@gyve.org>
11315
11316 * hl-line.el (hl-line-range-function): New variable.
11317 (hl-line-move): New function.
11318 (global-hl-line-highlight): Use `hl-line-move'.
11319 (hl-line-highlight): Ditto.
11320
11321 * scroll-bar.el (scroll-bar-columns):
11322 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11323
11324 * ruler-mode.el (top-level): Require scroll-bar and fringe.
11325 (ruler-mode-left-fringe-cols)
11326 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11327 (ruler-mode-right-scroll-bar-cols)
11328 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11329 (ruler-mode-ruler-function): New variable.
11330 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11331 if the value for `ruler-mode-ruler-function'is given.
11332
11333 * hexl.el (hexl-mode-hook): Make the hook customizable.
11334 (hexl-address-area, hexl-ascii-area): New customize variables.
11335 (hexlify-buffer): Put font-lock-faces on the address area and
11336 the ascii area.
11337 (hexl-activate-ruler): New function.
11338 (hexl-follow-line): New function.
11339 (hexl-highlight-line-range): New function.
11340 (hexl-mode-ruler): New function.
11341
11342 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
11345 (vc-default-find-file-hook): New fun.
11346 (vc-find-file-hook): Call new find-file-hook operation.
11347
11348 * vc-arch.el: New file.
11349
11350 2004-03-12 Jesper Harder <harder@ifa.au.dk>
11351
11352 * info-look.el (info-lookup): Reuse an existing Info window.
11353
11354 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11355
11356 * woman.el (woman-preserve-ascii): Default value changed to t and
11357 doc string revised.
11358
11359 2004-03-12 Richard M. Stallman <rms@gnu.org>
11360
11361 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11362 Fix minor bug.
11363
11364 * replace.el (occur-engine): Change message for count of matches.
11365
11366 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11367 For strings, do compare text properties.
11368
11369 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
11370
11371 * progmodes/compile.el (compile-auto-highlight)
11372 (compilation-error-list, compilation-old-error-list)
11373 (compilation-parse-errors-function, compilation-parsing-end)
11374 (compilation-error-message, compilation-directory-stack)
11375 (compilation-enter-directory-regexp-alist)
11376 (compilation-leave-directory-regexp-alist)
11377 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11378 (compilation-current-file, compilation-regexps): Remove vars.
11379
11380 (compile-error-at-point, compilation-error-filedata)
11381 (compilation-error-filedata-file-name, compile-reinitialize-errors)
11382 (compilation-next-error-locus, compilation-forget-errors)
11383 (count-regexp-groupings, compilation-parse-errors)
11384 (compile-collect-regexps, compile-buffer-substring): Remove funs.
11385
11386 (compile-internal): Make obsolete.
11387
11388 (compilation-first-column, compilation-error)
11389 (compilation-directory-matcher, compilation-page-delimiter)
11390 (compilation-mode-font-lock-keywords, compilation-debug)
11391 (compilation-error-face, compilation-warning-face)
11392 (compilation-info-face, compilation-line-face)
11393 (compilation-column-face, compilation-enter-directory-face)
11394 (compilation-leave-directory-face, compilation-skip-threshold)
11395 (compilation-skip-visited, compilation-context-lines): New vars.
11396
11397 (compilation-warning-face, compilation-info-face)
11398 (compilation-message-face): New faces.
11399
11400 (compilation-error-regexp-alist-alist): New constant.
11401
11402 (compilation-face, compilation-directory-properties)
11403 (compilation-assq, compilation-error-properties, compilation-start)
11404 (define-compilation-mode, compilation-loop)
11405 (compilation-set-window): New functions.
11406
11407 (compile): Additional argument for interactive compiles like TeX.
11408
11409 * progmodes/grep.el (kill-grep): Move here from compile.el
11410 (grep-error, grep-hit-face, grep-error-face)
11411 (grep-mode-font-lock-keywords): New variables.
11412 (grep-regexp-alist): Simplify regexp and add `binary' case.
11413 (grep-mode): New mode.
11414 (grep-process-setup): Simplify.
11415
11416 2004-03-11 Jason Rumney <jasonr@gnu.org>
11417
11418 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11419 letters on DOS/Windows.
11420
11421 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * server.el (server-name): New var.
11424 (server-socket-dir): New var to replace server-socket-name.
11425 (server-start): Use them.
11426
11427 2004-03-11 Simon Josefsson <jas@extundo.com>
11428
11429 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11430 died to avoid infloop. Reported by Jonathan Glauner
11431 <jglauner@sbum.org>.
11432
11433 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11436 (smerge-mode-menu): Use it to deactivate menu entries.
11437 (smerge-keep-current): New fun.
11438 (smerge-keep-current): Use it.
11439
11440 2004-03-10 John Paul Wallington <jpw@gnu.org>
11441
11442 * foldout.el (foldout-fold-list, foldout-modeline-string):
11443 Declare them as variables, not constants.
11444
11445 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11446
11447 * ps-print.el: Modification to print *Messages* buffer.
11448 (ps-print-version): New version 6.6.4.
11449 (ps-message-log-max): New fun.
11450 (ps-spool-without-faces, ps-spool-with-faces)
11451 (ps-count-lines-preprint): Code fix.
11452
11453 * printing.el: New tips in Tips section.
11454
11455 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11456
11457 * delim-col.el: Doc fix.
11458
11459 * printing.el: Doc fix. New doc section (Tips).
11460
11461 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11462
11463 * type-break.el (type-break-emacs-variant): Remove.
11464 (type-break-run-at-time, type-break-cancel-function-timers):
11465 Use fboundp rather than version name and number.
11466
11467 2004-03-09 Masatake YAMATO <jet@gyve.org>
11468
11469 * hexl.el (hexl-mode): Use `make-local-variable' instead of
11470 `make-variable-buffer-local'.
11471
11472 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
11473
11474 * find-dired.el (find-dired): Call `shell-command' instead of
11475 `start-process-shell-command'. By this, Tramp takes over
11476 handling of remote directories.
11477
11478 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * newcomment.el (comment-use-global-state): New var.
11481 (comment-search-forward): Use it.
11482
11483 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11484
11485 * cus-edit.el (fill) <defgroup>: Move to fill.el.
11486
11487 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11488 (enable-kinsoku): Make it a defcustom.
11489 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11490 paragraph to same-comment-start-marker.
11491
11492 2004-03-07 Dave Love <fx@gnu.org>
11493
11494 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11495 (browse-url-mail): Use it.
11496
11497 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11498 (rfc2368-unhexify-string): Use replace-regexp-in-string.
11499
11500 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11501
11502 * woman.el (woman-man.conf-path): Doc fix.
11503 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11504
11505 2004-03-07 Eli Zaretskii <eliz@gnu.org>
11506
11507 * sort.el (sort-columns): Remove ms-dos from the list of systems
11508 where the external `sort' command is not used.
11509
11510 2004-03-07 Kim F. Storm <storm@cua.dk>
11511
11512 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11513 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11514 from overlay-arrow-variable-list.
11515 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11516
11517 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
11518
11519 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11520 overlay arrow string properly for the assembler buffer.
11521
11522 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * mail/sendmail.el (mail-mode): Fix last change.
11525
11526 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
11527
11528 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11529 for the assembler buffer.
11530 (gdb-assembler-custom): Position the overlay arrow.
11531 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11532
11533 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11534
11535 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11536
11537 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11538 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11539
11540 * mail/sendmail.el (mail-mode): Set comment-start-skip.
11541
11542 * newcomment.el (uncomment-region): Allow non-terminated comment.
11543 (comment-normalize-vars): Check the user-specified comstart marker.
11544
11545 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11546
11547 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11548 Otherwise, do use it if the region only contains font-lock text
11549 properties.
11550
11551 2004-03-04 Masatake YAMATO <jet@gyve.org>
11552
11553 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11554 as the callback function for eldoc.
11555 (hexl-print-current-point-info): New function.
11556 (hexl-current-address): Print the address in both decimal
11557 and hexadecimal format.
11558
11559 2004-03-04 Richard M. Stallman <rms@gnu.org>
11560
11561 * mail/rmail.el (rmail-convert-to-babyl-format):
11562 Specify t for UNIBYTE when calling mail-unquote-printable-region.
11563
11564 * mail/mail-utils.el (mail-unquote-printable-region):
11565 New arg UNIBYTE.
11566
11567 * startup.el (command-switch-alist): Doc fix.
11568
11569 * simple.el (undo): Temporarily set this-command to `undo-start',
11570 then set it to `undo' once undo-start returns without error.
11571
11572 * simple.el (minibuffer-history-sexp-flag): Doc fix.
11573
11574 * simple.el (kill-line): Don't disregard trailing whitespace
11575 in eol condition, if show-trailing-whitespace is set.
11576
11577 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11578 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11579 When disabling, restore old values only if mouse-sel-has-been-enabled.
11580
11581 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11582 (isearch-{-char): New function.
11583 (isearch-mode-map): Bind { to isearch-{-char.
11584
11585 * font-lock.el (lisp-font-lock-keywords-2):
11586 Turn off the CL with-... and do-... general patterns.
11587 Instead, recognize several specific with... and do... constructs.
11588
11589 * files.el (switch-to-buffer-other-window):
11590 Bind same-window-buffer-names and same-window-regexps to nil.
11591 (switch-to-buffer-other-frame): Likewise.
11592
11593 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11596 recognizing leading comment on code line.
11597
11598 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11599
11600 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11601 hidden files/directories.
11602
11603 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11606 only comment-start (in case the mode hasn't set it).
11607
11608 * Makefile.in (AUTOGENEL): New var.
11609 (bootstrap-prepare): Rename from bootstrap-clean.
11610 Don't remove elc files.
11611 (maintainer-clean): New target.
11612
11613 * xml.el (xml-get-attribute-or-nil): Simplify.
11614
11615 2004-03-02 Juri Linkov <juri@jurta.org>
11616
11617 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11618 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11619 URL to prevent their substitution with the environment variable
11620 values by browsers.
11621
11622 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11623
11624 * ps-print.el: Doc fix.
11625 (ps-print-version): New version number (6.6.3).
11626 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11627 Docstring fix.
11628 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11629 before printing.
11630 (ps-time-stamp-yyyy-mm-dd): New fun.
11631 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11632
11633 2004-03-02 Kim F. Storm <storm@cua.dk>
11634
11635 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11636
11637 2004-03-01 Juanma Barranquero <lektu@terra.es>
11638
11639 * allout.el (allout-rebullet-heading): Fix typo in docstring.
11640
11641 * desktop.el (desktop-file-version)
11642 (desktop-after-read-hook): Fix typos.
11643 (desktop-clear-preserve-buffers): Remove redundant info in
11644 docstring already shown by the obsolescence message.
11645 (desktop-truncate, desktop-internal-v2s)
11646 (desktop-value-to-string): Change argument name to match docstring.
11647
11648 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11649
11650 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11651 docstring.
11652
11653 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11654
11655 * printing.el: Replace "As Is..." in PostScript file print/preview by
11656 "No Preprocessing...". Suggested by Colin Marquardt
11657 <_marquardt_@zmd.de>.
11658 (pr-insert-section-4): Adjust buffer interface.
11659
11660 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
11661
11662 Version 2.0.39 of Tramp released.
11663
11664 * net/tramp.el (tramp-handle-file-local-copy)
11665 (tramp-handle-write-region, tramp-open-connection-rsh):
11666 Variable name typo. Small change. From Patrick Tullmann
11667 <tullmann@flux.utah.edu>.
11668 (tramp-process-connection-type): New variable.
11669 (tramp-maybe-open-connection): Use it.
11670 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11671 (tramp-touch): Set last-modified time of a remote file.
11672 (tramp-handle-write-region): Say which function is used when encoding.
11673
11674 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
11675
11676 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11677 case of non-existing filename, too. Reported by Christoph Bauer
11678 <c_bauer@informatik.uni-kl.de>.
11679 (tramp-smb-get-file-entries): The directory in question should
11680 have permissions "drwxrwxrwx". Just virtual, because we don't
11681 know the real permissions. Don't we know?
11682 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11683 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11684 (tramp-smb-wait-for-output): Optimize algorithm getting pending
11685 output. If it was received chunkwise, there have been problems.
11686 Remove the "prompt not found" error message; it is obvious.
11687 Simplify algorithm.
11688 (tramp-smb-process-running): Remove. Since we acknowledge the
11689 virtual prompt for shares, there's no need for distinction of
11690 reading shares (process ends afterwards) and interactive mode of
11691 smblient.
11692 (tramp-smb-open-connection): Setting process sentinel removed.
11693 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11694 "NT_STATUS_NETWORK_ACCESS_DENIED".
11695 (tramp-smb-maybe-open-connection): Set `process-connection-type'
11696 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11697 (top-level): Setting default value in `tramp-default-method-alist'
11698 corrected. Order of USER and HOST have been wrong.
11699 Nobody complained for months ...
11700 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11701 (tramp-smb-open-connection): Clear password cache if login has failed.
11702
11703 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11704 `tramp-unified-filenames'.
11705 (tramp-completion-mode): Make test for XEmacs explicitely.
11706 `event-to-character' can exists in Emacs packages too.
11707 Reported by Matt Swift <swift@alum.mit.edu>.
11708 (tramp-buffer-name): Buffer name must contain the user if exists.
11709 Reported by Adrian Phillips <a.phillips@met.no>.
11710 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11711 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11712 (tramp-do-copy-or-rename-file-out-of-band): Rename from
11713 `tramp-do-copy-or-rename-file-one-local', because it handles also
11714 the case both files use the same out-of-band method.
11715 Implementation added.
11716 (tramp-handle-file-local-copy, tramp-handle-write-region):
11717 Out-of-band handling removed. `copy-file' called instead, which
11718 calls `tramp-do-copy-or-rename-file-out-of-band'.
11719 (tramp-action-password): Check for out-of-band method removed.
11720 This function is used for 'login-program.
11721 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11722 appropriate.
11723 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11724 and `tramp-parse-sknownhosts'.
11725 (tramp-completion-function-alist): It's a defvar now, because we
11726 want to apply the optimized `tramp-set-completion-function'
11727 instead of a static list.
11728 (tramp-set-completion-function): Implementation tuned.
11729 Avoid double entries, and entries where the function or the
11730 file/directory doesn't exist.
11731 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11732 for SSH2.
11733 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11734 (tramp-handle-dired-compress-file): New function.
11735 (tramp-async-proc): New variable.
11736 (tramp-handle-shell-command): Adding asynchronous processes.
11737 They are far from being perfect, but it works at least for
11738 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
11739 (top-level): Require password.el if visible. Should be mandatory
11740 once No Gnus has found its way into (X)Emacs.
11741 (tramp-read-passwd): Invoke `password-read' if available,
11742 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
11743 fallback any longer.
11744 (tramp-clear-passwd): New function.
11745 (tramp-process-actions, tramp-process-multi-actions):
11746 Clear password cache if login has failed.
11747
11748 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
11749 its own module.
11750 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11751 `ange-ftp-ftp-name-res'. There could be incorrect values from
11752 previous calls in case the "ftp" method is used in the Tramp file
11753 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11754
11755 2004-02-28 Richard M. Stallman <rms@gnu.org>
11756
11757 * term.el (term-mouse-paste): Call mouse-set-point.
11758
11759 * thumbs.el: New file.
11760
11761 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11762
11763 * progmodes/ebnf-abn.el: Doc fix.
11764
11765 * progmodes/ebnf-bnf.el: Doc fix.
11766 (ebnf-repeat): Code fix.
11767
11768 * progmodes/ebnf2ps.el: Doc fix.
11769 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
11770
11771 2004-02-28 Juri Linkov <juri@jurta.org>
11772
11773 * ffap.el (dired-at-point): Additional writability test for
11774 relative directory names.
11775 (dired-at-point-prompter): Treat directories as a directory, get
11776 the directory component from files.
11777 (ffap-string-at-point): Return string from region if region is active.
11778 (ffap-file-at-point): Remove redundant code.
11779
11780 2004-02-28 Kim F. Storm <storm@cua.dk>
11781
11782 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
11783 Initialize margin area images to nil.
11784 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
11785 (breakpoint-enabled-bitmap-face)
11786 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
11787 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
11788 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
11789 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
11790 (gdb-reset): Use gdb-remove-breakpoint-icons.
11791 (gdb-put-string): Add dprop arg to specify alternative display
11792 property (for setting fringe bitmap).
11793 (gdb-remove-strings): Doc fix.
11794 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
11795 icon in fringe (if available), or else as icon or text in display
11796 margin. Creates necessary icons in breakpoint-bitmap,
11797 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
11798 Also make left window margin if required.
11799 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
11800 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
11801 no longer needed.
11802 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
11803 gdb-put-breakpoint-icon.
11804 (gdb-assembler-mode): Don't set left-margin-width here.
11805
11806 2004-02-27 Kevin Ryde <user42@zip.com.au>
11807
11808 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
11809 comma, so that it DTRT in macros.
11810
11811 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
11812
11813 * progmodes/sh-script.el (sh-shell-arg)
11814 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
11815 (sh-leading-keywords, sh-other-keywords): Fix custom type.
11816
11817 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11818
11819 * faces.el (face-spec-set-match-display): Add a new attribute,
11820 `min-colors'.
11821 (region, highlight, secondary-selection): Use `min-colors'.
11822
11823 * custom.el (defface): Add documentation for `min-colors'.
11824
11825 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11826 (font-lock-keyword-face, font-lock-function-name-face)
11827 (font-lock-variable-name-face, font-lock-constant-face):
11828 Use `min-colors'.
11829
11830 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
11831
11832 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11833
11834 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
11835 define assq-delete-all if it's not defined.
11836 (ebnf-generate-region): Code fix.
11837
11838 * printing.el: Doc fix.
11839 (pr-version): New version number (6.7.2).
11840 (pr-command): Return empty string if command is an empty string.
11841
11842 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11843
11844 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
11845
11846 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
11847 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
11848 semi-down-full. Fix a bug on productions like test = {"test"}* | (
11849 "tt" ["test"] ). Reported by Markus Dreyer
11850 <mdreyer@ix.urz.uni-heidelberg.de>.
11851 (ebnf-version): New version number (4.0).
11852 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
11853 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
11854 (ebnf-delete-style): New commands.
11855 (ebnf-directory, ebnf-file): New funs.
11856 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
11857 (ebnf-production-name-p, ebnf-stop-on-error): New options.
11858 (ebnf-syntax-alist): New var.
11859 (ebnf-element-width): New fun replacing ebnf-list-width.
11860 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
11861 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
11862 (ebnf-prologue): Adjust vars.
11863 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
11864 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
11865 (ebnf-check-style-values, ebnf-generate-production)
11866 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
11867 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
11868 (ebnf-token-repeat): Code fix.
11869
11870 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
11871 %right, %left and %prec. Suggested by Matthew K. Junker
11872 <junker@alum.mit.edu>.
11873 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
11874
11875 * progmodes/ebnf-iso.el: Doc fix.
11876 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
11877 (ebnf-iso-lex): Code fix.
11878
11879 * progmodes/ebnf-bnf.el: Doc fix.
11880 (ebnf-bnf-lex): Code fix.
11881
11882 * progmodes/ebnf-otz.el: Doc fix.
11883
11884 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11885
11886 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
11887 (abbrev-prefix-mark): Doc fix.
11888
11889 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
11890
11891 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
11892 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
11893 (gdb-var-delete): Make interactive (really).
11894 (gdb-edit-value): Make non-interactive.
11895
11896 * progmodes/gud.el (gud-speedbar-menu-items):
11897 Add gdb-var-delete and, indirectly, gdb-edit-value.
11898 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
11899 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
11900 (gud-gdb-marker-filter): Add comment for annotations.
11901
11902 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11903
11904 * calendar/calendar.el (generate-calendar)
11905 (calendar-read-date): Prevent display of BC calendars once more -
11906 reverts 2003-10-01 change.
11907 (generate-calendar-month): Doc fix.
11908
11909 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11910
11911 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
11912 return value of increment-calendar-month.
11913
11914 2004-02-21 Stephen Compall <s11@member.fsf.org>
11915
11916 * saveplace.el (save-place-forget-unreadable-files)
11917 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
11918 (save-place-forget-unreadable-files): New function.
11919 (save-place-alist-to-file): Use it to filter out files that are
11920 no longer readable.
11921
11922 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
11923 current Texinfo environment, using the same method as in
11924 `texinfo-insert-@end', and insert a space rather than a newline if
11925 point in a @table environment.
11926
11927 2004-02-21 Juri Linkov <juri@jurta.org>
11928
11929 * ffap.el (ffap-file-at-point): Try parent directories.
11930
11931 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
11932
11933 * vcursor.el (vcursor-modifiers): New defcustom.
11934 (vcursor-cs-binding): Use vcursor-modifiers instead of a
11935 hard-coded list.
11936
11937 2004-02-21 Masatake YAMATO <jet@gyve.org>
11938
11939 * play/animate.el (animate-birthday-present): Accept names other
11940 than `Sarah', too.
11941
11942 2004-02-21 Juri Linkov <juri@jurta.org>
11943
11944 * startup.el: Remove table of command line arguments from the
11945 Commentary section.
11946
11947 2004-02-20 John Wiegley <johnw@newartisans.com>
11948
11949 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
11950 again" modifier from 'e' to 'E', since 'e' is also used by the
11951 "file extension" modifier.
11952
11953 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
11954
11955 * help-fns.el (describe-categories): Doc fix.
11956
11957 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11958
11959 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
11960 temporary file for buffer already visiting one. This change makes
11961 output likely to be directly usable by patch program.
11962 Suggested by Adrian Aichner <adrian@xemacs.org>
11963
11964 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
11965
11966 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
11967 case of variables defined in compound statements.
11968 (gdb-setup-windows, gdb-source-info, gdb-source-info):
11969 Simplify constructions using switch-to-buffer.
11970
11971 2004-02-19 Simon Josefsson <jas@extundo.com>
11972
11973 * play/morse.el: Fix typo.
11974 (morse-code): Add @.
11975
11976 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11977
11978 * calendar/appt.el (appt-display-format): Change default to
11979 'ignore, for backwards compatibility.
11980 (appt-display-message): If appt-display-format is 'ignore,
11981 respect old vars appt-msg-window and appt-visible.
11982 (appt-activate): Don't depend on return value of cancel-timer.
11983
11984 * calendar/calendar.el (calendar-holidays): Doc fix.
11985
11986 * calendar/cal-coptic.el (coptic-prompt-for-date):
11987 Use assoc-string instead of assoc-ignore-case.
11988 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11989 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11990 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11991 * calendar/cal-islam.el (calendar-goto-islamic-date)
11992 (mark-islamic-diary-entries): Ditto.
11993 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11994 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11995 (calendar-read-mayan-tzolkin-date): Ditto.
11996 * calendar/calendar.el (calendar-read-date): Ditto.
11997 * calendar/diary-lib.el (mark-diary-entries): Ditto.
11998
11999 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
12000
12001 * progmodes/executable.el (executable-command-find-posix-p):
12002 Fix choice of the directory.
12003
12004 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12005
12006 * simple.el (interprogram-cut-function)
12007 (interprogram-paste-function, kill-new, kill-append):
12008 Doc fixes.
12009 (kill-region): Make it return nil. Doc fix.
12010 (yank-pop): Make its argument optional.
12011 (yank): Make ARG `-' equivalent to `-1'.
12012
12013 2004-02-17 Eli Zaretskii <eliz@gnu.org>
12014
12015 * mail/rmail.el (rmail-get-new-mail): Don't reference
12016 rmail-use-spam-filter if rmail-spam-filter is not loaded.
12017
12018 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12019
12020 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12021 if one of global-auto-revert-non-file-buffers or autorevert-mode
12022 is non-nil.
12023
12024 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12025
12026 * subr.el (delete-dups): A better implementation from Karl Heuer
12027 <kwzh@gnu.org>.
12028
12029 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12030
12031 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12032 correct place.
12033 * progmodes/icon.el (icon-indent-command): Ditto.
12034 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12035
12036 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12037
12038 * progmodes/grep.el (grep-compute-defaults): Undo change from
12039 2004-01-29: don't use executable-command-find-posix-p.
12040
12041 2004-02-16 Richard Sharman <rsharman@pobox.com>
12042
12043 * hilit-chg.el: Use require instead of eval-and-compile.
12044 (highlight-compare-buffers): New function.
12045
12046 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
12047
12048 * man.el (Man-fontify-manpage): Render section headings in
12049 `Man-overstrike-face' even when overstrike was not used by man
12050 formatter for section headings.
12051
12052 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
12053
12054 * rmail-spam-filter.el: (vm-use-spam-filter)
12055 (rsf-min-region-length-added-to-spam-list): New variables.
12056 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12057 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
12058 spam testing. Don't delete spam message if automatic deletion
12059 after output via variable rmail-delete-after-output is turned on.
12060 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12061 rsf-bbdb-dont-create-entries-for-spam.
12062 (check-field): New function, extracted from code in
12063 rmail-spam-filter to ease addition of header fields like content-type.
12064 (message-content-type): New variable to check the content-type:
12065 field added, also in defcustom of rsf-definitions-alist.
12066 (rmail-spam-filter): Replace repeated test code for header fields
12067 by calls to check-field; change the call to
12068 rmail-output-to-rmail-file such that rmail-current-message stays
12069 the same to avoid wrong deletion of unseen flags.
12070 (rsf-add-contents-type): New function to convert old format
12071 of rmail-spam-definitions-alist into new one.
12072 Change prefixes of all variables and functions from
12073 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12074
12075 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12076
12077 * loadhist.el (unload-hook-features-list): New defvar.
12078
12079 2004-02-16 Dave Love <fx@gnu.org>
12080
12081 * loadhist.el (unload-feature): Doc fix. Rename flist to
12082 unload-hook-features-list.
12083
12084 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
12085
12086 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12087 cookie. Don't check if we are looking-at open-formula.
12088
12089 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12090
12091 * subr.el (match-string-no-properties): Use substring-no-properties.
12092
12093 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12094
12095 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12096 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12097 Use lower-case "rx" in all error message.
12098
12099 2004-02-16 Dave Love <fx@gnu.org>
12100
12101 * emacs-lisp/rx.el (rx-or): Put group around result.
12102 (rx-constituents): Add backref.
12103 (rx-syntax): Add string-delimiter, comment-delimiter.
12104 (rx-categories): Add combining-diacritic.
12105 (rx-check-not, rx-greedy, rx): Doc fix.
12106 (rx-backref, rx-check-backref): New.
12107
12108 2004-02-16 Jesper Harder <harder@ifa.au.dk>
12109
12110 * newcomment.el (uncomment-region): Allow eob as comment end.
12111
12112 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12113
12114 * filecache.el: All message and error commands now use prefix
12115 "Filecache:" to make it easy to read *Messages* buffer.
12116
12117 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12118
12119 * autorevert.el: Add support to detect changed dired and VC buffers.
12120 (auto-revert-active-p, auto-revert-list-diff)
12121 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12122 (auto-revert-handler, auto-revert-active-p): New functions.
12123 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12124 and `auto-revert-active-p'.
12125 (eval-when-compile): Defvar dired-directory and vc-mode.
12126 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12127 (auto-revert-handler-vc): New functions.
12128
12129 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12130
12131 * progmodes/compile.el (compilation-directory): New defvar.
12132 (compile): Save current directory in compilation-directory.
12133 (recompile): Bind default-directory to compilation-directory if
12134 that is non-nil.
12135
12136 2004-02-16 Dave Love <fx@gnu.org>
12137
12138 * newcomment.el (comment-insert-comment-function)
12139 (comment-region-function, uncomment-region-function): New.
12140 (comment-indent): Use comment-insert-comment-function.
12141 (uncomment-region): Use uncomment-region-function.
12142 (comment-region): Use comment-region-function.
12143
12144 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12145
12146 2004-02-16 Richard Stallman <rms@gnu.org>
12147
12148 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12149 loaddefs* and ldefs-boot*.
12150
12151 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12152
12153 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12154 and email address at the beginning and end of the address.
12155
12156 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12157 anchored at the beginning of the email address.
12158
12159 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
12160
12161 * international/ccl.el (ccl-compile-write): Pass `left' to
12162 ccl-embed-code to generate correct code of write-expr-register.
12163
12164 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
12165
12166 * progmodes/grep.el (grep-compute-defaults): Fix typos.
12167
12168 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12169
12170 * x-dnd.el: Mention support for Motif in commentary.
12171 (x-dnd-handle-drag-n-drop-event): Ditto.
12172
12173 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
12174
12175 * ses.el: Use "ses--" prefixes for buffer-local variables.
12176 Use (point-min) instead of 1, even when we know the buffer
12177 is unnarrowed.
12178 (ses-build-load-map): Delete. Distribute its content to defconst's for
12179 the three maps.
12180 (ses-menu, ses-header-line-menu): New menus.
12181 (ses-mode-map): Use them.
12182 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
12183
12184 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
12185
12186 * Makefile.in: Fix the CC Mode recompile kludge so it works
12187 when building in a different directory.
12188
12189 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
12190
12191 * simple.el (kill-new): Put yank-handler property on the entire string.
12192
12193 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * diff.el: Don't use compile any more, use diff-mode instead.
12196 (diff-regexp-alist, diff-old-file, diff-new-file)
12197 (diff-parse-differences, diff-process-setup): Remove.
12198 (diff-sentinel): New fun.
12199 (diff): Use it. Run the process ourselves.
12200 Use diff-mode for the rest of the processing.
12201
12202 * diff.el (diff): Simplify code handling `switch'.
12203
12204 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * pcvs-defs.el (cvs-menu): Add `tag'.
12207
12208 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12209
12210 * simple.el (kill-append): Doc fix.
12211
12212 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12213 Adapt outline-regexp to the new conventions for commenting out code.
12214
12215 2004-02-11 John Paul Wallington <jpw@gnu.org>
12216
12217 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12218
12219 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * diff.el (diff-switches): New fun.
12222 (diff, diff-backup): Use it.
12223 (diff): Clean up the args construction. Use backquote.
12224 Use listp instead of consp to avoid putting a nil arg.
12225 (diff): Add a revert-buffer function.
12226
12227 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12228
12229 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
12230 handled by x-dnd-handle-file-name.
12231 (x-dnd-known-types): Add COMPOUND_TEXT.
12232 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12233 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12234 x-dnd-empty-state.
12235 (x-dnd-forget-drop): Ditto.
12236 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12237 (x-dnd-handle-one-url): Return private when inserting text.
12238 (x-dnd-insert-ctext): New function.
12239 (x-dnd-handle-file-name): New function for FILE_NAME.
12240 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12241 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12242 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12243
12244 2004-02-10 Kenichi Handa <handa@m17n.org>
12245
12246 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12247 instead of while loop.
12248
12249 2004-02-10 Miles Bader <miles@gnu.org>
12250
12251 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12252
12253 2004-02-09 Kenichi Handa <handa@m17n.org>
12254
12255 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12256 have end-of-line.
12257
12258 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
12259
12260 * Makefile.in: Added extra dependencies in the recompile target
12261 needed to cope with the compile time macro expansions in CC Mode.
12262
12263 2004-02-09 Kim F. Storm <storm@cua.dk>
12264
12265 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12266 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12267 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12268 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12269 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12270 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12271 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12272 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12273 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12274 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12275 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12276
12277 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12278
12279 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12280 Don't allow shrink if there's a window on our right.
12281
12282 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12283 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12284 Bring together declaration and initialization.
12285 (prolog-mode-variables): Don't set the syntax table.
12286 Don't set paragraph-start and comment-indent-function.
12287 Add /*..*/ to the comment regexps.
12288 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
12289 (prolog-mode-map): Don't bind TAB.
12290 (prolog-mode): Set the syntax table.
12291 (prolog-comment-indent): Remove.
12292 (inferior-prolog-mode-map): Initialize in the declaration.
12293 (inferior-prolog-mode-syntax-table)
12294 (inferior-prolog-mode-abbrev-table): New vars.
12295 (inferior-prolog-mode): Derive from comint-mode.
12296 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12297 minibuffer windows.
12298
12299 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12300 in file names, as long as it is unabmiguous.
12301
12302 2004-02-08 Andreas Schwab <schwab@suse.de>
12303
12304 * textmodes/reftex-toc.el
12305 (reftex-toc-load-all-files-for-promotion): Remove useless use of
12306 format. Doc fix.
12307
12308 * textmodes/refer.el (refer-find-entry-internal): Remove extra
12309 format string arguments.
12310
12311 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12312 string argument.
12313
12314 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12315
12316 * play/zone.el (zone-call): Fix format string.
12317
12318 * net/webjump.el (webjump-builtin): Add missing format string argument.
12319
12320 * midnight.el (midnight-delay-set): Remove extra format string argument.
12321
12322 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12323
12324 * hexl.el (hexl-insert-char): Add missing format string argument.
12325
12326 * format.el (format-decode): Fix format string.
12327
12328 * emulation/vi.el (vi-mode): Remove extra format string argument.
12329 (vi-repeat-last-search): Likewise.
12330 (vi-reverse-last-search): Likewise.
12331 (vi-goto-mark): Likewise.
12332 (vi-reverse-last-find-char): Likewise.
12333 (vi-repeat-last-find-char): Likewise.
12334 (vi-locate-def): Likewise.
12335
12336 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12337
12338 * ediff-util.el (ediff-toggle-read-only): Remove extra format
12339 string argument.
12340 (ediff-toggle-regexp-match): Likewise.
12341
12342 * dired-aux.el (dired-do-query-replace-regexp): Add missing
12343 format string argument.
12344
12345 * calc/calc-map.el (calc-get-operator): Remove extra format
12346 string argument.
12347
12348 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12349
12350 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12351 string argument.
12352
12353 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12354
12355 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12356
12357 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12358
12359 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12360 (cl-struct-setf-expander): Likewise.
12361
12362 * vc.el (with-vc-file): Fix unsafe uses of error.
12363 (vc-cancel-version): Likewise.
12364
12365 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
12366
12367 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12368 thousands separator; fixes <class>:<line-number> regexp for
12369 non-english locales.
12370
12371 2004-02-08 Andreas Schwab <schwab@suse.de>
12372
12373 * view.el (view-mode-enable): Revert previous change.
12374
12375 2004-02-07 Kim F. Storm <storm@cua.dk>
12376
12377 * simple.el (line-number-at-pos): Rename from line-at-pos.
12378 Uses changed (what-line and vc-annotate-warp-version).
12379
12380 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12381
12382 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12383 (diff-mode): Remove aborted attempt at support for compile.el.
12384 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12385
12386 2004-02-06 Andreas Schwab <schwab@suse.de>
12387
12388 * view.el (view-mode-enable): Add view-mode-map to
12389 minor-mode-overriding-map-alist.
12390
12391 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12392
12393 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12394
12395 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12398 with point inside rather than after the paragraph.
12399
12400 2004-02-04 Sam Steingold <sds@gnu.org>
12401
12402 * mail/smtpmail.el (smtpmail-try-auth-methods):
12403 Do not try authentication when no mechanism is available.
12404 Pass port-name as defaultport to `netrc-machine'.
12405
12406 2004-02-04 Stephen Eglen <stephen@gnu.org>
12407
12408 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12409 to show how minibuffer height can be constrained.
12410
12411 2004-02-04 John Paul Wallington <jpw@gnu.org>
12412
12413 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12414
12415 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12416
12417 * x-dnd.el: New file for drag and drop.
12418
12419 * term/x-win.el: require x-dnd, set after-make-frame-functions
12420 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12421 drag-n-drop event.
12422
12423 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12424 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12425 (dired-dnd-handle-file): New functions for drag and drop support.
12426 (dired-mode): Initialize drag and drop if x-dnd present.
12427
12428 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12431 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12432 (cperl-mode): Set fill-paragraph-function.
12433 (cperl-fill-paragraph): Make it non-interactive.
12434
12435 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
12436
12437 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12438
12439 2004-02-02 David Kastrup <dak@gnu.org>
12440
12441 * replace.el (perform-replace): Allow 'literal argument in
12442 regexp-flag to indicate literal replacement.
12443 (query-replace-regexp-eval): Use it.
12444
12445 2004-02-01 Andreas Schwab <schwab@suse.de>
12446
12447 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12448
12449 2004-02-01 Stephen Eglen <stephen@gnu.org>
12450
12451 * info-look.el: Add support for maxima-mode. Update commentary
12452 because info-lookup-symbol is now bound to C-h S.
12453
12454 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
12455
12456 * simple.el (edit-and-eval-command): Bind print-level and
12457 minibuffer-history-sexp-flag around call to read-from-minibuffer.
12458 Correct initial position in command-history.
12459
12460 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
12461
12462 * files.el (read-directory-name): Adapt the docstring to recent
12463 change in Fread_file_name.
12464
12465 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
12466
12467 * ses.el (ses-print-cell): If print format too wide for column
12468 width, truncate decimal places if that helps to avoid "#####" fill.
12469 * ses.el (ses-initial-column-width): Revert previous change.
12470
12471 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12474 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12475 Add edebug info.
12476 (jit-lock-mode): Setup/cancel the new timer.
12477 (jit-lock-context-fontify): New fun. Extracted from
12478 context fontification code of jit-lock-stealth-fontify.
12479 (jit-lock-stealth-fontify): Don't do context fontification any more.
12480
12481 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12482 (jit-lock-fontify-now): Handle the `quit' case.
12483 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12484
12485 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
12486
12487 * progmodes/executable.el (executable-command-find-posix-p):
12488 New. Check if find handles arguments Posix-style.
12489
12490 * progmodes/grep.el (grep-compute-defaults):
12491 Use executable-command-find-posix-p.
12492 (grep-find): Check `grep-find-command'.
12493
12494 * filecache.el (file-cache-find-posix-p): Delete.
12495 (file-cache-add-directory-using-find):
12496 Use `executable-command-find-posix-p'.
12497
12498 2004-01-29 Dave Love <fx@gnu.org>
12499
12500 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12501 Iterate the hook function if arg is given.
12502 (mark-defun, narrow-to-defun): Change order of finding the limits.
12503
12504 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12505 (byte-compile-format-warn): New.
12506 (byte-compile-callargs-warn): Use it.
12507 (Format, message, error): Add byte-compile-format-like property.
12508 (byte-compile-maybe-guarded): New.
12509 (byte-compile-if, byte-compile-cond): Use it.
12510 (byte-compile-lambda): Compile interactive forms,
12511 just to make warnings about them.
12512
12513 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
12514
12515 * ses.el (ses-initial-column-width): Increase to 14, so it will
12516 work well with the default printer of "%.7g" for extreme values
12517 like "-1.234567e+07".
12518
12519 2004-01-29 Kenichi Handa <handa@m17n.org>
12520
12521 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12522
12523 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
12524
12525 * dos-w32.el: Added support for the `default-printer-name' function.
12526
12527 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12528
12529 * server.el (server-socket-name): Don't use the hostname in the
12530 socket name since /tmp is local to the host anyway.
12531
12532 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12533 robust check of widening and fix var-naming.
12534
12535 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
12536
12537 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12538 or rmail-spam- to rsf- in all function and variable names.
12539 (rsf-min-region-to-spam-list): New variable.
12540 (rsf-bbdb-auto-delete-spam-entries): Rename from
12541 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
12542 scanned together with the recipients field for spam testing; Don't
12543 delete spam message if rmail-delete-after-output is non-nil;
12544 (rsf-check-field): New function, extracted from code in
12545 rmail-spam-filter to ease addition of header fields like
12546 content-type:;
12547 (message-content-type): New variable. The content-type: field was
12548 added also in defcustom of rsf-definitions-alist;
12549 (rmail-spam-filter): Replace repeated test code for header fields
12550 by calls to check-field; change the call to
12551 rmail-output-to-rmail-file such that rmail-current-message stays
12552 the same to avoid wrong deletion of unseen flags.
12553 (rmail-use-spam-filter): Add autoload cookie.
12554
12555 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
12556
12557 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
12558 (file-cache-add-directory-using-find): Add Cygwin support.
12559 (file-cache-find-command-posix-flag): New user variable.
12560
12561 * filecache.el (file-cache-add-directory): Check for
12562 directories an remove them from dir-files.
12563
12564 2004-01-27 Richard M. Stallman <rms@gnu.org>
12565
12566 * man.el (Man-fontify-manpage): Clean up message.
12567
12568 2004-01-27 Kenichi Handa <handa@m17n.org>
12569
12570 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12571 (sentence-end): Define using sentence-end-without-space.
12572
12573 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12574 a sentence ends with one of a character in sentence-end-without-space.
12575
12576 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
12577
12578 * font-lock.el (font-lock): Add jit-lock as explicit group member.
12579 (jit-lock): Group declaration moved to jit-lock.el.
12580 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12581 when necessary.
12582
12583 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12584 (jit-lock-context-unfontify-pos): Rename from
12585 jit-lock-first-unfontify-pos.
12586 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12587
12588 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12589
12590 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12591 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12592 (fortran-fill): When filling a string, adjust re-search-backward
12593 argument for special case of string just on fill-column.
12594 When filling non-string, allow one extra char if
12595 fortran-break-before-delimiters is non-nil.
12596 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12597 Use fortran-break-delimiters-re and fortran-no-break-re to
12598 correctly handle cases such as "**".
12599
12600 * progmodes/f90.el (f90-break-delimiters): Doc fix.
12601 (f90-no-break-re): Add some extra tokens. Doc fix.
12602
12603 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
12604
12605 * mail/rmail-spam-filter.el:
12606 Use two semicolons as Commentary line prefix.
12607 Add ";;; Code:" stylized comment.
12608 Delete end-of-line whitespace.
12609 Wrap (require 'cl) with `eval-when-compile'.
12610
12611 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
12612
12613 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12614 at the top level of vc.el.
12615
12616 2004-01-23 Andre Spiegel <spiegel@gnu.org>
12617
12618 * vc.el (vc-current-line): Function removed. This is now done by
12619 the new function line-at-pos in simple.el.
12620 (vc-annotate-warp-version): Use line-at-pos instead of
12621 vc-current-line.
12622
12623 2004-01-22 Kim F. Storm <storm@cua.dk>
12624
12625 * simple.el (line-at-pos): New defun.
12626 (what-line): Use it. Optimize by only counting lines in narrowed
12627 region once.
12628
12629 2004-01-22 Kenichi Handa <handa@m17n.org>
12630
12631 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12632 point (register r1) only for charset mule-unicode-0100-24ff.
12633
12634 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
12635
12636 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12637 trailing white space and ensure a final newline.
12638
12639 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12640 Add autoload cookie.
12641
12642 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
12643
12644 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12645 activate view-mode explicitly.
12646
12647 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12648
12649 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12650 use clipboard first.
12651
12652 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12653
12654 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
12655 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12656 (vc-mcvs-cvs): Remove.
12657 (vc-mcvs-command): Remove use of assert.
12658
12659 * outline.el (outline-insert-heading): Tighten up match.
12660 (outline-demote, outline-move-subtree-down): Don't assume anything
12661 about outline-regexp.
12662
12663 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12664 (texinfo-show-structure): Explicitly add ^, and simplify.
12665
12666 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
12667
12668 * calendar/appt.el (appt-check): Restore usage of
12669 appt-issue-message deleted in previous change.
12670 (top-level): Activate package when loaded (needed for backwards
12671 compatibility).
12672
12673 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12674
12675 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12676 following previous change to smtpmail-send-data.
12677
12678 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
12679
12680 * vc.el (vc-default-previous-version): Doc enhancement.
12681 (vc-default-next-version): New function.
12682 (vc-print-log): New arg FOCUS-REV.
12683 (vc-annotate-mode): Derive from view-mode.
12684 (vc-annotate): New args REVISION, DISPLAY-MODE.
12685 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12686 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12687 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12688 (vc-annotate-show-diff-revision-at-line, vc-current-line)
12689 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12690
12691 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12692
12693 2004-01-19 Karl Berry <karl@gnu.org>
12694
12695 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12696 or "TexInfo".
12697
12698 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
12699
12700 * subr.el (delete-dups): New function.
12701
12702 2004-01-19 Karl Berry <karl@gnu.org>
12703
12704 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12705 with ^, since that's what texinfo-show-structure
12706 documentation says (plus it works much better in texinfo.txi).
12707
12708 2004-01-18 Jesper Harder <harder@ifa.au.dk>
12709
12710 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12711
12712 2004-01-18 David Ponce <david@dponce.com> (tiny change)
12713
12714 * progmodes/which-func.el (which-function-mode): Don't cancel
12715 which-func-update-timer if not set.
12716
12717 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
12718
12719 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12720 Remove spurious left square bracket in XX:XXam regexp.
12721
12722 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
12723
12724 * progmodes/cc-defs.el: Do not require cl at run time.
12725
12726 2004-01-16 Richard M. Stallman <rms@gnu.org>
12727
12728 * emacs-lisp/cl.el (cl-cannot-unload): New function.
12729 (cl-unload-hook): Defvar this to run cl-cannot-unload.
12730
12731 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12732 Call rmail-spam-filter. Delete and expunge spam.
12733 Print number of spam messages deleted.
12734 Save and restore the deletion status of old messages when reading
12735 new mail with spam filter, so that expunging spam does not expunge
12736 msgs deleted by the user.
12737 (rmail-only-expunge): Add an optional argument dont-show to
12738 prevent showing message after expunge.
12739
12740 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12741
12742 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12743 * subr.el (declare): New macro.
12744
12745 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
12746
12747 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12748
12749 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
12750
12751 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12752 Test window-system rather than system-type (for X11/Mac).
12753
12754 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
12755
12756 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12757
12758 2004-01-12 Richard M. Stallman <rms@gnu.org>
12759
12760 * mail/rmail.el (rmail-convert-to-babyl-format):
12761 Use mail-unquote-printable-region.
12762 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
12763 (rmail-hex-char-to-integer): Functions deleted.
12764
12765 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
12766 (mail-unquote-printable-region): New arg NOERROR.
12767 For invalid encoding, either signal an error to just return nil.
12768
12769 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12770
12771 * calendar/appt.el: Update copyright and commentary.
12772 (appt-issue-message): Make obsolete.
12773 (appt-visible, appt-msg-window): Make obsolete, in favour of
12774 appt-display-format.
12775 (appt-display-mode-line, appt-display-duration)
12776 (appt-display-diary, appt-time-msg-list, appt-mode-string)
12777 (appt-prev-comp-time, appt-display-count, appt-timer)
12778 (appt-convert-time): Doc change.
12779 (appt-disp-window-function, appt-delete-window-function):
12780 Use defcustom rather than defvar.
12781 (appt-display-format): New variable.
12782 (appt-display-message): New function with display code from appt-check.
12783 (appt-check): Add optional FORCE argument. Doc change.
12784 Add appt-make-list to diary-hook if displaying diary.
12785 Remove checking of view-diary-entries-initially.
12786 Message display section removed to new function appt-display-message.
12787 (appt-display-window): Doc change. Remove unused internal var
12788 this-buffer. Do not beep, since appt-display-message does that.
12789 (appt-make-list): Doc change. Use caar.
12790 (appt-sort-list): Simplify by using builtin sort function.
12791 (appt-update-list): New function for updating appts when diary is
12792 saved.
12793 (appt-activate): New autoloaded function to toggle package
12794 functionality.
12795
12796 * calendar/cal-x.el: (calendar-one-frame-setup)
12797 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
12798
12799 * calendar/calendar.el: Update copyright.
12800 (view-diary-entries-initially, european-calendar-style): Doc change.
12801 (calendar-setup): Make defcustom rather than defvar.
12802 (mark-visible-calendar-date): Initialize temp-face and faceinfo
12803 in let binding so local to function.
12804
12805 * calendar/diary-lib.el: Update copyright.
12806 (diary, diary-entry-time): Doc change.
12807 (list-diary-entries): Doc change. Trivial logic change.
12808 (fancy-diary-display): Restore make-face command mistakenly
12809 deleted 2003-05-08.
12810 (show-all-diary-entries): Allow to pop-up frame if needed.
12811
12812 2004-01-09 John Paul Wallington <jpw@gnu.org>
12813
12814 * bindings.el (mode-line-change-eol): Add EVENT parameter.
12815 Temporarily select EVENT's window for changing eol type.
12816
12817 2004-01-09 Deepak Goel <deego@gnufans.org>
12818
12819 * calendar/diary-lib.el (diary-entry-time):
12820 Also accept time in the form XX[.XX][am/pm/AM/PM].
12821 (fancy-diary-font-lock-keywords): Likewise.
12822 (diary-font-lock-keywords): Likewise.
12823 * calendar/appt.el (appt-add): Likewise.
12824 (appt-make-list): Likewise.
12825 (appt-convert-time): Likewise.
12826
12827 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
12828
12829 * gdb-ui.el (gdb-ann3): Revert previous change.
12830 (gdb-source-info): Allow for case of where compilation directory
12831 is not recorded.
12832
12833 2004-01-08 John Paul Wallington <jpw@gnu.org>
12834
12835 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
12836
12837 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
12838
12839 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
12840
12841 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
12842 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
12843 problems.
12844 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
12845
12846 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12847
12848 * files.el (write-file-functions, write-contents-functions):
12849 Clarify docstrings.
12850
12851 2004-01-07 Kenichi Handa <handa@m17n.org>
12852
12853 * international/mule.el (set-auto-coding): Fix for the case that
12854 end-of-line is only CR.
12855
12856 2004-01-07 Kim F. Storm <storm@cua.dk>
12857
12858 * subr.el (event-start, event-end): Doc fix.
12859 (posn-string, posn-image): New defuns.
12860 (posn-object): Return either image or string object.
12861 (posn-object-x-y): Return 8th element of position.
12862 (posn-object-width-height): New defun.
12863
12864 2004-01-06 Andreas Schwab <schwab@suse.de>
12865
12866 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
12867 output.
12868
12869 2004-01-05 Karl Berry <karl@gnu.org>
12870
12871 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
12872 / and *, too.
12873
12874 2003-12-31 Simon Josefsson <jas@extundo.com>
12875
12876 * files.el (before-save-hook): Add.
12877 (basic-save-buffer): Use before-save-hook.
12878
12879 * emacs-lisp/copyright.el: Fix comment to recommend
12880 before-save-hook instead of write-file-functions.
12881
12882 2004-01-05 Richard M. Stallman <rms@gnu.org>
12883
12884 * finder.el (finder-commentary): Call delete-other-windows.
12885
12886 * net/ange-ftp.el (ange-ftp-file-attributes):
12887 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
12888
12889 2004-01-04 Karl Berry <karl@gnu.org>
12890
12891 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
12892 comment characters % and # in the copyright year notice,
12893 as well as ;.
12894
12895 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
12896
12897 * wid-edit.el (default): Define dummy :value-delete.
12898 Reported by Jesper Harder <harder@ifa.au.dk>.
12899
12900 2004-01-03 Richard M. Stallman <rms@gnu.org>
12901
12902 * progmodes/compile.el (compile-internal): Use point, not point-min,
12903 for set-window-point.
12904
12905 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
12906
12907 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
12908
12909 * progmodes/grep.el (grep-mode-map):
12910 Don't remap next-line, previous-line.
12911
12912 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
12913
12914 * speedbar.el (speedbar-edit-line): Change regexp to position
12915 the cursor on the first character of this line's button.
12916
12917 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12918
12919 * subr.el (functionp): Doc fix.
12920
12921 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
12922
12923 * progmodes/idlwave.el (idlwave-make-tags):
12924 * textmodes/flyspell.el (flyspell-large-region):.
12925 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
12926 * emulation/viper-util.el (viper-glob-unix-files):
12927 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
12928 * man.el (Man-init-defvars):
12929 * jka-compr.el (jka-compr-call-process):
12930 * files.el (get-free-disk-space,insert-directory):
12931 * ediff-ptch.el (ediff-test-patch-utility):
12932 * ediff-diff.el (ediff-test-utility):
12933 * dired-aux.el (dired-check-process):
12934 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
12935 test the return value of call-process, because it can be a string.
12936
12937 2003-12-31 John Paul Wallington <jpw@gnu.org>
12938
12939 * bindings.el (completion-ignored-extensions): Add .pfsl.
12940
12941 2003-12-31 Kim F. Storm <storm@cua.dk>
12942
12943 * ido.el (ido-nonreadable-directory-p): New defun to check for
12944 nonreadable directory without activating tramp (to avoid problems
12945 with checking incomplete tramp paths).
12946 (ido-set-current-directory, ido-file-internal)
12947 (ido-file-name-all-completions1): Use it.
12948
12949 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12950
12951 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
12952 documentation if the anchor (or node) name is preceded by `info
12953 anchor' or `Info anchor' in addition to earlier `info node' and
12954 `Info node'.
12955 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
12956
12957 2003-12-30 Eli Zaretskii <eliz@gnu.org>
12958
12959 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
12960 error in arguments to base64-decode-region. Remove ^M characters
12961 after decoding base64.
12962
12963 2003-12-30 Simon Josefsson <jas@extundo.com>
12964
12965 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
12966 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
12967 have only been distributed with Emacs for some years.
12968 (texinfo-mode-hook): Customize.
12969
12970 2003-12-30 Eli Zaretskii <eliz@gnu.org>
12971
12972 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
12973 cleaner (suggested by Richard Stallman).
12974
12975 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
12976 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
12977 file-name clashes on 8+3 DOS filesystems.
12978
12979 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
12980 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
12981 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
12982 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
12983 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
12984 file-name clashes on 8+3 filesystems.
12985
12986 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
12987 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
12988 file-name clashes on 8+3 DOS filesystems.
12989
12990 2003-12-29 Richard M. Stallman <rms@gnu.org>
12991
12992 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
12993 Upcase the character.
12994
12995 * textmodes/flyspell.el (mail-mode-flyspell-verify):
12996 Search for header separator alone on a line, literally,
12997 and search for it backward, not forward.
12998 (flyspell-abbrev-table): Always use global-abbrev-table
12999 if there is no local one.
13000
13001 * progmodes/sh-script.el (sh-get-indent-info):
13002 Don't move point back if at bob.
13003
13004 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13005
13006 * play/handwrite.el (handwrite): Make the handwrite credit message
13007 a comment rather than an output command.
13008
13009 * obsolete/sc.el: Display message that this file is obsolete.
13010
13011 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13012
13013 * mail/rfc822.el (rfc822-address-start): Declare variable.
13014 Renamed from address-start. All uses changed.
13015
13016 * term.el (term-exec): Set up sentinel.
13017 (term-sentinel): New function.
13018 (term-handle-exit): New function.
13019
13020 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13021 Use assoc-string, and mark them obsolete.
13022 (delay-mode-hooks): Mark as permanent local.
13023
13024 * simple.el (sendmail-user-agent-compose): Use assoc-string.
13025
13026 * register.el (copy-rectangle-to-register): Doc fix.
13027
13028 * info.el (Info-insert-dir): Use assoc-string.
13029
13030 * info-look.el (info-lookup): Use assoc-string.
13031
13032 * frame.el (pop-up-frame-function): Use quote, not `function'.
13033 (frame-notice-user-settings): Calculate ADJUSTED-TOP
13034 copying with lists as coordinate values.
13035
13036 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13037
13038 * find-dired.el (kill-find): New command.
13039 (find-dired): Make buffer read-only.
13040 Set up a keymap with C-c C-k running kill-find.
13041 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13042
13043 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13044
13045 * filecache.el (file-cache-ignore-case): New variable.
13046 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
13047
13048 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13049 (comint-dynamic-complete-as-filename): Rename local vars.
13050 (comint-dynamic-list-filename-completions): Likewise.
13051
13052 * comint.el (comint-dynamic-list-completions-config): New var.
13053 (comint-dynamic-list-completions): Handle both SPC and TAB right.
13054
13055 * comint.el (comint-file-name-chars): Add [].
13056 (comint-word): Use skip-chars-backward, not search.
13057
13058 * shell.el (shell-file-name-chars): Add [].
13059
13060 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13061
13062 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13063
13064 * generic.el (define-generic-mode): Doc fix.
13065
13066 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13067
13068 * files.el (kill-some-buffers): Doc fix.
13069
13070 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
13071
13072 * comint.el (comint-watch-for-password-prompt): Pass `string' as
13073 arg to send-invisible
13074 (send-invisible): Doc fix. The argument is now a prompt, not the
13075 string to send.
13076 (comint-read-noecho): Doc fix.
13077
13078 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
13079
13080 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13081 "@", as required by some ISP hosting service. Fix defcustom
13082 argument syntax errors that prevented use of customization.
13083
13084 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13085
13086 * xml.el (xml-get-attribute-or-nil): Doc fix.
13087
13088 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
13089
13090 * net/zone-mode.el (zone-mode): Use write-file-functions, not
13091 write-file-hooks.
13092
13093 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
13094
13095 * autorevert.el (auto-revert-interval): Doc fix.
13096
13097 2003-12-29 Mark A. Hershberger <mah@everybody.org>
13098
13099 * xml.el (xml-get-attribute-or-nil): New function, like
13100 xml-get-attribute, but returns nil if the attribute was not found.
13101 (xml-get-attribute): Convert to defsubst, uses
13102 xml-get-attribute-or-nil.
13103
13104 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13105
13106 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13107
13108 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
13109
13110 * custom.el (custom-declare-theme): Use `value' when putting
13111 properties on `theme'.
13112
13113 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
13114
13115 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13116 for each yank-handler segment.
13117 (insert-for-yank-1): New function, with the body of the previous
13118 insert-for-yank.
13119
13120 * textmodes/table.el (table-yank-handler): New defcustom.
13121 (table--put-cell-indicator-property): Put yank-handler property
13122 that indicates the yank handler for the table cell.
13123
13124 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13125
13126 * generic-x.el (etc-modules-conf-generic-mode): A more complete
13127 set of keywords.
13128
13129 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13130
13131 * international/mule-cmds.el (reset-language-environment)
13132 (set-language-environment): Don't invoke fontset-related functions
13133 if fontset-list is not fboundp.
13134
13135 2003-12-29 Kenichi Handa <handa@m17n.org>
13136
13137 * international/mule-cmds.el (reset-language-environment):
13138 Call set-overriding-fontspec-internal with nil.
13139 (set-language-environment): Call set-overriding-fontspec-internal
13140 if the language environment specify `overriding-fontspec'.
13141 (language-info-alist): Doc added.
13142
13143 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13144 characters of mule-unicode-0100-24ff.
13145 (ccl-encode-windows-1251-font): New CCL program.
13146 ("Bulgarian"): Specify overriding-fontspec.
13147 ("Belarusian"): Likewise.
13148
13149 2003-12-28 Sam Steingold <sds@gnu.org>
13150
13151 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13152 parameter ID-FORMAT to conform with the 2003-11-30 patch.
13153
13154 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
13155
13156 * progmodes/gud.el (gud-gdb-command-name): Set default to
13157 "gdb --annotate=3".
13158 (gud-gdb-marker-filter): Look out for annotations.
13159 (gdb-first-pre-prompt): New variable.
13160 Remove trailing white space.
13161
13162 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13163 if necessary.
13164 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
13165 annotations are detected.
13166 (gud-gdba-marker-filter): Use global variable gud-marker-acc
13167 instead of a local one to allow transition from
13168 gud-gdb-marker-filter.
13169 Remove trailing white space.
13170
13171 2003-12-27 Kim F. Storm <storm@cua.dk>
13172
13173 * ido.el: Handle non-readable directories.
13174 (ido-decorations): Add 9th element for non-readable directory.
13175 (ido-directory-nonreadable): New dynamic var.
13176 (ido-set-current-directory): Set it.
13177 (ido-read-buffer, ido-file-internal):
13178 (ido-read-file-name, ido-read-directory-name): Let-bind it.
13179 (ido-file-name-all-completions1): Return empty list for
13180 non-readable directory.
13181 (ido-exhibit): Print [Not readable] if directory is not readable.
13182 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13183 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13184 Use it.
13185
13186 2003-12-27 Lars Hansen <larsh@math.ku.dk>
13187
13188 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13189 calls to directory-files-and-attributes and file-attributes.
13190 (ls-lisp-format): Remove system dependent handling of user and
13191 group id's.
13192
13193 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
13194
13195 * ffap.el (ffap-read-file-or-url): Revert previous change.
13196
13197 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
13198
13199 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13200 new list of included files called `files-with-node-lines', that
13201 only have node lines. This way @include commands can include any
13202 file, such as version and update files without node lines, not
13203 just files that are chapters.
13204
13205 2003-12-25 Andreas Schwab <schwab@suse.de>
13206
13207 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13208 file not found.
13209
13210 2003-12-08 Miles Bader <miles@gnu.org>
13211
13212 * dired.el (dired-between-files): Always use dired-move-to-filename,
13213 which is more robust in non-english locales.
13214
13215 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
13216
13217 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13218
13219 2003-12-24 Andreas Schwab <schwab@suse.de>
13220
13221 * shell.el (shell-file-name-quote-list): Add backslash.
13222
13223 * comint.el (comint-quote-filename): Correctly handle backslash
13224 in comint-file-name-quote-list.
13225
13226 2003-12-24 Kenichi Handa <handa@m17n.org>
13227
13228 * international/mule-cmds.el (set-default-coding-systems):
13229 Call ucs-set-table-for-input for all buffers that don't have local
13230 value of buffer-file-coding-system.
13231
13232 * international/ucs-tables.el (ucs-set-table-for-input):
13233 If translation-table-for-encode is a symbol, get its
13234 translation-table property.
13235
13236 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
13237
13238 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13239 to `completing-read' on a recently fixed bug.
13240
13241 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13242 instead of SPACE, to get the list of possible fringe modes.
13243 SPACE only works if both `partial-completion-mode' and
13244 `completion-auto-help' are nil.
13245
13246 * complete.el (PC-is-complete-p): Delete.
13247 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13248 calls to `test-completion'.
13249
13250 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
13251
13252 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13253 to edit values when there are no children.
13254
13255 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13256 a mode called "Assembler" already exists.
13257 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13258 (gud-watch): Use format option. Remove font properties from string.
13259 (gdb-var-create-handler, gdb-var-list-children-handler):
13260 Don't bother about properties as there are none.
13261 (gdb-var-create-handler, gdb-var-list-children-handler)
13262 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13263 with two arguments.
13264 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13265 Let speedbar show value changes with a different font.
13266 (gdb-edit-value): New defun.
13267 (gdb-clear-partial-output, gdb-clear-inferior-io)
13268 (def-gdb-auto-update-handler): Use erase-buffer.
13269 (gdb-frame-handler): Display watch expressions in
13270 FUNCTION::VARIABLE format if required.
13271
13272 2003-12-23 John Paul Wallington <jpw@gnu.org>
13273
13274 * info.el (Info-unescape-quotes, Info-split-parameter-string)
13275 (Info-goto-emacs-command-node): Doc fixes.
13276
13277 2003-12-12 Jesper Harder <harder@ifa.au.dk>
13278
13279 * cus-edit.el (custom-add-parent-links): Define "many".
13280
13281 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
13282
13283 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13284 (widget-child-validate, widget-type-value-create)
13285 (widget-type-default-get, widget-type-match): New functions.
13286 (lazy): New widget.
13287 (menu-choice, checklist, radio-button-choice, editable-list)
13288 (group, documentation-string): Remove redundant (per 2003-10-25
13289 change) calls to `widget-children-value-delete'.
13290 (widget-choice-value-get, widget-choice-value-inline): Remove.
13291 (menu-choice): Update widget.
13292
13293 2003-12-03 Kenichi Handa <handa@m17n.org>
13294
13295 * language/cyrillic.el: Register "microsoft-cp1251" in
13296 ctext-non-standard-encodings-alist.
13297 ("Bulgarian"): Add ctext-non-standard-encodings.
13298 ("Belarusian"): Likewise.
13299
13300 * international/mule-conf.el (compound-text-with-extensions):
13301 Change the type to 2 (iso-2022 base).
13302
13303 * international/mule.el (ctext-non-standard-encodings-alist):
13304 Change the format.
13305 (ctext-non-standard-encodings): New variable.
13306 (ctext-post-read-conversion): Fully re-written.
13307 (ctext-non-standard-designations-alist): Delete it.
13308 (ctext-non-standard-encodings-table): New function.
13309 (ctext-pre-write-conversion): Fully re-written.
13310
13311 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13312
13313 * cus-edit.el (custom-add-parent-links): Add documentation links
13314 for parent, if the item has none of its own.
13315
13316 2003-11-30 Richard M. Stallman <rms@gnu.org>
13317
13318 * dired-aux.el (dired-do-query-replace-regexp):
13319 Report files visited read-only.
13320
13321 2003-11-30 Juri Linkov <juri@jurta.org>
13322
13323 * dired-aux.el (dired-compare-directories): New command.
13324 (dired-file-set-difference, dired-files-attributes): New functions.
13325
13326 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13327 Version 2.0.38 of Tramp released.
13328
13329 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
13330 Charles Curley <charlescurley@charlescurley.com>.
13331 (tramp-multi-connection-function-alist): Add ssht entry which adds
13332 "-e none -t -t" to the list of ssh args. Suggested by Adrian
13333 Aichner.
13334 (tramp-get-method-parameter): New function to retrieve a method
13335 parameter. This allows for omission of method parameters.
13336 Callers adjusted.
13337
13338 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
13339
13340 * net/tramp.el: Add new optional parameter ID-FORMAT to
13341 `file-attributes'. Calls of `file-attributes' won't use this
13342 parameter for backward compatibility reasons.
13343 (tramp-perl-file-attributes): Add a new parameter to Perl script
13344 in order to handle uid/gid as strings, if desired.
13345 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13346 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13347 order to make the function more general.
13348 (tramp-handle-file-attributes): Replace proprietary optional
13349 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13350 (tramp-handle-file-attributes-with-perl): Handle parameter
13351 NONNUMERIC if set. This wasn't done in the past.
13352 (tramp-post-connection): Apply second parameter "$2" if
13353 `tramp-remote-perl' is called.
13354
13355 * net/tramp-smb.el (tramp-smb-handle-delete-file):
13356 Correct cut'n'waste error (`filename' instead of `directory').
13357 (tramp-smb-handle-directory-files-and-attributes)
13358 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13359 introduced parameter ID-FORMAT.
13360 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13361 error (`directory' instead of `ldir').
13362
13363 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13364 `file-attributes' has a second parameter. If yes, apply it with
13365 value "'integer". Otherwise, don't use that parameter (default is
13366 integer format).
13367
13368 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
13369
13370 * help.el (help-map): Bind `display-local-help' to `C-h .'.
13371 (help-for-help): Add `C-h .' to the listed Help options.
13372 Remove trailing whitespace.
13373
13374 * help-at-pt.el: New file.
13375
13376 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
13377
13378 * subr.el (noreturn, 1value): New macros for test coverage.
13379 See `testcover.el'.
13380
13381 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13382
13383 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13384 for macro `1value'.
13385 (testcover-1value): New function. Checks that a 1value form
13386 actually returns only one value. Requested by RMS.
13387
13388 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
13389
13390 * gdb-ui.el (gud-watch, gdb-var-create-handler)
13391 (gdb-var-list-children, gdb-var-list-children-handler)
13392 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13393 gdb commands that use mi to keep them out of the command history.
13394
13395 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13396
13397 * cus-start.el (all): Add use-file-dialog.
13398
13399 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13402
13403 2003-11-27 Kim F. Storm <storm@cua.dk>
13404
13405 * subr.el (posn-object-x-y): New defun.
13406
13407 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13408
13409 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13410 Don't use `space' for \\\n.
13411 Be more selective as to which # are comment-starters.
13412
13413 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
13414
13415 * subr.el (number-sequence): Improve handling of floating point
13416 arguments (suggested by Kim Storm). Allow negative arguments.
13417
13418 2003-11-26 Kenichi Handa <handa@m17n.org>
13419
13420 * international/mule-cmds.el (standard-display-european-internal):
13421 Cancel the standard-display-table setting for ` and '.
13422
13423 2003-11-26 Kim F. Storm <storm@cua.dk>
13424
13425 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13426 New defcustoms to add ffap-like functionality to ido.
13427 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
13428 (ido-no-final-slash): New defun.
13429 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13430 (ido-read-file-name): ): Toggle VC checking via
13431 vc-handled-backends instead of vc-master-templates.
13432 (ido-file-internal): Handle ido-use-url-at-point and
13433 ido-use-filename-at-point via code borrowed from ffap-guesser.
13434 Handle new ido-exit code ffap.
13435 (ido-sort-list): Ignore final slash when sorting file names.
13436
13437 2003-11-25 Kim F. Storm <storm@cua.dk>
13438
13439 * emulation/cua-base.el (cua--standard-movement-commands):
13440 Add forward-sentence and backward-sentence.
13441
13442 2003-11-25 Stephen Eglen <stephen@gnu.org>
13443
13444 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13445 iswitchb-exit is set to 'usefirst when user selects buffer at head
13446 of list using RET. (Selecting buffers at the head of the list was
13447 broken if the substring was also a complete buffername.)
13448
13449 2003-11-23 Kim F. Storm <storm@cua.dk>
13450
13451 * progmodes/compile.el (grep-command, grep-use-null-device)
13452 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13453 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13454 (grep-regexp-alist, grep-program, find-program)
13455 (grep-find-use-xargs, grep-history, grep-find-history)
13456 (grep-process-setup, grep-compute-defaults)
13457 (grep-default-command, grep, grep-tag-default, grep-find)
13458 (grep-expand-command-macros, grep-tree-last-regexp)
13459 (grep-tree-last-files, grep-tree): Move grep variables, functions
13460 and commands to new file grep.el.
13461 (compilation-mode-map): Remove grep commands from Compile sub-menu.
13462 (compilation-process-setup-function): Doc fix.
13463 (compilation-highlight-regexp, compilation-highlight-overlay): New
13464 defvars used for highlighting current compile error in source buffer.
13465 (compile-internal): New optional args HIGHLIGHT-REGEXP and
13466 LOCAL-MAP which overrides compilation-highlight-regexp and
13467 compilation-mode-map for this compilation.
13468 Delay calling compilation-set-window-height until after running
13469 compilation-process-setup-function so it can buffer-local override
13470 compilation-window-height.
13471 Check buffer-local value of compilation-scroll-output.
13472 (compilation-set-window-height): Use buffer-local value of
13473 compilation-window-height.
13474 (compilation-revert-buffer): Don't pass (undefined)
13475 preserve-modes arg to revert-buffer.
13476 (next-error-no-select, previous-error-no-select): New commands.
13477 (compilation-goto-locus): Temporarily highlight current match in
13478 source buffer using compilation-highlight-regexp.
13479
13480 * progmodes/grep.el: New file with grep code from compile.el.
13481 (grep): New defcustom group.
13482 (grep-window-height): New defcustom, like compilation-window-height.
13483 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13484 (grep-scroll-output): New defcustom, like compilation-scroll-output.
13485 (grep-command, grep-use-null-device, grep-find-command)
13486 (grep-tree-files-aliases, grep-tree-ignore-case)
13487 (grep-tree-ignore-CVS-directories): Move to grep custom group.
13488 (grep-setup-hook): New hook variable.
13489 (grep-mode-map): New keymap for grep commands. Add Grep menu.
13490 (grep-last-buffer): New defvar, override compilation-last-buffer.
13491 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
13492 Call compile-internal with args highlight-regexp and grep-mode-map.
13493
13494 2003-11-23 Kim F. Storm <storm@cua.dk>
13495
13496 * subr.el (event-start, event-end): Doc fix.
13497 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13498 (posn-area, posn-actual-col-row, posn-object): New defuns.
13499 (posn-col-row): Simplify doc. Rewrite to use cond.
13500 (posn-point): Also return buffer position for events outside text
13501 area (that info is now present in the event position).
13502
13503 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13504 mouse-set-point so that hscroll still works now that clicks on
13505 fringes generate specific mouse events.
13506 (mouse-set-point): Note that it now works in fringes and margins
13507 too due to new semantics of posn-point in fringes and margins.
13508
13509 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13510 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13511
13512 2003-11-20 Kim F. Storm <storm@cua.dk>
13513
13514 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13515 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13516 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13517 to 100 for icons to avoid increasing line height when shown.
13518
13519 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13520
13521 * newcomment.el (comment-normalize-vars): Initialize properly if
13522 comment-start was nil.
13523
13524 2003-11-19 Andreas Schwab <schwab@suse.de>
13525
13526 * simple.el (set-variable): Fix indentation.
13527
13528 2003-11-17 Kenichi Handa <handa@m17n.org>
13529
13530 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13531 Fix docstring.
13532
13533 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13534
13535 * international/latin1-disp.el (latin1-display): Fix docstring.
13536
13537 2003-11-16 John Wiegley <johnw@newartisans.com>
13538
13539 * eshell/em-ls.el (eshell-ls-file): There are times with
13540 size-width is nil and uncomputed (when directories are created in
13541 dired, for example); in this case, 4 is reasonable default value,
13542 although it may caused skewed new entries (which could be avoided
13543 by returning the original value of 8 in all cases, but 99% of the
13544 time this is a waste of whitespace).
13545
13546 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13547
13548 * cc-engine.el (c-guess-continued-construct)
13549 (c-guess-basic-syntax): Check a little more carefully if it's a
13550 function declaration when an unknown construct followed by a block
13551 is found inside a statement context. This avoids macros followed
13552 by blocks to be taken as function declarations.
13553
13554 (c-guess-continued-construct): Change the analysis of a statement
13555 continuation with a brace open to `substatement-block', for
13556 consistency with recognized statements.
13557
13558 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13559 start is in a position so that `c-beginning-of-statement-1' jumped
13560 to the beginning of the same statement.
13561
13562 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13563 Don't accept binary operators in the arglist if we're in a function
13564 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
13565 template recognition in cases like "if (a < b || c > d)".
13566
13567 (c-restricted-<>-arglists): New more appropriate name for
13568 `c-disallow-comma-in-<>-arglists'.
13569
13570 Accessing functions updated for the variable name change.
13571
13572 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13573 match data could get clobbered if NOT-INSIDE-TOKEN is used.
13574
13575 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13576 labels.
13577
13578 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13579 instead of duplicating parts of it. This fixes bogus label
13580 recognition.
13581
13582 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13583 of checking the context in which to apply the minimum indentation,
13584 so that it isn't enforced in e.g. namespace blocks.
13585
13586 * cc-vars.el (c-inside-block-syms): New constant used by
13587 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
13588 to somewhat reduce the risk of becoming stale.
13589
13590 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13591 cc-cmds to cc-engine to allow use from cc-align.
13592
13593 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13594 qualified identifiers containing "::".
13595
13596 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13597 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13598
13599 * cc-vars.el (c-emacs-features): Use a space in front of the name
13600 of the temporary buffer. That also avoids dumping problems in
13601 XEmacs due to undo info being left around after the buffer is killed.
13602
13603 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13604 arglist to see if it's a K&R style declaration.
13605
13606 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13607 before returning `knr-argdecl-intro'.
13608
13609 2003-11-16 John Wiegley <johnw@newartisans.com>
13610
13611 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13612 field in a long-listing always 8 characters, use `size-width',
13613 which has already been computed.
13614
13615 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
13616
13617 * subr.el (minor-mode-list): Add `hs-minor-mode'.
13618
13619 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13620
13621 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13622 Support operation while narrowed, with `diff-restrict-view'.
13623
13624 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13625
13626 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13627 Take additional optional arg NARROWFUN. For the generated functions:
13628 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
13629 include frags that arrange to check for and save narrowing state before
13630 the move and then conditionally call NARROWFUN after the move.
13631
13632 2003-11-14 John Wiegley <johnw@newartisans.com>
13633
13634 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13635 that was optional, but obviously missing based on surrounding code.
13636
13637 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13638 string arguments to numbers unless the whole argument was seen as
13639 a number.
13640
13641 2003-11-14 Kenichi Handa <handa@m17n.org>
13642
13643 * international/mule.el (ctext-non-standard-encodings-alist):
13644 Fix coding systems.
13645
13646 2003-11-10 Kenichi Handa <handa@m17n.org>
13647
13648 * language/kannada.el ("Kannada"): Add sample-text.
13649
13650 * language/knd-util.el (kannada-compose-region)
13651 (kannada-compose-string, kannada-post-read-conversion):
13652 Add autoload cookie.
13653
13654 * international/quail.el (quail-completion): Change the message
13655 "corresponding translations" to "corresponding characters".
13656
13657 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
13658
13659 * descr-text.el (describe-char): Fix typo.
13660
13661 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
13662
13663 These changes are to support Kannada language/script.
13664
13665 * Makefile.in (DONTCOMPILE): Add kannada.el.
13666
13667 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13668
13669 * loadup.el: Preload kannada.el.
13670
13671 * language/ind-util.el (ucs-kannada-to-is13194-alist)
13672 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13673 New variables.
13674
13675 * language/kannada.el: New file.
13676
13677 * language/knd-util.el: New file.
13678
13679 2003-11-07 Andreas Schwab <schwab@suse.de>
13680
13681 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13682 Also highlight AH_*.
13683
13684 * xml.el (xml-parse-dtd): Fix misplaced paren.
13685
13686 2003-11-07 Kenichi Handa <handa@m17n.org>
13687
13688 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13689
13690 2003-11-05 Juri Linkov <juri@jurta.org>
13691
13692 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13693 (desktop-buffer-file): Use saved buffer-file-coding-system
13694 for file reading. Set auto-insert to nil to prevent automatic
13695 insertion into restored empty files.
13696
13697 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
13698
13699 * files.el (risky-local-variable-p): Make second argument optional.
13700
13701 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * subr.el (add-hook): Fix last change.
13704
13705 2003-11-03 Eli Zaretskii <eliz@gnu.org>
13706
13707 * mail/rmail.el (rmail-convert-to-babyl-format):
13708 If base64-decode-region signals an error, catch it and silently
13709 ignore it.
13710
13711 2003-11-01 Mark A. Hershberger <mah@everybody.org>
13712
13713 * xml.el (xml-parse-region): Allow comments to appear after the
13714 topmost element has closed.
13715 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13716 (xml-ns-expand-attr): New functions to do namespace handling.
13717 (xml-intern-attrlist): Back-compatible handling of attribute names.
13718 (xml-parse-tag): Move namespace handling to separate functions.
13719 Now produces elements in the form ((:ns . "element") (attr-list)
13720 children) instead of ('ns:element (attr-list) children).
13721 (xml-parse-attlist): Fix attribute parsing.
13722 (xml-parse-dtd): Change parsing so that it produces strings
13723 instead of interned symbols.
13724
13725 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
13726
13727 * dired.el (dired-ls-sorting-switches): Doc fix.
13728
13729 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
13730
13731 * emacs-lisp/rx.el (rx-or): Fix the case of
13732 "(rx (and ?a (or ?b ?c) ?d))".
13733
13734 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
13735
13736 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13737 (texinfo-format-region): Use it.
13738 (texinfo-format-buffer-1): Ditto.
13739
13740 2003-11-01 Alan Mackenzie <acm@muc.de>
13741
13742 Changes to allow scrolling whilst in isearch mode:
13743 * isearch.el (isearch-unread-key-sequence): New function,
13744 extracted from isearch-other-meta-char.
13745 (top level): (put 'foo 'isearch-scroll) on all Emacs's
13746 "scrollable" standard functions.
13747 (isearch-allow-scroll): New customizable variable.
13748 (isearch-string-out-of-window, isearch-back-into-window)
13749 (isearch-reread-key-sequence-naturally)
13750 (isearch-lookup-scroll-key): New functions.
13751 (isearch-other-meta-char): Doc string and functionality enhanced.
13752 Now accepts a prefix argument.
13753 (isearch-lazy-highlight-window-end): New variable.
13754 (isearch-lazy-highlight-new-loop): Pay attention to the window's
13755 end (thru isearch-lazy-highlight-window-end), not only its start.
13756
13757 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13758 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
13759 (universal-argument, universal-argument-more, negative-argument)
13760 (digit-argument, universal-argument-other-key): Minor changes.
13761
13762 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
13763
13764 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
13765 recursively if the last message is deleted, thus avoiding an
13766 infinite loop.
13767
13768 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13769
13770 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
13771 (tex-main-file): Don't add .tex if the extension is already present.
13772 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
13773
13774 2003-10-29 Lute Kamstra <lute@gnu.org>
13775
13776 * progmodes/octave-inf.el (inferior-octave-prompt):
13777 Recognize version number in prompt.
13778
13779 2003-10-28 Dave Love <fx@gnu.org>
13780
13781 * international/characters.el: Fix some Unicode ranges.
13782
13783 2003-10-28 Kenichi Handa <handa@m17n.org>
13784
13785 * disp-table.el (standard-display-8bit)
13786 (standard-display-default, standard-display-ascii)
13787 (standard-display-g1, standard-display-graphic)
13788 (standard-display-underline): Assure that standard-display-table
13789 is a display table.
13790
13791 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * simple.el (reindent-then-newline-and-indent): Delete space *after*
13794 reindenting the first line.
13795
13796 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
13797
13798 * wid-edit.el (widget-default-delete): Always delete child widgets.
13799
13800 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13801
13802 * newcomment.el (comment-indent): Don't call indent-according-to-mode
13803 if the line has code.
13804 Don't try to line up with something that's too far left.
13805
13806 * progmodes/octave-mod.el (octave-comment-start): Simplify.
13807 (octave-mode-syntax-table): Add % as a comment starter.
13808 (octave-point): Remove.
13809 (octave-in-comment-p, octave-in-string-p)
13810 (octave-not-in-string-or-comment-p, calculate-octave-indent)
13811 (octave-blink-matching-block-open, octave-auto-fill):
13812 Use line-(beginning|end)-position instead.
13813
13814 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
13815
13816 * emacs-lisp/authors.el (authors-aliases): Add correct realname
13817 for Francesco Potort\e,Al\e(B.
13818
13819 2003-10-23 Dave Love <fx@gnu.org>
13820
13821 * international/mule-cmds.el (locale-charset-to-coding-system):
13822 Don't rely on nil being a coding system.
13823
13824 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
13825 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
13826 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
13827
13828 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
13829
13830 * gdb-ui.el (gdb-current-language): New variable.
13831 (gdb-update-flag): Remove variable.
13832 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
13833 (gdb-take-last-elt): Remove function.
13834 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
13835 (gdb-post-prompt): Check for variable object changes here.
13836
13837 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
13838 object changes in gdb-ui.el.
13839
13840 2003-10-21 Richard M. Stallman <rms@gnu.org>
13841
13842 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
13843
13844 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
13845 Don't check for foo*/ wildcard form here.
13846 (insert-directory): Recognize foo*/ as a wildcard.
13847 Separate wildcard-regexp variable from the arg, wildcard.
13848
13849 * subr.el (add-hook): Correctly detect when make-local-hook was used.
13850 (remove-hook): Correctly handle strange cases about local hooks.
13851
13852 2003-10-21 David Ponce <david@dponce.com>
13853
13854 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
13855 argument REAL, to return a real number instead of a rounded
13856 integer value. Define as inline function.
13857 (ruler-mode-right-fringe-cols): Likewise.
13858 (ruler-mode-scroll-bar-cols): New function.
13859 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
13860 (ruler-mode-right-scroll-bar-cols): Likewise.
13861 (ruler-mode-space): New function.
13862 (ruler-mode-ruler): Use it. Handle variations of fringe style,
13863 scroll bar mode and margins in a more robust way.
13864
13865 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
13866
13867 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
13868 (antlr-c-init-language-vars): New function.
13869 (antlr-mode): Use it with cc-mode before v5.29.
13870 (antlr-c-common-init): Don't set some local vars here.
13871 (antlr-mode): Set them here.
13872 (antlr-c-forward-sws): New function alias.
13873 (antlr-mode): Redefine with cc-mode before v5.30.
13874 (antlr-skip-sexps): Use it.
13875 (antlr-skip-exception-part): Ditto.
13876 (antlr-skip-file-prelude): Ditto.
13877 (antlr-outside-rule-p): Ditto.
13878 (antlr-end-of-body): Ditto.
13879 (antlr-option-kind): Ditto.
13880 (antlr-insert-option-area): Ditto.
13881 (antlr-file-dependencies): Ditto.
13882
13883 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13884
13885 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
13886 Move backward only if point was not inside an entry.
13887
13888 2003-10-21 Richard M. Stallman <rms@gnu.org>
13889
13890 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
13891
13892 2003-10-21 Juri Linkov <juri@jurta.org>
13893
13894 * compare-w.el: Automatically skip non-matching text to resync.
13895 (compare-windows-whitespace): Doc fix.
13896 (compare-windows-sync, compare-windows-sync-string-size)
13897 (compare-windows-recenter, compare-ignore-whitespace)
13898 (compare-windows-highlight, compare-windows-face): New variables.
13899 (compare-windows): Use compare-windows-sync.
13900 (compare-windows-highlight, compare-windows-dehighlight)
13901 (compare-windows-sync-regexp)
13902 (compare-windows-sync-default-function): New functions.
13903
13904 2003-10-21 Juri Linkov <juri@jurta.org>
13905
13906 * diff.el (diff-parse-differences): Don't visit the files now;
13907 instead, just record the error locus.
13908
13909 2003-10-21 Dave Love <fx@gnu.org>
13910
13911 * progmodes/cfengine.el: New file.
13912
13913 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13914
13915 * complete.el (PC-do-completion): Do not forget to use `pred' as the
13916 default-directory when completing file names.
13917
13918 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
13919
13920 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
13921 followed by the word `face', it gets treated as a face, even if
13922 it is also defined as a variable or a function.
13923
13924 2003-10-20 Dave Love <fx@gnu.org>
13925
13926 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13927 Avoid incf in macro expansion.
13928
13929 2003-10-20 John Paul Wallington <jpw@gnu.org>
13930
13931 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
13932 `evenp' so we don't implicitly require cl library at runtime.
13933
13934 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
13935
13936 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
13937 (help-make-xrefs): Only make cross-references for faces if
13938 preceded or followed by the word `face'. Do not make a
13939 cross-reference for variables without variable documentation,
13940 unless preceded by the word `variable' or `option'. Update doc
13941 string accordingly.
13942
13943 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13944
13945 * progmodes/hideshow.el: Rewrite one-armed `if'
13946 constructs using either `when' or `unless'.
13947 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
13948
13949 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
13950
13951 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
13952 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
13953 instead of 12x12.
13954
13955 2003-10-16 Eli Zaretskii <eliz@gnu.org>
13956
13957 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
13958 message while converting to Babyl.
13959
13960 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
13961
13962 * allout.el (allout-mode): Doc fix.
13963
13964 2003-10-16 Lute Kamstra <lute@gnu.org>
13965
13966 * subr.el (force-mode-line-update): Fix docstring.
13967
13968 2003-10-14 Dave Love <fx@gnu.org>
13969
13970 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
13971 (default-input-method): Add :link, improve :type.
13972 (locale-charset-language-names): Fix utf-8 pattern.
13973 (locale-charset-match-p, locale-charset-alist)
13974 (locale-charset-to-coding-system): New.
13975 (set-locale-environment): Deal with codeset part of locale specs.
13976
13977 2003-10-14 Lute Kamstra <lute@gnu.org>
13978
13979 * fringe.el (fringe-mode): Use active voice in docstring.
13980 (set-fringe-style): Ditto.
13981
13982 2003-10-13 Lute Kamstra <lute@gnu.org>
13983
13984 * fringe.el (fringe-mode): Fix docstring.
13985 (set-fringe-style): Ditto.
13986
13987 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
13988
13989 * ediff-mult.el (ediff-filegroup-action):
13990 Use ediff-default-filtering-regexp.
13991
13992 * ediff-util.el (ediff-recenter): Don't call
13993 ediff-restore-highlighting twice.
13994 (ediff-select-difference): Set current difference.
13995 (ediff-unselect-and-select-difference): Add comment.
13996
13997 * ediff.el (ediff-directories,ediff-directory-revisions)
13998 (ediff-directories3,ediff-merge-directories)
13999 (ediff-merge-directories-with-ancestor)
14000 (ediff-merge-directory-revisions)
14001 (ediff-merge-directory-revisions-with-ancestor):
14002 Use ediff-default-filtering-regexp.
14003
14004 2003-10-12 Andreas Schwab <schwab@suse.de>
14005
14006 * international/mule-cmds.el (locale-charset-language-names):
14007 Simplify regex by removing unused grouping.
14008
14009 2003-10-10 Dave Love <fx@gnu.org>
14010
14011 * bindings.el: Don't bind stop.
14012
14013 2003-10-08 Miles Bader <miles@gnu.org>
14014
14015 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14016 face instead of attempting to emulate it.
14017
14018 2003-10-07 Kenichi Handa <handa@m17n.org>
14019
14020 * international/mule-diag.el (list-coding-systems-1): List coding
14021 systems that are loaded automatically.
14022
14023 * international/code-pages.el (iso-8859-11): Add autoload cookie.
14024
14025 * international/mule.el (autoload-coding-system): New function.
14026
14027 2003-10-07 Andreas Schwab <schwab@suse.de>
14028
14029 * log-edit.el (log-edit-changelog-entries): Prefer local value of
14030 change-log-default-name in the buffer visiting the file.
14031
14032 2003-10-06 Dave Love <fx@gnu.org>
14033
14034 * files.el (find-file-hook): Customize.
14035 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14036
14037 * bindings.el (completion-ignored-extensions): Remove .log.
14038 (global-map): Add again, open, stop keys.
14039
14040 2003-10-05 Richard M. Stallman <rms@gnu.org>
14041
14042 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14043 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14044 Use sh-modify directly.
14045 (sh-select): Use sh-append, not eval.
14046
14047 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14048
14049 * info.el (Info-following-node-name): New function.
14050
14051 * loadhist.el (unload-feature-special-hooks):
14052 Rename from loadhist-hook-functions.
14053 (loadhist-hook-functions): Now an alias.
14054
14055 2003-10-04 Eli Zaretskii <eliz@gnu.org>
14056
14057 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14058 file-name clashes on 8+3 filesystems.
14059
14060 * Makefile.in (DONTCOMPILE, bootstrap-clean):
14061 Rename loaddefs-boot.el to ldefs-boot.el
14062
14063 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14064 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14065
14066 2003-10-03 Lute Kamstra <lute@gnu.org>
14067
14068 * info.el (Info-mode): Revert previous change.
14069 (Info-escape-percent): New function.
14070 (Info-fontify-node): Use it.
14071
14072 2003-10-02 Andreas Schwab <schwab@suse.de>
14073
14074 * loaddefs-boot.el: Regenerated.
14075
14076 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
14077
14078 * ffap.el: Remove defadvice related code from CVS since `complete'
14079 provides a `PC-completion-as-file-name-predicate' variable that
14080 ffap can override.
14081
14082 2003-10-02 Kenichi Handa <handa@m17n.org>
14083
14084 * international/utf-8.el (ccl-decode-mule-utf-8):
14085 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14086
14087 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14088 * international/subst-big5.el: Likewise.
14089 * international/subst-gb2312.el: Likewise.
14090 * international/subst-ksc.el: Likewise.
14091
14092 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14093
14094 * calendar/calendar.el (increment-calendar-month)
14095 (calendar-leap-year-p, calendar-absolute-from-gregorian)
14096 (generate-calendar, calendar-read-date, calendar-interval)
14097 (calendar-day-of-week): Handle years BC.
14098 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14099
14100 2003-10-01 Dave Love <fx@gnu.org>
14101
14102 * language/cyrillic.el (cp1251): Alias for windows-1251.
14103
14104 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14105 bootstrap.
14106
14107 2003-10-01 Lute Kamstra <lute@gnu.org>
14108
14109 * files.el: Fix typo.
14110 * imenu.el (imenu--generic-function): Docstring fix.
14111
14112 2003-09-30 Richard M. Stallman <rms@gnu.org>
14113
14114 * dired.el (dired-mode): Handle dired-directory as a list.
14115
14116 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
14117
14118 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14119
14120 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14121
14122 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14123 Replace gud-display with gud-watch.
14124 (gud-speedbar-buttons): Add stuff for watching expressions
14125 in the speedbar when using M-x gdba. Use dolist on old part
14126 of this function.
14127
14128 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14129 (gdb-update-flag): New variables.
14130 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14131 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14132 (gud-watch, gdb-var-create-handler) : New functions.
14133 (gdb-var-list-children, gdb-var-list-children-handler)
14134 (gdb-var-create-regexp, gdb-var-update-regexp)
14135 (gdb-var-list-children-regexp): New constants.
14136 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14137 (gdb-annotation-rules): Reduce annotation set (level 3).
14138 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14139 (gdb-post-prompt): Don't update GDB buffers every time speedbar
14140 updates.
14141 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14142 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14143 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14144 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14145 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14146 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14147 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14148 (gud-display, gud-display1)
14149 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14150 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14151 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14152 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14153 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14154 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14155 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14156 (gdb-display-display-buffer, gdb-toggle-display)
14157 (gdb-delete-display, gdb-expressions-popup-menu)
14158 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14159 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14160 to display buffer.
14161
14162 2003-09-30 Richard M. Stallman <rms@gnu.org>
14163
14164 * progmodes/ada-mode.el (ada-mode): Don't use advice.
14165 Instead, set which-func-functions.
14166
14167 * progmodes/which-func.el (which-func-modes): Add ada-mode.
14168 (which-func-functions): New variable.
14169 (which-function): Use that.
14170
14171 * info.el (Info-mode): Double each `%' in header line.
14172
14173 * emacs-lisp/lisp-mnt.el (lm-with-file):
14174 When FILE is nil, run BODY in current buffer.
14175
14176 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14177
14178 * help.el (describe-mode): Start with a brief list of minor modes.
14179 Find them thru minor-mode-list so as to find them all.
14180 Show them in alphabetical order.
14181
14182 * mail/sendmail.el (mail-aliases): Doc fix.
14183
14184 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14185
14186 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14187
14188 * mail/rmailsum.el (rmail-make-summary-line-1):
14189 Change comma after last label to a space.
14190 (rmail-summary-font-lock-keywords): Adapt to that change.
14191
14192 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
14193
14194 * progmodes/scheme.el (scheme-mode-variables): When setting
14195 `font-lock-defaults', also specify that "#" should
14196 be interpreted with `word' syntax.
14197 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14198
14199 2003-09-30 Lars Hansen <larsh@math.ku.dk>
14200
14201 * desktop.el: A lot of comments updated.
14202 (desktop-save-mode): Minor mode introduced.
14203 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14204 (desktop-load-default): Function made obsolete.
14205 (desktop-locals-to-save): Variable made customizable.
14206 (desktop-read): Optional parameter `dirname' added.
14207 (desktop-change-dir, desktop-revert): Parameter `dirname' in
14208 `desktop-read' used.
14209 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14210
14211 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
14212
14213 * whitespace.el (whitespace-clean-msg): Add user customizable message
14214 for displaying ``clean'' output.
14215 (whitespace-buffer): Use `whitespace-clean-msg'.
14216 (whitespace-global-mode): Fix typo.
14217
14218 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
14219
14220 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14221
14222 2003-09-29 Lute Kamstra <lute@gnu.org>
14223
14224 * bindings.el (mode-line-modes): Remove superfluous :propertize
14225 construct in initialization.
14226 (mode-line-position): Change cons cell into proper list in
14227 initialization.
14228
14229 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14230
14231 * international/mule.el (decode-coding-inserted-region): Use car
14232 of the return value of find-operation-coding-system.
14233
14234 2003-09-29 Kenichi Handa <handa@m17n.org>
14235
14236 * descr-text.el (describe-char): Fix previous change.
14237
14238 2003-09-28 Kenichi Handa <handa@m17n.org>
14239
14240 * descr-text.el (describe-char-display): New function.
14241 (describe-char): Pay attention to display table on describing how
14242 a character is displayed.
14243
14244 * international/mule-cmds.el (encoded-string-description):
14245 Prepend "0x" to each encoded byte.
14246
14247 2003-09-28 Andreas Schwab <schwab@suse.de>
14248
14249 * find-file.el (ff-special-constructs): Add autoload cookie.
14250
14251 2003-09-28 Kevin Ryde <user42@zip.com.au>
14252
14253 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14254 makeinfo appends to duplicate index entries.
14255
14256 2003-09-28 Eli Zaretskii <eliz@gnu.org>
14257
14258 * dired-x.el (dired-clean-tex): Doc fix.
14259
14260 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14261 using a Chinese tutorial.
14262
14263 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14264
14265 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14266 between "MAIL FROM:" and "RCPT TO:" and the following address.
14267
14268 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14269
14270 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14271
14272 2003-09-28 David Ponce <david@dponce.com>
14273
14274 * recentf.el (recentf-initialize-file-name-history): New defcustom.
14275 (recentf-load-list): When `recentf-initialize-file-name-history'
14276 is non-nil, initialize an empty `file-name-history' with the
14277 recent list.
14278
14279 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
14280
14281 * man.el (Man-default-man-entry): Remove the leading `*' from the
14282 word at point.
14283
14284 2003-09-26 Lute Kamstra <lute@gnu.org>
14285
14286 * bindings.el (mode-line-position): Mention size indication in
14287 docstring.
14288
14289 2003-09-26 Andre Spiegel <spiegel@gnu.org>
14290
14291 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14292
14293 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14294 because it's autoloaded now.
14295
14296 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
14297
14298 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14299 (sh-font-lock-keywords, sh-feature): Fix previous change of
14300 sh-feature to avoid infloop with sh-font-lock-keywords.
14301
14302 2003-09-25 Kim F. Storm <storm@cua.dk>
14303
14304 * frame.el (frame-current-scroll-bars): New defun.
14305
14306 * window.el (window-current-scroll-bars): New defun.
14307
14308 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14309
14310 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14311 cause errors when the state cache contains info on parts that have
14312 been narrowed out.
14313
14314 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14315
14316 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14317 `c-setup-paragraph-variables' has to be used when this variable is
14318 changed; it doesn't work to reinitialize the mode since that
14319 typically clobbers the variable.
14320
14321 * progmodes/cc-styles.el (c-setup-paragraph-variables):
14322 Make it interactive.
14323
14324 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14325
14326 * progmodes/cc-fonts.el (c-font-lock-declarations):
14327 Fix recognition of constructors and destructors for classes whose
14328 names are matched by `*-font-lock-extra-types'.
14329
14330 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14331 followed by an identifier in C++ then it's a type.
14332
14333 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14334
14335 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14336 problem that primarily affected XEmacs. Don't use faces to find
14337 unterminated strings since Emacs and XEmacs fontify strings
14338 differently - this function should now work better in XEmacs.
14339
14340 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14341
14342 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14343 `expand-abbrev' workaround which caused braces to misbehave inside
14344 macros.
14345
14346 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14347 handling. This bug could cause interactive font locking to bail out.
14348
14349 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14350
14351 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14352 Handle paren-style types in Pike. Also fixed some cases of
14353 insufficient handling of unbalanced parens.
14354
14355 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
14356
14357 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14358 common shell prompts that are not common filename or URL characters.
14359 (ffap-file-at-point): Use the new regexp to strip the prompts from
14360 the file names. This is an issue mostly for user prompts that
14361 don't have a trailing space and find-file-at-point is invoked from
14362 within a shell inside Emacs.
14363
14364 2003-09-24 Andre Spiegel <spiegel@gnu.org>
14365
14366 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14367 stamps numerically, rather than textually.
14368
14369 2003-09-24 Kenichi Handa <handa@m17n.org>
14370
14371 * language/devan-util.el (devanagari-post-read-conversion):
14372 * language/mlm-util.el (malayalam-post-read-conversion):
14373 * language/tml-util.el (tamil-post-read-conversion):
14374 Add autoload cookie.
14375
14376 * international/utf-8.el (utf-8-post-read-conversion):
14377 Call post-read-conversion functions for Devanagari, Malayalam,
14378 and Tamil.
14379
14380 2003-09-23 Dave Love <fx@gnu.org>
14381
14382 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14383
14384 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
14385
14386 * progmodes/gud.el (perldb): Add gud-until to list of commands.
14387 Update gud-remove.
14388
14389 2003-09-22 Richard M. Stallman <rms@gnu.org>
14390
14391 * progmodes/sh-script.el (sh-mode-default-syntax-table):
14392 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
14393 (sh-mode-syntax-table-input): New variable.
14394 (sh-require-final-newline): Don't use eval.
14395 (sh-builtins, sh-leading-keywords, sh-other-keywords)
14396 (sh-variables, sh-font-lock-keywords): Don't use eval.
14397 (sh-set-shell): When setting require-final-newline,
14398 treat value = `require-final-newline' as don't change it.
14399 Set sh-mode-syntax-table locally based on
14400 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14401
14402 * progmodes/compile.el (compile-internal):
14403 Call compilation-set-window-height before setting window start.
14404
14405 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
14406
14407 * emacs-lisp/bytecomp.el (byte-compile-log-file):
14408 Clear out byte-compile-last-warned-form.
14409
14410 2003-09-22 Richard M. Stallman <rms@gnu.org>
14411
14412 * woman.el (woman-file-name, woman-follow-word):
14413 If current-word returns nil, use "".
14414
14415 * simple.el (eval-expression): Bind standard-output in to-buffer case.
14416
14417 2003-09-22 Richard M. Stallman <rms@gnu.org>
14418
14419 * emacs-lisp/lisp-mnt.el (lm-with-file):
14420 Don't visit the file, just use insert-file-contents in temp buffer.
14421
14422 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
14423
14424 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14425 Add surrounding \\( and \\) around the header, as in
14426 for lm-history-header 'Change Log\\|History'.
14427
14428 2003-09-22 John Paul Wallington <jpw@gnu.org>
14429
14430 * progmodes/ld-script.el: Add Commentary section,
14431 minor cleanup of file header.
14432 (ld-script-font-lock-keywords): Doc fix.
14433 (toplevel): Provide `ld-script' feature.
14434
14435 2003-09-21 Kim F. Storm <storm@cua.dk>
14436
14437 * scroll-bar.el (set-scroll-bar-mode): Initialize to
14438 new built-in variable default-frame-scroll-bars.
14439 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14440 scroll-bar-mode; notably, use it instead of t when we toggle
14441 scroll-bars on.
14442 (toggle-scroll-bar): Use default-frame-scroll-bars.
14443
14444 2003-09-19 Masatake YAMATO <jet@gyve.org>
14445
14446 * pcvs.el (cvs-do-removal): Change the prompt depending on
14447 `filter' value.
14448
14449 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14450
14451 * startup.el (command-line-1): Stop startup-echo-area-message
14452 being hidden by "Loading image..." message.
14453 (use-fancy-splash-screens-p, display-splash-screen):
14454 Move display-graphic-p test from latter to former.
14455
14456 * progmodes/sh-script.el (sh-font-lock-keywords):
14457 Highlight escaped EOLs differently from other backslash constructs.
14458
14459 2003-09-19 Richard M. Stallman <rms@gnu.org>
14460
14461 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14462 New functions.
14463 (edebug-enter, edebug-outside-excursion): Use them.
14464
14465 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14466 Fix the condition for whether to print "In WHERE".
14467
14468 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
14469
14470 * finder.el (finder-mode-hook): New variable.
14471 (finder-mode): Run hook finder-mode-hook
14472
14473 2003-09-18 Masatake YAMATO <jet@gyve.org>
14474
14475 * progmodes/ebrowse.el: Fix broken magic autoload comments.
14476
14477 2003-09-17 Mario Lang <mlang@delysid.org>
14478
14479 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14480 "p %e" to actually print the value in the GUD buffer.
14481
14482 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
14483
14484 From David Ponce <david.ponce@wanadoo.fr>:
14485 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14486 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14487 from loaddefs-boot.el if necessary.
14488
14489 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
14490
14491 * progmodes/gud.el (gud-find-class): Make jdb work again since
14492 cc-mode changed the syntactic information.
14493
14494 2003-09-15 David Ponce <david@dponce.com>
14495
14496 * recentf.el: (recentf-exclude): Accept predicates too.
14497 (recentf-file-readable-p): New function.
14498 (recentf-include-p): Handle predicates in recentf-exclude.
14499 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
14500 (recentf-cleanup): Likewise.
14501 (recentf-save-list): Use write-file to handle backup of
14502 recentf-save-file.
14503
14504 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
14505
14506 * loaddefs-boot.el: Renamed from `loaddefs.el'
14507 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14508 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14509 necessary.
14510
14511 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
14512
14513 * electric.el (Electric-pop-up-window): For the `one-window' case,
14514 no longer disconcertingly move point in the original buffer.
14515
14516 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14517
14518 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14519
14520 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
14521
14522 * dired.el (dired-mode-map): Fix typo.
14523
14524 2003-09-11 Richard M. Stallman <rms@gnu.org>
14525
14526 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14527
14528 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14529
14530 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14531 the function is less noisy. Now only `kill-buffer' can ask questions.
14532
14533 2003-09-10 Mario Lang <mlang@delysid.org>
14534
14535 * battery.el: Update Commentary and Copyright.
14536 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14537 appear due to wrong ordering of the expressions in `or'.
14538
14539 2003-09-09 Lute Kamstra <lute@gnu.org>
14540
14541 * misc.el (upcase-char): Fix docstring.
14542 (zap-up-to-char): New command.
14543
14544 2003-09-08 David Ponce <david@dponce.com>
14545
14546 Ensure that recentf correctly updates the menu bar.
14547 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14548 (recentf-menu-bar): New function.
14549 (recentf-clear-data): Use it
14550 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
14551 of easy-menu-change.
14552
14553 2003-09-08 Lute Kamstra <lute@gnu.org>
14554
14555 * simple.el (size-indication-mode): New.
14556 * bindings.el (mode-line-position): Add buffer size indicator.
14557
14558 2003-09-04 Mario Lang <mlang@delysid.org>
14559
14560 * battery.el (battery-linux-proc-acpi): New function.
14561 (battery-status-function): Modify default value calculation to also
14562 check for availability of ACPI.
14563 (battery-echo-area-format): Ditto.
14564 (battery-mode-line-format): Ditto.
14565
14566 2003-09-06 Dave Love <fx@gnu.org>
14567
14568 * ielm.el (ielm-mode-hook): Add :options.
14569
14570 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14571 (eldoc-print-current-symbol-info): Use it.
14572
14573 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
14574
14575 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14576 being displayed in GUD buffer.
14577 (gdb-idle-input-queue): Remove var. Use just one queue.
14578 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14579 Remove functions. Use just one queue.
14580 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14581 (gdb-invalidate-assembler, gdb-get-current-frame):
14582 Modify functions. Use just one queue.
14583
14584 2003-09-04 Dave Love <fx@gnu.org>
14585
14586 * cus-start.el: Add blink-cursor-alist.
14587
14588 * ruler-mode.el (ruler-mode-fill-column-char)
14589 (ruler-mode-current-column-char): Use char-displayable-p,
14590 not window-system.
14591
14592 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14593
14594 * language/european.el (windows-1252): Move from code-pages.
14595
14596 * language/cyrillic.el ("Windows-1251"): Delete.
14597 ("Bulgarian", "Belarusian"): Remove `features'.
14598 (windows-1251): Move from code-pages.
14599
14600 * international/mule-diag.el (non-iso-charset-alist):
14601 Remove `codepage' stuff.
14602 (print-designation, list-coding-systems-1): Output fixes.
14603
14604 * international/code-pages.el (cp-make-translation-table)
14605 (cp-valid-codes): Made defsubsts.
14606 (cp-fix-safe-chars): Delete.
14607 (mule-diag): Don't require.
14608 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14609 (top-level): Check for defined coding system when defining
14610 cp... aliases. Change w32-add-charset-info test to avoid warning.
14611 (non-iso-charset-alist): Defvar when compiling.
14612 (cp-make-coding-system): Doc fix.
14613
14614 2003-09-02 Jason Rumney <jasonr@gnu.org>
14615
14616 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14617 line-ends from CVS before doing conversion.
14618
14619 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
14620
14621 * calendar/diary-lib.el (diary-header-line-flag)
14622 (diary-header-line-format): New variables.
14623 (list-diary-entries): Use them to set header line in simple diary.
14624
14625 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14626 other than font-lock-string-face to highlight backslashes.
14627
14628 2003-09-01 Jason Rumney <jasonr@gnu.org>
14629
14630 * international/titdic-cnv.el (tit-read-key-value): Include \r in
14631 regexp.
14632
14633 2003-09-01 Dave Love <fx@gnu.org>
14634
14635 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14636
14637 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14638 and :help; also line and column numbers labels.
14639
14640 * international/mule-util.el (char-displayable-p): Move from
14641 latin1-disp, rename and autoload.
14642
14643 * international/latin1-disp.el (latin1-char-displayable-p):
14644 Now obsolete alias. Replace uses with char-displayable-p.
14645 (latin1-display-ucs-per-lynx): Fix last change.
14646
14647 * international/mule-cmds.el (standard-display-european-internal):
14648 Don't use char code for Latin-1 NBSP.
14649 <XFree86 4>: Unfrob NBSP display table. Set display table to use
14650 U+2018, U+2019 for `'.
14651 (select-safe-coding-system): Message fix.
14652
14653 2003-09-01 Kenichi Handa <handa@m17n.org>
14654
14655 * international/fontset.el (setup-default-fontset): For Thai
14656 font, specify "*" family.
14657
14658 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14659
14660 * progmodes/compile.el (previous-error): Accept a prefix
14661 argument, similarly to next-error.
14662
14663 2003-08-31 Masatake YAMATO <jet@gyve.org>
14664
14665 * pcvs.el (cvs-do-removal): Use = instead of eq to check
14666 the number of files. Bind the number of files to a local
14667 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14668
14669 2003-08-30 Eli Zaretskii <eliz@gnu.org>
14670
14671 * vc-hooks.el (vc-make-version-backup): Fix the change made on
14672 2003-07-26: msdos-long-file-names is a function, not a variable.
14673
14674 2003-08-29 Richard M. Stallman <rms@gnu.org>
14675
14676 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14677 Do nothing with mail-personal-alias-file if it is nil.
14678
14679 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14680 Do nothing if mail-personal-alias-file is nil.
14681
14682 * term.el (term-exec-1): Bind coding-system-for-read.
14683
14684 * dired.el (dired-mouse-find-file-other-window):
14685 Use dired-view-command-alist here, as in dired-view-file.
14686 (dired-view-command-alist): Use %s to substitute file name.
14687 Handle .ps_pages, .eps, .jpg, .gif, .png.
14688
14689 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14690
14691 * info.el (Info-mode-map): Bind S-tab and <backtab> to
14692 `Info-prev-reference', instead of M-tab.
14693
14694 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
14695
14696 * simple.el (blink-matching-open): Work correctly on chars that
14697 are designated as parens through the syntax-table text property.
14698
14699 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
14700
14701 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14702 line break position in the middle of a non-kinsoku (e.g. latin)
14703 word, making it skip until either a space or a character with
14704 category "|".
14705 (kinsoku-longer): Test for end of buffer.
14706
14707 2003-08-28 Eli Zaretskii <eliz@gnu.org>
14708
14709 * mail/rmail.el (rmail-convert-to-babyl-format):
14710 Detect quoted-printable- and base64-encoded messages and decode them
14711 automatically. Set the message's encoding from the charset=
14712 header, if any. Decode base64-encoded messages in Mail format as well.
14713
14714 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14715
14716 * mail/smtpmail.el: Fix previous change.
14717 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14718 calling smtpmail-via-smtp.
14719 (smtpmail-via-smtp): Add fall-back values for envelope-from.
14720
14721 2003-08-26 John Paul Wallington <jpw@gnu.org>
14722
14723 * image.el (image-jpeg-p): Don't search beyond length of data.
14724
14725 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14726
14727 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14728 misfeature in `expand-abbrev' which caused electric keywords like
14729 "else" to disappear if an open brace was typed directly afterwards.
14730
14731 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14732
14733 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14734 mandatory in `define-widget'.
14735
14736 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14737 Don't align the operators "!=", "<=" and ">=" as assignment operators.
14738
14739 (c-assignment-operators): New language constant that only contains
14740 the assignment operators.
14741
14742 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14743
14744 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14745
14746 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14747 Safeguard against unbalanced sexps.
14748
14749 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
14750
14751 * version.el (emacs-version): Check for gtk. Include gtk version info.
14752
14753 2003-08-25 John Paul Wallington <jpw@gnu.org>
14754
14755 * man.el (Man-default-man-entry): Don't whizz past the section
14756 number before looking for it.
14757
14758 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
14759
14760 * progmodes/gud.el (gud-display-line): Don't set window-point if
14761 source buffer is not visible. (Only happens with M-x gdba.)
14762
14763 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
14764 documentation.
14765 (gdb-source, gdb-source-info): Update to assembler unnecessary
14766 as its done after each GDB command anyway.
14767 (gdb-pre-prompt): Use with-current-buffer.
14768 (gdb-insert-field): Add help-echo text.
14769 (gdb-invalidate-assembler): Re-display of assembler now done in
14770 gdb-info-breakpoints-custom.
14771 (gdb-info-breakpoints-custom): Force re-display of assembler to
14772 happen *after* update of breakpoints buffer.
14773 (gdb-display-source-buffer): Don't choke if gdb-source-window
14774 isn't visible.
14775 (gdb-put-string, gdb-put-arrow): Remove free variables.
14776
14777 2003-08-24 John Paul Wallington <jpw@gnu.org>
14778
14779 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
14780
14781 * man.el (Man-default-man-entry): Strip text properties when
14782 snarfing parts of entry because `format' preserves properties.
14783
14784 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14785
14786 * files.el (file-newest-backup): Use `expand-file-name'.
14787
14788 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
14789 Allow the diary to pop up a new frame, if needed.
14790
14791 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
14792 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
14793 (smtpmail-send-it): Make treatment of envelope-from consistent with
14794 sendmail.el.
14795
14796 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
14797 (sh-leading-keywords): Add the bash `time' reserved word.
14798 (sh-variables): Add some bash variables.
14799 (sh-add-completer): Fix nil branch of case statement.
14800
14801 2003-08-24 Masatake YAMATO <jet@gyve.org>
14802
14803 * progmodes/ld-script.el: New file.
14804
14805 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
14806
14807 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
14808
14809 2003-08-23 Andre Spiegel <spiegel@gnu.org>
14810
14811 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
14812 Better explain obsolescence, and what to use instead.
14813
14814 2003-08-23 Masatake YAMATO <jet@gyve.org>
14815
14816 * pcvs.el (cvs-do-removal): Show the deleted file name
14817 on the prompt.
14818
14819 2003-08-20 Dave Love <fx@gnu.org>
14820
14821 * international/mule.el (make-coding-system)
14822 (set-buffer-file-coding-system): Doc fix.
14823
14824 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
14825
14826 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
14827
14828 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
14829
14830 * international/utf-16.el: Add mime-text-unsuitable coding system
14831 properties.
14832
14833 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
14834
14835 * cus-edit.el: Add some :links.
14836 (bib): Remove.
14837
14838 * textmodes/bib-mode.el (bib): Add :group external.
14839
14840 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
14841
14842 * wid-edit.el (widget-echo-help): Make it handle expressions that
14843 evaluate to strings.
14844
14845 2003-08-18 Michael Mauger <mmaug@yahoo.com>
14846
14847 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
14848
14849 Simplify selection of SQL products to define highlighting and
14850 interactive mode. Includes detailed instructions on adding
14851 support for new products.
14852
14853 * progmodes/sql.el (sql-product): New variable. Identifies SQL
14854 product for use in highlighting and interactive mode.
14855 (sql-interactive-product): New variable. SQL product for
14856 sql-interactive-mode.
14857 (sql-product-support): New variable. Specifies product-specific
14858 parameters to drive highlighting and interactive mode.
14859 (sql-imenu-generic-expression): Add more object types.
14860 (sql-sqlite-options): Correct comment.
14861 (sql-ms-program): Use "osql" rather than "isql".
14862 (sql-prompt-regexp, sql-prompt-length): Update comment.
14863 (sql-mode-menu): Add "Start SQLi session" entry.
14864 Replace Highlighting submenu with Product menu. Fix Send Region entry.
14865 (sql-mode-abbrev-table): Add abbreviations. Support of
14866 SYSTEM-FLAG on define-abbrev. Support was removed with last
14867 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
14868 (sql-mode-font-lock-object-name): Add font-lock pattern for object
14869 names.
14870 (sql-mode-ansi-font-lock-keywords): Set as default value.
14871 (sql-mode-oracle-font-lock-keywords): Set as default value.
14872 Support Oracle 9i keywords.
14873 (sql-mode-postgres-font-lock-keywords): Set as default value.
14874 (sql-mode-linter-font-lock-keywords): Set as default value.
14875 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
14876 SQLServer 2000.
14877 (sql-mode-sybase-font-lock-keywords)
14878 (sql-mode-interbase-font-lock-keywords)
14879 (sql-mode-sqlite-font-lock-keywords)
14880 (sql-mode-strong-font-lock-keywords)
14881 (sql-mode-mysql-font-lock-keywords)
14882 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
14883 keywords.
14884 (sql-mode-font-lock-defaults): Update comment.
14885 (sql-product-feature): New function. Returns feature associated
14886 with a product from `sql-product-support' alist.
14887 (sql-product-font-lock): New function. Set font-lock support
14888 based on `sql-product'.
14889 (sql-add-product-keywords): New function. Add font-lock rules to
14890 product-specific keyword variables.
14891 (sql-set-product): New function. Set `sql-product' and apply
14892 appropriate font-lock highlighting.
14893 (sql-highlight-product): New function. Set font-lock support
14894 based on a product. Also set mode name to include product name.
14895 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
14896 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
14897 Use `sql-set-product'.
14898 (sql-highlight-ms-keywords)
14899 (sql-highlight-sybase-keywords)
14900 (sql-highlight-interbase-keywords)
14901 (sql-highlight-strong-keywords)
14902 (sql-highlight-mysql-keywords)
14903 (sql-highlight-sqlite-keywords)
14904 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
14905 (sql-get-login): Prompt in the same order as the tokens.
14906 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
14907 (sql-product-interactive): New function. Common portions of
14908 product-specific interactive mode wrappers.
14909 (sql-interactive-mode): Rewritten to use product features.
14910 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
14911 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
14912 (sql-db2, sql-linter): Use `sql-product-interactive'.
14913 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
14914 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
14915 (sql-connect-ingres, sql-connect-postgres)
14916 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
14917 New functions. Format command line parameters and invoke comint on
14918 the appropriate interpreter. Code was in the corresponding
14919 `sql-xyz' function before.
14920 (sql-connect-ms): New function. Support -E argument to use
14921 operating system credentials for authentication.
14922
14923 2003-08-18 Kenichi Handa <handa@m17n.org>
14924
14925 * international/mule.el (encode-char): Fix for the ASCII case.
14926
14927 2003-08-15 Kenichi Handa <handa@m17n.org>
14928
14929 * international/fontset.el (setup-default-fontset): Change "*" to
14930 nil in the specifications of font family.
14931
14932 2003-08-18 Kim F. Storm <storm@cua.dk>
14933
14934 * kmacro.el (kmacro-keymap): Group related bindings in
14935 initialization for clarity. Bind C-s to start macro.
14936 Remove C-r binding.
14937 (kmacro-initial-counter-value): New defvar to hold initial counter
14938 value in case we set the value before defining a macro.
14939 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
14940 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
14941 not defining or executing macro. Doc fix.
14942 (kmacro-add-counter): Clear kmacro-initial-counter-value.
14943 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
14944 temporarily view older elements on the macro ring without cycling
14945 the ring.
14946 (kmacro-display): Doc fix.
14947 (kmacro-exec-ring-item): New helper function.
14948 (kmacro-call-ring-2nd): Use it.
14949 (kmacro-call-ring-2nd-repeat): Doc fix.
14950 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
14951 (kmacro-end-or-call-macro): Execute last viewed macro (using
14952 kmacro-exec-ring-item) from ring if this follows
14953 kmacro-view-macro. This allows us to find a macro on the ring
14954 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
14955 the ring to bring it to the head of the ring.
14956 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
14957 Allow binding to reserved keys without specifying C-x C-k prefix.
14958 Ask for confirmation if entered key sequence is already bound to
14959 a non-macro command.
14960 (kmacro-view-macro): Repeating command will show older elements
14961 on the macro ring; C-k will execute the last viewed macro.
14962 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
14963 property from 'ring to 'head.
14964
14965 2003-08-17 Alan Shutko <ats@acm.org>
14966
14967 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
14968 keeping December out of the alist.
14969
14970 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
14971
14972 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
14973 * calendar/calendar.el (calendar-mode-map): Bind it to key.
14974 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
14975 (calendar-flatten): New function.
14976 (calendar-mouse-view-other-diary-entries)
14977 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
14978 in the menu title and to show multi-line diary entries correctly
14979 in the menu.
14980
14981 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
14982
14983 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
14984 defcustom, because the default was recently changed.
14985
14986 2003-08-16 Richard M. Stallman <rms@gnu.org>
14987
14988 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
14989
14990 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14991 New subroutine, broken out of eval-last-sexp-1.
14992 (eval-last-sexp-1): Use eval-last-sexp-print-value.
14993
14994 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
14995
14996 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
14997
14998 * simple.el (eval-expression): Use eval-last-sexp-print-value.
14999
15000 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
15001
15002 * progmodes/compile.el (compilation-error-regexp-alist):
15003 Add Java ANt error detection as described in document
15004 http://ant.apache.org/faq.html
15005
15006 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
15007
15008 * simple.el (backward-word, forward-to-indentation)
15009 (backward-to-indentation): Argument changed to optional.
15010 (next-line, previous-line): Use `or' instead of `unless'.
15011
15012 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15013
15014 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15015 instead of a constant.
15016
15017 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
15018
15019 * shell.el (shell): With prefix-arg, suggest a new buffer name.
15020
15021 2003-08-12 Andre Spiegel <spiegel@gnu.org>
15022
15023 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15024 (vc-sccs-workfile-version): Search the entire delta table, rather
15025 than just the first entry, because that might be a deleted version.
15026
15027 2003-08-11 Karl Fogel <kfogel@red-bean.com>
15028
15029 * menu-bar.el (menu-bar-options-menu): Supply a body for the
15030 [save-place] binding in the Options menu. Have it require
15031 'saveplace' and then toggle the variable manually, to avoid an an
15032 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
15033 for the bug report.
15034
15035 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
15036
15037 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15038 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15039 (gdb-info-threads-custom): Add help-echo text.
15040 (gdb-display-back): Don't use purecopy.
15041 (gdb-info-breakpoints-custom, gdb-reset)
15042 (gdb-assembler-custom): Use display-images-p to test if breakpoint
15043 icons can be displayed.
15044
15045 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
15046
15047 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15048
15049 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
15050
15051 * bookmark.el (bookmark-completing-read):
15052 Return a string, instead of a list of one string.
15053 Use a popup menu if activated from the mouse.
15054 (bookmark-edit-annotation): Remove unused vars.
15055 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15056 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15057 to bookmark-completing-read.
15058 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15059 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15060 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15061 and erase-buffer.
15062 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15063 (bookmark-menu-jump, bookmark-menu-insert)
15064 (bookmark-popup-menu-and-apply-function)
15065 (bookmark-menu-popup-paned-bookmark-menu): Remove.
15066 (bookmark-menu-build-paned-menu): Remove by folding it into
15067 bookmark-menu-popup-paned-menu.
15068 (menu-bar-bookmark-map): Move the define-key statements here.
15069 Use the "non-menu" commands since they now pop up a menu if needed.
15070 (bookmark-exit-hook-internal): Simplify.
15071
15072 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
15073
15074 * reftex-toc.el (reftex-toc-rename-label): New function.
15075 (reftex-toc-check-docstruct): New function.
15076
15077 * reftex.el (reftex-region-active-p): New function.
15078
15079 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15080 regexp to find the \bibliography macro.
15081
15082 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15083 which does not exist in LaTeX.
15084 (reftex-cite-format-builtin): Added amsrefs support.
15085 (reftex-toc-confirm-promotion): New option
15086
15087 * reftex-toc.el
15088 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15089 (reftex-toc-demote, reftex-toc-promote)
15090 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15091 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15092 (reftex-toc-newhead-from-alist)
15093 (reftex-toc-load-all-files-for-promotion): New functions.
15094 (reftex-toc-help): Added description of new keys.
15095 (reftex-toc-split-windows-fraction): New option.
15096 (reftex-recenter-toc-when-idle): Search *toc* window on all
15097 visible frames.
15098 (reftex-toc): Additional parameter REUSE
15099 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
15100 with REUSE argument.
15101 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15102 the call of `reftex-toc'.
15103 (reftex-make-separate-toc-frame): New function .
15104 (reftex-toc-recenter): When called with triple prefix arg, call
15105 `reftex-make-separate-toc-frame' first.
15106 (reftex-toc-toggle-dedicated-frame): New command.
15107 (reftex-toc-quit): Adapted to delete frame when called in
15108 dedicated frame.
15109
15110 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15111 all enclosing macros.
15112
15113
15114 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15115
15116 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15117 first use.
15118
15119 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15120
15121 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15122
15123 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15124
15125 * calendar/calendar.el (list-diary-entries-hook)
15126 (diary-display-hook, nongregorian-diary-listing-hook)
15127 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15128 Add some customize options for these hooks.
15129 (calendar-abbrev-construct): Don't try to take a substring longer
15130 than the original string.
15131
15132 2003-08-05 Richard M. Stallman <rms@gnu.org>
15133
15134 * emacs-lisp/testcover.el (noreturn): Report error if does return.
15135 (testcover-reinstrument-clauses): Doc fix.
15136
15137 * emacs-lisp/warnings.el: Doc fixes, args renamed.
15138 (warning-type-format): Rename from warning-group-format.
15139
15140 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15141 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15142 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15143 to prevent warnings about defvar for an obsolete variable.
15144
15145 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15146 warning-group-format renamed to warning-type-format.
15147
15148 * subr.el (read-passwd): Use clear-string instead of fillarray.
15149
15150 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15151 Use vconcat instead of concat.
15152 (edmacro-sanitize-for-string): New function.
15153
15154 2003-08-05 Dave Love <fx@gnu.org>
15155
15156 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15157 line-number-display-limit-width.
15158
15159 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15160
15161 2003-08-05 Kenichi Handa <handa@m17n.org>
15162
15163 * international/code-pages.el: Don't require mule-diag.
15164
15165 * international/mule-diag.el (non-iso-charset-alist):
15166 Add autoload cookie.
15167
15168 * language/devan-util.el (dev-glyph-order): Add an entry for the
15169 glyph code #xC4.
15170
15171 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15172
15173 * calendar/calendar.el (diary-file, diary-file-name-prefix)
15174 (european-calendar-style, diary-date-forms)
15175 (calendar-day-name-array, calendar-month-name-array): Doc change.
15176 (generate-calendar-month): Adapt for new behaviour of
15177 `calendar-day-name' function.
15178 (calendar-abbrev-length, calendar-day-abbrev-array)
15179 (calendar-month-abbrev-array): New variables.
15180 (calendar-abbrev-construct): New function.
15181 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15182 rather than fixing abbrevs at some width. Calling syntax change.
15183 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
15184 (calendar-date-string): Adapt for new behaviours of
15185 `calendar-day-name' and `calendar-month-name' functions.
15186
15187 * calendar/diary-lib.el (list-diary-entries): Adapt for new
15188 behaviour of `calendar-day-name' and `calendar-month-name' functions.
15189 (diary-name-pattern): Use abbrev arrays, rather than fixing
15190 abbrevs at three chars. Calling syntax change.
15191 (mark-diary-entries): Adapt for new behaviours of
15192 `diary-name-pattern' and `calendar-make-alist' functions.
15193 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15194 `diary-name-pattern' function.
15195 (font-lock-diary-date-forms): Use abbrev arrays, rather than
15196 fixing abbrevs at three chars. Calling syntax change.
15197 (cal-hebrew, cal-islam): Require when compiling.
15198 (diary-font-lock-keywords): Adapt for new behaviour of
15199 `font-lock-diary-date-forms' function.
15200
15201 * calendar/cal-hebrew.el: Reposition some code so defined before used.
15202 (calendar-hebrew-month-name-array-common-year)
15203 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15204 (list-hebrew-diary-entries): Adapt for new behaviours of
15205 `calendar-day-name' and `add-to-diary-list' functions.
15206 (mark-hebrew-diary-entries): Adapt for new behaviours of
15207 `diary-name-pattern' and `calendar-make-alist' functions.
15208
15209 * calendar/cal-islam.el (calendar-islamic-month-name-array):
15210 Add doc string.
15211 (list-islamic-diary-entries): Adapt for new behaviours of
15212 `calendar-day-name' and `add-to-diary-list' functions.
15213 (mark-islamic-diary-entries): Adapt for new behaviours of
15214 `diary-name-pattern' and `calendar-make-alist' functions.
15215
15216 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15217 `calendar-month-name' function.
15218
15219 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15220
15221 * calendar/solar.el (solar-seasons-data): Move definition before use.
15222
15223 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15224 (cal-tex-LaTeX-hourbox): Move definition before use.
15225
15226 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15227 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15228 lunar.el, solar.el
15229 (displayed-month, displayed-year): Define for compiler.
15230
15231 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15232
15233 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15234 MODE. Renamed from c-init-c-language-vars'.
15235 (c-initialize-cc-mode): Change accordingly.
15236 (c-common-init): Ditto.
15237 (c-mode): Ditto.
15238 (c++-mode): Use `c-init-language-vars-for'.
15239 (objc-mode): Ditto.
15240 (java-mode): Ditto.
15241 (idl-mode): Ditto.
15242 (pike-mode): Ditto.
15243 (awk-mode): Ditto.
15244
15245 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15246
15247 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15248 or not the point moved.
15249
15250 (c-search-decl-header-end): Don't trip up on operator identifiers
15251 in C++ and operators like == in all languages.
15252
15253 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15254 Detect leading labels correctly.
15255
15256 2003-08-02 Andreas Schwab <schwab@suse.de>
15257
15258 * textmodes/ispell.el: Don't redo key bindings on loading, put
15259 them only in loaddefs.el.
15260 * bookmark.el: Likewise.
15261 * dabbrev.el: Likewise.
15262 * emerge.el: Likewise.
15263
15264 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15265 has more than one member.
15266
15267 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15268
15269 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15270
15271 * lpr.el (printify-region): It was ending conversion before the
15272 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
15273
15274 2003-07-31 John Paul Wallington <jpw@gnu.org>
15275
15276 * net/browse-url.el (browse-url-epiphany): Doc fix.
15277
15278 2003-07-30 Kenichi Handa <handa@m17n.org>
15279
15280 * international/fontset.el (setup-default-fontset):
15281 Change registry names of Akurti fonts.
15282
15283 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15284
15285 * comint.el (comint-read-noecho): Use `clear-string' instead of
15286 `fillarray'.
15287
15288 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
15289
15290 * outline.el (outline-mode-hook): Add defvar.
15291
15292 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
15293
15294 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15295 Restore assembler in source window if that is what has been selected.
15296 (menu): Add gdb-restore-windows to menu. Make gdba
15297 specific menus only visible from gdba.
15298
15299 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
15300
15301 * progmodes/compile.el (compilation-environment): New user variable.
15302 (compile-internal): Respect it.
15303
15304 2003-07-23 Masatake YAMATO <jet@gyve.org>
15305
15306 * progmodes/gud.el (gdb-script-font-lock-keywords):
15307 Put `font-lock-function-name-face' on a symbol which includes
15308 `-' like `hook-run'. Put font-lock-variable-name-face
15309 on a symbol starting with $.
15310
15311 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
15312
15313 * files.el (set-visited-file-name): Use truename for buffer-file-name.
15314
15315 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15316
15317 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15318
15319 2003-07-26 Andre Spiegel <spiegel@gnu.org>
15320
15321 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15322 Use with-no-warnings.
15323 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15324 rather than to find-file-not-found-hook, which doesn't exist.
15325
15326 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15327
15328 * international/quail.el (quail-translate-key): Fix previous change.
15329
15330 2003-07-25 John Paul Wallington <jpw@gnu.org>
15331
15332 * server.el (server-start): Check `server-process' is non-nil
15333 before killing it to avoid killing current buffer's process.
15334
15335 * simple.el (choose-completion-string): Use `minibufferp';
15336 test `completion-reference-buffer' if `buffer' arg is nil.
15337 (push-mark): Use `when' and `unless'.
15338 (pop-mark): Use `when'.
15339
15340 * mouse-sel.el (mouse-sel-get-selection-function):
15341 Check `x-last-selected-text-primary'. Don't barf if it or
15342 `x-last-selected-text' aren't bound.
15343
15344 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15345
15346 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15347
15348 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
15349
15350 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15351
15352 2003-07-23 John Paul Wallington <jpw@gnu.org>
15353
15354 * tooltip.el (defface tooltip): Inherit from variable-pitch.
15355
15356 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15357
15358 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15359 string. Defvar the derived hook.
15360
15361 * macros.el (insert-kbd-macro): Escape double quote character.
15362 From Thomas W Murphy <twm@andrew.cmu.edu>.
15363
15364 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15365
15366 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15367 to match the specific mark rather than reusing comment-start-skip.
15368
15369 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
15370
15371 * progmodes/hideshow.el (hs-special-modes-alist):
15372 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
15373
15374 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
15375
15376 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15377 value using ?\s.
15378
15379 2003-07-21 John Paul Wallington <jpw@gnu.org>
15380
15381 * subr.el (with-selected-window): Add closing paren.
15382
15383 2003-07-21 Richard M. Stallman <rms@gnu.org>
15384
15385 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15386 (lisp-mode): Likewise.
15387
15388 * subr.el (with-selected-window): Copy code form save-selected-window
15389 so as to call select-window with norecord arg.
15390 (dynamic-completion-table): Doc fix.
15391 (lazy-completion-table): Doc fix.
15392
15393 * international/mule-cmds.el (set-locale-environment):
15394 langinfo renamed to locale-info.
15395
15396 * international/mule.el (auto-coding-functions): Doc fix.
15397
15398 2003-07-21 Kenichi Handa <handa@m17n.org>
15399
15400 * international/quail.el (quail-translate-key):
15401 Update quail-current-str correctly.
15402
15403 2003-07-21 Andreas Schwab <schwab@suse.de>
15404
15405 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15406 ?, to "_".
15407
15408 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
15409 Version 2.0.36 of Tramp released.
15410
15411 * net/tramp.el (tramp-default-password-end-of-line): Rename from
15412 tramp-password-end-of-line.
15413 (tramp-password-end-of-line): New method parameter.
15414 (tramp-get-password-end-of-line): Function to access method
15415 parameter `tramp-password-end-of-line', or variable
15416 `tramp-default-password-end-of-line' (default value).
15417 (tramp-methods): Add entries for new parameter
15418 tramp-password-end-of-line.
15419 (tramp-enter-password): Use new function
15420 `tramp-get-password-end-of-line'.
15421 (tramp-handle-insert-file-contents): Do not
15422 unconditionally inhibit the file operation file-local-copy, only
15423 do that when the inhibit-file-name-operation is currently
15424 insert-file-contents. This fixes finding remote CVS-controlled
15425 files. (It would barf on inserting the CVS/Entries file
15426 literally, because the file-local-copy handler wasn't called.)
15427 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15428 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15429 (tramp-initial-commands): New variable.
15430 (tramp-process-initial-commands): New function, using the variable.
15431 (tramp-open-connection-setup-interactive-shell): Call the new function.
15432 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15433 method into the buffer name, never use nil. Reported by Hanak
15434 David <dhanak@inf.bme.hu>.
15435 (tramp-open-connection-setup-interactive-shell): Erase buffer
15436 before sending "stty -onlcr".
15437
15438 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15439
15440 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
15441
15442 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15443
15444 2003-07-19 John Paul Wallington <jpw@gnu.org>
15445
15446 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15447 (artist-draw-rect, artist-draw-square): Doc fixes.
15448
15449 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15450
15451 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15452
15453 2003-07-19 Kenichi Handa <handa@m17n.org>
15454
15455 * international/kkc.el (kkc-show-conversion-list-update):
15456 Highlight the correct candidate in the message.
15457
15458 2003-07-18 John Paul Wallington <jpw@gnu.org>
15459
15460 * simple.el (current-word): Don't include punctuation char when
15461 `really-word' arg is non-nil.
15462
15463 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
15464
15465 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15466 moved to the directory obsolete.
15467
15468 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
15469
15470 * info.el (Info-menu-entry-name-re): Allow newlines in
15471 menu entry names.
15472
15473 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15474 syntax-ppss-after-change-function.
15475 (syntax-ppss-after-change-function): New alias. Update uses.
15476 (syntax-ppss): Catch the case where the buffer is narrowed.
15477
15478 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15479
15480 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15481 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15482
15483 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15484
15485 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15486 since it might be modified.
15487
15488 * progmodes/cc-langs.el (c++-make-template-syntax-table)
15489 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15490 names to these language constants.
15491
15492 2003-07-15 Kim F. Storm <storm@cua.dk>
15493
15494 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15495 All uses changed.
15496
15497 2003-07-14 Mark A. Hershberger <mah@everybody.org>
15498
15499 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15500 Namespace support.
15501
15502 2003-07-13 Juanma Barranquero <lektu@terra.es>
15503
15504 * frame.el (modify-all-frames-parameters): Reinstall (copyright
15505 papers received).
15506
15507 2003-07-13 Karl Eichwalder <ke@suse.de>
15508
15509 * textmodes/po.el (po-find-charset): White space at the start of the
15510 Content-Type field body is non-mandatory.
15511
15512 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15513
15514 * textmodes/texinfo.el (texinfo-section-list):
15515 Append appendixsection; a synonym for appendixsec.
15516
15517 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
15518
15519 * man.el (Man-translate-cleanup): New.
15520 (Man-translate-references): Call `Man-translate-cleanup' to clean
15521 leading, trailing and middle spaces.
15522
15523 2003-07-13 Lars Hansen <larsh@math.ku.dk>
15524
15525 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15526 Handle `dired-directory' being a list.
15527
15528 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
15529
15530 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15531 it doesn't exist.
15532
15533 2003-07-12 Richard M. Stallman <rms@gnu.org>
15534
15535 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15536
15537 * progmodes/cc-defs.el (c-make-keywords-re):
15538 Don't use delete-duplicates.
15539 (c-lang-const): Don't use mapcan.
15540
15541 * apropos.el (apropos-show-scores): Make it customizable.
15542 Document new meaning.
15543 (apropos): Compute scores from symbols.
15544 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15545
15546 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15547
15548 * ps-bdf.el: Fix copyright line.
15549 (bdf-directory-list): Fix initialization code.
15550
15551 2003-07-11 John Paul Wallington <jpw@gnu.org>
15552
15553 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15554 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15555 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15556
15557 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
15558
15559 * emacs-lisp/ring.el (ring-elements): Doc fix.
15560
15561 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15562
15563 * calendar/timeclock.el (timeclock-relative)
15564 (timeclock-ask-before-exiting, timeclock-use-display-time):
15565 Doc changes.
15566 (timeclock-modeline-display): Give a message if
15567 `timeclock-use-display-time' is non-nil but `display-time-mode'
15568 is not active.
15569
15570 2003-07-11 Kenichi Handa <handa@m17n.org>
15571
15572 * international/mule-cmds.el (set-language-environment):
15573 Set current-language-environment to the correct string.
15574
15575 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15576
15577 * ps-print.el: Print line number correctly in a region. Reported by
15578 Tim Allen <timallen@ls83.fsnet.co.uk>.
15579 (ps-print-version): New version number (6.6.2).
15580 (ps-printing-region): Code fix.
15581
15582 2003-07-10 John Paul Wallington <jpw@gnu.org>
15583
15584 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15585 this function can be called from `add-completions-from-tags-table'.
15586
15587 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
15588
15589 * calendar/timeclock.el (timeclock-use-display-time)
15590 (timeclock-day-over-hook, timeclock-workday-remaining)
15591 (timeclock-status-string, timeclock-when-to-leave)
15592 (timeclock-when-to-leave-string, timeclock-log-data)
15593 (timeclock-find-discrep, timeclock-day-base)
15594 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15595 (timeclock-modeline-display): Set the variable
15596 `timeclock-modeline-display'.
15597 (timeclock-update-modeline): Doc fix. Respect value of
15598 `timeclock-relative'.
15599
15600 2003-07-09 Richard M. Stallman <rms@gnu.org>
15601
15602 * textmodes/reftex-parse.el (reftex-all-document-files):
15603 Add autoload cookie.
15604
15605 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15606 (reftex-scanning-info-available-p): Add autoload cookie.
15607
15608 * international/mule-cmds.el
15609 (set-display-table-and-terminal-coding-system): Delete duplicate
15610 aset on standard-display-table.
15611
15612 * view.el (view-file): If existing buffer's major mode is special,
15613 don't go into view mode.
15614
15615 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15616
15617 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15618
15619 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15620 buffer changes; there's third party code that calls this function
15621 directly.
15622
15623 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15624
15625 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15626 (autodoc-font-lock-keywords): Don't byte compile on font lock
15627 initialization when running from byte compiled files.
15628
15629 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15630
15631 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15632 statement ends with auto-increment "++".
15633
15634 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15635
15636 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15637 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15638 these are changed, so declare them as variables and not constants.
15639
15640 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
15641
15642 * subr.el (dolist, dotimes): Doc fix.
15643
15644 2003-07-08 Kim F. Storm <storm@cua.dk>
15645
15646 * international/mule-cmds.el
15647 (set-display-table-and-terminal-coding-system): Don't break
15648 bootstrap if standard-display-table isn't setup yet.
15649
15650 2003-07-07 Richard M. Stallman <rms@gnu.org>
15651
15652 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15653 Give it a doc string, and autoload it.
15654
15655 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15656 Use with-no-warnings.
15657
15658 * info.el (Info-search): If find invisible text, search again.
15659
15660 * isearch.el (search-whitespace-regexp): Add a shy group around it.
15661
15662 * man.el (Man-name-regexp): Match + as part of name.
15663
15664 * simple.el (visible-mode): Rename from vis-mode.
15665 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15666
15667 * simple.el (current-word): New arg REALLY-WORD specifies
15668 don't include punctuation chars.
15669
15670 * emacs-lisp/debug.el (debug, debugger-env-macro):
15671 Use with-no-warnings while accessing and binding unread-command-char.
15672
15673 * international/mule-cmds.el
15674 (set-display-table-and-terminal-coding-system): Use explicit loop
15675 instead of calling standard-display-default.
15676
15677 * net/ange-ftp.el (ange-ftp-file-symlink-p):
15678 Use condition-case to catch error in ange-ftp-get-files.
15679
15680 * net/browse-url.el (browse-url-browser-function):
15681 Add alternative for Epiphany.
15682 (browse-url-epiphany-program, browse-url-epiphany-arguments)
15683 (browse-url-epiphany-startup-arguments)
15684 (browse-url-epiphany-new-window-is-tab): New variables.
15685 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15686
15687 * progmodes/compile.el (compile-auto-highlight): Default now t.
15688 (compile): Doc fix.
15689 (compilation-next-error): Fix previous change.
15690
15691 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15692
15693 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15694
15695 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
15696
15697 * gdb-ui.el (gdb-source-info): Display current frame when
15698 attaching to an existing process.
15699 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15700 while laying out windows when attaching to an existing process.
15701
15702 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
15703
15704 * info.el (Info-menu): Use Info-menu-entry-name-re.
15705
15706 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15707
15708 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15709 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15710
15711 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15712 to match the same text.
15713
15714 2003-07-06 John Paul Wallington <jpw@gnu.org>
15715
15716 * vc.el (vc-annotate-offset): Move defvar up.
15717
15718 2003-07-06 Kim F. Storm <storm@cua.dk>
15719
15720 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15721 This should fix the infinite loop when extracting menu names.
15722
15723 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
15724
15725 * files.el (auto-mode-alist, interpreter-mode-alist):
15726 Remove entries to CC Mode modes to avoid duplicates; they are now added
15727 with autoload directives in cc-mode.el.
15728
15729 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
15730
15731 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15732 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15733 these are changed, so declare them as variables and not constants.
15734
15735 * progmodes/cc-mode.el: Fix some autoload problems: Try to
15736 ensure that the entry for ".c" extension comes before the one for
15737 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15738 Fix incorrect entries that were added to `interpreter-mode-alist'.
15739 Move the autoload directives for AWK to the top level since they
15740 aren't recognized anywhere else. Do not use the new AWK mode doc
15741 in the autoload form for the old AWK mode.
15742
15743 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15744
15745 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15746 (bibtex-sort-ignore-string-entries): Default value t.
15747 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15748 erroneously in previous version.
15749 (bibtex-string-files): Docstring reflects new parsing scheme.
15750 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15751 docstring, add # as one of the chars to crush
15752 (bibtex-autokey-prefix-string, bibtex-autokey-names)
15753 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15754 (bibtex-autokey-name-change-strings)
15755 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15756 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15757 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15758 (bibtex-autokey-title-terminators)
15759 (bibtex-autokey-titlewords-stretch)
15760 (bibtex-autokey-titleword-ignore)
15761 (bibtex-autokey-titleword-case-convert)
15762 (bibtex-autokey-titleword-abbrevs)
15763 (bibtex-autokey-titleword-abbrevs)
15764 (bibtex-autokey-titleword-change-strings)
15765 (bibtex-autokey-titleword-length)
15766 (bibtex-autokey-titleword-separator)
15767 (bibtex-autokey-name-year-separator)
15768 (bibtex-autokey-year-title-separator)
15769 (bibtex-autokey-before-presentation-function)
15770 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
15771 Fix docstring.
15772 (bibtex-strings, bibtex-reference-keys):
15773 Use lazy-completion-table and make-variable-buffer-local.
15774 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
15775 (bibtex-braced-string-syntax-table)
15776 (bibtex-quoted-string-syntax-table): New variables.
15777 (bibtex-parse-nested-braces): Remove.
15778 (bibtex-parse-field-string): Use syntax table and forward-sexp.
15779 (bibtex-parse-association): Simplify.
15780 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
15781 (bibtex-parse-field-text): Simplify.
15782 (bibtex-search-forward-field, bibtex-search-backward-field):
15783 argument BOUND can take value t.
15784 (bibtex-start-of-field, bibtex-start-of-name-in-field)
15785 (bibtex-end-of-name-in-field, bibtex-end-of-field)
15786 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
15787 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
15788 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
15789 (bibtex-skip-to-valid-entry): Return buffer position of beginning
15790 and ending of entry. Update for changes of bibtex-search-entry.
15791 Simplify.
15792 (bibtex-map-entries): FUN is called with three arguments.
15793 (bibtex-search-entry): Return a cons pair with buffer positions of
15794 beginning and end of entry.
15795 (bibtex-enclosing-field): Simplify.
15796 (bibtex-format-entry): Use booktitle to set a missing title.
15797 (bibtex-autokey-get-names): Fiddle with regexps.
15798 (bibtex-generate-autokey): Use identity.
15799 (bibtex-parse-keys): Use simplified parsing algorithm if
15800 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
15801 arguments. Return alist of keys.
15802 (bibtex-parse-strings): Simplify. Return alist of strings.
15803 (bibtex-complete-string-cleanup): Fix docstring.
15804 (bibtex-read-key): New function.
15805 (bibtex-mode): Fix docstring. Do not parse for keys and
15806 strings when the mode is entered. Set fill-paragraph-function to
15807 bibtex-fill-field. Setup font-lock-mark-block-function the way
15808 font-lock intended.
15809 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
15810 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
15811 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
15812 (bibtex-Preamble): Avoid hard coded constants.
15813 (bibtex-make-field): Fix docstring. Simplify.
15814 (bibtex-beginning-of-entry): Always return new position of point.
15815 (bibtex-end-of-entry): Rearrange cond clauses.
15816 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
15817 Update for changes of bibtex-map-entries.
15818 (bibtex-ispell-abstract): Do not move point.
15819 (bibtex-entry-index): Use downcase. Simplify.
15820 (bibtex-lessp): Handle catch-all.
15821 (bibtex-find-crossref): Turn into a command.
15822 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
15823 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
15824 preamble entries.
15825 (bibtex-fill-field-bounds): New function.
15826 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
15827 (bibtex-fill-entry): Use bibtex-fill-field-bounds
15828 (bibtex-String): Use bibtex-strings. Always obey
15829 bibtex-sort-ignore-string-entries.
15830
15831 2003-07-05 John Paul Wallington <jpw@gnu.org>
15832
15833 * cus-theme.el (customize-create-theme):
15834 Call `customize-create-theme' in Reset widget's notify function.
15835
15836 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
15837 (ibuffer-mark-interactive): Use `or' instead of `unless'.
15838 (define-ibuffer-column name): Add summarizer.
15839 (define-ibuffer-column size): Likewise.
15840 (define-ibuffer-column filename): Likewise.
15841 (define-ibuffer-column process): Likewise. Change BODY's output too.
15842 (define-ibuffer-column filename-and-process): Likewise, likewise.
15843 (ibuffer): Remove local vars `already-in' and `need-update'.
15844
15845 * ibuf-ext.el: Don't require `derived' at compile-time.
15846
15847 2003-07-05 Kim F. Storm <storm@cua.dk>
15848
15849 * info.el: Disable paragraph refilling.
15850 (Info-refill-paragraphs): New defcustom.
15851 (Info-fontify-node): Use it.
15852
15853 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
15854
15855 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
15856 thingies from constructors created by defstruct.
15857
15858 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
15859 the default value of the variable.
15860 (byte-code-meter): Move declaration to top level.
15861
15862 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
15863
15864 * info.el (Info-following-node-name-re): New fun.
15865 (Info-following-node-name): Remove.
15866 (Info-insert-dir): Use the new fun.
15867 (Info-extract-pointer): Don't save restriction; use new fun.
15868 (Info-menu-entry-name-re): New const.
15869 (Info-menu-entry-name-re): Use it along with new fun.
15870 (Info-node-spec-re): Use new fun.
15871 (Info-complete-menu-item, Info-fontify-node): Use new const.
15872 (Info-goto-node, Info-follow-reference, Info-menu-update):
15873 Use match-string.
15874 (Info-follow-reference): Use assoc-string.
15875 Use a list of strings for the completion table.
15876 (Info-fontify-node): Use match-string, line-end-position.
15877 Limit the search for `node:' to the first line.
15878
15879 * newcomment.el (uncomment-region): Remove padding coming from
15880 comment-start rather than just from comment-padding.
15881
15882 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
15883 (vc-cvs-stay-local-p): Use vc-stay-local-p.
15884 (vc-cvs-rename-file): Remove (use the default).
15885 (vc-cvs-register): Register parent dir if needed.
15886 (vc-cvs-could-register): Return non-nil if parent can be registered.
15887 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
15888 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
15889
15890 * vc-svn.el (vc-svn-use-edit): Make it into a const.
15891 (vc-svn-update): Fix the arguments to `svn'.
15892 (vc-svn-diff-tree): Just use `vc-svn-diff'.
15893 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
15894 Simple implementations, assuming `name' is a URL.
15895
15896 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
15897 set of chars allowed unquoted in a case pattern.
15898
15899 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
15900
15901 * font-lock.el (font-lock-extra-types-widget)
15902 (c-font-lock-extra-types, c++-font-lock-extra-types)
15903 (objc-font-lock-extra-types, java-font-lock-extra-types)
15904 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
15905 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
15906 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
15907 (font-lock-match-c++-structor-declaration)
15908 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
15909 (c++-font-lock-keywords-3, c++-font-lock-keywords)
15910 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
15911 (objc-font-lock-keywords-3, objc-font-lock-keywords)
15912 (java-font-lock-keywords-1, java-font-lock-keywords-2)
15913 (java-font-lock-keywords-3, java-font-lock-keywords)
15914 (java-font-lock-syntactic-face-function): Remove obsolete code
15915 and constants. It's all in cc-fonts.el now.
15916
15917 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
15918
15919 * mail/sendmail.el (mail-specify-envelope-from)
15920 (mail-envelope-from): Doc fix.
15921
15922 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
15923
15924 * generic-x.el: Do away with the dependency on `c-emacs-features'
15925 when populating `rul-generic-mode-syntax-table'; we already know
15926 this isn't XEmacs.
15927
15928 See ChangeLog.10 for earlier changes.
15929
15930 ;; Local Variables:
15931 ;; coding: iso-2022-7bit
15932 ;; End:
15933
15934 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
15935 Copying and distribution of this file, with or without modification,
15936 are permitted provided the copyright notice and this notice are preserved.
15937
15938 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1